/* Any SCSS file that needs to be pulled into other SCSS files */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Oswald:600,700");
/* Colors */
/* Sizes */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Oswald:600,700");

:root {
  --mssoy-top-bar-height: 0; /* Initialize the custom CSS variable for top bar */
}

*,
::after,
::before {
  box-sizing: border-box
}

/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
} */

/* audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
} */

audio:not([controls]) {
  display: none;
  height: 0;
}

/* [hidden] {
  display: none;
} */

/* html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
} */

/* html,
button,
input,
select,
textarea {
  font-family: sans-serif;
} */

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

/*
a:active,
a:hover {
  outline: 0;
}
*/

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* dl,
menu,
ol,
ul {
  margin: 1em 0;
} */

dd {
  margin: 0 0 0 40px;
}

/* menu,
ol,
ul {
  padding: 0 0 0 40px;
} */

/* nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
} */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* other SCSS partials pulled into this file: */
/* Fonts */
/* Colors */
/* Sizes */
#top-bar {
  background: var(--mssoy-green);
  /* overflow: hidden; */
}

#top-bar .inner {
  padding: 1em 0;
}

#top-bar .inner h4,
#top-bar .inner li {
  float: left;
  font-size: 0.85em;
  display: inline-block;
}

#top-bar .inner h4 a {
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  margin: 0 1em;
  text-transform: uppercase;
}

#nav-search .magnifying-glass {
  font-size: 20px;
  color: white;
}

#nav {
  position: absolute;
  z-index: 10; /* can't make it too high or it will overlap contextual links */
  width: 100%;
  background-color: transparent;
  transition: 0.25s background-color linear;
  padding: .75rem 0;
}

/* need this for the SVG image to be the right width */
#block-sitebranding img {
  width: 160px;
  max-width: 100%;
  height: auto;
}

/* #nav #main-nav {
  background: none;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
} */


/*
#nav #main-nav .inner > a,
#nav #main-nav .inner > #block-sitebranding {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: left;
  width: 10em;
}
*/

/* #block-sitebranding {
  margin-top: -.5rem;
} */

/* #nav #main-nav .inner>a>img {
  width: 100%;
} */

/*
#nav #main-nav .inner #nav-wrapper,
#block-mssoy-main-menu {
  float: right;
}
*/

/* #nav #main-nav .inner #nav-wrapper a:before,
#block-mssoy-main-menu a:before {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: -10px;
  margin-top: -15px;
  width: 0;
  left: 50%;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 15px 7.5px;
  border-color: transparent transparent var(--mssoy-green) transparent;
  padding: 1em 0;
  transition: all 0.25s ease;
  visibility: hidden;
  opacity: 0;
}

#nav #main-nav .inner #nav-wrapper a:after,
#block-mssoy-main-menu a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 3px;
  background: var(--mssoy-green);
  border-radius: 5px;
  opacity: 0;
} */

/* #nav #main-nav .inner #nav-wrapper a:hover,
#block-mssoy-main-menu a:hover {
  color: var(--mssoy-green);
} */

/* #nav #main-nav .inner #nav-wrapper a:hover:after,
#block-mssoy-main-menu a:hover:after {
  opacity: 1.0;
}

#nav #main-nav .inner #nav-wrapper a.active,
#block-mssoy-main-menu a.active {
  cursor: default;
}

#nav #main-nav .inner #nav-wrapper a.active:after,
#block-mssoy-main-menu a.active:after {
  background: #1F3807;
  opacity: 1.0;
}

#nav #main-nav .inner #nav-wrapper .nav-hover {
  float: left;
}

#nav #main-nav .inner #nav-wrapper .nav-hover:hover .nav-link-hover {
  visibility: visible;
  opacity: 1;
}

#nav #main-nav .inner #nav-wrapper .nav-hover:hover a {
  color: var(--mssoy-green);
}

#nav #main-nav .inner #nav-wrapper .nav-hover .nav-link-hover {
  top: 100%;
  background: var(--mssoy-green);
  transition: all 0.25s ease;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  width: 12em;
  transform: translateX(-50%);
}

#nav #main-nav .inner #nav-wrapper .nav-hover .nav-link-hover a {
  color: #fff;
  width: 100%;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0.75em 1em;
  border: 1px solid var(--mssoy-green);
}

#nav #main-nav .inner #nav-wrapper .nav-hover .nav-link-hover a:hover {
  border-top-color: #fff;
  color: #fff;
  border-bottom-color: #fff;
}

#nav #main-nav .inner #nav-wrapper .nav-hover .nav-link-hover .up-arrow {
  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;
}

#nav #main-nav .inner #nav-wrapper #nav-search {
  position: absolute;
  top: 40%;
  right: -2em;
  cursor: pointer;
}

#nav #main-nav .inner #mobile-menu-btn {
  display: none;
} */

