@charset "UTF-8";
header {
  width: 100%;
}

#header {
  margin: 20px auto 7px;
  text-align: center;
}
#header #header-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#header #header-nav li {
  height: 65px;
  min-width: 35px;
}
#header #header-nav #header-back {
  display: none;
}
#header #header-nav #header-logo {
  max-width: 70%;
  margin: 0 auto;
}
#header #header-nav #header-logo img {
  height: auto;
  max-height: 57px;
  max-width: 100%;
}

#header-hamburger {
  display: none;
}
#header-hamburger:hover {
  cursor: pointer;
}
#header-hamburger .hamburger-close {
  display: none;
  margin-left: 3px;
}
#header-hamburger .hamburger-close img,
#header-hamburger .hamburger-open img {
  height: 32px;
}

.subnav-wrapper {
  border-bottom: 1px solid #afafaf;
  margin: 0 0 30px;
  padding: 0 0 3px;
  z-index: 100;
}
.subnav-wrapper .subnav-links {
  display: flex;
  font-size: 14px;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  max-width: 1200px;
}
.subnav-wrapper .subnav-links li {
  display: inline-block;
  list-style: none;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.subnav-wrapper .subnav-links .last {
  padding-right: 0;
}
.subnav-wrapper .subnav-links a {
  color: #000;
}
.subnav-wrapper .subnav-links .active a,
.subnav-wrapper .subnav-links a:hover {
  border-bottom: 2px solid #37c7fb;
  text-decoration: none;
}

@media (max-width: 1008px) {
  .subnav-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 800px) {
  #header {
    position: fixed;
    top: 0;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  #header #header-nav #header-back {
    display: inline-block;
    margin-left: 15px;
  }
  #header #header-logo img {
    margin-top: 8px;
    padding-bottom: 8px;
  }

  #header-hamburger {
    display: inline-block;
    font-size: 0.7em;
    margin-right: 15px;
    padding-top: 13px;
  }

  .leaderboard {
    display: none;
  }

  .subnav-wrapper {
    display: none;
    margin: 0;
    padding-bottom: 5px;
    position: fixed;
    top: 66px;
    width: 100%;
    background-color: #f6f6f6;
  }
  .subnav-wrapper .subnav-links {
    text-align: center;
    width: 100%;
    margin: 0;
    display: block;
    font-size: 18px;
  }
  .subnav-wrapper .subnav-links li {
    display: block;
    text-shadow: none;
    margin: 0;
    padding: 0;
  }
  .subnav-wrapper .subnav-links .active a,
.subnav-wrapper .subnav-links a:hover {
    background-color: #69d5fc;
    border-bottom: 0;
  }
  .subnav-wrapper .subnav-links.last a,
