@charset "UTF-8";
.button.loadMore {
  background: #4d008c;
  color: #fff; }
  .button.loadMore:hover, .button.loadMore.loading {
    background-color: #4d008c; }
  .button.loadMore .fa-spin {
    margin-left: 5px;
    visibility: hidden; }
  .button.loadMore.loading .fa-spin {
    display: inline-block;
    visibility: visible; }

.education__box {
  width: 30%;
  float: left;
  margin-top: 20px;
  margin-left: 40px;
  /*Spin hack!!! TODO: REWRITE*/ }
  .education__box:nth-child(3n+1) {
    margin-left: 0; }

.education__box-center {
  width: 30%;
  float: left;
  margin-bottom: 10px;
  margin: 0 5%; }

.education_period {
  display: block;
  background-color: #4d008c;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 5px;
  font-size: 0.8em;
  height: 30px; }

.current .education_period {
  background-color: #90a0c4; }

.future .education_period {
  background-color: #828282; }

.expired .education_period {
  background-color: #4d008c; }

.education_periodWrap:hover {
  text-decoration: none; }

.education_periodWrap:hover .education_period {
  background: #4d008c;
  text-decoration: none; }

.education__box IMG,
.education__box-center IMG {
  width: 100%;
  height: auto;
  display: block; }

.education__boxContent {
  padding: 10px;
  background-color: #ececec;
  font-size: 0.8em;
  height: 100px;
  color: #231f20; }

.education__boxContent A {
  text-decoration: none; }

.education__boxContent A:hover {
  background: #90a0c4; }

.education__boxContent H3 {
  display: block;
  color: #4d008c !important;
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 50px; }

.education__boxContent A:hover H3 {
  color: #90a0c4 !important; }

.education__boxContent UL {
  margin: 5px 0 0 0;
  list-style: none; }

.education__boxContent UL Li:before {
  margin-right: 5px;
  content: "—"; }

.education__linkmore {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-top: 2px solid #FFF;
  color: #4d008c;
  background-color: #ececec;
  font-weight: bold;
  font-size: 0.8em;
  text-decoration: none; }

.education__linkmore:hover {
  background-color: #4d008c;
  color: #fff;
  text-decoration: none; }
