/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Oswald:600,700");

/* Colors */
/* Sizes */
body {
  background-color: #f5f5f5;
}

/* #site-wrapper {
  min-width: 320px;
} */
#top-bar .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.about-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1240px;
  margin: 0 auto;
  padding: 44px 0;
}

.about-cards>* {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

.about-cards .card {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 52px 55px;
  background-color: #ffffff;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: var(--mssoy-dark-gray);
}

.about-cards .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-preferred-size: 605px;
  flex-basis: 605px;
  margin-top: 70px;
}

.about-cards .buttons .button {
  height: 113px;
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 56px;
  background-color: #0a6b3f;
  box-shadow: 11px 5px 10px 0 rgba(0, 0, 0, 0.07);
  transition: 300ms all linear;
}

.about-cards .buttons .button:hover {
  background-color: #4C9D45;
  opacity: 1 !important;
}

.about-cards .buttons .button span {
  font-family: PillGothic600mg;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.page.about .main {
  width: 1240px;
  margin: 48px auto;
  padding: 70px 90px;
  background-color: #ffffff;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: var(--mssoy-dark-gray);
}

.page {
  margin-bottom: 0;
  /* padding-bottom: 20px; */
  background-color: #F5F5F5;
}

.title-section .text-cont {
  max-width: 688px;
}

.title-section .text-cont h1, .title-section h1 {
  text-transform: uppercase;
  font-family: PillGothic600mg;
  font-size: 55px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4.3px;
  text-align: center;
  /* color: #ffffff; */
  margin-bottom: 5px;
}

.title-section .text-cont p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.page.article .title-section .text-cont h1 {
  color: #1f3807;
}

.page.frontpage,
.page.article,
.page.checkoff,
.page.about {
  margin-top: 0 !important;
}

.home-hero {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 775px;
  overflow: hidden;
}

.home-hero img {
  width: 100%;
}

.title-section .banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 493px;
  overflow: hidden;
}

/* #nav #main-nav {
  max-width: 1400px;
  margin: 0 auto;
} */

/* #nav #main-nav .inner #nav-wrapper a {
  font-family: PillGothic300mg;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: center;
  color: #1f3807;
} */

/* #nav #main-nav .inner #nav-wrapper a.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 186px;
  height: 40px;
  border-radius: 100px;
  background-color: #0a6b3f;
  font-family: PillGothic600mg;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: none;
  color: #ffffff;
  padding: 0 10px;
  margin: 23px 0.75em;
  transition: 300ms all linear;
} */

/* #nav #main-nav .inner #nav-wrapper a.button:after {
  display: none !important;
}

#nav #main-nav .inner #nav-wrapper a.button:last-child {
  margin-right: 0;
}

#nav #main-nav .inner #nav-wrapper a.button:hover {
  background-color: #0a5f33;
}

#nav #main-nav .inner #nav-wrapper a.button:before {
  content: none;
} */

.hero-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 176px;
}

.hero-overlay .tagline {
  font-family: PillGothic600mg;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: var(--mssoy-dark-gray);
}

.hero-overlay .learn-more-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 186px;
  height: 51px;
  //margin-top: 111px;
  //margin-bottom: 159px;
  margin-top: 0px;
  margin-bottom: 50px;
  border-radius: 100px;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--mssoy-dark-gray);
  transition: 300ms all linear;
}

.hero-overlay a.learn-more-button:hover {
  background-color: #e6e6e6;
}

.hero-cards {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto 70px;
}

.hero-cards .card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  width: 605px;
  height: 355px;
  padding: 50px 100px;
  -ms-flex: 0 49%;
  flex: 0 49%;
  background-color: #FFFFFF;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #dcdcdc;
  margin-bottom: 2%;
}

.hero-cards .card h4 {
  font-family: PillGothic600mg;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.9px;
  text-align: center;
  color: var(--mssoy-dark-gray);
  text-transform: uppercase;
}

.hero-cards .card p.content {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: var(--mssoy-dark-gray);
  margin: 16px auto 24px;
}

.hero-cards .card .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 186px;
  height: 51px;
  border-radius: 100px;
  background-color: #0a6b3f;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
}

.hero-cards .card .button:hover {
  background-color: #4C9D45;
  opacity: 1 !important;
}

.video-card {
  position: relative;
  width: 1240px;
  margin: 0 auto 67px;
  padding: 21px 24px;
  background-color: #ffffff;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #dddddd;
}

.video-card a:hover {
  cursor: pointer;
}

.video-card img.background {
  width: 100%;
}