.subnav-wrapper .subnav-links a {
    display: block;
    border: 0;
    padding: 5px 10px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle-text {
    display: block;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    position: relative;
    clip: none;
  }
}
#article-template .article-image {
  margin-bottom: 15px;
}
#article-template h2 {
  border-bottom: 3px solid #37c7fb;
  font-size: 26px;
}
#article-template h4,
#article-template h3 {
  font-weight: bold;
}
#article-template p {
  margin-bottom: 20px;
}
#article-template .left-list {
  float: left;
}
#article-template .right-list {
  float: left;
  margin-left: 20px;
}
#article-template .right-list li,
#article-template .left-list li {
  height: 220px;
  margin-bottom: 3px;
  width: 140px;
}
#article-template #references,
#article-template #resources,
#article-template #author,
#article-template #photo-credits,
#article-template #tips,
#article-template #warnings,
#article-template #things_needed {
  border: 1px solid #aaa;
  font-size: 15px;
  margin: 15px 0;
  padding: 20px;
}
#article-template #references ul,
#article-template #resources ul,
#article-template #author ul,
#article-template #photo-credits ul,
#article-template #tips ul,
#article-template #warnings ul,
#article-template #things_needed ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#article-template #references li,
#article-template #resources li,
#article-template #author li,
#article-template #photo-credits li,
#article-template #tips li,
#article-template #warnings li,
#article-template #things_needed li {
  line-height: 24px;
}
#article-template #references li:last-child,
#article-template #resources li:last-child,
#article-template #author li:last-child,
#article-template #photo-credits li:last-child,
#article-template #tips li:last-child,
#article-template #warnings li:last-child,
#article-template #things_needed li:last-child {
  margin: 0;
}
#article-template #references li:last-child p:last-child,
#article-template #resources li:last-child p:last-child,
#article-template #author li:last-child p:last-child,
#article-template #photo-credits li:last-child p:last-child,
#article-template #tips li:last-child p:last-child,
#article-template #warnings li:last-child p:last-child,
#article-template #things_needed li:last-child p:last-child {
  margin: 0;
}
#article-template #references li, #article-template #references h4,
#article-template #resources li,
#article-template #resources h4,
#article-template #author li,
#article-template #author h4,
#article-template #photo-credits li,
#article-template #photo-credits h4,
#article-template #tips li,
#article-template #tips h4,
#article-template #warnings li,
#article-template #warnings h4,
#article-template #things_needed li,
#article-template #things_needed h4 {
  margin: 0 0 10px;
}
#article-template #references > p,
#article-template #resources > p,
#article-template #author > p,
#article-template #photo-credits > p,
#article-template #tips > p,
#article-template #warnings > p,
#article-template #things_needed > p {
  margin: 0;
}
#article-template #references li ::before,
#article-template #resources li ::before,
#article-template #photo-credits li ::before {
  content: "- ";
}
#article-template #title {
  margin: 0 0 5px;
}
#article-template #title h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}
#article-template #title cite,
#article-template #title #last-update {
  color: #000;
  font-size: 12px;
  font-style: normal;
}

figure {
  margin: 5px 0;
}

figcaption {
  margin: 10px;
}

#article-section ul {
  padding-left: 4px;
  padding-right: 2px;
}
#article-section ul li {
  list-style-type: none;
}
#article-section .section p {
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#article-section img {
  display: block;
  height: auto;
  max-width: 100%;
}

.tip {
  word-wrap: break-word;
}

.tip p,
.warning p {
  margin-top: 10px;
}

.stepNum + div p::first-line {
  font-weight: bold;
  margin-top: 10px;
}

.stepNum {
  display: none;
}

.photo-attribution {
  display: none;
}

.portrait #things_needed {
  float: none;
  margin: 15px 15px 15px 0;
  overflow: auto;
}

#things_needed {
  margin-bottom: 10px;
  padding: 0;
  word-wrap: break-word;
}
#things_needed h6 {
  font-size: 14px;
}
#things_needed li {
  color: #000;
  line-height: 1.4em;
  padding: 0;
  word-wrap: break-word;
}
#things_needed li i {
  color: #4aabcd;
}
#things_needed .last {
  padding: 0;
}
#things_needed ul {
  column-count: 3;
  column-gap: 1.5em;
  list-style: none;
  margin-bottom: 1px;
  margin-top: 7px;
  padding: 0;
}
#things_needed ul li::before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  width: 1.5em;
}

.author-google-plus {
  display: inline-block;
  margin-left: 5px;
}

#top-section {
  float: left;
  margin-right: 15px;
  max-width: 300px;
  width: 45%;
}

#main-article-photo {
  float: left;
  max-width: 275px;
}
#main-article-photo img {
  display: block;
  margin: 0 auto;
}

.photo-cap {
  font-size: 12px;
  margin-bottom: 8px;
  text-align: center;
}

.portrait #top-section {
  float: left;
  margin-right: 20px;
  max-width: 35%;
}
.portrait #top-section #main-article-photo {
  float: none;
  margin: 0 0 20px;
  max-width: 100%;
}

.highlighted {
  margin-bottom: 10px;
}
.highlighted::first-line {
  font-weight: bold;
}

.citation-widget svg .custom-color {
  fill: #37c7fb;
}

.stepNum {
  font-family: inherit;
}

