@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

:root {
  --primary-font: "Playfair Display", serif;
  --body-font: "Josefin Sans", sans-serif;
  --orange-color: #ee4b47;
  --blue-color: #005b9e;
  --power-color: #a7b0ca;
  --peach-glow: #fec196;
  --coffee-bean: #110b11;
  --ghost-white: #f0eff4;
  --soft-linen: #e3e4db;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  font-style: normal;
  color: #000;
}

h1 {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  margin: 0px;
  color: var(--orange-color);
}

h2 {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  margin: 0px;
}

h3 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  margin: 0px;
}

h4 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 400;
  margin: 0;
}

h5 {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
  margin: 0;
}

h6 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  margin: 0;
}

p {
  font-size: clamp(18px, 1vw, 20px);
  margin: 0px;
  font-weight: 300;
}

a {
  text-decoration: none;
  font-size: clamp(18px, 1vw, 20px);
  margin: 0px;
}
a:focus {
  outline: none !important;
}
.largeMargin {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.marginTopOnly {
  margin-top: 35px !important;
}
.marginBottomOnly {
  margin-bottom: 35px !important;
}
.padding-bottom-only {
  padding-bottom: 35px !important;
}
.padding-top-only {
  padding-top: 35px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1025px) {
  .largeMargin {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .marginTopOnly {
    margin-top: 75px !important;
  }
  .marginBottomOnly {
    margin-bottom: 75px !important;
  }
  .padding-bottom-only {
    padding-bottom: 75px !important;
  }
  .padding-top-only {
    padding-top: 75px !important;
    padding-bottom: 0px !important;
  }
}
/* Base Container */
.container {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Large Screens (1440px and above) */
@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

/* Laptop / Small Desktop */
@media (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
  .container {
    max-width: 960px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Mobile Large */
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Mobile Small */
@media (max-width: 375px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* HEADER CSS */
.master-layout-1 #divMainMenu nav #main-menu > li > a,
.master-layout-1 #divMainMenu nav #main-menu ul a,
.master-layout-1 nav #main-menu a {
  text-transform: uppercase !important;
}
.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a.highlighted,
.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: none !important;
}
.master-layout-1 .MyProfile_Member:focus {
  outline: none !important;
  background-color: #fff !important;
  color: var(--coffee-bean) !important;
}
.master-layout-1 .MyProfile_Member:focus .MyProfile_Name {
  color: var(--coffee-bean) !important;
}
.master-layout-1 .MyProfile_Svg svg {
  fill: var(--blue-color) !important;
}
.master-layout-1 #menu-button i {
  color: var(--blue-color) !important;
}
.master-layout-1 {
  box-shadow: unset !important;
}
@media (min-width: 1025px) {
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    border: 1px solid var(--coffee-bean) !important;
    height: 50px !important;
  }
  .master-layout-1 .MyProfile_Member:focus .MyProfile_Name {
    padding-top: 5px !important;
  }
}
/* FOOTER CSS */
footer {
  background-image: url("/getmedia/790a101b-4a75-4520-b759-38422924c1f6/image_25.aspx");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-top: 50px;
}
.ft-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  h2 {
    text-align: center;
    font-size: clamp(32px, 5vw, 64px);
    font-weight: 400;
    margin: 0px;
    color: #fff !important;
  }
  hr {
    background-color: var(--peach-glow);
    height: 2px;
    width: 500px;
    border: 2px solid var(--peach-glow);
  }
}
.ft-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  a {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0px !important;
  }
}
.ft-contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 15px;
  a {
    color: #fff !important;
    text-decoration: none !important;
    align-items: center;
    gap: 5px;
    justify-content: center;
    display: flex;
  }
}
.ft-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  a {
    text-decoration: none !important;
  }
}
.ft-copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--coffee-bean);
  max-width: stretch !important;
  width: 100% !important;
  padding: 10px !important;
  p {
    color: var(--power-color);
    margin: 0px !important;
    padding: 0px !important;
  }
  a {
    color: var(--power-color);
    margin: 0px !important;
    padding: 0px !important;
    text-decoration: underline !important;
  }
}
@media (max-width: 768px) {
  .footer-wrapper {
    padding-top: 30px;
  }
  .ft-navigation {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ft-contact-info {
    flex-direction: column;
    gap: 15px;
  }
  .ft-copyright {
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ft-column {
    margin-bottom: 100px;
    hr {
      width: 250px;
    }
  }
}
/* VIDEO BANNER */
.video-widget {
  pointer-events: none;
  margin-top: -100px !important;
}
.video-widget .scroll-chevron {
  display: none !important;
}
.video-widget .col-xs-12.col-sm-8 {
  display: flex;
  flex-direction: column-reverse;
}
.video-widget .col-xs-12.col-sm-8 h4::after {
  content: "";
  display: block;
  width: 400px;
  height: 2px;
  background-color: var(--peach-glow);
  margin: 15px auto 0;
}
.video-widget .col-xs-12.col-sm-8 h2::after {
  content: "45° 35'27.6\"N | 122°37'40.8\"W";
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 0.5px;
  font-family: var(--body-font);
  font-weight: 200;
}
@media (max-width: 768px) {
  .video-widget .col-xs-12.col-sm-8 h4::after {
    content: "";
    display: block;
    width: 250px;
    height: 2px;
    background-color: var(--peach-glow);
    margin: 15px auto 0;
  }
  .video-widget {
    margin-top: 0px !important;
  }
  .video-widget .col-xs-12.col-sm-8 h2::after {
    color: var(--coffee-bean);
    font-size: 18px;
  }
}
/* Text Area Intro Section */
.intro-section {
  padding-top: 35px;
  padding-bottom: 35px;
  float: unset !important;
  margin: 0 auto !important;
}
.intro-section h2,
.intro-section h3 {
  color: var(--blue-color);
}
.intro-section p,
intro-section a {
  margin-top: 30px;
  font-weight: 300;
  font-size: 18px;
}
.intro-section hr {
  border: 1px solid var(--orange-color);
  width: 250px;
  margin-top: 30px;
}
.intro-section > div {
  background: transparent !important;
}
@media (min-width: 1025px) {
  .intro-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .intro-section p,
  intro-section a {
    font-size: 20px;
  }
}
/* Title and summary widget */
.title-summary > div {
  background: transparent !important;
}
.title-summary h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 400;
  margin: 0px;
  color: var(--blue-color);
}
.title-summary p {
  margin-top: 20px;
  font-weight: 300 !important;
  font-size: 20px !important;
}
.title-summary a {
  display: inline-block;
  padding: 10px;
  background-color: var(--orange-color) !important;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  border-color: var(--orange-color) !important;
}

.title-summary a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ffffff !important;
  pointer-events: none;
}

