[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
}
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  background: #e6e6e6;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
[type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2c9994;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
}
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 100%;
  background: #e6e6e6;
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2c9994;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
article {
  display: block;
}
aside {
  display: block;
}
footer {
  display: block;
}
header {
  display: block;
}
nav {
  display: block;
}
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h1 small {
  line-height: 0;
  color: #cacaca;
}
figcaption {
  display: block;
}
figure {
  display: block;
  margin: 1em 40px;
  margin: 0;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  clear: both;
  max-width: 75rem;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
main {
  display: block;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  margin: 0;
  padding: 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:active {
  outline-width: 0;
}
a:hover {
  outline-width: 0;
  color: #1468a0;
}
a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
b {
  font-weight: inherit;
  font-weight: bolder;
  font-weight: bold;
  line-height: inherit;
}
strong {
  font-weight: inherit;
  font-weight: bolder;
  font-weight: bold;
  line-height: inherit;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}
kbd {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: yellow;
  color: black;
}
small {
  font-size: 80%;
  line-height: inherit;
}
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
video {
  display: inline-block;
}
img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  padding: 0;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  font-family: inherit;
}
input::placeholder {
  color: #cacaca;
}
input:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
input + .switch-paddle {
  margin: 0;
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:checked + label > .switch-active {
  display: block;
}
input:checked + label > .switch-inactive {
  display: none;
}
optgroup {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  font-family: inherit;
}
select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  font-family: inherit;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -moz-background-origin: content-box;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled,
select.disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: auto;
  height: auto;
  min-height: 50px;
  border-radius: 0;
  font-family: inherit;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  max-width: 100%;
}
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea::placeholder {
  color: #cacaca;
}
textarea:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type="reset"] {
  -webkit-appearance: button;
}
[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="reset"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="submit"] {
  -webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
  margin-bottom: 0.5rem;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[type='text'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='text']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='password'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='password']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='date'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='date']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='datetime'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='datetime']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='datetime-local'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='datetime-local']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='month'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='month']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='week'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='week']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='email'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='email']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='number'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='number']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='search'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='search']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='tel'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='tel']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='time'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='time']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='url'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='url']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type='color'] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