#author-avatar {
  float: left;
  margin-right: 15px;
}

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 520px) {
  #article-section .animatedGif {
    float: none;
    margin: 0 auto 10px;
    max-width: 99%;
  }

  .photo-cap {
    display: none;
  }

  #main-article-photo {
    margin: 0;
    max-width: 100%;
  }

  .portrait #top-section {
    float: none;
    max-width: 100%;
  }

  #things_needed h6 {
    font-size: 12px;
  }

  #things_needed ul {
    column-count: 2;
    column-gap: 1.5em;
    margin-bottom: 1px;
    margin-top: 7px;
    padding: 0;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #article-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  grid-gap: 20px;
  grid-template-areas: "main" "sidebar";
}
#content-container #article-page h1 {
  margin: 0 0 10px;
  line-height: 1;
}
#content-container #article-page h3 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
}
#content-container #article-page h4 {
  font-size: 18px;
  font-weight: bold;
}
#content-container #article-page p {
  margin: 0 0 10px;
}
#content-container #article-page a {
  color: #444;
}

#article-main {
  grid-area: main;
}
#article-main #article-top #title {
  margin-bottom: 20px;
}

#article-sidebar {
  grid-area: sidebar;
}

.rc-section h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.rc-section .rc-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rc-section .rc-list .rc-article {
  margin-bottom: 10px;
  flex: 0 0 48%;
}
.rc-section .rc-list .rc-article img {
  width: 100%;
}
.rc-section .rc-list .rc-article a {
  color: #444;
}
.rc-section .rc-list .rc-article a span {
  font-size: 18px;
  line-height: 1;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #article-page {
    grid-template-columns: 1fr 35px 420px 200px 1fr;
    grid-template-rows: repeat(2, auto);
    grid-gap: 20px;
    grid-template-areas: ". . leaderboard leaderboard ." ". social main sidebar .";
  }

  #article-leaderboard {
    grid-area: leaderboard;
  }

  #article-social {
    grid-area: social;
  }

  .rc-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rc-list .rc-article {
    flex: 0 0 48%;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #article-page {
    grid-template-columns: 1fr 35px 640px 310px 1fr;
  }
}
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
.social-shares {
  margin: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.social-shares .social-icon {
  position: relative;
  width: 35px;
  height: 40px;
}
.social-shares .social-icon .email-svg {
  fill: silver;
}
.social-shares .social-icon .facebook-svg {
  fill: #3b5998;
}
.social-shares .social-icon .twitter-svg {
  fill: #ff5700;
}
.social-shares .social-icon .pinterest-svg {
  fill: #cb2027;
}
.social-shares .social-icon .reddit-svg {
  padding-top: 2px;
  fill: #ff5700;
}
.social-shares .social-icon .linkedin-svg {
  fill: #007bb6;
}
.social-shares ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-shares ul li {
  margin-bottom: 10px;
  text-align: center;
  width: 40px;
}
.social-shares ul .facebook-social {
  color: #3b5998;
  margin: 0;
}
.social-shares ul .twitter-social {
  color: #0084b4;
}
.social-shares ul .pinterest-social {
  color: #c92228;
}
.social-shares ul .reddit-social {
  color: #ff4500;
}
.social-shares ul .share {
  color: #999;
}
.social-shares ul .share:hover {
  filter: brightness(65%);
}

@media (min-width: 651px) and (max-width: 1099px) {
  #article-template #main {
    padding-left: 50px;
  }
}
@media (min-width: 651px) and (max-width: 992px) {
  #sidebar {
    padding-left: 50px;
  }
}
@media (max-width: 650px) {
  .social-shares {
    float: none;
    left: 0;
    margin: 0 0 10px;
    position: relative;
  }
  .social-shares ul li {
    display: inline-block;
  }
}
#sidebar h3 {
  border-bottom: 1px solid #000;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 15px;
}
#sidebar ul {
  text-transform: none;
  padding-left: 0;
}
#sidebar li {
  list-style: none;
  color: #cf361d;
  margin-bottom: 10px;
}
#sidebar a:hover {
  color: #7a95cc;
}
#sidebar .widget ul li {
  line-height: 15px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 15px;
  clear: both;
}

#separate-lists {
  clear: both;
}

.calc-container a.more-calcs {
  display: none;
}

.sidebar-article-span {
  line-height: 18px;
  margin: 0 0 10px;
  display: block;
}

@media (max-width: 992px) {
  #sidebar {
    width: 100%;
    clear: both;
  }
  #sidebar .right-list,
#sidebar .left-list {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin-left: 4%;
  }
  #sidebar .right-list li,