.video-card .overlay {
  position: absolute;
  top: 21px;
  left: 24px;
  bottom: 21px;
  right: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.video-card .overlay h4 {
  width: 85%;
  margin-top: 40px;
  font-family: PillGothic600mg;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 3.5px;
  text-align: center;
  color: #ffffff;
}

.video-card .overlay img {
  width: 110px;
  height: 110px;
  opacity: 1;
  transition: 300ms all linear;
}

.video-card .overlay a.view-all-video-link {
  margin-bottom: 40px;
}

.video-card .overlay a, .frontpage-video-overlay a.btn {
  opacity: 0.7;
  transition: 300ms all linear;
}

.video-card .overlay a:hover, .frontpage-video-overlay a.btn:hover, .frontpage-video-overlay a.btn:focus {
  opacity: 1;
}

.card a {
  opacity: 1;
  transition: 300ms all linear;
}

.card a:hover {
  opacity: 0.7;
}

.video-card .overlay a.view-all {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}

/**
 * Articles
 */




















.variety-selector-container {
  max-width: 1240px;
  margin: 132px auto 0;
}

.variety-selector-container .circles {
  width: 100%;
}

.variety-selector-container .title {
  font-family: PillGothic600mg;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.9px;
  text-align: center;
  color: var(--mssoy-dark-gray);
}

.variety-selector-container p {
  width: 688px;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: var(--mssoy-dark-gray);
}

.circles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px auto 70px auto;
  width: 1240px;
}

.circles .circle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.circles .circle img {
  width: 144px;
  height: 144px;
  border-radius: 200px;
  padding: 17px;
  background: rgba(255, 255, 255, 0);
  transition: 300ms all linear;
}

.circles .circle:hover img {
  background: white;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
}

.circles .circle span {
  margin-top: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: var(--mssoy-dark-gray);
}

.title-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.title-section img.background {
  position: relative;
  width: 100%;
  height: auto;
}

.title-section .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section .content .text-cont {
  float: none;
  margin: 0;
  width: auto;
}

.title-section.article .content .text-cont h1, .title-section h1 {
  margin: 0;
  font-family: PillGothic600mg;
  font-size: 55px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4.3px;
  text-align: center;
  text-transform: uppercase;
  color: currentColor;
}

.title-section.article .content .text-cont p {
  color: #c5c5c5;
}

.posts-section .article-cards {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
}

div#nav-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}

div#nav-search:hover {
  cursor: pointer;
}

.posts-section .article-cards .card {
  height: auto;
  margin-bottom: 57px;
}

.posts-section .article-cards .card img {
  max-width: 100%;
  height: auto;
}

.posts-section .article-cards .card p {
  height: auto;
  -ms-flex: 1;
  flex: 1;
}

#vm-item-grid .inner.widcon {
  width: 1240px;
  padding: 0;
}

.checkoff-selectors .selector:hover {
  cursor: pointer;
}

.checkoff-selectors .selector.active span {
  font-style: italic;
  color: #0A6B3F;
}

.checkoff-selectors .selector.active img {
  background: white;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
}

.checkoff-sub-pages .sub-page {
  display: none;
  position: relative;
  width: 1240px;
  margin: 50px auto;
  padding: 70px 127px;
  background-color: #ffffff;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
}

.checkoff-sub-pages .sub-page.active {
  display: block;
}

.video-card .view-all-video-link {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

#footer.frontpage {
  margin-bottom: 89px;
}

#footer {
  background-color: var(--mssoy-dark-gray);
}

/* #footer .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
} */

#footer a {
  opacity: 1;
  transition: 300ms all linear;
}

#footer a:hover {
  opacity: 0.7;
}

#footer ul.menu {
  margin: 0;
  padding: 0;
}

#footer ul.menu li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #dbdbdb;
}

/* #footer .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
} */

#footer .right>*:not(:last-child) {
  margin-bottom: 15px;
}

#footer .copyright-social img {
  width: 148px;
  height: 56px;
}

#footer .copyright-social .copyright {
  width: 290px;
  text-align: right;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dbdbdb;
}



.tag-container-container {
  width: 1240px;
  margin: 0 auto;
}

.tag-container {
  position: relative;
  width: 317px;
  margin: 0 auto;
}

#vm-tag-select {
  position: absolute;
  top: 21px;
  left: -189px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

#vm-item-grid .search-filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px;
}

#vm-item-grid .search-filter .article-filter-wrapper {
  margin-left: 317px;
}

.article-filter-wrapper {
  margin: 0;
  padding: 4px 8px 4px 15px;
  display: block;
  width: 317px;
  border: 1px solid #979797;
  outline: 0;
  background: #FFF;
  letter-spacing: normal;
}

