@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400;500;700;900&display=swap");
/*Use this in the List item in menu*/
.sfPageEditor .ivestraining-header {
  position: relative !important;
}
.sfPageEditor .ivestraining-header #logo img {
  display: none;
  position: relative !important;
}
.sfPageEditor .ivestraining-header-top {
  height: auto !important;
}
.sfPageEditor .ives-portal .ives-portal-sidebar {
  margin-left: 0;
}

/* HEADER STYLES */
.ivestraining-header {
  background: rgb(255, 255, 255);
}
.ivestraining-header .ivestraining-header-top {
  padding: 1rem 0;
  background: transparent;
  position: relative;
  text-align: right;
}
.ivestraining-header .ivestraining-header-top .top-header-cta span,
.ivestraining-header .ivestraining-header-top .top-header-cta img {
  display: inline-block;
}
.ivestraining-header .ivestraining-header-top .top-header-cta img {
  width: 20px;
  height: 20px;
}
.ivestraining-header .ivestraining-header-top .top-header-cta .divider {
  height: 18px;
  width: 2px;
  background: #f1f1f1;
  margin-bottom: -5px;
  margin-left: 5px;
  margin-right: 5px;
}
.ivestraining-header .ivestraining-header-top .btn.btn-secondary {
  border-radius: 50px;
}
.ivestraining-header .ivestraining-header-top:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 1024px) {
  .ivestraining-header .ivestraining-header-top:after {
    border: 0px;
    background-image: -webkit-linear-gradient(left, transparent, #ccc);
  }
}
.ivestraining-header .ivestraining-header-bottom {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}

/*
    -Header Hiding Functionality
    -Main Header CRA Functionality

*/
body.ivestraining .ivestraining-header {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 999;
  padding: 0;
}
@media (min-width: 1024px) {
  body.ivestraining .ivestraining-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
  }
}
body.ivestraining .ivestraining-header.hide-header {
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
body.ivestraining .ivestraining-header.scrolling-header {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
body.ivestraining .ivestraining-header.scrolling-header #logo img {
  width: 210px;
  margin-top: -16px;
}
@media all and (max-width: 1023px) {
  body.ivestraining .ivestraining-header.scrolling-header #logo img {
    position: absolute;
    top: -24px;
  }
  body.ivestraining .ivestraining-header.scrolling-header #logo img:after {
    content: "";
    height: 1px;
    background: #fff;
  }
}
@media all and (min-width: 1023px) {
  body.ivestraining .ivestraining-header.scrolling-header #logo {
    position: absolute;
    top: -28px;
    height: 91px;
    overflow: hidden;
  }
  body.ivestraining .ivestraining-header.scrolling-header #logo img {
    width: 124px;
    margin-top: 4px;
  }
}
body.ivestraining .ives-call-to-actions-container {
  display: none;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  /* &.hide-home-cta {
      top: calc(90vh - 111px);
  }*/
  /* .cta-col {
      flex: 0 0 33.33%;
      max-width: 33.33%;
  }*/
}
@media screen and (min-width: 1024px) {
  body.ivestraining .ives-call-to-actions-container {
    display: block;
    opacity: 1;
  }
}
body.ivestraining .ives-call-to-actions-container.cta-hide {
  opacity: 0;
}
body.ivestraining .ives-call-to-actions-container.cta-hide .ives-call-to-actions {
  top: 95px;
  padding: 0 40px;
  position: fixed;
  right: -200px;
  z-index: 1;
  width: 170px;
}
body.ivestraining .ives-call-to-actions-container.cta-active {
  opacity: 1;
}
body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions {
  padding: 0;
  right: -100px;
  border-radius: 5px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 160px;
}
body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions .row .homepage-icons {
  border: 0px;
  -webkit-transform: none;
          transform: none;
  padding: 10px 0;
  width: 140px;
}
body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions .row .homepage-icons:hover, body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions .row .homepage-icons:focus {
  background: #636466;
  margin-left: -80px;
  border-left: 5px solid #fff;
  border-bottom-left-radius: 8px;
}
body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions .row .homepage-icons .icon-link {
  /*display: flex;*/
  -webkit-transform: none;
          transform: none;
}
body.ivestraining .ives-call-to-actions-container.cta-active .ives-call-to-actions .row .homepage-icons .icon-link i {
  width: 50px;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions {
  background: #fec746;
  position: relative;
  width: 100%;
  padding: 0 40px;
  /*@include HomeIcons(false);*/
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons {
  padding: 15px 0;
  border-left: 8px solid #fff;
  text-align: center;
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons:hover, body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons:focus {
  background: #636466;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.5) !important;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons:hover .icon-link, body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons:focus .icon-link {
  color: #fff;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons .icon-link {
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
  text-decoration: none;
  color: #333;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons .icon-link i.fa {
  font-size: 2.5em;
  display: inline-block;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons .icon-link span {
  display: block;
  white-space: pre;
  font-size: 0.9em;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons .icon-link span.thick {
  font-weight: bold;
}
body.ivestraining .ives-call-to-actions-container .ives-call-to-actions .homepage-icons .icon-text {
  display: inline-block;
  padding: 10px;
}
body.ivestraining.ives-inner-page .ivestraining-header {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: relative;
}
body.ivestraining.ives-inner-page.hide-header {
  opacity: 0;
  position: relative;
}
body.ivestraining.ives-home-page .ivestraining-main-header {
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
  background: linear-gradient(45deg, #ccc, transparent);
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
body.ivestraining.ives-home-page .ivestraining-main-header img {
  width: 100%;
}
@media all and (min-width: 768px) {
  body.ivestraining.ives-home-page .ivestraining-main-header {
    max-height: 450px;
  }
}
@media all and (min-width: 1024px) {
  body.ivestraining.ives-home-page .ivestraining-main-header {
    max-height: 850px;
  }
}
body.ivestraining.ives-home-page .ivestraining-main-header video {
  width: 100% !important;
  height: auto;
}
body.ivestraining.ives-home-page .ivestraining-main-header .ives-main-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
body.ivestraining.ives-home-page .ivestraining-main-header .ives-main-logo img {
  width: 50%;
}
@media all and (min-width: 768px) {
  body.ivestraining.ives-home-page .ivestraining-main-header .ives-main-logo img {
    width: 45%;
  }
}
@media all and (min-width: 1280px) {
  body.ivestraining.ives-home-page .ivestraining-main-header .ives-main-logo img {
    width: 35%;
  }
}
@media all and (min-width: 1440px) {
  body.ivestraining.ives-home-page .ivestraining-main-header .ives-main-logo img {
    width: 40%;
  }
}
body.ivestraining.page-scrolling.ives-inner-page .ivestraining-header {
  position: fixed;
}
body.ivestraining.page-scrolling.ives-inner-page .ivestraining-main-header {
  padding: 0;
  background: #fec746;
  position: relative;
}
body.ivestraining.page-scrolling.ives-inner-page .ivestraining-main-header img {
  height: 120px;
  width: auto;
  max-width: 100vw;
}
@media all and (min-width: 1023px) {
  body.ivestraining.page-scrolling.ives-inner-page .ivestraining-main-header img {
    height: auto;
    width: 100%;
    max-width: initial;
  }
}
body.ivestraining.page-scrolling .ivestraining-header {
  top: -93px;
}
body.ivestraining.page-scrolling .ivestraining-header .ivestraining-header-top {
  display: none;
}
body.ivestraining.page-scrolling .ivestraining-header.hide-header {
  opacity: 0;
}
body.ivestraining.page-scrolling .ivestraining-header.scrolling-header {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  top: 0px;
}

/*Use this in the List item in menu*/
/*Main Navigation*/
.ivestraining-navigation .ives-main-menu .main-menu-item {
  padding: 0.75rem 0.25rem;
  position: relative;
  list-style: none;
  border-radius: 4px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ivestraining-navigation .ives-main-menu .main-menu-item a:not(.btn) {
  display: inline-block;
  padding-bottom: 0.5rem;
  color: #292b2c !important;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fec746), to(#fec746));
  background-image: linear-gradient(#fec746, #fec746);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s, background-position 0s 0.3s;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.ivestraining-navigation .ives-main-menu .main-menu-item a:not(.btn):focus, .ivestraining-navigation .ives-main-menu .main-menu-item a:not(.btn):hover {
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}
.ivestraining-navigation .ives-main-menu .main-menu-item.dropdown a {
  padding-right: 0;
}
.ivestraining-navigation .ives-main-menu .main-menu-item.dropdown .mobile-menu-toggler {
  padding: 0 5px;
  cursor: pointer;
}
.ivestraining-navigation .ives-main-menu .main-menu-item.dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 0.25rem 1.5rem;
}
.ivestraining-navigation .ives-main-menu .main-menu-item.dropdown .dropdown-menu .dropdown-item.active, .ivestraining-navigation .ives-main-menu .main-menu-item.dropdown .dropdown-menu .dropdown-item:focus, .ivestraining-navigation .ives-main-menu .main-menu-item.dropdown .dropdown-menu .dropdown-item:hover {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #fec746;
  color: #333;
}
.ivestraining-navigation .ives-main-menu .main-menu-item.dropdown .dropdown-menu .dropdown-item.active {
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .ivestraining-navigation .ives-main-menu .main-menu-item {
    padding: 0.25rem;
  }
  .ivestraining-navigation .ives-main-menu .main-menu-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .ivestraining-navigation .ives-main-menu .main-menu-item > a {
    display: block !important;
  }
  .ivestraining-navigation .ives-main-menu .main-menu-item .mobile-menu-toggler {
    position: absolute;
    top: 10px;
    right: 0;
    width: 35px;
    height: 35px;
  }
}
.ivestraining-navigation .ives-main-menu .main-menu-item > a {
  color: #676767;
  display: block;
  text-transform: capitalize;
  padding: 0.5em;
  cursor: pointer;
}
.ivestraining-navigation .ives-main-menu .main-menu-item > a, .ivestraining-navigation .ives-main-menu .main-menu-item > .arrow-right {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ivestraining-navigation .ives-main-menu .main-menu-item:focus, .ivestraining-navigation .ives-main-menu .main-menu-item:hover {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #fff;
}
.ivestraining-navigation .ives-main-menu .main-menu-item:focus > a, .ivestraining-navigation .ives-main-menu .main-menu-item:hover > a {
  color: #333333;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ivestraining-navigation .ives-main-menu .main-menu-item:focus > a > .arrow-right, .ivestraining-navigation .ives-main-menu .main-menu-item:hover > a > .arrow-right {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  margin-left: 5px;
}
.ivestraining-navigation .ives-main-menu .main-menu-item a {
  text-decoration: none;
  display: inline-block;
}
.ivestraining-navigation .ives-main-menu .main-menu-item a > .menu-text {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.ivestraining-navigation .ives-main-menu .main-menu-item a > .menu-text i {
  font-size: 1.5em;
}
.ivestraining-navigation #logo img {
  margin-top: -15px;
}
@media all and (max-width: 1023px) {
  .ivestraining-navigation #logo {
    height: 99px;
    background: #fff;
  }
  .ivestraining-navigation #logo:after {
    content: "" !important;
    height: 5px;
    width: 140px;
    background: white;
    display: block;
    margin-left: 6px;
    margin-top: -8px;
  }
  .ivestraining-navigation #logo img {
    position: absolute;
    top: -56px;
    width: 215px;
    left: -32px;
  }
  .ivestraining-navigation #logo img:after {
    content: "";
    height: 1px;
    background: #fff;
  }
}
@media all and (min-width: 1023px) {
  .ivestraining-navigation #logo {
    position: absolute;
    top: -65px;
  }
  .ivestraining-navigation #logo img {
    width: 210px;
  }
}
.ivestraining-navigation .navbar-toggler {
  position: absolute;
  right: 0;
  top: 16px;
  padding: 7px 14px;
  color: #333;
  border: 1px solid #e4e4e4;
}
.ivestraining-navigation .navbar-toggler .line {
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 2px;
  width: 25px;
  background: #333;
  margin: 5px auto;
}
.ivestraining-navigation .navbar-toggler .line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.ivestraining-navigation .navbar-toggler .line:nth-child(2) {
  visibility: hidden;
}
.ivestraining-navigation .navbar-toggler .line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.ivestraining-navigation .navbar-toggler.collapsed .line {
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 2px;
  width: 25px;
  background: #333;
  margin: 5px auto;
  -webkit-transform: rotate(0deg) translate(0px);
          transform: rotate(0deg) translate(0px);
  visibility: visible;
}

/* BODY STYLES */
body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
body img {
  max-width: 100%;
}
body .k-window {
  border-color: #fec746;
}
body .k-window .k-window-titlebar {
  background: #fec746;
  border-color: #fec746;
}
body .ives-contry-selector-popup .btn-group img {
  width: 100px;
  border: 1px solid #ccc;
}
body .ives-contry-selector-popup .btn-group .text {
  display: block;
  font-weight: bold;
  color: #333;
}
body .ives-contry-selector-popup .ives-card-cta {
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  border-radius: 0;
  padding: 0.5rem 2rem;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  color: #212529 !important;
}
body .ives-contry-selector-popup .ives-card-cta .text {
  color: #212529;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
}
body .ives-contry-selector-popup .ives-card-cta:focus, body .ives-contry-selector-popup .ives-card-cta:hover {
  /*transition: $tpc-transition;
  transform: skew(0deg);
  border-radius: 4px;

  .text {
      transition: $tpc-transition;
      transform: skew(0deg);
  }*/
  background-size: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
}
body.ives-inner-page .ivestraining-main-header {
  padding: 0;
  /* ul {
                  padding-left: 15px;

                  li {
                      padding: 10px 0 0 26px;
                      text-indent: -22px;
                  }
              }
  */
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container {
  background: #fec746;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .k-menu-scroll-wrapper {
  overflow: hidden;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .ives-sub-menu {
  padding: 0 1.5rem;
  background: #fec746;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .ives-sub-menu .sub-menu-item.k-first .k-menu-link {
  background-color: #636466 !important;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .ives-sub-menu .sub-menu-item .nav-link {
  padding: 1rem;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .ives-sub-menu .sub-menu-item .nav-link .menu-text {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .ives-sub-menu .sub-menu-item.active .nav-link {
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  border-radius: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  background: #333;
}
body.ives-inner-page .ivestraining-main-header .sub-menu-container .ives-sub-menu .sub-menu-item.active .nav-link .menu-text {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
  color: #fff;
}
body.ives-inner-page .ivestraining-main-header .k-menu-scroll-button {
  background: #333;
  border-color: #636466;
}
body.ives-inner-page .ivestraining-main-header .k-menu-scroll-button .k-icon:before {
  color: #fff;
}
table div.btn-group > a {
  color: white !important;
  font-weight: normal !important;
}
.ivestraining-main {
  padding: 60px 0 0;
  min-height: 50vh;
}
.ivestraining-main h1, .ivestraining-main h2, .ivestraining-main h3, .ivestraining-main h4, .ivestraining-main h5 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 900;
}
.ivestraining-main h1, .ivestraining-main h2, .ivestraining-main h3 {
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  position: relative;
}
.ivestraining-main h1:after, .ivestraining-main h2:after, .ivestraining-main h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 4px;
  width: 30px;
  background: #feb813;
}
.ivestraining-main .ives-portal-content a:not(.btn) {
  display: inline-block;
  padding-bottom: 0.5rem;
  color: #ca8e00;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fec746), to(#fec746));
  background-image: linear-gradient(#fec746, #fec746);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s, background-position 0s 0.3s;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.ivestraining-main .ives-portal-content a:not(.btn):focus, .ivestraining-main .ives-portal-content a:not(.btn):hover {
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}
.ivestraining-main .ives-card-cta {
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  border-radius: 0;
  padding: 0.5rem 2rem;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  color: #212529 !important;
}
.ivestraining-main .ives-card-cta .text {
  color: #212529;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
}
.ivestraining-main .ives-card-cta:focus, .ivestraining-main .ives-card-cta:hover {
  /*transition: $tpc-transition;
  transform: skew(0deg);
  border-radius: 4px;

  .text {
      transition: $tpc-transition;
      transform: skew(0deg);
  }*/
  background-size: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
}
.ivestraining-main .ives-home-page-video-content {
  padding: 2.5% 0;
  margin: 0;
  border-bottom: 2px solid #fec746;
}
@media (max-width: 1024px) {
  .ivestraining-main .ives-home-page-video-content .embed-responsive {
    padding: 2.5% 0;
  }
}
.ivestraining-main .ives-home-page-video-content .embed-responsive iframe {
  left: unset;
  right: 5%;
  width: 80%;
  height: 80%;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 1024px) {
  .ivestraining-main .ives-home-page-video-content .embed-responsive iframe {
    left: 10%;
    top: 10%;
  }
}
.ivestraining-main .ives-home-page-video-content h1 {
  margin-bottom: 3rem !important;
  font-weight: 900;
}
@media (min-width: 576px) {
  .ivestraining-main .ives-home-page-video-content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1024px) {
  .ivestraining-main .ives-home-page-video-content h1 {
    font-size: 3rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1440px) {
  .ivestraining-main .ives-home-page-video-content {
    padding: 0;
    position: relative;
    min-height: 550px;
  }
  .ivestraining-main .ives-home-page-video-content .embed-responsive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
@media (min-width: 1440px) {
  .ivestraining-main .ives-home-page-video-content .content-verticle-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.ivestraining-main .ives-homepage-training-locations {
  padding: 15% 0;
  margin: 0;
  border-bottom: 2px solid #636466;
}
@media (min-width: 1024px) {
  .ivestraining-main .ives-homepage-training-locations {
    padding: 5% 0;
  }
}
.ivestraining-main .ives-homepage-training-locations #ives-homepage-map {
  margin-bottom: 2em;
  width: 100%;
  height: 500px;
  padding: 0 3rem;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.ivestraining-main .ives-homepage-products {
  padding: 15% 0;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media (min-width: 1024px) {
  .ivestraining-main .ives-homepage-products {
    padding: 5% 0;
  }
}
.ivestraining-main .ives-homepage-products .ives-card .card {
  padding: 5%;
}
.ivestraining-main .ives-homepage-products .ives-card .card .card-img-top {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .ivestraining-main .ives-homepage-products .ives-card .card .card-img-top {
    width: 75%;
  }
}
.ivestraining-main .ives-homepage-products .ives-card .card .card-title {
  height: 40px;
}
.ivestraining-main .ives-homepage-testimonials {
  padding: 15% 0;
  background: radial-gradient(#d3d3d3, transparent);
}
@media (min-width: 1024px) {
  .ivestraining-main .ives-homepage-testimonials {
    padding: 5% 0;
  }
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card {
  background: #fff !important;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 15px;
  min-height: 302px;
  background: transparent;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .ives-card-cta {
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  border-radius: 0;
  padding: 0.5rem 2rem;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  color: #212529 !important;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .ives-card-cta .text {
  color: #212529;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .ives-card-cta:focus, .ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .ives-card-cta:hover {
  /*transition: $tpc-transition;
  transform: skew(0deg);
  border-radius: 4px;

  .text {
      transition: $tpc-transition;
      transform: skew(0deg);
  }*/
  background-size: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
}
@media (max-width: 768px) {
  .ivestraining-main .ives-homepage-testimonials .testimonial-slider .card {
    min-height: 260px;
  }
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  color: #ededed;
  font-size: 4em;
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 5%;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .summary p {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 120px;
  text-align: justify;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .author {
  height: 65px;
  overflow: hidden;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .card .ives-card-cta {
  margin-left: 33px;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .owl-nav {
  display: none;
}
.ivestraining-main .ives-homepage-testimonials .testimonial-slider .owl-dots {
  margin-top: 15px;
}
.ivestraining-main .ives-homepage-newsletter {
  padding-top: 10%;
}
@media (min-width: 1024px) {
  .ivestraining-main .ives-homepage-newsletter {
    padding-top: 5% 0;
  }
}
.ivestraining-main .ives-homepage-newsletter .ives-newsletter-input .form-control {
  padding: 0.5rem 2rem;
  height: 40px;
}
.ivestraining-main .ives-homepage-newsletter .ives-newsletter-input .input-group-append {
  z-index: 7;
  margin-left: -18px;
}
.ivestraining-main .ives-homepage-newsletter .fa-envelope-open {
  font-size: 20em;
  color: #fec746;
  text-align: center;
  display: block;
}
@media (max-width: 1024px) {
  .ivestraining-main .ives-homepage-newsletter .fa-envelope-open {
    margin-bottom: 0.5em;
    font-size: 10em;
  }
}
.ivestraining-main .ives-card {
  margin: 1% 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.ivestraining-main .ives-card h5 {
  font-weight: normal;
}
.ivestraining-main .ives-card h5 img {
  width: 50px;
  border-radius: 45%;
  margin-right: 15px;
}
.ivestraining-main .ives-card .ives-card-cta {
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  border-radius: 0;
  padding: 0.5rem 2rem;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  color: #212529 !important;
}
.ivestraining-main .ives-card .ives-card-cta .text {
  color: #212529;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
}
.ivestraining-main .ives-card .ives-card-cta:focus, .ivestraining-main .ives-card .ives-card-cta:hover {
  /*transition: $tpc-transition;
  transform: skew(0deg);
  border-radius: 4px;

  .text {
      transition: $tpc-transition;
      transform: skew(0deg);
  }*/
  background-size: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
}
.ivestraining-main .ives-testimonials .card {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 15px;
  min-height: 302px;
  background: transparent;
}
.ivestraining-main .ives-testimonials .card .ives-card-cta {
  -webkit-transform: skew(40deg);
          transform: skew(40deg);
  border-radius: 0;
  padding: 0.5rem 2rem;
  font-weight: bold;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
  color: #212529 !important;
}
.ivestraining-main .ives-testimonials .card .ives-card-cta .text {
  color: #212529;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  display: inline-block;
}
.ivestraining-main .ives-testimonials .card .ives-card-cta:focus, .ivestraining-main .ives-testimonials .card .ives-card-cta:hover {
  /*transition: $tpc-transition;
  transform: skew(0deg);
  border-radius: 4px;

  .text {
      transition: $tpc-transition;
      transform: skew(0deg);
  }*/
  background-size: unset;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18) !important;
}
@media (max-width: 768px) {
  .ivestraining-main .ives-testimonials .card {
    min-height: 260px;
  }
}
.ivestraining-main .ives-testimonials .card:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  color: #ededed;
  font-size: 4em;
  position: absolute;
  z-index: -1;
  left: 5%;
  top: 5%;
}
.ivestraining-main .ives-testimonials .card .summary p {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 120px;
  text-align: justify;
}
.ivestraining-main .ives-testimonials .card .author {
  height: 65px;
  overflow: hidden;
}
.ivestraining-main .ives-testimonials .card .ives-card-cta {
  margin-left: 33px;
}
.ivestraining-main .ives-homepage-map {
  height: 526px !important;
  width: 100%;
}
.ivestraining-main a:not(.btn) {
  color: #aa7801;
  text-decoration: none;
  /* border-bottom: 1px solid #aa7801; */
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-weight: bold;
}
.ivestraining-main a:not(.btn):hover {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  color: #dd9b01;
}

/* FOOTER STYLES */
.ivestraining-footer-swoosh {
  background: url(/ResourcePackages/IvesTraining/assets/dist/img/footer-swoosh.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.ivestraining-footer {
  background: #000;
  color: #292b2c;
  padding-top: 40px;
  padding-bottom: 66px;
}
.ivestraining-footer a:not(.btn) {
  display: inline-block;
  padding-bottom: 0.5rem;
  color: #fff !important;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fec746), to(#fec746));
  background-image: linear-gradient(#fec746, #fec746);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s, background-position 0s 0.3s;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.ivestraining-footer a:not(.btn):focus, .ivestraining-footer a:not(.btn):hover {
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}
.ivestraining-footer .contat-info .phone {
  padding-left: 25px;
  margin-top: 50px;
}
.ivestraining-footer .contat-info .phone .fa-phone {
  font-size: 1.5em;
  color: #fec746;
}
.ivestraining-footer .contat-info .social a {
  background: #fec746;
  border: 1px solid #fec746;
  text-decoration: none;
  height: 40px;
  width: 40px;
  display: inline-block;
  margin: 10px 5px;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ivestraining-footer .contat-info .social a em {
  font-size: 1.5em;
  color: #000;
  padding: 10px;
  line-height: 0.9;
  text-align: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ivestraining-footer .contat-info .social a:hover {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #000;
}
.ivestraining-footer .contat-info .social a:hover em {
  color: #fec746;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ivestraining-footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.ivestraining-footer h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 4px;
  width: 30px;
  background: #feb813;
}
@media all and (min-width: 1024px) {
  .ivestraining-footer h4 {
    margin-top: 5.5em;
  }
}
.ivestraining-footer p {
  margin-bottom: 0;
}
.ivestraining-footer img {
  width: 200px;
}
.ivestraining-footer ul {
  padding-left: 0;
}
.ivestraining-footer ul li {
  list-style: none;
}

/* Copyright*/
.ivestraining-copyright {
  border-top: 2px solid #fec746;
  background: #383936;
  color: #fff;
}
.ivestraining-copyright p {
  padding: 20px 0;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
}
.ivestraining-copyright p.footer-menu a:not(.btn) {
  display: inline-block;
  padding-bottom: 0.5rem;
  color: #fff !important;
  text-decoration: none !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fec746), to(#fec746));
  background-image: linear-gradient(#fec746, #fec746);
  background-position: 0 100%;
  /*OR bottom left*/
  background-size: 0% 2px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s, background-position 0s 0.3s;
  transition: background-size 0.3s, background-position 0s 0.3s;
}
.ivestraining-copyright p.footer-menu a:not(.btn):focus, .ivestraining-copyright p.footer-menu a:not(.btn):hover {
  background-position: 100% 100%;
  /*OR bottom right*/
  background-size: 100% 2px;
}
@media all and (max-width: 1024px) {
  .ivestraining-copyright p.footer-menu {
    padding-top: 0;
  }
}
.ivestraining-copyright p.footer-menu .divider {
  border: 1px solid #fff;
  margin: 0 10px;
  height: 15px;
  display: inline-block;
  margin-bottom: -2px;
}

.ivestraining-footer-swoosh {
  height: 300px;
}
.ivestraining-footer-swoosh img {
  position: absolute;
  z-index: -1;
}

.ives-portal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}
.ives-portal.toggled .ives-portal-sidebar {
  margin-left: 0%;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}
@media (min-width: 1024px) {
  .ives-portal.toggled .ives-portal-sidebar {
    margin-left: -20%;
    -webkit-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
  }
}
.ives-portal.toggled .ives-portal-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
@media (min-width: 1024px) {
  .ives-portal.toggled .ives-portal-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.ives-portal .ives-portal-sidebar {
  -ms-flex: 0 0 40%;
  -webkit-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%;
  margin-left: -40%;
  -webkit-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (min-width: 1024px) {
  .ives-portal .ives-portal-sidebar {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
    margin-left: 0;
  }
}
.ives-portal .ives-portal-sidebar a {
  background-size: 100% 0px;
}
.ives-portal .ives-portal-sidebar .ives-portal-sidebar-content {
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  border: 2px solid #fec746;
  border-left: 0;
  border-top: 0;
  position: relative;
}
.ives-portal .ives-portal-sidebar .ives-portal-sidebar-content .ives-portal-sidebar-toggler {
  border: 1px solid #fec746;
  position: absolute;
  right: -32px;
  top: 25%;
  background: #fec746;
  font-size: 2em;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 50%;
}
.ives-portal .ives-portal-sidebar .ives-portal-sidebar-content .ives-portal-sidebar-toggler:focus, .ives-portal .ives-portal-sidebar .ives-portal-sidebar-content .ives-portal-sidebar-toggler:hover {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 1px solid #dd9b01;
  background: #dd9b01;
}
.ives-portal .ives-portal-sidebar .ives-portal-sidebar-nav .list-group-item {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.ives-portal .ives-portal-sidebar .ives-portal-sidebar-nav .list-group-item a .menu-text {
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
}
.ives-portal .ives-portal-sidebar .ives-portal-sidebar-nav .list-group-item.active, .ives-portal .ives-portal-sidebar .ives-portal-sidebar-nav .list-group-item:hover, .ives-portal .ives-portal-sidebar .ives-portal-sidebar-nav .list-group-item:focus {
  background: #fec746;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border-top-color: #dd9b01;
  border-bottom-color: #dd9b01;
}
.ives-portal .ives-portal-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 50px;
}
@media (min-width: 1024px) {
  .ives-portal .ives-portal-content {
    -ms-flex: 0 0 80%;
    -webkit-box-flex: 0;
            flex: 0 0 80%;
    max-width: 80%;
  }
}