/* ------ Global Styles ----- */
@font-face {
  font-family: "palatinolinotype_bold";
  src: url("/Site_Data/Fonts/AnyConv_com_palatinolinotype_bold") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "palatinolinotype_bolditalic";
  src: url("/Site_Data/Fonts/AnyConv_com_palatinolinotype_bolditalic")
    format("woff");
  font-display: swap;
}

@font-face {
  font-family: "palatinolinotype_italic";
  src: url("/Site_Data/Fonts/AnyConv_com_palatinolinotype_italic")
    format("woff");
  font-display: swap;
}

@font-face {
  font-family: "palatinolinotype_roman";
  src: url("/Site_Data/Fonts/AnyConv_com_palatinolinotype_roman") format("woff");
  font-display: swap;
}

/* Main Colors Global */
:root {
  --black: #000000;
  --white: #ffffff;
  --color1: #d8d3c4;
  --color2: #3f7760;
  --color3: #cfe0da;
  --titleNormal: "palatinolinotype_bold";
  --titleItalic: "palatinolinotype_bolditalic";
  --textNormal: "palatinolinotype_roman";
  --textItalic: "palatinolinotype_italic";
  --verdana: "verdana-pro-condensed", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 18px;
  font-family: var(--textNormal) !important;
  font-weight: 400;
  font-style: normal;
  word-spacing: 3px;
  margin: 0;
  padding: 0;
}

#divMainMenu nav #main-menu > li > a:hover,
#divMainMenu nav #main-menu > li > a.highlighted,
#divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: 0 -10px 0 -6px var(--color2) inset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-family: var(--titleNormal) !important;
}

h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.5rem;
}

a.btn,
.e3-button,
.btn,
.btn-solid,
a#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneLG70_CHO_Widget_TitleAndSummary_Large_hrefButton {
  font-weight: 600 !important;
  transition: 0.3s all ease;
  color: var(--white) !important;
  font-size: 1.3rem;
  line-height: 1.5rem;
  background: var(--color2) !important;
}

a.btn:hover,
.e3-button:hover,
.btn:hover,
.btn-solid:hover,
a#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneLG70_CHO_Widget_TitleAndSummary_Large_hrefButton:hover {
  color: var(--black) !important;
  background-color: var(--color1) !important;
}

p,
a {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-family: var(--textNormal);
  letter-spacing: 1px;
  text-decoration: none;
}

a {
  color: var(--black);
  background: transparent;
}

a:hover {
  text-decoration: none;
}

hr {
  margin: 5px 0;
  border: 3px solid var(--color2);
  width: 10%;
}

[class*="container-fluid"] {
  width: 100%;
  max-width: 1280px !important;
}

.tab-content [class*="container"] {
  width: 100%;
  max-width: 1064px !important;
  display: flex;
  flex-direction: column;
}

[class*="container"]:not(.mobile-full-width-quicklink-container) {
  width: 100%;
  display: flex;
  justify-self: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cho-hero-textwidget.height75 {
  height: 85vh;
  max-height: 800px;
}

.cho-hero-textwidget .cho-hero-textwidget-content.background-overlay {
  background: rgba(42, 42, 42, 0.1) !important;
}

header.master-layout-2 {
  background: #f7f4ef !important;
}

header.master-layout-2 [class*="header"] {
  background: #f7f4ef !important;
  a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: var(--verdana);
    font-weight: 400;
    font-style: normal;
    padding: 3px;
  }
  ul li a {
    background: #f7f4ef !important;
  }
}

section[id*="VideoBackground"] .fa-angle-down {
  display: none;
}
section[id*="VideoBackground"] {
  max-height: 80vh;
  width: 100%;
  .content-center {
    justify-content: left;
    align-items: left;
    height: 100%;
  }
}
section[id*="VideoBackground"] .col-xs-12.col-sm-8 {
  text-align: left;
  padding-left: 30px;
  h2 {
    text-align: left;
    font-size: 5rem;
  }
  h4 {
    text-align: left;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: var(--textNormal) !important;
    letter-spacing: 0.1rem;
  }
  .bLink {
    text-align: left;
  }
  .text-center {
    text-align: left;
  }
  .fa-angle-down {
    display: none !important;
  }
}

