.header {
  background-color: #366587;
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 1010;
  top: 0;
  border-bottom: 3px solid #8BC973; }
  .header__footer {
    border: 0;
    margin-bottom: 40px;
    width: 100%;
    height: 10px;
    background: #f2f2f2;
    margin-top: 0; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 5%;
  max-width: 1250px;
  margin: 0 auto; }
  .nav__menu-burger {
    display: none; }
  .nav__title {
    height: 50px; }
  .nav__title-link {
    text-decoration: none;
    color: white;
    transition: transform .3s ease-out;
    display: inline-block; }
  .nav__title-link:hover {
    color: #8BC973;
    background-color: #366587; }
  .nav__title img {
    height: 50px; }
  .nav__category-links {
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
  .nav__category-links li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
    font-size: 15px; }
  .nav__category-links li a {
    position: relative;
    color: white;
    text-decoration: none; }
  .nav__category-links li a:hover {
    color: #8BC973;
    background-color: #366587; }
  .nav__category-links li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #8BC973;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .nav__category-links li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .nav__mobile, .nav__mobile-links {
    display: none; }

.hamburger-icon {
  font-size: 34px;
  margin-top: 5px;
  color: #FFF; }

#subnav-wrapper {
  width: 100%; }

.subnav-links {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translate(-50%, 0);
  top: 70px;
  z-index: 2000;
  display: none;
  width: 90%;
  background: #366587;
  float: none;
  margin: 0 0 3px 0;
  padding: 2px;
  clear: both;
  border-bottom: 3px solid #8BC973;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35); }
  .subnav-links li {
    display: block;
    text-shadow: none;
    font-size: 15px;
    margin: 0;
    padding: 10px;
    list-style: none;
    white-space: nowrap; }
  .subnav-links li a, .subnav-links li.last a {
    display: block;
    border: none;
    text-decoration: none;
    color: white;
    font-size: 20px; }

@media (max-width: 500px) {
  .nav__menu-burger {
    display: inline; }
  .nav__title {
    height: 40px; }
  .nav__title img {
    height: 40px; }
  .nav__category-links {
    display: none; }
  .nav__mobile-links li {
    list-style: none; }
  .nav__mobile-links li a {
    text-decoration: none;
    color: brown; }

  #hamburger {
    display: block; }

  .hamburger-close {
    display: none; }

  #hamburger:hover {
    cursor: pointer;
    cursor: hand; } }
.footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10%;
  margin-top: 20px;
  background-color: #366587;
  border-top: 3px solid #8BC973;
  font-size: 14px; }
  .footer--logo img {
    height: 50px; }
  .footer--copyright {
    color: white;
    margin-top: 30px; }
  .footer__link-list {
    margin: 0;
    display: inline-block;
    line-height: 40px;
    text-align: right; }
  .footer__link-list li {
    margin-left: 10px;
    list-style: none;
    display: inline-block; }
  .footer__link-list li a {
    color: white;
    text-decoration: none; }

@media (max-width: 500px) {
  .footer {
    flex-direction: column;
    align-items: center; }
    .footer--logo {
      margin-bottom: 20px;
      text-align: center; }
    .footer--copyright {
      margin-bottom: 20px;
      color: white; }
    .footer__link-list {
      margin: 0;
      padding: 0;
      display: inline-block;
      text-align: center;
      line-height: 20px; }
    .footer__link-list li {
      margin-left: 0;
      margin-bottom: 5px;
      list-style: none;
      display: block; } }
.sticky-container {
  position: sticky;
  top: 90px; }

.sticky {
  position: sticky;
  top: 90px; }

.small-screen-ad {
  text-align: center; }

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

.google .label {
  font-size: 14px;
  margin-bottom: 8px; }

.google .label a {
  color: #333;
  text-decoration: none;
  font-family: 'Arial', sans-serif;
  font-size: 14px; }

.google .title-section {
  font-family: 'Arial', sans-serif;
  margin-bottom: 5px;
  font-size: 17px; }

.google .ad-content {
  margin: 0 0 10px; }

.google .url {
  color: #333;
  font-weight: normal;
  font-family: Georgia,serif; }

#main .title-section a:hover {
  color: #222; }