#nav.locked {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: var(--drupal-displace-offset-top, 0);
}

#nav .section-border {
  background: none;
}

.overlay-shown {
  position: fixed;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  display: none;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: all 0.25s ease;
}

#overlay.active {
  visibility: visible;
  opacity: 1;
  display: block;
}

#mobile-nav {
  overflow-y: scroll;
}

.blade-overlay {
  position: fixed;
  height: 100%;
  width: 30em;
  top: 0;
  right: -30em;
  z-index: 2001;
  background: var(--mssoy-green);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}

.blade-overlay.active {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.blade-overlay .close-btn {
  position: absolute;
  top: 5em;
  transform: translateX(-50%);
  background: url('/themes/custom/mssoy/images/close-white.png') center center no-repeat, var(--mssoy-green);
  padding: 2rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.blade-overlay .inner {
  padding: 2em 4em;
}

.blade-overlay .inner ::-webkit-input-placeholder {
  color: #fff;
}

.blade-overlay .inner :-moz-placeholder {
  color: #fff;
}

.blade-overlay .inner ::-moz-placeholder {
  color: #fff;
}

.blade-overlay .inner ::-ms-input-placeholder {
  color: #fff;
}

.blade-overlay .inner h2 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

.blade-overlay .inner p {
  color: #fff;
}

.blade-overlay .inner label {
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}

.blade-overlay .inner input {
  background: none;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0.25em 0.75em;
  outline: 0;
  margin-bottom: 0.5em;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.25em;
}

.blade-overlay .inner .search-bar-wrapper {
  overflow: hidden;
}

.blade-overlay .inner #search-desktop {
  width: 90%;
  float: left;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.blade-overlay .inner .search-btn {
  width: 10%;
  float: left;
  border: 1px solid #fff;
  border-left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: url("../../assets/images/mag-icon-white.png") no-repeat center;
  height: 2.25em;
  background-size: 60%;
  cursor: pointer;
}

.blade-overlay .inner button {
  background: #fff;
  border: 0;
  outline: 0;
  padding: 0.5em 2em;
  color: #192c51;
  margin-top: 1em;
  border-radius: 3px;
}

.blade-overlay .inner ul {
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
}

.blade-overlay .inner ul li {
  border-top: 1px solid #e1e1e1;
  padding: 0.25em 0;
}

.blade-overlay .inner ul li.title {
  font-size: 1.25em;
  border-top: none;
  color: #fff;
}

.blade-overlay .inner ul li.title:before {
  content: "";
  position: absolute;
  margin-left: -1.5em;
  margin-top: 0.1em;
  height: 1.25em;
  width: 1.25em;
  background: url("../../assets/images/link-icon-white.png");
  background-size: 1.25em 1.25em;
}

.blade-overlay .inner ul li a {
  color: #fff;
  text-decoration: none;
}

.blade-overlay .inner .form-error-bag {
  margin-top: 1em;
}

.blade-overlay .inner .form-error-bag ul {
  margin-top: 0;
}

.blade-overlay .inner .form-error-bag ul li {
  border-top: none;
}

.blade-overlay .mobile-nav {
  margin-top: 5em;
  text-align: center;
}

.blade-overlay .mobile-nav a {
  color: #fff;
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  font-size: 2.25em;
  padding: 0.25em 0;
  text-transform: uppercase;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
}

.blade-overlay .mobile-nav a> :nth-child(1) {
  border-top: 0;
}

.blade-overlay .mobile-nav input {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 80%;
  padding: 0.25em 0.5em;
  outline: 0;
  margin: 2em auto 0;
  float: left;
  color: #fff;
  font-size: 1.9em;
}

.blade-overlay .mobile-nav .mobile-search-wrapper {
  overflow: hidden;
  margin: 2em auto 0;
  width: 80%;
}

.blade-overlay .mobile-nav .mobile-search-wrapper #search-mobile {
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 2.25em;
  width: 90%;
  float: left;
  margin: 2em 0 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5em;
}

.blade-overlay .mobile-nav .mobile-search-wrapper .search-btn {
  background: url("../../assets/images/mag-icon-white.png") no-repeat center;
  background-size: 60%;
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 10%;
  height: 2.25em;
  float: left;
  margin: 2em 0 0;
  font-size: 1.5em;
  cursor: pointer;
}

.blade-overlay .mobile-nav ::-webkit-input-placeholder {
  color: #fff;
}

.blade-overlay .mobile-nav :-moz-placeholder {
  color: #fff;
}

.blade-overlay .mobile-nav ::-moz-placeholder {
  color: #fff;
}

.blade-overlay .mobile-nav ::-ms-input-placeholder {
  color: #fff;
}

.blade-overlay .mobile-nav .nav-hover .mobile-toggler {
  position: absolute;
  right: 0;
  height: 100%;
  width: 15%;
  cursor: pointer;
}

.blade-overlay .mobile-nav .nav-hover .mobile-toggler:before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: all 0.25s ease;
  position: absolute;
  right: 1em;
  top: 0;
  z-index: 20;
}

