/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

* {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 130%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Structures
 */
#header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  background-color: #ff6400;
}

#header .logo1 {
  display: block;
  position: absolute;
  top: 9px;
  left: 30px;
  width: 68px;
  height: 43px;
}

#header .logo1 img {
  display: block;
}

#header .logo2 {
  display: block;
  position: absolute;
  top: 12px;
  right: 29px;
  width: 94px;
  height: 36px;
}

#header .logo2 img {
  display: block;
}

#header .logo2 a {
  display: block;
}

#footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  overflow: hidden;
  background-color: #585858;
}

#footer:after {
  display: block;
  clear: both;
  content: "";
}

#footer a {
  text-decoration: none;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer ul li {
  float: left;
}

#footer .primary-nav {
  padding: 5px 0 0 30px;
  float: left;
}

#footer .primary-nav li {
  margin-right: 15px;
}

#footer .primary-nav li a {
  padding: 5px;
  border: 1px solid #fff;
  position: relative;
  top: 0;
  display: inline-block;
  min-width: 120px;
  color: #333;
  background: white;
  background: linear-gradient(to bottom, white 0%, #b8b8b8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b8b8',GradientType=0 );
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#footer .primary-nav li a:hover {
  opacity: 0.8;
}

#footer .primary-nav li a:active {
  top: 1px;
  color: #ff6400;
  opacity: 1;
}

#footer .secondary-nav {
  padding: 8px 30px 0 0;
  float: right;
}

#footer .secondary-nav li {
  margin-left: 75px;
}

#footer .secondary-nav li a, #footer .secondary-nav li span {
  display: block;
  position: relative;
  top: 0;
  width: 30px;
  height: 26px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#footer .secondary-nav li a:active, #footer .secondary-nav li span:active {
  top: 1px;
}

#footer .secondary-nav li a:hover {
  opacity: 0.8;
}

#footer .secondary-nav li span {
  opacity: 0.2;
}

#footer .secondary-nav li.prev a:hover {
  left: -1px;
}

#footer .secondary-nav li.next a:hover {
  right: -1px;
}

/**
 * Contents
 */
#page-title {
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  z-index: 1;
}

#page-title .page-wrapper {
  padding-left: 117px;
}

#page-title .category {
  margin: 0;
  position: absolute;
  bottom: 1.25em;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#page-title h1 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#content {
  margin: 0 auto;
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 958px;
  min-height: 681px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100vh;
}

#content.login-content {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 600px;
}

#content.login-content form {
  padding: 42px 0 45px;
  border: 3px solid #b8b8b8;
}

#content.login-content form h1 {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}

#content.login-content form .form-content {
  padding: 31px 0 36px;
}

#content.login-content form .form-content .form-control {
  padding: 9px 0;
  text-align: center;
}

#content.login-content form .form-content .form-control label {
  display: inline-block;
  width: 7.5em;
  cursor: pointer;
  color: #ff6400;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}

#content.login-content form .form-content .form-control label + input {
  padding: 2px;
  border: 1px solid #b8b8b8;
  display: inline-block;
  position: relative;
  left: -4px;
  width: 240px;
  background-color: none;
  font-size: 14px;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#content.login-content form + small {
  margin: 25px auto 0;
  display: table;
  line-height: 1.846153846;
  font-size: 13px;
}

#content.index-content {
  padding: 0 11px;
}

#content.index-content:after {
  display: block;
  clear: both;
  content: "";
}

#content.index-content .item {
  padding: 15px 19px;
  float: left;
  width: 33.333333333%;
}

#content.index-content .item .inner {
  border: 2px solid #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  color: #333;
  background-color: #fffdfd;
  text-decoration: none;
}

#content.index-content .item .inner h2 {
  margin: 0;
  padding: 8px 0;
  color: #fff;
  background-color: #0096af;
  font-size: 20px;
  font-family: Helvetica, Arial;
  text-align: center;
}

#content.index-content .item .inner img {
  margin: 12px auto 11px;
  display: block;
  width: 244px;
}

