/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
.has-dark-tcnj-blue-background-color {
  background-color: #293f6f;
}

.has-tcnj-blue-background-color {
  background-color: #293f6f;
}

.has-tcnj-grey-background-color {
  background-color: #f1f1f1;
}

.has-light-tcnj-blue-background-color {
  background-color: #9bd0f3;
}

.has-tcnj-dark-grey-background-color {
  background-color: #d9d9d9;
}

.has-tcnj-yellow-background-color {
  background-color: #fdd700;
}

.has-border-color-background-color {
  background-color: #bcbcbc;
}

.has-link-blue-background-color {
  background-color: #33739f;
}

.has-light-tcnj-grey-background-color {
  background-color: #7684a3;
}

.has-text-black-background-color {
  background-color: #2e2e2e;
}

.has-light-grey-background-color {
  background-color: #f1f1f1;
}

.has-light-grey-background-color {
  background-color: #f1f1f1;
}

.has-tcnj-white-background-color {
  color: #ffffff;
}

.has-light-light-grey-background-color {
  color: #f7f7f7;
}

.has-dark-tcnj-blue-color {
  color: #293f6f;
}

.has-tcnj-blue-color {
  color: #293f6f;
}

.has-tcnj-grey-color {
  color: #f1f1f1;
}

.has-light-tcnj-blue-color {
  color: #9bd0f3;
}

.has-tcnj-dark-grey-color {
  color: #d9d9d9;
}

.has-tcnj-yellow-color {
  color: #fdd700;
}

.has-border-color-color {
  color: #bcbcbc;
}

.has-link-blue-color {
  color: #33739f;
}

.has-light-tcnj-grey-color {
  color: #7684a3;
}

.has-text-black-color {
  color: #2e2e2e;
}

.has-light-grey-color {
  color: #f1f1f1;
}

.has-light-light-grey-color {
  color: #f7f7f7;
}

.has-tcnj-white-color {
  color: #ffffff;
}

/* SASS and Global'ish Stuff */
.global-nav {
  background-color: #293f6f;
  padding: 14px 0;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.global-nav .inner {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.global-nav .inner #tcnj-logo {
  min-height: 42px;
}
.global-nav .inner .nav-menu {
  display: flex;
  gap: 14px;
  align-items: center;
}
.global-nav .inner .nav-menu #open-sidebar-button {
  cursor: pointer;
}
.global-nav .inner .nav-menu a,
.global-nav .inner .nav-menu span {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 0.01px;
  text-transform: uppercase;
  text-decoration: none;
}
.global-nav .inner .nav-menu a:hover,
.global-nav .inner .nav-menu span:hover {
  text-decoration: none;
  color: #9ccff0;
}

#global-top-nav .collapsible-global-nav {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
#global-top-nav .collapsible-global-nav:after {
  float: left;
  margin-right: 5px;
}
#global-top-nav .collapsible-global-nav:after {
  display: inline-block;
  width: 26px;
  height: 18px;
  background-repeat: no-repeat;
  content: "";
  margin-top: 0px;
}
#global-top-nav .collapsible-global-nav.active:after {
  width: 26px;
  height: 18px;
  content: "";
  margin-top: 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("https://brand.tcnj.edu/wp-content/uploads/sites/11/2023/07/close-button.svg");
}
#global-top-nav .content {
  margin-left: 32px;
  padding: 0 80px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#global-top-nav #jump-links {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  background-color: transparent;
}
#global-top-nav #jump-links a {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 0.01px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
#global-top-nav #more-info {
  display: flex;
  margin: 30px 0 15px;
}
#global-top-nav #more-info {
  display: flex;
  gap: 10px;
}
#global-top-nav #more-info a {
  padding: 12px 25px;
  background: #fdd700;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 20px;
  color: #2e2e2e;
  text-decoration: none;
  text-transform: uppercase;
}

:root :where(.wp-block-site-title a) {
  color: inherit;
}

