.webseminar.basic .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 0px 0 0 0;
  /*background: #ebf1f7;*/
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
.webseminar.basic .training-box-button_ma {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button_ma {
    width: 48%;
  }
  .webseminar.basic .training-box-button_ma:last-child {
    margin-right: 0;
  }
}
.webseminar.basic .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 100px 0 120px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  background-color: #5b8fbd;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
.webseminar.basic .training-box-button_ma .subject {
  padding: 0 80px;
  background-color: #A2B6CC;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button_ma .subject {
    padding: 6% 0 6% 4%;
  }
}
.webseminar.basic .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
.webseminar.basic .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .webseminar.basic .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* new employee */


#new_employee .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #ebf1f7;
}
@media screen and (max-width: 768px) {
  #new_employee .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #new_employee .training-box-button_ma {
    width: 90%;
  }
}
#new_employee .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #new_employee .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
#new_employee .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
#new_employee .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #new_employee .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* new employee */


/* young employee */

#young_employee .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #ebf1f7;
}
@media screen and (max-width: 768px) {
  #young_employee .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #young_employee .training-box-button_ma {
    width: 90%;
  }
}
#young_employee .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #young_employee .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
#young_employee .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
#young_employee .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #young_employee .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* young employee */



/* midlevel employee */

#midlevel_employee .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #ebf1f7;
}
@media screen and (max-width: 768px) {
  #midlevel_employee .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #midlevel_employee .training-box-button_ma {
    width: 90%;
  }
}
#midlevel_employee .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #midlevel_employee .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
#midlevel_employee .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
#midlevel_employee .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #midlevel_employee .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* midlevel employee */




/* intermediate manager */

#intermediate_manager .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #ebf1f7;
}
@media screen and (max-width: 768px) {
  #intermediate_manager .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #intermediate_manager .training-box-button_ma {
    width: 90%;
  }
}
#intermediate_manager .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #intermediate_manager .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
#intermediate_manager .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
#intermediate_manager .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #intermediate_manager .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* intermediate_manager */




/* senior_manager */

#senior_manager .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #ebf1f7;
}
@media screen and (max-width: 768px) {
  #senior_manager .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #senior_manager .training-box-button_ma {
    width: 90%;
  }
}
#senior_manager .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #senior_manager .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
#senior_manager .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
#senior_manager .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #senior_manager .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* senior_manager */




/* midcareer_hires */

#midcareer_hires .training-box-lower_ma {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  background: #ebf1f7;
}
@media screen and (max-width: 768px) {
  #midcareer_hires .training-box-lower_ma {
    padding: 8% 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #midcareer_hires .training-box-button_ma {
    width: 90%;
  }
}
#midcareer_hires .training-box-button_ma a {
  -moz-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  -webkit-box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  box-shadow: 0 5px 0 rgba(106, 142, 175, 0.75);
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  height: 58px;
  padding: 0 40px 0 60px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #midcareer_hires .training-box-button_ma a {
    justify-content: center;
    padding: 6% 0 6% 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.2;
    text-align: center;
  }
}
#midcareer_hires .training-box-button_ma a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 5px;
}
#midcareer_hires .training-box-button_ma a:before {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "\f054";
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #midcareer_hires .training-box-button_ma a:before {
    left: 5%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

/* midcareer_hires */







#prospective_employee .training-box-button_ma a {
  background: #cc6699;
}

#new_employee .training-box-button_ma a {
  background: #58abf3;
}

#young_employee .training-box-button_ma a {
  background: #57c09f;
}

#midlevel_employee .training-box-button_ma a {
  background: #fd9777;
}

#beginner_manager .training-box-button_ma a {
  background: #52a435;
}

#intermediate_manager .training-box-button_ma a {
  background: #3e72a7;
}

#senior_manager .training-box-button_ma a {
  background: #a88751;
}

#midcareer_hires .training-box-button_ma a {
  background: #ab61d0;
}

@media screen and (min-width: 769px) {
  #prospective_employee .training-box-button_ma a {
    width: 466px;
  }

  #new_employee .training-box-button_ma a {
    width: 486px;
  }

  #young_employee .training-box-button_ma a {
    width: 486px;
  }

  #midlevel_employee .training-box-button_ma a {
    width: 486px;
  }

  #beginner_manager .training-box-button_ma a {
    width: 506px;
  }

  #intermediate_manager .training-box-button_ma a {
    width: 506px;
  }

  #senior_manager .training-box-button_ma a {
    width: 566px;
  }

  #midcareer_hires .training-box-button_ma a {
    width: 506px;
  }
}