#sidebar .left-list li {
    display: inline-block;
    margin-left: 20px;
  }

  .small-screen-ad {
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 800px) {
  #sidebar .widget .right-list,
#sidebar .widget .left-list {
    margin-left: 10px;
  }
  #sidebar .widget .right-list li,
#sidebar .widget .left-list li {
    margin-left: 10px;
  }
}
@media (max-width: 650px) {
  #sidebar .widget .right-list,
#sidebar .widget .left-list {
    width: 60%;
  }
  #sidebar .widget .right-list li,
#sidebar .widget .left-list li {
    flex: 0 0 auto;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
.about-us-content h1,
.about-us-content h2,
.about-us-content h3 {
  color: #000;
  border-bottom: #37c7fb 3px solid;
  text-transform: uppercase;
}
.about-us-content h3 {
  margin-top: 15px;
}

.section-content {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.35);
  margin-bottom: 40px;
  max-width: 800px;
  padding: 0 20px 10px;
  width: 100%;
}
.section-content p,
.section-content li {
  font-size: 16px;
  margin: 15px 0;
  text-align: left;
}

#brand-section,
#contact-section {
  margin-top: 20px;
}

.green-text {
  color: #92d050;
  display: inline;
  font-weight: bold;
}

.red-text {
  color: #ff0000;
  display: inline;
  font-weight: bold;
}

.team-card {
  padding: 10px;
}
.team-card .team-card-image {
  border-radius: 50%;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.team-card .team-card-image img {
  height: 100%;
  width: 100%;
}
.team-card .team-card-title {
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.about-us-content .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.about-us-content .col-xs-6 {
  width: 48%;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  .section-content {
    margin: 40px auto;
    max-width: 800px;
    width: 80%;
  }

  .about-us-content .row .col-sm-12 {
    width: 100%;
  }
  .about-us-content .row .col-sm-3 {
    width: 24%;
  }
}
@media (min-width: 992px) {
  .section-content {
    margin: 40px auto;
    max-width: 800px;
    width: 80%;
  }

  .about-us-content .row .col-md-12 {
    width: 100%;
  }
  .about-us-content .row .col-md-3 {
    width: 24%;
  }
}
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #about-section {
    min-height: 350px;
  }
}
footer {
  padding: 35px 0;
  clear: both;
  text-align: center;
  max-width: 100%;
}
footer p {
  font-size: 13px;
}
footer .footer-links {
  margin: 25px auto 15px;
  list-style: none;
  padding: 0;
}
footer .footer-links li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
}
footer a,
footer a:hover,
footer a:active {
  color: #000;
}
footer .image-right {
  width: 130px;
  border-left: 1px solid #999;
  padding: 0 20px;
}
footer .image-left {
  padding: 0 20px;
  max-width: 300px;
}
footer #copyright {
  padding: 0;
}
footer #disclaimer {
  max-width: 60%;
  margin: 0 auto;
}
footer #disclaimer a {
  color: #036f96;
}

@media (max-width: 520px) {
  footer .image-right {
    border: 0;
  }
  footer .image-left {
    display: none;
  }
}
.inline-ad {
  margin-top: -5px;
  margin-bottom: -5px;
  display: inline-block;
  width: 100%;
}

.main-ad {
  margin-top: 5px;
}

.google .label {
  font-size: 12px;
  margin-bottom: 8px;
}
.google .label a {
  font-size: 14px;
  color: #000;
}
.google .title-section {
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
}
.google .ad-content {
  margin: 0 0 10px;
}
.google .url {
  color: #666;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

/* Inline Ad */
#google-article-single {
  margin-top: 1px;
  margin-bottom: 0;
}
#google-article-single .title-section .title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
}
#google-article-single .url {
  font-size: 13px;
}

/* Google Block Small Screen */
#google-mobile-leaderboard {
  display: none;
  background: #fff;
  text-align: center;
  margin: -10px 0 10px;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
#google-mobile-leaderboard iframe {
  margin: 0 auto;
}

