@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700|Lora:300,400,700");

      :root {
        --font: Roboto;
        --alt-font: Lora;
        --accent-color: #141414;
        --secondary-color: #d8d2c5;
        --link-color: #000000;
        --accent-highlight-color: #141414;
        --accent-highlight-background-color: #e0e0e0;
        --accent-tinted-color-70: #b9b9b9;
        --accent-tinted-color-80: #d0d0d0;
        --accent-tinted-color-90: #e8e8e8;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #2e2e2e;
        --secondary-hover-color: #c3baa7;
        --secondary-contrast-color: #111;
        --link-hover-color: #333333;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1503672346/ewpszpqhcwjjbsgr4q67.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1516303146/gnsgwnpwxmga68ac03oy.jpg') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
.header__promo {
  display: none;
}

.footer {
  background: #777;
}
.footer .footer__inner {
  border: 0;
}
.footer .link,
.footer .footer__inner,
.footer .footer__inner a,
.footer .footer__company__name,
.footer .footer__links a,
.footer .footer__company__info {
  color: #fff;
  font-size: .75rem;
}
.footer .footer__inner a {
  text-decoration: underline;
}

.social__links {
  margin-top: 2rem;
}
.social__links li {
  float: left;
  margin-right: .5rem;
}
.social__links a {
  background: url('//d36ai2hkxl16us.cloudfront.net/handyman/social_icons.png') no-repeat;
  background-size: 180px 36px;
  display: block;
  height: 36px;
  width: 36px;
}
.social__links .facebook {
  background-position: 0 0;
}
.social__links .gplus {
  background-position: -36px 0;
}
.social__links .instagram {
  background-position: -72px 0;
}
.social__links .pinterest {
  background-position: -108px 0;
}
.social__links .twitter {
  background-position: -144px 0;
}

/* Homepage Rows */

.home.index .hero {
  margin: 0;
}

.home.index .hero__caption {
  background: none;
}
.home.index .hero__caption h2 {
  line-height: 1;
}
.home.index .hero__caption p.lead {
  font-weight: 600;
  line-height: 1.33;
}
.home.index .hero__caption .h4 {
  display: block;
  margin-bottom: 1rem;
}

.hero__email-form {
  margin: 0 auto;
  padding: 2rem 1rem 1rem;
  text-align: center;
}
.hero__email-form .btn--primary {
  color: #fff;
}

.home.index .widget--benefits,
.home.index .widget--instructors {
  background: url('//d36ai2hkxl16us.cloudfront.net/tasteofhome/v2/pattern_bg.png');
}
.home.index .widget--benefits > .row {
  margin: 0 auto;
  max-width: 1144px;
}

.home.index .widget--links {
/*  background: url('//d36ai2hkxl16us.cloudfront.net/discovery/courses_bg.jpg') center top;
  background-size: cover;
  box-shadow: inset 0 0 250px rgba(0,0,0,.75);*/
}
/*.home.index .widget--links > .row,*/
.home.index .widget--instructors > .row,
.home.index .widget--footer > .row{
  margin: 0 auto;
  max-width: 1200px;
}
.home.index .widget--links > .row {
  /*margin-bottom: 2rem;*/
}
/*.home.index .widget--links .widget__title {
  color: #fff;
  text-shadow: 0 3px 15px rgba(0,0,0,.65);
}*/
.home.index .widget--links .btn--primary {
  /*color: #fff;*/
}
.home.index .widget--instructors .widget__title {
  color: #666;
}

.home.index .widget--footer {
  background: url('//d36ai2hkxl16us.cloudfront.net/handyman/footer_bg.jpg');
  box-shadow: inset 0 0 120px rgba(0,0,0,.25);
}
.home.index .widget--footer ul {
  list-style: none;
  margin-left: 0;
}
.home.index .widget--footer p,
.home.index .widget--footer a {
  color: #fff;
  font-size: .75rem;
}
.home.index .widget--footer a {
  text-decoration: underline;
}
.home.index .widget--footer .links p {
  margin-bottom: 0;
}

/* Image Blocks */
.image-block{
  border: 8px solid #fff;
  box-shadow: 0 0 16px rgba(0,0,0,.35);
  display: block;
  position: relative;
}
.image-block .decal{
  right: -1rem;
  font-style: italic;
}
.image-block img{
  display: block;
  width: 100%;
}
.image-block:hover .expand{
  background-position: -18px 0;
}
.image-block:hover p{
  display: none;
}
.image-block:hover blockquote{
  display: block;
}
.image-block .expand {
  background: url('//d36ai2hkxl16us.cloudfront.net/tasteofhome/v2/hover_arrow.png') no-repeat;
  background-position: 0 0;
  background-size: auto 18px;
  bottom: 10px;
  display: block;
  height: 18px;
  position: absolute;
  right: 10px;
  width: 18px;
}
.image-block blockquote {
  display: none;
  border: none;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0 1rem;
}
.image-block p {
  color: #8a979e;
  font-size: .75rem;
  text-align: center;
}
.image-block p.lead {
  color: #9b9c9c;
  font-size: 1rem;
  line-height: 1;
}
.image-block__overlay {
  position: static;
  padding: 0;
}
.image-block__overlay > div {
  background: #fff;
  height: auto;
  margin-top: 0;
  padding: 1rem 1rem 1.5rem;
  position: relative;
  -webkit-transition: margin .25s ease-in;
  transition: margin .25s ease-in;
}
.image-block__overlay:hover > div {
  box-shadow: 0 0 16px rgba(0,0,0,.35);
  margin-top: 0;
  height: 100%;
}

/* Image Block -- Courses */
.image-block--courses .image-block__overlay,
.image-block--instructor .image-block__overlay {
  background-color: #fff;
  left: 0px;
  bottom: 0px;
  padding: 1rem;
  width: 100%;
  top: auto;
  height: auto;
}
.image-block--instructor .image-block__overlay {
  width: 85%;
}
.image-block--courses p,
.image-block--instructor p {
  color: #0e0e0e;
  font-size: .75rem;
  text-align: left;
}

.image-block--courses:hover p,
.image-block--instructor:hover p {
  display: block;
}

.image-block--instructor p {
  font-size: .75rem;
}
.image-block--instructor p.lead {
  line-height: 1.33;
  margin-bottom: 0;
}

/*.home.index .block-grid__item__button {
  display: none;
}

.home.index .block-grid__item__caption {
  padding: .5rem;
  position: absolute;
  bottom: 0;
}
.home.index .block-grid__item__title {
  background: #fff;
  box-shadow: 0 0 16px rgba(0,0,0,.35);
  font-size: 1.5rem;
  padding: 1rem;
}*/

/* Tablet */
@media only screen and (min-width: 48.063em) {
  .header--microsite {
    background-color: #fff;
    margin-top: 1rem;
  }
  .header--microsite .header__inner {
    margin: 0 auto;
  }
  .home.index .header--microsite {
    height: 90px;
    margin-top: 0;
    position: absolute;
    top: 2.25rem;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .home.index .header--microsite .header__inner {
    max-width: 1200px;
  }
  
  .header--microsite .company__logo {
    float: left;
  }
  .home.index .header--microsite .company__logo {
    margin: 0.5rem 0 0;
    height: 65px;
  }

  .nav--top {
      margin-top: .35rem;
  }

  .top-bar {
    border-top: none;
    clear: none;
    float: left;
    margin-left: 2rem;
    margin-top: .0rem;
  }
  .top-bar,
  .top-bar-section ul li,
  .top-bar-section li a,
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
  }
  .top-bar-section ul li > a {
    color: #666;
    font-size: 1.125rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: none;
    color: #333;
  }

  .nav--top ul a {
    font-size: .75rem;
    text-transform: none;
  }

  /* Homepage Rows */
  .home.index .hero__caption {
    background-color: rgba(255,255,255,.85);
    bottom: 5%;
  }
  .home.index .hero__caption h2 {
    font-size: 2.5rem;
  }
  .hero__email-form {
    background-color: rgba(255,255,255,.9);
    width: 70%;
    border: 1px solid #999;
    border-radius: 8px;
    box-shadow: 0 0 16px rgba(0,0,0,.35);
  }

  .home.index .widget--benefits {
    padding: 4rem 4rem;
  }

  /*.home.index .widget--links,*/
  .home.index .widget--instructors {
    padding: 4rem 4rem;
  }
  /*.home.index .widget--links .widget__title,*/
  .home.index .widget--instructors .widget__title {
    font-size: 3rem;
  }

  .home.index .widget--footer .links .first {
    border-right: 1px solid #fff;
  }
  .home.index .widget--footer .links .last {
    padding-left: 2rem;
  }
}

/* Desktop */
@media only screen and (min-width: 64.063em) {
  .home.index .container {
    max-width: none;
  }
  
  .header__promo {
    display: block;
    background: url('//d36ai2hkxl16us.cloudfront.net/handyman/header_promo_icon.png') left center no-repeat;
    background-size: 30px 32px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    height: 2.25rem;
    font-style: italic;
    padding: .5rem 2rem 0 2.5rem;
    font-size: 14px;
    text-transform: uppercase;
  }
  .header__promo:hover {
    color: #fff;
  }

  /* Image Blocks */
  .image-block p {
    font-size: 1.125rem;
  }
  .image-block p.lead {
    font-size: 1.625rem;
  }

  .image-block--courses ul {
    list-style: disc;
  }
  .image-block--courses li,
  .image-block--courses p,
  .image-block--instructor p {
    color: #000;
    font-size: .75rem;
    margin-bottom: 0;
  }
  .image-block--courses p.lead {
    margin-bottom: .5rem;
  }
  .image-block--instructor p {
    font-size: .65rem;
  }

  .image-block__overlay {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 8px;
    width: 100%;
  }
  .image-block__overlay > div {
    background: #fff;
    height: auto;
    margin-top: 50%;
    padding: 2rem 1rem 1.5rem;
    position: relative;
    -webkit-transition: margin .25s ease-in;
    transition: margin .25s ease-in;
  }

  .image-block--courses .image-block__overlay,
  .image-block--instructor .image-block__overlay {
    background-color: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,.35);
    left: 8px;
    bottom: 8px;
    padding: 1rem;
    width: 70%;
    top: auto;
    height: auto;
  }
  .image-block--instructor .image-block__overlay {
    width: 85%;
  }

  .image-block blockquote {
    font-size: 2.25rem;
    margin-top: 20%;
  }

  /* Homepage Rows */
  .home.index .hero__caption {
    bottom: 20%;
  }
  .hero__email-form {
    width: 40%;
  }

  .home.index .widget--benefits {
    padding: 6rem 4rem;
  }
  .home.index .widget--footer {
    padding: 2rem;
  }
}

