/**
 * @file
 * Component CSS for the Mississippi Soybean Promotion Board theme.
 */

.node--unpublished {
  background-color: #f8d7da;
}

/**
 * Layout Builder Fixes
 */
/* Make the Revision Information section full width */
#node-page-layout-builder-form {
  max-width: 1320px;
  margin: 0 auto;
}
.placeholder {
  vertical-align: unset;
  min-height: unset;
  background-color: unset;
  opacity: unset;
  cursor: unset;
}
.placeholder > a {
  text-decoration: underline;;
}
#edit-discard-changes {
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
#edit-revert {
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-disabled-border-color: #dc3545;
}


/**
 * Headings
 */
/* :not(.title-section) h1 {
  color: var(--mssoy-green);
  font-size: 1.75rem;
  font-family: "acumin-pro-condensed", sans-serif;
} */

/**
 * Buttons
 */
.btn {
  --bs-btn-border-radius: 3.5rem; /* 15px */
}
.btn-primary {
  --bs-btn-bg: var(--mssoy-green);
  --bs-btn-border-color: var(--mssoy-green);
  --bs-btn-hover-bg: var(--mssoy-light-green);
  --bs-btn-hover-border-color: var(--mssoy-light-green);
  --bs-btn-active-bg: var(--mssoy-light-green);
  --bs-btn-active-border-color: var(--mssoy-light-green);
}
.btn-group-xl > .btn, .btn-xl {
  --bs-btn-padding-y: 1.5rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.5rem;
}

/**
 * Search
 */
#nav-search {
  background: url('/themes/custom/mssoy/images/search-icon.svg') no-repeat;
  color: #fff;
  border: none;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
/* until I can figure out how to add 'visually-hidden' to just the one span */
#nav-search span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/**
 * Navigation Menu
 */

/* Fix the offcanvas for including the Drupal Admin Menu */
@media only screen and (max-width: 991.98px) {
  #block-mssoy-main-menu.offcanvas-lg {
    top: var(--drupal-displace-offset-top, 0);
    background-color: var(--mssoy-green)
  }
  #block-mssoy-main-menu .menu-item--expanded > .menu {
    overflow: hidden;
    max-height: 0;
    transition: all 0.25s ease-in-out;
  }
  #block-mssoy-main-menu .menu-item--expanded > .menu.expanded {
    max-height: 150em;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}

#block-mssoy-main-menu .nav-item {
  position: relative;
}
#block-mssoy-main-menu .nav-link {
  color: #fff;
  background: transparent;
  border-bottom: 3px solid transparent;
  font-family: PillGothic300mg;
  line-height: normal;
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  text-transform: uppercase;
  padding: .65rem 0 .25rem 0;
  /* margin: 0 0.75em; */
  position: relative;
  transition: all 0.25s ease;
  /* letter-spacing: 1.1px; */
  letter-spacing: .05rem;
  text-align: center;
}

#block-mssoy-main-menu .nav-link:hover,
#block-mssoy-main-menu .nav-link:active,
#block-mssoy-main-menu .nav-link:focus,
#block-mssoy-main-menu .nav-link.active {
  background: var(--mssoy-dark-green);
}

#block-mssoy-main-menu .menu-item--expanded > .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
}
#block-mssoy-main-menu .menu-item--expanded > .menu .nav-link {
  color: var(--mssoy-green);
  text-transform: none;
}
#block-mssoy-main-menu .menu-item--expanded > .menu .nav-link:hover,
#block-mssoy-main-menu .menu-item--expanded > .menu .nav-link:active,
#block-mssoy-main-menu .menu-item--expanded > .menu .nav-link:focus,
#block-mssoy-main-menu .menu-item--expanded > .menu .nav-link.active {
  color: var(--mssoy-green);
  background: #eee;
  text-transform: none;
}

@media only screen and (max-width: 991px) {
  #block-mssoy-main-menu .menu-item--expanded .btn-toggler {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    background: var(--mssoy-green);
    border: none;
    padding: 1rem;
  }
  #block-mssoy-main-menu .menu-item--expanded .btn-toggler::after {
    content: '';
    display: block;
    height: .5em;
    width: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
    transition: all 0.25s ease;
  }
}