section[id*="RotatingImageBanner"] {
  h2 {
    width: 80%;
    font-size: 5rem !important;
  }
}
section[id*="RotatingImageBanner"] .col-md-5 {
  display: flex;
  width: 70%;
  align-content: center;
  align-self: center;
  justify-content: left;
  h1 {
    width: 80%;
    font-size: 5rem !important;
  }
  h2 {
    width: 80%;
    font-size: 5rem !important;
  }
}

section[id*="TitleAndSummary"] div {
  padding: 0px !important;
  height: 90vh;
  align-content: center;
  h2 {
    width: 100%;
    font-size: 2rem;
    color: var(--color2);
  }
}

section[id*="TitleAndSummary"].theme1 {
  .text-block {
    background: var(--color1);
    display: flex;
    justify-content: center;
  }
  p {
    max-width: 621px;
    width: 100%;
    line-height: 35px;
  }
}
section[id*="TitleAndSummary"].theme2 {
  .text-block {
    background: white;
    display: flex;
    justify-content: center;
  }
  p {
    max-width: 621px;
    width: 100%;
    line-height: 35px;
  }
}
section[id*="TitleAndSummary"].theme3 {
  .text-block {
    background: var(--color3);
    display: flex;
    justify-content: space-evenly;
    padding: 0px !important;
  }
  p {
    max-width: 621px;
    width: 100%;
    line-height: 35px;
  }
}

section[class*="bgTexture"] > div {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background-image: url(/getmedia/ceead05f-021e-479a-a48c-dfd667385da8/css-pattern-by-magicpattern.aspx);
  color: #f7f4ef !important;
  text-decoration: italic !important;
  h5 {
    font-size: 1.1rem;
  }
  p,
  a {
    color: white !important;
  }
}
section[class*="bgTexture1"] > div {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background-image: url(/getmedia/ceead05f-021e-479a-a48c-dfd667385da8/css-pattern-by-magicpattern.aspx);
  color: #f7f4ef !important;
  text-decoration: italic !important;
  h5 {
    font-size: 1.5rem;
  }
}

section[id*="QuickLinkMenu"] ul {
  background: white !important;
}

section[id*="QuickLinkMenu"] ul li a {
  font-weight: 600 !important;
  transition: 0.3s all ease;
  color: var(--white) !important;
  font-size: 1.3rem;
  line-height: 1.5rem;
  background: var(--color2) !important;
  margin-top: 5px;
}
.tab-content .tab-content-nav ul li:hover {
  background: var(--color1);
  border-left: none;
  color: black;
}

.tab-content .tab-content-nav ul li.active-tab {
  background: var(--color2);
  border-left: none;
  color: white;
}

.weather {
  margin-top: 10px;
}

.theme1 .theme-primary-op90,
.theme1 .theme-primary-hover-in:hover,
.theme1 .theme-primary-hover-in:focus,
.theme1 .theme-primary-hover-out {
  background-color: rgba(56, 108, 86, 0.6);
  color: #fafafa;
}

section[class*="contact"] [class*="inner-wrap"] h3 {
  margin-top: 45px;
}

section[class*="contact"] [class*="inner-wrap"] .contact-card-item {
  margin: 25px;
}

.fa-angle-down {
  color: var(--color2) !important;
  background-color: var(--color1) !important;
}

.powered-by-wrapper a {
  font-size: 0.8rem;
}

blockquote {
  color: black;
  text-shadow: 1px 1px #fff;

  h3 {
    color: var(--color2);
  }
  background: rgb(20, 82, 29);
  background: linear-gradient(
    90deg,
    rgba(20, 82, 29, 0.5) 0%,
    rgba(20, 82, 29, 0.5) 10%,
    rgba(20, 82, 29, 0.5) 25%,
    rgba(216, 211, 196, 1) 95%,
    rgba(207, 224, 218, 1) 99%,
    rgba(255, 255, 255, 0.9) 100%
  );
}