:root :where(.wp-block-site-title a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
:root :where(.wp-block-site-title a:where(:not(.wp-element-button))):hover {
  text-decoration: underline;
}

#site-header {
  display: flex;
  flex-direction: column;
}
#site-header #site-title {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--content-size);
  display: flex;
  align-items: baseline;
  gap: 30px;
}
@media screen and (min-width: 850px) {
  #site-header #site-title {
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 850px) {
  #site-header #site-title {
    align-items: center;
    gap: 0;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
#site-header #site-title .wp-block-site-title {
  margin: 30px 0;
}
@media screen and (max-width: 850px) {
  #site-header #site-title .wp-block-site-title {
    margin: 0;
    font-size: 32px;
    line-height: 130%;
  }
}
@media screen and (max-width: 650px) {
  #site-header #site-title .wp-block-site-title {
    text-align: center;
    line-height: 29px;
    font-size: 25px;
  }
}
#site-header #site-title #parent-site {
  margin-left: 30px;
  font-size: 32px;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
  font-family: "Domine", serif;
  color: #33739f;
  text-decoration: none;
}
@media screen and (max-width: 850px) {
  #site-header #site-title #parent-site {
    font-size: 22px;
    line-height: 110%;
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  #site-header #site-title #parent-site {
    text-align: center;
  }
}
#site-header #site-title h2 {
  font-family: "Domine", serif;
  font-weight: 800;
  font-size: 45px;
  line-height: 37px;
  text-align: left;
  color: #2e2e2e;
  margin: 30px 0;
}
#site-header #site-title h2 a {
  outline: none;
  font-family: "Domine", serif;
  font-weight: 700;
  text-align: left;
  color: #2e2e2e;
  margin: 35px 0;
  text-decoration: none;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
#site-header #site-nav {
  background-color: #f1f1f1;
  font-family: "Open Sans", sans-serif;
}
#site-header #site-nav #program-nav {
  display: flex;
  justify-content: space-between;
}
#site-header #site-nav #program-nav a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  padding: 18px 0;
  font-weight: normal;
  font-size: 13.98px;
  letter-spacing: 0.06em;
  line-height: 19px;
  text-align: center;
  color: #2e2e2e;
  text-transform: uppercase;
  transition: all 0.25s;
}
#site-header #site-nav #program-nav a.active-nav {
  color: #33739f;
  border-bottom: 4px solid #33739f;
  padding: 18px 0 14px;
}
#site-header #site-nav #program-nav a:hover {
  color: #33739f;
  border-bottom: 4px solid #33739f;
  padding: 18px 0 14px;
}
#site-header #program-nav .desktop {
  display: block;
}
#site-header #program-nav .mobile {
  display: none;
}

:root :where(.wp-block-site-title) {
  font-family: Domine;
  font-size: clamp(25.014px, 1.563rem + (1vw - 3.2px) * 1.93, 42px);
  font-weight: 700;
  line-height: 54px;
}

#slider-container {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  height: 100vh;
  z-index: 10000;
  width: 110%;
  margin-left: -10%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}
