/* Import Fonts
------------------------------------------------------------ */
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700);
/* Font Stacks */
.customsansserif,
.customsanserif {
  font-family: "Raleway", "Trebuchet MS", Calibri, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.fontawesome {
  font-family: "FontAwesome";
}
/* Colors */
/* Neutrals */
/* Arrows */
/* Buttons */
.button:hover,
.button a:hover {
  background-color: #f16528;
  border-radius: 30px;
  padding: 6px 24px;
  font-family: "Raleway", "Trebuchet MS", Calibri, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  display: table;
  margin: 12px auto;
  text-decoration: none;
  width: 80%;
  background-color: #d84b0e;
}
/* Clears */
.msd-clearfix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.site-inner div {
  text-align: center;
}
.site-inner .button,
.site-inner .button:hover {
  width: auto;
}
.sectioned-page-wrapper .section {
  text-align: center;
}
.sectioned-page-wrapper .section-products .row {
  margin: 3rem 0;
}
.sectioned-page-wrapper .section-morbidity .section-title {
  padding-bottom: 2rem;
}
.sectioned-page-wrapper .section-morbidity .section-body {
  display: none;
}
