/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

embed,
img,
object,
video {
  max-width: 100%;
  height: auto; }

code,
pre {
  margin: 0;
  padding: 0; }

code,
pre {
  font-family: monospace;
  tab-size: 4; }

code {
  display: inline-block;
  color: #252525; }

pre {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  display: block;
  padding: 1.57143em 1em;
  border: 1px solid lightgrey; }
  pre code {
    width: 100%;
    display: block;
    padding: 0;
    color: inherit;
    background: none; }

form,
label,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0; }

form {
  display: block;
  margin-top: 1.57143em;
  margin-bottom: 1.57143em; }

label {
  display: block;
  font-weight: 700;
  margin-top: 0.78571em;
  margin-bottom: 0.78571em; }

fieldset {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  padding: 0;
  border: none; }

legend {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  width: 100%;
  display: block; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
select,
textarea {
  padding: 0.78571em 1em;
  font-size: 1em;
  line-height: 1.57143em; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
select {
  height: 3.28571em; }

select {
  padding-right: 2.57143em;
  background-position: calc(100% - 1em) center; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
select,
textarea {
  display: block;
  width: 100%;
  color: darkslategrey;
  background-color: white;
  border: 1px solid lightgrey;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #111111;
    font-style: italic; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #111111;
    font-style: italic; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #111111;
    font-style: italic; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #111111;
    font-style: italic; }

select {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI3LjcwM3B4IiBoZWlnaHQ9IjYuMDg2cHgiIHZpZXdCb3g9IjAgMCA3LjcwMyA2LjA4NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNy43MDMgNi4wODYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiMwOTkxQjgiIGQ9Ik03LjcwMywwTDUuNzc3LDMuMDE2bC0xLjkyNSwzLjA3TDEuOTI2LDMuMDQzTDAsMGgzLjg1Mkg3LjcwM3oiLz48L3N2Zz4=);
  background-repeat: no-repeat; }
  select::-ms-expand {
    display: none; }

textarea {
  height: auto;
  max-width: 100%;
  resize: vertical; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.25em; }

input[type="reset"],
input[type="submit"],
button {
  padding: 0.78571em 1em; }

* html {
  font-size: 87.5%; }

html {
  font-size: 14px;
  line-height: 1.57143em; }

html {
  -webkit-text-size-adjust: none; }

body {
  color: #252525;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -.25px; }

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

ul,
ol,
dl {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em; }

ul,
ol {
  padding-left: 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

dl dt {
  font-weight: bold; }

dl dd {
  margin-top: 0.78571em;
  margin-bottom: 0.78571em; }

img,
iframe,
figure,
figcaption {
  margin: 0;
  padding: 0; }

iframe {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: none; }

figure {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em; }
  figure figcaption {
    margin-top: 0.78571em;
    margin-bottom: 0.78571em;
    color: darkslategrey; }

table,
caption,
thead,
tbody,
tfoot,
tr,
td,
th {
  margin: 0;
  padding: 0; }

table {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  width: 100%;
  background-color: white;
  border: 1px solid lightgrey; }
  table table {
    margin-top: 0;
    margin-bottom: 0;
    border: none; }
  table caption {
    margin-top: 1.57143em;
    margin-bottom: 1.57143em;
    color: darkslategrey;
    text-align: left; }
  table td,
  table th {
    padding: 0.78571em 1em;
    text-align: left;
    background-color: white;
    border: 1px solid lightgrey;
    vertical-align: top; }
  table th {
    font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
hr {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600; }

h1 {
  font-size: 2.85714em;
  line-height: 1.2;
  margin-top: 0.55em;
  margin-bottom: 0.55em; }

h2 {
  font-size: 1.42857em;
  line-height: 1.4;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  color: black; }

h3 {
  font-size: 1.28571em;
  line-height: 1.44444;
  margin-top: 1.22222em;
  margin-bottom: 1.22222em;
  color: #16517d; }

h4 {
  font-size: 1.14286em;
  line-height: 1.5;
  margin-top: 1.375em;
  margin-bottom: 1.375em;
  color: #16517d; }

h5 {
  font-size: 1em;
  line-height: 1.42857;
  margin-top: 1.57143em;
  margin-bottom: 1.57143em; }

h6 {
  font-size: 0.85714em;
  line-height: 1.66667;
  margin-top: 1.83333em;
  margin-bottom: 1.83333em; }

p {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em; }

address {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  font-style: normal; }

blockquote {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  padding-left: 2em;
  font-style: italic; }
  blockquote *:first-child {
    margin-top: 0; }
  blockquote *:last-child {
    margin-bottom: 0; }
  blockquote cite {
    display: block; }

cite {
  font-style: italic; }

hr {
  margin-top: 1.57143em;
  margin-bottom: 1.57143em;
  height: 2px;
  background: #e1e4e6;
  border: none; }

a {
  word-wrap: break-word;
  color: #16517d;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms; }
  a:hover, a:focus {
    color: #252525; }

strong {
  font-weight: 600; }

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