html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

p,
ol,
li {
  margin-bottom: 0.75em;
}

p {
  line-height: 1.5;
  max-width: 650px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

@font-face {
  font-family: "fontcustom";
  src: url('/stylesheets/fonts/fontcustom_231b97205ec4278c221a83c6b9c59b62.eot?1423756653');
  src: url('/stylesheets/fonts/fontcustom_231b97205ec4278c221a83c6b9c59b62.eot?&1423756653#iefix') format("embedded-opentype"), url('/stylesheets/fonts/fontcustom_231b97205ec4278c221a83c6b9c59b62.woff?1423756653') format("woff"), url('/stylesheets/fonts/fontcustom_231b97205ec4278c221a83c6b9c59b62.ttf?1423756653') format("truetype"), url('/stylesheets/fonts/fontcustom_231b97205ec4278c221a83c6b9c59b62.svg?1423756653#fontcustom') format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "fontcustom";
    src: url('/stylesheets/fonts/fontcustom_231b97205ec4278c221a83c6b9c59b62.svg?1423756653#fontcustom') format("svg");
  }
}

[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before,
.icon-file:before,
.file-list .file a:before,
.icon-folder:before,
.file-list .dir:before,
.icon-folder-open:before,
.file-list .dir.open:before,
.icon-logo:before,
.nameplate:before {
  display: inline-block;
  font-family: "fontcustom";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-file:before,
.file-list .file a:before {
  content: "\f100";
}

.icon-folder:before,
.file-list .dir:before {
  content: "\f101";
}

.icon-folder-open:before,
.file-list .dir.open:before {
  content: "\f102";
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.file-list .dir.open.loading:after {
  animation: rotate 2s infinite linear;
  border: 3px solid;
  border-color: DeepSkyBlue lightgray lightgray;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  margin: 30px 40px 20px;
  width: 30px;
}

@media (max-width: 600px) {
  .file-list .dir.open.loading:after {
    margin-left: 30px;
  }
}

.icon-logo:before,
.nameplate:before {
  content: "\f103";
}

html {
  font-size: 1.25em;
  font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 1em;
}

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

h1:before {
  margin-right: .5em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

strong {
  font-weight: bold;
}

header {
  margin: 2em 0;
  overflow: hidden;
  *zoom: 1;
}

header .menu {
  float: right;
}

footer {
  border-top: 1px solid #f3f3f3;
  color: #797979;
  display: block;
  font-size: 13px;
  line-height: 1.5em;
  margin: 80px 0 0;
  max-width: 650px;
  padding: 20px 0 0;
  width: 90%;
}

.input-group {
  margin: 20px 0;
}

.input-group label {
  display: block;
  margin: 0 0 8px;
}

.input-group input {
  background-color: white;
  margin: 0;
  width: 100%;
}

input,
button {
  font-family: inherit;
}

input {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
  max-width: 100%;
  padding: .75em;
  font-size: 1em;
  background-color: transparent;
  border: 1px solid black;
  margin-top: 1em;
}

input[type='submit'] {
  background-color: black;
  color: white;
  cursor: pointer;
}

table input {
  font-size: .5em;
  width: 100%;
  margin: 0;
}

.inline input {
  display: inline-block;
  margin: 0 1em 0 0;
  font-size: .5em;
  width: 200px;
}

.inline input[type='submit'] {
  width: 100px;
}

.button {
  appearance: none;
  background-color: black;
  border: 0;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 15px;
  margin: 1em 0;
  padding: 12px 20px;
  text-align: center;
}

table {
  font-size: .75em;
  margin: 2em 0;
  width: 100%;
}

table thead {
  background-color: black;
  color: white;
}

table td {
  padding: .5em;
}

table td[onclick] {
  cursor: pointer;
}

.main {
  width: 90%;
  margin: 0em auto;
  padding: 0 0 4em;
}

.nameplate:before {
  font-size: 1.75em;
}

.menu {
  list-style-type: none;
  display: inline-block;
}

.menu li {
  float: left;
  margin-left: 1em;
}

.menu a {
  display: block;
  padding: .5em;
  text-decoration: none;
  font-size: .75em;
}

.menu a:hover {
  background-color: GhostWhite;
}

.property-list li {
  display: block;
  margin: 1em 0;
}

.property-list strong {
  display: inline-block;
  width: 10em;
}

.property-list a {
  text-decoration: none;
}

.property-list a:before {
  margin-right: .5em;
}

.property-list a:hover {
  color: DeepSkyBlue;
}

.success-messages,
.errors-messages {
  color: green;
  margin: 1em 0 3em;
}

.success-messages li,
.errors-messages li {
  display: block;
  margin: .5em 0;
}

.errors-messages {
  color: red;
}

.file-list {
  font-size: 18px;
}

.file-list ul {
  margin-left: 1em;
}

.file-list a {
  color: black;
  text-decoration: none;
}

.sub-file-list {
  clear: both;
  width: 100%;
}

.sub-file-list > ul {
  display: none;
  margin: 0;
  padding: 5px 0 10px 40px;
}

@media (max-width: 600px) {
  .sub-file-list > ul {
    padding-left: 30px;
  }
}

.file-list .open > .sub-file-list > ul {
  display: block
}

.file-list li {
  margin: .75em 0;
}

.file-list li.file a,
.file-list li.dir {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .file-list li.file a,
  .file-list li.dir {
    display: block;
  }
}

.file-list li.file--expired a {
  color: #b3b3b3;
  font-style: italic;
}

.file-list li.file--expired .expires {
  color: inherit;
}

.file-list li a:hover,
.file-list .dirname:hover {
  color: DeepSkyBlue;
  cursor: pointer;
}

.file-list .filename,
.file-list .dirname {
  margin-right: 4px;
  max-width: calc(100% - 300px);
  padding: 4px 0;
  padding-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .file-list .filename,
  .file-list .dirname {
    max-width: calc(100% - 30px);
  }
}

.file-list li .file-count,
.file-list li .expires {
  color: gray;
  display: block;
  font-size: 11px;
}

@media (max-width: 600px) {
  .file-list li .file-count,
  .file-list li .expires {
    margin-left: 30px;
    margin-bottom: 6px;
  }
}

.file-list li .size {
  margin-left: auto;
}

@media (max-width: 600px) {
  .file-list li .size {
    font-size: 13px;
    margin-left: 30px;
  }
}

.file-list .file a {
  display: block;
}

.file-list .file a:before,
.file-list .dir:before {
  margin-right: 20px;
  width: 20px;
}

@media (max-width: 600px) {
  .file-list .file a:before,
  .file-list .dir:before {
    float: left;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
}

.form--renew-request {
  background-color: #f3f3f3;
  box-sizing: border-box;
  margin: 30px 0;
  max-width: 650px;
  padding: 30px;
}

.form--renew-request h2 {
  font-size: 1.5em;
  margin: 0 0 20px;
}