.blade-overlay .mobile-nav .nav-hover .mobile-toggler.active:before {
  transform: rotate(-45deg);
  top: 1em;
}

.blade-overlay .mobile-nav .nav-hover .nav-link-hover {
  height: 0;
  overflow: hidden;
}

#footer #pre-footer {
  background: #192c51;
  width: 100%;
  overflow: hidden;
}

#footer #pre-footer.hidden {
  display: none;
}

#footer #pre-footer .inner {
  overflow: hidden;
}

#footer #pre-footer .inner .pre-footer-section {
  width: 33%;
  float: left;
  text-align: center;
  cursor: pointer;
  background: #192c51;
  transition: all 0.25s ease;
}

#footer #pre-footer .inner .pre-footer-section h2 {
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding: 2.25em 0;
  font-size: 1.15em;
}

#footer #pre-footer .inner .pre-footer-section h2:before {
  content: "";
  height: 1em;
  width: 1em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 1em;
  transition: all 0.25s ease;
  margin-top: -0.3em;
}

#footer #pre-footer .inner .pre-footer-section.active {
  background: var(--mssoy-green);
}

#footer #pre-footer .inner .pre-footer-section.active h2:before {
  transform: rotate(-45deg);
  margin-top: 0.3em;
}

#footer #pre-footer .inner .mobile-content-area {
  width: 100%;
  float: left;
  background: var(--mssoy-green)
  display: none;
}

#footer #pre-footer .mobile-content-area,
#footer #pre-footer #pre-footer-content {
  display: block;
  margin: auto;
  background: var(--mssoy-green);
  transition: all 0.4s ease;
}

#footer #pre-footer .mobile-content-area .inner,
#footer #pre-footer #pre-footer-content .inner {
  padding: 2em;
}

#footer #pre-footer .mobile-content-area .inner .left,
#footer #pre-footer #pre-footer-content .inner .left {
  width: 60%;
  float: left;
}

#footer #pre-footer .mobile-content-area .inner .left p,
#footer #pre-footer #pre-footer-content .inner .left p {
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#footer #pre-footer .mobile-content-area .inner .left span,
#footer #pre-footer #pre-footer-content .inner .left span {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#footer #pre-footer .mobile-content-area .inner .right,
#footer #pre-footer #pre-footer-content .inner .right {
  width: 40%;
  float: right;
}

#footer #pre-footer .mobile-content-area .inner .right ul,
#footer #pre-footer #pre-footer-content .inner .right ul {
  list-style: none;
  margin: 0;
}

#footer #pre-footer .mobile-content-area .inner .right ul li,
#footer #pre-footer #pre-footer-content .inner .right ul li {
  border-top: 1px solid #fff;
  width: 100%;
  padding: 0.5em 0;
}

#footer #pre-footer .mobile-content-area .inner .right ul li:nth-child(1),
#footer #pre-footer #pre-footer-content .inner .right ul li:nth-child(1) {
  border-top: none;
  padding-top: 0;
}

#footer #pre-footer .mobile-content-area .inner .right ul li a,
#footer #pre-footer #pre-footer-content .inner .right ul li a {
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  font-size: 1.15em;
}

