* {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px; }
  *:not(path) {
    color: #1B3B4F; }

html {
  position: relative;
  min-height: 100%; }

body {
  padding-bottom: 267px; }

h1, h2 {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 40px;
  color: #1B3B4F; }

h3, h4 {
  font-weight: 400;
  font-size: 26px;
  color: #63AAC5; }

a {
  color: #49C763; }
  a:hover {
    text-decoration: underline; }

.btn, .btn-large {
  border-radius: 5px;
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0;
  font-family: "Bitter", serif;
  white-space: nowrap;
  height: 46px;
  line-height: 46px; }
  .btn:hover, .btn-large:hover {
    text-decoration: none; }

.btn-dark-blue {
  background-color: #2b5d7d;
  box-shadow: 0 4px 0 -0.25px #1B3B4F; }
  .btn-dark-blue:hover {
    background-color: #2b5d7d;
    box-shadow: 0 6px 0 -0.25px #1B3B4F;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
  .btn-dark-blue:active {
    box-shadow: 0 4px 0 -0.25px #1B3B4F;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .btn-dark-blue:focus {
    background-color: #2b5d7d; }

.btn-green {
  background-color: #49C763;
  box-shadow: 0 4px 0 -0.25px #28823b; }
  .btn-green:hover {
    background-color: #49C763;
    box-shadow: 0 6px 0 -0.25px #28823b;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
  .btn-green:active {
    box-shadow: 0 4px 0 -0.25px #28823b;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .btn-green:focus {
    background-color: #49C763; }

.btn-grey {
  background-color: #93A9A9;
  box-shadow: 0 4px 0 -0.25px #5f7777; }
  .btn-grey:hover {
    background-color: #93A9A9;
    box-shadow: 0 6px 0 -0.25px #5f7777;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
  .btn-grey:active {
    box-shadow: 0 4px 0 -0.25px #5f7777;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .btn-grey:focus {
    background-color: #93A9A9; }

.btn.disabled, .btn-large.disabled {
  background-color: #93A9A9 !important;
  color: #5f7777 !important;
  font-family: "Bitter", serif; }

input[type=text], input[type=email], input[type=password] {
  border-bottom: 1px solid #1B3B4F;
  box-shadow: 0 1px 0 0 #1B3B4F; }

.input-field label {
  z-index: -5; }

input[type="checkbox"] + label {
  z-index: 1; }

.input-field input {
  z-index: 5; }

input[type=text] + label.active:after, input[type=email] + label.active:after, input[type=password] + label.active:after {
  top: 53px;
  margin-top: 0px;
  width: 100%;
  font-size: 0.8rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

input[type=text] + label:after, input[type=email] + label:after, input[type=password] + label:after {
  top: 53px;
  margin-top: -25px;
  width: 100%;
  font-size: 0.8rem; }

input[type=text]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #63AAC5;
  box-shadow: 0 1px 0 0 #63AAC5; }

input[type=text]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label {
  color: #63AAC5; }

.input-field:not(.dropdown-input-field) input[type="checkbox"] + label {
  font-size: 18px;
  font-weight: 400;
  color: #93A9A9;
  padding-left: 50px;
  position: relative;
  top: 10px; }
  .input-field:not(.dropdown-input-field) input[type="checkbox"] + label a {
    margin: 0;
    color: #49C763; }

.input-field:not(.dropdown-input-field) input[type="checkbox"]:not(:checked) + label:before {
  top: -10px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  margin-top: 7px; }

.input-field:not(.dropdown-input-field) input[type="checkbox"]:checked + label:before {
  border-color: transparent #49C763 #49C763 transparent;
  width: 16px;
  height: 28px;
  top: -5px; }

.input-field:not(.dropdown-input-field) input[type="text"], .input-field:not(.dropdown-input-field) input[type="email"], .input-field:not(.dropdown-input-field) input[type="password"] {
  height: 15px;
  padding: 6px 0 2px 0; }
  .input-field:not(.dropdown-input-field) input[type="text"].select-dropdown, .input-field:not(.dropdown-input-field) input[type="email"].select-dropdown, .input-field:not(.dropdown-input-field) input[type="password"].select-dropdown {
    padding: 0; }

.input-field:not(.dropdown-input-field) label {
  top: 0; }
  .input-field:not(.dropdown-input-field) label.active {
    top: 6px; }

.material-tooltip .backdrop {
  background-color: #1B3B4F; }

.material-tooltip span {
  color: white; }

.dropdown-content li:hover {
  background-color: white;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .dropdown-content li:hover:first-of-type {
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
  .dropdown-content li:hover:last-of-type {
    box-shadow: 0 -2px 4px 2px rgba(0, 0, 0, 0.2); }

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 14px;
  font-weight: 800;
  color: #1B3B4F;
  text-align: center; }
  .dropdown-content li > a:hover, .dropdown-content li > span:hover {
    text-decoration: none; }

.SUSPEND-TRANSITION {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.success-toast {
  background-color: #1B3B4F; }

.failure-toast {
  background-color: #F44336; }

@media (max-width: 600px) {
  h1, h2 {
    font-size: 26px; }
  h3, h4 {
    font-size: 20px; } }

.footer-row {
  width: 100%;
  background-color: #1B3B4F;
  text-align: center;
  padding: 23px 0 50px 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0; }
  .footer-row div {
    color: white;
    margin: 10px 0; }
  .footer-row a {
    color: white;
    margin: 0 10px; }
    .footer-row a.social-icon {
      margin: 0 5px; }
    .footer-row a:hover {
      text-decoration: underline; }
  .footer-row .second-row-links {
    padding-bottom: 25px; }
    .footer-row .second-row-links .social-wrapper {
      display: inline-block; }
    .footer-row .second-row-links a {
      font-weight: 800;
      position: relative; }
      .footer-row .second-row-links a i.icon-interior {
        font-size: 19px;
        width: 23.75px;
        height: 23.75px;
        color: #1B3B4F;
        padding: 4px;
        z-index: 2;
        position: relative;
        background-color: white;
        border-radius: 50%; }
      .footer-row .second-row-links a i.fa-instagram {
        font-size: 19px;
        width: 23.75px;
        height: 23.75px; }
        .footer-row .second-row-links a i.fa-instagram::before {
          position: relative;
          top: -1px; }
  .footer-row .copyright {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 25px;
    border-top: 2px solid #285775; }
    .footer-row .copyright span {
      margin: 0 5px;
      color: white; }
      .footer-row .copyright span a {
        margin: 0; }
  .footer-row .logged-out {
    display: none; }
  .footer-row .is-this-your-book {
    display: none;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 0;
    position: relative;
    top: -19px; }
    .footer-row .is-this-your-book a {
      color: #63AAC5;
      cursor: pointer; }
      .footer-row .is-this-your-book a i {
        color: #63AAC5;
        margin: 0 5px; }

.hands {
  position: relative; }
  .hands img {
    position: absolute;
    right: 5%;
    top: -300px; }

@media (max-width: 992px) {
  .hands {
    display: none; } }