.AGScroll.AGCont {
  text-align: center;
}

section[id*="UpcomingEvents"] {
  text-align: center;
  border: 1px solid var(--color1) !important;
  margin: 15px;
}

section[id*="UpcomingEvents"] [id*="Item"] {
  text-align: center;
  border: 1px solid var(--color1) !important;
  margin: 25px;
  display: flex;
  width: 400px;
  padding: 50px;
  -webkit-box-shadow: -3px 7px 19px -6px rgba(20, 82, 29, 1);
  -moz-box-shadow: -3px 7px 19px -6px rgba(20, 82, 29, 1);
  box-shadow: -3px 7px 19px -6px rgba(20, 82, 29, 1);
  border-radius: 10px;
}

[class*="footer"] {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--color2);
}

.basic-footer-widget .footer-content-padding {
  padding: 32px 0;
  background: #2f4858;
}

.footer-container {
  padding: 0px;
  background: #2f4858;
}

a#p_lt_FooterWidgets_CHO_BasicFooter_ctl00_lnkPoweredBy {
  font-size: 0.9rem;
}

[class*="footer"].container-fluid {
  display: flex;
  justify-content: center;
  align-items: top;
  width: 100%;
  background: var(--color2);
  padding-top: 20px;
  padding-bottom: 20px;
}

[class*="footer"].row {
  display: flex;
  align-items: top;
  flex-direction: row;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 50px;
}

[class*="footer"][class*="footerCol"] {
  display: flex;
  justify-content: space-evenly;
  align-items: top;
}
[class*="footer"][class*="footerCol"] ul {
  margin: 0;
  margin-left: -38px;
}
[class*="footer"][class*="footerCol"] ul li {
  display: flex;
  justify-content: left;
  align-items: top;
  list-style: none;
}

[class*="footer"][class*="footerCol"] ul li a {
  display: flex;
  justify-content: left;
  list-style: none;
  line-height: 2rem;
}

[class*="footer"] a {
  color: white;
  text-decoration: underline;
  line-height: 1.2rem;
  font-size: 18px;
  font-family: var(--textNormal);
}
[class*="footer"] h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 15px;
  font-family: var(--textNormal) !important;
}

.footerText {
  text-align: left;
}

.logoWraper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.logoWraper img {
  display: flex;
  max-width: 200px;
  max-height: 200px;
}

.footer.container-fluid {
  width: 100% !important;
  display: flex;
  max-width: 100% !important;
}

[class*="expandable-container"] div {
  width: 100% !important;
  justify-content: space-around;
}

header {
  padding-bottom: 10px;
}

header.fixed-shrink.master-layout-2.wgt-header.rotating-image-banner-parallax-fix:before {
  background-color: #3f7760;
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  /* color: blue; */
  position: absolute;
  bottom: 5px;
  /* z-index: 999; */
}

#divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: 0 -10px 0 -6px var(--color2) inset;
}

#divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: 0 -100px 0 -6px var(--color2) inset;
}

/* ------ Responsive Styles ----- */

