/**
 * @file
 * Front our trainings & news Styling
 */
/*
 *
  Homepage trainings, Homepage news
 *
*/
/* line 13, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings,
.pane-homepage-trainings-news-latest-news {
  margin-bottom: 10px;
}
/* line 16, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-title,
.pane-homepage-trainings-news-latest-news > .pane-title {
  display: inline-block;
  width: 100%;
  margin: 12px 0 25px;
  font-family: "Oswald", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  line-height: 1;
  color: #262a36;
}
/* line 26, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-title a,
.pane-homepage-trainings-news-latest-news > .pane-title a {
  color: #262a36;
}
/* line 27, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-title a:hover,
.pane-homepage-trainings-news-latest-news > .pane-title a:hover {
  color: #d9b53b;
}
@media all and (max-width: 480px) {
  /* line 16, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-our-trainings > .pane-title,
  .pane-homepage-trainings-news-latest-news > .pane-title {
    margin: 0.1em 0 0.4em;
  }
  /* line 30, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-our-trainings > .pane-title a,
  .pane-homepage-trainings-news-latest-news > .pane-title a {
    padding-top: 12px;
    padding-bottom: 5px;
    display: inline-block;
    color: #000;
  }
}
/* line 38, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-content,
.pane-homepage-trainings-news-latest-news > .pane-content {
  padding: 20px 8.8% 0px 7%;
  background: #ededed;
}
/* line 41, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-content .view-footer,
.pane-homepage-trainings-news-latest-news > .pane-content .view-footer {
  text-align: center;
}
/* line 43, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-content .view-footer p,
.pane-homepage-trainings-news-latest-news > .pane-content .view-footer p {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.73em;
  font-weight: bold;
  padding-right: 25px;
  text-transform: uppercase;
  background: url("../../images/icons/homepage_boxes/homepage_box_arrow_middle.png") no-repeat scroll right 0 transparent;
}
@media all and (max-width: 749px) {
  /* line 38, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-our-trainings > .pane-content,
  .pane-homepage-trainings-news-latest-news > .pane-content {
    padding-right: 7%;
  }
}
@media all and (max-width: 600px) {
  /* line 38, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-our-trainings > .pane-content,
  .pane-homepage-trainings-news-latest-news > .pane-content {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 480px) {
  /* line 38, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-our-trainings > .pane-content,
  .pane-homepage-trainings-news-latest-news > .pane-content {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 66, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-our-trainings > .pane-content .view-footer p,
  .pane-homepage-trainings-news-latest-news > .pane-content .view-footer p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: normal;
  }
}

@media all and (max-width: 480px) {
  /* line 76, ../../sass/front/front-our-trainings-and-news.scss */
  .pane-homepage-trainings-news-latest-news {
    margin-bottom: 0px;
  }
}
/* line 80, ../../sass/front/front-our-trainings-and-news.scss */
.pane-homepage-trainings-news-our-trainings > .pane-title {
  margin-top: 3px;
}

