@charset "UTF-8";
.message_container {
  position: relative;
  max-width: 550px;
  border-radius: 10px;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  animation-name: example;
  animation-delay: 5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards; }

.validation_errors {
  position: relative;
  position: static; }

.success {
  background-color: #c1f0d1;
  color: #008800; }

.warning {
  background-color: #f2f2a6;
  color: #997300; }

.danger {
  background-color: #f7baba;
  color: #5c0a0a; }

.closebtn {
  margin-left: 15px;
  margin-right: 5px;
  font-weight: bold;
  float: right;
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s; }

.timeline {
  position: relative;
  list-style-type: none;
  padding: 30px 0 50px 0;
  font-family: "Gorditas", Arial, sans-serif; }

.timeline:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 165px;
  background: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAJUlEQVQIW2NkQAP/gYARWQwkAOLDBeECjEAAkkEWAKtEFwAJAgAZEBP+oM1IkwAAAABJRU5ErkJggg==); }

.event {
  position: relative;
  margin-bottom: 40px;
  padding-right: 40px; }

.thumb {
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 8px #41838e, 0 1px 1px rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-transform: scale(0.8) translateX(24px);
  -moz-transform: scale(0.8) translateX(24px);
  -o-transform: scale(0.8) translateX(24px);
  -ms-transform: scale(0.8) translateX(24px);
  transform: scale(0.8) translateX(24px); }

.thumb:before {
  content: "";
  position: absolute;
  height: 8px;
  z-index: -1;
  background: transparent url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPElEQVQYV2NkQAP/gYARCNDFUQRgirAphitEl0TngxXisg5ZnBGXIpgbYfIYjkb3BNxGbBLYxIgyEaQRAA8KKAWYsZtjAAAAAElFTkSuQmCC);
  width: 51px;
  top: 42px;
  left: 100%;
  margin-left: 8px; }

.thumb span {
  color: #41838e;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  position: absolute;
  bottom: -30px; }

.user-1 {
  background-image: url("../img/chewbacca.jpg"); }

.user-2 {
  background-image: url("../img/barf.jpg"); }

.user-3 {
  background-image: url("../img/darkhelmet.jpg"); }

.user-5 {
  background-image: url("../img/leia.jpg"); }

.user-6 {
  background-image: url("../img/vespa.jpg"); }

.user-7 {
  background-image: url("../img/c3po.jpg"); }

.user-8 {
  background-image: url("../img/dotmatrix.jpg"); }

/* Transparent Checkbox/radio hack: leave the checkbox on top, hide it with opacity 0 */
.event label,
.event input[type="radio"] {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block; }

.event input[type="radio"] {
  opacity: 0;
  z-index: 10;
  cursor: pointer; }

.event label:after {
  font-family: "fontawesome-selected";
  content: "";
  color: #41838E;
  font-size: 26px;
  height: 100%;
  width: 100%;
  left: -2px;
  top: -3px;
  line-height: 24px;
  position: absolute;
  text-align: center; }

.content-perspective {
  margin-left: 230px;
  position: relative;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -o-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px; }

.content-inner {
  position: relative;
  padding: 20px;
  color: #333;
  border: none;
  border-left: 5px solid #41838e;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #fff; }

.content-inner h3 {
  font-size: 26px;
  padding: 5px 0 5px 0;
  color: #41838e; }

.content-inner p {
  font-size: 18px;
  max-height: 0px;
  overflow: hidden;
  color: transparent;
  color: rgba(0, 0, 0, 0);
  text-align: left; }

.content-inner:before {
  font-family: "fontawesome-selected";
  font-weight: normal;
  font-size: 54px;
  line-height: 54px;
  position: absolute;
  width: 130px;
  height: 130px;
  color: #41838e;
  left: -22px;
  top: 19px;
  z-index: -1; }

/* Transitions */
.thumb,
.thumb span,
.content-inner h3 {
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  -moz-transition: all 0.6s ease-in-out 0.2s;
  -o-transition: all 0.6s ease-in-out 0.2s;
  -ms-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s; }

.content-inner {
  -webkit-transition: box-shadow 0.8s linear 0.2s;
  -moz-transition: box-shadow 0.8s linear 0.2s;
  -o-transition: box-shadow 0.8s linear 0.2s;
  -ms-transition: box-shadow 0.8s linear 0.2s;
  transition: box-shadow 0.8s linear 0.2s; }

.content {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.59, 1.45, 0.69, 0.98) 0.2s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.59, 1.45, 0.69, 0.98) 0.2s;
  -o-transition: -o-transform 0.8s cubic-bezier(0.59, 1.45, 0.69, 0.98) 0.2s;
  -ms-transition: -ms-transform 0.8s cubic-bezier(0.59, 1.45, 0.69, 0.98) 0.2s;
  transition: transform 0.8s cubic-bezier(0.59, 1.45, 0.69, 0.98) 0.2s; }

