/* Screen widths */
/* Site Colors */
body .accordion .accordion-item .accordion-button {
  background-color: #208478;
  color: #fff;
}
body .accordion .accordion-item .accordion-button:hover,
body .accordion .accordion-item .accordion-button:focus {
  color: #253d8d;
}
body .accordion .accordion-item .accordion-button:visited {
  color: #208478;
}
body .accordion .accordion-item .accordion-button:after {
  background: none;
  color: #fff;
}
body .accordion .accordion-item .accordion-button:after:hover {
  color: #253d8d;
}
body .accordion .accordion-item .accordion-button:after:visited {
  color: #208478;
}
body .accordion#side-nav {
  margin-top: 7rem !important;
}
@media only screen and (max-width: 991px) {
  body .accordion#side-nav {
    margin-top: 3rem !important;
  }
}
body table,
body .tablesaw,
body th,
body td {
  border: 1pt solid #ccc;
  border-collapse: collapse;
}
body table.tablesaw {
  border: 1pt solid #ddd;
}
body table.tablesaw thead tr th {
  background: #253d8d;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
body table.tablesaw thead tr th a {
  font-size: 1.6rem;
}
body table.tablesaw tbody tr {
  background-color: #fff;
}
body table.tablesaw tbody tr:nth-child(even) {
  background-color: #eee;
}
body table.tablesaw tbody tr td {
  padding: 1rem;
  border-bottom: 1px solid #ddd !important;
  font-size: 1.6rem;
}
body table.tablesaw tbody tr td a {
  font-size: 1.6rem;
}
body table thead tr th {
  background: #253d8d;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
body table thead tr th a {
  font-size: 1.6rem;
}
body table tbody tr {
  background-color: #fff;
}
body table tbody tr:nth-child(even) {
  background-color: #eee;
}
body table tbody tr td {
  padding: 1rem;
  border-bottom: 1px solid #ddd !important;
  font-size: 1.6rem;
}
body table tbody tr td a {
  font-size: 1.6rem;
}
body .fc-view-container .fc-head th {
  background-color: #253d8d;
}
body .fc-view-container .fc-body tr td .fc-event {
  background-color: #208478 !important;
}
body .nav-tabs .nav-link {
  border-color: #eee;
}
body .tab-content {
  padding: 1rem;
}
body .view-photo-gallery .carousel {
  display: flex;
  flex-direction: column;
}
body .view-photo-gallery img {
  width: 100%;
  height: auto;
}
body .view-photo-gallery .gallery-image {
  position: relative;
  overflow: hidden;
}
body .view-photo-gallery .gallery-image .image-style-gallery-blurred-bg {
  filter: blur(10px);
  max-height: 600px;
}
body .view-photo-gallery .gallery-image .image-style-gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 500px) {
  body .view-photo-gallery .gallery-image .image-style-gallery-image {
    width: 100%;
  }
}
body .view-photo-gallery .carousel-caption {
  position: relative;
  padding: 0;
  margin-top: 4px;
  margin-bottom: 20px;
  color: #343A40;
  font-style: italic;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .view-photo-gallery .carousel-caption .carousel-caption-inner {
  padding: 0;
}
body .view-photo-gallery .carousel-indicators {
  order: 2;
  margin: 0;
  position: relative;
}
body .view-photo-gallery .indicator {
  position: relative;
  box-sizing: initial;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-indent: 0;
  background-clip: initial;
  opacity: 1;
  border: 0;
}
body .view-photo-gallery .indicator.active,
body .view-photo-gallery .indicator:active {
  outline-offset: 4px;
  outline: 3px solid #FCBC00;
}
body .view-photo-gallery .indicator.active .bg-overlay,
body .view-photo-gallery .indicator:active .bg-overlay {
  background-color: rgba(0, 59, 74, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
body .view-photo-gallery .indicator:hover,
body .view-photo-gallery .indicator:focus,
body .view-photo-gallery .indicator:focus-visible,
body .view-photo-gallery .indicator:focus-within {
  outline-offset: 4px;
  outline: 3px solid #003B4A;
}
body .service-bundles {
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  flex-grow: 0;
}
body .service-bundles .w-47 {
  width: 47%!important;
}
body .service-bundles .bundle {
  position: relative;
  flex: 1 1 25%;
  border: 1px solid #000000;
  padding: 1rem;
  min-height: 212px;
}
body .service-bundles .bundle ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
body .service-bundles .bundle .overlay {
  display: flex;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
body .service-bundles .bundle .field--name-field-media-image {
  margin: 0;
}
body .service-bundles .bundle a {
  cursor: pointer;
  color: #3b3b3b;
  text-decoration: none;
}
body .service-bundles .bundle a::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body .service-bundles .bundle:hover .overlay {
  opacity: 1;
}
body .service-bundles .bundle:nth-of-type(3n) ul {
  justify-content: start;
}
body .service-bundles .bundle:nth-of-type(4n) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
body .service-bundles .bundle:nth-of-type(4n) .field--name-field-media-image {
  margin: 0;
}
body .service-bundles .bundle-accordion {
  margin-top: 2rem;
  position: relative;
  flex: 0 1 33%;
  padding: 1rem;
  min-height: 212px;
  flex-wrap: nowrap;
}
body .service-bundles .bundle-accordion .accordion .accordion-item .accordion-button {
  background-color: #fff;
}
body .service-bundles .bundle-accordion .accordion .accordion-item .accordion-button:hover {
  text-decoration: none;
}
body .service-bundles .bundle-accordion .accordion .accordion-item .accordion-button:after {
  color: #003296;
}
body .service-bundles .bundle-accordion .accordion .accordion-item .accordion-button .accordion-title {
  font-size: 1.8rem;
  color: #253d8d;
  text-align: center;
  width: 100%;
  margin: auto;
}
body .service-bundles .bundle-accordion .accordion .accordion-item .accordion-button .accordion-title h2 {
  font-size: 1.8rem;
}
body .service-bundles .bundle-accordion .accordion .accordion-item .accordion-button .accordion-title .field--name-field-media-image {
  margin: auto;
  width: 80px;
}
body .service-bundles .bundle-accordion .accordion-body {
  border-bottom: 1px solid #ccc;
}
body .service-bundles .bundle-accordion ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
body .service-bundles .bundle-accordion img {
  width: 100%;
}
body .service-bundles .bundle-accordion:last-of-type {
  flex: 1 1 100%;
}
body .service-bundles .row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-bottom: 2px solid #6790CB;
  font-size: 1.6rem;
  position: relative;
  flex: 1 1 100%;
}
body .service-bundles .row ul {
  font-size: 1.4rem;
}
body .service-bundles .row p {
  margin: 0;
  font-size: 2rem;
}
body .service-bundles .row .field--name-field-media-image {
  margin: 0;
}
body .service-bundles .row a {
  cursor: pointer;
  color: #3b3b3b;
  transition: border-color 200ms;
  text-decoration: none;
}
body .service-bundles .row a::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
body .service-bundles .row a:hover {
  color: #3b3b3b;
}
body .service-bundles .row a:hover::before {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
body .service-bundles .header {
  font-weight: bold;
  color: #ffffff;
  border-bottom: 0;
  padding: 0;
}
body .service-bundles .header div {
  padding: 1rem 2rem;
  text-align: center;
}
body .service-bundles .header div p {
  margin: 0;
  font-size: 2.2rem;
}
body .service-bundles .header div:first-of-type {
  background-color: #6790CB;
}
body .service-bundles .header div:last-of-type {
  background-color: #003296;
}
