@import url(https://fonts.googleapis.com/css?family=Lato);@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);.primary {
  background-color: #3f51b5; }

.secondary {
  background-color: #ab47bc; }

.accent {
  accent-color: #ffc400; }

.primary {
  background-color: #3f51b5; }

.secondary {
  background-color: #ab47bc; }

.accent {
  accent-color: #ffc400; }

.z-shadow-base, .z-depth-0, .z-depth-1, .button.raised, .card, .card-content .card-text-area, .card-content.card .card-text-area, *.menu, .z-depth-2, .z-depth-3, .z-depth-4, .z-depth-5, .z-depth-6, .z-depth-7, .z-depth-8 {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.z-depth-0 {
  box-shadow: none; }

.z-depth-1, .button.raised, .card, .card-content .card-text-area, .card-content.card .card-text-area, *.menu {
  box-shadow: 0px 2px 2px 0px rgba(38, 50, 56, 0.28), 0px 3px 1px -2px rgba(38, 50, 56, 0.24), 0px 1px 5px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-2 {
  box-shadow: 0px 3.5px 4px 0px rgba(38, 50, 56, 0.28), 0px 2px 4px -1px rgba(38, 50, 56, 0.24), 0px 2.5px 9px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-3 {
  box-shadow: 0px 5px 6px 0px rgba(38, 50, 56, 0.28), 0px 1px 7px -1px rgba(38, 50, 56, 0.24), 0px 4px 13px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-4 {
  box-shadow: 0px 6.5px 8px 0px rgba(38, 50, 56, 0.28), 0px 0px 10px -1px rgba(38, 50, 56, 0.24), 0px 5.5px 17px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-5 {
  box-shadow: 0px 8px 10px 0px rgba(38, 50, 56, 0.28), 0px -1px 13px -1px rgba(38, 50, 56, 0.24), 0px 7px 21px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-6 {
  box-shadow: 0px 9.5px 12px 0px rgba(38, 50, 56, 0.28), 0px -2px 16px -1px rgba(38, 50, 56, 0.24), 0px 8.5px 25px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-7 {
  box-shadow: 0px 11px 14px 0px rgba(38, 50, 56, 0.28), 0px -3px 19px -1px rgba(38, 50, 56, 0.24), 0px 10px 29px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-8 {
  box-shadow: 0px 12.5px 16px 0px rgba(38, 50, 56, 0.28), 0px -4px 22px -1px rgba(38, 50, 56, 0.24), 0px 11.5px 33px 0.5px rgba(38, 50, 56, 0.32); }

.yui-md-grid-col, .yui-md-grid-row {
  box-sizing: border-box;
  transition: none;
  display: flex;
  flex: 0 1 auto; }
  .yui-md-grid-col *, .yui-md-grid-row * {
    transition: none; }

.yui-md-grid-row {
  flex-direction: row;
  flex-wrap: wrap; }

.yui-md-grid-col {
  flex-direction: column; }

@media only screen and (max-width: 480px) {
  .hidden-grid-element.yui-md-grid-col.col-xs-0,
  .hidden-grid-element.yui-md-grid-row.row-xs-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-xs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-xs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (min-width: 480px) and (max-width: 730px) {
  .hidden-grid-element.yui-md-grid-col.col-sm-0,
  .hidden-grid-element.yui-md-grid-row.row-sm-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-sm {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-sm {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (min-width: 730px) and (max-width: 980px) {
  .hidden-grid-element.yui-md-grid-col.col-md-0,
  .hidden-grid-element.yui-md-grid-row.row-md-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-md {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-md {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (min-width: 980px) {
  .hidden-grid-element.yui-md-grid-col.col-lg-0,
  .hidden-grid-element.yui-md-grid-row.row-lg-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-lg {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-lg {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (max-width: 480px), only screen and (min-width: 480px) and (max-width: 730px), only screen and (min-width: 730px) and (max-width: 980px), only screen and (min-width: 980px) {
  .yui-md-grid-col.col-xs-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-xs-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-xs-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-xs-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-xs-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-xs-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-xs-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-xs-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-xs-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-xs-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-xs-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-xs-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-xs-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-xs-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-xs-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-xs-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-xs-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-xs-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-xs-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-xs-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-xs-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-xs-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-xs-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-xs-12 {
    transform: scale(1);
    height: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 730px), only screen and (min-width: 730px) and (max-width: 980px), only screen and (min-width: 980px) {
  .yui-md-grid-col.col-sm-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-sm-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-sm-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-sm-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-sm-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-sm-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-sm-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-sm-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-sm-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-sm-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-sm-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-sm-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-sm-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-sm-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-sm-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-sm-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-sm-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-sm-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-sm-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-sm-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-sm-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-sm-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-sm-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-sm-12 {
    transform: scale(1);
    height: 100%; } }

@media only screen and (min-width: 730px) and (max-width: 980px), only screen and (min-width: 980px) {
  .yui-md-grid-col.col-md-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-md-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-md-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-md-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-md-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-md-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-md-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-md-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-md-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-md-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-md-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-md-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-md-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-md-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-md-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-md-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-md-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-md-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-md-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-md-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-md-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-md-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-md-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-md-12 {
    transform: scale(1);
    height: 100%; } }

@media only screen and (min-width: 980px) {
  .yui-md-grid-col.col-lg-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-lg-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-lg-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-lg-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-lg-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-lg-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-lg-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-lg-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-lg-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-lg-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-lg-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-lg-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-lg-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-lg-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-lg-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-lg-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-lg-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-lg-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-lg-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-lg-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-lg-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-lg-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-lg-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-lg-12 {
    transform: scale(1);
    height: 100%; } }

h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 112px;
  font-weight: 200;
  color: rgba(38, 50, 56, 0.9);
  line-height: 1.1em; }

h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 56px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 1.1em; }

h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 45px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 48px; }

h4 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 34px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 40px; }

small {
  font-size: 12px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 1.2em; }

.title {
  margin: 0px;
  font-size: 20px;
  font-weight: medium;
  color: rgba(38, 50, 56, 0.9);
  line-height: 25px; }

.header {
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 32px; }

.subheader {
  margin: 0px;
  font-size: 16px;
  font-weight: medium;
  color: rgba(38, 50, 56, 0.54);
  line-height: 24px; }
  @media only screen and (min-width: 980px) {
    .subheader {
      font-size: 15px; } }

body {
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (min-width: 980px) {
    body {
      font-size: 13px; } }

.centered {
  text-align: center; }

.justified, .duty-list {
  text-align: justify; }

a:link {
  color: #ebb400; }

a:visited {
  color: #eb9d00; }

a:hover {
  color: #ffd32c; }

a:active {
  color: #ebb400; }

body {
  margin: 0px;
  min-width: 300px;
  min-height: 300px;
  color: rgba(38, 50, 56, 0.9);
  font-family: 'Roboto', sans-serif; }

img {
  display: block;
  align-self: center; }

.nostyle-container {
  style: none; }

.has-nav-text, *.button, .tab.important {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: medium;
  text-transform: uppercase; }

.app-bar {
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  background-color: #3f51b5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.app-bar.fixed {
  position: fixed; }

.pad-top {
  height: 24px;
  background-color: #002984; }

.app-bar-header {
  height: 56px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center; }
  .app-bar-header .header-content {
    box-sizing: border-box;
    position: absolute;
    padding-left: 72px;
    width: 100%; }
  .app-bar-header .header-content.prominent {
    padding-top: 56px;
    height: 72px;
    padding-left: 72px;
    width: 100%; }

.app-bar.prominent {
  height: 128px; }

.button * {
  cursor: default;
  border-radius: inherit;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  text-transform: default; }

*.button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  border: none;
  border-radius: 2px;
  display: inline-block;
  min-height: 20px;
  min-width: 88px;
  background-color: transparent;
  box-sizing: border-box;
  margin: 8px;
  user-select: none;
  color: rgba(38, 50, 56, 0.9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default; }

.button:focus {
  outline: 0px; }

.button.disabled {
  pointer-events: none;
  opacity: 0.26; }

.button.circle {
  border-radius: 50%;
  min-width: 0px; }

.button.icon {
  padding: 8px;
  height: 40px;
  width: 40px; }

.button.icon.large {
  transform: none;
  padding: 16px;
  height: 56px;
  width: 56px; }

.button.large {
  transform: scale(2); }

.card {
  border-radius: 2px;
  margin: 8px;
  overflow: hidden; }

.card-text-area, .card-image-area {
  width: 100%; }

.card-content, .card-content.card {
  overflow: hidden;
  transition: none; }
  .card-content *, .card-content.card * {
    transition: none; }
  .card-content .card-image-area, .card-content.card .card-image-area {
    margin: 0px;
    padding: 0px;
    overflow: hidden; }
    .card-content .card-image-area :not(img), .card-content.card .card-image-area :not(img) {
      flex: 1 0 auto;
      display: flex;
      height: 100%;
      min-height: 100%;
      min-width: 100%; }
    .card-content .card-image-area img, .card-content.card .card-image-area img {
      flex: 1 0 auto;
      display: block;
      margin: 0px;
      max-height: 100%;
      max-width: 100%;
      padding: 0px;
      min-height: 100%;
      min-width: 100%;
      align-self: center;
      object-fit: cover; }
  .card-content .card-text-area, .card-content.card .card-text-area {
    box-sizing: border-box;
    display: block;
    transition: none; }
    .card-content .card-text-area > *, .card-content.card .card-text-area > * {
      display: block;
      transition: none; }
    .card-content .card-text-area > *, .card-content.card .card-text-area > * {
      margin-top: 16px;
      margin-bottom: 16px;
      margin-right: 16px;
      margin-left: 16px; }
    .card-content .card-text-area > *:first-child, .card-content.card .card-text-area > *:first-child {
      margin-top: 24px; }
    .card-content .card-text-area > *:last-child, .card-content.card .card-text-area > *:last-child {
      margin-bottom: 24px; }
    .card-content .card-text-area > *:only-child, .card-content.card .card-text-area > *:only-child {
      margin-top: 24px;
      margin-bottom: 24px;
      padding: 0px; }
    .card-content .card-text-area .header, .card-content .card-text-area .subheader, .card-content .card-text-area .title, .card-content .card-text-area h1, .card-content .card-text-area h2, .card-content .card-text-area h3, .card-content .card-text-area h4, .card-content.card .card-text-area .header, .card-content.card .card-text-area .subheader, .card-content.card .card-text-area .title, .card-content.card .card-text-area h1, .card-content.card .card-text-area h2, .card-content.card .card-text-area h3, .card-content.card .card-text-area h4 {
      margin-top: 12px;
      margin-bottom: 12px; }
    .card-content .card-text-area .header + .header, .card-content .card-text-area .header + .subheader, .card-content .card-text-area .header + .title,
    .card-content .card-text-area .title + .title, .card-content .card-text-area .title + .subheader,
    .card-content .card-text-area .subheader + .subheader, .card-content.card .card-text-area .header + .header, .card-content.card .card-text-area .header + .subheader, .card-content.card .card-text-area .header + .title,
    .card-content.card .card-text-area .title + .title, .card-content.card .card-text-area .title + .subheader,
    .card-content.card .card-text-area .subheader + .subheader {
      margin-top: -12px; }
    .card-content .card-text-area .header:first-child, .card-content .card-text-area .subheader:first-child, .card-content.card .card-text-area .header:first-child, .card-content.card .card-text-area .subheader:first-child {
      margin-top: 16px; }
    .card-content .card-text-area .header:last-child, .card-content .card-text-area .subheader:last-child, .card-content.card .card-text-area .header:last-child, .card-content.card .card-text-area .subheader:last-child {
      margin-bottom: 16px; }
  .card-content .card-action-area, .card-content.card .card-action-area {
    margin: 8px; }

div.content {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px; }

.content.s {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.content.m, .content.l {
  transition: all 0.39s cubic-bezier(0.4, 0, 0.2, 1); }

.content-container {
  padding: 8px;
  flex: 1 0 auto; }

.content-container.no-padding {
  padding: 0px; }

.divider {
  background-color: rgba(38, 50, 56, 0.12);
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background-clip: content-box; }

.divider.horizontal {
  margin-top: 8px;
  margin-bottom: 8px;
  height: 1px; }

.divider.vertical {
  margin-right: 8px;
  margin-left: 8px;
  width: 1px;
  height: inherit;
  display: inline-block; }

.divider.no-margin {
  margin: 0px; }

.divider.no-margin.vertical {
  height: 100%; }

.divider.no-margin.horizontal {
  width: 100%; }

.divider.inset {
  padding-left: 72px;
  box-sizing: border-box; }

.divider.inset:not(.no-margin) {
  padding-right: 72px; }

.drawer {
  overflow: auto;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  height: 100vh;
  background-color: white;
  opacity: 1; }

.drawer.s {
  width: 280px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s, height 0s; }

.drawer.s.inactive {
  left: -280px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, height 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }

.drawer.m, .drawer.l {
  width: 320px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s, height 0s; }

.drawer.m.inactive, .drawer.l.inactive {
  left: -320px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, height 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

*.menu {
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 100%;
  background-color: #ffffff;
  border-radius: initial;
  margin-bottom: 8px;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  *.menu * {
    margin: 0px;
    border-radius: initial;
    text-overflow: clip;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.fast-expand {
  transition: none; }
  .menu.fast-expand * {
    transition: clear, color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.hidden {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .menu.hidden * {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.hidden.fast-expand {
  transition: none; }
  .menu.hidden.fast-expand * {
    transition: clear, color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.hidden.expand-vertical {
  transform: scaleY(0); }

.menu.hidden.expand-horizontal {
  transform: scaleX(0); }

.menu.hidden.expand-both {
  transform: scale(0); }

.menu-item.important {
  float: left;
  font-weight: normal;
  text-align: left;
  min-width: 150px;
  margin: 0px;
  width: 100%;
  background-color: inherit;
  box-sizing: border-box;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  padding-left: 16px;
  height: 48px;
  font-size: 16px;
  line-height: calc(48px - 2 * 8px); }
  @media only screen and (min-width: 980px) {
    .menu-item.important {
      padding-left: 24px;
      height: 32px;
      font-size: 15px;
      line-height: calc(32px - 2 * 8px); } }

.menu-item.important:hover {
  color: #ffab00; }

.menu-item.important.dense {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  padding-left: 16px;
  height: 32px;
  font-size: 14px;
  line-height: calc(32px - 2 * 8px); }
  @media only screen and (min-width: 980px) {
    .menu-item.important.dense {
      padding-top: 4px;
      padding-bottom: 4px;
      height: 24px;
      font-size: 13px;
      line-height: calc(24px - 2 * 4px); } }

.menu-item.important.sub-item {
  padding-left: 64px; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background-color: rgba(38, 50, 56, 0.6);
  z-index: 10000;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: all; }
  .overlay > * {
    z-index: 10000; }

.overlay.inactive {
  background-color: transparent;
  left: 0px;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none; }

.overlay-children {
  position: absolute;
  z-index: 10001; }

.overlay-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  pointer-events: none; }

.snackbar {
  padding-right: 24px;
  padding-left: 24px;
  position: fixed;
  z-index: 9999;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  top: 100vh;
  min-width: 288px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  color: rgba(236, 239, 241, 0.9);
  visibility: hidden;
  background-color: #323232;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 1, 1), visibility 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
  @media only screen and (max-width: 480px) {
    .snackbar {
      border: none;
      border-radius: 0px;
      box-sizing: border-box;
      width: 100vw;
      margin-left: 0px; } }

.snackbar.active {
  top: calc(100vh - 48px);
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0, 0, 0.2, 1); }

.snackbar-button {
  padding-right: 24px;
  padding-left: 24px;
  position: absolute;
  margin: 0px;
  height: 48px;
  right: 0px;
  color: rgba(236, 239, 241, 0.9); }
  .snackbar-button .ripple-effect {
    background-color: rgba(236, 239, 241, 0.9); }

.sticky-footer {
  background-color: #002984;
  color: rgba(236, 239, 241, 0.9);
  padding: 8px;
  padding-bottom: 20px;
  padding-left: 72px; }

.tab.important {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  user-select: none;
  height: 48px;
  line-height: 48px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: rgba(38, 50, 56, 0.6);
  transition: background-color 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .tab.important > * {
    text-align: center; }
  @media desktop-query {
    .tab.important {
      padding-right: 24px;
      padding-left: 24px;
      font-size: 13px; } }

.tab.important.active {
  opacity: 1;
  color: #ffab00; }

.tab.important.tab:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  color: #ffab00;
  cursor: pointer; }

.tab.important.tab:focus {
  border: none;
  outline: none; }

.tab-list {
  z-index: 1000;
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box; }
  @media only screen and (min-width: 980px) {
    .tab-list {
      margin-right: 80px;
      margin-left: 80px; } }

.indicator {
  display: inline-block;
  position: absolute;
  background-color: #ffc400;
  height: 3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: active;
  pointer-events: none; }

@keyframes ripple-animation {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(4); } }

@keyframes ripple-fade {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

.ripple-parent {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ripple-container {
  position: relative; }

.ripple-active, .ripple-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  background-color: rgba(38, 50, 56, 0.9);
  pointer-events: none; }

.ripple-effect {
  transform: scale(4);
  animation: ripple-animation 1s cubic-bezier(0, 0, 0.2, 1); }

.ripple-effect.ripple-fade {
  opacity: 0;
  animation: ripple-animation 1s cubic-bezier(0, 0, 0.2, 1), ripple-fade 2s cubic-bezier(0, 0, 0.2, 1); }

.ripple-effect.light {
  background-color: rgba(236, 239, 241, 0.9); }

html {
  min-height: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 200px;
  line-height: 1.5em; }

.about-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 120vh;
  max-width: 100%;
  max-height: 120vh;
  overflow: hidden;
  z-index: -1; }
  .about-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(12deg); }
  .about-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 100vh;
    top: -15vh;
    left: 0px;
    background-color: rgba(3, 169, 244, 0.4); }
    .about-page .paper-border .main-paper .right-overhang {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 100vh;
      top: -10vh;
      left: calc(34.5% + 190px);
      background-color: #007ac1; }
      .about-page .paper-border .main-paper .right-overhang .right-paper-1 {
        position: absolute;
        backface-visibility: hidden;
        width: 100%;
        height: 100vh;
        top: 0px;
        left: 2%;
        background-color: #03a9f4; }
      .about-page .paper-border .main-paper .right-overhang .right-paper-2 {
        position: absolute;
        backface-visibility: hidden;
        width: 80%;
        height: 100vh;
        top: -20vh;
        left: 7%;
        background-color: #007ac1; }
      .about-page .paper-border .main-paper .right-overhang .right-paper-3 {
        position: absolute;
        backface-visibility: hidden;
        width: 20%;
        height: 15vh;
        top: 70vh;
        left: 2%;
        background-color: #67daff; }
      .about-page .paper-border .main-paper .right-overhang .right-paper-4 {
        position: absolute;
        backface-visibility: hidden;
        width: 20%;
        height: 40vh;
        top: 22.5vh;
        left: 2%;
        background-color: #67daff; }
    .about-page .paper-border .main-paper .left-overhang {
      position: absolute;
      backface-visibility: hidden;
      width: 15%;
      height: 100vh;
      top: 10vh;
      left: calc(1% - 20px);
      background-color: #002984; }
      .about-page .paper-border .main-paper .left-overhang .left-overhang-accent {
        position: absolute;
        backface-visibility: hidden;
        width: 100%;
        height: 20vh;
        top: 70vh;
        left: 0px;
        background-color: #790e8b; }
      .about-page .paper-border .main-paper .left-overhang .left-paper-1 {
        position: absolute;
        backface-visibility: hidden;
        width: 100%;
        height: 20vh;
        top: 10vh;
        left: clear;
        background-color: #3f51b5;
        right: 0px; }
      .about-page .paper-border .main-paper .left-overhang .left-paper-2 {
        position: absolute;
        backface-visibility: hidden;
        width: 20%;
        height: 70vh;
        top: 0px;
        left: clear;
        background-color: #757de8;
        min-width: 50px;
        right: 0px; }
      .about-page .paper-border .main-paper .left-overhang .left-paper-3 {
        position: absolute;
        backface-visibility: hidden;
        width: 40%;
        height: 70vh;
        top: 0px;
        left: clear;
        background-color: #757de8;
        min-width: 70px;
        right: calc(15% + 50px); }
      .about-page .paper-border .main-paper .left-overhang .left-paper-4 {
        position: absolute;
        backface-visibility: hidden;
        width: 100%;
        height: 20vh;
        top: 65vh;
        left: clear;
        background-color: #3f51b5;
        right: 0px; }
    .about-page .paper-border .main-paper .top-overhang {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 30vh;
      top: -5vh;
      left: 0px;
      background-color: #790e8b; }
      .about-page .paper-border .main-paper .top-overhang .top-paper-1 {
        position: absolute;
        backface-visibility: hidden;
        width: 100%;
        height: 30vh;
        top: -1.5vh;
        left: 0px;
        background-color: #002984; }
      .about-page .paper-border .main-paper .top-overhang .top-paper-2 {
        position: absolute;
        backface-visibility: hidden;
        width: 100%;
        height: 30vh;
        top: -5vh;
        left: 0px;
        background-color: #3f51b5; }
      .about-page .paper-border .main-paper .top-overhang .top-paper-3 {
        position: absolute;
        backface-visibility: hidden;
        width: 50%;
        height: 30vh;
        top: -5vh;
        left: 30%;
        background-color: #757de8; }
      .about-page .paper-border .main-paper .top-overhang .top-paper-4 {
        position: absolute;
        backface-visibility: hidden;
        width: 15%;
        height: 40vh;
        top: 0px;
        left: 40%;
        background-color: #ab47bc; }
      .about-page .paper-border .main-paper .top-overhang .top-paper-5 {
        position: absolute;
        backface-visibility: hidden;
        width: 15%;
        height: 40vh;
        top: 0px;
        left: 44%;
        background-color: #757de8; }
      .about-page .paper-border .main-paper .top-overhang .top-paper-6 {
        position: absolute;
        backface-visibility: hidden;
        width: 15%;
        height: 40vh;
        top: 0px;
        left: 46%;
        background-color: #df78ef; }

.about-page {
  min-height: 100vh; }
  .about-page .title-area {
    height: 85vh; }
    .about-page .title-area h1 {
      margin-top: 22.5vh; }
  .about-page .info-area .card {
    flex: 1 1 auto; }
  .about-page .info-area .title-small {
    font-size: 1.1em; }
  .about-page .info-area .subheader-small {
    color: rgba(38, 50, 56, 0.54);
    margin-top: -12px;
    font-size: 0.9em;
    line-height: 1.1em; }

.pb-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .pb-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    height: 100%;
    transform: rotate(-20deg) translateX(-50%) translateY(-7.5vh); }
  .pb-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(3, 169, 244, 0.4); }
    .pb-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(3, 169, 244, 0.6); }
    .pb-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #03a9f4; }
    .pb-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #007ac1; }

.pb-page {
  min-height: 100vh; }

.officers-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .officers-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(20deg) translateX(-50%) translateY(-10vh); }
  .officers-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(171, 71, 188, 0.4); }
    .officers-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(171, 71, 188, 0.6); }
    .officers-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #ab47bc; }
    .officers-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #790e8b; }

.officers-page {
  min-height: 100vh; }
  .officers-page .info-area .card {
    flex: 1 1 auto; }
    .officers-page .info-area .card .card-image-area {
      position: relative; }
      .officers-page .info-area .card .card-image-area .dummy {
        margin-top: 100%; }
      .officers-page .info-area .card .card-image-area img {
        object-fit: cover;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0; }

.constitution-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .constitution-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    height: 100%;
    transform: rotate(-20deg) translateX(-50%) translateY(-7.5vh); }
  .constitution-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(63, 81, 181, 0.4); }
    .constitution-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(63, 81, 181, 0.6); }
    .constitution-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #3f51b5; }
    .constitution-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #002984; }

.constitution-page {
  min-height: 100vh; }
  .constitution-page .card {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 24px;
    padding-bottom: 24px; }

.collapse-vertical {
  margin-top: -12px;
  margin-bottom: -12px; }

.duty-list {
  margin-top: -12px;
  width: fit-content;
  max-width: calc(5% + 300px);
  margin-right: auto;
  margin-left: auto; }
  .duty-list li {
    padding: 0px; }

.events-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .events-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(20deg) translateX(-50%) translateY(-10vh); }
  .events-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(255, 196, 0, 0.4); }
    .events-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(255, 196, 0, 0.6); }
    .events-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #ffc400; }
    .events-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #ffab00; }

.events-page {
  min-height: 100vh; }
  .events-page .info-area .card {
    flex: 1 1 auto; }
    .events-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }
    .events-page .info-area .card .card-text-area .calendar-iframe {
      border: 0px;
      margin: 0px;
      padding: 16px;
      box-sizing: border-box;
      frame-border: 0px;
      scrolling: no;
      min-height: 600px;
      width: 100%; }

.workshops-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .workshops-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    height: 100%;
    transform: rotate(-20deg) translateX(-50%) translateY(-7.5vh); }
  .workshops-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(63, 81, 181, 0.4); }
    .workshops-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(63, 81, 181, 0.6); }
    .workshops-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #3f51b5; }
    .workshops-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #002984; }

.workshops-page {
  min-height: 100vh; }
  .workshops-page .info-area .card {
    flex: 1 1 auto; }
    .workshops-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }
    .workshops-page .info-area .card .card-text-area .calendar-iframe {
      border: 0px;
      margin: 0px;
      padding: 16px;
      box-sizing: border-box;
      frame-border: 0px;
      scrolling: no;
      min-height: 600px;
      width: 100%; }

.recruiting-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .recruiting-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(20deg) translateX(-50%) translateY(-10vh); }
  .recruiting-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(3, 169, 244, 0.4); }
    .recruiting-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(3, 169, 244, 0.6); }
    .recruiting-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #03a9f4; }
    .recruiting-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #007ac1; }

.recruiting-page {
  min-height: 100vh; }
  .recruiting-page .info-area .card {
    flex: 1 1 auto; }
    .recruiting-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }
    .recruiting-page .info-area .card .card-text-area .calendar-iframe {
      border: 0px;
      margin: 0px;
      padding: 16px;
      box-sizing: border-box;
      frame-border: 0px;
      scrolling: no;
      min-height: 600px;
      width: 100%; }

.general-meetings-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .general-meetings-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    height: 100%;
    transform: rotate(-20deg) translateX(-50%) translateY(-7.5vh); }
  .general-meetings-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(171, 71, 188, 0.4); }
    .general-meetings-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(171, 71, 188, 0.6); }
    .general-meetings-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #ab47bc; }
    .general-meetings-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #790e8b; }

.general-meetings-page {
  min-height: 100vh; }
  .general-meetings-page .info-area .card {
    flex: 1 1 auto; }
    .general-meetings-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }
    .general-meetings-page .info-area .card .card-text-area .calendar-iframe {
      border: 0px;
      margin: 0px;
      padding: 16px;
      box-sizing: border-box;
      frame-border: 0px;
      scrolling: no;
      min-height: 600px;
      width: 100%; }

.industry-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .industry-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(20deg) translateX(-50%) translateY(-10vh); }
  .industry-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(255, 196, 0, 0.4); }
    .industry-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(255, 196, 0, 0.6); }
    .industry-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #ffc400; }
    .industry-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #ffab00; }

.industry-page {
  min-height: 100vh; }
  .industry-page .info-area .card {
    flex: 1 1 auto; }
    .industry-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }
    .industry-page .info-area .card .card-text-area .calendar-iframe {
      border: 0px;
      margin: 0px;
      padding: 16px;
      box-sizing: border-box;
      frame-border: 0px;
      scrolling: no;
      min-height: 600px;
      width: 100%; }

.sponsors-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .sponsors-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    height: 100%;
    transform: rotate(-20deg) translateX(-50%) translateY(-7.5vh); }
  .sponsors-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(171, 71, 188, 0.4); }
    .sponsors-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(171, 71, 188, 0.6); }
    .sponsors-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #ab47bc; }
    .sponsors-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #790e8b; }

.sponsors-page {
  min-height: 100vh; }
  .sponsors-page .info-area .card {
    flex: 1 1 auto; }
    .sponsors-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }

.join-page .paper-border {
  box-sizing: border-box;
  padding: 0px;
  top: 74px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .join-page .paper-border .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(20deg) translateX(-50%) translateY(-10vh); }
  .join-page .paper-border .main-paper {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -39vh;
    left: 0px;
    background-color: rgba(255, 196, 0, 0.4); }
    .join-page .paper-border .main-paper .top-paper-1 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -14vh;
      left: 0px;
      background-color: rgba(255, 196, 0, 0.6); }
    .join-page .paper-border .main-paper .top-paper-2 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -17vh;
      left: 0px;
      background-color: #ffc400; }
    .join-page .paper-border .main-paper .top-paper-3 {
      position: absolute;
      backface-visibility: hidden;
      width: 100%;
      height: 54vh;
      top: -23vh;
      left: 0px;
      background-color: #ffab00; }

.join-page {
  min-height: 100vh; }
  .join-page .info-area .card {
    flex: 1 1 auto; }
    .join-page .info-area .card .card-image-area img {
      max-width: 100%;
      max-height: 100%; }
    .join-page .info-area .card .card-text-area .calendar-iframe {
      border: 0px;
      margin: 0px;
      padding: 16px;
      box-sizing: border-box;
      frame-border: 0px;
      scrolling: no;
      min-height: 600px;
      width: 100%; }

.page {
  min-height: 50vh;
  width: 100%;
  box-sizing: border-box; }
  .page h3.page-title {
    margin-top: 10vh; }
  .page > * {
    min-height: 50vh; }
    @media only screen and (min-width: 480px) and (max-width: 980px) {
      .page > * {
        padding-left: calc(30% - 144px);
        padding-right: calc(30% - 144px); } }
    @media only screen and (min-width: 980px) {
      .page > * {
        padding-left: calc(45% - 291px);
        padding-right: calc(45% - 291px); } }

.sticky-footer.footer {
  padding: 56px;
  padding-bottom: 40px;
  text-align: center; }

.flyer {
  box-sizing: border-box;
  padding: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  z-index: -1; }
  .flyer .paper-canvas {
    backface-visibility: hidden;
    position: relative;
    transform: rotate(20deg) translateX(-50%) translateY(-10vh); }
  .flyer .top-overhang-1 {
    transform: rotate(-30deg);
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -40vh;
    left: 0px;
    background-color: #002984; }
  .flyer .top-overhang-2 {
    transform: rotate(-30deg);
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -45vh;
    left: 0px;
    background-color: #3f51b5; }
  .flyer .top-overhang-3 {
    position: absolute;
    backface-visibility: hidden;
    width: 200%;
    height: 50vh;
    top: -35vh;
    left: 0px;
    background-color: #757de8; }
  .flyer .bottom-overhang-1 {
    transform: rotate(-16deg);
    position: absolute;
    backface-visibility: hidden;
    width: 300%;
    height: 30vh;
    top: 450px;
    left: 0px;
    background-color: #ffab00; }
  .flyer .bottom-overhang-2 {
    transform: rotate(-17.5deg);
    position: absolute;
    backface-visibility: hidden;
    width: 300%;
    height: 30vh;
    top: 460px;
    left: 0px;
    background-color: #ffc400; }
  .flyer .info-area {
    padding-top: 60px; }
    .flyer .info-area .flyer-logo {
      display: 'inline-block';
      z-index: 100;
      width: 100px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%); }
    .flyer .info-area .divider {
      margin: 20px; }
    .flyer .info-area :first-child + * {
      margin-top: 90px; }
    .flyer .info-area .justified.title, .flyer .info-area .title.duty-list {
      margin-right: 50px;
      margin-left: 50px; }

.flyer {
  max-width: 600px;
  max-height: 500px; }

.app-root {
  font-family: 'Lato', sans-serif;
  height: 100%;
  -webkit-backface-visibility: hidden; }

.content-container {
  margin-bottom: 50px; }
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);.primary {
  background-color: #3f51b5; }

.secondary {
  background-color: #ab47bc; }

.accent {
  accent-color: #ffc400; }

.primary {
  background-color: #3f51b5; }

.secondary {
  background-color: #ab47bc; }

.accent {
  accent-color: #ffc400; }

.z-shadow-base, .z-depth-0, .z-depth-1, .button.raised, .card, .card-content .card-text-area, .card-content.card .card-text-area, *.menu, .z-depth-2, .z-depth-3, .z-depth-4, .z-depth-5, .z-depth-6, .z-depth-7, .z-depth-8 {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.z-depth-0 {
  box-shadow: none; }

.z-depth-1, .button.raised, .card, .card-content .card-text-area, .card-content.card .card-text-area, *.menu {
  box-shadow: 0px 2px 2px 0px rgba(38, 50, 56, 0.28), 0px 3px 1px -2px rgba(38, 50, 56, 0.24), 0px 1px 5px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-2 {
  box-shadow: 0px 3.5px 4px 0px rgba(38, 50, 56, 0.28), 0px 2px 4px -1px rgba(38, 50, 56, 0.24), 0px 2.5px 9px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-3 {
  box-shadow: 0px 5px 6px 0px rgba(38, 50, 56, 0.28), 0px 1px 7px -1px rgba(38, 50, 56, 0.24), 0px 4px 13px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-4 {
  box-shadow: 0px 6.5px 8px 0px rgba(38, 50, 56, 0.28), 0px 0px 10px -1px rgba(38, 50, 56, 0.24), 0px 5.5px 17px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-5 {
  box-shadow: 0px 8px 10px 0px rgba(38, 50, 56, 0.28), 0px -1px 13px -1px rgba(38, 50, 56, 0.24), 0px 7px 21px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-6 {
  box-shadow: 0px 9.5px 12px 0px rgba(38, 50, 56, 0.28), 0px -2px 16px -1px rgba(38, 50, 56, 0.24), 0px 8.5px 25px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-7 {
  box-shadow: 0px 11px 14px 0px rgba(38, 50, 56, 0.28), 0px -3px 19px -1px rgba(38, 50, 56, 0.24), 0px 10px 29px 0.5px rgba(38, 50, 56, 0.32); }

.z-depth-8 {
  box-shadow: 0px 12.5px 16px 0px rgba(38, 50, 56, 0.28), 0px -4px 22px -1px rgba(38, 50, 56, 0.24), 0px 11.5px 33px 0.5px rgba(38, 50, 56, 0.32); }

.yui-md-grid-col, .yui-md-grid-row {
  box-sizing: border-box;
  transition: none;
  display: flex;
  flex: 0 1 auto; }
  .yui-md-grid-col *, .yui-md-grid-row * {
    transition: none; }

.yui-md-grid-row {
  flex-direction: row;
  flex-wrap: wrap; }

.yui-md-grid-col {
  flex-direction: column; }

@media only screen and (max-width: 480px) {
  .hidden-grid-element.yui-md-grid-col.col-xs-0,
  .hidden-grid-element.yui-md-grid-row.row-xs-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-xs {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-xs {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (min-width: 480px) and (max-width: 730px) {
  .hidden-grid-element.yui-md-grid-col.col-sm-0,
  .hidden-grid-element.yui-md-grid-row.row-sm-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-sm {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-sm {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (min-width: 730px) and (max-width: 980px) {
  .hidden-grid-element.yui-md-grid-col.col-md-0,
  .hidden-grid-element.yui-md-grid-row.row-md-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-md {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-md {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (min-width: 980px) {
  .hidden-grid-element.yui-md-grid-col.col-lg-0,
  .hidden-grid-element.yui-md-grid-row.row-lg-0 {
    flex: 0 auto;
    transform: scale(0);
    display: none; }
  .yui-md-grid-col.reverse-lg {
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse; }
  .yui-md-grid-row.reverse-lg {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse; } }

@media only screen and (max-width: 480px), only screen and (min-width: 480px) and (max-width: 730px), only screen and (min-width: 730px) and (max-width: 980px), only screen and (min-width: 980px) {
  .yui-md-grid-col.col-xs-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-xs-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-xs-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-xs-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-xs-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-xs-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-xs-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-xs-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-xs-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-xs-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-xs-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-xs-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-xs-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-xs-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-xs-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-xs-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-xs-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-xs-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-xs-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-xs-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-xs-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-xs-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-xs-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-xs-12 {
    transform: scale(1);
    height: 100%; } }

@media only screen and (min-width: 480px) and (max-width: 730px), only screen and (min-width: 730px) and (max-width: 980px), only screen and (min-width: 980px) {
  .yui-md-grid-col.col-sm-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-sm-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-sm-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-sm-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-sm-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-sm-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-sm-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-sm-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-sm-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-sm-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-sm-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-sm-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-sm-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-sm-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-sm-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-sm-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-sm-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-sm-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-sm-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-sm-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-sm-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-sm-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-sm-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-sm-12 {
    transform: scale(1);
    height: 100%; } }

@media only screen and (min-width: 730px) and (max-width: 980px), only screen and (min-width: 980px) {
  .yui-md-grid-col.col-md-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-md-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-md-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-md-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-md-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-md-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-md-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-md-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-md-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-md-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-md-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-md-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-md-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-md-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-md-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-md-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-md-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-md-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-md-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-md-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-md-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-md-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-md-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-md-12 {
    transform: scale(1);
    height: 100%; } }

@media only screen and (min-width: 980px) {
  .yui-md-grid-col.col-lg-1 {
    transform: scale(1);
    width: 100% / 12; }
  .yui-md-grid-col.col-lg-2 {
    transform: scale(1);
    width: 16.66667%; }
  .yui-md-grid-col.col-lg-3 {
    transform: scale(1);
    width: 25%; }
  .yui-md-grid-col.col-lg-4 {
    transform: scale(1);
    width: 33.33333%; }
  .yui-md-grid-col.col-lg-5 {
    transform: scale(1);
    width: 41.66667%; }
  .yui-md-grid-col.col-lg-6 {
    transform: scale(1);
    width: 50%; }
  .yui-md-grid-col.col-lg-7 {
    transform: scale(1);
    width: 58.33333%; }
  .yui-md-grid-col.col-lg-8 {
    transform: scale(1);
    width: 66.66667%; }
  .yui-md-grid-col.col-lg-9 {
    transform: scale(1);
    width: 75%; }
  .yui-md-grid-col.col-lg-10 {
    transform: scale(1);
    width: 83.33333%; }
  .yui-md-grid-col.col-lg-11 {
    transform: scale(1);
    width: 91.66667%; }
  .yui-md-grid-col.col-lg-12 {
    transform: scale(1);
    width: 100%; }
  .yui-md-grid-row.row-lg-1 {
    transform: scale(1);
    height: 100% / 12; }
  .yui-md-grid-row.row-lg-2 {
    transform: scale(1);
    height: 16.66667%; }
  .yui-md-grid-row.row-lg-3 {
    transform: scale(1);
    height: 25%; }
  .yui-md-grid-row.row-lg-4 {
    transform: scale(1);
    height: 33.33333%; }
  .yui-md-grid-row.row-lg-5 {
    transform: scale(1);
    height: 41.66667%; }
  .yui-md-grid-row.row-lg-6 {
    transform: scale(1);
    height: 50%; }
  .yui-md-grid-row.row-lg-7 {
    transform: scale(1);
    height: 58.33333%; }
  .yui-md-grid-row.row-lg-8 {
    transform: scale(1);
    height: 66.66667%; }
  .yui-md-grid-row.row-lg-9 {
    transform: scale(1);
    height: 75%; }
  .yui-md-grid-row.row-lg-10 {
    transform: scale(1);
    height: 83.33333%; }
  .yui-md-grid-row.row-lg-11 {
    transform: scale(1);
    height: 91.66667%; }
  .yui-md-grid-row.row-lg-12 {
    transform: scale(1);
    height: 100%; } }

h1 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 112px;
  font-weight: 200;
  color: rgba(38, 50, 56, 0.9);
  line-height: 1.1em; }

h2 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 56px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 1.1em; }

h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 45px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 48px; }

h4 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 34px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 40px; }

small {
  font-size: 12px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 1.2em; }

.title {
  margin: 0px;
  font-size: 20px;
  font-weight: medium;
  color: rgba(38, 50, 56, 0.9);
  line-height: 25px; }

.header {
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
  color: rgba(38, 50, 56, 0.9);
  line-height: 32px; }

.subheader {
  margin: 0px;
  font-size: 16px;
  font-weight: medium;
  color: rgba(38, 50, 56, 0.54);
  line-height: 24px; }
  @media only screen and (min-width: 980px) {
    .subheader {
      font-size: 15px; } }

body {
  font-size: 14px;
  line-height: 20px; }
  @media only screen and (min-width: 980px) {
    body {
      font-size: 13px; } }

.centered {
  text-align: center; }

.justified {
  text-align: justify; }

a:link {
  color: #ebb400; }

a:visited {
  color: #eb9d00; }

a:hover {
  color: #ffd32c; }

a:active {
  color: #ebb400; }

body {
  margin: 0px;
  min-width: 300px;
  min-height: 300px;
  color: rgba(38, 50, 56, 0.9);
  font-family: 'Roboto', sans-serif; }

img {
  display: block;
  align-self: center; }

.nostyle-container {
  style: none; }

.has-nav-text, *.button, .tab.important {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: medium;
  text-transform: uppercase; }

.app-bar {
  box-sizing: border-box;
  width: 100%;
  z-index: 9999;
  background-color: #3f51b5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.app-bar.fixed {
  position: fixed; }

.pad-top {
  height: 24px;
  background-color: #002984; }

.app-bar-header {
  height: 56px;
  background-color: transparent;
  position: relative;
  display: flex;
  align-items: center; }
  .app-bar-header .header-content {
    box-sizing: border-box;
    position: absolute;
    padding-left: 72px;
    width: 100%; }
  .app-bar-header .header-content.prominent {
    padding-top: 56px;
    height: 72px;
    padding-left: 72px;
    width: 100%; }

.app-bar.prominent {
  height: 128px; }

.button * {
  cursor: default;
  border-radius: inherit;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
  text-transform: default; }

*.button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  border: none;
  border-radius: 2px;
  display: inline-block;
  min-height: 20px;
  min-width: 88px;
  background-color: transparent;
  box-sizing: border-box;
  margin: 8px;
  user-select: none;
  color: rgba(38, 50, 56, 0.9);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default; }

.button:focus {
  outline: 0px; }

.button.disabled {
  pointer-events: none;
  opacity: 0.26; }

.button.circle {
  border-radius: 50%;
  min-width: 0px; }

.button.icon {
  padding: 8px;
  height: 40px;
  width: 40px; }

.button.icon.large {
  transform: none;
  padding: 16px;
  height: 56px;
  width: 56px; }

.button.large {
  transform: scale(2); }

.card {
  border-radius: 2px;
  margin: 8px;
  overflow: hidden; }

.card-text-area, .card-image-area {
  width: 100%; }

.card-content, .card-content.card {
  overflow: hidden;
  transition: none; }
  .card-content *, .card-content.card * {
    transition: none; }
  .card-content .card-image-area, .card-content.card .card-image-area {
    margin: 0px;
    padding: 0px;
    overflow: hidden; }
    .card-content .card-image-area :not(img), .card-content.card .card-image-area :not(img) {
      flex: 1 0 auto;
      display: flex;
      height: 100%;
      min-height: 100%;
      min-width: 100%; }
    .card-content .card-image-area img, .card-content.card .card-image-area img {
      flex: 1 0 auto;
      display: block;
      margin: 0px;
      max-height: 100%;
      max-width: 100%;
      padding: 0px;
      min-height: 100%;
      min-width: 100%;
      align-self: center;
      object-fit: cover; }
  .card-content .card-text-area, .card-content.card .card-text-area {
    box-sizing: border-box;
    display: block;
    transition: none; }
    .card-content .card-text-area > *, .card-content.card .card-text-area > * {
      display: block;
      transition: none; }
    .card-content .card-text-area > *, .card-content.card .card-text-area > * {
      margin-top: 16px;
      margin-bottom: 16px;
      margin-right: 16px;
      margin-left: 16px; }
    .card-content .card-text-area > *:first-child, .card-content.card .card-text-area > *:first-child {
      margin-top: 24px; }
    .card-content .card-text-area > *:last-child, .card-content.card .card-text-area > *:last-child {
      margin-bottom: 24px; }
    .card-content .card-text-area > *:only-child, .card-content.card .card-text-area > *:only-child {
      margin-top: 24px;
      margin-bottom: 24px;
      padding: 0px; }
    .card-content .card-text-area .header, .card-content .card-text-area .subheader, .card-content .card-text-area .title, .card-content .card-text-area h1, .card-content .card-text-area h2, .card-content .card-text-area h3, .card-content .card-text-area h4, .card-content.card .card-text-area .header, .card-content.card .card-text-area .subheader, .card-content.card .card-text-area .title, .card-content.card .card-text-area h1, .card-content.card .card-text-area h2, .card-content.card .card-text-area h3, .card-content.card .card-text-area h4 {
      margin-top: 12px;
      margin-bottom: 12px; }
    .card-content .card-text-area .header + .header, .card-content .card-text-area .header + .subheader, .card-content .card-text-area .header + .title,
    .card-content .card-text-area .title + .title, .card-content .card-text-area .title + .subheader,
    .card-content .card-text-area .subheader + .subheader, .card-content.card .card-text-area .header + .header, .card-content.card .card-text-area .header + .subheader, .card-content.card .card-text-area .header + .title,
    .card-content.card .card-text-area .title + .title, .card-content.card .card-text-area .title + .subheader,
    .card-content.card .card-text-area .subheader + .subheader {
      margin-top: -12px; }
    .card-content .card-text-area .header:first-child, .card-content .card-text-area .subheader:first-child, .card-content.card .card-text-area .header:first-child, .card-content.card .card-text-area .subheader:first-child {
      margin-top: 16px; }
    .card-content .card-text-area .header:last-child, .card-content .card-text-area .subheader:last-child, .card-content.card .card-text-area .header:last-child, .card-content.card .card-text-area .subheader:last-child {
      margin-bottom: 16px; }
  .card-content .card-action-area, .card-content.card .card-action-area {
    margin: 8px; }

div.content {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100vh;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px; }

.content.s {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.content.m, .content.l {
  transition: all 0.39s cubic-bezier(0.4, 0, 0.2, 1); }

.content-container {
  padding: 8px;
  flex: 1 0 auto; }

.content-container.no-padding {
  padding: 0px; }

.divider {
  background-color: rgba(38, 50, 56, 0.12);
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  background-clip: content-box; }

.divider.horizontal {
  margin-top: 8px;
  margin-bottom: 8px;
  height: 1px; }

.divider.vertical {
  margin-right: 8px;
  margin-left: 8px;
  width: 1px;
  height: inherit;
  display: inline-block; }

.divider.no-margin {
  margin: 0px; }

.divider.no-margin.vertical {
  height: 100%; }

.divider.no-margin.horizontal {
  width: 100%; }

.divider.inset {
  padding-left: 72px;
  box-sizing: border-box; }

.divider.inset:not(.no-margin) {
  padding-right: 72px; }

.drawer {
  overflow: auto;
  position: fixed;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  height: 100vh;
  background-color: white;
  opacity: 1; }

.drawer.s {
  width: 280px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s, height 0s; }

.drawer.s.inactive {
  left: -280px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, height 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }

.drawer.m, .drawer.l {
  width: 320px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s, height 0s; }

.drawer.m.inactive, .drawer.l.inactive {
  left: -320px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin-top 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s, height 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

*.menu {
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 100%;
  background-color: #ffffff;
  border-radius: initial;
  margin-bottom: 8px;
  vertical-align: middle;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  *.menu * {
    margin: 0px;
    border-radius: initial;
    text-overflow: clip;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.fast-expand {
  transition: none; }
  .menu.fast-expand * {
    transition: clear, color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.hidden {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .menu.hidden * {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.hidden.fast-expand {
  transition: none; }
  .menu.hidden.fast-expand * {
    transition: clear, color 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.menu.hidden.expand-vertical {
  transform: scaleY(0); }

.menu.hidden.expand-horizontal {
  transform: scaleX(0); }

.menu.hidden.expand-both {
  transform: scale(0); }

.menu-item.important {
  float: left;
  font-weight: normal;
  text-align: left;
  min-width: 150px;
  margin: 0px;
  width: 100%;
  background-color: inherit;
  box-sizing: border-box;
  text-transform: none;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  padding-left: 16px;
  height: 48px;
  font-size: 16px;
  line-height: calc(48px - 2 * 8px); }
  @media only screen and (min-width: 980px) {
    .menu-item.important {
      padding-left: 24px;
      height: 32px;
      font-size: 15px;
      line-height: calc(32px - 2 * 8px); } }

.menu-item.important:hover {
  color: #ffab00; }

.menu-item.important.dense {
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: middle;
  padding-left: 16px;
  height: 32px;
  font-size: 14px;
  line-height: calc(32px - 2 * 8px); }
  @media only screen and (min-width: 980px) {
    .menu-item.important.dense {
      padding-top: 4px;
      padding-bottom: 4px;
      height: 24px;
      font-size: 13px;
      line-height: calc(24px - 2 * 4px); } }

.menu-item.important.sub-item {
  padding-left: 64px; }

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background-color: rgba(38, 50, 56, 0.6);
  z-index: 10000;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: all; }
  .overlay > * {
    z-index: 10000; }

.overlay.inactive {
  background-color: transparent;
  left: 0px;
  transition: background-color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none; }

.overlay-children {
  position: absolute;
  z-index: 10001; }

.overlay-container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  pointer-events: none; }

.snackbar {
  padding-right: 24px;
  padding-left: 24px;
  position: fixed;
  z-index: 9999;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  top: 100vh;
  min-width: 288px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
  color: rgba(236, 239, 241, 0.9);
  visibility: hidden;
  background-color: #323232;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0.4, 0, 1, 1), visibility 0s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
  @media only screen and (max-width: 480px) {
    .snackbar {
      border: none;
      border-radius: 0px;
      box-sizing: border-box;
      width: 100vw;
      margin-left: 0px; } }

.snackbar.active {
  top: calc(100vh - 48px);
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.3s cubic-bezier(0, 0, 0.2, 1); }

.snackbar-button {
  padding-right: 24px;
  padding-left: 24px;
  position: absolute;
  margin: 0px;
  height: 48px;
  right: 0px;
  color: rgba(236, 239, 241, 0.9); }
  .snackbar-button .ripple-effect {
    background-color: rgba(236, 239, 241, 0.9); }

.sticky-footer {
  background-color: #002984;
  color: rgba(236, 239, 241, 0.9);
  padding: 8px;
  padding-bottom: 20px;
  padding-left: 72px; }

.tab.important {
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  user-select: none;
  height: 48px;
  line-height: 48px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: rgba(38, 50, 56, 0.6);
  transition: background-color 0s;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .tab.important > * {
    text-align: center; }
  @media desktop-query {
    .tab.important {
      padding-right: 24px;
      padding-left: 24px;
      font-size: 13px; } }

.tab.important.active {
  opacity: 1;
  color: #ffab00; }

.tab.important.tab:hover {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  color: #ffab00;
  cursor: pointer; }

.tab.important.tab:focus {
  border: none;
  outline: none; }

.tab-list {
  z-index: 1000;
  display: inline-block;
  width: 100%;
  position: relative;
  box-sizing: border-box; }
  @media only screen and (min-width: 980px) {
    .tab-list {
      margin-right: 80px;
      margin-left: 80px; } }

.indicator {
  display: inline-block;
  position: absolute;
  background-color: #ffc400;
  height: 3px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: active;
  pointer-events: none; }

@keyframes ripple-animation {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(4); } }

@keyframes ripple-fade {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 0; } }

.ripple-parent {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ripple-container {
  position: relative; }

.ripple-active, .ripple-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  background-color: rgba(38, 50, 56, 0.9);
  pointer-events: none; }

.ripple-effect {
  transform: scale(4);
  animation: ripple-animation 1s cubic-bezier(0, 0, 0.2, 1); }

.ripple-effect.ripple-fade {
  opacity: 0;
  animation: ripple-animation 1s cubic-bezier(0, 0, 0.2, 1), ripple-fade 2s cubic-bezier(0, 0, 0.2, 1); }

.ripple-effect.light {
  background-color: rgba(236, 239, 241, 0.9); }
