/* font-family: 'Neuton', serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Questrial', sans-serif; 
font-family: Source Sans Pro Semibold.ttf */
@import url('https://fonts.googleapis.com/css2?family=Neuton:wght@400;700&family=Open+Sans:wght@400;600&family=Questrial&display=swap');
@font-face {
  font-family: "SourceSansPro";
  src: url("/tpl/fonts/SourceSansPro-Semibold.ttf");
}
@font-face {
  font-family: "source-sans";
  src: url("/tpl/fonts/source-sans-pro.regular.ttf");
}
#panel a.btn {
  display: inline-block !important;
  padding: 14px 38px !important;
  border-radius: 40px !important;
  background-color: #a11f28 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: background-color 0.2s ease !important;
}
#panel a.btn:hover {
  background-color: #8c1a22 !important;
  color: #ffffff !important;
}
#panel input[type="button"],
#panel input[type="submit"] {
  background-color: #ef3440;
}
.main_bg, #panel {
  background: #ffffff;
}

#panel h1 {
  font-family: 'Neuton', serif;
  color: #2f2f2f;
  font-size: 48px;
  line-height: 60px;
}
#panel h2 {
  font-family: 'SourceSansPro', serif;
  color: #2f2f2f;
  font-size: 32px;
  line-height: 3;
  margin-top: 70px;
  margin-bottom: 12px;
}
#panel h3 {
  font-family: 'SourceSansPro', serif;
  color: #2f2f2f;
  font-size: 26px;
  line-height: 3;
}
#panel h4 {
  background: #f6f6f6;
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  margin-bottom: 20px !important;
  color: #666666;
  font-size: 21px;
}
#panel h5 {
  font-family: 'SourceSansPro', serif;
  color: #383838;
  font-size: 21px;
  line-height: 30px;
  font-style: normal;
}
#panel a {
  font-family: 'SourceSansPro', sans-serif;
  color: #2f2f2f;
}
#panel .main-header {
  padding: 22px 20px !important;
}
#panel .main-header div.logo {
  max-width: 250px;
  line-height: 1px;
}
#panel p {
  font-size: 18px;
  margin-bottom: 18px !important;
  color: #2f2f2f;
  font-family: "source-sans";
  line-height: 1.6 !important;
  /*  font-family: 'Questrail', sans-serif; */
}

hr {
  width: 100%;
  height: 5px !important;
  margin: 15px auto;
  background: #383838 !important;
  max-width: 200px;
}

.AlignCenter {
  text-align: center;
}

#panel section.main-header-container .main-header {
  /*
	max-width: 1170px;
	margin: 0 auto;
  */
}

@media screen and (max-width: 820px) {
  #panel section.main-header-container {
    position: static;
  }

  #panel h2 {
    line-height: normal;
  }

  #panel h3 {
    line-height: normal;
  }
}

#top_bar #phone {
  position: absolute;
  z-index: 40;
  right: 15px;
  margin-top: 58px;
  line-height: 48px;
  font-weight: 500;
  padding-right: 72px;
  font-size: 1.3em;
  font-family: 'SourceSansPro', serif;
}

#panel div#nav-main-inner ul {
  text-align: center;
  background-color: #6f6a62;
}

#panel div#nav-main-inner ul li a {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 400 !important;
  text-transform: uppercase;
  padding: 10px 25px !important;
}

#panel #nav-main #nav-main-inner ul li:hover {
  background-color: #382c2c;
}

#panel #top_overlay > div {
  width: auto;
  display: inline-block;
  max-width: 850px;
  margin-left: 10%;
  margin-right: 20px;
  text-align: left;
  padding: 18px 22px 22px 22px;
  margin-top: 238px;
  background: #f0dfcd8e;
  border-radius: 8px;
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}

#panel #top_overlay h1 {
  line-height: 1.15em;
  max-width: 650px;
  color: rgba(0, 0, 0, 0.75) !important;
  font-size: 52px;
  margin-bottom: 14px !important;
}

#panel #top_overlay h2 {
  font-size: 30px !important;
  font-family: 'SourceSansPro', sans-serif !important;
  margin-bottom: 16px !important;
  margin-top: .5em !important;
  color: rgba(0, 0, 0, 0.65) !important;
}

