@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
@media print {
  .tabs {
    display: none;
  }
}
.tabs .tabs {
  border-bottom: 1px solid #CCCCCC;
}
.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0 /ie;
  overflow: hidden;
  background: #dddddd;
}
[dir=rtl] .tabs__tab {
  float: right;
}
.tabs__tab.is-active {
  border-bottom-color: #FFFFFF;
}
.tabs__tab-link,
.tabs a {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  transition: color 0.3s, background 0.3s, border 0.3s;
  text-shadow: #FFFFFF 0 1px 0;
  color: #000000;
  background: #dddddd;
  letter-spacing: 1px;
}
.tabs__tab-link:focus, .tabs__tab-link:hover,
.tabs a:focus,
.tabs a:hover {
  background: #eaeaea;
}
.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active,
.tabs a:active,
.tabs a.is-active {
  background: #FFFFFF;
  text-shadow: none;
}
.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}
.tabs + .tabs--secondary, .tabs + h2 + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #CCCCCC 1px, transparent 1px);
}
.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}
[dir=rtl] .tabs--secondary .tabs__tab {
  float: right;
}
.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}
.tabs--secondary .tabs__tab-link,
.tabs--secondary .tabs a,
.tabs .tabs--secondary a {
  border: 1px solid #CCCCCC;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}
.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover,
.tabs--secondary .tabs a:focus,
.tabs .tabs--secondary a:focus,
.tabs--secondary .tabs a:hover,
.tabs .tabs--secondary a:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}
.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active,
.tabs--secondary .tabs a:active,
.tabs .tabs--secondary a:active,
.tabs--secondary .tabs a.is-active,
.tabs .tabs--secondary a.is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

/*# sourceMappingURL=tabs.css.map */
