

  /* =Elements
  ----------------------------------------------- */
  body {
    margin: 0;
    padding: 0;
  }

  h1, h2, h3 {
    font-size: inherit;
  }
  h1, h2, h3, p {
    margin-top: 0.675em;
    margin-bottom: 0.675em
  }

  a img {
    border-width: 0;
  }

  h1 a {
    text-decoration: none;
  }

  a {
    color: inherit;
  }


  /* =Container (Link)
  ----------------------------------------------- */
  .ad-300x250,
  .ad-300x600,
  .ad-970x250 {
    background: white;
    color: rgb(48, 48, 48);
    font: 100%/1.25 rooney-web, AmericanTypewriter, Rockwell, Georgia, serif;
    font-size: 14px;
    line-height: 19px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(220, 220, 220);
  }
  .ad-970x250 {
    background: white;
  }
  .ad-300x250 {
    width: 298px;
    height: 248px;
  }
  .ad-300x600 {
    width: 298px;
    height: 598px;
  }
  .ad-970x250 {
    width: 968px;
    height: 248px;
  }
  .hidden .image img,
  .hidden .name,
  .hidden .location,
  .hidden .description,
  .hidden .progress .value,
  .hidden .progress progress {
    visibility: hidden;
  }


  /* =Image
  ----------------------------------------------- */
  .ad-300x250 .image {
    width: 300px;
    height: 125px;
  }
  .ad-300x600 .image {
    width: 300px;
    height: 300px;
  }
  .ad-970x250 .image {
    width: 484px;
    height: 250px;
  }

  /* Show a dark background while the image is loading */
  .image {
    display: block;
    background: rgb(44, 46, 47); /* @black */
  }

  /* Center the image */
  .image {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Make the image fill the available space */
  @supports (object-fit: cover) and (object-position: 50% 25%) {
    .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 25%;
    }
  }


  /* =Logo
  ----------------------------------------------- */
  .ad-300x250 .logo,
  .ad-300x600 .logo,
  .ad-970x250 .logo {
    position: absolute;
    top: 0.675em;
    left: 0.675em;
    margin: 0;
  }
  .ad-970x250 .logo {
    top: auto;
    bottom: 0.675em;
  }
  .ad-300x250 .logo {
    top: 0.25em;
    left: 0.25em;
  }
  .ad-300x250 .logo img,
  .ad-300x600 .logo img,
  .ad-970x250 .logo img {
    display: block;
  }
  .ad-300x250 .logo img {
  }


  /* =Details
  ----------------------------------------------- */
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    color: rgb(32, 161, 212);
    font-size: 20px;
    line-height: 24px;

    height: 24px; /* 1 lines (1.25em x 3) */
    overflow-y: hidden;

    /* OPTIONAL: Show an ellipses if the text has been truncated
    http://dropshado.ws/post/1015351370/webkit-line-clamp */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .ad-300x250 h1 {
    font-size: 14px;
  }
  .details {
    padding: 1.25em 1.25em 0;
    box-sizing: border-box;
  }


  /* =Name and Location
  ----------------------------------------------- */
  a.name-location {
    text-decoration: none;
  }
  .name {
    font-size: inherit;
    margin: 20px 0 0;
  }
  .ad-300x250 .name {
    margin-top: 0;
    line-height: 1.45;
  }
  .location {
    line-height: 1.25;
    margin: 0;
    color: rgb(96, 96, 96);
    font-style: italic;
    height: 1.25em; /* 1 lines (1.25em x 3) */
    overflow-y: hidden;

    /* OPTIONAL: Show an ellipses if the text has been truncated
    http://dropshado.ws/post/1015351370/webkit-line-clamp */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .ad-300x250 .location {
    width: 50%;
  }


  /* =Description
  ----------------------------------------------- */
  /*
  .description {
    font-size: 1.5em;
  }
  */
  .description {
    margin-top: 0;
  }
  .description a {
    display: block;
    text-decoration: none;
  }
  /*
  .description a:before {
    display: inline;
    box-sizing: border-box;
    color: rgb(96, 96, 96);
    content: "“";
    left: 2px;
    margin-left: -10px;
    position: relative;
    width: auto;
  }
  .description a:after {
    display: inline;
    box-sizing: border-box;
    color: rgb(96, 96, 96);
    content: "”";
  }
  */
  .ad-300x250 .description a {
    height: 3.75em; /* 3 lines (1.25em x 3) */
    overflow-y: hidden;

    /* OPTIONAL: Show an ellipses if the text has been truncated
    http://dropshado.ws/post/1015351370/webkit-line-clamp */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .ad-970x250 .description a {
    height: 2.5em; /* 2 lines (1.25em x 2) */
    overflow-y: hidden;

    /* OPTIONAL: Show an ellipses if the text has been truncated
    http://dropshado.ws/post/1015351370/webkit-line-clamp */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ad-300x600 .description a {
    height: 3.75em; /* 3 lines (1.25em x 3) */
    overflow-y: hidden;

    /* OPTIONAL: Show an ellipses if the text has been truncated
    http://dropshado.ws/post/1015351370/webkit-line-clamp */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }


  /* =Progress
  ----------------------------------------------- */
  progress {
    /* Reset the default appearance */
    -webkit-appearance: none;
     appearance: none;

    width: 100%;
    height: 0.675em;
    margin: 0;
    display: block;
    border-radius: 0.5em;
    background-color: rgb(220, 220, 220);
    color: white;
    border-width: 0;
  }

  progress::-webkit-progress-bar {
    background-color: rgb(220, 220, 220);
    border-radius: 0.5em;
  }

  progress::-ms-fill {
    background: rgb(239, 95, 60); /* orange */
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }
  progress::-moz-progress-bar {
    background: rgb(239, 95, 60); /* orange */
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }
  progress::-webkit-progress-value {
    background: rgb(239, 95, 60); /* orange */
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
  }

  .progress .text {
    display: block;
    margin-bottom: 0.3125em;
    font-size: 0.875em;
    color: rgb(96, 96, 96);
    font-family: rooney-sans, Avenir-Book, Corbel, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
  }
  /*
  .progress .text strong {
    font-size: 24px;
    line-height: 33px;
    font-weight: inherit;
  }
  */
  .progress .text a {
    opacity: 0.5;
    text-decoration: none;
  }
  .progress .text a:hover,
  .progress .text a:active,
  .progress .text a:focus {
    opacity: 1;
  }
  .ad-970x250 .action,
  .ad-970x250 .progress {
    max-width: 260px;
  }


  /* =Call to Action (Button)
  ----------------------------------------------- */
  p.action {
    margin-top: 1.125em;
    margin-bottom: 0;
    text-align: center;
  }
  p.action a {
    display: block;
    text-decoration: none;
    background: rgb(26, 175, 41); /* @green */
    color: white;
    font-weight: bold;
    padding: 0.4em 1.875em;
    border-radius: 1.875em;
    font-family: rooney-sans, Avenir-Book, Corbel, "Helvetica Neue", Helvetica, sans-serif;


    text-shadow: 0 1px 1px #179824;
    background: #1cbc2c;
    border: 1px solid #19a627;
    border-radius: 3px;
  }
  p.action a:hover,
  p.action a:active,
  p.action a:focus {
    background: rgb(6, 155, 21); /* @darker-green */
  }


  /* =Learn More
  ----------------------------------------------- */
  .powered-by {
    font-size: 0.75em;
    text-align: center;
    max-width: 260px;
  }
  .powered-by a {
    text-decoration: none;
    font-weight: bold;
  }


  /* =300 x 250
  ----------------------------------------------- */
  .ad-300x250 .description {
    width: 50%;
  }
  .ad-300x250 .progress {
    width: 40%;
    position: absolute;
    top: 158px;
    left: 173px;
    margin: 0;
  }
  .ad-300x250 .action {
    width: 40%;
    box-sizing: border-box;
    position: absolute;
    top: 192px;
    left: 173px;
    margin: 0;
  }
  .ad-300x250 .powered-by {
    position: absolute;
    top: 225px;
    left: 173px;
    margin: 0;
    width: 40%;
  }
  .ad-970x250 .powered-by {
    margin-top: 0;
    position: absolute;
    left: 790px;
    top: 188px;
    text-align: left;
  }
  /*
  .ad-300x250 .powered-by {
    margin-top: 0;
    max-width: none;
  }
  */
  .ad-300x250 .details {
    padding: 0.675em 0.675em 0;
  }
  .ad-300x250 .details h2,
  .ad-300x250 .details p {
    font-size: 0.75em;
  }
  .ad-300x250 .details .description {
    font-size: 0.875em;
    line-height: 1.25;
    /*
    margin-top: 0.45em;
    */
  }
  .ad-300x250 .details .powered-by {
    font-size: 0.675em;
  }
  .ad-300x250 .details .powered-by img {
    width: 100px;
  }


  /* =970 x 250
  ----------------------------------------------- */
  .ad-970x250:after {
    content: "";
    display: table;
    clear: both;
  }
  .ad-970x250 .image {
    float: left;
  }
  .ad-970x250 .details {
    float: left;
    width: 484px;
  }