.title-summary a:hover {
  background-color: #ffffff !important;
  color: var(--orange-color) !important;
  border-color: #fff !important;
}

.title-summary a:hover::before {
  border-color: var(--orange-color) !important;
}

.title-summary a::after {
  content: "→";
  margin-left: 12px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.title-summary.basic-block .basic-block-wrapper .img-block {
  min-height: 65dvh !important;
}
@media (min-width: 1025px) {
  .title-summary.image-left .img-block {
    width: 60% !important;
    margin-left: 50px !important;
  }
  .title-summary.image-right .img-block {
    width: 50%;
    margin-right: 50px;
  }
}
@media (max-width: 768px) {
  .title-summary a {
    font-size: 16px !important;
  }
  .title-summary h2 {
    margin-top: 20px;
  }
  .title-summary.basic-block .basic-block-wrapper .img-block {
    min-height: 100% !important;
  }
}
/*-------------------- SPECIAL SPLIT SECTIONS -------------*/

.container.split-screen-effect {
  width: 100% !important;
  max-width: 100% !important;
}

.page-content > .container.split-screen-effect {
  padding: 0;
  margin: 0 !important;
  width: 100%;
}
.page-content
  > .container.split-screen-effect.split-screen-effect
  .col-50-left {
  background-color: var(--ghost-white) !important;
}
.page-content > .container.split-screen-effect .col-50-right {
  background-color: var(--peach-glow) !important;
}
.sticky-element h3 {
  color: var(--blue-color);
}
.sticky-element {
  font-size: 16px !important;
  font-weight: 300;
}
.split-screen-effect .basic-block h2 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  margin: 0px;
  color: var(--coffee-bean);
  margin-bottom: 20px;
  margin-top: 20px;
}
.split-screen-effect .basic-block p {
  font-size: 16px !important;
  font-weight: 300;
}
.sticky-element iframe {
  width: 100% !important;
  height: 100% !important;
}
[id*="TextArea_Large_youtubevideo"] {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1024px) {
  .split-screen-effect .basic-block p {
    font-size: 20px !important;
    font-weight: 300;
  }
  .sticky-element {
    font-size: 20px !important;
    font-weight: 300;
  }
  .page-content > .container.split-screen-effect {
    display: flex !important;
    flex-direction: row !important;
    justify-content: stretch !important;
    align-items: stretch !important;
    margin-right: 0 !important;
    padding: 0 !important;
  }

  .sticky-element {
    height: 96% !important;
  }

  /* .page-content > .container.split-screen-effect > .theme1 {
    background: var(--ghost-white) !important;
  } */

  .page-content > .container.split-screen-effect .col-50-left {
    width: 60% !important;
    padding: 0 30px;
  }

  .page-content > .container.split-screen-effect .col-50-right {
    width: 40% !important;
    padding: 20px !important;
  }

  .page-content > .container.split-screen-effect > .theme2 {
    background: var(--peach-glow) !important;
  }

  .sticky-element {
    position: relative;
    min-height: 100vh;
  }

  .sticky-element > div {
    position: sticky;
    top: 10%;
    padding-bottom: 30px !important;
  }

  .page-content > .container.split-screen-effect > div > section > div {
    background: transparent !important;
  }
}