#footer #pre-footer .mobile-content-area.kit-request,
#footer #pre-footer #pre-footer-content.kit-request {
  color: #fff;
}

#footer #pre-footer .mobile-content-area.kit-request .widcon,
#footer #pre-footer #pre-footer-content.kit-request .widcon {
  width: 46.875em;
}

#footer #pre-footer .mobile-content-area.kit-request p,
#footer #pre-footer #pre-footer-content.kit-request p {
  margin: 2em 0;
  color: #fff;
}

#footer #pre-footer .mobile-content-area.kit-request input,
#footer #pre-footer #pre-footer-content.kit-request input {
  background: none;
  border: 1px solid #fff;
  border-radius: 3px;
  display: block;
  width: 100%;
  color: #fff;
  outline: 0;
  font-size: 1.25em;
  padding: 5px 0 5px 8px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#footer #pre-footer .mobile-content-area.kit-request label,
#footer #pre-footer #pre-footer-content.kit-request label {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#footer #pre-footer .mobile-content-area.kit-request .full,
#footer #pre-footer #pre-footer-content.kit-request .full {
  width: 100%;
}

#footer #pre-footer .mobile-content-area.kit-request .half,
#footer #pre-footer #pre-footer-content.kit-request .half {
  display: inline-block;
  width: 50%;
}

#footer #pre-footer .mobile-content-area.kit-request .half.first,
#footer #pre-footer #pre-footer-content.kit-request .half.first {
  padding-right: 5%;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper {
  margin-bottom: 2em;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .text-cont,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .text-cont {
  width: 15%;
  text-align: center;
  margin-bottom: 0.5em;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .text-cont h4,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .text-cont h4 {
  color: #fff;
  font-size: 0.65em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .text-cont h5,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .text-cont h5 {
  color: #fff;
  font-size: 0.65em;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field {
  margin-bottom: 0.75em;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field input,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field input {
  width: 15%;
  display: inline-block;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field label,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field label {
  display: inline-block;
  font-size: 1em;
  margin-left: 1em;
}

#footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field a,
#footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field a {
  display: inline-block;
  font-size: 0.85em;
  color: #fff;
  text-decoration: none;
  float: right;
  margin-top: 1em;
}

#footer #pre-footer .mobile-content-area.kit-request .occupation-field-wrapper,
#footer #pre-footer #pre-footer-content.kit-request .occupation-field-wrapper {
  margin-bottom: 2em;
}

#footer #pre-footer .mobile-content-area.kit-request .occupation-field-wrapper input,
#footer #pre-footer #pre-footer-content.kit-request .occupation-field-wrapper input {
  display: none;
}

#footer #pre-footer .mobile-content-area.kit-request .occupation-field-wrapper input:checked+label .form-checkbox,
#footer #pre-footer #pre-footer-content.kit-request .occupation-field-wrapper input:checked+label .form-checkbox {
  background: #fff;
}

#footer #pre-footer .mobile-content-area.kit-request .occupation-field-wrapper .form-checkbox,
#footer #pre-footer #pre-footer-content.kit-request .occupation-field-wrapper .form-checkbox {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: none;
  border: 3px solid #fff;
  transition: all 0.25s ease;
  border-radius: 50%;
  margin-right: 1em;
}

#footer #pre-footer .mobile-content-area.kit-request .occupation-field-wrapper h3,
#footer #pre-footer #pre-footer-content.kit-request .occupation-field-wrapper h3 {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 1em;
  margin-bottom: 0.5em;
}

#footer #pre-footer .mobile-content-area.kit-request .occupation-field-wrapper label,
#footer #pre-footer #pre-footer-content.kit-request .occupation-field-wrapper label {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
}

#footer #pre-footer .mobile-content-area.kit-request .personal-info-fields,
#footer #pre-footer #pre-footer-content.kit-request .personal-info-fields {
  margin-bottom: 2em;
}

#footer #pre-footer .mobile-content-area.kit-request .personal-info-fields>div,
#footer #pre-footer #pre-footer-content.kit-request .personal-info-fields>div {
  margin-bottom: 0.5em;
}

#footer #pre-footer .mobile-content-area.kit-request .personal-info-fields h5,
#footer #pre-footer #pre-footer-content.kit-request .personal-info-fields h5 {
  font-size: 0.75em;
  color: #fff;
}

