.margin-vertical, .margin, hr, .section, .page-title {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 960px) {
    .margin-vertical, .margin, hr, .section, .page-title {
      margin-top: 40px;
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .margin-vertical, .margin, hr, .section, .page-title {
      margin-top: 60px;
      margin-bottom: 60px; } }
  @media (min-width: 1600px) {
    .margin-vertical, .margin, hr, .section, .page-title {
      margin-top: 80px;
      margin-bottom: 80px; } }

.margin-horizontal, .margin {
  margin-left: 30px;
  margin-right: 30px; }
  @media (min-width: 960px) {
    .margin-horizontal, .margin {
      margin-left: 40px;
      margin-right: 40px; } }
  @media (min-width: 1200px) {
    .margin-horizontal, .margin {
      margin-left: 60px;
      margin-right: 60px; } }
  @media (min-width: 1600px) {
    .margin-horizontal, .margin {
      margin-left: 80px;
      margin-right: 80px; } }

.margin-small-vertical, body.archive article:not(:first-child) {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 960px) {
    .margin-small-vertical, body.archive article:not(:first-child) {
      margin-top: 30px;
      margin-bottom: 30px; } }

.padding-vertical, .padding, #page-footer, #home-section-1, #home-section-2 .grid .text, #home-section-3 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 960px) {
    .padding-vertical, .padding, #page-footer, #home-section-1, #home-section-2 .grid .text, #home-section-3 {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .padding-vertical, .padding, #page-footer, #home-section-1, #home-section-2 .grid .text, #home-section-3 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1600px) {
    .padding-vertical, .padding, #page-footer, #home-section-1, #home-section-2 .grid .text, #home-section-3 {
      padding-top: 80px;
      padding-bottom: 80px; } }