/* 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-inline {
  background: none;
  margin-top: -4px;
  margin-bottom: 2em;
  padding: 0; }

#google-inline .google {
  letter-spacing: .05em; }

#google-inline .google .label {
  margin: 0 0 0.65em 0; }

#google-inline .google .label a {
  color: #333; }

#google-inline .ad-content {
  margin-bottom: 3px;
  padding: 0;
  clear: both; }

#google-inline .ad-content.even {
  background-color: #f7f7f7; }

#google-inline .title {
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
  font-size: 17px;
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #C0392B; }

#google-inline .ad-cell {
  display: block;
  margin: .5em 1em 1em 1em;
  font-size: 15px;
  max-width: 450px;
  line-height: 24px;
  font-family: Arial,sans-serif; }

#google-inline .ad-text {
  display: inline;
  margin: 0;
  padding: 0; }

#google-inline .ad-line {
  display: block;
  font-family: Arial, sans-serif;
  color: #333; }

#google-inline .url {
  color: #333;
  display: block;
  text-decoration: none;
  margin-top: 0.33em;
  font-family: inherit; }

#google-article-block .google .label a {
  color: #333;
  margin: 0; }

/* Google Bottom Mobile Display */
#google-article-block {
  background: none;
  margin-bottom: 2em;
  margin-top: -5px;
  padding: 0; }

#google-article-block .google {
  letter-spacing: .05em; }

#google-article-block .google .label {
  margin: 0 0 0.5em 0; }

#google-article-block .google .label a {
  color: #333;
  margin: 0; }

#google-article-block .ad-content {
  border-bottom: 2px solid #ccc;
  margin: 0;
  padding: 0.75em 0 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 .title-section a {
  color: #C0392B; }

#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 {
  color: #333;
  font-size: 14px;
  line-height: 17px;
  font-family: Arial, sans-serif; }

#google-article-block .url {
  color: #333333;
  display: block;
  text-decoration: none;
  margin-top: 0.8em;
  font-size: 14px;
  font-family: Arial, sans-serif; }

/* Display Ads */
.leaderboard {
  text-align: center;
  margin: 0;
  padding: 85px 0 5px 0;
  position: fixed;
  top: 0;
  background: #f2f2f2;
  width: 100%;
  z-index: 100;
  transition: top .5s ease-out 0s; }
  .leaderboard .adcontainer {
    display: block;
    margin: 0 auto; }

.hide-leaderboard {
  top: -260px;
  transition: top 1s; }

/* Taboola */
#taboola-bottom-main-column {
  margin-bottom: 20px; }

#taboola-bottom-main-column #content img {
  max-width: auto; }

@media (max-width: 500px) {
  .desktop-ad.card, .desktop-ad.whitecard {
    border-bottom: none; } }
@media (max-width: 740px) {
  .desktop-ad.card, .desktop-ad.whitecard {
    border-bottom: none; } }
@media (max-width: 1213px) {
  .side-ad {
    text-align: center; } }
.readable-background {
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  margin: 5px auto;
  border-radius: 2px;
  background-color: #f2f2f2; }

#article-section {
  max-width: 820px;
  webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  /* space for social shares: */
  margin-left: 40px; }

#sidebar {
  width: 300px;
  padding-left: 20px;
  border-left: 1px solid #f2f2f2; }

.socialshares {
  max-width: 300px;
  display: flex;
  justify-content: space-between; }
  .socialshares .icon {
    width: 44px; }
    .socialshares .icon:hover {
      filter: brightness(140%); }
  .socialshares.floating {
    position: fixed;
    top: 80px;
    left: 0px;
    width: 40px;
    font-size: 1em; }
    .socialshares.floating div.col-md-3.col-xs-3 {
      margin-bottom: 20px;
      width: 100%;
      display: block; }

.article-title h1, .article-title cite {
  display: block;
  margin: 0 0 10px; }
.article-title h1 {
  font-size: 28px; }

.article-image img {
  max-width: 100%; }

.article-image-link img {
  max-width: 100%; }