/* Google Ads Override - Optimizely Winner [https://www.optimizely.com/edit?experiment_id=2235201132] */
#google-article-block {
  background: none;
  margin-bottom: 2em;
  padding: 0;
  margin-top: 1px;
}
#google-article-block .google {
  letter-spacing: 0.05em;
}
#google-article-block .google .label {
  margin: 0 0 0.5em;
}
#google-article-block .google .label a {
  color: #000;
  margin: 0;
}
#google-article-block .ad-content {
  border-bottom: 2px solid #ccc;
  margin: 0;
  padding: 0.75em 0 0;
  clear: both;
}
#google-article-block .ad-content.even {
  background-color: #f7f7f7;
}
#google-article-block .title-section {
  font-style: italic;
  margin: 0 10px 0 0;
  text-decoration: underline;
  letter-spacing: 0.1em;
  font-size: 17px;
}
#google-article-block .ad-cell {
  display: block;
  margin: 1em;
}
#google-article-block .ad-text {
  display: inline;
  margin: 0;
  padding: 0;
}
#google-article-block .ad-line {
  display: block;
}
#google-article-block .url {
  color: #000;
  display: block;
  text-decoration: none;
  margin-top: 0.33em;
  font-family: inherit;
}

/* Display Ads */
.leaderboard {
  margin: 0 0 15px;
  text-align: center;
}

.side-ad {
  text-align: center;
  margin: 20px 0;
}

/* Taboola */
#taboola-bottom-main-column {
  margin-bottom: 20px;
}
#taboola-bottom-main-column #content-container img {
  max-width: auto;
}

@media (max-width: 520px) {
  .small-screen-ad {
    text-align: center;
    margin: 10px 0;
  }

  #taboola-bottom-main-column {
    display: none;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #category-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  grid-gap: 20px;
  grid-template-areas: "leaderboard" "featured" "banner" "main" "more";
}

#category-leaderboard {
  grid-area: leaderboard;
}

#category-featured {
  grid-area: featured;
}
#category-featured #category-header {
  border-bottom: 1px solid #37c7fb;
  margin-bottom: 25px;
  text-align: center;
  text-transform: lowercase;
}

#category-main {
  grid-area: main;
}

#category-banner {
  grid-area: banner;
}

#category-more {
  grid-area: more;
  background-color: #eee;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #category-page {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3% 1fr 1fr 3%;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: ". leaderboard leaderboard ." ". featured featured ." ". main main ." ". more more .";
  }

  #category-banner {
    display: none;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #category-page {
    grid-template-columns: 1fr 900px 1fr;
    grid-template-areas: ". leaderboard ." ". featured ." ". main ." "more more more";
  }
}
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #content-container #category-page {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
.print-button {
  cursor: pointer;
}

@media print {
  #header {
    position: relative;
    display: block;
    padding: 0 !important;
    margin: 0 !important;
  }

  main {
    padding: 0 !important;
    margin: 0 0 0 0 !important;
  }

  @page {
    margin: 0.25in;
  }
  a[href]:after {
    content: "";
  }

  .article-image .image-wrapper {
    float: left;
    position: relative;
    display: inline-block;
    margin: 0.25in 0.5in 0.25in 0in;
  }

  .article-image img {
    width: 4in !important;
  }

  .no-print {
    display: none !important;
  }

  .content-container {
    margin: 0 !important;
    padding: 0 !important;
  }

  #resources,
#references,
#tips,
#warnings,
#things_needed {
    page-break-inside: avoid;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #home-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(5, auto);
  grid-gap: 20px;
  grid-template-areas: "leaderboard" "featured" "banner" "main" "more";
}

#home-leaderboard {
  grid-area: leaderboard;
}

#home-featured {
  grid-area: featured;
}

#home-main {
  grid-area: main;
}

#home-banner {
  grid-area: banner;
}

#home-more {
  grid-area: more;
  background-color: #eee;
}

#this-just-in h2 {
  text-align: center;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #home-page {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3% 1fr 1fr 3%;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: ". leaderboard leaderboard ." ". featured featured ." ". main main ." ". more more .";
  }

  #home-banner {
    display: none;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #home-page {
    grid-template-columns: 1fr 900px 1fr;
    grid-template-areas: ". leaderboard ." ". featured ." ". main ." "more more more";
  }
}
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #content-container #home-page {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
/**
 * =====================================
 * Mobile, small device styles (default)
 * =====================================
 */