#footer #pre-footer .mobile-content-area.kit-request .button-wrapper,
#footer #pre-footer #pre-footer-content.kit-request .button-wrapper {
  width: 12em;
  margin: auto;
}

#footer #pre-footer .mobile-content-area.kit-request .button-wrapper button,
#footer #pre-footer #pre-footer-content.kit-request .button-wrapper button {
  display: inline-block;
  padding: 0.5em 1em;
  outline: none;
  border: none;
}

#footer #pre-footer .mobile-content-area.kit-request .button-wrapper button.submit,
#footer #pre-footer #pre-footer-content.kit-request .button-wrapper button.submit {
  background: #fff;
  color: #192c51;
  border-radius: 3px;
}

#footer #pre-footer .mobile-content-area.kit-request .button-wrapper button.reset,
#footer #pre-footer #pre-footer-content.kit-request .button-wrapper button.reset {
  background: none;
  color: #fff;
}

#footer #pre-footer .mobile-content-area.kit-request .message-cont,
#footer #pre-footer #pre-footer-content.kit-request .message-cont {
  padding-top: 0;
}

#footer #pre-footer .mobile-content-area.kit-request .message-cont p,
#footer #pre-footer #pre-footer-content.kit-request .message-cont p {
  margin: 0.5em 0;
  text-align: center;
}

#footer #pre-footer .mobile-content-area.kit-request ::-webkit-input-placeholder,
#footer #pre-footer #pre-footer-content.kit-request ::-webkit-input-placeholder {
  color: red;
}

#footer #pre-footer .mobile-content-area.kit-request :-moz-placeholder,
#footer #pre-footer #pre-footer-content.kit-request :-moz-placeholder {
  color: red;
}

#footer #pre-footer .mobile-content-area.kit-request ::-moz-placeholder,
#footer #pre-footer #pre-footer-content.kit-request ::-moz-placeholder {
  color: red;
}

#footer #pre-footer .mobile-content-area.kit-request ::-ms-input-placeholder,
#footer #pre-footer #pre-footer-content.kit-request ::-ms-input-placeholder {
  color: red;
}

#footer #contact {
  text-align: center;
}

#footer #contact a {
  margin: 3em;
  display: inline-block;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: var(--mssoy-green);
  display: none;
}

#footer #contact a:nth-child(1) {
  display: inline-block;
}

#footer #footer-content {
  overflow: hidden;
  padding: 1em 0;
}

#footer #footer-content .social-icons {
  float: left;
}

#footer #footer-content .copyright {
  float: right;
}

#footer #footer-content .copyright p {
  color: var(--mssoy-green);
  font-size: 0.7em;
}