#panel #top_overlay p {
  font-family: 'SourceSansPro', sans-serif !important;
  font-size: 18px !important;
  color: #201e1e !important;
  margin-bottom: 14px !important;
}

#panel #top_overlay a {
  color: #ffffff;
  font-family: 'SourceSansPro', sans-serif !important;
  padding: 13px 50px;
  border-radius: 40px;
  background-color: #a11f28;
  transition: all 0.2s;
  margin-top: 10px;
}

#panel #top_overlay a:hover {
  background-color: #8c1a22;
  transition: all 0.2s;
}

/* tablet */
@media screen and (max-width: 1024px) {
  #panel #top_overlay > div {
    max-width: 70%;
    margin-left: 6%;
    margin-right: 0;
    margin-top: 120px;
    padding: 16px 18px 18px 18px;
  }

  #panel #top_overlay h1 {
    font-size: 42px;
    line-height: 1.12em;
    max-width: 100%;
  }

  #panel #top_overlay h2 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }

  #panel #top_overlay p {
    font-size: 17px !important;
    line-height: 1.5 !important;
  }
}

@media screen and (max-width: 900px) {
	 #panel #top_overlay > div {
		margin-top: 170px;
	  }
	
}

/* phone */

@media screen and (max-width: 767px) {
  #top_bar {
    position: relative;
    background: #ffffff;
  }

  #top_bar #phone {
    position: static;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 8px 12px;
    line-height: 1.3;
    font-size: 16px;
    color: #2f2f2f;
    background: #ffffff;
    z-index: 50;
  }

  #panel .main-header {
    padding: 10px 12px !important;
  }

  #panel .main-header div.logo {
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
  }

  #panel .main-header div.logo img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  section#home-slider,
  #top_photo {
    height: auto !important;
    min-height: 0 !important;
  }

  #top_photo {
    background-size: cover !important;
    background-position: center center !important;
  }

  #top_photo img {
    width: 100%;
    height: auto;
    display: block;
  }

  #panel #top_overlay {
    position: static !important;
    width: 100%;
    height: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }

  #panel #top_overlay > div {
    position: static !important;
   /*  display: block; */
    width: auto;
    max-width: calc(100% - 24px);
    margin: 135px 12px 24px 12px;
    padding: 16px;
    box-sizing: border-box;
  }

  #panel #top_overlay h1 {
    font-size: 30px;
    line-height: 1.18em;
    margin-bottom: 12px !important;
    max-width: 100%;
  }

  #panel #top_overlay h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }

  #panel #top_overlay p {
    font-size: 15px !important;
    line-height: 1.45 !important;
    margin-bottom: 12px !important;
  }

  #panel #top_overlay a {
    display: inline-block;
    padding: 11px 22px;
  }

  #panel .p_block .hero_block {
    max-height: inherit !important;
  }
}
/* small phone */
@media screen and (max-width: 480px) {
  #panel #top_overlay > div {
    /* margin: 16px 10px 0 10px;
    max-width: calc(100% - 20px); */
    padding: 14px;
  }

  #panel #top_overlay h1 {
    font-size: 30px;
  }

  #panel #top_overlay a {
    padding: 12px 24px;
  }
}

/* HOME PAGE FINAL CALL TO ACTION BUTTON/SECTION*/
/* FINAL CTA SECTION (dp_139314) — lock alignment */
#dp_139314 .hero_block {
  text-align: center !important;
}
/* only the sentence gets a narrower reading width */
#dp_139314 .hero_block p:first-child {
  max-width: 700px;
  margin: 0 auto 22px auto;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.7;
  text-align: center !important;
}
/* the button paragraph stays full width and centered */
#dp_139314 .hero_block p:nth-child(2) {
  margin: 0;
  text-align: center !important;
}
/* button styling */
#dp_139314 .hero_block a.cta-button {
  display: inline-block !important;
  padding: 14px 38px !important;
  border-radius: 40px !important;
  background-color: #a11f28 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: background-color 0.2s ease !important;
}
#dp_139314 .hero_block a.cta-button:hover {
  background-color: #8c1a22 !important;
  color: #ffffff !important;
}
section#banners {
  width: 100%;
  height: auto;
  float: left;
  background: #ffffff;
}