@media only screen and (min-width: 992px) {

  #block-mssoy-main-menu .nav-item {
    position: relative;
  }
  #block-mssoy-main-menu .nav-link {
    /* color: #1f3807; */
    color: var(--mssoy-dark-green);
    background: transparent;
    font-size: 1.125rem; /* 18px */
    /* padding: 1.25rem 0; */
    margin: 0 0.75em;
  }
  #block-mssoy-main-menu .nav-link:hover,
  #block-mssoy-main-menu .nav-link:active,
  #block-mssoy-main-menu .nav-link:focus,
  #block-mssoy-main-menu .nav-link.active,
  #block-mssoy-main-menu .menu-item--expanded:hover .nav-link {
    color: var(--mssoy-green);
    background: transparent;
    border-bottom: 3px solid var(--mssoy-green);
  }
  #block-mssoy-main-menu .menu-item--expanded > .menu,
  #block-mssoy-main-menu .menu-item--expanded:hover > .menu {
    flex-direction: column;
    top: 150%;
    background: var(--mssoy-green);
    color: #fff;
    transition: all 0.25s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12em;
  }
  #block-mssoy-main-menu .menu-item--expanded:hover > .menu {
    visibility: visible;
    opacity: 1;
  }
  #block-mssoy-main-menu .menu-item--expanded:hover > .menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 15px 7.5px;
    border-color: transparent transparent var(--mssoy-green) transparent;
  }
  #block-mssoy-main-menu .menu-item--expanded > .menu .nav-link {
    color: #fff;
    padding: .5rem;
    margin: 0;
    font-family: "acumin-pro-condensed", sans-serif;
    font-weight: 400;
    border-bottom: none;
  }
  #block-mssoy-main-menu .menu-item--expanded > .menu .nav-link:hover,
  #block-mssoy-main-menu .menu-item--expanded > .menu .nav-link:active,
  #block-mssoy-main-menu .menu-item--expanded > .menu .nav-link:focus {
    color: #fff;
    background: var(--mssoy-dark-green);
    border-bottom: none;
  }
  #block-mssoy-main-menu .nav-link.button {
    border-radius: 100px;
    border-bottom: none;
    background-color: var(--mssoy-green);
    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: .5rem 1.5rem;
    transition: 300ms all linear;
  }

  #block-mssoy-main-menu .nav-link.button:hover,
  #block-mssoy-main-menu .nav-link.button:active,
  #block-mssoy-main-menu .nav-link.button:focus {
    background-color: #0a5f33;
  }
}

/**
 * Top Menu
 */
.menu-top li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin: 0 1em;
}

#top-bar #block-recent-article a {
  display: flex;
  align-items: center;
  gap: 10px;
}

#top-bar .featured button,
#top-bar #block-recent-article h2 {
  background-image: url("../images/star.svg");
  background-color: #022107;
  background-position-x: 10px;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.2px;
  padding: 8px 10px 5px 35px;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}

#top-bar .featured p,
#top-bar #block-recent-article p {
  display: inline;
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
}

@media only screen and (min-width: 768px) {
  #top-bar .featured button,
  #top-bar #block-recent-article h2 {
    text-align: left;
  }
}

/**
 * Cards
 */
.card {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.card h2 {
  /* text-transform: uppercase; */
  font-size: 28px;
  font-family: PillGothic600mg;
  /* text-align: center; */
}

/**
 * Articles
 */
article a:not(.card, .btn, .inner, .page-link),
.ck-editor__main a:not(.card, .btn, .inner, .page-link) {
  text-decoration: underline;
  font-weight: 600;
}

/* .article-cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  list-style: none;
  padding: 0;
  row-gap: 57px;
  column-gap: 24px;
} */
/* .article-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 32%;
} */
.article-cards .article-card .card {
  /* display: flex;
  flex-direction: column;
  padding: 16px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
  border: solid 1px #e1e1e1;
  position: relative; */
  cursor: pointer;
  transition: all 0.25s ease;
}
.article-cards .card:hover,
.article-cards .card:active {
  border: solid 1px #DADADA;
  background-color: #F9F9F9;
  transition: all 0.25s ease;
}
.article-cards .card img {
  width: 100%;
  height: auto;
}
.article-cards .card .snippet-wrap {
  overflow: hidden;
  height: 215px;
  max-height: 215px;
  min-height: 215px;
}
.featured-mark {
  background-color: var(--mssoy-green);
  box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, 0.29);
  border-radius: 4px;
  color: #fff;
  letter-spacing: 1.37px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 16px;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
/* .article-cards .button {
  background-color: var(--mssoy-green);
  color: #fff;
  margin: 0 auto;
  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;
  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;
} */
.article-cards .card h2 {
  font-family: PillGothic600mg;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: var(--mssoy-dark-gray);
  /* margin: 15px 18px; */
}
.article-cards .card {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: normal;
  text-align: left;
  color: var(--mssoy-dark-gray);
  /* height: 131px;
  overflow: hidden;
  margin: 0 18px; */
}
.article-cards .card span.read-more {
  position: absolute;
  bottom: 20px;
  left: 34px;
  color: var(--mssoy-dark-gray);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.content-date {
  color: var(--mssoy-green);
}

div:not(.layout-builder__section)>.front-featured-articles {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  /* Only pull the articles up when NOT in Layout Builder so they don't overlap */
  div:not(.layout-builder__section) > .front-featured-articles {
    margin-top: -120px;
  }
}

/**
 * Tabs
 */
.nav-tabs {
  border: none;
  z-index: 10;
  position: relative;
}
.tab-title {
  display: block;
}
.tab-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.tab-image {
  border: none;
  background: none;
  padding: 0;
}
.tab-image img {
  border-radius: 50%;
  padding: 1rem;
  transition: 300ms all linear;
}
.tab-image 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: #292522;
}
.tab-image:hover img, .tab-image:focus img, .tab-image.active img {
  background: #fff;
  box-shadow: 10px 5px 11px 0 rgba(0, 0, 0, 0.07);
}
.tab-image.active span {
  font-style: italic;
  color: #0A6B3F;
}
@media only screen and (max-width: 1240px) {
  .tab-images .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 33%;
  }
  .tab-images .nav-item:not(:nth-child(3n)) {
    max-width: 25%;
  }
}