.top-section {
  width: 100%;
  background-color: white;
  padding: 1px 0; }
  .top-section__photo {
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
  .top-section__photo img {
    height: 100%;
    display: block;
    margin: 0 auto; }

.rc {
  clear: left; }
  .rc h3 {
    margin: 0; }
  .rc a {
    text-decoration: none; }
  .rc img {
    margin-right: 10px;
    width: 50px; }
  .rc .rc__list {
    margin-top: 10px;
    margin-bottom: 0; }
    .rc .rc__list svg {
      margin-right: 20px; }
  .rc__list {
    padding-left: 0; }
  .rc__list li:first-of-type {
    border-top: 1px solid #f2f2f2; }
  .rc__list li {
    display: flex;
    align-items: center;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 8px 10px 8px 5px;
    margin-right: 0;
    font-size: 14px; }
  .rc__image {
    border: 5px solid #f2f2f2;
    margin-right: 10px;
    display: inline-block; }
  .rc__text {
    color: #1b1b1b;
    display: inline-block; }
  .rc__star-item {
    margin-right: 20px;
    color: #1b1b1b;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out; }

.section p {
  line-height: 1.6em;
  font-size: 16px; }
  .section p a {
    color: #366587; }
.section__list {
  padding-left: 0; }
.section__list-item:first-of-type {
  border-top: 1px solid #f2f2f2; }
.section__list-item {
  padding: 5px 0;
  display: flex;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #f2f2f2; }
  .section__list-item svg {
    min-height: 42px;
    min-width: 32px;
    margin-right: 20px; }
.section__list-item a {
  text-decoration: none;
  color: #1b1b1b; }

.items-section__list {
  padding-left: 0; }
.items-section__list-item {
  display: inline-block;
  list-style: none;
  margin: 20px 20px 0 0; }

.step-block {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0;
  height: auto;
  display: flex;
  justify-content: flex-start; }
  .step-block p {
    margin-top: 0;
    display: inline-block; }

.step-title {
  width: auto;
  height: 23px;
  margin-right: 10px;
  padding: 4px 10px;
  display: inline-block;
  color: white;
  background-color: #366587;
  webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35); }

.step-content {
  margin-top: 0;
  display: inline-block; }

.things_needed ul {
  list-style: none;
  padding: 0em .5em .5em 1em;
  columns: 125px 2; }

#section-0 > p {
  margin-bottom: 2px; }

.taboola-rr {
  margin-top: 20px; }

@media (max-width: 330px) {
  .top-section figure {
    width: 110px; } }
@media (max-width: 360px) {
  .top-section figure {
    width: 125px; } }
@media (max-width: 500px) {
  .readable-background {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column; }

  .top-section {
    margin-right: 10px;
    background-color: white; }
    .top-section figure {
      margin: 0; }

  /* un-float social shares on smallest mobile */
  .socialshares .floating {
    position: relative;
    top: auto;
    left: auto;
    width: auto; }

  #article-section {
    margin-left: 0 !important; }

  #sidebar {
    width: auto;
    margin-left: 0 !important; } }
.articles-slide-show {
  display: flex;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  justify-content: center;
  align-items: flex-end;
  height: 300px; }
  .articles-slide-show .slider-nav {
    width: 12px;
    height: 12px;
    margin: 2rem 12px;
    border-radius: 50%;
    z-index: 999;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer; }
    .articles-slide-show .slider-nav:checked {
      outline-color: #366587; }
    .articles-slide-show .slider-nav:checked:nth-of-type(1) ~ .slide-inner {
      margin-left: -0%; }
    .articles-slide-show .slider-nav:checked:nth-of-type(2) ~ .slide-inner {
      margin-left: -100%; }
    .articles-slide-show .slider-nav:checked:nth-of-type(3) ~ .slide-inner {
      margin-left: -200%; }
  .articles-slide-show .slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    width: 300%;
    margin-left: 0%;
    transition: all .2s; }
    .articles-slide-show .slide-inner .slide-item {
      display: flex;
      flex-direction: column;
      width: 85px;
      margin: 0 15px; }
      .articles-slide-show .slide-inner .slide-item a {
        text-decoration: none; }
      .articles-slide-show .slide-inner .slide-item .slide-image {
        width: 100%;
        height: 100px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .articles-slide-show .slide-inner .slide-item .slide-title {
        width: 100%;
        text-align: center;
        line-height: 1rem;
        margin-top: 10px;
        color: black;
        font-family: 'Open Sans', sans-serif; }

@media (max-width: 740px) {
  .readable-background {
    margin-top: 0;
    padding-top: 0;
    flex-direction: column; }

  #sidebar {
    width: auto;
    padding: 0;
    margin-left: 40px; } }
@media (min-width: 414px) {
  .articles-slide-show .slide-inner .slide-item {
    width: 100px; }
    .articles-slide-show .slide-inner .slide-item .slide-image {
      height: 110px; } }
@media (min-width: 768px) {
  .articles-slide-show .slide-inner .slide-item {
    width: 245px; }
    .articles-slide-show .slide-inner .slide-item .slide-image {
      height: 170px; } }
@media (min-width: 1024px) {
  .articles-slide-show .slide-inner .slide-item .slide-image {
    height: 175px; } }
@media (min-width: 1200px) {
  .articles-slide-show .slide-inner .slide-item .slide-image {
    height: 190px; } }
@media (min-width: 741px) {
  .socialshares.floating {
    left: 35px; } }
@media (min-width: 1010px) {
  .socialshares.floating {
    left: 0; } }
@media (min-width: 1180px) {
  .socialshares.floating {
    left: calc(50% - 590px); } }
.category-article,
.home-article {
  width: 700px;
  min-height: 200px;
  margin-bottom: 20px;
  padding: 10px;
  display: block;
  background-color: white;
  position: relative; }
  .category-article__container,
  .home-article__container {
    height: inherit;
    margin-right: 20px; }
  .category-article__hover-text,
  .home-article__hover-text {
    display: none; }
  .category-article a,
  .home-article a {
    text-decoration: none; }
  .category-article__image,
  .home-article__image {
    margin-right: 10px;
    float: left;
    display: block; }
  .category-article__image_div,
  .home-article__image_div {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
  .category-article__image:hover,
  .home-article__image:hover {
    opacity: 0.7; }
  .category-article__text,
  .home-article__text {
    width: auto;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .category-article__text--category,
  .home-article__text--category {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #366587;
    font-weight: bold; }
  .category-article__text--title,
  .home-article__text--title {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #1b1b1b; }
  .category-article__text--description,
  .home-article__text--description {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #1b1b1b; }
  .category-article__text--author,
  .home-article__text--author {
    display: block;
    font-size: 14px;
    color: #366587; }
  .category-article__text a,
  .home-article__text a {
    text-decoration: none;
    color: #1b1b1b; }

.category-title,
.home-title {
  display: none; }

@media (max-width: 330px) {
  .category-article,
  .home-article {
    margin-left: 0;
    border: none; } }
@media (max-width: 500px) {
  .category-article,
  .home-article {
    margin-left: 15px; } }
@media (max-width: 740px) {
  .category-article,
  .home-article {
    width: auto;
    min-height: 125px;
    margin: 0 0 10px; }
    .category-article__image,
    .home-article__image {
      width: 110px;
      height: 100px;
      margin-right: 10px; }
      .category-article__image img,
      .home-article__image img {
        width: 100%; }
    .category-article__image_div,
    .home-article__image_div {
      width: 110px;
      height: 125px; }
    .category-article__text,
    .home-article__text {
      width: auto;
      min-height: 125px;
      margin-left: 0; }
    .category-article__text--category,
    .home-article__text--category {
      font-size: 14px;
      margin-bottom: 5px; }
    .category-article__text--title,
    .home-article__text--title {
      font-size: 18px;
      margin-bottom: 5px; }
    .category-article__container,
    .home-article__container {
      width: 100%; } }
@media (max-width: 767px) {
  .category-title,
  .home-title {
    display: block;
    margin-bottom: 0; } }
.about-us a {
  color: #8BC973;
  text-decoration: none; }
.about-us__bottom-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 100px; }
.about-us__brand-section, .about-us__contact-section {
  width: 35%;
  height: auto;
  padding: 50px;
  background-color: white;
  border: 2px solid #d3d3d3;
  margin-bottom: 60px; }

@media (max-width: 775px) {
  .about-us__bottom-section {
    flex-direction: column;
    align-items: center;
    padding-top: 30px; }
  .about-us__brand-section, .about-us__contact-section {
    width: 50%; } }
.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 {
  font-family: 'Open Sans', sans-serif;
  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; }

html {
  height: 100%; }

body {
  height: 100%;
  margin: 0; }

.body-wrap {
  min-height: 100%;
  background-color: #f2f2f2; }

#content {
  max-width: 72.5em;
  margin: 10px auto;
  padding-top: 340px;
  padding-bottom: 117px;
  display: block; }

h1, h2, h3, h4, h5, h6, .title-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500; }

span, p, cite {
  font-family: 'Open Sans', sans-serif; }

.card, .whitecard {
  webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  border-bottom: 2px solid #8BC973; }

.whitecard {
  background: white;
  padding: 10px;
  margin-bottom: 20px; }

.clearfix {
  clear: both; }

.featured-articles {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .featured-articles .featured-article {
    flex: 0 0 30%;
    max-width: 320px; }
    .featured-articles .featured-article a {
      text-decoration: none;
      text-align: center; }
    .featured-articles .featured-article .featured-article-image {
      width: 320px;
      margin: 0 auto;
      webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35); }
    .featured-articles .featured-article .featured-article-text {
      width: 300px;
      height: 90px;
      margin: 0 auto 20px;
      padding: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: white;
      color: #1b1b1b;
      border-bottom: 5px solid #8BC973;
      webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35); }

.slider {
  margin-bottom: 20px; }
  .slider a {
    text-decoration: none; }
  .slider__slide {
    text-align: center; }
  .slider__img {
    width: 320px;
    margin: 0 auto;
    webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35); }
  .slider__img:hover {
    opacity: 0.7; }
  .slider__caption {
    width: 300px;
    height: 90px;
    margin: 0 auto 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    color: #1b1b1b;
    border-bottom: 5px solid #8BC973;
    webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35); }
    .slider__caption--text {
      font-size: 20px; }

.slick-dots {
  display: none !important; }

.container {
  margin: 0;
  display: flex;
  justify-content: center; }

.stickem-container {
  min-width: 300px;
  position: relative; }

.stickit {
  position: fixed;
  top: 85px; }

.stickit-end {
  bottom: 20px;
  right: 0;
  position: absolute; }

.shake-text:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px; }

#content .embed {
  max-width: 100% !important; }

#content .embed iframe {
  max-width: 100% !important; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }
.wiggle-me:hover {
  -ms-animation: wiggle .3s 2;
  -moz-animation: wiggle .3s 2;
  -webkit-animation: wiggle .3s 2;
  animation: wiggle .3s 2; }

@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(3deg); }
  50% {
    -ms-transform: rotate(-3deg); }
  100% {
    -ms-transform: rotate(3deg); } }