@media screen and (max-width: 1000px) {
  #top-bar .inner h4 a {
    color: var(--mssoy-green);
  }

  #nav #main-nav .inner {
    padding: 1em;
  }

  #nav #main-nav .inner>a {
    width: 7em;
    margin-left: 0;
  }

  #nav #main-nav .inner #nav-wrapper {
    display: none;
  }

  #nav #main-nav .inner #mobile-menu-btn {
    display: block;
    float: right;
    cursor: pointer;
    right: 0;
    height: 100%;
  }

  #nav #main-nav .inner #mobile-menu-btn img {
    height: 3em;
  }

  #nav .section-border {
    display: block;
  }

  .blade-overlay {
    width: 100%;
    right: -100%;
  }

  .blade-overlay .close-btn {
    transform: none;
    top: 1em;
    left: auto;
    right: 1em;
    height: 4em;
    width: 4em;
  }

  .blade-overlay .close-btn img {
    width: 100%;
  }

  .blade-overlay .inner {
    padding-top: 4em;
  }

  #footer #contact {
    padding: 1.5em 0;
  }

  #footer #contact a {
    display: inline-block;
  }

  #footer #footer-content .social-icons {
    display: block;
    text-align: center;
    float: none;
    font-size: 2.5em;
    padding: 1.5em;
  }

  #footer #footer-content .copyright {
    display: block;
    text-align: center;
    float: none;
  }

  #footer #pre-footer {
    font-size: 1.25em;
  }

  #footer #pre-footer .mobile-content-area .inner .left,
  #footer #pre-footer #pre-footer-content .inner .left {
    width: 100%;
    float: none;
  }

  #footer #pre-footer .mobile-content-area .inner .right,
  #footer #pre-footer #pre-footer-content .inner .right {
    width: 100%;
    float: none;
  }

  #footer #pre-footer .mobile-content-area .inner .right ul,
  #footer #pre-footer #pre-footer-content .inner .right ul {
    padding: 2em 0;
  }

  #footer #pre-footer .mobile-content-area.kit-request .widcon,
  #footer #pre-footer #pre-footer-content.kit-request .widcon {
    width: 100%;
  }

  #footer #pre-footer .mobile-content-area.kit-request .half,
  #footer #pre-footer #pre-footer-content.kit-request .half {
    width: 100%;
  }

  #footer #pre-footer .mobile-content-area.kit-request .half.first,
  #footer #pre-footer #pre-footer-content.kit-request .half.first {
    padding-right: 0;
  }

  #footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .text-cont,
  #footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .text-cont {
    width: 100%;
  }

  #footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .text-cont h4,
  #footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .text-cont h4 {
    font-size: 1.4em;
  }

  #footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .text-cont h5,
  #footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .text-cont h5 {
    font-size: 1em;
  }

  #footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field,
  #footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field {
    overflow: hidden;
    margin-bottom: 1.25em;
  }

  #footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field label,
  #footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field label {
    width: 85%;
    float: right;
    padding-left: 1em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }

  #footer #pre-footer .mobile-content-area.kit-request .sheet-wrapper .sheet-field a,
  #footer #pre-footer #pre-footer-content.kit-request .sheet-wrapper .sheet-field a {
    width: 85%;
    float: right;
    padding-left: 1em;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0.5em;
  }

  #footer #pre-footer .widcon {
    width: 100%;
    padding: 0;
  }

  #footer #pre-footer .inner .pre-footer-section {
    width: 100%;
    border-bottom: 2px solid #fff;
  }

  #footer #pre-footer .inner .pre-footer-section:nth-last-child(1) {
    border-bottom: 0;
  }

  #footer #pre-footer .inner .mobile-content-area {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #footer #contact a {
    margin: 1em;
  }
}

/* z-index blocks: * 1000 - nav * * * * * * * */
/* html,
body {
  width: 100%;
  font-size: 16px;
  position: relative;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #676a6b;
} */

/* div {
     position: relative;
     display: block;
     -o-box-sizing: border-box;
     -ms-box-sizing: border-box;
     box-sizing: border-box;
}
 */
input,
img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #192c51;
  line-height: 1.3em;
}

p {
  margin: 0 0 1rem;
  color: currentColor;
  /* font-family: "acumin-pro", sans-serif; */
  font-weight: 400;
  font-style: normal;
  line-height: 1.3em;
}


h4 {
  font-size: 1.33em;
}

h5 {
  font-size: 1.11em;
}

h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
  outline: 0;
  border: 0;
  color: var(--mssoy-green);
}

/*
a:hover,
a:active,
a:focus {
  outline: 0;
  border: 0;
}
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.highlight {
  color: inherit;
}

#site-wrapper {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  position: relative;
}

.widcon {
  /* width: 62.5em; */
  max-width: 1240px;
  /* padding-left: 2%;
  padding-right: 2%; */
  margin: auto;
}

.widcon.sm {
  width: 40em;
}

.page {
  /* overflow: hidden;
  margin: 6.375em 0;
  margin-top: 0; */
}

.content-page {
  padding-top: 3em;
}

.section-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 24%;
}

.content-with-sidebar {
  /* width: 70%; */
  /* float: left; */
  /* flex: 0 0 auto; */
  flex: 1 0 65%;
  /* width: 66.66666667%; */
  max-width: 100%;
  /* padding-right: 5%; */
  /* margin-top: 5em; */
}

/* .content-with-sidebar p {
  margin: 1em 0;
} */

.content-with-sidebar .button-wrapper {
  float: right;
}

.content-with-sidebar .button-wrapper button {
  background: none;
  border: 1px solid var(--mssoy-green);
  border-radius: 3px;
  padding: 0.5em 1em;
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
}

/* .content-with-sidebar .content-date {
  margin-bottom: 2.5em;
  display: inline-block;
} */

/* .content-with-sidebar .content-date p {
  color: var(--mssoy-green);
} */

.content-with-sidebar .content-title {
  margin-bottom: 2em;
}

.content-with-sidebar .content-title h2 {
  font-size: 2em;
  color: var(--mssoy-green);
}