#content-container #not-found-page {
  margin: 0 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, auto);
  grid-gap: 20px;
  grid-template-areas: "leaderboard" "banner" "main";
}

#not-found-leaderboard {
  grid-area: leaderboard;
  text-align: center;
}

#not-found-banner {
  grid-area: banner;
}

#not-found-main {
  grid-area: main;
}

#this-just-in h2 {
  text-align: center;
}

/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  #content-container #not-found-page {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3% 1fr 1fr 3%;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: ". leaderboard leaderboard ." ". featured featured ." ". main main ." ". more more .";
  }

  #not-found-banner {
    display: none;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
@media (min-width: 992px) {
  #content-container #not-found-page {
    grid-template-columns: 1fr 900px 1fr;
    grid-template-areas: ". leaderboard ." ". featured ." ". main ." "more more more";
  }
}
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */
@media (min-width: 1200px) {
  #content-container #not-found-page {
    grid-template-columns: 1fr 1100px 1fr;
  }
}
.jwplayer-section {
  margin: 30px 0;
  padding: 20px 25px 40px 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.jwplayer-section .jwplayer__label {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.jwplayer-section .jwplayer__attribution {
  text-align: center;
  margin-top: 6px;
  font-size: 1.2em;
}

.jwplayer-section .jwplayer__attribution-sticky {
  text-align: center;
}

.jwplayer-section .jwplayer__container-outer {
  background-color: #FFFFFF;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 314px;
  height: auto;
  padding: 7px;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  z-index: 999999;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky .jwplayer__close {
  display: block;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container.jwplayer__container--sticky #jw-player {
  position: relative;
  top: auto;
  left: auto;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close {
  position: absolute;
  top: -10px;
  right: -10px;
  display: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  background-color: #000000;
  z-index: 999999;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  overflow: hidden;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before,
.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #FFFFFF;
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::before {
  transform: rotate(45deg);
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container .jwplayer__close .close-x::after {
  transform: rotate(-45deg);
}

.jwplayer-section .jwplayer__container-outer .jwplayer__container #jw-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  color: #000;
}

p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zilla Slab", serif;
  padding: 0;
  color: #444;
}

h3,
h4,
h5,
h6 {
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
  font-weight: 500;
}

main {
  margin: 0 auto;
}
main a {
  text-decoration: none;
}

.title-span {
  padding-left: 5px;
  padding-right: 5px;
}

.title-font {
  font-family: "Zilla Slab", serif;
}

.link {
  text-decoration: none;
}

#error-message {
  margin-bottom: 15px;
}

#content-container {
  height: 100%;
  margin: 0;
}
#content-container a:active,
#content-container a:hover {
  text-decoration: underline;
}
#content-container img {
  max-width: 100%;
  height: auto;
}

.featured-articles,
.main-articles,
.most-popular-articles {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-articles a,
.main-articles a,
.most-popular-articles a {
  color: #444;
}

.article-featured,
.article-main,
.article-most-popular {
  text-align: center;
  margin-bottom: 20px;
}

.main-articles img {
  width: 100%;
}

#most-popular {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.pixel {
  height: 1px;
  width: 1px;
}

.hidden {
  display: none;
}

.btn {
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

#printmsg {
  display: none;
}

@media (max-width: 800px) {
  main {
    margin-top: 85px;
  }

  #sidebar {
    width: auto;
    float: none;
    margin: 0;
  }

  #content-brand {
    display: none;
  }
}
@media (max-width: 940px) {
  #content-brand {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  #content {
    margin: 0 15px;
  }
}
/**
 * =====================================
 * Tablet, medium device styles
 * =====================================
 */
@media (min-width: 768px) {
  .featured-articles,
.main-articles,
.most-popular-articles {
    flex-direction: row;
  }

  .main-articles {
    flex-wrap: wrap;
  }

  .article-featured {
    flex: 0 0 48%;
  }

  .article-main {
    flex: 0 0 32%;
  }

  .article-most-popular {
    flex: 0 0 24%;
  }
}
/**
 * =====================================
 * Smaller desktop styles
 * =====================================
 */
/**
 * =====================================
 * Larger desktop styles
 * =====================================
 */

/*# sourceMappingURL=style.css.map */