#slider-container #close-button {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 25px;
  top: 20px;
  right: 445px;
  position: fixed;
  z-index: 2000;
  cursor: pointer;
}
@media screen and (max-width: 550px) {
  #slider-container #close-button {
    left: 20px;
  }
}
#slider-container .search-icon {
  border: 1px solid #eaeaea;
  color: white;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4wMDEiIGhlaWdodD0iMTQuOTQzIiB2aWV3Qm94PSIwIDAgMTUuMDAxIDE0Ljk0MyI+PHBhdGggZD0iTTE0LjcwOSwxMi43NjMsMTAuNzg4LDguODQyQTUuNzY3LDUuNzY3LDAsMSwwLDUuODUxLDExLjYsNS44MjcsNS44MjcsMCwwLDAsOC45LDEwLjczYzEuMzA3LDEuMzA3LDMuODYzLDMuODkyLDMuODkyLDMuOTIxYTEuMzY3LDEuMzY3LDAsMCwwLDEuOTE3LDBBMS4zMzIsMS4zMzIsMCwwLDAsMTQuNzA5LDEyLjc2M1pNMi4zMzYsNS44NTFBMy41MTQsMy41MTQsMCwxLDEsNS44NTEsOS4zNjUsMy41MDgsMy41MDgsMCwwLDEsMi4zMzYsNS44NTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4xIC0wLjEpIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 8px center;
  background-size: 15px;
  background-color: transparent;
  font-size: 18px;
  padding: 10px 0;
  text-indent: 30px;
  min-width: 300px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 550px) {
  #slider-container .search-icon {
    min-width: initial;
    width: 100%;
  }
}
#slider-container .flex-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
#slider-container .flex-menu a {
  text-decoration: none;
  flex: 1 1 auto;
  position: relative;
  text-align: center;
  line-height: 15px;
}
#slider-container .flex-menu a + a {
  border-left: solid 1px white;
}
#slider-container .flex-menu#social-icons {
  max-width: 175px;
  margin: 0 auto;
}
#slider-container .flex-menu#social-icons a + a {
  border-left: none;
}
@media screen and (max-width: 450px) {
  #slider-container .flex-menu a {
    font-size: 14px;
  }
}
#slider-container #SearchButton {
  display: none;
}
#slider-container #nav-container {
  height: 100vh;
  background-color: #293f6f;
  right: 0;
  max-width: 300px;
  position: fixed;
  width: 100%;
  padding: 60px;
  transition: all 0.2s;
  transform: translateX(20%);
}
#slider-container #nav-container #slider-nav {
  display: flex;
  flex-direction: column;
}
#slider-container #nav-container #slider-nav a {
  color: white;
}
#slider-container #nav-container #slider-nav a:hover {
  color: #9ccff0;
}
@media screen and (max-width: 550px) {
  #slider-container #nav-container {
    padding: 30px;
  }
}
@media screen and (max-width: 450px) {
  #slider-container #nav-container {
    width: 65%;
    padding: 30px 7.5%;
  }
}
#slider-container .global-nav-panel {
  display: flex;
  flex-direction: column;
}
#slider-container .global-nav-panel a {
  font-size: 24px;
  display: block;
  border-top: 1px solid white;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  font-family: "Domine", serif;
}
@media screen and (max-width: 450px) {
  #slider-container .global-nav-panel a {
    font-size: 20px;
    padding: 7px 0;
  }
}
#slider-container.open {
  opacity: 1;
  pointer-events: all;
}
#slider-container.open #nav-container {
  transform: translateX(0%);
}

.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.tcnj-global-search-panel {
  margin-bottom: 50px;
}

@media only screen and (max-width: 850px) {
  #mobile-program-page-nav,
  .mobile-only {
    display: block;
  }
  .desktop-global-nav-item,
  #desktop-nav.inner {
    display: none;
  }
  #global-top-nav {
    background-color: transparent;
  }
  #global-top-nav > div,
  #global-top-nav p,
  #global-top-nav button {
    background-color: transparent;
  }
  #global-top-nav .content {
    padding: 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .global-nav .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    grid-gap: 14px;
    gap: 14px;
    margin: 15px 30px;
  }
}
#current-year {
  color: white;
  margin-left: -3px;
  font-size: 14px;
  line-height: 26px;
}

footer {
  margin-top: 0;
  margin-block-start: 0 !important;
  clear: both;
}

.global-footer-2022 {
  background-color: #293f6f;
  width: 100%;
  padding: 40px 0 20px;
}
.global-footer-2022 .inner-width {
  max-width: 1128px;
  margin: 0 auto;
  width: 100%;
}
.global-footer-2022 .bottom-container {
  display: flex;
  justify-content: space-between;
}
.global-footer-2022 .alignleft .copyright {
  display: flex;
  justify-content: space-between;
}
.global-footer-2022 .alignright .socialicons {
  display: flex;
  gap: 10px;
}
.global-footer-2022 .grid-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
}
.global-footer-2022 .grid-wrapper #logo-container {
  width: 400px;
}
.global-footer-2022 .grid-wrapper ul {
  padding: 0;
}
.global-footer-2022 .grid-wrapper li {
  list-style: none;
  line-height: 20px;
  padding: 0;
}
.global-footer-2022 .copyright {
  width: 940px;
}
.global-footer-2022 .footer-logo.no-tablet {
  max-width: 290px;
  width: 100%;
}
.global-footer-2022 .footer-logo.tablet-only {
  display: none;
}
.global-footer-2022 a {
  color: white;
  font-size: 14px;
  line-height: 26px;
}
.global-footer-2022 a:hover {
  color: #9ccff0;
}
.global-footer-2022 a:hover #current-year {
  color: #9ccff0;
}
.global-footer-2022 h2 {
  color: #9bd0f3;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.global-footer-2022 a,
.global-footer-2022 h2,
.global-footer-2022 span {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}
.global-footer-2022 #unit {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #9bd0f3;
}

