/* HTML5 Boilerplate
* ==|== normalize ==========================================================
*/
@font-face {
  font-family: 'vagrounded-light';
  src: url("fonts/vagrounded-light-webfont.eot");
  src: url("fonts/vagrounded-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/vagrounded-light-webfont.woff") format("woff"), url("fonts/vagrounded-light-webfont.ttf") format("truetype"), url("fonts/vagrounded-light-webfont.svg#vagrounded-light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vagrounded-thin";
  src: url("fonts/VAGRoundedStd-thin.eot");
  src: url("fonts/VAGRoundedStd-thin.eot#iefix") format("embedded-opentype"), url("fonts/VAGRoundedStd-thin.woff") format("woff"), url("fonts/VAGRoundedStd-thin.ttf") format("truetype"), url("fonts/VAGRoundedStd-thin.svg#vagrounded-thin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vagrounded-light";
  src: url("fonts/VAGRoundedStd-light.eot");
  src: url("fonts/VAGRoundedStd-light.eot#iefix") format("embedded-opentype"), url("fonts/VAGRoundedStd-light.woff") format("woff"), url("fonts/VAGRoundedStd-light.ttf") format("truetype"), url("fonts/VAGRoundedStd-light.svg#vagrounded-light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vagrounded-black";
  src: url("fonts/VAGRoundedStd-black.eot");
  src: url("fonts/VAGRoundedStd-black.eot#iefix") format("embedded-opentype"), url("fonts/VAGRoundedStd-black.woff") format("woff"), url("fonts/VAGRoundedStd-black.ttf") format("truetype"), url("fonts/VAGRoundedStd-black.svg#vagrounded-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vagrounded-bold";
  src: url("fonts/VAGRoundedStd-bold.eot");
  src: url("fonts/VAGRoundedStd-bold.eot#iefix") format("embedded-opentype"), url("fonts/VAGRoundedStd-bold.woff") format("woff"), url("fonts/VAGRoundedStd-bold.ttf") format("truetype"), url("fonts/VAGRoundedStd-bold.svg#vagrounded-bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "vagrounded-ssi";
  src: url("fonts/VAGRoundedStd-ssi.eot");
  src: url("fonts/VAGRoundedStd-ssi.eot#iefix") format("embedded-opentype"), url("fonts/VAGRoundedStd-ssi.woff") format("woff"), url("fonts/VAGRoundedStd-ssi.ttf") format("truetype"), url("fonts/VAGRoundedStd-ssi.svg#vagrounded-ssi") format("svg");
  font-weight: normal;
  font-style: normal; }

#spinnerContainer {
  position: relative;
  top: 75px;
  height: 100px; }

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 14px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: Arial;
  color: #222; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

a {
  color: #231f20;
  cursor: pointer;
  text-decoration: underline; }

a:visited {
  color: #231f20; }

a:hover {
  color: #cbdb2a; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

h2 {
  font-size: 30px; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

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

td {
  vertical-align: top; }

body {
  color: #231f20; }

.horizontalSpacerThin {
  display: block;
  height: 10px; }

.horizontalSpacerThick {
  display: block;
  height: 20px; }

.verticalSpacerThin {
  display: table-cell;
  width: 10px;
  height: 100%;
  vertical-align: top; }

/** Dimensions **/
.contentMinHeight {
  min-height: 508px; }

/** Headlines **/
.errorPageHeadline {
  font-size: 40px;
  font-weight: bold; }

/* Top Of Page */
#websiteTopBar {
  width: 100%;
  background: #231f20;
  text-align: center; }

#websiteTopBarFloater {
  width: 950px;
  height: 50px;
  display: inline-block;
  background: #231f20;
  position: relative; }

#logo {
  display: block;
  background: url(../img/voxhub_greenOnWhite.svg) no-repeat;
  text-indent: -999em;
  float: left;
  height: 100px;
  width: 100%;
  background-position: center;
  border: 0px;
  color: white; }

#logoSmall {
  display: inline-block;
  position: absolute;
  width: 150px;
  height: 32px;
  top: 10px;
  left: 10px; }

#searchbox {
  display: block;
  position: absolute;
  border-radius: 13px;
  width: 209px;
  height: 26px;
  top: 11px;
  right: 24px;
  padding: 0px;
  background: #ffffff; }

#topNavigation {
  display: block;
  text-align: center; }

#topNavigation ul {
  width: 550px;
  list-style: none;
  color: #ffffff;
  padding-top: 17px;
  font-family: Arial;
  font-size: 14px;
  display: inline-block; }

#topNavigation ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0.15em; }

#topNavigation ul li a {
  text-decoration: none;
  color: #ffffff; }

/* Bottom Of Page */
.websiteBottomBar {
  text-align: center;
  width: 100%;
  background: #231f20;
  bottom: 0px; }

#websiteBottomBarFloater {
  width: 950px;
  display: inline-block;
  background: #231f20;
  color: #ffffff;
  height: 50px;
  background: #231f20;
  position: relative; }

.servedupBottomBar {
  text-align: center;
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0px; }

#servedupBottomBarFloater {
  width: 100%;
  background: white;
  height: 24px;
  display: inline-block;
  text-align: right;
  font-family: vagrounded-light;
  font-size: 13px; }