/* Large Desktop */
@media only screen and (min-width: 90.063em) {}

/* Mobile Down */
@media only screen and (max-width: 48em) {}

/* Custom UI Styles */
iframe[name="google_conversion_frame"] {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
}
.results__grade { display: none; }
.editor-content a {
  color: #ed1c24;
  font-weight: bold;
}

.page__container .h3 { color: #414042; }

.files__list__name .icon-file,
.files__list__name .icon-pdf { color: #127bbe; }

.popup__caption p,
.popup__caption ul {
  font-size: 13px;
}

.topic__text__image blockquote p,
.topic__text__image blockquote ul,
.topic__text__image blockquote ol {
  font-style: italic;
  font-size: 14px;
  line-height: 1.33;
}

.ingredient__list .tooltip {
  background: #fff  url(//d36ai2hkxl16us.cloudfront.net/tasteofhome/TOH_large_tip.png);
  color: #000;
  padding-left: 55px;
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 5px 5px;
  min-height: 50px;
  min-width: 190px;
}
.ingredient__list .tooltip.tooltip--right:before {
  border-right: 8px solid #fff !important;
}

.btn--image-tag i {
  border-color: #ed1c24;
  color: #ed1c24;
}

/* Frayer Page */

.fray-container {
  border: 4px solid #e9e9e9;
  margin-left: -.75rem;
  min-height: 600px;
  position: relative;
}

.fray-block {
  padding: 1rem;
  width: 50%;
  position: absolute;
  height: 50%;
}

.fray-block textarea {
  border: none;
  box-shadow: none;
  height: 90%;
  overflow: hidden;
  resize: none;
}

.fray-block-one,
.fray-block-two {
  padding-bottom: 2rem;
}

.fray-block-three,
.fray-block-four {
  padding-top: 2rem;
}

.fray-block-one {
  border-bottom: 4px solid #e9e9e9;
  border-right: 4px solid #e9e9e9;
  top: 0;
  left: 0;
}

.fray-block-two {
  border-bottom: 4px solid #e9e9e9;
  top: 0;
  right: 0;
}

.fray-block-three {
  border-right: 4px solid #e9e9e9;
  top: 50%;
  left: 0;
}

.fray-block-four {
  top: 50%;
  right: 0;
}

.fray-block-center {
  border: 4px solid #cbcbcb;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 400px;
  z-index: 1;
  background-color: #fff;
  margin: -27px 0 0 -200px;
  padding: 3px;
}

.fray-block-center input {
  font-size: 1.5rem;
  width: 100%;
  border: none;
  box-shadow: none;
  text-align: center;
}

/* Course Sidebar Upsell */

.course__upsell {
  margin: 2rem 0 1rem;
  padding-left: 1rem;
}
.course__upsell span.heading {
  float: right;
}
.course__upsell p.heading {
  margin-bottom: .5rem;
}
.course__upsell .icon--round {
  font-size: 2rem;
  height: 64px;
  width: 64px;
  border-radius: 1000px;
  margin: -1.5rem 1rem 0rem -2rem;
  float: left;
}
.course__upsell .panel {
  clear: both;
}
.course__upsell img {
  border: 1px solid #e9e9e9;
  display: block;
  float: left;
  margin: -2rem 1rem 1rem -2rem;
  width: 100px;
}

.header--microsite .company__beta-logo img {
  height: 55px;
}