@font-face {
  font-family: "Lato";
  src: url("../../libs/fonts/Lato/lato-regular-webfont.woff2") format("woff2"),
    url("../../libs/fonts/Lato/lato-regular-webfont.woff") format("woff"),
    url("../../libs/fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato Bold";
  src: url("../../libs/fonts/Lato/lato-bold-webfont.woff2") format("woff2"),
    url("../../libs/fonts/Lato/lato-bold-webfont.woff") format("woff"),
    url("../../libs/fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #666666;
}

div#content {
  padding: 0;
  background: none repeat scroll 0 0 white;
  margin: 10px auto 0px;
  text-align: left;
  border: none;
  box-shadow: none;
  min-height: 40vh;
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 3.6rem;
  color: #000;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
}

h2 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  color: #000;
	border-bottom: 2.5px solid #000;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 5px 0px;
  line-height: normal;
}

h3 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 2.6rem;
  color: #006d7b;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 0px;
}

h4 {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 12pt;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
}

a {
  color: #006d7b;
  text-decoration: underline;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background: #006d7b;
  border: none;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 20px 11px;
  font-size: 14px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  background: #4ab4bf;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.landingSection {
  padding-top: 20px;
}

.button.disabled,
.button[disabled] {
  background: #999999;
  border: 1px solid #999999;
}

.button.disabled :hover,
.button[disabled] :hover {
  background: none;
}

/* Buttons on index.cfm */
#landingLinks ul.landingLinks {
  list-style-type: none;
}

#landingLinks ul.landingLinks li a {
  color: #ffffff;
  font-size: 22px;
  font-family: "Lato Bold", "Helvetica Neue", sans-serif !important;
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  background: #006d7b;
  padding: 20px 20px;
  border: 3px solid #006d7b;
  margin-bottom: 15px;
  text-align: center;
}

#landingLinks ul.landingLinks li a:hover {
  color: #006d7b;
  background: #ffffff;
}

#landingLinks ul.landingLinks li a.housingBtn {
  border: 3px solid #2cb9b6;
  color: #222222;
  background: #2cb9b6;
}

#landingLinks ul.landingLinks li a.housingBtn:hover {
  border: 3px solid #2cb9b6;
  color: #222222;
  background: #ffffff;
}

#landingLinks ul.landingLinks li a.disabledBtn,
#landingLinks ul.landingLinks li a.disabledBtn:hover {
  color: #006d7b;
  background: #dddddd;
}

.landingDetails {
  text-align: left;
  padding-left: 20px;
}

.landingDetails ul li {
  margin-left: 20px;
  margin-bottom: 0.75em;
}

.smaller {
  font-size: 14px;
}
p.smaller {
  margin: 10px 0 0 0;
}
p.smallerItalic {
  font-size: 14px;
  margin: 10px 0 0 0;
  font-family: "Lato"; 
  font-style: italic;
}

.smallest {
  font-size: 12px;
}

.blueLine {
  margin-top: 60px;
  width: 100%;
  height: 20px;
}

/* Hamburger menu */
ul.slick-dots {
  margin-bottom: 0;
  position: absolute;
  z-index: 1000;
}

.slick-dots li button {
  background: white !important;
  opacity: 0.75;
}

@media only screen and (max-width: 1024px) {
  .slick-dots {
    display: none !important;
  }

  .slick-slide,
  .slick-track {
    margin-left: 0;
    padding: 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slick-slide,
  .slick-track {
    margin-left: 0;
    padding-left: 20px !important;
  }
}

#loaderWrap {
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40001;

  .loaderOverlay {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40001;
  }

  .vertical-offset {
    z-index: 40002;

    .loaderBox {
      max-width: 550px;
      margin: 0 auto;
      position: relative;
      top: 0;
      left: 0;
      transform: translateY(20%);
      position: relative;

      .loader {
        margin: auto;
        border: 20px solid #006d7b;
        border-radius: 50%;
        border-top: 20px solid #eaf0f6;
        width: 200px;
        height: 200px;
        animation: spinner 4s linear infinite;
      }
    }
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Admin css */
#logoutForm {
  float: right;
}

#memberInfoDump {
  border: none;
  border-collapse: collapse;
  margin: 0 auto;
}

#memberInfoDump th {
  border: 1px solid #000000;
}

#memberInfoDump td {
  border: 1px solid #000000;
}

#errorMsg {
  color: #ff0000;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

/* voting */
#nurseDiv {
  padding-bottom: 20px;
}
#nurseDiv input {
  margin: 5px 0 5px 10px;
}
#nurseDiv label {
  display: inline-block;
}
#nurseDiv label.error {
  display: block;
  margin-top: 10px;
}
.vertical-offset.voting {
  position: absolute;
  top: 350px;
  left: 0;
  height: 100%;
  width: 100%;
}