.content-inner p {
  -webkit-transition: max-height 0.5s linear, color 0.3s linear;
  -moz-transition: max-height 0.5s linear, color 0.3s linear;
  -o-transition: max-height 0.5s linear, color 0.3s linear;
  -ms-transition: max-height 0.5s linear, color 0.3s linear;
  transition: max-height 0.5s linear, color 0.3s linear; }

/* Checked */
.event input[type="radio"]:checked + label:after {
  content: "✔";
  color: transparent; }

.event input[type="radio"]:checked ~ .content-perspective:before {
  background: #F26328; }

.event input[type="radio"]:checked ~ .content-perspective .content-inner h3 {
  color: #F26328; }

.event input[type="radio"]:checked ~ .content-perspective .content-inner {
  border-color: #F26328;
  box-shadow: 10px 0px 10px -6px rgba(0, 0, 0, 0.1); }

.event input[type="radio"]:checked ~ .content-perspective .content-inner p {
  max-height: 260px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition-delay: 0s, 0.6s;
  -moz-transition-delay: 0s, 0.6s;
  -o-transition-delay: 0s, 0.6s;
  -ms-transition-delay: 0s, 0.6s;
  transition-delay: 0s, 0.6s; }

.event input[type="radio"]:checked ~ .content-perspective .content-inner:before {
  color: #F26328; }

.event input[type="radio"]:checked ~ .thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 0 8px #f26328, 0 1px 1px rgba(255, 255, 255, 0.5); }

.event input[type="radio"]:checked ~ .thumb span {
  color: #F26328; }

.event input[type="radio"]:checked ~ .thumb:before {
  background: transparent url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAOfUjX+882+wYgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQBbNyaHFmzEqgAAAABJRU5ErkJggg==); }

.content-inner p,
.thumb span,
.event label {
  -webkit-backface-visibility: hidden; }

@media screen and (max-width: 850px) {
  .content-inner h3 {
    font-size: 20px; }

  .content-inner p {
    font-size: 14px;
    text-align: justify; }

  .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
    max-height: 500px; } }
@media screen and (max-width: 540px) {
  .timeline::before {
    left: 50px; }

  .event {
    padding-right: 0px;
    margin-bottom: 100px; }

  .thumb {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

  .event input[type="radio"] {
    width: 100px;
    height: 100px;
    left: 0px;
    top: 0px; }

  .thumb:before,
  .event input[type="radio"]:checked ~ .thumb:before {
    background: none;
    width: 0; }

  .event label {
    display: none; }

  .content-perspective {
    margin-left: 0px;
    top: 80px; }

  .content-perspective:before {
    height: 0px; }

  .content {
    -webkit-transform: rotateX(-10deg);
    -moz-transform: rotateX(-10deg);
    -o-transform: rotateX(-10deg);
    -ms-transform: rotateX(-10deg);
    transform: rotateX(-10deg); }

  .event input[type="radio"]:checked ~ .content-perspective .content {
    -webkit-transform: rotateX(10deg);
    -moz-transform: rotateX(10deg);
    -o-transform: rotateX(10deg);
    -ms-transform: rotateX(10deg);
    transform: rotateX(10deg); }

  .content-inner {
    border-left: none;
    border-top: 5px solid #41838e; }

  .event input[type="radio"]:checked ~ .content-perspective .content-inner {
    border-color: #F26328;
    box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.1); }

  .content-inner:before {
    content: "▴";
    left: 33px;
    top: -32px; }

  .event input[type="radio"]:checked ~ .content-perspective .content-inner p {
    max-height: 300px; } }
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  text-align: center; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .sideClose {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.sideNavOpen {
  border: 1px solid #000;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  background-image: url("../img/bkgYuma.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: auto;
  min-height: 100vh;
  min-width: 576px; }

h1,
h2,
h3,
h4,
h5 {
  text-align: center; }

form {
  margin: 0; }

header {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  background: linear-gradient(rgba(42, 110, 187, 0.8), rgba(42, 110, 187, 0.8)), url("../img/bg_img");
  background-color: #2a6ebb;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px; }
  header h1 {
    text-shadow: 2px 2px #e6e6e6;
    text-shadow: 1px 1px #d9d9d9;
    font-weight: bold; }

footer {
  color: #fff;
  height: 100px;
  background-color: #2a6ebb;
  margin-top: 50px;
  padding-top: 5px;
  text-align: center; }
  footer p {
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 1; }
  footer .row {
    margin: 0;
    padding: 0; }
  footer .stevens_ammendment {
    width: 75px;
    height: 75px; }

.button, button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: white !important; }

.login_container {
  border: 1px solid #ccc;
  width: 500px;
  min-width: 500px;
  margin: 0;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box; }
  .login_container a {
    text-decoration: none;
    vertical-align: bottom; }

.container {
  position: relative;
  box-shadow: 0.5rem 0.5rem #231F20, -0.5rem -0.5rem #646567;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  min-height: 60vh;
  min-width: 576px;
  background-color: #d5e4f6;
  margin-bottom: 50px; }

.docUpload {
  border: 1px solid #ccc;
  border: 1px solid #bfbfbf;
  border: 1px solid #a6a6a6;
  max-width: 530px;
  height: 130px;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 50px; }

.margin_from_top {
  margin-top: 50px; }

#main_nav {
  margin: 0 auto;
  padding: 0;
  background-color: #413F3D;
  background-color: #212492;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 10px 6px -6px #262626;
  -moz-box-shadow: 0 10px 6px -6px #262626;
  box-shadow: 0 10px 6px -6px #262626; }
  #main_nav ul {
    text-align: center;
    margin: 0 auto;
    padding: 0; }
    #main_nav ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #main_nav ul li a {
        display: block;
        margin: 0;
        padding: 0;
        text-decoration: none;
        color: #F2F1EF;
        margin: 8px 16px; }
      #main_nav ul li a:visited, #main_nav ul li a:hover, #main_nav ul li a:active {
        color: #F2F1EF; }

#emp_sub_nav {
  text-align: center;
  padding: 0;
  margin: 0; }
  #emp_sub_nav ul {
    margin: 0;
    padding: 0; }
    #emp_sub_nav ul li {
      display: inline-block;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #emp_sub_nav ul li a {
        display: block;
        text-decoration: none;
        padding: 10px 20px;
        color: #555;
        font-size: 0.7rem;
        font-weight: 600;
        line-height: 2.5rem;
        letter-spacing: 0.1rem;
        text-transform: uppercase; }