@-moz-keyframes wiggle {
  0% {
    -moz-transform: rotate(3deg); }
  50% {
    -moz-transform: rotate(-3deg); }
  100% {
    -moz-transform: rotate(3deg); } }
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(3deg); }
  50% {
    -webkit-transform: rotate(-3deg); }
  100% {
    -webkit-transform: rotate(3deg); } }
@keyframes wiggle {
  0% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(3deg); } }
.slick-prev button, .slick-next button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0; }

svg {
  padding: 5px;
  margin-bottom: 4px; }

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  margin-left: -35px;
  width: 70px;
  height: 90px; }

.left {
  left: -3%;
  z-index: 100; }

.right {
  left: 103%;
  z-index: 100; }

.left:hover polyline,
.left:focus polyline {
  stroke-width: 3; }

.left:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out; }

.right:hover polyline,
.right:focus polyline {
  stroke-width: 3; }

.right:active polyline {
  stroke-width: 6;
  transition: all 100ms ease-in-out; }

polyline {
  transition: all 250ms ease-in-out; }

@media (max-width: 1010px) {
  #content {
    max-width: 90%; } }
@media (max-width: 740px) {
  #content {
    max-width: 100%;
    padding: 90px 10px;
    display: block;
    height: 100%; }

  #sidebar .rc {
    display: none; }

  .container {
    flex-direction: column; }

  .slider {
    margin-bottom: 10px; }
    .slider__slide {
      text-align: center; }
    .slider__img {
      width: 300px; }
    .slider__caption {
      width: 280px; }
      .slider__caption--text {
        font-size: 24px; }

  .arrow {
    width: auto; }

  .left {
    left: 8%;
    padding: 0; }
    .left svg {
      padding: 0; }

  .right {
    right: 8px;
    padding: 0; }
    .right svg {
      padding: 0; }

  .featured-articles {
    flex-direction: column;
    align-items: center; }
    .featured-articles .featured-article {
      flex: 0 0 30%; } }
@media (max-width: 500px) {
  #content {
    max-width: 100%;
    padding: 90 10px;
    display: block;
    height: 100%; } }

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