/* line 84, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table, .news table {
  margin-bottom: 0;
  width: 100%;
}
/* line 87, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td, .news table td {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.3px;
  vertical-align: middle;
}
/* line 93, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table tr, .news table tr {
  border-bottom: 1px dashed #ccc;
}

/* line 100, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:first-child {
  width: 10%;
  padding-bottom: 10px;
  padding-top: 15px;
  text-align: center;
}
/* line 106, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:first-child span {
  display: block;
  color: transparent;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 5px;
  background: url("../../images/icons/geo.png") 0 0 no-repeat;
  background-size: 100%;
}
/* line 115, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:first-child span.Webinar {
  background: url("../../images/icons/webinar.png") 0 0 no-repeat;
  background-size: 100%;
}
/* line 121, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:nth-child(2) {
  width: 49%;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-left: 25px;
  font-size: 16px;
}
/* line 130, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:nth-child(3) {
  width: 13%;
  text-transform: uppercase;
  text-align: center;
}
/* line 135, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:nth-child(4) {
  width: 13%;
  text-align: center;
}
/* line 139, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:last-child {
  text-align: right;
}
/* line 141, ../../sass/front/front-our-trainings-and-news.scss */
.trainings table td:last-child a {
  padding-right: 30px;
  background: url("../../images/icons/homepage_boxes/homepage_box_arrow_middle.png") no-repeat scroll right center transparent;
}
@media all and (max-width: 749px) {
  /* line 147, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:first-child {
    display: none;
  }
  /* line 148, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:nth-child(2) {
    width: 57%;
    padding-left: 0;
  }
}
@media all and (max-width: 600px) {
  /* line 99, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table {
    margin-top: 10px;
  }
  /* line 152, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:nth-child(3), .trainings table td:nth-child(4) {
    font-size: 0.7em;
    padding-right: 10px;
  }
  /* line 153, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:last-child a {
    padding-right: 20px;
  }
}
@media all and (max-width: 480px) {
  /* line 156, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table tr, .trainings table td {
    display: inline-block;
    font-size: 16px !important;
  }
  /* line 157, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:nth-child(2) {
    width: 100%;
    padding-top: 20px;
    font-size: 17px !important;
    line-height: 1.5;
  }
  /* line 163, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:nth-child(3), .trainings table td:nth-child(4), .trainings table td:last-child {
    width: auto;
    padding-bottom: 10px;
  }
  /* line 164, ../../sass/front/front-our-trainings-and-news.scss */
  .trainings table td:last-child {
    float: right;
  }
}

/* line 169, ../../sass/front/front-our-trainings-and-news.scss */
.news table {
  margin-top: 0;
}
/* line 171, ../../sass/front/front-our-trainings-and-news.scss */
.news table h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
/* line 178, ../../sass/front/front-our-trainings-and-news.scss */
.news table td > div {
  margin-bottom: 3px;
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 14px;
}
/* line 184, ../../sass/front/front-our-trainings-and-news.scss */
.news table p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
/* line 189, ../../sass/front/front-our-trainings-and-news.scss */
.news table td:first-child {
  width: 18%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
/* line 195, ../../sass/front/front-our-trainings-and-news.scss */
.news table td:nth-child(2) {
  width: 69%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}
/* line 200, ../../sass/front/front-our-trainings-and-news.scss */
.news table td:nth-child(2) p, .news table td:nth-child(2) h3, .news table td:nth-child(2) > div {
  padding-left: 20px;
}
/* line 204, ../../sass/front/front-our-trainings-and-news.scss */
.news table td:last-child {
  text-align: right;
}
/* line 206, ../../sass/front/front-our-trainings-and-news.scss */
.news table td:last-child a {
  padding-right: 30px;
  background: url("../../images/icons/homepage_boxes/homepage_box_arrow_middle.png") no-repeat scroll right center transparent;
}
@media all and (max-width: 749px) {
  /* line 212, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:first-child {
    display: none;
  }
  /* line 213, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:nth-child(2) {
    width: 85%;
  }
  /* line 215, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:nth-child(2) p, .news table td:nth-child(2) h3, .news table td:nth-child(2) > div {
    padding-left: 0px;
  }
}
@media all and (max-width: 480px) {
  /* line 219, ../../sass/front/front-our-trainings-and-news.scss */
  .news table tr, .news table td {
    display: inline-block;
  }
  /* line 220, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:nth-child(2) {
    width: 100%;
    padding: 50px 0px 10px;
  }
  /* line 223, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:nth-child(2) h3 {
    font-size: 1.2em;
    line-height: 1.3;
    padding-bottom: 15px;
  }
  /* line 228, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:nth-child(2) p {
    font-size: 16px;
  }
  /* line 230, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:nth-child(3), .news table td:last-child {
    font-size: 16px;
    padding-bottom: 20px;
  }
  /* line 234, ../../sass/front/front-our-trainings-and-news.scss */
  .news table td:last-child {
    float: right;
  }
}