/* The circles stuff below is no longer used ... */
.circles {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 15px 0;
}

.circles .circle {
  margin-bottom: 15px;
  width: 25%;
}

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

.circles .circle img {
  width: 100%;
  height: auto;
}

.circles .circle span {
  width: 100%;
  margin-top: 10px;
}

/*******************************************************************************
 * Views
 ******************************************************************************/
.num-results p {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 1.25em;
}

/*******************************************************************************
 * Forms
 ******************************************************************************/
/* User Login Form */
.user-login-form .form-item {
  margin-bottom: 1rem;
}
.user-login-form label {
  font-weight: bold;
}

/* Views Exposed Forms */
.js-form-type-checkbox {
  position: relative;
}
.form-checkbox {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.views-exposed-form .form-item {
  margin: 0 1rem 1rem 0;
}
.views-exposed-form .js-form-type-checkbox label {
  color: var(--mssoy-green);
  cursor: pointer;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.15s ease;
  padding: 0 1.5rem;
}
.views-exposed-form input + label::before {
  border: 2px solid var(--mssoy-green);
  width: 1rem;
  height: 1rem;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
}
.views-exposed-form input:checked + label {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.views-exposed-form input:checked + label::after {
  width: 1rem;
  height: 1rem;
  background: url("/themes/custom/mssoy/images/checkmark.png");
  content: "";
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
  left: 0.15rem;
}

/* Resources View */
@media only screen and (min-width: 992px) {
  #edit-field-tags-topic .form-checkboxes {
    columns: 2;
  }
}
.resource-square .pdf-icon, .resource-square .link-icon {
  position: relative;
}
.resource-square .pdf-icon::before, .resource-square .link-icon::before {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 35px;
  height: 35px;
  display: block;
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
}
.resource-square .pdf-icon::before {
  background-image: url("/themes/custom/mssoy/images/pdf-icon.png");
}
.resource-square .link-icon::before {
  background-image: url("/themes/custom/mssoy/images/link-icon.png");
}

/* Research View */
@media only screen and (min-width: 992px) {
  #edit-field-tags-report-type .form-checkboxes {
    columns: 3;
  }
}

/**
 * Videos
 */

/* Frontpage video */
.frontpage-video-overlay {
  position: absolute;
  top: 90%;
  transform: translateX(-50%) translateY(-90%);
  left: 50%;
}

/* Other videos */
.video-post {
  /* float: left;
  width: 47%;
  margin: 1.5%;
  border: 2px solid #fff;
  cursor: pointer;
  height: 10em;
  transition: all 0.25s ease; */
}

.video-post:hover {
  /* border-color: var(--mssoy-green); */
}

.video-post .inner {
  /* display: block;
  height: 100%;
  width: 100%;
  border: 2px solid var(--mssoy-green); */
}

.video-post .inner .video-cont {
  height: 100%;
  width: 50%;
  float: left;
  overflow: hidden;
}

.video-post .inner .video-cont .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2em;
  width: 2em;
  margin-left: -1em;
  margin-top: -1em;
}

