/*
 * Redesign Base
 *
 * Mixins and Variables
 * 
 */
/*
$openL:"open-sans";
$openR:"open-sans";
$openS:"open-sans";
$openB:"open-sans";

$merriweatherR: "merriweather";
$merriweatherLR: "merriweather";
$merriweatherB: "merriweather";
$merriweatherLI: "merriweather";
$merriweatherBI: "merriweather";
$merriweatherHI: "merriweather";
*/
@media screen and (min-width: 320px) {
  .hidden-xxs {
    display: none; } }

@media screen and (min-width: 320px) {
  .visible-xxs {
    display: block; } }

@media screen and (min-width: 640px) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 640px) {
  .visible-sm {
    display: block; } }

@media screen and (min-width: 960px) {
  .hidden-md {
    display: none; } }

@media screen and (min-width: 960px) {
  .visible-md {
    display: block; } }

@media screen and (min-width: 1300px) {
  .hidden-lg {
    display: none; } }

@media screen and (min-width: 1300px) {
  .visible-lg {
    display: block; } }

@media screen and (min-width: 640px) {
  .leaderboard.hidden-sm {
    display: block; } }
@media screen and (min-width: 768px) {
  .leaderboard.hidden-sm {
    display: none; } }
@media screen and (min-width: 640px) {
  .leaderboard.visible-sm {
    display: none; } }
@media screen and (min-width: 768px) {
  .leaderboard.visible-sm {
    display: block; } }

.dynamic-yield {
  clear: both; }