@media (min-width: 1024px) {
  section[id*="TextArea"] [id*="TextArea"] {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer .row {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.6rem;
  }
  p,
  a {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.6rem;
  }
  p,
  a {
    font-size: 1.2rem;
  }
  section[class*="bgTexture"] > div {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-image: url(/getmedia/ceead05f-021e-479a-a48c-dfd667385da8/css-pattern-by-magicpattern.aspx);
    color: #f7f4ef !important;
    text-decoration: italic !important;
    h2 {
      font-size: 1.5em !important;
      padding-left: 25px;
      padding-right: 25px;
    }
    p,
    a {
      color: white !important;
    }
  }
  [class*="footer"] {
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--color2);
  }
  a#p_lt_FooterWidgets_CHO_BasicFooter_ctl00_lnkPoweredBy {
    font-size: 0.9rem;
  }

  [class*="footer"].container-fluid {
    display: flex;
    justify-content: center;
    align-items: top;
    width: 100%;
    background: var(--color2);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  [class*="footer"].row {
    display: flex;
    align-items: top;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
  }

  [class*="footer"][class*="footerCol"] {
    display: flex;
    justify-content: center;
    align-items: top;
  }
  [class*="footer"][class*="footerCol"] ul {
    margin: 0;
    margin-left: -38px;
  }
  [class*="footer"][class*="footerCol"] ul li {
    display: flex;
    justify-content: center;
    align-items: top;
    list-style: none;
  }

  [class*="footer"][class*="footerCol"] ul li a {
    display: flex;
    justify-content: center;
    list-style: none;
    line-height: 2.3rem;
  }

  [class*="footer"] a {
    color: white;
    text-decoration: underline;
    line-height: 20px;
    font-size: 18px;
  }
  [class*="footer"] h3 {
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .footerText {
    text-align: center;
  }

  .logoWraper {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .logoWraper img {
    display: flex;
    max-width: 200px;
    max-height: 200px;
  }

  .footer.container-fluid {
    width: 100% !important;
    display: flex;
    max-width: 100% !important;
  }

  .footer .infoWraper {
    text-align: center;
    max-width: 400px;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.3rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 1.4rem;
  }
  p,
  a {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.6rem;
  }
  h5 {
    font-size: 1.4rem;
  }
  h6 {
    font-size: 1.3rem;
  }
  p,
  a {
    font-size: 1.2rem;
  }
  section[id*="VideoBackground"] {
    max-height: 75vh;
    width: 100%;
    .content-center {
      justify-content: left !important;
      align-items: left !important;
      height: 100%;
    }
  }
  section[id*="VideoBackground"] .col-xs-12.col-sm-8 {
    text-align: left;
    padding-left: 30px;
    h2 {
      text-align: left;
      font-size: 3.8rem;
    }
    h4 {
      text-align: left;
      font-size: 3rem;
    }
    .bLink {
      text-align: left;
    }
    .text-center {
      text-align: left;
    }
    .fa-angle-down {
      display: none !important;
    }
  }

  section[id*="TitleAndSummary"] div {
    padding: 10px !important;
    height: inherit;
    align-content: center;
    h2 {
      width: 100%;
      font-size: 2rem;
      color: var(--color2);
    }
  }

  section[id*="RotatingImageBanner"] .col-md-5 {
    display: flex;
    width: 100%;
    align-content: center;
    align-self: center;
    justify-content: center;
    h1 {
      width: 100%;
      font-size: 3.5rem !important;
    }
    h2 {
      width: 100%;
      font-size: 5rem !important;
    }
  }

  section[id*="TitleAndSummary"].theme1 {
    .text-block {
      background: var(--color1);
      display: flex;
      justify-content: center;
    }
    p {
      width: 100%;
    }
  }
  section[id*="TitleAndSummary"].theme2 {
    .text-block {
      background: white;
      display: flex;
      justify-content: center;
    }
    p {
      width: 100%;
    }
  }
  section[id*="TitleAndSummary"].theme3 {
    .text-block {
      background: var(--color3);
      display: flex;
      justify-content: center;
    }
    p {
      width: 100%;
    }
  }
  .cho-hero-textwidget.height75 {
    height: auto;
    max-height: 800px;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1.2rem;
  }
  p,
  a {
    font-size: 0.9rem;
  }
  section[id*="VideoBackground"] {
    max-height: 75vh;
    width: 100%;
    .content-center {
      justify-content: left !important;
      align-items: left !important;
      height: 100%;
    }
  }
  section[id*="VideoBackground"] .col-xs-12.col-sm-8 {
    text-align: center;
    padding-left: 00px;
    h2 {
      text-align: center;
      font-size: 3.8rem;
    }
    h4 {
      text-align: center;
      font-size: 3rem;
    }
    .bLink {
      text-align: left;
    }
    .text-center {
      text-align: left;
    }
    .fa-angle-down {
      display: none !important;
    }
  }
}

@media (min-width: 768px) {
  .cho-hero-textwidget
    .rotating-image-banner-slider
    .cho-hero-textwidget-content
    .container {
    width: 100%;
  }
}