#content.index-content .item .inner p {
  margin: 0 13px;
  padding: 8px 0;
  border-top: 1px solid #b8b8b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 51px;
  font-weight: bold;
  text-align: center;
}

#content.index-content .item .inner p span {
  display: inline-block;
  line-height: 1.307692308;
}

#content.index-content .item span.inner {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

#content.index-content .item a.inner:active {
  position: relative;
  top: 1px;
}

#content.module-index-content {
  margin: 0 auto;
  padding: 125px 0 50px;
  display: block;
  max-width: 778px;
}

#content.module-index-content nav {
  max-width: 450px;
}

#content.module-index-content nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#content.module-index-content nav ul li {
  margin-bottom: 9px;
  display: block;
}

#content.module-index-content nav ul li a {
  padding: 10px 18px 11px;
  display: block;
  position: relative;
  color: #fff;
  background-color: #0096af;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

#content.module-index-content nav ul li a:after {
  margin-top: -7px;
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  right: 9px;
  content: "";
}

#content.module-index-content nav ul li a:active {
  top: 1px;
}

#content.module-index-content .bg {
  position: absolute;
  bottom: 50px;
  right: 0;
}

#content.module-index-content .bg img {
  width: 380px;
  height: 350px;
}

.animation-container {
  position: relative;
  padding-top: 561px;
  width: 958px;
}

.animation-container #swiffycontainer {
  position: absolute;
  top: -16px;
  right: -30px;
  bottom: -17px;
  left: -30px;
}

.animation-container #swiffycontainer h2 {
  margin: 10px 1.473477407% 0;
  color: #ff6400;
  font-size: 18px;
  opacity: 0;
}

.animation-container #swiffycontainer .bar {
  margin: 1px 1.277013752% 4px;
  padding: 9px 15px 11px;
  border-radius: 5px;
  color: #fff;
  background: #585858;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.animation-container #swiffycontainer object {
  opacity: 0;
}

form {
  padding: 0 10%;
  position: relative;
  counter-reset: form_number;
}

form .skip {
  position: absolute;
  top: 11px;
  right: 0;
}

form .skip img {
  width: 65px;
  height: 25px;
}

form .form-heading {
  margin-bottom: 1em;
  font-size: 14px;
}

form .form-group {
  padding: 10px 0;
  counter-increment: form_number;
}

form .form-group:first-child {
  padding-top: 0;
}

form .form-group .form-label {
  display: block;
  font-weight: bold;
}

form .form-group .form-label:before {
  content: counter(form_number) ". ";
}

form .form-group .form-control input[type=text],
form .form-group .form-control textarea {
  padding: 5px;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
}

form .form-group .form-control input[type=text] {
  width: 50%;
}

form .form-group .form-control textarea {
  width: 100%;
}

form .form-group .form-control .radio {
  margin-right: 1em;
  display: inline-block;
  cursor: pointer;
}

form .form-group .form-control .radio input[type=radio] {
  margin-right: 0.5em;
}

form .form-buttons {
  padding-top: 1.5em;
  text-align: center;
}

form .form-buttons button {
  padding: 10px 1em;
  border: 0;
  position: relative;
  min-width: 200px;
  color: #fff;
  background-color: #ff6400;
  font-weight: bold;
}

form .form-buttons button:active {
  top: 1px;
}

/**
 * Classes
 */
.page-wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1018px;
}

.success {
  color: #5bc0de !important;
  font-weight: bold !important;
}

.error {
  color: #d9534f !important;
  font-weight: bold !important;
}

.button {
  margin: 0 auto;
  padding: 7px 0 8px;
  border: 0;
  display: table;
  min-width: 210px;
  color: #fff;
  background-color: #ff6400;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.button:active {
  position: relative;
  top: 1px;
}

.hidden {
  position: absolute;
  visibility: hidden;
}

.letter-2x {
  text-indent: 1em;
  letter-spacing: 1em;
}