.content-with-sidebar .content-body figure {
  margin: 0.5em;
  text-align: center;
  line-height: 1.1em;
}

.content-with-sidebar .content-body figure p,
.content-with-sidebar .content-body figure em {
  font-size: 0.85em;
  color: #676a6b;
}

.video-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 2100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}

.video-overlay iframe {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid var(--mssoy-green);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.8);
}

.video-overlay .close-click-handler {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-overlay .video-overlay-close {
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 10;
  cursor: pointer;
}

.subscribe-callout {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #104432;
  z-index: 100;
}

.subscribe-callout.hidden {
  display: none;
}

.subscribe-callout .inner {
  display: inline-block;
  padding: 1em 0;
}

.subscribe-callout .icon {
  vertical-align: middle;
  height: 1.75em;
  margin-right: 1em;
}

.subscribe-callout p {
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}

.subscribe-callout p a {
  color: #fff;
}

.subscribe-callout .close {
  position: absolute;
  cursor: pointer;
  right: -4em;
  top: 50%;
  margin-top: -0.3525em;
  opacity: 0.6;
  height: 0.75em;
  vertical-align: middle;
}

.sidebar {
  /* width: 30%;
  float: right; */
  /* flex: 0 0 auto; */
  flex: 1 0 30%;
  /* width: 33.33333333%; */
  max-width: 100%;
  /* margin-top: 8em; */
}

.sidebar #related-resources ul li.title h3:before {
  content: "";
  position: absolute;
  left: -0.2em;
  margin-top: -0.1em;
  height: 1.35em;
  width: 1.35em;
  background: url("../../assets/images/soybean-icon.png");
  background-size: 1.35em 1.35em;
}

.sidebar #related-news ul li.title h3:before {
  content: "";
  position: absolute;
  left: -0.2em;
  margin-top: -0.2em;
  height: 1.5em;
  width: 1.25em;
  background: url("../../assets/images/news-icon.png");
  background-size: 1.25em 1.5em;
}

.sidebar #related-blog ul li.title h3:before {
  content: "";
  position: absolute;
  left: -0.2em;
  margin-top: -0.2em;
  height: 1.5em;
  width: 1.25em;
  background: url("../../assets/images/blog-icon.png");
  background-size: 1.25em 1.5em;
}

.section-border {
  margin: 0;
  border: 0;
  height: 2px;
  width: 100%;
  background: #e1e1e1;
}

/* .square-post {
  height: 275px;
} */

#checked-tags {
  display: none;
}

.blog-square {
  float: left;
  width: 30%;
  margin: 1.5%;
  border: 2px solid var(--mssoy-green);
}

.blog-square .inner {
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  padding: 2em;
  transition: all 0.25s ease;
  /* h3 is the date, h2 is the title, p is the summary */
}

.blog-square .inner:hover {
  border-color: var(--mssoy-green);
}