@media only screen and (min-width: 1251px) {
  .global-footer-2022 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1250px) {
  .global-footer-2022 .inner-width {
    padding-left: 55px;
    padding-right: 55px;
    width: calc(100% - 110px);
  }
  .global-footer-2022 .footer-logo.no-tablet {
    display: none;
  }
  .global-footer-2022 .footer-logo.tablet-only {
    display: block;
    width: 100%;
    max-width: 550px;
  }
  .global-footer-2022 .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 75px 15%;
    gap: 0px 15%;
    justify-content: center;
  }
  .global-footer-2022 .grid-wrapper #logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .global-footer-2022 .grid-wrapper .one_third_footer:nth-of-type(3) {
    min-width: 190px;
  }
  .global-footer-2022 .bottom-container {
    flex-direction: column;
  }
  .global-footer-2022 .alignleft {
    float: none;
  }
  .global-footer-2022 .alignleft .copyright {
    margin-top: 25px;
    margin-bottom: 0;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
  .global-footer-2022 .alignright {
    display: flex;
    justify-content: center;
  }
  .global-footer-2022 .alignright .socialicons {
    display: flex;
    gap: 10px;
  }
  .global-footer-2022 #unit {
    margin: 20px 30%;
  }
}
@media only screen and (max-width: 850px) {
  .global-footer-2022 .grid-wrapper {
    gap: 75px 0;
    justify-content: space-between;
  }
  .global-footer-2022 .grid-wrapper .one_third_footer {
    min-width: initial;
    min-width: initial;
    display: none;
  }
  .global-footer-2022 #unit {
    margin: 20px 100px;
  }
}
@media only screen and (max-width: 650px) {
  .global-footer-2022 {
    padding: 80px 0;
  }
  .global-footer-2022 .inner-width {
    margin: 0 30px;
    padding-left: initial;
    padding-right: initial;
    width: calc(100% - 60px);
  }
  .global-footer-2022 .footer-logo.no-tablet {
    max-width: 290px;
    display: block;
  }
  .global-footer-2022 .footer-logo.tablet-only {
    display: none;
  }
  .global-footer-2022 .grid-wrapper {
    display: flex;
    justify-content: center;
  }
  .global-footer-2022 .grid-wrapper .one_third_footer {
    display: none;
  }
  .global-footer-2022 .grid-wrapper #logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
  }
}
/* BEM Blocks */
body {
  background-color: white;
}

header .ubermenu {
  width: 100%;
}

header .ubermenu .ubermenu-nav {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
  display: flex;
}
header .ubermenu .ubermenu-nav .ubermenu-row {
  max-width: 1128px;
  margin: 0 auto;
}

header .ubermenu .ubermenu-row {
  margin-bottom: 10px;
  clear: both;
}

header .ubermenu input[type=text],
header .ubermenu input[type=email],
header.ubermenu textarea {
  margin: 0;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-ox-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 150px;
  max-width: 100%;
  font-size: 13px;
  color: #aaa;
}

.ubermenu .ubermenu-submenu {
  font-size: 15px;
}

.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-searchform {
  height: 40px;
  margin: 0;
  background: transparent;
  width: 100%;
  font-color: #293f6f;
}

.ubermenu .ubermenu-submenu .ubermenu-search {
  width: 300px;
}

header .ubermenu.ubermenu-main .ubermenu-search input.ubermenu-search-input {
  font-size: 20px;
}

