:root {
  --white: #ffffff;
  --gold: #ffca81;
  --almost-black: #010101;
  --true-black: #000000;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  background: var(--almost-black);
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 2000;
  padding: 10px 14px;
  background: #ff5e24;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus {
  top: 12px;
}

.header {
  background-color: var(--true-black);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.topline {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  background-color: #ff5e24;
  color: #000000;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.box {
  display: flex;
  align-items: center;
}

.topline a {
  margin-top: auto;
}

.topline img {
  display: block;
  height: 28px;
  width: auto;
  margin: auto;
  object-fit: contain;
}

.navbar {
  font-size: 20px;
  min-height: 56px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-inverse {
  background-color: var(--true-black);
  border-color: var(--true-black);
  color: var(--white);
}

.navbar .container-fluid {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-brand {
  float: left;
  height: auto;
  line-height: 20px;
  padding: 0 0 0 12px;
  margin: 0;
}

.navbar-brand img {
  display: block;
  height: 56px;
  max-height: 56px;
  width: auto;
}

.navbar-nav > li > a {
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--white) !important;
}

.nav-quick-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}

.nav-call-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5e24;
  color: #000000 !important;
  font-weight: 700;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  margin: 0;
  border-radius: 4px;
  text-decoration: none;
}

.nav-call-btn .glyphicon {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.navbar-inverse .nav-call-btn:hover,
.navbar-inverse .nav-call-btn:focus {
  background-color: #ff8a5f;
  color: #000000 !important;
  text-decoration: none;
}

.navbar-toggle {
  float: right;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 38px;
  height: 38px;
  padding: 6px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background-color: #000000;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 767px) {
  .navbar-header {
    justify-content: space-between;
    min-height: 56px;
  }

  .navbar-toggle {
    display: flex;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none !important;
  }

  .navbar .container-fluid {
    display: flex;
    align-items: center;
  }

  .navbar-header {
    flex: 0 0 auto;
    float: left;
    width: auto;
    overflow: visible;
  }

  .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-left: 20px;
    padding-right: 108px;
  }

  .nav-quick-actions {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }

  .navbar-collapse .navbar-nav {
    float: none;
    display: flex;
    align-items: center;
    margin: 0;
  }

  .navbar-collapse .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    line-height: 56px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.inner-page {
  background-image: url('./easttn_topo_4.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  height: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: var(--white);
}

.section,
.servicessection,
.content-column,
.column-content {
  width: 100%;
  max-width: 90%;
  margin: auto;
}

.servicessection {
  padding: 30px;
}

.centered {
  text-align: center;
}

.centeredbody {
  text-align: center;
  color: var(--white);
  padding: 20px;
  margin: 0;
}

.centerbody {
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  overflow-wrap: anywhere;
  text-align: justify;
}

h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  margin: 0;
}

h2 {
  margin: 0 0 0.7em;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
}

h3 {
  margin: 0 0 0.6em;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--white);
}

h4 {
  margin: 0 0 0.6em;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--white);
}

p,
ul,
ol {
  font-size: 20px;
}

p {
  margin: 0 auto 1em;
  max-width: 90%;
}

.hero {
  background-image: url('./LOGO2.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 75vh;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero2 {
  min-height: 200px;
  display: flex;
  justify-content: center;
  text-align: center;
}

.hero__content {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-intro {
  max-width: 880px;
  margin: 18px auto 0;
  text-align: center;
}

.featured-story__flex {
  z-index: 200;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

.featured-story__content {
  width: 90vw;
  max-width: 90vw;
  margin: auto;
  padding: 0 0 20px 0;
  text-align: justify;
}

.featured-story__content p:last-of-type {
  margin-bottom: 0;
}

.cta-link {
  font-weight: 700;
  text-decoration: none;
  color: var(--gold);
  display: inline-block;
}

.cta-link:after {
  position: relative;
  top: 2px;
  margin: 0 0 0 7px;
  content: '';
  width: 18px;
  height: 12px;
  display: inline-block;
  background: url('../images/arrow.svg') 0 0 no-repeat;
  transition: transform 0.12s ease;
}

.cta-link:hover:after {
  transform: translateX(2px);
}

.slideshow-container {
  width: min(90vw, 900px);
  max-width: 100%;
  position: relative;
  margin: auto;
  padding-top: 20px;
}

.mySlides {
  display: none;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: auto;
}

.mySlides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: var(--white);
  font-weight: 700;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slideshow-button {
  border: 0;
  background-color: transparent;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: transparent;
}

.numbertext {
  color: #010101;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.faded {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from { opacity: 0.2; }
  to { opacity: 1; }
}

.dots {
  text-align: center;
  padding-bottom: 20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #ffffff;
}

.flex-columns {
  margin: 0 -25px 20px;
  padding: 2em 0 0;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flex-columns__item {
  margin: 0 25px 2em;
  width: 300px;
  max-width: 100%;
}

.flex-columns__item p {
  margin-bottom: 0;
}

.flex-columns__image {
  margin: 10px;
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
}

.seo-copy-block {
  width: min(90vw, 1000px);
  margin: 0 auto 32px;
  padding: 24px;
  text-align: center;
}

.seo-list {
  width: min(90vw, 900px);
  margin: 0 auto 24px;
  padding: 24px;
  padding-left: 28px;
  text-align: left;
}

.seo-list li {
  margin-bottom: 12px;
}

.faq-section {
  width: min(90vw, 1000px);
  margin: 0 auto 32px;
}

.faq-item {
  margin-bottom: 24px;
  text-align: left;
}

.faq-item p {
  max-width: 100%;
  margin-left: 0;
}

.map-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.map-container iframe {
  height: 50vh;
  width: 75vw;
  max-width: 800px;
  border-radius: 10px;
  background-color: white;
  display: block;
  margin: 0 auto;
  border: 0;
}

.contactinfo {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding: 20px;
}

.footer {
  padding: 40px 0;
  color: var(--white);
  background: var(--true-black);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url('./website_bottom.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  font-size: 15px;
}

@media (max-width: 480px) {
  article {
    max-width: 100%;
  }

  .hero {
    max-height: 200px;
  }

  .inner-page {
    min-height: auto;
    padding-bottom: 20px;
  }

  .centerbody,
  .centeredbody {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

@media (min-width: 1024px) {
  .hero {
    max-height: 400px;
  }
}

@media (min-width: 1200px) {
  .hero {
    max-height: 800px;
  }
}