.blog-square .inner h3 {
  color: var(--mssoy-green);
  font-size: 1em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.blog-square .inner h2 {
  color: var(--mssoy-green);
  font-size: 1.15em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.blog-square .inner p {
  color: #676a6b;
  font-size: 0.9em;
}

.news-square {
  float: left;
  width: 30%;
  margin: 1.5%;
  border: 2px solid var(--mssoy-green);
}

.news-square .inner {
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  padding: 2em;
  transition: all 0.25s ease;
  /* h3 is the date, h2 is the title, p is the summary */
}

.news-square .inner:hover {
  border-color: var(--mssoy-green);
}

.news-square .inner h3 {
  color: var(--mssoy-green);
  font-size: 1em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.news-square .inner h2 {
  color: var(--mssoy-green);
  font-size: 1.25em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.news-square .inner p {
  color: #676a6b;
}

.article-square {
  float: left;
  width: 30%;
  margin: 1.5%;
  border: 2px solid var(--mssoy-green);
}

.article-square .inner {
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  height: 100%;
  width: 100%;
  border: 2px solid #fff;
  padding: 2em;
  transition: all 0.25s ease;
  /* h3 is the date, h2 is the title, p is the summary */
}

.article-square .inner:hover {
  border-color: var(--mssoy-green);
}

.article-square .inner h3 {
  color: var(--mssoy-green);
  font-size: 1em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.article-square .inner h2 {
  color: var(--mssoy-green);
  font-size: 1.15em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.article-square .inner p {
  color: #676a6b;
  font-size: 0.9em;
}

.resource-square {
  /* border: 2px solid var(--mssoy-green); */
}

.resource-square .inner {
  display: block;
  height: 100%;
  width: 100%;
  padding: 2rem 3rem 2rem 2rem;
  transition: all 0.25s ease;
  box-shadow: inset 0 0 1px 2px var(--mssoy-green);
}
/* @media only screen and (min-width: 992px) {
  .resource-square .inner {
    min-height: 21rem;
  }
} */

.resource-square .inner:hover, .resource-square .inner:active, .resource-square .inner:focus {
  box-shadow: inset 0 0 1px 4px var(--mssoy-green);
}

.resource-square .inner h2 {
  color: var(--mssoy-green);
  font-size: 1.15em;
  margin-bottom: 0.75em;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.resource-square .inner p {
  color: #676a6b;
  font-size: 0.9em;
}

.resource-square .inner .resource-icon {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 2.25em;
  width: 2.25em;
}

.resource-square .inner .resource-icon.pdf-icon {
  background: url("../../assets/images/pdf-icon.png") no-repeat center;
  background-size: 100% 100%;
}

.resource-square .inner .resource-icon.link-icon {
  background: url("../../assets/images/link-icon.png") no-repeat center;
  background-size: 100% 100%;
}

.mobile-alert {
  display: none;
}



.search-result {
  margin-bottom: 2em;
}

.search-result h4,
.search-result .date {
  font-size: 1.15em;
  color: var(--mssoy-green);
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}

.search-result h3,
.search-result h2 {
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  color: var(--mssoy-green);
  /* text-transform: uppercase; */
  font-size: 1.5em;
  margin-bottom: 0.5em;
}

/* @media screen and (min-width: 1400px) {

  html,
  body {
    font-size: 16px;
  }
} */

/* @media screen and (min-width: 1600px) {

  html,
  body {
    font-size: 18px;
  }
} */

/* @media screen and (min-width: 1900px) {

  html,
  body {
    font-size: 20px;
  }
} */

/* @media screen and (max-width: 1200px) {

  html,
  body {
    font-size: 15px;
  }
} */

@media screen and (max-width: 1000px) {

  /* html,
  body {
    font-size: 20px;
  } */

  .widcon {
    width: 100% !important;
    /* padding-left: 10%;
    padding-right: 10%; */
  }

  .blog-square,
  .article-square,
  .resource-square,
  .checkoff-square,
  .news-square {
    float: none;
    display: block;
    width: 100%;
    font-size: 1em;
    margin: 1em 0;
    height: auto !important;
  }

  .section-border {
    display: none;
  }

  .content-with-sidebar {
    width: 100%;
    float: none;
  }

  .sidebar {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 18px;
  }

  .video-post {
    width: 99%;
    float: none;
    margin: 1em 0;
  }
}

@media screen and (max-width: 500px) {

  html,
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {

  html,
  body {
    font-size: 14px;
  }
}

/**
 * Cards
 */
/* .paragraph--type--card-basic.card {
  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);
  border: none;
  border-radius: 0;
}

.paragraph--type--card-basic.card h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-family: PillGothic600mg;
} */


/**
 * Layout Builder Adjustments/Enhancements
 */
.layout-builder {
  background: transparent;
  padding: 0;
}
/* .layout-builder__region {
  outline: none;
}
.layout-builder__region:hover {
  outline: 2px dashed #2f91da;
} */
.layout-builder__add-section {
  /* all: unset; */
  background: #fff;
}
.layout-builder__link--remove {
  /* margin-inline: 0.625rem 0.375rem; */
  margin: .5rem;
}
.layout-builder__link--configure {
  margin: .5rem 0;
}
.layout-builder__add-block, .layout-builder__add-block.is-layout-builder-highlighted {
  max-width: 200px;
  margin: auto;
  visibility: hidden;
}
.layout-builder__region:hover .layout-builder__add-block, .layout-builder__region:focus-within .layout-builder__add-block {
  visibility: visible;
}

/* We want the Layout Builder layout of blocks to be as close as WYSIWYG as is possible here... */
.layout-builder-block {
  background: transparent;
  padding: 0;
}

#block-mssoy-help > .alert:last-child {
  margin-bottom: 0;
}

/**
 * User Login Form
 */
.user-login-form {

}