.ubermenu-custom-link a {
  color: #33739f;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.ubermenu-custom-link a:hover,
.TwitterFeed a:hover {
  text-decoration: underline;
}

.ubermenu .ubermenu-divider hr {
  padding: 0;
  margin: 0;
}

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini > .ubermenu-target {
  padding-left: 5px;
  padding-right: 5px;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover {
  color: #33739f;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-item-layout-text_only:hover {
  color: #2e2e2e;
}

.ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target {
  margin-bottom: -1px;
  border-bottom: 4px solid #33739f;
  color: #33739f;
}

.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 45px;
}

.ubermenu-main.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:after {
  right: 30px;
}

.ubermenu-main .ubermenu-item .ubermenu-submenu-drop {
  transition-duration: 0.3s;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  padding: 20px 20px 5px;
  font-weight: 700;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-flyout {
  background-color: #fff;
}

.ubermenu-main .ubermenu-submenu-type-flyout > .ubermenu-item-normal > .ubermenu-target {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ubermenu-main .ubermenu-submenu-type-flyout {
  padding-top: 10px;
  padding-bottom: 15px;
}

.ubermenu-main.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop {
  margin-top: 0;
}

.ubermenu .ubermenu-widget {
  padding: 0;
}

header .ubermenu .ubermenu-widget .textwidget {
  padding: 0 20px 20px;
}

.ubermenu h3.ubermenu-widgettitle {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
  text-transform: uppercase;
  color: #2e2e2e;
}

.ubermenu-main.ubermenu-sticky .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: #fff;
  background-color: #fff;
}

header .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 13px;
  text-transform: uppercase;
  color: #2e2e2e;
  padding-top: 21px;
  padding-bottom: 21px;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:hover {
  color: #33739f;
}

.ubermenu-main .ubermenu-item-normal > .ubermenu-target,
.ubermenu-main .ubermenu-submenu .ubermenu-item-header.ubermenu-current-menu-item > .ubermenu-target {
  color: #2e2e2e;
}

.ubermenu-main .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
  border: none;
}

.ubermenu-main .ubermenu-submenu-type-stack {
  padding-top: 0;
}

.ubermenu.ubermenu-main .ubermenu-item-normal > .ubermenu-target:hover {
  color: #33739f;
}

.ubermenu-target:focus {
  outline: #fff solid 0;
  box-shadow: 0 0 0 #fff !important;
  z-index: 50;
  transition: outline 0.1s linear;
}

.ubermenu .ubermenu-search {
  margin-right: 10px;
}

.ubermenu-search-submit {
  display: none;
}

header .ubermenu input[type=text] {
  border: 1px solid #aaa;
  color: #2e2e2e;
  font-size: 22px;
  max-width: 280px;
}

.ubermenu-search-input input[type=text]:focus {
  box-shadow: 0 0 0 transparent;
}

.ubermenu input[type=submit] {
  border: none;
  display: none;
}

@media screen and (max-width: 768px) {
  .ubermenu-responsive-toggle,
  .ubermenu-sticky-toggle-wrapper {
    font-size: 14px;
  }
  .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #fff;
  }
}
@media screen and (max-width: 675px) {
  .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    background-color: #fff;
  }
}
a.ubermenu-responsive-toggle {
  color: #2b6388;
}

.ubermenu .ubermenu-submenu li a {
  font-size: 15px;
}

.body .ubermenu .ubermenu-nav {
  position: relative;
}
.body .ubermenu .ubermenu-nav #search-icon {
  position: absolute;
  right: 0;
}

.wp-block-post-featured-image {
  max-width: var(--wp--style--global--content-size);
  width: -moz-fit-content;
  width: fit-content;
}

.featured-image-caption {
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
  max-width: 640px;
  width: 100%;
}

.entry-content > .wp-block-heading:first-child {
  margin-top: 15px;
}

.entry-content h2.wp-block-heading,
.entry-content h3.wp-block-heading,
.entry-content h4.wp-block-heading {
  margin-block-end: 0;
}
.entry-content .wp-block-heading + .wp-block-heading {
  margin-top: 25px;
}
@media screen and (max-width: 550px) {
  .entry-content h2.wp-block-heading {
    font-size: 28px;
    line-height: 33px;
  }
}

