/* @import url(//fonts.googleapis.com/css?family=Lato:300,400,600,700);*/

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #c6c6c6c;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
p {
  font-weight: 300;
}

a {
   color: #3f3f3f;
    font-weight: 400;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}

button, .button {
  border: 1px solid #d1d1d1;
  width: 10rem;
  margin-left:16.6rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
  color: #fefefe;
  background-color: #14679e;
  padding: 1em;
}

ul {
    list-style-position: outside;
    display: block;
}

li {
  list-style-type: none;
  display: list-item;
  line-height: 2rem;
}


.explanationtxt {
  color: #3f3f3f;
  font-size: 0.8rem;
}

.callout {
  display: inline-flex;
  width: 100%;
  font-size: 1.1em;
  font-style: italic;
  padding: 0.75em 0.75em 1em;
  color: #e6e6e6;
  border: 1px solid #cacaca;
  border-radius: 0.25rem;
}

.success {
  color: #2f5050;
  background-color: #3adb76;
}
.warning {
  color: ##2f5050;
  background-color: #ffae00;
}

.alert {
  color: ##2f5050;
  background-color: #e6584c; /*#cc4b37 */
}

.fi-alert {
  font-size: 0.8em;
  font-style: italic;
  font-weight: 500;
  color: #e6584c;
}


.filesize {
  font-size: 0.75rem;  
}

.smallprint {
  font-size: 0.75rem;
  padding-top: 2rem; 
  padding-bottom: 1rem;  
}

.emphasis {
  font-weight: 700;
}

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