.padding-horizontal, .padding {
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 960px) {
    .padding-horizontal, .padding {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1200px) {
    .padding-horizontal, .padding {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1600px) {
    .padding-horizontal, .padding {
      padding-left: 80px;
      padding-right: 80px; } }

.padding-small-vertical, body.archive article:not(:first-child) {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 960px) {
    .padding-small-vertical, body.archive article:not(:first-child) {
      padding-top: 30px;
      padding-bottom: 30px; } }

.padding-small {
  padding: 15px; }
  @media (min-width: 960px) {
    .padding-small {
      padding: 30px; } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #444; }

p,
ul,
ol,
dl,
address,
fieldset,
figure {
  font-style: normal; }
  p:not(:first-child),
  ul:not(:first-child),
  ol:not(:first-child),
  dl:not(:first-child),
  address:not(:first-child),
  fieldset:not(:first-child),
  figure:not(:first-child) {
    margin-top: 20px; }

ul, ol {
  padding-left: 20px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .subtitle, .h4, .h5, .h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  margin-top: 20px;
  color: #8a2237; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
  .h1:first-child, .h2:first-child, .h3:first-child, .subtitle:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 38px; }
  @media (min-width: 960px) {
    h1, .h1 {
      font-size: 48px; } }

h2, .h2 {
  font-size: 28px; }
  @media (min-width: 960px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3, .subtitle {
  font-size: 20px;
  font-weight: 600; }

h4, .h4 {
  font-size: 18px;
  font-weight: 600; }

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

a {
  color: #8a2237;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none;
    text-decoration: none;
    color: #611827; }

hr {
  border: none;
  height: 0;
  box-sizing: content-box;
  border-top: 1px solid #ddd; }

::-moz-selection {
  background: #8a2237;
  color: #fff;
  text-shadow: none; }

::selection, mark {
  background: #8a2237;
  color: #fff;
  text-shadow: none; }

small {
  font-size: 15px; }

strong, b {
  color: #8a2237;
  font-weight: 600; }

abbr {
  text-decoration: none; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px; }
  @media (min-width: 640px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 960px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1200px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  .container.small {
    max-width: 960px; }
  .container.large {
    max-width: 1600px; }
  .container.expand {
    max-width: none; }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: -15px;
  margin-bottom: -15px; }
  @media (min-width: 1200px) {
    .grid {
      margin-left: -40px;
      margin-top: -20px;
      margin-bottom: -20px; } }
  .grid > * {
    width: 100%;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 1200px) {
      .grid > * {
        padding-left: 40px;
        padding-top: 20px;
        padding-bottom: 20px; } }
  .grid.collapse {
    margin-left: 0; }
    .grid.collapse > * {
      padding-left: 0;
      padding-top: 0;
      padding-bottom: 0; }
  .grid .center {
    align-items: center; }

/*
.grid {

  display: flex;
  flex-wrap: wrap;
  margin-left: -$gutter;
  margin-top: -$gutter;

  @include respond-to($breakpoint-large) {
    margin-left: -$gutter-medium;
    margin-top: -$gutter-medium;
  }

  & > * {
    width: 100%;
    padding-left: $gutter;
    padding-top: $gutter;

    @include respond-to($breakpoint-large) {
      padding-left: $gutter-medium;
      padding-top: $gutter-medium;
    }
  }

  &.collapse {
    margin-left: 0;

    & > * {
      padding-left: 0;
    }
  }

  .center {
    align-items: center;
  }
}

 */
.w-1-2 {
  width: 50%; }

.w-1-3 {
  width: 33.333333%; }

.w-2-3 {
  width: 66.666666%; }

.w-1-4 {
  width: 25%; }

.w-1-5 {
  width: 20%; }

@media (min-width: 640px) {
  .w-1-2\@s {
    width: 50%; }
  .w-1-3\@s {
    width: 33.33333%; }
  .w-2-3\@s {
    width: 66.66666%; }
  .w-1-4\@s {
    width: 25%; }
  .w-1-5\@s {
    width: 20%; }
  .w-2-5\@s, body.archive article .grid.has-thumbnail .post-thumbnail {
    width: 40%; }
  .w-3-5\@s, body.archive article .grid.has-thumbnail .text {
    width: 60%; } }

@media (min-width: 960px) {
  .w-1-2\@m, body.single .contact .grid > *, #home-section-2 .grid > div {
    width: 50%; }
  .w-1-3\@m {
    width: 33.33333%; }
  .w-2-3\@m {
    width: 66.66666%; }
  .w-1-4\@m {
    width: 25%; }
  .w-1-5\@m {
    width: 20%; }
  .w-2-5\@m {
    width: 40%; }
  .w-3-5\@m {
    width: 60%; } }

@media (min-width: 1200px) {
  .w-1-2\@l {
    width: 50%; }
  .w-1-3\@l {
    width: 33.33333%; }
  .w-2-3\@l {
    width: 66.66666%; }
  .w-1-4\@l {
    width: 25%; }
  .w-1-5\@l {
    width: 20%; } }

@media (min-width: 1600px) {
  .w-1-2\@xl {
    width: 50%; }
  .w-1-3\@xl {
    width: 33.33333%; }
  .w-2-3\@xl {
    width: 66.66666%; }
  .w-1-4\@xl {
    width: 25%; }
  .w-1-5\@xl {
    width: 20%; } }

.hidden {
  display: none; }

.visible {
  display: block; }

@media (min-width: 640px) {
  .hidden\@s {
    display: none !important; } }

@media (max-width: 639px) {
  .visible\@s {
    display: none !important; } }

@media (min-width: 960px) {
  .hidden\@m {
    display: none !important; } }

@media (max-width: 959px) {
  .visible\@m {
    display: none !important; } }

.text-center {
  text-align: center; }

@media (min-width: 640px) {
  .text-center\@s {
    text-align: center; } }

@media (min-width: 960px) {
  .text-center\@m {
    text-align: center; } }

.bg-primary {
  background-color: #8a2237; }

.bg-secondary {
  background-color: #ee7f00; }

.bg-muted {
  background-color: #f6f6f6; }

.text-primary {
  color: #8a2237; }

.text-secondary {
  color: #ee7f00; }

.text-muted {
  color: #999; }

.meta {
  text-align: left !important;
  color: #999; }

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .reset-list li {
    list-style: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.inverse *, #page-footer * {
  color: #fff; }

.inverse h1, #page-footer h1, .inverse h2, #page-footer h2, .inverse h3, #page-footer h3, .inverse h4, #page-footer h4, .inverse h5, #page-footer h5, .inverse h6, #page-footer h6 {
  color: #fff; }

.inverse a, #page-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none; }
  .inverse a:hover, #page-footer a:hover, .inverse a:focus, #page-footer a:focus {
    outline: none;
    text-decoration: none;
    color: #fff; }

.cover-container {
  position: relative;
  overflow: hidden; }
  .cover-container > .cover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .cover-container > .fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.embed-responsive {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%; }
  .embed-responsive > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.button {
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #8a2237;
  padding: 0 30px;
  height: 50px;
  cursor: pointer;
  border: none;
  transition: all linear 0.15s;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 2px; }
  .button svg.svg-inline--fa {
    margin-left: 10px; }
  .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  .button.full-width {
    width: 100%; }
  .button:hover {
    background: #611827;
    color: #fff; }
  .button.accent {
    background: #ee7f00; }
    .button.accent:hover {
      background: #ff9822; }
  .button.secondary {
    background: #ee7f00;
    color: #fff; }
    .button.secondary:hover {
      background: #bb6400;
      color: #fff; }
  .button.ghost {
    background: transparent;
    border: 2px solid #8a2237;
    color: #8a2237;
    box-shadow: none; }
    .button.ghost:hover {
      background: #8a2237;
      color: #fff; }
  .button.large {
    padding: 0 60px;
    height: 50px; }
  .button.small {
    padding: 0 20px;
    height: 40px; }

.menu-button {
  display: block;
  position: relative;
  height: 16px;
  width: 24px; }
  .menu-button > span, .menu-button:before, .menu-button:after {
    display: block;
    background: #444;
    height: 2px;
    position: absolute;
    width: 100%; }
  .menu-button > span {
    top: 50%;
    margin-top: -1px;
    transition: opacity linear 0.3s; }
  .menu-button:before {
    content: "";
    top: 0;
    transition: transform linear 0.3s; }
  .menu-button:after {
    content: "";
    bottom: 0;
    transition: transform linear 0.3s; }
  .menu-button.close:before {
    transform: rotate(-135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close:after {
    transform: rotate(135deg);
    top: 50%;
    margin-top: -1px; }
  .menu-button.close > span {
    opacity: 0; }
  .menu-button.inverse > span, .inverse .menu-button > span, #page-footer .menu-button > span, .menu-button#page-footer > span, .menu-button.inverse:before, .inverse .menu-button:before, #page-footer .menu-button:before, .menu-button#page-footer:before, .menu-button.inverse:after, .inverse .menu-button:after, #page-footer .menu-button:after, .menu-button#page-footer:after {
    background: #fff; }

form {
  margin-top: 20px; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  width: 100%;
  border: none;
  padding: 0 16px;
  height: 40px;
  background: #f6f6f6;
  outline: none; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  textarea:focus {
    background: #ececec; }

textarea {
  padding: 16px;
  height: auto; }

input[type=checkbox] {
  margin: 1px 4px 0 0; }

select {
  padding: 0 16px;
  height: 40px;
  width: 100%; }

label {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #999; }

.inverse input, #page-footer input, .inverse textarea, #page-footer textarea {
  color: #fff;
  border-bottom: 1px solid #333; }
  .inverse input:focus, #page-footer input:focus, .inverse textarea:focus, #page-footer textarea:focus {
    border-bottom: 1px solid #666; }

table {
  border-collapse: collapse;
  width: 100%; }
  table:not(:first-child) {
    margin-top: 20px; }
  table tr {
    border-top: 1px solid #ddd; }
  table th, table td {
    display: block;
    text-align: center;
    padding: 8px 0; }
    table th + th, table th + td, table td + th, table td + td {
      padding-top: 0; }
  table > tr:first-child,
  table > thead:first-child > tr:first-child,
  table > tbody:first-child > tr:first-child {
    border-top: none; }
  table tfoot:first-of-type > tr:first-child {
    border-top: solid #ddd; }
  table thead td, table th {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    color: #999;
    text-align: center; }
  @media (min-width: 960px) {
    table th, table td {
      display: table-cell;
      padding: 8px 16px;
      text-align: left; }
      table th + th, table th + td, table td + th, table td + td {
        padding-top: 8px; }
      table th:first-child, table td:first-child {
        padding-left: 0; }
    table thead td {
      text-align: left; } }

ul.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 14px; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li:not(:first-child):before {
      content: "/";
      display: inline-block;
      margin: 0 10px;
      color: #999; }
  ul.breadcrumb a {
    color: #999;
    text-decoration: none; }
    ul.breadcrumb a:hover, ul.breadcrumb a:focus {
      outline: none;
      text-decoration: none;
      color: #666; }

.link-muted, body.archive article .subtitle a {
  color: #999;
  text-decoration: none; }
  .link-muted:hover, body.archive article .subtitle a:hover, .link-muted:focus, body.archive article .subtitle a:focus {
    outline: none;
    text-decoration: none;
    color: #b3b3b3; }

.logo-width, #page-header #logo {
  width: 120px; }
  @media (min-width: 640px) {
    .logo-width, #page-header #logo {
      width: 140px; } }
  @media (min-width: 960px) {
    .logo-width, #page-header #logo {
      width: 160px; } }
  @media (min-width: 1200px) {
    .logo-width, #page-header #logo {
      width: 200px; } }

@media (min-width: 960px) {
  .header-spacer {
    height: 20px; } }

#page-header {
  background: #8a2237;
  height: 50px; }
  #page-header #logo {
    display: block;
    position: absolute; }

#page-footer {
  background: #8a2237; }

.page-title {
  text-align: center; }
  @media (min-width: 960px) {
    .page-title .header-spacer {
      height: 0; } }

.time {
  color: #999; }

.subtitle {
  color: #999; }

body.archive article:not(:first-child) {
  padding-bottom: 0;
  border-top: 1px solid #eee; }

body.archive article .grid {
  margin-top: 20px; }

body.archive article .grid.has-thumbnail {
  align-items: center; }

body.archive article h2 {
  margin-top: 0; }

body.archive article .subtitle {
  margin-top: 10px; }

h1 span {
  display: block;
  height: 4px;
  width: 120px;
  background: #8a2237;
  margin-top: 8px; }

body.single article h1 {
  margin-top: 0; }

body.single article .subtitle {
  font-size: 20px;
  margin-top: 10px; }

body.single article .post-thumbnail {
  margin-top: 20px;
  text-align: center; }

body.single article .caption {
  text-align: left;
  font-size: 14px;
  color: #999; }

@media (min-width: 1200px) {
  body.single article hr {
    margin: 40px 0; } }

body.single .contact h3 {
  margin-bottom: 20px; }

#home-section-1 {
  background: #f6f6f6; }
  @media (min-width: 1200px) {
    #home-section-1 .header-spacer {
      height: 0; }
    #home-section-1 .container {
      padding-right: 0; }
      #home-section-1 .container > div {
        padding-left: 140px; } }
  #home-section-1 .press {
    font-size: 20px; }
    #home-section-1 .press .svg-inline--fa {
      margin-left: 10px;
      color: #8a2237; }
    #home-section-1 .press a {
      text-decoration: underline;
      font-weight: bold; }
      #home-section-1 .press a:hover {
        text-decoration: none; }

#home-section-2 {
  border-bottom: 1px solid #eee; }
  #home-section-2 h1, #home-section-2 h2, #home-section-2 h3 {
    margin-top: 8px; }
  #home-section-2 .grid {
    margin: 0;
    align-items: center; }
    #home-section-2 .grid .img {
      line-height: 1;
      position: relative; }
      #home-section-2 .grid .img img {
        margin-bottom: -2px; }
      #home-section-2 .grid .img #gfx {
        position: absolute;
        width: 280px;
        right: 15px;
        bottom: -30px; }
        @media (min-width: 640px) {
          #home-section-2 .grid .img #gfx {
            width: 360px; } }
        @media (min-width: 960px) {
          #home-section-2 .grid .img #gfx {
            width: 280px;
            right: auto;
            left: -40px; } }
        @media (min-width: 1200px) {
          #home-section-2 .grid .img #gfx {
            width: 360px;
            left: -80px;
            bottom: -40px; } }
        @media (min-width: 1600px) {
          #home-section-2 .grid .img #gfx {
            width: 440px;
            left: -150px; } }
    @media (min-width: 960px) {
      #home-section-2 .grid .img {
        order: 2; } }

body.single article#post-1.post .post-thumbnail img {
  width: 450px;
  margin: 20px 0; }

body.page-id-116 #chem-link {
  visibility: hidden; }

#chem-link a {
  display: block;
  padding: 60px 0 15px;
  color: #8a2237;
  text-decoration: none;
  text-align: center;
  background: #f8e4c1;
  transition: all ease-in-out 0.1s; }
  #chem-link a:hover {
    background: #f7eddd; }

#chem-link span:first-child {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px; }

#chem-link span:nth-of-type(2) {
  font-size: 15px;
  margin-left: 5px; }

@media (min-width: 600px) {
  #chem-link a {
    padding: 15px 0; } }

@media (min-width: 800px) {
  #chem-link br {
    display: none; } }