.wp-block-media-text {
  margin-top: 50px;
}
.entry-content > .wp-block-media-text:first-child {
  margin-top: 15px;
}
@media (max-width: 600px) {
  .wp-block-media-text {
    margin-top: inherit;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h2,
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h3 {
  margin-top: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h2,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content h3 {
    margin-top: 25px;
  }
}
.wp-block-media-text .wp-block-media-text__content h2,
.wp-block-media-text .wp-block-media-text__content h3 {
  margin-top: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content h2,
  .wp-block-media-text .wp-block-media-text__content h3 {
    margin-top: 25px;
  }
}

.wp-block-heading + .wp-block-media-text {
  margin-top: 0;
}

body {
  color: var(--wp--preset--color--primary-black);
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 35px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull) {
  width: 100%;
  background-color: #d3d3d3;
  border: 0;
  height: 1px;
  margin: 50px 0;
}

.wp-block-separator.is-style-wide, .wp-block-separator.is-style-dots {
  width: 100% !important;
  background-color: #d3d3d3 !important;
  border: 0 !important;
  height: 1px !important;
  margin: 50px 0 !important;
}

.wp-block-image.is-style-rounded img {
  border-radius: 0 !important;
}

p.is-intro-paragraph {
  color: #2e2e2e;
  font-family: "Domine", serif;
  font-size: 23px;
  line-height: 40px;
  margin-bottom: 25px !important;
}

.wp-block-create-block-media-and-text-tcnj p.is-intro-paragraph {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 20px;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.wp-element-button {
  min-width: 248px;
  transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.custom-image-wrapper figure.alignleft {
  float: left;
  margin-right: 1em;
}
.custom-image-wrapper figure.alignright {
  float: right;
  margin-left: 1em;
}
.custom-image-wrapper figure.aligncenter {
  float: none;
  margin: 0 auto;
}

.wp-block-table table {
  border-top: 1px solid #d3d3d3;
}
.wp-block-table table th {
  font-family: "Bitter", serif;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 25px 15px 25px 75px;
  background-color: #fff;
  text-transform: none;
  border-bottom: 2px solid #fbfbfb;
  border: 0;
}
@media screen and (max-width: 650px) {
  .wp-block-table table th {
    padding: 20px 15px;
  }
}
.wp-block-table table thead {
  border: 0;
}
.wp-block-table table td {
  font-family: "Open Sans", sans-serif;
  border: 0;
  color: #000;
  vertical-align: top;
  padding: 25px 15px 25px 75px;
  border-top: none;
  border-bottom: none;
  font-size: 19px;
  line-height: 30px;
}
@media screen and (max-width: 650px) {
  .wp-block-table table td {
    padding: 5px 15px;
  }
}
.wp-block-table table tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.wp-block-table table tr:nth-child(even) {
  background-color: #f7f7f7;
}
.wp-block-table .wp-element-caption {
  padding-top: 35px;
}

.wp-block-column .solidbox h2,
.wp-block-column .solidbox h3,
.wp-block-column .solidbox h4 {
  font-size: 23px;
}

h1.wp-block-post-title {
  margin-top: 0;
}
@media screen and (max-width: 550px) {
  h1.wp-block-post-title {
    font-size: 30px;
    line-height: 40px;
  }
}

.wp-site-blocks {
  overflow-x: hidden;
}

.wp-block-media-text__media a {
  width: 100%;
}

.wp-block-create-block-buttons-tcnj {
  margin-top: 25px;
}

.wp-block-table,
.custom-image-wrapper {
  margin-top: 50px;
}

@media screen and (max-width: 550px) {
  .wp-block-table,
  .custom-image-wrapper {
    margin-top: 25px;
  }
}
[aria-label="Template options"] {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover > .ubermenu-submenu-drop,
  .ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop {
    margin-top: 3px !important;
  }
}

.ubermenu {
  width: 100%;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}
a:where(:not(.wp-element-button)):hover {
  text-decoration: underline;
}

/* First define the fade-in animation */
.search .wp-block-search__label {
  display: none;
}
.search .wp-block-query h2 {
  margin-top: clamp(15px, 3vw, 50px);
  margin-block-end: 0.25em;
}
@media screen and (max-width: 550px) {
  .search .wp-block-search__inside-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .search .wp-block-search__inside-wrapper .wp-element-button {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style-index.css.map*/