@font-face {
  font-family: 'NorthernSoul';
  src: url('northern-soul-caps.woff2') format('woff2'),
       url('northern-soul-caps.woff') format('woff'),
       url('northern-soul-caps.ttf') format('truetype');
}
#content h1.block-title {
  font-family: 'NorthernSoul', sans-serif;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 0;
  color: #0F6C28;
  font-weight: 100;
  font-size: 48px;
}
#content p.block-subtitle {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin-top: 0;
}
#content .block-subtitle a {
  color: #0F6C28;
  font-weight: bold;
}
#content .block-subtitle a:hover {
  color: #2E8C3B;
}
@media screen and (max-width: 800px){
  #content h1.block-title {
    text-align: center;
  }
  #content p.block-subtitle {
    padding: 0 20px;
    text-align: center;
  }
}

/* MS PRIMARY BUTTON */
.ms-button {
  text-decoration: none;
  background: #0f6c28;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.5px;
  text-shadow: none;
  box-shadow: none;
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: background 0.5s;
}
.ms-button:hover {
  background: #0a4a18;
  text-decoration: none;
}
.ms-button.rounded,
.ms-input.rounded,
.ms-secondary.rounded {
  border-radius: 3px;
}
.ms-button.light {
  font-weight: 300;
  font-size: 14px;
  text-transform: unset;
}
.ms-button.hollow {
  background: none;
  border: 2px solid #0f6c28;
  text-transform: none;
  color: #0f6c28;
}

/* MS SECONDARY BUTTON */
.ms-secondary {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  background: #f7f7f7;
  border: none;
  border-radius: 0;
  text-transform: unset;
  height: 100%;
  width: 100%;
  line-height: 100%;
  text-align: center;
  text-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 100;
  display: block;
  color: #4a4a4a;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: background 0.5s;
}
.ms-secondary:hover {
  text-decoration: none;
  background: #e3e3e3;
}

/* INPUT */
.ms-input {
  -webkit-appearance: none;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  padding-left: 10px;
  color: #4a4a4a;
  transition: border-color 0.3s;
  box-sizing: border-box;
  font-weight: 100;
}
.ms-input:active,
.ms-input:focus {
  border-color: #0f6c28;
}
.ms-input::-webkit-input-placeholder {
  color: #9e9e9e;
}
.ms-input::-moz-placeholder {
  color: #9e9e9e;
}

.article-ingress {
  font-weight: bold;
  color: #062f0f;
}
.article-factbox {
  background: #f0f0f0;
  padding: 20px;
}
img.article-righthalf {
  width: 50%;
  height: auto;
  float: right;
  margin: 5px;
}
@media screen and (max-width: 600px){
img.article-righthalf {
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}
}
.show-mobile-hide-desktop {
  display: none;
}
@media screen and (max-width: 800px){
  .show-mobile-hide-desktop {
    display: block;
  }
  .hide-mobile-show-desktop {
    display: none;
  }
}
.matsmart-infographic-link {
  display: block;
  position: absolute;
  width: 166px;
  height: 60px;
  bottom: 9.1%;
  left: 50%;
  margin-left: -83px;
}
@media screen and (max-width: 800px) {
  .matsmart-infographic-link {
    width: 44%;
    height: 117px;
    bottom: 5.8%;
    left: 28%;
    margin: 0;
  }
}

.ms-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.ms-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content .ms-heading {
  font-weight: bold;
  font-size: 45px;
  color: #0f6c28;
}
.ms-heading .ms-dot {
  color: red;
}
.ms-leading {
  font-weight: bold;
  color: #0f6c28;
}
.ms-heading {
  color: #0F6C28;
  line-height: normal;
  font-size: 48px;
  font-weight: 400;
}
.ms-dot {
  color: #FF273E;
}

.ms-leading, .ms-subheading {
  color: #0F6C28;
}

.ms-table-grid, .ms-table-grid tbody, .ms-table-grid tr, .ms-table-grid td {
  border: none;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .ms-table-grid tr, .ms-table-grid td {
    display: block;
    width: 100% !important;
  }
}