[type='color']:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -moz-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea[rows] {
  height: auto;
}
input[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type='submit'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
[type='button'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='search'] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[type='file'] {
  margin: 0 0 1rem;
  width: 100%;
}
[type='checkbox'] {
  margin: 0 0 1rem;
}
[type='checkbox'] + label,
[type='checkbox'] + input[type=hidden] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='checkbox'] + input[type=hidden] + label[for] {
  cursor: pointer;
}
[type='radio'] {
  margin: 0 0 1rem;
}
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type='radio'] + label[for] {
  cursor: pointer;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label > [type='checkbox'] {
  margin-right: 0.5rem;
}
label > [type='radio'] {
  margin-right: 0.5rem;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -moz-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover {
  background-color: #126195;
  color: #fefefe;
}
.button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover {
  background-color: #126195;
  color: #fefefe;
}
.button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled:hover {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #1779ba;
  color: #fefefe;
}
.button[disabled]:hover {
  background-color: #1779ba;
  color: #fefefe;
}
.button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary:hover {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #1779ba;
  color: #fefefe;
}
.button[disabled].primary:hover {
  background-color: #1779ba;
  color: #fefefe;
}
.button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.disabled.secondary {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.secondary:hover {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #767676;
  color: #fefefe;
}
.button[disabled].secondary:hover {
  background-color: #767676;
  color: #fefefe;
}
.button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.disabled.success {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.success:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #3adb76;
  color: #0a0a0a;
}
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.disabled.warning {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #ffae00;
  color: #0a0a0a;
}
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.disabled.alert {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #cc4b37;
  color: #fefefe;
}
.button.disabled.alert:hover {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.disabled.alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: #cc4b37;
  color: #fefefe;
}
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe;
}
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
  background-color: transparent;
}
.button.hollow:hover {
  background-color: transparent;
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:focus {
  background-color: transparent;
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:focus.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.disabled {
  background-color: transparent;
}
.button.hollow.disabled:hover {
  background-color: transparent;
}
.button.hollow.disabled:focus {
  background-color: transparent;
}
.button.hollow[disabled] {
  background-color: transparent;
}
.button.hollow[disabled]:hover {
  background-color: transparent;
}
.button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:focus.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:focus.disabled {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.success:hover.disabled {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:focus.disabled {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.warning:hover.disabled {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus.disabled {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:focus.disabled {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
  background-color: transparent;
  border-color: transparent;
}
.button.clear:hover {
  background-color: transparent;
  border-color: #0c3d5d;
  color: #0c3d5d;
  border-color: transparent;
}
.button.clear:focus {
  background-color: transparent;
  border-color: #0c3d5d;
  color: #0c3d5d;
  border-color: transparent;
}
.button.clear:hover.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear:focus.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear.disabled {
  background-color: transparent;
  border-color: transparent;
}
.button.clear.disabled:hover {
  background-color: transparent;
}
.button.clear.disabled:focus {
  background-color: transparent;
}
.button.clear[disabled] {
  background-color: transparent;
  border-color: transparent;
}
.button.clear[disabled]:hover {
  background-color: transparent;
}
.button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear.primary:hover {
  border-color: #0c3d5d;
  color: #0c3d5d;
  border-color: transparent;
}
.button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
  border-color: transparent;
}
.button.clear.primary:hover.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear.primary:hover[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear.primary:focus.disabled {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
  border-color: transparent;
}
.button.clear.primary.disabled {
  border-color: transparent;
}
.button.clear.primary[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
  border-color: transparent;
}
.button.clear.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b;
  border-color: transparent;
}
.button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
  border-color: transparent;
}
.button.clear.secondary:hover.disabled {
  border: 1px solid #767676;
  color: #767676;
  border-color: transparent;
}
.button.clear.secondary:hover[disabled] {
  border: 1px solid #767676;
  color: #767676;
  border-color: transparent;
}
.button.clear.secondary:focus.disabled {
  border: 1px solid #767676;
  color: #767676;
  border-color: transparent;
}
.button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
  border-color: transparent;
}
.button.clear.secondary.disabled {
  border-color: transparent;
}
.button.clear.secondary[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
  border-color: transparent;
}
.button.clear.success:hover {
  border-color: #157539;
  color: #157539;
  border-color: transparent;
}
.button.clear.success:focus {
  border-color: #157539;
  color: #157539;
  border-color: transparent;
}
.button.clear.success:hover.disabled {
  border: 1px solid #3adb76;
  color: #3adb76;
  border-color: transparent;
}
.button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
  border-color: transparent;
}
.button.clear.success:focus.disabled {
  border: 1px solid #3adb76;
  color: #3adb76;
  border-color: transparent;
}
.button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
  border-color: transparent;
}
.button.clear.success.disabled {
  border-color: transparent;
}
.button.clear.success[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
  border-color: transparent;
}
.button.clear.warning:hover {
  border-color: #805700;
  color: #805700;
  border-color: transparent;
}
.button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
  border-color: transparent;
}
.button.clear.warning:hover.disabled {
  border: 1px solid #ffae00;
  color: #ffae00;
  border-color: transparent;
}
.button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
  border-color: transparent;
}
.button.clear.warning:focus.disabled {
  border: 1px solid #ffae00;
  color: #ffae00;
  border-color: transparent;
}
.button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
  border-color: transparent;
}
.button.clear.warning.disabled {
  border-color: transparent;
}
.button.clear.warning[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
  border-color: transparent;
}
.button.clear.alert:hover {
  border-color: #67251a;
  color: #67251a;
  border-color: transparent;
}
.button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
  border-color: transparent;
}
.button.clear.alert:hover.disabled {
  border: 1px solid #cc4b37;
  color: #cc4b37;
  border-color: transparent;
}
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
  border-color: transparent;
}
.button.clear.alert:focus.disabled {
  border: 1px solid #cc4b37;
  color: #cc4b37;
  border-color: transparent;
}
.button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
  border-color: transparent;
}
.button.clear.alert.disabled {
  border-color: transparent;
}
.button.clear.alert[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:hover {
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > last-child > * {
  border-radius: 0 0 0 0;
}
.input-group-label {
  margin: 0;
  white-space: nowrap;
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  margin: 0;
  white-space: nowrap;
  border-radius: 0;
  -ms-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  height: auto;
  min-width: 0;
}
.input-group-button {
  margin: 0;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a {
  margin: 0;
  white-space: nowrap;
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.input-group-button input {
  margin: 0;
  white-space: nowrap;
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.input-group-button button {
  margin: 0;
  white-space: nowrap;
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  height: auto;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select[multiple] {
  height: auto;
  background-image: none;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
  background: #f8f8f8;
  color: #0a0a0a;
}
table thead tr {
  background: transparent;
}
table thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table thead td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table tbody {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table tbody th {
  padding: 0.5rem 0.625rem 0.625rem;
}
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f3f3f3;
}
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
  background: #f1f1f1;
  color: #0a0a0a;
}
table tfoot tr {
  background: transparent;
}
table tfoot th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}
table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}
.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover {
  background: #1673b1;
}
.tabs.primary > li > a:focus {
  background: #1673b1;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus {
  background: #e6e6e6;
  color: #1779ba;
}
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}
a.thumbnail {
  -moz-transition: box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  -webkit-transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.title-bar {
  padding: 0.5rem;
  background: #338987;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left {
  -ms-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}
.title-bar-right {
  -ms-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #338987;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #338987 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #338987;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #338987 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
div {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dt {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
  margin-left: 1.25rem;
  list-style-type: disc;
}
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ol {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
  margin-left: 1.25rem;
}
ol ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
li {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
h2 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 small {
  line-height: 0;
  color: #cacaca;
}
h3 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 small {
  line-height: 0;
  color: #cacaca;
}
h4 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 small {
  line-height: 0;
  color: #cacaca;
}
h5 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 small {
  line-height: 0;
  color: #cacaca;
}
h6 {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 small {
  line-height: 0;
  color: #cacaca;
}
form {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
p + .stat {
  margin-top: -1rem;
}
blockquote {
  margin: 0;
  padding: 0;
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
  line-height: 1.6;
  color: #8a8a8a;
}
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
th {
  margin: 0;
  padding: 0;
}
td {
  margin: 0;
  padding: 0;
}
em {
  font-style: italic;
  line-height: inherit;
}
i {
  font-style: italic;
  line-height: inherit;
}
.h1 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h1 small {
  line-height: 0;
  color: #cacaca;
}
.h2 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h2 small {
  line-height: 0;
  color: #cacaca;
}
.h3 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h3 small {
  line-height: 0;
  color: #cacaca;
}
.h4 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h4 small {
  line-height: 0;
  color: #cacaca;
}
.h5 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h5 small {
  line-height: 0;
  color: #cacaca;
}
.h6 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.h6 small {
  line-height: 0;
  color: #cacaca;
}
.popover-header {
  margin: 0px;
  text-align: right;
}
#closeMessageDialog {
  display: inline-block;
  background-color: transparent;
  color: black;
  font-size: 26px;
}
#closeMessageDialog:hover {
  cursor: pointer;
}
#messagePopoverContainer {
  position: fixed;
  top: 10px;
  width: 325px;
  font-size: 20px;
  right: 10px;
  padding: 10px;
}
#messageAnchor {
  display: inline-block;
  position: fixed;
  top: 10px;
}
cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}
abbr {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
input.global {
  color: #2c9994;
  border: 1.3px solid #2c9994;
  border-radius: 3px;
  background: none;
  font-weight: 600;
  width: 50%;
}
input.global:focus {
  color: #2c9994;
  border: 1px solid #2c9994;
  background: none;
}
label.global {
  font-size: 1.3125rem;
  font-weight: 700;
  color: #38484f;
  padding-bottom: 0.625rem;
}
select.global {
  color: #2c9994;
  border: 1px solid #2c9994;
  background-color: transparent;
  border-radius: 3px;
  font-weight: 600;
  width: 25%;
  line-height: 1;
}
select.global:focus {
  background-color: transparent;
  border: 1px solid #2c9994;
}
input.check.global {
  width: auto;
}
textarea.global {
  color: #2c9994;
  border: 1.3px solid #2c9994;
  border-radius: 3px;
  background: none;
  font-weight: 600;
  width: 50%;
}
textarea.global:focus {
  color: #2c9994;
  border: 1px solid #2c9994;
  background: none;
}