.article-filter-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: 0;
  width: 100%;
  overflow: hidden;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 32px;
  vertical-align: middle;
  font-weight: 400;
  background: url("../images/search_icon_grey.png") no-repeat;
  background-position: right center;
  color: #333;
}

.article-filter-wrapper input:-ms-input-placeholder {
  color: #B0B0B0;
  font-weight: 700;
  letter-spacing: 3px;
}

.article-filter-wrapper input::placeholder {
  color: #B0B0B0;
  font-weight: 700;
  letter-spacing: 3px;
}

.custom-select {
  position: relative;
  margin: 0;
  padding: 4px 8px 5px 15px;
  display: block;
  width: 317px;
  border: 1px solid #979797;
  outline: 0;
  background: #FFF;
  letter-spacing: normal;
}

.custom-select select {
  display: none;
}

.custom-select .select-selected {
  width: 100%;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #B0B0B0;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-select .select-selected.in-use {
  color: #4b4b4b;
}

.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 100;
  display: inline-block;
  width: 30px;
  height: 100%;
  background: url("../images/select_icon_grey.png") no-repeat center;
  transition: 300ms all linear;
}

.custom-select .select-selected:after.select-arrow-active {
  transform: rotate(-180deg);
}

.custom-select .select-items {
  position: absolute;
  background-color: #FFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.custom-select .select-items div {
  color: #4b4b4b;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.custom-select .select-hide {
  display: none;
}

@media screen and (max-width: 1400px) {
  #top-bar .inner {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }

  #top-bar .featured {
    margin: 10px 50px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #main-nav .inner {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }



  /* #footer .inner {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  } */

  .home-hero img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 1240px) {
  #top-bar .wrapper {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #top-bar .featured p {
    font-size: 14px;
  }

  #top-bar .inner {
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    margin: 0 auto;
  }

  #top-bar .inner h4 a {
    font-size: 12px;
    margin: 0 8px;
  }

  .title-section img.background {
    width: auto;
    height: 520px;
  }

  .posts-section .article-cards .card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-cards {
    width: auto;
    padding: 20px 10px;
  }

  .about-cards .card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
  }

  .about-cards>* {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .page.about .main {
    width: auto;
    margin: 20px 10px;
    padding: 30px;
  }

  .card img {
    max-width: 100%;
    height: auto;
  }

  .posts-section .article-cards .card img {
    width: 100%;
  }

  .checkoff-sub-pages .sub-page {
    width: auto;
    margin: 15px 30px;
    padding: 20px 25px;
  }

  .checkoff-sub-pages .sub-page img {
    max-width: 100%;
    height: auto;
  }



  .home-hero {
    width: auto;
    height: 851px;
  }

  .hero-overlay {
    margin-top: 115px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-card {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
  }

  .video-card .overlay {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }

  .video-card .overlay h4 {
    display: none;
    font-size: 15px;
  }

  .video-card .overlay a {
    color: white;
  }

  /* .article-cards {
    margin-left: 15px;
    margin-right: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  } */

  /* .article-cards .card {
    width: calc(100% - 32px);
    height: auto;
    margin-bottom: 20px;
  } */

  .article-cards .card img {
    width: 100%;
    height: auto;
  }

  .variety-selector-container {
    margin: 20px 15px;
  }

  .variety-selector-container p {
    width: auto;
  }

  /* #footer.frontpage {
    margin-bottom: 0;
  } */

  /* #footer .inner {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  } */

  #footer ul.menu {
    margin-bottom: 1.5rem;
  }

  /* #footer ul.menu li {
    text-align: center;
  } */

  /* #footer .right {
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  } */

  /* #footer .right .copyright {
    text-align: center;
    width: 100%;
  } */

  .title-section .content .text-cont h1, .title-section h1 {
    font-size: 25px;
  }

  .title-section .text-cont p {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tag-container-container {
    width: auto;
  }

  .tag-container {
    width: auto;
  }

  #vm-tag-select {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  #vm-item-grid .inner.widcon {
    width: auto;
  }

  #vm-item-grid .search-filter .article-filter-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 1100px) {
  .hero-cards {
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .hero-cards .card {
    padding: 15px 25px;
    width: 100%;
    height: auto;
  }

  .hero-cards :not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  .circles .circle img {
    padding: 8px;
  }

  .circles .circle span {
    font-size: 10px;
  }

  .circles .circle:not(:nth-child(3n)) {
    margin-right: 35px !important;
  }

  .video-card .overlay img {
    width: 30px;
    height: 30px;
  }

  .video-card .overlay a.view-all-video-link {
    font-size: 12px;
    margin-bottom: 0;
  }

  .article-cards .card .snippet-wrap {
    margin-bottom: 40px;
  }
}