.dy {
  /*padding: 0 0 10px 0;*/
  background: white;
  font-family: "OpenSans-Regular";
  color: black;
  margin: auto auto 20px auto;
  max-width: 300px;
  font-family: "OpenSans-Regular", sans-serif; }
  .dy a:link, .dy a:visited, .dy a:hover, .dy a:active {
    color: black !important;
    text-decoration: none; }
  .dy__logo {
    margin: auto;
    display: block;
    background: white url("/assets/images/dynamic-yield/wow-logo.png") top left no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 300px;
    height: 95px; }
  .dy__headline {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: bold;
    margin: 5px 10px; }
  .dy .dy__items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .dy .dy__items .dy__item {
      border-top: 1px solid orange;
      border-bottom: 1px solid orange;
      margin: 10px 0;
      height: 92px; }
      .dy .dy__items .dy__item:first-of-type {
        margin-top: 0; }
      .dy .dy__items .dy__item a:link, .dy .dy__items .dy__item a:active, .dy .dy__items .dy__item a:hover, .dy .dy__items .dy__item a:visited {
        color: #000 !important;
        font-weight: bold; }
        .dy .dy__items .dy__item a:link:after, .dy .dy__items .dy__item a:active:after, .dy .dy__items .dy__item a:hover:after, .dy .dy__items .dy__item a:visited:after {
          content: "";
          display: table;
          clear: both; }
      .dy .dy__items .dy__item__title {
        padding: 5px;
        height: 80px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dy .dy__items .dy__item__img {
        float: left;
        margin-right: 10px;
        width: 140px;
        height: 92px; }
  .dy__footer {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    font-weight: bold; }
    .dy__footer a:link.link, .dy__footer a:active.link, .dy__footer a:hover.link, .dy__footer a:visited.link {
      color: orange !important; }

.dy.bold {
  background: #222222;
  color: #fff; }
  .dy.bold .dy__items .dy__item a:link, .dy.bold .dy__items .dy__item a:active, .dy.bold .dy__items .dy__item a:hover, .dy.bold .dy__items .dy__item a:visited {
    color: #fff !important; }
  .dy.bold .dy__headline {
    display: none;
    visibility: hidden;
    height: 0;
    margin-bottom: 0;
    color: orange; }
  .dy.bold .dy__logo {
    background: #000 url("/assets/images/dynamic-yield/wow-logo-bold.png") top left no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 134px; }
  .dy.bold .dy__headline {
    margin-top: 0; }

.dy.promo .dy__items .dy__item {
  height: 206px; }
.dy.promo .dy__items .dy__item__img {
  width: 300px;
  height: 206px;
  margin-right: 0;
  float: none; }
.dy.promo .dy__headline {
  font-size: 22px;
  letter-spacing: -1px;
  line-height: 24px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: "montserratregular", "OpenSans-Regular", "sans-serif"; }
.dy.promo .dy__footer {
  font-size: 18px;
  line-height: 24px; }

.dy.promo.bold .dy__logo {
  background: #000 url("/assets/images/dynamic-yield/wow-logo-promo-bold.png") top left no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 95px; }
.dy.promo.bold .dy__headline {
  display: block;
  visibility: visible;
  height: auto;
  margin-bottom: 10px; }

.dy.job {
  background-color: #89498b;
  border: 0; }
  .dy.job .dy__items .dy__item {
    height: auto;
    border: 0;
    margin: 0; }
    .dy.job .dy__items .dy__item article {
      padding: 0 10px;
      margin: 0; }
      .dy.job .dy__items .dy__item article h3 {
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 19px;
        font-weight: bold;
        color: #5c1658; }
      .dy.job .dy__items .dy__item article .glyphicon {
        background-color: #5c1658;
        color: white;
        font-size: 9px;
        line-height: 13px;
        text-align: center;
        position: absolute;
        top: 2px;
        left: -20px;
        border-radius: 13px;
        width: 13px;
        height: 13px;
        display: block;
        font-weight: 10; }
      .dy.job .dy__items .dy__item article ul {
        list-style: none;
        margin: 10px 0 10px 10px;
        padding: 0; }
        .dy.job .dy__items .dy__item article ul li {
          position: relative;
          margin: 10px  5px 10px 20px;
          font-size: 13px;
          line-height: 17px; }
    .dy.job .dy__items .dy__item .dy__item__img {
      width: 300px;
      height: auto;
      margin-left: -10px;
      margin-right: -10px;
      float: none; }
  .dy.job .dy__headline {
    margin: 5px 32px;
    font-size: 19px;
    line-height: 23px; }
  .dy.job .dy__footer {
    color: white;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
    padding: 10px 5px; }

.dy.job.register {
  background: url("/assets/images/dynamic-yield/register.png") top left no-repeat; }
  .dy.job.register .dy__items {
    padding-top: 178px; }
  .dy.job.register .dy__footer {
    background-color: #89498b;
    font-family: "montserrathairline", "OpenSans-Regular", sans-serif;
    font-weight: 100;
    font-size: 20px;
    line-height: 24px;
    padding: 5px; }

.dy.job.search {
  background-color: #4d1e50; }
  .dy.job.search .dy__logo {
    height: 80px; }
  .dy.job.search .dy__headline {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 20px;
    background: #4d1e50;
    color: white; }
  .dy.job.search .dy__items {
    border: 3px solid white;
    border-left: 0;
    border-right: 0;
    background: url("/assets/images/dynamic-yield/search.png") bottom right no-repeat;
    height: 200px; }
    .dy.job.search .dy__items .dy__item article {
      padding: 10px 20px;
      color: white; }
      .dy.job.search .dy__items .dy__item article h1 {
        padding: 0;
        margin: 0;
        font-size: 24px;
        line-height: 28px; }
      .dy.job.search .dy__items .dy__item article p {
        margin-top: 30px;
        font-size: 13px;
        line-height: 16px;
        width: 50%; }
  .dy.job.search .dy__footer {
    color: white;
    font-family: "montserratregular", "OpenSans-Regular", sans-serif; }

.dy.job.account {
  text-align: center;
  background-color: #4d1e50; }
  .dy.job.account .dy__logo {
    height: 80px; }
  .dy.job.account .dy__headline {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 20px;
    background: #4d1e50;
    color: white; }
  .dy.job.account .dy__items {
    border: 3px solid white;
    border-left: 0;
    border-right: 0; }
    .dy.job.account .dy__items .dy__item article {
      padding: 10px 20px;
      color: #161616;
      background-color: white; }
      .dy.job.account .dy__items .dy__item article h1 {
        padding: 0;
        margin: 0;
        font-size: 24px;
        line-height: 28px; }
      .dy.job.account .dy__items .dy__item article div {
        font-size: 12px;
        line-height: 16px;
        margin: 20px 0; }

.dy-border .dy {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8; }



/*# sourceMappingURL=dynamic-yield.css.map */