@media (min-width: 1440px) {
  .page-content
    > .container.split-screen-effect.split-screen-effect
    .col-50-left {
    width: 50% !important;
  }

  .page-content > .container.split-screen-effect .col-50-right {
    width: 50% !important;
  }
}
/* ROTATING BANNER */
.rotating-banner .col-xs-12.col-sm-8 {
  display: flex;
  flex-direction: column-reverse;
}
.rotating-banner .col-xs-12.col-sm-8 h4::after {
  content: "";
  display: block;
  width: 400px;
  height: 2px;
  background-color: var(--peach-glow);
  margin: 15px auto 0;
}
.rotating-banner .col-xs-12.col-sm-8 h2::after {
  content: "45° 35'27.6\"N | 122°37'40.8\"W";
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 0.5px;
  font-family: var(--body-font);
  font-weight: 200;
}
@media (max-width: 768px) {
  .rotating-banner .col-xs-12.col-sm-8 h4::after {
    content: "";
    display: block;
    width: 250px;
    height: 2px;
    background-color: var(--peach-glow);
    margin: 15px auto 0;
  }
  .rotating-banner {
    margin-top: 0px !important;
  }
  .rotating-banner .col-xs-12.col-sm-8 h2::after {
    color: var(--coffee-bean);
    font-size: 18px;
  }
}
/* IMAGE CARDS */
.cho-quicklink-tile a.flex-equal-height,
.cho-quicklink-tile-large a.flex-equal-height {
  pointer-events: none !important;
}
.quickLinks h4 {
  color: var(--blue-color) !important;
  margin-bottom: 15px !important;
  font-size: clamp(26px, 3vw, 28px) !important;
}
.quickLinks p {
  font-size: 18px !important;
  color: var(--coffee-bean) !important;
  font-weight: 300 !important;
}
@media (min-width: 1025px) {
  .quickLinks p {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .cho-quicklink-tile,
  .cho-quicklink-tile-large {
    width: 100% !important;
    margin: 0px !important;
  }
  .cho-quicklink-tile,
  .cho-quicklink-tile-large {
    margin-bottom: 20px !important;
  }
  .card-widget {
    margin-top: -20px !important;
  }
}
/* ------                       Form                            -----*/
/* ----------------------------------------------------------------------*/
/* .widget-bizform .background-image {
  min-height: auto;
}
.widget-bizform .inner-wrap {
  padding: 0px !important;
}
.widget-bizform .container {
  background: #fffc;
  padding: 0px;
  z-index: 1;
  position: relative;
}
.widget-bizform .background-image:before {
  content: "";
  background: #005c9e7d;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.customField {
  margin: 15px 0px;
}
.widget-bizform .EditingFormTable {
  width: 100%;
}
.FormPanel .EditingFormControlNestedControl .form-control,
.FormPanel .EditingFormControlNestedControl .cms-input-group,
.FormPanel .EditingFormControlNestedControl .cms-form-group-btn,
.FormPanel .EditingFormControlNestedControl .cms-form-group-text {
  max-width: 100%;
}
td.EditingFormValueCell {
  width: 80%;
}
.FormPanel .input-width-20 {
  width: 120px;
  margin-right: 0 !important;
}
.FormPanel .input-width-15 {
  width: 75px;
}
.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  text-align: left !important;
}
.FormPanel .form-control {
  height: 38px;
  background-color: var(--ghost-white);
  border: 2px solid var(--blue-color);
}
.FormPanel .FormButton,
.FormPanel .FormButton {
  height: 38px;
  text-transform: uppercase;
  margin-top: 12px;
}
.FormPanel .form-control:focus {
  border: 2px solid var(--orange-color);
}
.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  text-align: left !important;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 10px;
}
.FormPanel td.EditingFormValueCell {
  width: 100%;
  display: block;
}
.FormPanel tr {
  width: 100%;
  display: block;
}
.widget-bizform .container h2:empty {
  display: none;
}
.widget-bizform .checkbox > input {
  margin-right: 8px;
}
.widget-bizform label {
  display: unset;
}
.widget-bizform .container h2 {
  font-size: 2.2em;
}
.FormPanel .FormButton,
.widget-bizform .FormButton.btn {
  background-color: var(--blue-color) !important;
  color: var(--ghost-white) !important;
  margin-left: -10px !important;
}
.FormPanel .FormButton:hover,
.widget-bizform .FormButton.btn:hover {
  background-color: var(--orange-color) !important;
  color: var(--ghost-white) !important;
}
.widget-bizform > div {
  background-color: #fff !important;
}
div[id*="CHO_Widget_OnlineForm_Large_viewBiz_ncpphone"] > div {
  display: flex !important;
  gap: 10px;
  justify-content: space-between;
}
.FormPanel .EditingFormControlNestedControl .form-control,
.FormPanel .EditingFormControlNestedControl .cms-input-group,
.FormPanel .EditingFormControlNestedControl .cms-form-group-btn,
.FormPanel .EditingFormControlNestedControl .cms-form-group-text {
  max-width: 100% !important;
}
.FormPanel .form-control:focus {
  border-bottom: 2px solid var(--orange-color) !important;
}
.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  font-size: clamp(16px, 1vw, 18px) !important;
}
.FormPanel .EditingFormControlNestedControl .form-control,
.FormPanel .EditingFormControlNestedControl .cms-input-group,
.FormPanel .EditingFormControlNestedControl .cms-form-group-btn,
.FormPanel .EditingFormControlNestedControl .cms-form-group-text {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: clamp(16px, 1vw, 18px) !important;
}
.FormPanel .FormButton,
.widget-bizform .FormButton.btn {
  height: 50px !important;
  width: 300px !important;
}
@media (max-width: 768px) {
  .FormPanel .FormButton,
  .widget-bizform .FormButton.btn {
    width: 100% !important;
  }
} */
/* EXPANDABLE CONTENT */
.expandable-content-widget .expandable-content-wrapper h2 {
  color: var(--blue-color) !important;
  margin-bottom: 20px !important;
  font-size: clamp(24px, 3.5vw, 40px) !important;
}
/* TABBED CONTENT */
.theme1.tab-content .tab-content-nav ul li:hover,
.theme1.tab-content .tab-content-nav ul li.active-tab {
  border-color: var(--orange-color) !important;
}
.tab-content .tab-content-nav ul li {
  background-color: #f0eff4 !important;
}
.tab-content .tab-content-nav ul li:hover,
.tab-content .tab-content-nav ul li.active-tab {
  background-color: var(--blue-color) !important;
  color: var(--ghost-white) !important;
}
.expandable-content-wrapper h2 {
  color: var(--blue-color) !important;
}
/* ROTATING BANNER */
.cho-hero-textwidget.fadeStyle .rotating-image-banner-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20%; /* controls fade area */
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}
/* CONTACT CARDS */
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-details
  .card-details-inner
  .detail-item
  h3 {
  font-size: clamp(20px, 3vw, 26px) !important;
}
.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h4 {
  font-size: clamp(16px, 3vw, 20px) !important;
}
.contact-card-widget .staff-category-title.department-title-alignment-left {
  display: none !important;
}
.div-add-to-contact {
  display: none !important;
}
@media (min-width: 768px) {
  .contact-card-widget.card-view
    .contact-card-wrapper.contact-card-alignment-left {
    margin-top: -70px !important;
  }
}
.contact-card-widget .staff-category-title.department-title-alignment-center {
  text-align: center;
  text-transform: uppercase !important;
}
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-photo {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  max-width: none;
  padding: 0;
  border-radius: 0px !important;
}
/* UPCOMING EVENTS */
.upcoming-event-widget .CalAtGlance .AGTitle.normal-font,
.upcoming-event-widget .CalAtGlance .title-row.normal-font,
.content-quicklink-header h2 {
  color: var(--blue-color) !important;
  font-size: clamp(24px, 3.5vw, 40px) !important;
  font-weight: 400 !important;
}
/* QUICK LINKS */
.content-quicklink-menu .content-quicklink-menu-list li {
  padding: 15px 0px !important;
  margin-bottom: 2px;
  display: block;
  background: var(--orange-color) !important;
}
.content-quicklink-menu .content-quicklink-menu-a {
  color: var(--ghost-white) !important;
  text-transform: uppercase !important;
}
.theme1 .content-quicklink-menu-a:hover {
  border: none !important;
}
.content-quicklink-menu .content-quicklink-menu-a:hover {
  background: transparent !important;
  color: var(--ghost-white) !important;
}
.upcoming-event-wrapper {
  border: 1px solid #000 !important;
  padding: 20px !important;
  background-color: #fff !important;
}
.theme-none .theme-secondary {
  color: #000;
}
