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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html,
body {
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: #387d90;
}

.error {
  color: red;
}

.success {
  color: #0fb143;
}

h1 {
  font-size: 1.75rem;
  font-weight: 600;
}

h1 {
  font-size: 1.375rem;
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.sub {
  font-size: 13px;
}

main {
  padding-top: 3.125rem;
}

.inner {
  max-width: 47.5rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

a.button, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #4DA7C2;
  border-radius: 0.3125rem;
  padding: 0 2.1875rem;
  height: 2.625rem;
  line-height: 2.625rem;
  text-decoration: none;
  font-weight: 700;
  margin-top: 0.625rem;
  font-size: 15px;
  cursor: pointer;
}

a.button:hover, input[type=submit]:hover {
  background-color: #f9f9f9;
}

input[type=submit] {
  line-height: 2.375rem;
}

input[type=password], input[type=text], input[type=email], input[type=date], textarea {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 16px 15px;
  border: 1px solid #4DA7C2;
  border-radius: 4px;
  font-size: 1rem;
  margin: 20px 0;
  font-family: 'Raleway', sans-serif;
}

.confirmdiv {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  top: 0;
  left: 0;
}

.confirmbox {
  position: fixed;
  width: 75%;
  max-width: 350px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 30px;
  background-color: #fff;
  z-index: 11;
  border-radius: 5px;
}

.confirmbox p {
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 20px;
}

.confirmbox a + a {
  margin-left: 20px;
}

.blue {
  color: #4DA7C2;
}

.header {
  background-color: #4DA7C2;
  height: 3.125rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 7px #888;
  z-index: 100;
}

.header .logo {
  float: left;
  display: inline-block;
  width: 15rem;
  position: relative;
  left: -0.5rem;
  text-decoration: none;
}

.header .logo img {
  width: 3.125rem;
  height: 3.125rem;
  float: left;
}

.header .logo h1 {
  color: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 3rem;
}

.header .menu {
  float: left;
}

.header .actions {
  float: right;
}

.header .actions a {
  display: inline-block;
  background-color: #fff;
  color: #4DA7C2;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-decoration: none;
  font-weight: 700;
  margin-top: 0.625rem;
}

.header .actions a:hover {
  background-color: #f9f9f9;
}

.header .actions a i {
  float: left;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.header .actions a + a {
  margin-left: 0.625rem;
}

@media (max-width: 600px) {
  .header .logo {
    width: 11.25rem;
  }
  .header .logo img {
    width: 30px;
    height: 30px;
    margin-top: 8px;
  }
  .header .logo h1 {
    font-size: 0.8125rem;
    line-height: 3rem;
  }
  .header .actions a {
    padding: 0 0.3125rem;
    font-size: 14px;
  }
  .header .actions a + a {
    margin-left: 0.3125rem;
  }
}

.tabs {
  height: 40px;
  display: block;
  border-bottom: 1px solid #4DA7C2;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
}

.tabs * {
  box-sizing: border-box;
}

.tabs a {
  display: inline-block;
  width: auto;
  height: 38px;
  padding: 0 20px;
  line-height: 40px;
  text-decoration: none;
  background-color: #f9f9f9;
  margin-right: 20px;
  margin-left: 0;
  color: #333333;
}

.tabs a i {
  position: relative;
  top: 7px;
  margin-right: 5px;
  color: #333333;
  font-weight: normal;
}

.tabs a.active {
  font-weight: bold;
  background-color: white;
  height: 40px;
  position: relative;
  top: 0px;
  z-index: 2;
  border-top: 1px solid #4DA7C2;
  border-left: 1px solid #4DA7C2;
  border-right: 1px solid #4DA7C2;
  color: #4DA7C2;
}

.tabs a.active i {
  color: #4DA7C2;
  font-weight: bold;
}

@media (max-width: 550px) {
  .tabs a {
    padding: 0 10px;
    margin-right: 10px;
  }
  .tabs a + a + a {
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  .tabs a {
    padding: 10px 15px 0;
    margin-right: 5px;
    font-size: 16px;
    height: 43px;
    position: relative;
  }
  .tabs a i {
    position: absolute;
    font-size: 16px;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tabs a.active {
    height: 45px;
  }
}

@media (max-width: 400px) {
  .tabs a {
    padding: 10px 10px 0;
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .tabs a {
    padding: 10px 10px 0;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .tabs {
    height: 45px;
    margin-top: 20px;
  }
}

.home h1 {
  font-size: 1.5rem;
  margin: 2.5rem 0;
  font-weight: 800;
  text-align: center;
}

.home .intro .left {
  width: 50%;
  float: left;
  position: relative;
  left: 0;
}

.home .intro .right {
  text-align: center;
  width: 50%;
  float: right;
  background-color: #fff;
  margin-top: 3.125rem;
  position: relative;
  left: -3.125rem;
  padding: 1.875rem;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #888;
  opacity: 0.95;
}

.home .intro .right p {
  text-align: left;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  border-bottom: 1px solid #4DA7C2;
  padding-bottom: 1.875rem;
  margin-bottom: 0.625rem;
}

.home .intro .right img {
  max-width: 12.5rem;
}

.home .intro .right h2 {
  margin: 1.25rem 0 0.625rem;
  text-align: center;
  font-weight: 700;
}

.home .intro .right .downloads {
  text-align: center;
}

.home .intro .right .downloads img {
  margin: 1.25rem 1.25rem;
}

.home .intro h4 {
  text-align: center;
  margin: 0.625rem 0;
  position: relative;
}

.home .intro h4 span {
  background-color: #fff;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  z-index: 2;
  position: relative;
  font-size: 0.875rem;
}

.home .intro h4:before {
  content: '';
  display: block;
  border-top: 1px solid #4DA7C2;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0.75rem;
  left: 0;
  z-index: 1;
}

.home .intro a.button {
  margin: 0.625rem auto;
}

.home .intro a.button + span {
  display: block;
  margin-top: 0.625rem;
}

.home .intro:after {
  content: "";
  clear: both;
  display: table;
}

.home .links {
  text-align: center;
  background-color: #fff;
  z-index: 3;
  position: relative;
  box-sizing: content-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.home .links a {
  font-size: 0.875rem;
  display: inline-block;
  margin: 20px 10px;
}

@media (max-width: 770px) {
  .home .intro {
    position: relative;
  }
  .home .intro .left {
    width: 100%;
    float: right;
    position: relative;
    left: 0;
    box-sizing: content-box;
  }
  .home .intro .left img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
  }
  .home .intro .right {
    position: relative;
    width: 90%;
    right: 10px;
    top: 40px;
    margin: 0;
    margin-bottom: 30px;
    left: auto;
    opacity: 0.95;
  }
  .home .intro:after {
    content: "";
    clear: both;
    display: table;
  }
  .home .links {
    margin: 20px 0 30px;
    margin-left: -15px;
  }
}

.auth {
  width: 80%;
  max-width: 25rem;
  padding: 1.25rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  box-shadow: 0px 0px 10px #888;
}

.auth h1 {
  margin: 1.25rem 0;
  font-weight: bold;
}

.auth h2 {
  font-size: 1.125rem;
}

.static {
  width: 80%;
  max-width: 37.5rem;
  box-shadow: 0px 0px 10px #888;
  padding: 1.25rem;
  margin: 50px auto;
  line-height: 22px;
}

.static img {
  width: 6.25rem;
}

.static h1 {
  font-size: 1.25rem;
  margin: 1.25rem 0;
  font-weight: bold;
}

.static h2 {
  font-size: 1.125rem;
  font-weight: bold;
}

.static h3 {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #4DA7C2;
  margin: 20px 0 10px;
}

.static ul {
  list-style: inherit;
  margin-left: 20px;
}

.static ul li {
  padding-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.cards * {
  box-sizing: border-box;
}

.cards .cta {
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #4DA7C2;
  color: #fff;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem 0.625rem 3.75rem;
  border-radius: 6px;
  box-shadow: 2px 2px 5px #888;
  cursor: pointer;
  text-decoration: none;
}

.cards .cta i {
  color: #fff;
  position: absolute;
  top: 10px;
  left: 15px;
}

.cards .cta h3 {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 6px;
}

.cards .cta + form {
  display: none;
  max-width: 400px;
  box-shadow: 2px 2px 10px #ddd;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cards p {
  line-height: 20px;
}

.cards p.withicon {
  padding-left: 2.1875rem;
  position: relative;
}

.cards p.withicon i.material-icons {
  position: absolute;
  top: -1px;
  left: 0;
}

.cards h2 {
  margin: 30px 0 10px;
  font-weight: bold;
}

.cards .card {
  margin: 30px 0;
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
  box-shadow: 2px 2px 5px #888;
  border-radius: 6px;
  font-size: 14px;
  line-height: 18px;
}

.cards .card h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0;
}

.cards .card.code {
  padding: 20px 20px;
  text-align: center;
}

.cards .card.code h1 {
  color: #4DA7C2;
  margin: 30px 0;
  font-size: 1.875rem;
}

.cards .card.card-received {
  padding-left: 3.125rem;
  position: relative;
}

.cards .card.card-received .material-icons.main {
  color: #4DA7C2;
  position: absolute;
  top: 10px;
  left: 15px;
}

.cards .card.card-received .material-icons.comment {
  font-size: 18px;
  position: relative;
  top: 5px;
}

.cards .card.card-birthday {
  padding-left: 3.125rem;
  position: relative;
}

.cards .card.card-birthday .material-icons.main {
  color: #ee6337;
  position: absolute;
  top: 10px;
  left: 15px;
}

.cards .card.assigned {
  padding: 20px 20px;
}

.cards .card.assigned h3 {
  font-size: 20px;
}

.cards .card.assigned p {
  font-size: 18px;
  line-height: 22px;
}

.cards .card.birthday {
  padding-left: 60px;
  position: relative;
}

.cards .card.birthday .material-icons {
  color: #ee6337;
  font-size: 40px;
  margin: 0 auto;
  position: absolute;
  left: 10px;
  top: 10px;
}

.cards .card.code, .cards .card.assigned, .cards .card.about, .cards .card.birthday {
  width: 100%;
  max-width: 500px;
}

.cards .card .details {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #4DA7C2;
  font-size: 17px;
  padding-left: 5px;
  padding-right: 5px;
}

.cards .card .details hr {
  height: 0;
  width: 100%;
  border: 0;
  border-top: 1px solid #4DA7C2;
  margin-top: 15px;
}

.cards .card .details p + p {
  padding-top: 10px;
}

.cards .card.toopen {
  cursor: pointer;
}

.cards .card.toopen:hover {
  background-color: #f9f9f9;
}

.cards .card.toopen .details {
  display: none;
}

.profile {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.profile h2 {
  color: #4DA7C2;
  font-weight: bold;
  margin-bottom: 0.625rem;
  margin-top: 2.5rem;
}

.profile h2 a i {
  margin-right: 5px;
  position: relative;
  top: 6px;
}

.profile h2 a:hover {
  text-decoration: none;
}

.profile h2:first-child {
  margin-top: 0;
}

.profile form {
  max-width: 400px;
  box-shadow: 2px 2px 10px #ddd;
  padding: 20px;
  margin-top: 15px;
}

.profile label.hascheck {
  position: relative;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  display: inline-block;
}

.profile label.hascheck input {
  position: absolute;
  top: 2px;
  left: 0px;
}

.dashboard .block {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px #888;
  width: 48%;
  margin-right: 2%;
  float: left;
  position: relative;
}

.dashboard .block h2 {
  background-color: #4DA7C2;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}

.dashboard .block h4 {
  font-weight: 500;
  text-align: center;
  font-size: 100px;
  padding: 30px 10px 10px;
  transition: transform .2s;
  /* Animation */
}

.dashboard .block h4:hover {
  transform: scale(1.15);
}

.dashboard .block h4 a {
  display: block;
}

.dashboard .block a:not(.link) {
  text-decoration: none;
}

.dashboard .block h5 {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  padding: 30px 10px 10px;
}

.dashboard .block h6 {
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 10px 30px;
}

.dashboard .block a.link {
  display: block;
  font-size: 16px;
  padding: 15px;
  position: relative;
  background-color: #efefef;
  box-sizing: border-box;
  font-weight: bold;
}

.dashboard .block a.link:hover {
  text-decoration: none;
}

.dashboard .block a.link i {
  float: left;
  position: relative;
  top: -5px;
  margin-right: 10px;
}

.dashboard .block:nth-child(odd) {
  margin-right: 0;
  margin-left: 2%;
}

.dashboard:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 600px) {
  .dashboard .block, .dashboard .block + .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

.dashboard .first {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 2px 2px 5px #888;
  padding: 20px;
}

.dashboard .first h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.dashboard .first h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

.dashboard .first h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 5px;
}

.dashboard .first p {
  line-height: 22px;
}

.dashboard .block.full {
  width: 100%;
  text-align: left;
  padding-bottom: 5px;
}

.dashboard .block.full h6 {
  text-align: left;
  padding: 0 20px 0 50px;
  position: relative;
  line-height: 24px;
  width: auto;
  margin: 20px 0;
}

.dashboard .block.full h6 i {
  position: absolute;
  top: 0px;
  left: 18px;
  color: #4DA7C2;
}

.dashboard .block.full h6 strong {
  white-space: nowrap;
}

.dashboard .block.full h6 + h6 {
  margin: 0 0 20px 0;
}

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