#copyright {
  width: 200px;
  text-align: right;
  display: block;
  position: absolute;
  top: 2px;
  right: 15px; }

#copyright a {
  font-family: Arial;
  font-size: 12px;
  color: #231f20;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  padding-top: 10px; }

.title {
  margin: 3px;
  font-size: 23px;
  text-decoration: none;
  color: #231f20;
  padding-left: 3px;
  font-family: vagrounded-light; }

.description {
  font-size: 12px;
  text-align: justify;
  vertical-align: middle; }

.announcementTitle {
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: vagrounded-light; }

.announcementDate {
  font-size: 12px;
  text-align: right; }

.announcementTitle i {
  font-size: 12px;
  font-family: Arial; }

.announcementTitle a {
  text-decoration: none; }

.announcementDescription {
  font-size: 12px;
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle; }

.announcementBlogLink {
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: vagrounded-light; }

.announcementContentLink {
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: vagrounded-light; }

.announcementFullLink {
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: vagrounded-light; }

.platform {
  width: 360px;
  padding-top: 5px;
  padding-bottom: 5px; }

.platformTitle {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  color: #231f20;
  font-family: vagrounded-light; }

.platformVersion {
  font-size: 12px;
  text-decoration: none;
  color: #231f20;
  font-family: Arial;
  position: absolute;
  right: 9px;
  top: 4px; }

.platformTitle a {
  text-decoration: none; }

.platformTitle i {
  font-size: 12px;
  font-family: Arial; }

.platformIcon {
  display: inline-block;
  padding: 4px; }

.platformIcon img {
  width: 96px;
  height: 96px; }

.platformDescription {
  display: inline-block;
  width: 250px;
  height: 75px;
  font-size: 12px;
  text-align: justify;
  vertical-align: top;
  margin-top: 16px;
  position: relative; }

.platformLink {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px; }

.description p {
  margin: 5px;
  padding-left: 10px;
  padding-right: 10px; }

/*
Modals
*/
/*
 * CAS default overrides
 */
.login #content {
  background: transparent; }

#login {
  padding: 30px;
  background-color: #e0ea81;
  overflow: hidden;
  vertical-align: top; }

header {
  overflow: hidden;
  padding: 20px 0; }

#login .login-header {
  text-align: center;
  padding: 20px;
  background-color: #cbdb2a;
  margin: -30px;
  margin-bottom: 10px; }

#login .login-header h2 {
  font-weight: 300;
  color: black;
  font-family: 'vagrounded-light', sans-serif;
  margin-top: 0; }

#login .login-header .fa-circle {
  color: #1490b3; }

#login form > h2 {
  display: none; }

#login .row {
  margin: 20px 0; }

#login label {
  display: block;
  margin-bottom: 2px; }

#login .check label {
  display: inline;
  margin-left: 10px; }

#login input[type=text], #login input[type=password], #login input[type=text] {
  font-size: 1.82rem;
  padding: 5px;
  width: 100%; }

#login .btn-row {
  text-align: center; }

#login .btn-reset {
  display: none; }

#login .btn-reset:hover {
  cursor: pointer;
  background: #d4d4d4; }

#login #yubiKeyForm > h2 {
  display: block; }

#login #yubiKeyForm .btn-reset {
  display: inline-block; }

.btn-submit {
  border: 0;
  padding: 10px 25px;
  font-weight: normal;
  font-size: 1.75rem;
  color: #fff;
  background-color: #70ba61;
  line-height: 0.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 100%; }

#fm1 .row input[type=text],
#fm1 .row input[type=password],
#fm1 .row input[type=text] {
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }

#fm1 .row .btn-submit {
  outline: none;
  border: 0;
  background: #70ba61;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
  border-radius: 3px; }

#fm1 .row .btn-reset {
  display: none; }

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