.active {
  height: 3rem;
  color: #555;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 3px solid #697184;
  border-top: none;
  border-left: none;
  border-right: none; }

.button.button-primary, button.button-primary, input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  border: 1px solid #413F3D;
  color: #FFF;
  background-color: #231F20;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  border: 1px solid #413F3D;
  color: #FFF; }

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  border: 1px solid #908c89;
  background-color: #697184; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 2.5rem;
  padding: 0 1.9rem;
  color: #F2F1EF;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #697184;
  border-radius: 4px;
  border: 1px solid #BBB;
  cursor: pointer;
  -webkit-transition: border 0.2s;
  transition: border 0.2s; }

.contactForm {
  margin: 0 auto;
  width: 50%; }

.main_login {
  margin-bottom: 75px; }

.referralLetter h4 {
  text-align: center; }
.referralLetter tr td {
  border: none;
  padding: 0;
  margin: 0; }
.referralLetter tr td:nth-child(2n+1) {
  width: 200px; }

.oriEli tr td:nth-child(2n+1) {
  width: 90px; }

.refEliDocs ul {
  list-style-type: disc;
  margin: 0;
  padding: 0; }
  .refEliDocs ul li {
    margin: 0;
    padding: 0; }

.empProfile,
.editEmp, .newReferral,
.contactForm,
.newUser,
.new_emp_user,
.cli_referral_form,
.clientNotes {
  text-align: right; }

.admin_home_nav_container {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold; }
  .admin_home_nav_container .admin_home_nav ul li {
    list-style-type: none; }
    .admin_home_nav_container .admin_home_nav ul li a {
      display: block;
      background-color: #212492;
      width: 250px;
      padding: 8px 16px;
      border-radius: 10px;
      color: #fff;
      text-decoration: none; }

.ajcLogo {
  width: 100px; }

#review_jd {
  padding: 0 20px;
  margin: 0; }

.dropbtn {
  background-color: transparent;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  text-transform: none;
  font-weight: normal;
  letter-spacing: normal; }

.dropdown {
  position: relative;
  display: inline-block;
  color: white; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2a6ebb;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #fff; }

.dropdown-content a:hover {
  background-color: #82afe3;
  color: #fff; }

.dropdown:hover .dropdown-content {
  display: block;
  color: #fff; }


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  background-color: #212492;
  margin: 5% auto;
  padding: 40px 0;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: -20px 20px 0px 0px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media print {
  nav {
    display: none; }

  header {
    display: none; }

  footer {
    display: none; }

  .mySideNav {
    display: none;}

  .sideNavOpen {
    display: none;}

  .container {
    box-shadow: none; } }
@media (min-width: 0px) and (max-width: 991px) {
  #main_nav {
    display: none; } }
@media screen and (min-width: 991px) {
  .sideNavOpen {
    display: none; } }
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 550px;
    margin-top: 50px; }

  header {
    width: 100%; }
    header h1 {
      font-size: 2.5rem; }

  table {
    max-width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 740px;
    margin-top: 50px; } }
@media (min-width: 992px) and (max-width: 1249px) {
  .container {
    width: 960px; } }
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }

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

