@font-face {
  font-family: adobe-garamond-pro;
  src:
    url(https://use.typekit.net/af/1a756d/0000000…/31/l?subset_id=2&fvd=n4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/1a756d/0000000…/31/d?subset_id=2&fvd=n4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/1a756d/0000000…/31/a?subset_id=2&fvd=n4&v=3)
      format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: proxima-nova;
  src:
    url(https://use.typekit.net/af/e37e5a/0000000…/31/l?subset_id=2&fvd=n6&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/e37e5a/0000000…/31/d?subset_id=2&fvd=n6&v=3)
      format("woff"),
    url(https://use.typekit.net/af/e37e5a/0000000…/31/a?subset_id=2&fvd=n6&v=3)
      format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}

:root {
  --heading-font: "adobe-garamond-pro", serif;
  --body-font:
    "proxima-nova", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
  --blue-color: #1e3366;
  --red-color: #d13138;
  --body-color: #232323;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: clamp(1.75rem, 4vw + 1rem, 50px);
  font-family: var(--heading-font);
  font-weight: 600;
  margin: 0px;
}

h2 {
  font-size: clamp(1.25rem, 3vw + 0.5rem, 36px);
  font-family: var(--heading-font);
  margin: 0px;
}
h3 {
  font-size: clamp(1.125rem, 2.5vw + 0.25rem, 28px);
  font-family: var(--heading-font);
  margin: 0px;
}

h4 {
  font-size: clamp(1rem, 2vw + 0.25rem, 22px);
  font-family: var(--heading-font);
  margin: 0px;
}

h5 {
  font-size: clamp(0.875rem, 1.5vw + 0.25rem, 18px);
  font-family: var(--heading-font);
  margin: 0px;
}

h6 {
  font-size: clamp(0.75rem, 1vw + 0.25rem, 16px);
  font-family: var(--heading-font);
  margin: 0px;
}

p {
  font-size: clamp(14px, 1vw, 16px);
  font-family: var(--body-font);
  margin: 0px;
}

a {
  text-decoration: none;
  font-size: clamp(14px, 1vw, 16px);
  font-family: var(--body-font);
  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;
}
@media (min-width: 1025px) {
  .largeMargin {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .marginTopOnly {
    margin-top: 75px !important;
  }
  .marginBottomOnly {
    margin-bottom: 75px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1380px !important;
  }
}

/* header css */
@media (min-width: 1025px) {
  .master-layout-1 .MyProfile_Member .fullView {
    top: 120px !important;
  }
  .master-layout-1.scrolled-head .MyProfile_Member .fullView,
  .master-layout-1.scrolled-head-temp .MyProfile_Member .fullView {
    top: 80px !important;
  }
}
.master-layout-1 #divMainMenu nav #main-menu > li > a,
.master-layout-1 #divMainMenu nav #main-menu ul a {
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
.master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name,
.master-layout-1 .MyProfile_Member .fullView a {
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.master-layout-1 .MyProfile_Member .fullView {
  background-color: var(--blue-color) !important;
}
/* FOOTER CSS */
.footerCustom {
  background-color: var(--blue-color);
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.footerCustom p,
.footerCustom p a {
  font-size: clamp(18px, 2vw, 26px);
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--heading-font);
  text-align: center;
}
/* TEXT AREA STYLING */
.textArea h1 {
  margin-bottom: 20px !important;
  font-weight: 100 !important;
  color: var(--blue-color) !important;
}
.textArea h3,
.textArea h2 {
  font-weight: 100 !important;
  margin-bottom: 20px !important;
  color: var(--blue-color) !important;
}
@media (min-width: 1025px) {
  .textArea div.e3-table-wrap.col-sm div {
    width: 60% !important;
    margin: auto !important;
  }
}
/*----------------------------- FW QUICKLINKS ------------------------*/

.quicklink-flex-item {
  margin: 10px !important;
}

.quicklink-flex-item:first-child {
  margin-right: 0 !important;
}

.quicklink-flex-item:last-child {
  margin-left: 0 !important;
}

.quicklink-flex-item:after {
  height: 150%;
  bottom: -145%;
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.quicklink-flex-item:hover::after {
  bottom: 95% !important;
}

.full-width-quicklinks .full-width-quicklink-wrapper {
  background: rgba(42, 42, 42, 0.5) !important;
  color: #fafafa;
}

.quicklink-flex-item:hover :is(h3, p) {
  color: #fff !important;
}

:is(.theme1, .theme2, .theme3) .quicklink-flex-item:after {
  background-color: var(--blue-color) !important;
}

.quicklink-flex-item:hover .large-bkgd h3,
.quicklink-flex-item:hover .large-bkgd p,
.quicklink-flex-item:focus .large-bkgd h3,
.quicklink-flex-item:focus .large-bkgd p {
  animation: fadeInUp 0.4s !important;
}

.full-width-quicklinks h3.normal-font {
  font-size: 1.25rem;
}

.quicklink-flex-item h3 {
  font-size: clamp(26px, 2vw + 1rem, 24px) !important;
  font-weight: 100 !important;
}
/* EXPANDABLE CONTENT */
.marginMinusTop {
  margin-top: -20px !important;
}
.expandable-content-widget .expandable-content-wrapper {
  overflow: hidden !important;
}
.expandable-content-widget .expandable-container .collapse .col-sm {
  padding: 30px 20px 30px 20px !important;
}
.expandable-content-widget .expandable-content-wrapper p {
  line-height: 30px !important;
  max-width: 95% !important;
}
@media (max-width: 768px) {
  .expandable-content-widget .expandable-container .collapse .col-sm {
    padding: 20px 0px 20px 0px !important;
  }
}
/* CONTACT CARDS */
.contact-card-widget .staff-category-title.department-title-alignment-center {
  display: none !important;
}
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-photo {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: var(--blue-color) !important;
}
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-details
  .card-details-inner
  .detail-item
  h3 {
  color: var(--blue-color) !important;
}
.contact-card-widget.card-view .contact-card-wrapper .card-details-inner h4 {
  color: var(--red-color) !important;
}
