@import url(https://fonts.googleapis.com/css?family=Overpass:300,300i,400,600|Overpass+Mono:400,700);html, body {
  color: #505050;
  margin: 0;
  padding: 0;
  font-family: 'Overpass', sans-serif;
  height: 100%;
}

a, input, textarea {
  color: #505050;
}

input:not([type]):not([role="combobox"]),
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  border: 1px solid #D3DEE5;
  box-sizing: border-box;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  font-weight: 300;
  padding: 0.2em;
  transition: border-color 80ms linear;
}

input:not([type]):not([role="combobox"]):focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border-color: #1E7BED;
  outline: none;
}
/*
  In Edge and IE11, the video element does not support the background-color
  property. This leads to an unusual effect: the right hand side of a
  splitscreen view may have black bars while the left does not. This can be
  fixed easily by just using auto height & flex for vertical centering (so that
  there’s no background in the first place), but we presumably don’t do this by
  default because of older browsers.
*/

.browser--ie11 .w-two-stroke-primary,
.browser--edge .w-two-stroke-primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.browser--ie11 .w-two-stroke-primary video,
.browser--edge .w-two-stroke-primary video {
  height: auto !important;
}

.button {
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  font-weight: 400;
  border: none;
  color: #505050;
  padding: 8px 18px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  transition: all linear 80ms;
  vertical-align: middle;
  border-width:2px;
  border-style: solid;
  border-radius: 0;
}

.button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.button:active {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.button:focus {
  outline: none;
  box-shadow: none;
}

.button:visited {
  text-decoration: none;
}

.button--blue {
  background-color: #1E7BED;
  border-color: #1E7BED;
  color: white;
}

.button--grayline {
  background: white;
  border: 1px solid #D3DEE5;
}

.button--red {
  background-color: #FD9786;
  border-color: #FD9786;
  color: white;
}

.button--teal {
  background-color: #6FCFDB;
  border-color: #6FCFDB;
  color: white;
}

.button--yellow {
  background-color: #FECB6E;
  border-color: #FECB6E;
  color: white;
}

.button--link {
  background: none;
  color: #1E7BED;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  vertical-align: inherit;
}

.button--full-width {
  width: 100%;
}

.button--is-disabled {
  border-color: #D3DEE5;
  background: #D3DEE5;
  color: rgba(80,80,80, 0.3);
}

.button--is-disabled:hover {
  border-color: #D3DEE5;
  background: #D3DEE5;
  color: rgba(80,80,80, 0.3);
  -webkit-filter: none;
          filter: none;
  cursor: not-allowed;
}

.button--bordered {
  background-color: white;
  border-style: solid;
  border-width: 2px;
  border-color: black;
}

.button--bordered:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.button--bordered:focus {
  border-style: solid;
  border-width: 2px;
}

.button--bordered--blue {
  border-color: #1E7BED;
  color: #1E7BED;
}

.button--bordered--red {
  border-color: #FD9786;
  color: #FD9786;
}

.button--anchor-like {
  background: unset;
  border: unset;
  border-bottom: 2px solid transparent;
  color: #1E7BED;
  cursor: pointer;
  font-size: 15px;
  padding: unset;
  transition: border-bottom-color 80ms linear;
}

.browser--ie11 .button--anchor-like{
  background: none;
  border: none;
  font-family: inherit;
  padding: 0;
}

.button--anchor-like:focus,
.button--anchor-like:hover {
  border-bottom-color: currentColor;
  outline: none;
}

.button--anchor-like--is-disabled {
  color: #E5E5E5;
}

.button--anchor-like--is-disabled:focus,
.button--anchor-like--is-disabled:hover {
  border-bottom-color: rgba(0,0,0,0);
  outline: none;
  color: #E5E5E5;
  cursor: not-allowed;
  -webkit-filter: none;
          filter: none;
}

.button-list + .button-list {
  margin-left: 12px;
}
.layout--central-column {
  margin: 0 auto;
  max-width: 1200px;
  padding: 32px;
}

.layout--text-right {
  text-align: right;
}

.layout--text-column {
  margin: 0 auto;
  max-width: 600px;
}
.select * {
  cursor: pointer;
}

.select.is-focused:not(.is-open) > .Select-control {
  border-color: #1E7BED;
}

.select.is-open > .Select-control .Select-arrow {
  border-bottom-color: #505050;
}

.select .Select-arrow,
.select.is-open .Select-arrow,
.select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #505050;
}

.select .Select-control {
  border-color: #505050;
  border-radius: 0;
  border-width: 2px;
}

.select .Select-input {
  height: 30px;
}

.select .Select-menu-outer {
  border-color: #505050;
  border-width: 1px 2px 2px 2px;
}

.select .Select-option,
.select.has-value.Select--single
  > .Select-control .Select-value .Select-value-label,
.select.has-value.is-pseudo-focused.Select--single
  > .Select-control .Select-value .Select-value-label {
  color: #505050;
}

.select .Select-option.is-focused {
  background-color: #EEF7FF;
  color: #505050;
}

.select .Select-placeholder {
  color: #505050;
  line-height: 32px;
}

/* select-light provides blue_medium borders */

.select--light.is-open > .Select-control .Select-arrow {
  border-bottom-color: #D3DEE5;
}

.select--light .Select-arrow,
.select--light.is-open .Select-arrow,
.select--light .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #D3DEE5;
}

.select--light .Select-control {
  border-color: #D3DEE5;
}

.select--light .Select-menu-outer {
  border-color: #D3DEE5;
}
/* Opt-in element styling for pure document ("non app") markup. Place the
   document-style class on the furthest parent that contains "typeset" content.
   Within, use sections for doc hierarchy rather than h* tags other than 1 (h2+
   are more or less legacy now with the new outlining algorithm).
*/

.document-style {
  font-weight: 300;
  line-height: 1.5;
}

.document-style a:not(.button) {
  border-bottom: 1px solid transparent;
  color: #1E7BED;
  text-decoration: none;
  transition: all 100ms linear;
}

.document-style a:not(.button):hover {
  border-bottom-color: #1E7BED;
}

.document-style a:not(.button):active {
  border-bottom-color: #414FCC;
  color: #414FCC;
}

.document-style h1 {
  border-bottom: 2px solid currentColor;
  font-size: 15px;
  font-weight: 600;
  margin: 1em 0;
  padding-bottom: 5px;
}

.document-style p {
  font-size: 15px;
  margin: 1em 0;
}

.document-style section {
  margin-bottom: 2em;
}

/* Specific repeated text styles */

.text--link {
  border-bottom: 1px solid transparent;
  color: #1E7BED;
  text-decoration: none;
  transition: all 100ms linear;
}

.text--link:hover {
  border-bottom-color: #1E7BED;
}

.text--link:active {
  border-bottom-color: #414FCC;
  color: #414FCC;
}

.text--code {
  display: inline-block;
  font-family: monospace;
  font-style: normal;
  padding: 0 3px;
  font-size: 1.15em;
}

.text--note {
  font-size: 15px;
  font-weight: 300;
  margin: 0px 0px 18px 0px;
  line-height: 1.5;
}

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