/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
.breadcrumb {
  padding: 0;
  font-size: .75em;
  background-color: #fff; }
  .breadcrumb .breadcrumb-item::before {
    content: ">"; }
  .breadcrumb .breadcrumb-item:first-of-type::before {
    content: none; }
  .breadcrumb a:hover {
    text-decoration: none;
    color: #059bff; }

caption {
  caption-side: top;
  font-weight: bold;
  color: #f26724;
  font-size: 1.3em; }

.card {
  border: none; }

.card-body {
  padding-left: 0; }

.card-footer {
  background: none;
  border-top: none; }

.accordion-item {
  margin-bottom: .8rem; }

.accordion-button {
  background-color: #f3f3f3;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: .7rem; }

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #132048; }

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; }

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; }

.accordion-button:focus {
  box-shadow: rgba(255, 143, 92, 0.8) 0px 0px 0px 3px; }

.alert-warning {
  background-color: rgba(250, 162, 27, 0.5); }

.alert-danger {
  padding: .5rem 1rem; }

.form-control, .form-select {
  font-size: .9rem; }

textarea.form-control {
  min-height: 10rem; }

/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-position-x: center;
  background-image: url("../css/images/ENV_BG.png"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl, label {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #059bff; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  footer a[href^="tel:"] {
    cursor: text; }
    footer a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-position-x: center;
  background-image: url("../css/images/ENV_BG.png"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl, label {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #059bff; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  footer a[href^="tel:"] {
    cursor: text; }
    footer a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
.navbar-nav li {
  margin-left: .625rem; }
  .navbar-nav li a {
    font-family: poppins, sans-serif;
    font-weight: 700;
    color: #383838;
    font-size: 1.125rem;
    /*18px*/
    line-height: 1.7; }

.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.navbar-brand img {
  max-height: 105px;
  margin-left: 1.5rem; }

.navbar-toggler svg {
  fill: #000;
  height: 35px;
  width: 35px; }

@media screen and (max-width: 991px) {
  ul.navbar-nav {
    margin-top: 1rem; } }
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* fonts */
/* colors */
/* body colors */
/* body background */
body {
  font-family: roboto, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position-y: -100px;
  background-position-x: center;
  background-image: url("../css/images/ENV_BG.png"); }

h1 {
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 2rem;
  color: #132048;
  margin-top: 2rem; }

h2 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #132048; }

h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #333; }

p, ul, ol, td, dl, label {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #000; }

body a {
  color: #006eb5; }

body a:hover {
  text-decoration: none;
  color: #059bff; }

#skiptocontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all 250ms ease-out;
  transform: translateY(-100%);
  opacity: 0; }
  #skiptocontent:focus {
    transform: translateY(0);
    opacity: 1; }

.main-body-container {
  min-height: 500px; }

#main-body-content {
  background-color: #fff;
  padding: 1.5em;
  width: 85%;
  max-width: 1230px;
  margin: 18em auto 1em;
  min-height: 450px; }

/*special styles for smaller screens*/
@media screen and (max-width: 991px) {
  body {
    background-image: none; }

  #main-body-content {
    margin-top: 10em; }

  a[href^="tel:"] {
    display: block;
    margin-top: 1em; }

  a[href^="tel:"]:before {
    content: "\2706";
    margin-right: .5em; }

  #main-body-content {
    width: 95%; }

  .phoneLabel {
    display: none;
    visibility: hidden; }

  ul.navbar-nav li {
    min-width: 100px; } }
/*removes the visual cue for tel: links*/
@media screen and (min-width: 992px) {
  footer a[href^="tel:"] {
    cursor: text; }
    footer a[href^="tel:"]:hover {
      text-decoration: none !important;
      color: #fff !important; } }
#footer {
  background-color: #132048;
  min-height: 250px;
  padding: 1em .6em;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400; }
  #footer div.row {
    max-width: 1262px;
    margin: 0 auto; }
  #footer p {
    color: #fff;
    font-size: 1rem; }
  #footer a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem; }
    #footer a:hover {
      text-decoration: underline;
      color: #059bff; }
  #footer h3 {
    font-family: Poppins;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer ul li {
      margin: 10px 0; }
  #footer #socialMediaLinks {
    margin: 1rem auto 0;
    width: 99%; }
    #footer #socialMediaLinks ul {
      position: relative; }
      #footer #socialMediaLinks ul li {
        position: absolute;
        top: 0; }
        #footer #socialMediaLinks ul li a {
          height: 43px;
          display: block; }

#footer #socialMediaLinks ul li#facebook {
  background: url("images/social-media-icons.png") 0 0;
  left: 0px;
  width: 42px; }

#footer #socialMediaLinks ul li#facebook:hover {
  background: url("images/social-media-icons.png") 0 -43px; }

#footer #socialMediaLinks ul li#twitter {
  background: url("images/social-media-icons.png") -42px 0;
  left: 50px;
  width: 42px; }

#footer #socialMediaLinks ul li#twitter:hover {
  background: url("images/social-media-icons.png") -42px -43px; }

#footer #socialMediaLinks ul li#instagram {
  background: url("images/social-media-icons.png") -84px 0;
  left: 100px;
  width: 42px; }

#footer #socialMediaLinks ul li#instagram:hover {
  background: url("images/social-media-icons.png") -84px -43px; }

#footer #socialMediaLinks ul li#youtube {
  background: url("images/social-media-icons.png") -126px 0;
  left: 150px;
  width: 42px; }

#footer #socialMediaLinks ul li#youtube:hover {
  background: url("images/social-media-icons.png") -126px -43px; }

@media screen and (min-width: 992px) {
  #footer ul li {
    text-align: left; }
  #footer h3 {
    text-align: left; } }
@media screen and (max-width: 991px) {
  #footer .footer-quick-links {
    margin-top: 2em; } }
@media screen and (max-width: 993px) {
  #socialMediaLinks ul {
    width: 187px;
    margin: 1em auto; } }
footer div.row div:nth-child(3) {
  margin-top: 3rem; }

@media screen and (min-width: 994px) {
  footer div.row div:nth-child(3) {
    margin-top: 0; } }
/* fonts */
/* colors */
/* body colors */
fieldset legend {
  font-size: 1em;
  font-weight: bold; }
fieldset .form-check {
  padding-left: 0; }
fieldset .form-check.form-check-inline input {
  width: 20px;
  height: 20px;
  margin-right: .8rem;
  margin-left: 1.2rem; }
fieldset .form-check.form-check-inline input:first-of-type {
  margin-left: 0; }

.form-control.error,
.form-select.error,
textarea.error {
  border-color: #b31909;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: rgba(179, 25, 9, 0.08); }
  .form-control.error:focus,
  .form-select.error:focus,
  textarea.error:focus {
    border-color: #b31909;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 25, 9, 0.25); }

label.error, span.error {
  font-weight: bold;
  color: #b31909;
  font-size: small;
  margin-bottom: .3rem; }

.table tr td {
  min-width: 104px; }

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