#contactForm { padding-top:20px; }

#panel section#footer {
  width: 100%;
  height: auto;
  float: left;
  background: #ffffff;
  color: #000000;
  border-top: 1px solid #cccccc;
  padding-bottom:0px;
}
#panel section#footer a {
  color: #000000;
}
#panel section#footer .bottom-links {
  display: none;
}
#panel section#footer p {
  margin-bottom: 0px !important;
}
#panel section#home-content {
  background: #fff;
  width: 100%;
  height: auto;
  padding: 30px 0;
}




@media (max-width: 800px) {
  .footer-inner {
    gap: 28px;
  }

  .footer-col {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .footer-bottom {
    text-align: left;
  }
}

@media only screen and (max-width: 568px) {
 

#panel .home-container h1 {
    text-align: center;
    margin-bottom: 10px !important;
  }  
  #panel #nav-main {
    min-height: 0px;
  }
  #panel section#home-content {
    padding-top: 10px !important;
  }
}
.p_block {
  width: 100%;
}
.hero_block {
  width: 100%;
  height: auto;
  float: left;
}

@media screen and (max-width: 899px) {
  #panel .main-header a.toggle-button {
    color: #ffffff;
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    background: #ee343f;
    text-align: right;
    font-size: 21px;
  }
  #panel .main-header a.toggle-button span {
    float: left;
  }
  #menu {
    background-color: #ee343f;
  }
  #menu ul li a {
    color: #ffffff;
    text-transform: uppercase;
  }
#panel h2 {
    line-height: normal
  }

#panel h3 {
    line-height: normal
  }
 
}


#twc-footer {
  background: #ececec;
  border-top: 1px solid #d6d6d6;
  padding: 42px 20px 20px;
  margin-top:0px;
  color: #2f2f2f;
}


#twc-footer,
#twc-footer p,
#twc-footer li,
#twc-footer a {
  font-size: 16px;
  line-height: 1.6;
}

#twc-footer a,
#twc-footer a:visited {
  color: #2f2f2f !important;
  text-decoration: none;
}

#twc-footer a:hover {
  color: #2f2f2f !important;
  text-decoration: underline;
}

#twc-footer .twc-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

#twc-footer .twc-footer-col {
  flex: 1 1 280px;
  min-width: 240px;
}

#twc-footer h3 {
  margin: 0 0 14px 0;
  font-size: 24px;
  line-height: 1.2;
}

#twc-footer p {
  margin: 0 0 16px 0;
}

#twc-footer .twc-footer-tagline {
  font-weight: 600;
  margin-bottom: 18px;
}

#twc-footer .twc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#twc-footer .twc-footer-links li {
  margin-bottom:2px;
}

#twc-footer .twc-footer-award {
  margin: 18px 0;
  font-weight: 600;
}

#twc-footer .twc-footer-license {
  margin-top: 6px;
}

#twc-footer .twc-footer-cta-wrap {
  margin-top: 20px;
}

#twc-footer .twc-footer-cta {
  display: inline-block;
  padding: 12px 22px;
  min-width: 260px;
  text-align: center;
  border: 1px solid #2f2f2f;
  border-radius: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

#twc-footer .twc-footer-cta:hover {
  background: #2f2f2f;
  color: #ffffff !important;
  text-decoration: none;
}

#twc-footer .twc-footer-bottom {
  max-width: 980px;
  margin: 28px auto 0 auto;
  padding-top: 18px;
  border-top: 1px solid #d6d6d6;
  text-align: center;
}

#twc-footer .twc-footer-bottom p {
  margin: 0 0 8px 0;
}

#twc-footer .twc-footer-bottom p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  #twc-footer .twc-footer-inner {
    gap: 28px;
  }

  #twc-footer .twc-footer-col {
    flex: 1 1 100%;
    min-width: 100%;
  }

  #twc-footer .twc-footer-bottom {
    text-align: left;
  }