.video-post .inner .video-cont .video-ph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.video-post .inner .text-cont {
  height: 100%;
  width: 50%;
  float: right;
  padding: 1.5em 1em;
}

.video-post h2 {
  color: var(--mssoy-green);
  font-size: 1.25em;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
}

.video-post p {
  color: #676a6b;
  font-size: 0.85em;
}

.video-post.featured {
  width: 97%;
  height: 20em;
}

.video-post.featured .inner .text-cont h2 {
  font-size: 2em;
  margin-top: 3.5em;
}

.video-post.featured .inner .text-cont p {
  font-size: 1.25em;
}

/**
 * Related Posts, Resources, etc.
 */
.related-posts h2,
.related-resources h2 {
  /* color: var(--mssoy-green); */
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}
.related-posts h2::before,
.related-resources h2::before {
  content: '';
  position: absolute;
  left: -48px;
  width: 2.35rem;
  height: 2.35rem;
  display: block;
}
.related-posts h2::before {
  background: url('/themes/custom/mssoy/images/blog-icon.png') 100% 100% / contain no-repeat;
}
.related-resources h2::before {
  background: url('/themes/custom/mssoy/images/soybean-icon.png') 100% 100% / contain no-repeat;
}

.related-posts ul,
.related-resources ul {
  list-style: none;
  padding: 0;
}

.related-posts ul li,
.related-resources ul li{
  border-bottom: 1px solid #e1e1e1;
  padding: 0.65em 0;
}

.related-posts ul li a,
.related-resources ul li a {
  color: var(--mssoy-green);
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.related-posts ul li a:hover,
.related-posts ul li a:focus,
.related-posts ul li a:active,
.related-resources ul li a:hover,
.related-resources ul li a:focus,
.related-resources ul li a:active {
  color: var(--mssoy-dark-green);
  text-decoration: underline;
}

/**
 * Referenced Resources
 */
.referenced-resources h2 {
  /* color: var(--mssoy-green); */
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}

.referenced-resources ul {
  list-style: none;
  padding-left: 0;
}

.referenced-resources ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.65em 0;
  position: relative;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
}

.referenced-resources ul li a {
  color: var(--mssoy-green);
  font-size: 1.25rem; /* 20px */
}
.referenced-resources ul li a:hover,
.referenced-resources ul li a:focus,
.referenced-resources ul li a:active {
  color: var(--mssoy-dark-green);
  text-decoration: underline;
}

.referenced-resources ul li.file:before {
  content: "";
  position: absolute;
  left: -1.75em;
  margin-top: -0.2em;
  height: 1.5em;
  width: 1.25em;
  background: url("../images/pdf-icon.png");
  background-size: 1.25em 1.5em;
}

.referenced-resources ul li.link:before {
  content: "";
  position: absolute;
  left: -1.75em;
  margin-top: -0.2em;
  height: 1.5em;
  width: 1.25em;
  background: url("../images/link-icon.png");
  background-size: 1.25em 1.5em;
}

/**
 * Social Media
 */
.social-icons a {
  color: white;
}

.social-icons a i {
  font-size: 20px;
}

.social-icons .social-icon {
  width: 25px;
  height: 25px;
  display: block;
}
.social-icons li:not(:last-child) {
  margin-right: 1.5rem;
}
.social-icons .social-twitter {
  content: url("/themes/custom/mssoy/images/ico/social-x.svg");
}
.social-icons .social-facebook {
  content: url("/themes/custom/mssoy/images/ico/social-facebook.svg");
}
.social-icons .social-instagram {
  content: url("/themes/custom/mssoy/images/ico/social-instagram.svg");
}
.social-icons .social-youtube {
  content: url("/themes/custom/mssoy/images/ico/social-youtube.svg");
}

/**
 * Status Messages
 */
.status-messages {
  position: absolute;
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

/**
 * Subscribe Callout
 */
.subscribe-callout .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
}

.subscribe-callout span.text {
  font-family: PillGothic600mg;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  /* letter-spacing: 2.8px; */
  letter-spacing: .025rem;
  text-align: left;
  color: #ffffff;
}

.subscribe-callout a.subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 186px;
  height: 49px;
  min-width: 150px;
  border-radius: 100px;
  background-color: #ffffff;
}

.subscribe-callout a.subscribe span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #0a6b3f;
}
@media screen and (max-width: 1240px) {
  .subscribe-callout {
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-callout .text {
    margin-bottom: 15px;
    text-align: center !important;
  }
}
@media screen and (max-width: 1400px) {
  .subscribe-callout .inner {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }
}
