@charset "UTF-8";
.sub-columns {
  border-bottom: 1px solid #ededed; }
  .sub-columns ul {
    font-size: 16px; }
    .sub-columns ul li {
      line-height: 24px;
      float: left;
      list-style-type: none; }
      .sub-columns ul li:after {
        content: ", ";
        margin-left: 3px;
        margin-right: 3px; }
      .sub-columns ul li:last-child:after {
        content: "";
        display: none; }
  .sub-columns::after {
    content: "";
    clear: both;
    display: table; }

@font-face {
  font-family: 'mediaguru';
  src: url("../../fonts/mediaguru.eot?jtp2f3");
  src: url("../../fonts/mediaguru.eot?jtp2f3#iefix") format("embedded-opentype"), url("../../fonts/mediaguru.ttf?jtp2f3") format("truetype"), url("../../fonts/mediaguru.woff?jtp2f3") format("woff"), url("../../fonts/mediaguru.svg?jtp2f3#mediaguru") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

[class^="mg-icon-"], [class*=" mg-icon-"] {
  font-family: 'mediaguru' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mg-icon-save:before {
  content: ""; }

.mg-icon-rss:before {
  content: ""; }

.mg-icon-facebook:before {
  content: ""; }

.mg-icon-google:before {
  content: ""; }

.mg-icon-twitter:before {
  content: ""; }

.mg-icon-arrow-down {
  color: #17b3E3;
  margin-top: 3px;
  font-size: 7px; }
  .mg-icon-arrow-down:before {
    content: ""; }

.mg-icon-arrow-up {
  color: #17b3E3;
  margin-top: 3px;
  font-size: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
  .mg-icon-arrow-up:before {
    content: ""; }

.mg-icon-cross:before {
  content: ""; }

.mg-icon-search:before {
  content: ""; }

.mg-icon-instagram:before {
  content: ""; }

.mg-icon-linkedin:before {
  content: ""; }

.mg-icon-menu {
  color: #ffffff; }
  .mg-icon-menu:before {
    content: ""; }

.mg-icon-list,
.mg-icon-tile {
  margin-right: 5px;
  font-size: 12px;
  line-height: 16px; }

.mg-icon-list:before {
  content: ""; }

.mg-icon-tile:before {
  content: ""; }

.mg-icon-arrow-article-swipe-down:before {
  content: ""; }

.mg-icon-arrow-article-swipe-up:before {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block; }

.mg-icon-arrow-article-swipe-left:before {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block; }

.mg-icon-arrow-article-swipe-right:before {
  content: "";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  display: inline-block; }

.video-placeholder::after,
.youtube-placeholder::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat; }

.video-placeholder::after {
  width: 30px;
  height: 30px;
  background-image: url("../img/icon-play-video.png"); }

.youtube-placeholder::after {
  width: 70px;
  height: 50px;
  background-image: url("../img/icon-youtube-play.png"); }

.mg-icon-phd:before {
  content: "";
  background-image: url("../img/phd_logo_white.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  padding-top: 34px;
  height: 16px;
  display: inline-block; }
  @media only screen and (max-width: 1279px) {
    .mg-icon-phd:before {
      width: 35px;
      height: 23px;
      padding: 0;
      margin: 0; } }

.mg-icon-phd-social {
  background-image: url("../img/phd-logo-blue.png");
  background-size: cover;
  display: inline-block;
  width: 45px !important;
  height: 30px;
  text-align: center;
  padding-right: 10px; }
  @media only screen and (max-width: 1279px) {
    .mg-icon-phd-social {
      width: 42px !important;
      margin-left: 4px; } }

.phd-a-link {
  padding-left: 12px !important;
  padding-top: 0px !important; }
  @media only screen and (max-width: 768px) {
    .phd-a-link {
      padding-top: 8px !important;
      padding-left: 4px !important;
      padding-bottom: 0px !important; } }

.p-0 {
  padding: 0 !important; }
  @media only screen and (max-width: 1279px) {
    .p-0 {
      padding-top: 5px !important;
      padding-bottom: 5px !important;
      padding-left: 15px;
      -webkit-transform: translateY(5px);
              transform: translateY(5px); } }

.mg-ewc {
  margin-top: 40px; }
  .mg-ewc .mg-ewc-iframe-container {
    position: relative; }
    .mg-ewc .mg-ewc-iframe-container::after {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 56.25%; }
    .mg-ewc .mg-ewc-iframe-container .mg-ewc-iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      margin-top: 0;
      border: 0; }
  .mg-ewc .mg-ewc-caption {
    margin-top: 10px;
    font-family: "Roboto Slab", serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #a7a9ac !important; }
