/* Custom Stylesheet */

/*Site Colors*/
.sitecolor-bg {
  background-color: #36435a !important;
}

.sitecolor-btn {
  background-color: #4cbb17 !important;
}

.sitecolor-btn-text {
  color: #4cbb17 !important;
}

.sitecolor-primary {
  background-color: #4169e1 !important;
}

.sitecolor-two {
  background-color: #2979ff !important;
}

.sitecolor-primary-text {
  color: #4169e1 !important;
}

.sitecolor-two-text {
  color: #2979ff !important;
}

/*Other Colors*/
.royalblue {
  background-color: #4169e1 !important;
}

.kellygreen {
  background-color: #4cbb17 !important;
}

.royalblue-text {
  color: #4169e1 !important;
}

.kellygreen-text {
  color: #4cbb17 !important;
}

.runroanoke-blue {
  background-color: #36435a !important;
}

.runroanoke-lightblue {
  background-color: #647898 !important;
}

.runroanoke-sky {
  background-color: #647898 !important;
}

.runroanoke-gray {
  background-color: #e1e1e1 !important;
}

.runroanoke-blue-text {
  color: #6e8ccc !important;
}

.runroanoke-lightblue-text {
  color: #6e8ccc !important;
}

.runroanoke-sky-text {
  color: #647898 !important;
}

.runroanoke-gray-text {
  color: #e1e1e1 !important;
}

.healthfocus-blue {
  background-color: #6e8ccc !important;
}

.healthfocus-yellow {
  background-color: #f3bc19 !important;
}

.healthfocus-blue-text {
  color: #6e8ccc !important;
}

.healthfocus-yellow-text {
  color: #f3bc19 !important;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }

  .print-print,
  .print-print * {
    display: block !important;
  }

  /*Requires header-space or footer-space be added to respective element*/
  /*.header, .header-space,
    .footer, .footer-space {
        height: 125px;
    }*/

  /*.header-print-firstpage {
        position: absolute;
        top: 0;
    }*/

  /*.nav .navbar .navbar-fixed .nav-wrapper {
        display: block;
        position: fixed;
        top: 0;
    }*/

  .nav-mobile {
    display: none !important;
  }

  /*.header {
        position: fixed;
        top: 0;
    }*/

  /*.footer {
        position: fixed;
        bottom: 0;
    }*/

  /*@page {
        margin: 2mm;
    }*/

  @page {
    margin-top: 5mm;
    margin-bottom: 5mm;
  }
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

@media print {
  .myelement1,
  .myelement2 {
    display: none !important;
  }
}

.span-label {
  font-size: 0.8rem;
  color: #1f1f1f;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
  vertical-align: -2px;
}

.list-circle {
  list-style-type: circle !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-decimal {
  list-style-type: decimal !important;
}

ul .heading {
  font-weight: normal;
  list-style: none;
}

.page-break {
  page-break-after: always;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-underline {
  text-decoration: underline;
}

.text-uppercase {
  text-transform: uppercase;
}

.vertalignsvg {
  vertical-align: middle;
}

.logo {
  display: inline-block;
  height: 100%;
}

.logo > img {
  vertical-align: middle;
}

.carousel-max-ht {
  min-height: 440px !important;
  height: 440px !important;
  max-height: 440px !important;
}

/*Carousel left right indicators*/
@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/v18/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;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.middle-indicator {
  position: absolute;
  top: 50%;
}

.middle-indicator-text {
  font-size: 4.2rem;
}

a.middle-indicator-text {
  /*color: white !important;*/
  color: #f3bc19 !important; /*#96A8CC !important;*/
}

.content-indicator {
  width: 64px;
  height: 64px;
  background: rgba(110, 140, 204, 0.1); /*none;rgba(255, 255, 255, 0.3);*/
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.indicators {
  visibility: hidden;
}
