/* Normalization and layout helpers inherited from Studio Brave. */
html {
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

nav, section {
  display: block;
}

[hidden] {
  display: none;
}

a {
  background-color: #0000;
}

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

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

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

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.has-touch * {
  background-attachment: scroll !important;
}

.u-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1, h2, h3, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

button, [type="button"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.layout-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.layout-container:before, .layout-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.layout-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
.layout-container {
  max-width: 728px;
}
}

@media screen and (max-width: 479px) {
.layout-container {
  max-width: none;
}
}

.disclosure {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.disclosure-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.disclosure-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.disclosure-toggle:focus {
  outline: 0;
}

.disclosure-panel {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.disclosure-panel.is-open {
  display: block;
}

.site-navigation {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.site-navigation:before, .site-navigation:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.site-navigation:after {
  clear: both;
}

.site-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.site-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.site-menu-toggle {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.site-menu-toggle:focus {
  outline: 0;
}

.site-menu-toggle.is-open {
  color: #fff;
  background-color: #c8c8c8;
}

@media screen and (max-width: 991px) {
.site-navigation[data-collapse="medium"] .site-nav-menu {
  display: none;
}
}

@media screen and (max-width: 991px) {
.site-navigation[data-collapse="medium"] .site-menu-toggle {
  display: block;
}
}

@media screen and (max-width: 767px) {
.site-brand {
  padding-left: 10px;
}
}

.view-switcher {
  position: relative;
}

.view-switcher:before, .view-switcher:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.view-switcher:after {
  clear: both;
}

.view-tabs {
  position: relative;
}

.view-tab {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.view-tab.is-current {
  background-color: #c8c8c8;
}

.view-tab:focus {
  outline: 0;
}

.view-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.view-panel {
  display: none;
  position: relative;
}

.is-active {
  display: block;
}

@media screen and (max-width: 479px) {
.view-tab {
  display: block;
}
}

.layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1, h2, h4 {
  margin-bottom: 10px;
  font-weight: bold;
}

.carousel {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.carousel-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.carousel-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

body {-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
