/* -------------------------------------------------------------------------- */ /*	1. Document Setup
/* -------------------------------------------------------------------------- */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url('https://use.typekit.net/xks0mup.css');
/*font-family: "europa",sans-serif;
font-family: "marco",serif;*/

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'europa', sans-serif;
  font-size: 18px;
  color: #191919;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 29px !important;
  margin: 0px 0px !important;
  width: 100% !important;
  cursor: default;
  background-color: #fff;
}
body.home {
  background-color: #fff;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a {
  color: #565551;
  display: inline-block;
  vertical-align: top;
}
a:hover {
  text-decoration: none;
}
a,
input,
button {
  outline: none !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.relative {
  position: relative;
}
.transition {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.text-black {
  color: #000000;
}
.text-green {
  color: #565551;
}
.text-rosew {
  color: #8a2729 !important;
}
.text-blue {
  color: #565551;
}
.text-pgreen {
  color: #799c3e !important;
}
.text-light-pink {
  color: #ab89a3 !important;
}
.text-yellow {
  color: #c3ab1c;
}
.text-white {
  color: #fff;
}
.tac {
  text-align: center !important;
}
.tal {
  text-align: left !important;
}
.tar {
  text-align: right !important;
}
.uc {
  text-transform: uppercase;
}
.uline {
  text-decoration: underline !important;
}
.mt0,
.content-section h3.mt0 {
  margin-top: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.font100 {
  font-weight: 100;
}
.font300 {
  font-weight: 300;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.font700 {
  font-weight: 700;
}
.font900 {
  font-weight: 900;
}
.sec-small {
  width: 100%;
  max-width: 1050px;
  margin: auto;
}
.sec-small .row {
  display: flex;
  align-items: center;
}
img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.ib {
  display: inline-block;
}
.bg-light-orange {
  background: #f2efe9;
}
.bg-green {
  background: #002b1e;
  color: #fff;
}
.ctabg {
  background-color: #8a2729;
}
.bg-green .link {
  color: #fff !important;
  font-weight: 500;
}
.bg-green {
  background: #e0e0e0;
  color: #000000;
}
.bg-grey {
  background: #dbd8d0;
  color: #fff;
  padding: 60px 0px !important;
}
.title-blue {
  color: #002b1e;
}
.link {
  color: #565551 !important;
  font-weight: 500;
  text-decoration: underline;
}
.link:hover {
  color: #000000 !important;
  text-decoration: none;
}
.font-europa {
  font-family: 'europa', sans-serif;
}
body::-moz-selection {
  background: #002b1e !important;
  color: #fff !important;
}
body::selection {
  background: #002b1e !important;
  color: #fff !important;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
h1 {
  font-size: 58px;
  font-family: 'marco', serif;
  font-weight: 700;
}
h2 {
  font-size: 52px;
  font-family: 'marco', serif;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  font-family: 'marco', serif;
  line-height: 36px !important;
  color: #565551;
  font-weight: 700;
}
h4 {
  font-size: 22px;
  line-height: 1.5 !important;
}
h5 {
  font-size: 19px;
  line-height: 26px important;
  font-weight: 400;
}
h6 {
  font-size: 17px;
}
.h1 {
  font-size: 28px;
  color: #565551;
  font-family: 'marco', serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4 !important;
  font-weight: inherit;
}
.h3 {
  font-size: 36px !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: inherit;
}
h4.title {
  text-transform: uppercase;
  color: #565551;
  font-family: 'marco', serif;
  font-weight: inherit;
}
.button {
  font-family: 'marco', serif;
  font-style: italic;
  background: #8a2729;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: normal;
  padding: 12px 15px;
  border: 1px solid transparent;
  width: auto;
  min-width: 150px;
  height: auto;
  cursor: pointer;
  transform: scale(1);
  border-radius: 0px;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.27); /*box-shadow:0px 10px 25px 0px rgba(0,0,0,0.45);*/
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  font-weight: 700;
}
.button:hover {
  background: #565551 !important;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
}
.button.button-secondary {
  background: #8a2729 !important;
  color: #fff;
}
.button.button-secondary:hover {
  background: #681d1f !important;
  color: #fff;
}
.button.button-teritary {
  background: #565551 !important;
  color: #fff;
}
.button.button-teritary:hover {
  background: #565551 !important;
  color: #0de1e3;
}
.bg-pink .button.button-secondary:hover {
  background: #681d1f !important;
  color: #fff;
}
.button.button-primary {
  background: #999999 !important;
  color: #fff;
}
.button.button-primary:hover {
  background: #691e1e !important;
  color: #fff;
}
.button.button-light {
  background: #999999 !important;
  color: #fff;
}
.button.button-light:hover {
  background: #691e1e !important;
  color: #fff;
}
.link111 {
  padding: 12px 15px 14px;
  font-style: italic;
}
p {
  line-height: inherit;
  margin-bottom: 28px;
}
p:last-child {
  margin-bottom: 0px;
}
p strong,
ul strong {
  font-weight: 700;
}
p a {
  color: #8a2729;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
p a:hover {
  color: #808080;
  text-decoration: none;
}
small {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
ul,
li {
  line-height: normal;
}
section ul.center {
  margin: 0px auto 25px;
  width: fit-content;
}
section ul {
  margin: 0px 0px 25px 0px;
}
section ul:last-child {
  margin-bottom: 0px;
}
section ul li::marker {
  color: #8a2729;
}
section ul.yellow li::marker {
  color: #be9142;
}
section ul.rose li::marker {
  color: #8a2729;
}
section ul li {
  line-height: 1.6;
  padding: 0px 0px 0px 5px;
  margin: 0px 0px 0px 0px;
  color: #191919;
  text-align: left;
}
section ul li:last-child {
  margin-bottom: 0px;
}
section ul li a {
  color: #191919;
  font-weight: 500;
  text-decoration: underline;
  display: inline;
}
section ul li a:hover {
  color: #8a2729;
  text-decoration: none;
}
section ul.no-style {
  list-style: none;
}
section ol {
  margin: 0px 0px 25px 0px;
}
section ol:last-child {
  margin-bottom: 0px;
}
section ol li {
  line-height: 1.6;
  padding: 0px 0px;
  margin: 0px 0px 10px 0px;
}
ul.margin-bottom {
  margin-bottom: -25px;
}
ul.margin-bottom li {
  margin-bottom: 25px;
}
ol.margin-bottom {
  margin-bottom: -25px;
}
ol.margin-bottom li {
  margin-bottom: 25px;
}
.container {
  width: calc(100% - 30px);
  max-width: 1230px;
}
.row {
  margin-bottom: -30px;
}
.row:before {
  display: none;
}
.row div[class*='col-'] {
  margin-bottom: 30px;
}
section {
  padding: 85px 0px;
}
th,
td {
  border: 0.1rem solid #dcd7ca;
  border-top-color: rgb(220, 215, 202);
  border-right-color: rgb(220, 215, 202);
  border-bottom-color: rgb(220, 215, 202);
  border-left-color: rgb(220, 215, 202);
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 0.5em;
}
.w-small {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
/* -------------------------------------------------------------------------- */

/*	Helper Classes
/* -------------------------------------------------------------------------- */

/* Lists ------------------------------------- */

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-list-style li {
  margin: 0;
}
/* Toggles ----------------------------------- */

.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}
button.toggle {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
}
/* Screen Reader Text ------------------------ */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* -------------------------------------------------------------------------- */

/*	Site Header
/* -------------------------------------------------------------------------- */

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
  display: none;
}
ul.primary-menu {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.0277em;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -0.8rem 0 0 -1.6rem;
  padding: 0;
  align-content: center;
  align-items: flex-end;
}
.primary-menu .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}
.primary-menu .icon::before,
.primary-menu .icon::after {
  content: '';
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}
.primary-menu .icon::before {
  height: 0.9rem;
  width: 0.2rem;
}
.primary-menu .icon::after {
  height: 0.2rem;
  width: 0.9rem;
}
.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}
.primary-menu > li {
  margin: 0.8rem 0 0 1.6rem;
}
.primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
}
.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}
.primary-menu a {
  color: inherit;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: underline;
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  text-decoration: underline;
}
.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}
/* SUB MENU */
.primary-menu ul {
  background: #000;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 2rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 24.5rem;
  z-index: 1;
}
.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}
.primary-menu ul::before,
.primary-menu ul::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
}
.primary-menu ul::before {
  height: 2rem;
  left: 0;
  right: 0;
}
.primary-menu ul::after {
  border: 0.8rem solid transparent;
  border-bottom-color: #000;
  right: 1.8rem;
}
.primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 1rem 2rem;
  transition: background-color 0.15s linear;
  width: 100%;
}
.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}
.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
/* DEEP DOWN */
.primary-menu ul ul {
  top: -1rem;
}
.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2rem);
}
.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}
.primary-menu ul ul::after {
  border-bottom-color: transparent;
  border-left-color: #000;
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}
.header-titles-wrapper {
  align-items: center;
  display: flex;
}
body:not(.enable-search-modal) .header-titles-wrapper {
  justify-content: flex-start;
  text-align: left;
}
#site-header {
  background: none;
  width: 100%;
  z-index: 99 !important;
  box-shadow: 0 0 20px 2px rgb(0 0 0 / 25%);
  position: relative;
}
#site-header .row {
  margin-bottom: 0px;
}
#site-header .row div[class^='col-'] {
  margin-bottom: 0px;
}
#site-header .top-wrapper {
  background: #808080;
}
#site-header .top-wrapper ul.menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 0px;
  margin: 0px 0px;
}
#site-header .top-wrapper ul.menu li {
  line-height: 1;
  padding: 0px 0px;
  margin: 9px 0px 9px 30px;
  font-weight: inherit;
}
#site-header .top-wrapper ul.menu li:first-child {
  margin-left: 0px;
}
#site-header .top-wrapper ul.menu li a {
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  line-height: normal;
}
#site-header .top-wrapper ul.menu li a:hover {
  color: #e0e0e0;
  text-decoration: underline;
}
#site-header .top-wrapper ul.menu li.current_page_item a {
  color: #8a2729;
  text-decoration: underline !important;
}
#site-header .top-wrapper ul.menu li.current-menu-item a {
  text-decoration: none;
}
#site-header .top-wrapper ul.menu li.menu-button {
  margin-top: 0px;
  margin-bottom: 0px;
}
#site-header .top-wrapper ul.menu li.menu-button a:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 20px;
  margin-right: 12px;
  top: 0px;
  left: 0px;
  color: #fff !important;
}
#site-header .top-wrapper ul.menu li.menu-button a {
  background: #8a2729;
  font-size: 17px;
  font-weight: 700 !important;
  color: #fff;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: normal;
  padding: 12px 15px;
  border: 1px solid transparent;
  width: auto;
  cursor: pointer;
  border-radius: 0px;
  font-weight: inherit;
}
#site-header .top-wrapper ul.menu li.menu-button a:hover {
  background: #681d1f;
  color: #fff;
}
#site-header .bottom-wrapper {
  background: #e0e0e0;
  background: rgba(255, 255, 255, 0.7);
  padding: 13px 0px;
}
#site-header .bottom-wrapper .header-titles-wrapper {
  padding: 0px 15px;
  margin: 0px 0px;
  display: none;
}
#site-header .bottom-wrapper nav ul.primary-menu > li.home-logo {
  width: 305px;
  height: 70px;
  background-color: transparent !important;
}
#site-header .bottom-wrapper nav ul.primary-menu > li.home-logo a {
  font-size: 0px;
  text-align: center;
}
#site-header .bottom-wrapper nav ul.primary-menu > li.home-logo a:after {
  display: none;
}
#site-header .bottom-wrapper nav ul.primary-menu > li.home-logo a:before {
  content: '';
  background-image: url(https://nlcsdev.wpengine.com/wp-content/uploads/2022/03/NLCSlogo_FINAL.svg);
  background-size: 305px;
  width: 305px;
  height: 70px;
  display: block;
  position: absolute;
  top: 0px;
  background-repeat: no-repeat;
  background-color: transparent !important;
}
#site-header .bottom-wrapper .header-titles-wrapper .menu-extra-menu-container {
  display: none;
}
#site-header .bottom-wrapper .header-titles {
  margin: 0px 0px;
}
#site-header .bottom-wrapper .header-titles .site-logo {
  margin: 0px 0px;
}
#site-header .bottom-wrapper .header-titles .site-logo img {
  width: 100vw;
  max-width: 305px;
  max-height: 100%;
}
#site-header .bottom-wrapper .header-navigation-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  padding: 0px 15px 2px;
}
#site-header.fixed-header .bottom-wrapper .header-navigation-wrapper {
  padding: 0px 15px;
}
#site-header
  .bottom-wrapper
  .header-navigation-wrapper
  .menu-extra-menu-container {
  margin-bottom: 22px;
  width: 100%;
}
#site-header.fixed-header
  .bottom-wrapper
  .header-navigation-wrapper
  .menu-extra-menu-container {
  margin-bottom: 14px;
}
#site-header .bottom-wrapper nav ul.primary-menu {
  margin: 0px 0px;
}
#site-header .bottom-wrapper nav ul.primary-menu li {
  margin: 0px 0px;
}
#site-header .bottom-wrapper nav ul.primary-menu li a {
  font-size: 14px;
  color: #191919;
  text-transform: uppercase;
  letter-spacing: normal;
  text-decoration: none;
  text-shadow: none !important;
  font-weight: 700;
}
#site-header .bottom-wrapper nav ul.primary-menu li a:hover {
  color: #8a2729 !important;
}

#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > .icon {
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  ul.sub-menu
  li.menu-item-has-children
  .icon {
  display: block;
  transform: rotate(220deg);
  top: 4px;
  right: 0px;
  color: #191919;
  position: absolute;
}
.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}
.primary-menu .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}

.primary-menu li.arr-icon:after {
  width: 7px;
  height: 2px;
  color: #191919;
  top: 0px;
  right: 20px;
  font-family: 'FontAwesome';
  content: '';
  display: block;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}
.primary-menu li.arr-icon:hover:after {
  color: #8a2729;
}

/* Header Fixed */
#site-header.fixed-header nav ul.primary-menu li a:hover {
  color: #8a2729 !important;
}
#site-header .bottom-wrapper nav ul.primary-menu li a:after {
  content: '';
  background-color: #8a2729 !important;
  display: table;
  margin-top: 2px;
  width: 100%;
  max-width: 0px;
  height: 2px;
  position: static !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}

/* Header Fixed */
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li.home-logo
  a:after {
  background-color: transparent !important;
}
#site-header.fixed-header .bottom-wrapper nav ul.primary-menu li a:after {
  background-color: #8a2729 !important;
}
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.menu-item-has-children
  a:after {
  background-color: #8a2729 !important;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  a:after {
  background-color: #8a2729 !important;
}
#site-header
  .menu-extra-menu-container
  ul.menu
  li.current-page-ancestor.current-menu-ancestor.current_page_ancestor
  a {
  color: #8a2729 !important;
}
#site-header .bottom-wrapper nav ul.primary-menu li.current-menu-item a:after,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-item
  a:after {
  max-width: 100%;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-item
  ul.sub-menu
  li
  a:after,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-item
  ul.sub-menu
  li
  a:after {
  max-width: 0;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-item
  ul.sub-menu
  li
  a:hover:after,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-item
  ul.sub-menu
  li
  a:hover:after {
  max-width: 100% !important;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  a,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  a {
  color: #8a2729;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  a:after,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  a:after {
  max-width: 100%;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  ul.sub-menu
  li
  a:after {
  max-width: 0;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  ul.sub-menu
  li
  a {
  color: #2d2d2e;
}
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  ul.sub-menu
  li.current-menu-item
  a:after {
  background-color: #8a2729 !important;
}
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.menu-item-has-children
  a {
  color: #2d2d2e;
}
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  a,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.menu-item-has-children
  ul.sub-menu
  li
  a {
  color: #000000;
}
#site-header .bottom-wrapper nav ul.primary-menu li a:hover {
  color: #8a2729;
}
#site-header .bottom-wrapper nav ul.sub-menu > li:hover > a {
  color: #8a2729 !important;
}
#site-header .bottom-wrapper nav ul.primary-menu li a:hover:after {
  max-width: 100%;
}
#site-header .bottom-wrapper nav ul.primary-menu li.current-menu-item > .icon {
  color: #565551 !important;
}
/*#site-header .bottom-wrapper nav ul.primary-menu > li{margin:0 16px;}*/
#site-header .bottom-wrapper nav ul.primary-menu > li:first-child {
  margin-left: 0px;
}
#site-header .bottom-wrapper nav ul.primary-menu > li:last-child {
  margin-right: 0px !important;
}
#site-header .bottom-wrapper nav ul.primary-menu > li ul.sub-menu {
  min-width: 220px;
}
#site-header .bottom-wrapper nav ul.primary-menu > li ul.sub-menu li {
  padding: 0px 18px 10px;
  margin: 0px 0px;
  width: 100%;
}
#site-header .bottom-wrapper nav ul.primary-menu > li ul.sub-menu li a {
  font-weight: 500;
  line-height: 1.5em;
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px;
  margin: 0px 0px;
  width: auto;
  color: #000;
  font-size: 13px;
  text-transform: inherit;
}
#site-header .bottom-wrapper nav ul.primary-menu > li ul.sub-menu li a:hover {
  color: #8a2729 !important;
}
#site-header .bottom-wrapper nav ul.primary-menu > li ul.sub-menu li a:after,
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  li
  a:after {
  height: 1px;
  position: relative !important;
  top: 0px;
  background-color: #8a2729 !important;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > a {
  padding-right: 15px;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > .icon {
  color: #000000;
  top: 10px;
  right: 20px;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > .icon:before {
  width: 2px;
  height: 7px;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  > .icon:after {
  width: 7px;
  height: 2px;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children:hover
  > .icon {
  color: #565551;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children:hover
  ul.sub-menu {
  right: -320px !important;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  ul.sub-menu:before,
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  ul.sub-menu:after {
  border-color: transparent;
  opacity: 0;
}
#site-header .menu-extra-menu-container ul.menu {
  list-style: none;
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 0px;
  margin: 0px 0px;
}
#site-header .menu-extra-menu-container ul.menu li {
  line-height: normal;
  margin: 0px 0px 0px 30px;
}
#site-header .menu-extra-menu-container ul.menu li:first-child {
  margin-left: 0px;
}
#site-header .menu-extra-menu-container ul.menu li a {
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  line-height: normal;
}
#site-header .menu-extra-menu-container ul.menu li a:hover {
  color: #e0e0e0 !important;
  text-decoration: underline;
}
#site-header .menu-extra-menu-container ul.menu li a:hover:before {
  color: #e9f0df !important;
  font-weight: 700;
}
#site-header .menu-extra-menu-container ul.menu li.current-menu-item > a {
  color: #8a2729;
  text-decoration: underline !important;
}
#site-header .menu-extra-menu-container ul.menu li.phone-menu a {
  font-size: 17px;
  color: #8a2729;
  letter-spacing: 0.25px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 40px;
  position: relative;
  text-decoration: underline;
  font-weight: 700;
}
#site-header.fixed-header
  .menu-extra-menu-container
  ul.menu
  li.phone-menu
  a:before,
#site-header .menu-extra-menu-container ul.menu li.phone-menu a:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  margin-right: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #8a2729 !important;
}

#site-header .menu-extra-menu-container ul.menu li.phone-menu a:hover {
  text-decoration: none;
  color: #8a2729 !important;
}
/* Header Fixed */
#site-header.fixed-header .menu-extra-menu-container ul.menu li.phone-menu a,
#site-header.fixed-header
  .menu-extra-menu-container
  ul.menu
  li.phone-menu
  a:before {
  color: #fff !important;
}
#site-header.fixed-header
  .menu-extra-menu-container
  ul.menu
  li.phone-menu
  a:hover,
#site-header.fixed-header
  .menu-extra-menu-container
  ul.menu
  li.phone-menu
  a:hover:before {
  color: #e0e0e0 !important;
}
#site-header.fixed-header .bottom-wrapper .header-titles .site-logo img {
  display: block;
  max-width: 160px;
}
#site-header .menu-extra-menu-container ul.menu li {
  display: none;
}
#site-header .menu-extra-menu-container ul.menu li.menu-item-257,
#site-header.fixed-header .menu-extra-menu-container ul.menu li {
  display: block;
}

/* Header Fixed */
/*#site-header.fixed-header .bottom-wrapper .header-titles .site-logo{position:relative;}*/
#site-header.fixed-header .bottom-wrapper .header-titles .site-logo a img {
  display: none;
}
#site-header.fixed-header .bottom-wrapper .header-titles .site-logo a:after {
  content: '';
  background-image: url(https://nlcsdev.wpengine.com/wp-content/uploads/2022/03/NLCSlogo_FINAL.svg);
  background-size: 250px;
  width: 250px;
  height: 90px;
  display: block;
  position: absolute;
  top: -12px;
  background-repeat: no-repeat;
}

#site-header.fixed-header .menu-extra-menu-container ul.menu li.phone-menu a {
  padding-left: 30px;
}
header.fixed-header .bottom-wrapper {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  background: #808080 !important;
  z-index: 9;
  box-shadow: 0 0 12px 3px rgb(103 103 103 / 75%);
}
header:not(.fixed-header) li.sticky_nav_li {
  display: none;
}
header:not(.fixed-header) li.phone-menu {
  margin-left: 0px !important;
}
.fixed-header .menu-extra-menu-container ul.menu li.phone-menu a {
  font-size: 19px !important;
}
.fixed-header .menu-extra-menu-container ul.menu li.phone-menu a:before {
  font-size: 19px !important;
}
.fixed-header
  .bottom-wrapper
  .menu-extra-menu-container
  .menu-extra-menu-container {
  margin-bottom: 18px !important;
}
header.fixed-header .bottom-wrapper a.custom-logo-link img {
  display: none;
}
#site-header .bottom-wrapper nav ul.primary-menu > li .icon {
  display: none;
}
.primary-menu > li.menu-item-has-children > a {
  padding-right: 0;
}
body:not(.overlay-header) .primary-menu ul {
  background-color: #faf7fc !important;
}
#site-header .bottom-wrapper nav ul.primary-menu li.current-menu-item > a,
#site-header .bottom-wrapper nav ul.primary-menu li.current_page_parent > a {
  color: #8a2729;
}

#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-item
  > a {
  color: #8a2729;
} /* Header Fixed */
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  > a {
  color: #8a2729;
}
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  a:after {
  background-color: #8a2729;
}
#site-header.fixed-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  > a:after,
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  li.current-menu-ancestor
  > a:after {
  max-width: 100%;
}
#site-header .bottom-wrapper nav ul.primary-menu ul.sub-menu li a {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  padding-bottom: 0px;
  text-transform: capitalize;
  width: auto;
  display: inline-block;
  position: relative;
  padding-top: 0;
}
#site-header .bottom-wrapper nav ul.primary-menu ul.sub-menu li a:after {
  bottom: -3px;
  height: 1.245px;
}
ul.primary-menu ul.sub-menu {
  padding: 15px 20px;
}
body:not(.overlay-header) .primary-menu > li > ul:after {
  border-bottom-color: #faf7fc !important;
}
#site-header .bottom-wrapper nav ul.primary-menu > li ul.sub-menu {
  min-width: inherit;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  ul.sub-menu {
  margin-right: -50px;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  ul.sub-menu:before,
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  > li
  ul.sub-menu
  > li.menu-item-has-children
  ul.sub-menu:after {
  opacity: inherit;
}
button.close-nav-toggle svg {
  height: 2.5rem;
  width: 2.5rem;
}
.close-nav-toggle span.toggle-text {
  display: none !important;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu > li,
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu > li li,
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu > li li li,
button.sub-menu-toggle {
  border: none !important;
}

.primary-menu li.menu-item-has-children:hover > ul {
  left: 50%;
  right: unset !important;
  transform: translateX(-50%);
}
@media only screen and (min-width: 600px) and (max-width: 1365px) {
  .primary-menu li.menu-item-has-children:hover > ul {
    left: 150%;
  }
}

.primary-menu ul::after {
  left: 50%;
  right: unset !important;
  transform: translateX(-50%);
}

.primary-menu li.menu-item-has-children:hover > ul ul {
  right: -310px !important;
  left: unset;
}

body:not(.overlay-header) .primary-menu ul ul:after {
  border-left-color: #ccc8c0;
  transform: translateX(-94%);
}
#site-header .bottom-wrapper nav ul.sub-menu > li {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#site-header .bottom-wrapper nav ul.sub-menu > li:hover > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #c88342;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#site-header .bottom-wrapper nav ul.sub-menu > li:hover > a {
  color: #c3ab1c;
}
#site-header .bottom-wrapper nav ul.sub-menu > li:hover > a:after {
  width: 100%;
}
.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: none !important;
}
.primary-menu li.menu-item-has-children:hover > ul {
  box-shadow: 0 0 8px 1px #0000002b;
}
#site-header .bottom-wrapper nav ul.primary-menu li a:hover {
  box-shadow: none;
}
.sub_heading_text {
  font-size: 17px;
  margin-bottom: 20px;
}
#site-header .bottom-wrapper nav ul.primary-menu li a {
  text-shadow: -1px 1px 0px #0000003d;
}
ul.primary-menu ul.sub-menu {
  padding: 14px 0px 0;
}
ul.primary-menu ul.sub-menu li {
  padding: 2px 20px;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  ul.sub-menu
  li.menu-item-has-children:after {
  position: absolute;
  top: -17px;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 7px;
  width: 1em;
  height: 1em;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  ul.sub-menu
  li.menu-item-has-children
  .icon {
  display: block;
  transform: rotate(220deg);
  top: 4px;
  right: 16px;
  color: #e3e3e3;
}
#site-header
  .bottom-wrapper
  nav
  ul.primary-menu
  ul.sub-menu
  li.menu-item-has-children
  ul:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  border-right: 10px solid #ccc8c0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  height: 16px;
}
/* -------------------------------------------------------------------------- */

/*	Menu Modal
/* -------------------------------------------------------------------------- */
.menu-modal {
  background: #fff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 99;
}
.admin-bar .menu-modal {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .menu-modal {
    top: 46px;
  }
}
.menu-modal.show-modal {
  display: flex;
}
.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  transition: opacity 0.25s ease-out;
}
.menu-modal-inner {
  background: #fff;
  display: flex;
  justify-content: stretch;
  overflow: auto;
  -ms-overflow-style: auto;
  width: 100%;
}
.menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
button.close-nav-toggle {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: flex-end;
  padding: 3.1rem 0;
  width: 100%;
}
button.close-nav-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
}
button.close-nav-toggle .toggle-text {
  margin-right: 1.6rem;
}
.menu-modal .menu-top {
  flex-shrink: 0;
}
.modal-menu {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}
.modal-menu li {
  border-color: #dedfdf;
  border-style: solid;
  border-width: 0.1rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  justify-content: flex-start;
  margin: 0;
}
.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.0375em;
}
.modal-menu > li:last-child {
  border-bottom-width: 0.1rem;
}
.modal-menu .ancestor-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.modal-menu a {
  display: block;
  padding: 2rem 2.5rem;
  text-decoration: none;
  width: 100%;
}
.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
  text-decoration: underline;
}
button.sub-menu-toggle {
  border-left: 0.1rem solid #dedfdf;
  flex-shrink: 0;
  margin: 1rem 0;
  padding: 0 2.5rem;
}
button.sub-menu-toggle svg {
  height: 0.9rem;
  transition: transform 0.15s linear;
  width: 1.5rem;
}
button.sub-menu-toggle.active svg {
  transform: rotate(180deg);
}
.modal-menu ul {
  display: none;
  margin: 0;
  width: 100%;
}
.modal-menu ul li {
  border-left-width: 1rem;
}
.modal-menu ul li a {
  color: inherit;
  font-weight: 500;
}
/* Main menu animation ----------------------- */
.menu-wrapper .menu-item {
  position: relative;
}
.menu-wrapper .active {
  display: block;
}
.menu-wrapper.is-toggling {
  pointer-events: none;
}
.menu-wrapper.is-toggling .menu-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
  width: auto;
}
.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
  transition-duration: 250ms;
}
.menu-wrapper.is-animating .menu-item {
  transition-property: transform;
}
.menu-wrapper.is-toggling .toggling-target {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.menu-wrapper.is-toggling .toggling-target.active {
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target {
  display: block;
  transition-property: opacity;
  opacity: 0;
}
.menu-wrapper.is-animating.is-toggling .toggling-target.active {
  opacity: 1;
}
.menu-wrapper.is-toggling .modal-menu > li:last-child li {
  border-top-color: transparent;
  border-bottom-width: 0.1rem;
}
@media (prefers-reduced-motion: reduce) {
  .menu-wrapper.is-animating .menu-item,
  .menu-wrapper.is-animating .toggling-target {
    transition-duration: 1ms !important;
  }
}
.menu-modal {
  background: #e1e1e1;
}
.menu-modal .modal-inner {
  background: none;
}
.menu-modal .menu-wrapper {
  width: 100%;
}
.menu-modal .menu-wrapper .menu-top .toggle {
  font-size: 14px;
  letter-spacing: 0.25px;
  padding-left: 30px;
  padding-right: 30px;
}
.menu-modal .menu-wrapper .menu-top .toggle.sub-menu-toggle {
  padding: 0px 25px;
}
.menu-modal .menu-wrapper .menu-top .toggle.sub-menu-toggle svg {
  width: 12px;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu {
  width: 100%;
  left: auto;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu li {
  border-left: 0px;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu li a {
  font-size: 14px;
  color: #2d2d2e;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  text-decoration: none;
  padding: 20px 30px;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu li a:hover {
  color: #8a2729;
}
.menu-modal
  .menu-wrapper
  .menu-top
  .mobile-menu
  ul.modal-menu
  li.current-menu-item
  > a {
  color: #8a2729;
}
.menu-modal
  .menu-wrapper
  .menu-top
  .mobile-menu
  ul.modal-menu
  li.current-menu-item
  > .ancestor-wrapper
  > a {
  color: #8a2729;
}
.menu-modal
  .menu-wrapper
  .menu-top
  .mobile-menu
  ul.modal-menu
  li.current-menu-item {
  color: #8a2729;
}
.menu-modal
  .menu-wrapper
  .menu-top
  .mobile-menu
  ul.modal-menu
  li.current-menu-item
  a {
  color: #8a2729;
}
.menu-modal .menu-wrapper .menu-top .mobile-menu ul.modal-menu ul li {
  padding-left: 30px;
}

/* -------------------------------------------------------------------------- */

/*	Site Body
/* -------------------------------------------------------------------------- */
body.home .card-box-section {
  padding: 0px;
  padding-bottom: 20px;
}
body.home .breadcrumb {
  display: none;
}
.hero-section {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-center;
  align-items: center;
  padding-top: 195px;
  padding-bottom: 60px;
  margin-top: -135px;
  height: 80vw;
  max-height: 765px;
}
.hero-section .content-wrapper {
  background: rgba(138, 39, 41, 0.9);
  color: #fff;
  padding: 40px 60px 50px 60px;
  display: inline-block;
  margin-left: auto;
  position: relative;
  box-shadow: 6px 6px 35px 0px rgba(0, 0, 0, 0.7);
}
.hero-section .content-wrapper .button.button-secondary {
  background: #999999 !important;
  color: #fff;
}
.hero-section .content-wrapper .button.button-secondary:hover {
  background: #691e1e !important;
  color: #fff;
}

.hero-section.right .content-wrapper {
  float: right;
}
.hero-section .content-wrapper > *:last-child {
  margin-bottom: 0px;
}
.hero-section .content-wrapper h1 {
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.hero-section .content-wrapper h2 {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5 !important;
  margin-bottom: 0px;
}
.hero-section .content-wrapper h4 {
  font-family: 'marco', serif;
  font-size: 58px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 62px !important;
  font-weight: 700;
  color: #e8e8e8;
  margin-bottom: 0px;
}
.hero-section .content-wrapper h5 {
  font-family: 'europa', sans-serif;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 20px;
  font-size: 24px;
  line-height: 26px;
}
.hero-section .content-wrapper .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  z-index: 1;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.hero-section .content-wrapper .button-wrapper .button {
  margin-left: 40px;
  white-space: nowrap;
}
.hero-section .content-wrapper .button-wrapper .button:first-child {
  margin-left: 0px;
}
.hero-section.text-left .content-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.hero-section.text-left .content-wrapper .button-wrapper {
  flex-wrap: nowrap;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.hero-section.text-center .content-wrapper {
  margin-left: auto;
  margin-right: auto;
}
/*.hero-section.text-center .content-wrapper .button-wrapper{left:50%;right:auto;transform:translateX(-50%);}*/
.home-hero-section {
  background-position: top center !important;
}
.hero-section.lifestyle-hero-section .content-wrapper {
  max-width: 1085px;
}
.hero-section.the-area-hero-section .content-wrapper {
  max-width: 900px;
}
/* -------------------------------------------------------------------------- */

/*	Breadcrumbs
/* -------------------------------------------------------------------------- */
.breadcrumb-trail h2 {
  display: none !important;
}
.breadcrumb {
  font-size: 16px;
  padding: 0px 0px;
  margin: 0px 0px !important;
  border: none !important;
}
.breadcrumb .after-wrapper {
  width: 100%;
  background: #e0e0e0 !important;
  padding: 20px 0px;
}
.breadcrumb .after-wrapper .row {
  margin-bottom: inherit !important;
}
.breadcrumb .after-wrapper a {
  color: #191919;
  text-decoration: underline;
  margin-right: 0px;
}
.trail-items li::after {
  padding: 0 0.8em !important;
}
/* -------------------------------------------------------------------------- */

/*	Page Link Section
/* -------------------------------------------------------------------------- */
.page-link-section {
  padding: 0px 0px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.45);
}
.page-link-section .row {
  margin-bottom: 0px;
}
.page-link-section .row div[class*='col-'] {
  padding: 0px 0px;
  margin-bottom: 0px;
  max-width: 50%;
}
.page-link-section h4 {
  font-weight: 700;
  margin-bottom: 0px;
  width: 100%;
  height: 100%;
}
.page-link-section h4 a {
  background: rgba(16, 84, 92, 0.9);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 24px 15px;
  border-right: 2px solid #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  transform: scale(1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.27);
  text-decoration: none;
}
.page-link-section h4 a:hover {
  background: #565551;
  color: #fff;
  border-color: #fff;
  z-index: 2;
  transform: scale(1.1);
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
  text-decoration: underline;
  -webkit-text-decoration-color: #8a2729;
  text-decoration-color: #8a2729;
}
.page-link-section h4 a.active {
  background: #565551;
  color: #8a2729;
  border-color: #fff;
  z-index: 1;
  -webkit-text-decoration-color: #565551;
  text-decoration-color: #565551;
}
.page-link-section h4 a.active:hover {
  z-index: 1;
}
.page-link-section .row div[class*='col-']:last-child h4 a {
  border-right: none;
}
/* -------------------------------------------------------------------------- */

/*	Content Section
/* -------------------------------------------------------------------------- */
.content-section h1 {
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4 !important;
}
.content-section .primary.left h1 {
  text-align: left;
  color: #8a2729;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
}
.content-section .primary.left h1:after {
  display: none;
}
.title-h3 {
  text-align: left;
  color: #8a2729 !important;
  font-size: 28px;
  line-height: 36px !important;
  margin-bottom: 10px;
}

.content-section .primary.small-title h2,
.content-section .primary.large.left h1 {
  font-family: 'marco', serif;
  font-size: 52px;
  line-height: 62px !important;
  margin-bottom: 50px;
  text-align: left;
  color: #8a2729;
  font-weight: 700;
}
.content-section .primary.large.left h1:after {
  display: none;
}
.content-section .primary.medium.left h1 {
  font-family: 'marco', serif;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 15px;
  text-align: left;
  color: #8a2729;
  font-weight: 700;
}
.content-section .primary.medium.left h1:after {
  display: none;
}
.content-section .primary.large h1 span {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  width: 100%;
  display: block;
}
 {
  content: '';
  background: #565551;
  display: table;
  margin: 15px auto 10px auto;
  width: 100%;
  max-width: 90px;
  height: 3px;
}
.content-section .primary h2,
.content-section .primary h1 {
  font-size: 36px;
  line-height: 40px !important;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  color: #565551;
}
.content-section .primary.left-small h1,
.content-section .primary.left-small h2 {
  text-align: left;
  font-size: 28px;
  line-height: 36px;
}
.content-section .primary.normal-title h2 {
  color: #8a2729;
}
.content-section .primary.normal-title.center h1,
.content-section .primary.small-title.center h1,
.content-section .primary h1 span {
  font-size: 28px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  width: 100%;
  display: block;
  font-family: 'europa', sans-serif;
}
.content-section .primary.small-title.center h2 {
  text-align: center;
}
.content-section .primary h1:after,
.content-section .primary.small-title.center h1:after,
.content-section .secondary h1:after,
.content-section .primary h1 span:after {
  content: '';
  background: #565551;
  display: table;
  margin: 15px auto 20px auto;
  width: 100%;
  max-width: 90px;
  height: 3px;
}
.content-section .primary.left-small h1:after {
  display: none;
}
.heading-content-section.secondary {
  background-color: #8a2729;
}
.heading-content-section.secondary p {
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.heading-content-section.secondary p a,
.heading-content-section.secondary li a {
  color: #fff;
}
.heading-content-section.secondary p a:hover,
.heading-content-section.secondary li a:hover {
  color: #d8d8d8;
}
.heading-content-section.secondary li {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}
.heading-content-section.secondary h2 {
  color: #999999 !important;
  margin-bottom: 0px;
}
.heading-content-section.secondary h3 {
  color: #fff;
  margin-bottom: 52px;
}
.content-section .primary h1 {
  color: #565551;
}
.content-section .secondary h1 {
  color: #565551;
}
.content-section .center h1 {
  text-align: center;
}
.content-section h2 {
  font-family: 'marco', serif;
  letter-spacing: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4 !important;
  color: #565551;
  font-weight: 700;
}

.heading-content-section.tertiary,
.img-content-section.tertiary {
  background-color: #34768d;
  min-height: inherit;
  padding: 60px 0px;
}
.heading-content-section.tertiary h3,
.img-content-section.tertiary h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'europa', sans-serif;
  font-weight: 700;
  letter-spacing: 1px !important;
}
.heading-content-section.tertiary p,
.img-content-section.tertiary p {
  color: #fff;
  letter-spacing: 1px;
}
.heading-content-section.tertiary .button.button-green,
.img-content-section.tertiary .button.button-green {
  background: #fff !important;
  color: #87ba34;
}
.heading-content-section.tertiary .button.button-green:hover,
.img-content-section.tertiary .button.button-green:hover {
  background-color: #73a422 !important;
  color: #fff;
}

.heading-content-section.tertiary-reverse1 {
  background-color: #999999;
  min-height: inherit;
  padding: 60px 0px;
}
.heading-content-section.tertiary-reverse1 h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'europa', sans-serif;
  font-weight: 700;
  letter-spacing: 1px !important;
}
.heading-content-section.tertiary-reverse1 p {
  color: #fff;
  letter-spacing: 1px;
}
.heading-content-section.tertiary-reverse1 .button.button-green {
  background: #87ba34 !important;
  color: #fff;
}
.heading-content-section.tertiary-reverse1 .button.button-green:hover {
  background-color: #73a422 !important;
  color: #fff;
}
.heading-content-section.tertiary-reverse1 .button.button-green-big {
  background: #87ba34 !important;
  color: #fff;
  font-size: 24px;
  padding: 15px 30px;
}
.heading-content-section.tertiary-reverse1 .button.button-green-big:hover {
  background-color: #73a422 !important;
  color: #fff;
}

.img-content-section.secondary-reverse h2,
.img-content-section.secondary-reverse h3 {
  color: #8a2729;
}
.img-content-section.secondary-reverse p {
  color: #191919;
}

.heading-content-section.tertiary-reverse {
  background-color: #f1f1f1;
}

/* -------------------------------------------------------------------------- */

/*	Image Content Section
/* -------------------------------------------------------------------------- */

.img-content-section {
  padding: 0px 0px;
}
.img-content-section .row {
  margin-bottom: 0px;
}
/*body.home section.heading-content-section.right .container .row{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack: justify;justify-content:space-between;-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align: normal;align-items:normal;}*/
.img-content-section.secondary-reverse .content-wrapper .inner {
  width: 100%;
  max-width: calc(1230px / 2 - -220px - 15px);
}
.img-content-section .col-sm-6,
.img-content-section .col-sm-4 {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px !important;
}
.img-content-section .img-wrapper .inner {
  width: 100%;
  height: 100%;
}
.img-content-section .img-wrapper img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}
.img-content-section .content-wrapper {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 60px 80px;
}
.img-content-section.primary .content-wrapper {
  background: #8a2729;
}
.img-content-section .content-wrapper .inner {
  width: 100%;
  max-width: calc(1230px / 2 - 80px - 15px);
}
.img-content-section .content-wrapper .inner > *:last-child {
  margin-bottom: 0px;
}
.img-content-section .content-wrapper h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.img-content-section.primary-reverse .content-wrapper {
  background: #fff !important;
  color: #191919 !important;
}
.img-content-section.secondary .content-wrapper {
  background: #fff !important;
  color: #565551 !important;
}
.img-content-section.primary .content-wrapper {
  justify-content: flex-end;
}
.img-content-section.primary .content-wrapper h2,
.img-content-section.primary .content-wrapper p,
.img-content-section.primary .content-wrapper li {
  color: #fff;
}
.img-content-section.primary .content-wrapper h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.heading-content-section {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  overflow: hidden;
}
.heading-content-section .row {
  align-items: flex-start;
}
body.home .heading-content-section .row {
  align-items: center;
}
.heading-content-section .heading-column .heading-wrapper {
  padding-bottom: 10px;
  max-width: 92%;
  position: relative;
}
.heading-content-section.tal .heading-column .heading-wrapper {
  max-width: 86%;
  margin-left: auto;
}
.heading-content-section .heading-column .heading-wrapper:after {
  content: '';
  background: #565551;
  width: 100vw;
  height: 3px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
.heading-content-section.right .heading-column .heading-wrapper:after {
  left: 0px !important;
  background: #565551 !important;
  display: none;
}
.heading-content-section.right .heading-column .heading-wrapper {
  text-align: right !important;
}
.heading-content-section.tal .heading-column .heading-wrapper {
  text-align: left !important;
}
.heading-content-section .content-column h1 {
  font-size: 28px;
  font-weight: 700;
}
.heading-content-section .heading-column .heading-wrapper h2 {
  font-size: 52px;
  font-family: 'marco', serif !important;
  letter-spacing: 0.5px;
  margin: 0px;
  line-height: 62px;
  text-transform: uppercase;
  color: #8a2729;
  font-weight: 700;
}
.heading-content-section .heading-column .heading-wrapper h2 strong {
  color: #8a2729 !important;
  font-weight: 700;
  display: block;
}
.heading-content-section .heading-column .heading-wrapper h3,
.heading-content-section.secondary h3 {
  letter-spacing: 0.25px;
  font-size: 52px;
  line-height: 62px !important;
  font-weight: 400;
  text-transform: uppercase;
}
.flex-space {
  display: flex;
  justify-content: space-around;
}
.box-1 {
  width: 100%;
  max-width: 34%;
}
body.page-template-base-page .heading-content-section.primary {
  background-color: #8a2729;
}
body.page-template-base-page .heading-content-section.primary p,
body.page-template-base-page .heading-content-section.primary li,
body.page-template-base-page .heading-content-section.primary h3.title-h3 {
  color: #ffffff !important;
}
body.page-template-base-page .heading-content-section.primary li::marker {
  color: #be9142;
}
body.page-template-base-page .heading-content-section.primary-reverse {
  background-color: #e8e8e8;
}
.heading-content-section.primary-reverse {
  color: #000000 !important;
}
.heading-content-section.primary-reverse h2,
.heading-content-section.primary h2 {
  color: #8a2729 !important;
  text-transform: uppercase;
  font-family: 'marco', serif !important;
  margin-bottom: 35px;
  font-weight: inherit;
}
.heading-content-section.primary-reverse h2,
.heading-content-section.primary h2 strong {
  color: #606060 !important;
  font-family: 'marco', serif !important;
  font-weight: inherit;
}
.heading-content-section.primary-reverse h3,
.heading-content-section.primary h3 {
  color: #000;
}

/* -------------------------------------------------------------------------- */

/*	Card Box Section
/* -------------------------------------------------------------------------- */
.card-box-section {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 90px 0px;
  min-height: 665px;
}
.card-box-section .row {
  justify-content: center;
}
.card-box-section .col-sm-3 {
  margin-bottom: 52px !important;
}
.card-box-section .card {
  background: #e0e0e0;
  border: none;
  height: 100%;
  position: relative;
  border-radius: 0px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.45);
}
.card-box-section .card .card-link {
  color: inherit;
  width: 100%;
}
.card-box-section .card .card-link:before {
  content: '';
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.card-box-section .card .img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}
.card-box-section .card .card-body {
  text-align: center;
  padding: 25px 25px 30px 25px;
  min-height: 260px;
}
.card-box-section .card .card-body h5 {
  color: #191919;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  line-height: 26px;
  font-weight: 400 !important;
}
.card-box-section .card .card-body h3 {
  color: #565551;
  text-transform: uppercase;
  line-height: 36px !important;
  font-weight: 700;
}
.card-box-section .card .card-body h3:after {
  content: '';
  background: #191919;
  display: table;
  margin: 20px auto 0px auto;
  width: 100%;
  max-width: 90px;
  height: 2px;
}
.card-box-section .card .card-body .card-text {
  line-height: 25px;
}
.card-box-section .card .card-body .button {
  width: 100%;
  max-width: 180px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) scale(1);
  background-color: #8a2729 !important;
  color: #fff;
}
.card-box-section .card .card-body .button:hover {
  transform: translateX(-50%) scale(1.1);
  background-color: #691e1e !important;
  color: #fff;
}
.feature-box-section {
  min-height: inherit;
  position: relative;
.}
.feature-box-section:before {
  content: '';
  background: #ab89a3;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  display: none;
}
body.page-id-185 .feature-box-section:before {
  content: '';
  background: #e9f0df;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  display: block;
}
/* -------------------------------------------------------------------------- */

/*	Card Content Section
/* -------------------------------------------------------------------------- */
.card-content-section {
  padding: 90px 0px;
}
.card-content-section .row {
  justify-content: center;
  margin-bottom: -60px;
}
.card-content-section .row > div[class*='col-'] {
  margin-bottom: 82px !important;
}
.card-content-section .card {
  border: none;
  height: 100%;
  position: relative;
  border-radius: 0px;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.45);
  min-height: 304px;
}
.card-content-section .card .card-body {
  text-align: center;
  padding: 50px 16px;
}
.card-content-section .card .card-body h3 {
  text-transform: uppercase;
  display: inline-grid;
  align-content: flex-end;
  width: 100%;
  min-height: 88px;
  color: #565551;
  font-weight: 700;
}
.card-content-section .card .card-body .card-text {
}
.card-content-section .card .card-body h3:after {
  content: '';
  background: #191919;
  display: table;
  margin: 20px auto 0px auto;
  width: 100%;
  max-width: 90px;
  height: 2px;
}
.card-content-section .card .card-body .button {
  background: #8a2729 !important;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 165px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%) scale(1);
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.45);
}
.card-content-section .card .card-body .button:hover {
  background: #681d1f !important;
  color: #fff;
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
}
.card-content-section .card .card-link {
  color: inherit;
  width: 100%;
}
.card-content-section .card .card-link:before {
  content: '';
  background: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.card-content-section.grid-three-card .container {
  max-width: 1000px;
}
/* -------------------------------------------------------------------------- */

/*	Large Box Section Home
/* -------------------------------------------------------------------------- */
.video-section .box {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  padding: 0px;
  width: 100%;
  min-height: 170px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
}
.video-section .row.thumbnai-row {
  margin-bottom: 0px !important;
  margin-top: 40px;
}
.video-section .box .title a {
  padding: 15px 0px 0px 0px;
  font-family: 'europa', sans-serif;
  font-size: 15px;
  color: #34768d !important;
  line-height: 24px;
}
section.video-section {
  padding: 0px !important;
}
.video-section .box figure a:before {
  background: rgba(52, 118, 141, 0.7) !important;
}
.video-section .box figure a:after {
  content: url('https://nlcsdev.wpengine.com/wp-content/uploads/2022/03/play-icon.png') !important;
  width: 52px !important;
  height: 58px !important;
  background-image: none !important;
}

.large-box-section .box {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px 20px; /*width:100%; height:100%; min-height:343px;*/
  width: 241px;
  min-height: 241px;
  object-fit: cover;
  position: relative;
  z-index: 1;
  transform: scale(1);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  margin-bottom: 20px;
}
.large-box-section .box:hover {
  z-index: 2;
  transform: scale(1.1);
  box-shadow: 0px 25px 15px -15px rgba(0, 0, 0, 0.45);
}
.video-section .box figure a img {
  height: 100% !important;
}
.large-box-section .box > a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.large-box-section .box > a:before {
  content: '';
  background: rgba(128, 128, 128, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.large-box-section .box > a:hover:before {
  background-color: transparent;
}
.large-box-section .box > a p:empty {
  display: none;
}
.large-box-section .box .inner {
  color: #fff;
  text-align: center;
  padding: 20px 20px;
}
.large-box-section .box .inner:after {
  content: '';
  background: rgba(14, 78, 86, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.large-box-section .box:hover .inner:after {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.large-box-section .box > a h3 {
  color: #eeeeee !important;
}
.large-box-section .box h3 {
  text-transform: uppercase;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
}
.large-box-section .box h3:after {
  content: '';
  background: #0de1e3;
  display: table;
  margin: 16px auto 16px auto;
  width: 100%;
  max-width: 90px;
  height: 3px;
}
.large-box-section .box p {
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
  line-height: 26px;
}
.large-box-section .comm-box {
  max-width: 241px;
  text-align: center;
  margin: 0 10px 25px;
}
.large-box-section .comm-box h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #191919;
  font-family: 'europa', sans-serif;
  line-height: 26px !important;
  text-decoration: underline;
  margin: 0 0;
}
.large-box-section .comm-box p {
  color: #191919;
}
.large-box-section .comm-box a:hover h3,
.large-box-section .comm-box a:hover p {
  color: #8a2729;
  text-decoration: none;
}
.large-box-section .row.home-comm {
  justify-content: center;
}

/* -------------------------------------------------------------------------- */

/*	Forms
/* -------------------------------------------------------------------------- */

form.wpcf7-form {
  margin-bottom: 45px;
}
form.wpcf7-form p {
  margin-bottom: 15px;
}
form.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: #e0e0e0;
  font-size: 13px;
  color: #666459;
  font-weight: 300;
  line-height: 1.4;
  padding: 12px 15px;
  margin: 0px 0px;
  border: 1px solid transparent;
  width: 100%;
  height: auto;
  text-overflow: ellipsis;
  border-radius: 0px;
  box-shadow: none;
  resize: none;
}
form.wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control {
  background: url('../images/icon-dropdown.svg') #e0e0e0;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 8px 14px;
  padding-right: 30px !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  height: 90px;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid {
  border-color: #f00;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.btn-submit-donation,
form.wpcf7-form input[type='submit'] {
  font-family: 'marco', serif;
  background: #8a2729 !important;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: normal;
  padding: 12px 20px;
  border: 1px solid transparent;
  width: 150px;
  height: auto;
  cursor: pointer;
  transform: scale(1);
  border-radius: 0px;
  box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.27);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  font-weight: inherit;
}
.btn-submit-donation,
form.wpcf7-form input[type='submit']:hover {
  background: #681d1f !important;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
}
.footer-wrapper form.wpcf7-form input[type='submit'],
.footer-wrapper a.button {
  background: #8a2729 !important;
}
.footer-wrapper form.wpcf7-form input[type='submit']:hover,
.footer-wrapper a.button:hover {
  background: #691e1e !important;
  color: #fff;
}
form.wpcf7-form .ajax-loader {
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0px 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  left: -7px;
  transform: translateY(-50%);
  animation: fa-spin 2s infinite linear;
  -webkit-animation: fa-spin 2s infinite linear;
}
form.wpcf7-form .ajax-loader:before {
  content: '\f110';
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  color: #444;
  font-weight: 900;
  line-height: 1;
}
form .wpcf7-response-output {
  font-size: 15px;
  color: #f00;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  flex: inherit !important;
  display: inline-block;
  vertical-align: top !important;
  padding: 0px 0px !important;
  margin: 30px 0px 0px 0px !important;
  border: none !important;
  width: 100%;
}
form .wpcf7-response-output:empty {
  display: none;
}
form:not(.invalid) .wpcf7-response-output {
  color: #008000;
}
form .wpcf7-mail-sent-ok {
  color: #008000;
}
form .wpcf7-validation-errors {
  color: #f00;
}

.donation-form .field.checkbox input{
  margin-right: 10px !important;
  }

.donation-form .section.recurring{
  padding-left: 0 !important;
  }
.donation-form .field input, .donation-form .field select, .donation-form .field textarea, .donation-form #card-element{
  max-width: initial !important;
  }

.btn-submit-donation {
  margin-top: 20px;
  }

#custom_html-2 a.button:hover {
  background: #8a2729 !important;
  color: #fff;
}

.volunteer-form {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
}
.volunteer-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.volunteer-form .row > * {
  padding: 0px 8px;
}
.volunteer-form form.wpcf7-form {
  margin-bottom: 15px;
}
.volunteer-form form.wpcf7-form h3 {
  margin-bottom: 30px;
}
.volunteer-form form.wpcf7-form .ajax-loader {
  left: auto;
  right: 8px;
}

form.wpcf7-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  padding: 0px 0px;
  margin: 0px 0px 8px 0px;
  width: 100%;
}
form.wpcf7-form br {
  display: none;
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox {
  background: none !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px !important;
  margin: 0px -30px -5px 0px;
  border: none;
  width: calc(100% + 30px);
}
form.wpcf7-form .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0px 30px 10px 0px;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  label {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type='checkbox'] {
  background: #e0e0e0;
  padding: 0px 0px;
  margin: 0px 12px 0px 0px;
  border: 1px solid transparent;
  width: 18px;
  min-width: inherit;
  height: 18px;
  position: relative;
  top: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type='checkbox']:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  color: #000000;
  font-weight: 900;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0px 0px;
  margin: 0px 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  input[type='checkbox']:checked:before {
  visibility: visible;
  opacity: 1;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  flex: 1;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label:before,
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox
  .wpcf7-list-item
  .wpcf7-list-item-label:after {
  display: none;
}
form.wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-checkbox.wpcf7-not-valid
  .wpcf7-list-item
  input[type='checkbox'] {
  border-color: #ff0000;
}
label {
  display: block !important;
}
/* -------------------------------------------------------------------------- */

/*	Site Footer
/* -------------------------------------------------------------------------- */

#site-footer {
  font-size: 16px;
  color: #000000;
  padding: 0px 0px;
  margin: 0px 0px !important;
  border: none !important;
  width: 100%;
}
#site-footer .row {
  margin-bottom: 0px;
}
#site-footer .row div[class^='col-'] {
  margin-bottom: 0px;
}
#site-footer .widget-area {
  padding: 0px 15px;
}
#site-footer .widget-area .widget-title {
  font-family: 'marco', serif;
  font-weight: 700;
  font-size: 22px;
  color: #8a2729;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#site-footer .before-footer-wrapper .container {
  display: none;
  }
#site-footer .before-footer-wrapper {
  background: #681d1f !important;
  padding: 22px 0px;
}
#site-footer .before-footer-wrapper .widget-area {
  width: 100%;
}
#site-footer .before-footer-wrapper form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px !important;
}
#site-footer .before-footer-wrapper form h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 335px;
}
#site-footer .before-footer-wrapper form div {
  flex: 1;
  padding: 0px 15px;
}
#site-footer
  .before-footer-wrapper
  form
  .wpcf7-form-control-wrap
  .wpcf7-form-control {
  background: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  color: #191919;
  font-weight: 400;
}
#site-footer .before-footer-wrapper form p.relative {
  flex: inherit;
}
#site-footer .before-footer-wrapper form input[type='submit'] {
  background: #999999 !important;
  color: #fff;
  font-family: 'marco', serif;
  font-weight: 600;
  font-style: italic;
}
#site-footer .before-footer-wrapper form input[type='submit']:hover {
  background: #8a2729 !important;
  color: #fff;
}
#site-footer .before-footer-wrapper form .ajax-loader:before {
  color: #fff;
}
#site-footer .before-footer-wrapper form .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  margin: 0px 0px 15px 0px !important;
}
#site-footer .footer-wrapper {
  background: #e8e8e8;
  padding: 60px 0px;
}
#site-footer .footer-wrapper .row {
  margin-bottom: -70px;
}
#site-footer .footer-wrapper .widget-area {
  margin-bottom: 70px;
  width: 33.33%;
}
#site-footer .footer-wrapper .fourth.quarter {
  margin-bottom: 0px !important;
}
#site-footer .footer-wrapper #text-3 {
  max-width: 555px;
  float: right;
  width: 100%;
}
#site-footer .footer-wrapper .menu-quick-links-container {
  max-width: 300px;
}
#site-footer .footer-wrapper ul.menu {
  margin: 0px;
  padding: 0px;
}
#site-footer .footer-wrapper ul.menu li {
  margin: 0px 0px 15px 0px;
  list-style-type: none;
}
#site-footer .footer-wrapper ul.menu li:last-child {
  margin-bottom: 0px;
}
#site-footer .footer-wrapper ul.menu li a {
  font-size: 14px;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  text-decoration: underline;
}
#site-footer .footer-wrapper ul.menu li a:hover {
  color: #8a2729;
  text-decoration: none;
}
#site-footer .footer-wrapper form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -15px !important;
}
#site-footer .footer-wrapper form > * {
  padding: 0px 8px;
}
#site-footer .footer-wrapper form .half {
  width: 50%;
}
#site-footer .footer-wrapper form .full {
  width: 100%;
}
#site-footer .footer-wrapper form .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: #fafafa;
}
#site-footer .footer-wrapper form input[type='submit'] {
  display: table;
  margin-left: auto;
}
#site-footer .footer-wrapper form .ajax-loader {
  left: 8px;
}
#site-footer .footer-wrapper form .wpcf7-response-output {
  font-size: 14px;
  padding: 0px 8px !important;
  margin: 0px 0px 0px 0px !important;
}
#site-footer .footer-wrapper .widget-area.third {
  margin-left: auto;
  max-width: 270px;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: '\f39e' !important;
}
#site-footer .footer-wrapper .widget-area.third iframe {
  float: left;
}
#site-footer .footer-wrapper .widget-area.third .button-wrapper .button {
  display: table;
  margin-left: auto;
}
#site-footer .footer-wrapper iframe {
  margin-bottom: 18px;
  min-height: 267px;
}
#site-footer .footer-wrapper .widget_media_image {
  max-width: 305px;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
#site-footer .footer-wrapper .widget_media_image a {
  width: 100%;
  max-height: 100px;
}
#site-footer .footer-wrapper .widget_media_image img {
  width: 100%;
  height: -webkit-fill-available !important;
}
#site-footer .footer-wrapper .widget-area.fifth {
  width: 66.66%;
  margin-bottom: 70px;
}
#site-footer .footer-wrapper .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#site-footer .footer-wrapper .top a.icon-phone {
  font-size: 24px;
  color: #8a2729;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
}
#site-footer .footer-wrapper .top a.icon-phone:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  margin-right: 12px;
  position: absolute;
  top: -2px;
  left: 0px;
  color: #808080;
}
#site-footer .footer-wrapper .top a.icon-phone:hover {
  text-decoration: none;
}
#site-footer .footer-wrapper .top figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px 0px -30px 0px;
}
#site-footer .footer-wrapper .top figure > * {
  margin: 0px 0px 30px 30px;
}
#site-footer .footer-wrapper .top figure > *:first-child {
  margin-left: 0px;
}
#site-footer .footer-wrapper .top figure span {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
#site-footer .footer-wrapper .top figure span a {
  margin-bottom: 5px;
}
#site-footer .footer-wrapper .top figure span a:last-child {
  margin-bottom: 0px;
}
#site-footer .footer-wrapper .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  border-top: 3px solid rgba(128, 128, 128);
}
#site-footer .footer-wrapper .bottom .address {
  color: #8a2729;
  font-weight: inherit;
}
#site-footer .after-footer-wrapper {
  background: #d8d8d8;
  padding: 20px 0px;
}
#site-footer .after-footer-wrapper .row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -15px;
}
#site-footer .after-footer-wrapper .widget-area {
  margin-bottom: 15px;
  max-width: 50%;
}
#site-footer .after-footer-wrapper .custom-html-widget {
  font-size: 13px;
  color: #414042;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -8px;
  font-weight: 300;
}
#site-footer .after-footer-wrapper .custom-html-widget > * {
  margin-bottom: 8px;
}
#site-footer .after-footer-wrapper figure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px 0px;
}
#site-footer .after-footer-wrapper figure img {
  margin-right: 12px;
}
#site-footer .after-footer-wrapper figure img:last-child {
  margin-right: 25px;
}
/*#site-footer .after-footer-wrapper .copyright{line-height:normal;padding-right:15px;margin-right:13px;border-right:1px solid #2d2d2e;color:#000;}*/
#site-footer .after-footer-wrapper a {
  color: #414042;
  text-decoration: underline;
}
#site-footer .after-footer-wrapper a:hover {
  text-decoration: none;
}
#site-footer .after-footer-wrapper a:last-child {
  margin-right: 0px;
}
#site-footer .after-footer-wrapper .sponsor-by {
  font-size: 10px;
  line-height: 16px;
  color: #2d2d2e;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.25px;
}
#site-footer figure.footicon {
  display: inline-flex;
  height: 50px;
}
#site-footer .copylink {
  line-height: 22px;
}
#site-footer .link-wrapper .seprator:after {
  padding-right: 15px;
  padding-left: 15px;
  content: '|';
}
body.home #site-footer .before-footer-wrapper,
body.page-template-our-community #site-footer .before-footer-wrapper,
body.page-template-leadership #site-footer .before-footer-wrapper,
body.page-template-our-campus #site-footer .before-footer-wrapper,
body.page-template-health-services #site-footer .before-footer-wrapper,
body.page-template-philanthropy-landing #site-footer .before-footer-wrapper {
  background: #8a2729;
}
ul.social-icons {
  display: flex;
  flex-wrap: wrap;
  margin: -0.9rem 0 0 -0.9rem;
  width: calc(100% + 0.9rem);
}
ul.social-icons li {
  margin: 0.9rem 0 0 0.9rem;
}
.social-icons a {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.15s ease-in-out;
  width: 4.4rem;
}
.social-icons a:focus,
.social-icons a:hover {
  transform: scale(1.1);
  text-decoration: none;
}
ul.social-icons {
  display: flex;
  flex-wrap: wrap;
}
ul.social-icons {
  list-style: none;
  margin: 0px 0px -15px 0px;
  width: auto;
  padding: 0px;
}
ul.social-icons li {
  margin: 0px 15px 15px 0px;
}
ul.social-icons li:last-child {
  margin-right: 0px;
}
ul.social-icons li a {
  background: #8a2729;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  width: 38px;
  height: 38px;
  transform: none !important;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
ul.social-icons li a:hover {
  background: #999999;
  color: #fff !important;
}
/* Custom Short code Gallery */
.su-custom-gallery-slide {
  position: relative;
  float: left;
  margin: 0em !important;
  padding: 0.5em 0.5em 0.5em;
  overflow: hidden;
  flex: inherit;
  width: calc(100% / 4);
  max-width: 100%;
}
/* Leadership */
.leadership-box {
  background: #e0e0e0;
  padding: 0px 0px;
  margin: 0px 0px 60px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  transform: scale(1);
  box-shadow: 0px 10px 25px -5px rgba(0, 0, 0, 0.45);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.leadership-box:last-child {
  margin-bottom: 0px;
}
.leadership-box .title-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.leadership-box .title-wrapper .left {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  flex: 1;
  padding: 35px 75px;
}
.leadership-box .title-wrapper .left figure {
  margin: 0px 0px;
  position: relative;
  z-index: 1;
}
.leadership-box .title-wrapper .left figure img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.leadership-box .title-wrapper .left .detail {
  flex: 1;
  padding-left: 60px;
}
.leadership-box .title-wrapper .left .detail > *:last-child {
  margin-bottom: 0px;
}
.leadership-box .title-wrapper .left .detail h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px !important;
  color: #8a2729;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
}
.leadership-box .title-wrapper .left .detail h3:after {
  content: '';
  background: #8a2729;
  display: table;
  padding: 0px 0px;
  margin: 15px 0px 0px -90px;
  width: 100%;
  max-width: 450px;
  height: 3px;
}
.leadership-box .title-wrapper .left .detail h5 {
  font-size: 19px;
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  line-height: 1.3;
}

.leadership-box .title-wrapper .right .toggle-link {
  background: #8a2729;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 75px;
  height: 100%;
}
.leadership-box .title-wrapper .right .toggle-link:hover {
  background: #565551;
}
.leadership-box .title-wrapper .right .toggle-link i {
  transform: rotate(0deg);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.leadership-box .content-wrapper {
  background: #fff;
  display: none;
  padding: 60px 75px;
}
.leadership-box:hover {
  transform: scale(1.06);
}
.leadership-box .title-wrapper:hover .toggle-link {
  background: #565551;
}
.leadership-box.open {
  transform: scale(1.06);
}
.leadership-box.open .title-wrapper .right .toggle-link i {
  transform: rotate(45deg);
}

body.parent-pageid-179 .feature-box-section,
body.parent-pageid-152 .card-content-section,
body.page-id-154 .card-content-section,
body.page-id-156 .card-content-section,
body.page-id-157 .card-content-section {
  padding-top: 0px !important;
}

body.page-id-179 .content-section {
  padding-top: 0px !important;
}
body.page-id-179 .breadcrumb {
  margin-bottom: 90px !important;
}

.leadership-box .link-wrapper {
  padding: 0 30px 20px 0;
  text-align: right;
}

body.parent-pageid-179
  .hero-section
  .content-wrapper
  h4:first-child::nth-line(-n + 2) {
  font-variant-caps: small-caps;
  color: red;
}
body.page-id-155 .card-box-section {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
}
body.page-id-157 section.content-section:first-child {
  padding-bottom: 0px !important;
}

.contact-section h3 {
  margin-top: 60px;
}
.contact-section a.icon-phone {
  font-size: 24px;
  color: #8a2729;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: underline;
  padding-left: 45px;
}
.contact-section a.icon-phone:hover {
  text-decoration: none;
}
.contact-section a.icon-phone:before {
  content: '\f879';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  margin-right: 12px;
  text-decoration: none;
  position: absolute;
  left: 15px;
}

.contact-section iframe {
  margin-top: 40px;
  width: 350px !important;
  max-width: 100%;
  height: 250px !important;
}
.contact-section form.wpcf7-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.contact-section form.wpcf7-form .row > * {
  padding: 0px 8px;
}
.contact-section
  form.wpcf7-form
  .wpcf7-form-control-wrap
  textarea.wpcf7-form-control {
  height: 150px;
}
.contact-section form.wpcf7-form .ajax-loader {
  left: 8px;
}

.request-info-section form.wpcf7-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.request-info-section form.wpcf7-form .row > * {
  padding: 0px 8px;
}
.request-info-section form.wpcf7-form .ajax-loader {
  left: 8px;
}

.schedule-tour-section form.wpcf7-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.schedule-tour-section form.wpcf7-form .row > * {
  padding: 0px 8px;
}
.schedule-tour-section form.wpcf7-form .ajax-loader {
  left: 8px;
}

.search-hero-section form {
  margin: 25px auto 0px auto;
  max-width: 600px;
}
.search-hero-section form .form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.search-hero-section form .form-control {
  letter-spacing: 0.25px;
  flex: 1;
}
.search-hero-section form .button {
  font-size: 15px;
  text-transform: none;
  padding: 12px 20px;
  box-shadow: none;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.search-hero-section form .button:hover {
  color: #fff;
}

.search-box-section .row {
  justify-content: center;
}
.search-box-section .col-sm-3 {
  margin-bottom: 52px !important;
}
.search-box-section .card {
  border: 1px solid #ccc8c0;
  height: 100%;
  position: relative;
  border-radius: 0px;
}
.search-box-section .card .img-box a {
  width: 100%;
  height: 100%;
}
.search-box-section .card .img-box img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}
.search-box-section .card .card-body {
  text-align: center;
  padding: 30px 30px;
}
.search-box-section .card .card-body h3 {
  color: #565551;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.search-box-section .card .card-body h3 a {
  color: inherit;
}
.search-box-section .card .card-body .card-text {
  margin-top: 15px;
}

body.search .hero-section.text-center .content-wrapper {
  display: block;
  max-width: 840px;
}
body.search .search-hero-section form .form-control {
  height: 45px;
}
body.search .search-hero-section form .button {
  background: #999999 !important;
}
body.search .search-hero-section form .button:hover {
  background: #681d1f !important;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
}
body.search #site-footer .after-footer-wrapper {
  width: 100%;
  display: table;
  padding: 20px 0px 24px 0px;
}

.covid-content-section h3 {
  text-transform: uppercase;
}
.covid-content-section h3:first-child {
  margin-top: 0px;
}
.covid-content-section h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px;
}
.covid-content-section h4:first-child {
  margin-top: 25px;
}
.covid-content-section .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 60px 0px -15px 0px;
}
.covid-content-section .button-wrapper .button {
  margin: 0px 30px 15px 30px;
}

.covid-content-section table {
  font-size: 17px;
  margin: 0px 0px 30px 0px;
}
.covid-content-section table tr td {
  min-width: 100px;
}
.covid-content-section table tr td[align='center'] {
  text-align: center;
}
.covid-content-section table tr td:first-child {
  min-width: 200px;
}

.covid-content-section .resources-list p,
.covid-content-section p {
  margin-bottom: 12px !important;
}
.covid-content-section .long-list {
  display: none;
}
.covid-content-section .see-more {
  margin: 15px 0px;
}
.covid-content-section .see-more a {
  color: #565551;
  font-weight: 500;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.covid-content-section .see-more a:hover {
  color: #565551;
  text-decoration: none;
}
.covid-content-section .media-contact {
  margin-top: 40px;
}

.campus-map-section h3 {
  margin-bottom: 40px !important;
  color: #fff;
  font-family: 'marco', serif;
  font-weight: 700;
}
.campus-map-section {
  padding: 75px 0px;
  margin: 0px 0px 0px;
}

body.error404 #site-content {
  padding: 60px 0px;
}
body.error404 .error404-content {
  width: calc(100% - 60px);
  max-width: 600px;
}
.error404-content {
  text-align: center;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
  width: calc(100% - 4rem);
}
body.error404 .error404-content h1 {
  color: #565551;
}
.intro-text {
  margin-top: 2.5rem;
}
.error404 #site-content .searchform {
  justify-content: center;
  margin-top: 3rem;
}
.search-form .search-field {
  width: 100%;
}
.search-form .search-field,
.search-form .search-submit {
  margin: 0 0 0.8rem 0.8rem;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  letter-spacing: -0.015em;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.8rem;
  width: 100%;
}
pre,
fieldset,
input,
textarea,
table,
table *,
hr {
  border-color: #e0e0e0;
}
.searchform input,
.searchform .search-submit {
  margin: 0 0 0.8rem 0.8rem;
}
.searchform div {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
}
body.error404 .error404-content form.searchform input[type='submit'] {
  background: #565551 !important;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none !important;
  text-align: center;
  letter-spacing: 0.25px;
  line-height: normal;
  padding: 12px 20px;
  border: 1px solid transparent;
  width: 150px;
  height: auto;
  cursor: pointer;
  transform: scale(1);
  border-radius: 0px;
  box-shadow: 0px 3px 18px 0px rgb(0 0 0 / 27%);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
body.error404 .error404-content form.searchform input[type='submit']:hover {
  background: #c3ab1c !important;
  color: #565551;
  transform: scale(1.1);
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
}

body.page-id-153 .grid-three-card {
  padding-top: 0px !important;
}
body.page-id-157 .content-section,
body.page-id-313 .content-section,
body.page-id-188 .content-section {
  padding-top: 0px !important;
}
body.page-id-157 .breadcrumb,
body.page-id-313 .breadcrumb,
body.page-id-188 .breadcrumb {
  margin-bottom: 90px !important;
}

.floor-plan-section {
  padding: 0px;
}
.floorplans .plan-filter-section {
  display: none;
}
.floor-plan-section .container > .row {
  order: 2;
}
.floor-plan-section .container > .row.independent-plans-row ~ .row {
  order: 1;
}
.floor-plan-section .container > .row.independent-plans-row ~ .row h3 {
  margin-top: 0px;
}

.floor-plan-section h3 {
  margin-top: 0px;
  margin-bottom: 60px;
  color: #565551;
  font-size: 28px;
  line-height: 36px;
}
.floor-plan-section h3:after {
  content: '';
  background: #8a2729;
  display: table;
  padding: 0px 0px;
  margin: 15px auto 0px auto;
  width: 100%;
  max-width: 90px;
  height: 3px;
}
.floor-plan-section .plans-row {
  justify-content: center;
  margin-bottom: -50px;
}
.floor-plan-section .plans-row .col-sm-4 {
  flex: inherit;
  margin-bottom: 50px;
  width: calc(100% / 3);
  max-width: 100%;
}
.floor-plan-section .plans {
  width: 100%;
  height: 100%;
}
.floor-plan-section .plans .inner {
  width: 100%;
  height: 100%;
}
.floor-plan-section .plans .img-detail {
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 25px 25px;
  width: 100%;
  box-shadow: 0px 9px 27px 0px rgba(0, 28, 56, 0.45);
}
.floor-plan-section .plans .img-detail figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0px 0px;
  margin: 0px auto;
  border: 1px dashed rgba(152, 8, 8, 0);
  width: 100%;
  max-width: 160px;
  height: 160px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.floor-plan-section .plans .img-detail .plan-title {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 5px 15px;
  margin: 25px -25px -25px -25px;
  min-height: 60px;
  font-size: 19;
  font-weight: 600;
}
.floor-plan-section .plans .content-detail {
  color: #565551;
  font-weight: 500;
  padding: 25px 25px 0px 25px;
  position: relative;
}
.floor-plan-section .plans .content-detail span {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.floor-plan-section .plans .content-detail .icon-download {
  background: url('../images/icon-download.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px auto;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -4px;
  bottom: 0px;
  z-index: 1;
}

.floor-plan-section .independent-plans-row .plans .img-detail .plan-title {
  background: #565551;
}
.floor-plan-section .glenmere-plans-row .plans .img-detail .plan-title {
  background: #4e6137;
}

.leadership-box.universal_news,
.leadership-box.nlcs-event {
  background: none;
  box-shadow: none;
  transform: none;
}
.leadership-box.universal_news .link-wrapper,
.leadership-box.nlcs-event .link-wrapper {
  text-align: right;
  margin-top: 15px;
}
.leadership-box.universal_news .link-wrapper .title-wrapper .left figure,
.leadership-box.nlcs-event .link-wrapper .title-wrapper .left figure {
  margin: 0px 0px;
  position: relative;
  z-index: 1;
}
.leadership-box.universal_news .title-wrapper .left,
.leadership-box.nlcs-event .title-wrapper .left {
  padding: 0px 0px;
  overflow: hidden;
}
.leadership-box.universal_news .title-wrapper .left .detail h3::after,
.leadership-box.nlcs-event .title-wrapper .left .detail h3::after {
  width: calc(100% + 120px);
  max-width: calc(100% + 120px);
}
.leadership-box.universal_news .desc,
.leadership-box.nlcs-event .desc {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 10px;
  width: 100%;
}
.leadership-box.universal_news .title-wrapper .left figure img,
.leadership-box.nlcs-event .title-wrapper .left figure img {
  border: 1px solid #d1d1d1;
}
.rounded-circle {
  border-radius: 50% !important;
  overflow: hidden;
}
.section-heading-wrapper {
  margin: 0px 0px 60px 0px;
  margin-top: 0px;
}
.section-heading-wrapper h3 {
  font-weight: 700;
  margin: 0px 0px;
  color: #565551;
  font-size: 36px;
}
.section-heading-wrapper h3:after {
  content: '';
  background: #799b3e;
  display: table;
  margin: 15px auto 10px auto;
  width: 100%;
  max-width: 90px;
  height: 3px;
}
.section-heading-wrapper h2 {
  font-size: 52px;
  font-weight: 400;
  color: #799b3e;
}
body.page-id-194 section.content-section {
  overflow: hidden;
}
.sidebar-section .news-left {
  padding-right: 60px;
}
.sidebar-section .sidebar-box {
  padding-left: 60px;
}
.sidebar-section .sidebar-box .large-box-section .box h3.bafn:after {
  display: none;
}
.sidebar-section .sidebar-box row > div:last-child {
  padding-left: 60px;
}
.sidebar-section .sidebar-box {
  max-width: 345px;
}
.sidebar-section .sidebar-box:before {
  content: '';
  background: #e0e0e0;
  width: 100vw;
  height: calc(100% + 180px);
  position: absolute;
  top: -90px;
  left: 0px;
  z-index: -1;
}
section {
  overflow: hidden;
}
.sidebar-section .large-box-section .box {
  min-height: 285px;
}
.video-wrapper {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.45);
}
.video-wrapper iframe {
  display: table;
}

/* News Page Css */
body.page-id-75 .leadership-box {
  background: transparent;
  padding: 0px 0px;
  margin: 0px 0px 60px 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  transform: inherit;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0s ease-out 0s;
  -webkit-transition: all 0s ease-out 0s;
}
body.page-id-75 .leadership-box:hover {
  transform: inherit;
}
body.page-id-75 .leadership-box .title-wrapper .left .detail h3 {
  font-size: 24px;
  font-weight: 500 !important;
  line-height: 1.3em !important;
  font-family: 'Nunito', sans-serif !important;
}
body.page-id-75 .leadership-box .title-wrapper .left {
  padding: 0px 0px;
}
body.page-id-75 .leadership-box .title-wrapper .left .detail h3:after {
  width: calc(100% + 120px);
  max-width: calc(100% + 120px);
  margin-left: -120px;
}
body.page-id-75 .leadership-box .desc {
  margin: 25px 0 10px;
}
body.page-id-75 .leadership-box .link-wrapper {
  text-align: right;
  font-style: italic;
}
body.page-id-75 .leadership-box .title-wrapper .left .detail h5 {
  font-family: 'marco', serif !important;
}
body.page-id-75 .leadership-box .link-wrapper a {
}

.short-list a,
.long-list a {
  color: #565551;
  text-decoration: underline;
  font-weight: 500;
}
.short-list a:hover,
.long-list a:hover {
  text-decoration: none;
}
.content-section li a {
  color: #565551 !important;
  font-weight: 500;
  text-decoration: underline;
}
.content-section li a:hover {
  color: #565551 !important;
  text-decoration: none;
}
/*su-spoiler-title */
.su-spoiler-title {
  font-size: 18px !important;
}
.su-spoiler-content h4 {
  margin-top: 0px !important;
}
.see-more button {
  border: none;
  background-color: transparent;
  color: #565551;
  font-weight: 500;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
/*Pay Onine */
.pay-online-content {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
body.page-id-191 .card-content-section {
  padding-top: 0px !important;
}
.page-id-191 .card-content-section .card .card-body h3:after,
.page-id-191 .card-content-section .card .card-body .card-text:empty {
  display: none;
}
.page-id-191 .card-content-section .card {
  min-height: inherit;
}
#campusmap {
  margin-top: 60px;
}
#campusmap img {
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.vdo-title {
  color: #8a2729 !important;
  font-family: 'marco', serif;
}
.mfp-title {
  display: none;
}

/* Hie Watermark background */
body.page-id-158,
body.page-id-167,
body.page-id-187,
body.page-id-188 {
  background: none;
}
.floor-plan-section h3 {
  max-width: 245px;
  margin: 0 auto 60px;
  text-align: center !important;
}

body.parent-pageid-179 .feature-box-section,
body.page-id-61 .card-content-section,
body.page-id-46 .card-content-section,
body.page-id-63 .card-content-section,
body.page-id-66 .card-content-section {
  padding-top: 20px !important;
}
body.page-id-46 .card-content-section {
  padding-bottom: 20px;
}

body.page-id-61 .card-content-section .card .card-body h3:after,
body.page-id-63 .card-content-section .card .card-body h3:after {
  display: none;
}
body.page-id-61 .card-content-section .card .card-body h3,
body.page-id-63 .card-content-section .card .card-body h3 {
  min-height: inherit;
}
body.page-id-61 .card-content-section .card .card-body,
body.page-id-63 .card-content-section .card .card-body {
  display: flex;
  align-items: center;
}

/* Communnity Pages */
body.page-id-125 .content-section,
body.page-id-126 .content-section,
body.page-id-128 .content-section,
body.page-id-129 .content-section,
body.page-id-130 .content-section,
body.page-id-141 .content-section.bg-color,
body.page-id-144 .content-section.bg-color,
body.page-id-147 .content-section.bg-color,
body.page-id-149 .content-section.bg-color,
body.page-id-152 .content-section.bg-color,
body.page-id-155 .content-section.bg-color {
  background-color: #e8e8e8;
}
body.page-id-125 .breadcrumb,
body.page-id-126 .breadcrumb,
body.page-id-128 .breadcrumb,
body.page-id-129 .breadcrumb,
body.page-id-130 .breadcrumb {
  display: none;
}
body.page-id-141 .content-section.bg-color,
body.page-id-144 .content-section.bg-color,
body.page-id-147 .content-section.bg-color,
body.page-id-149 .content-section.bg-color,
body.page-id-152 .content-section.bg-color,
body.page-id-155 .content-section.bg-color {
  padding: 115px 0px;
}
body.page-id-129 .img-content-section.small-img {
  margin-bottom: 0px;
}

/* Small Image Left*/
.img-content-section.small-img {
  margin-top: 125px;
  margin-bottom: 125px;
}
.img-content-section.small-img .img-wrapper {
  margin-bottom: 0px;
}
.img-content-section.small-img .img-wrapper .inner {
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.img-content-section.small-img .img-wrapper img {
  height: auto !important;
}
.img-content-section.small-img h2 {
  color: #8a2729;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.img-content-section.small-img h2 small {
  color: #8a2729;
  font-size: 28px;
  line-height: 36px;
  font-family: 'europa', sans-serif;
  width: inherit;
  margin: 0 10px 3px 10px;
}
.img-content-section.small-img .content-wrapper {
  padding: 0px 15px;
  margin: 0px;
  justify-content: flex-end;
}
.img-content-section.small-img .content-wrapper .inner {
  max-width: 660px;
}
.img-content-section.small-img .content-wrapper p {
  margin-top: 18px;
}
/* Title Teal and Grey */
.img-content-section.small-img.secondary h2,
.img-content-section.small-img-right.secondary h2 {
  font-family: 'europa', sans-serif;
  font-size: 28px;
  line-height: 36px;
  color: #808080;
  display: inherit;
}
.img-content-section.small-img.secondary h2 strong,
.img-content-section.small-img-right.secondary h2 strong {
  color: #34768d;
}

/* Small Image Right */
.img-content-section.small-img-right {
  margin-top: 125px;
  margin-bottom: 125px;
}
.img-content-section.small-img-right .img-wrapper {
  margin-bottom: 0px;
}
.img-content-section.small-img-right .img-wrapper .inner {
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.img-content-section.small-img-right .img-wrapper img {
  height: auto !important;
}
.img-content-section.small-img-right h2 {
  color: #8a2729;
  font-size: 36px;
  line-height: 44px;
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.img-content-section.small-img-right h2 small {
  color: #8a2729;
  font-size: 28px;
  line-height: 36px;
  font-family: 'europa', sans-serif;
  width: inherit;
  margin: 0 10px 3px 10px;
}
.img-content-section.small-img-right .content-wrapper {
  padding: 0px 15px;
  margin: 0px;
  justify-content: flex-start;
}
.img-content-section.small-img-right .content-wrapper .inner {
  max-width: 660px;
}
.img-content-section.small-img-right .content-wrapper p {
  margin-top: 18px;
}

section.community-page {
  padding: 65px 0px;
}
.community-page .row.comm {
  justify-content: center;
}
.community-page .box {
  width: 165px;
  min-height: 165px;
}
.community-page .comm-box {
  max-width: 165px;
  margin: 0 5px 25px;
}

/* My Potential */
body.page-id-64 .heading-content-section.secondary {
  background: linear-gradient(
    to right,
    #8a2729 0%,
    #8a2729 50%,
    #999999 50%,
    #999999 100%
  );
}
body.page-id-64 .heading-content-section.secondary h2 {
  font-size: 36px;
  line-height: 48px;
  color: #fff !important;
  margin-bottom: 28px;
}
body.page-id-64 .heading-content-section.secondary h3 {
  margin-bottom: 0px;
  line-height: inherit !important;
}
body.page-id-64 .heading-content-section.secondary .col-lg-6 {
  text-align: center;
}
body.page-id-64 .heading-content-section.secondary .heading-wrapper {
  padding-bottom: 0px;
}
body.page-id-64 .heading-content-section.secondary .button.button-light {
  background-color: #8a2729 !important;
}
body.page-id-64 .heading-content-section.secondary .button.button-light:hover {
  background-color: #681d1f !important;
}

/* Programe */
body.page-id-65 .card-box-section {
  padding: 20px 0px 0px;
}
body.page-id-65 .feature-box-section:before {
  content: '';
  background: #e8e8e8;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: -1;
  transform: translateY(-50%);
  display: block;
}
body.page-id-65 .col-sm-3 {
  width: 100%;
  max-width: 607px;
  height: 387px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
body.page-id-65 .card-box-section .card {
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 45%);
  z-index: 1;
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
body.page-id-65 .card-box-section .card:hover {
  z-index: 2;
  transform: scale(1.1);
  box-shadow: 0px 25px 15px -15px rgba(0, 0, 0, 0.45);
}
body.page-id-65 .card-box-section .card:hover .card-body {
  width: 95%;
  height: 94%;
}
body.page-id-65 .card-box-section .card .img {
  height: 100%;
}
body.page-id-65 .card-box-section .card .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(138, 56, 58, 0.8);
  flex-direction: column;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
body.page-id-65 .card-box-section .card:hover .card-body {
  background-color: rgba(138, 56, 58, 0.9);
}
body.page-id-65 .card-box-section .card .card-body .button {
  display: none;
}
body.page-id-65 .card-box-section .card .card-body h5 {
  font-size: 28px;
  font-weight: 700 !important;
  font-family: 'marco', serif;
  color: #fff;
}
body.page-id-65 .card-box-section .card .card-body .card-text {
  color: #fff;
  margin-bottom: 0px;
}
body.page-id-65 .card-box-section .card .card-body h3 {
  width: 90px;
}
body.page-id-65 .card-box-section .card .card-body h3:after {
  background-color: #999;
}

span.wpcf7-spinner {
  display: none;
}

/* Careers Page */
body.page-id-47 #site-header .top-wrapper ul.menu li.menu-button a,
body.page-id-47 #site-footer .before-footer-wrapper form input[type='submit'] {
  background: #87ba34 !important;
}
body.page-id-47 #site-header .top-wrapper ul.menu li.menu-button a:hover,
body.page-id-47
  #site-footer
  .before-footer-wrapper
  form
  input[type='submit']:hover {
  background: #73a422 !important;
}
body.page-id-47 #site-header .top-wrapper ul.menu li.menu-button a:before {
  color: #34768d !important;
}
body.page-id-47
  #site-header
  .top-wrapper
  ul.menu
  li.menu-button
  a:hover:before {
  color: #fff !important;
}
body.page-id-47 .hero-section .content-wrapper {
  background: rgba(52, 118, 141, 0.9);
}
body.page-id-47 .hero-section .button.button-primary {
  background-color: #87ba34 !important;
}
body.page-id-47 .hero-section .button.button-primary:hover {
  background-color: #6d9f1b !important;
}
body.page-id-47 .hero-section.text-left .content-wrapper .button-wrapper {
  right: 0;
  transform: translateX(0%);
}
body.page-id-47 .hero-section .content-wrapper h4 {
  font-family: 'europa', sans-serif;
  color: #fff;
}
body.page-id-47 #site-footer .before-footer-wrapper {
  background: #808080 !important;
}
body.page-id-47 .feature-box-section {
  background-color: #c1dd94;
}
body.page-id-47 .card-box-section .card {
  background: #fff;
}
body.page-id-47 .card-box-section .card .card-body h5 {
  color: #808080;
}
body.page-id-47 .card-box-section .card .card-body h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
}
body.page-id-47 .card-box-section .card .card-body p {
  color: #4c4c4c;
}
body.page-id-47 .card-box-section .card .card-body h3:after {
  background-color: #2d2d2d;
  height: 1px;
}
body.page-id-47 .card-box-section .card .card-body .button {
  background-color: #808080 !important;
}
body.page-id-47 .card-box-section .card .card-body .button:hover {
  background-color: #34768d !important;
}

/* Careers CTA */
.career-cta {
  background-color: #34768d;
  padding: 60px 0px;
}
.career-cta h3 {
  margin-bottom: 10px;
  color: #fff;
  font-family: 'europa', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
.career-cta .button.button-green {
  background: #fff !important;
  color: #87ba34;
}
.career-cta .button.button-green:hover {
  background-color: #73a422 !important;
  color: #fff;
}
.career-cta .button.button-green-big {
  background: #87ba34 !important;
  color: #fff;
  font-size: 24px;
  padding: 15px 30px;
}
.career-cta .button.button-green-big:hover {
  background-color: #73a422 !important;
  color: #fff;
}
.career-cta .button.button-white-big {
  background: #fff !important;
  color: #87ba34;
  font-size: 24px;
  padding: 15px 30px;
}
.career-cta .button.button-white-big:hover {
  background-color: #73a422 !important;
  color: #fff;
}
.flex-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.flex-box h3 {
  margin-bottom: 0px;
}
.career-cta.sub-page {
  background-color: #ccc;
}
.career-cta.sub-page h6 {
  color: #34768d;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.career-cta.sub-page p {
  font-size: 15px;
  font-weight: 200;
  font-style: italic;
  line-height: 25px;
  color: #191919;
}

.care-title {
  font-size: 52px;
  color: #808080;
  font-family: 'europa', sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
}
.care-title strong {
  font-weight: 700;
}
.care-wrapp {
  max-width: 950px;
  width: 100%;
  margin: 50px auto 50px;
  display: inline-table;
}
.care-box {
  position: relative;
  padding: 0px;
  margin: 0 0 55px 0;
  background-color: #fff;
  display: block;
  box-shadow: 4px 4px 30px 0px rgb(0 0 0 / 50%);
  transition: opacity 0.5s ease-in-out 0s;
}
.care-box .box-fix,
.care-box .box-hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 152px;
}
.care-box .box-fix .box-ltext,
.care-box .box-hover .box-ltext {
  color: #34768d;
  font-size: 135px;
  font-family: 'museo700';
  max-width: 200px;
  width: 100%;
  text-align: right;
  line-height: 100px;
  padding: 10px 5% 0 0;
}
.care-box .box-fix .box-rtext,
.care-box .box-hover .box-rtext {
  max-width: 100%;
  width: 100%;
  text-align: left;
  font-size: 52px;
  color: #808080;
  font-family: 'europa', sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 52px;
}
.care-box .box-fix .box-rtext strong {
  text-transform: uppercase;
}
.care-box strong.teal {
  color: #34768d;
  font-weight: 700;
}
.care-box strong.green {
  color: #b3d57c;
  font-weight: 700;
}
.care-box .box-fix p,
.care-box .box-hover p {
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  max-width: 92%;
}
.care-box.odd .box-hover .box-rtext p {
  color: #333333;
}
.care-box .box-hover {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #34768d;
  z-index: 2;
  min-height: 152px;
  visibility: visible;
  opacity: 0;
  transition: all 0.5s ease;
}
.care-box .box-hover .box-ltext,
.care-box.odd .box-hover .box-ltext {
  color: #fff !important;
}
.care-box:hover .box-hover {
  visibility: visible;
  opacity: 9;
}

.care-box.odd .box-fix .box-ltext,
.care-box.odd .box-hover .box-ltext {
  color: #b3d57c;
}
.care-box.odd .box-hover {
  background-color: #b3d57c;
}
.cbot-text {
  font-size: 24px;
  color: #626161;
  text-transform: uppercase;
  font-family: 'europa', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}
.cbot-text span {
  color: #34768d;
  padding: 0px 10px;
}
.cbot-text span:first-child {
  min-width: 130px;
  color: inherit;
  display: inline-block;
  padding: inherit;
  font-weight: 700;
}

/* Careers > The We Care Culture Page */
body.page-id-175 #site-header .top-wrapper ul.menu li.menu-button a,
body.page-id-175 #site-footer .before-footer-wrapper form input[type='submit'] {
  background: #87ba34 !important;
}
body.page-id-175 #site-header .top-wrapper ul.menu li.menu-button a:hover,
body.page-id-175
  #site-footer
  .before-footer-wrapper
  form
  input[type='submit']:hover {
  background: #73a422 !important;
}
body.page-id-175 #site-header .top-wrapper ul.menu li.menu-button a:before {
  color: #34768d !important;
}
body.page-id-175
  #site-header
  .top-wrapper
  ul.menu
  li.menu-button
  a:hover:before {
  color: #fff !important;
}
body.page-id-175 .hero-section .content-wrapper {
  background: rgba(52, 118, 141, 0.9);
}
body.page-id-175 .hero-section .button.button-primary {
  background-color: #87ba34 !important;
}
body.page-id-175 .hero-section .button.button-primary:hover {
  background-color: #6d9f1b !important;
}
body.page-id-175 .hero-section.medium.right .content-wrapper .button-wrapper {
  right: 0;
  transform: translateX(25%);
}
body.page-id-175 .hero-section .content-wrapper h4 {
  font-family: 'europa', sans-serif;
  color: #fff;
}
body.page-id-175 #site-footer .before-footer-wrapper {
  background: #808080 !important;
}
body.page-id-175 .feature-box-section {
  background-color: #c1dd94;
}
body.page-id-175 .card-box-section .card {
  background: #fff;
}
body.page-id-175 .card-box-section .card .card-body h5 {
  color: #808080;
}
body.page-id-175 .card-box-section .card .card-body h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
}
body.page-id-175 .card-box-section .card .card-body p {
  color: #4c4c4c;
}
body.page-id-175 .card-box-section .card .card-body h3:after {
  background-color: #2d2d2d;
  height: 1px;
}
body.page-id-175 .card-box-section .card .card-body .button {
  background-color: #808080 !important;
}
body.page-id-175 .card-box-section .card .card-body .button:hover {
  background-color: #34768d !important;
}
body.page-id-175 .img-content-section .content-wrapper h3 {
  font-family: 'europa', sans-serif;
  color: #808080;
}
body.page-id-175 .img-content-section .content-wrapper h3 strong {
  color: #34768d;
}

/* Careers > Explore Career Benifits Page */
body.page-id-174 #site-header .top-wrapper ul.menu li.menu-button a,
body.page-id-174 #site-footer .before-footer-wrapper form input[type='submit'] {
  background: #87ba34 !important;
}
body.page-id-174 #site-header .top-wrapper ul.menu li.menu-button a:hover,
body.page-id-174
  #site-footer
  .before-footer-wrapper
  form
  input[type='submit']:hover {
  background: #73a422 !important;
}
body.page-id-174 #site-header .top-wrapper ul.menu li.menu-button a:before {
  color: #34768d !important;
}
body.page-id-174
  #site-header
  .top-wrapper
  ul.menu
  li.menu-button
  a:hover:before {
  color: #fff !important;
}
body.page-id-174 .hero-section .content-wrapper {
  background: rgba(52, 118, 141, 0.9);
}
body.page-id-174 .hero-section .button.button-primary {
  background-color: #87ba34 !important;
}
body.page-id-174 .hero-section .button.button-primary:hover {
  background-color: #6d9f1b !important;
}
body.page-id-174 .hero-section.medium.left .content-wrapper .button-wrapper {
  right: 0;
  transform: translateX(0%);
}
body.page-id-174 .hero-section .content-wrapper h4 {
  font-family: 'europa', sans-serif;
  color: #fff;
}
body.page-id-174 #site-footer .before-footer-wrapper {
  background: #808080 !important;
}
body.page-id-174 .feature-box-section {
  background-color: #c1dd94;
}
body.page-id-174 .card-box-section .card {
  background: #fff;
}
body.page-id-174 .card-box-section .card .card-body h5 {
  color: #808080;
}
body.page-id-174 .card-box-section .card .card-body h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
}
body.page-id-174 .card-box-section .card .card-body p {
  color: #4c4c4c;
}
body.page-id-174 .card-box-section .card .card-body h3:after {
  background-color: #2d2d2d;
  height: 1px;
}
body.page-id-174 .card-box-section .card .card-body .button {
  background-color: #808080 !important;
}
body.page-id-174 .card-box-section .card .card-body .button:hover {
  background-color: #34768d !important;
}
body.page-id-174 .img-content-section .content-wrapper h3 {
  font-family: 'europa', sans-serif;
  color: #808080;
}
body.page-id-174 .img-content-section .content-wrapper h3 strong {
  color: #34768d;
}

/* Benifits Icon section */
ul.cbenifits {
  list-style-type: none;
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 0 auto 0;
  padding: 0px;
  align-items: flex-start;
}
ul.cbenifits li {
  margin: 0px;
  padding: 0px;
  max-width: 400px;
  width: 100%;
}
ul.cbenifits li img.icon {
  max-width: 131px;
}
ul.cbenifits li h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-top: 0px !important;
}
ul.cbenifits li ul {
  list-style-type: disc;
  width: fit-content;
  margin: 0px auto 80px;
}
ul.cbenifits li li {
  font-size: 20px;
  color: #191919;
}
ul.cbenifits li li::marker {
  color: #34768d;
}

/* Careers > View Job Listing Page */
body.page-id-172 #site-header .top-wrapper ul.menu li.menu-button a,
body.page-id-172 #site-footer .before-footer-wrapper form input[type='submit'] {
  background: #87ba34 !important;
}
body.page-id-172 #site-header .top-wrapper ul.menu li.menu-button a:hover,
body.page-id-172
  #site-footer
  .before-footer-wrapper
  form
  input[type='submit']:hover {
  background: #73a422 !important;
}
body.page-id-172 #site-header .top-wrapper ul.menu li.menu-button a:before {
  color: #34768d !important;
}
body.page-id-172
  #site-header
  .top-wrapper
  ul.menu
  li.menu-button
  a:hover:before {
  color: #fff !important;
}
body.page-id-172 .hero-section .content-wrapper {
  background: rgba(52, 118, 141, 0.9);
}
body.page-id-172 .hero-section .button.button-primary {
  background-color: #87ba34 !important;
}
body.page-id-172 .hero-section .button.button-primary:hover {
  background-color: #6d9f1b !important;
}
body.page-id-172 .hero-section.medium.left .content-wrapper .button-wrapper {
  right: 0;
  transform: translateX(0%);
}
body.page-id-172 .hero-section .content-wrapper h4 {
  font-family: 'europa', sans-serif;
  color: #fff;
}
body.page-id-172 #site-footer .before-footer-wrapper {
  background: #808080 !important;
}
body.page-id-172 .feature-box-section {
  background-color: #c1dd94;
}
body.page-id-172 .card-box-section .card {
  background: #fff;
}
body.page-id-172 .card-box-section .card .card-body h5 {
  color: #808080;
}
body.page-id-172 .card-box-section .card .card-body h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
}
body.page-id-172 .card-box-section .card .card-body p {
  color: #4c4c4c;
}
body.page-id-172 .card-box-section .card .card-body h3:after {
  background-color: #2d2d2d;
  height: 1px;
}
body.page-id-172 .card-box-section .card .card-body .button {
  background-color: #808080 !important;
}
body.page-id-172 .card-box-section .card .card-body .button:hover {
  background-color: #34768d !important;
}
body.page-id-172 .img-content-section .content-wrapper h3 {
  font-family: 'europa', sans-serif;
  color: #808080;
}
body.page-id-172 .img-content-section .content-wrapper h3 strong {
  color: #34768d;
}

/* Job Listing Icon section */
ul.jobsl {
  list-style-type: none;
  width: 100%;
  max-width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 0 auto 0;
  padding: 0px;
  align-items: flex-start;
}
ul.jobsl li {
  margin: 0px;
  padding: 0px;
  max-width: 215px;
  width: 100%;
}
ul.jobsl li img.icon {
  max-height: 130px;
}
ul.jobsl li h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  margin-top: 0px !important;
}
ul.jobsl li ul {
  list-style-type: disc;
  width: fit-content;
  margin: 0px auto 50px;
}
ul.jobsl li li {
  font-size: 20px;
  color: #191919;
}
ul.jobsl li li::marker {
  color: #34768d;
}
.h3-title-blue {
  font-family: 'europa', sans-serif;
  color: #34768d;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0px !important;
}
.mh130 {
  max-height: 130px !important;
}
.vac {
  flex-wrap: wrap;
  align-items: center !important;
}

/* Careers > Thw We are Experience Page */
body.page-id-176 #site-header .top-wrapper ul.menu li.menu-button a,
body.page-id-176 #site-footer .before-footer-wrapper form input[type='submit'] {
  background: #87ba34 !important;
}
body.page-id-176 #site-header .top-wrapper ul.menu li.menu-button a:hover,
body.page-id-176
  #site-footer
  .before-footer-wrapper
  form
  input[type='submit']:hover {
  background: #73a422 !important;
}
body.page-id-176 #site-header .top-wrapper ul.menu li.menu-button a:before {
  color: #34768d !important;
}
body.page-id-176
  #site-header
  .top-wrapper
  ul.menu
  li.menu-button
  a:hover:before {
  color: #fff !important;
}
body.page-id-176 .hero-section .content-wrapper {
  background: rgba(52, 118, 141, 0.9);
}
body.page-id-176 .hero-section .button.button-primary {
  background-color: #87ba34 !important;
}
body.page-id-176 .hero-section .button.button-primary:hover {
  background-color: #6d9f1b !important;
}
body.page-id-176 .hero-section.medium.right .content-wrapper .button-wrapper,
body.page-id-172 .hero-section.medium.right .content-wrapper .button-wrapper,
body.page-id-174 .hero-section.medium.right .content-wrapper .button-wrapper {
  right: 0;
  transform: translateX(25%);
}
body.page-id-176 .hero-section .content-wrapper h4 {
  font-family: 'europa', sans-serif;
  color: #fff;
}
body.page-id-176 #site-footer .before-footer-wrapper {
  background: #808080 !important;
}
body.page-id-176 .feature-box-section {
  background-color: #c1dd94;
}
body.page-id-176 .card-box-section .card {
  background: #fff;
}
body.page-id-176 .card-box-section .card .card-body h5 {
  color: #808080;
}
body.page-id-176 .card-box-section .card .card-body h3 {
  font-family: 'europa', sans-serif;
  color: #34768d;
}
body.page-id-176 .card-box-section .card .card-body p {
  color: #4c4c4c;
}
body.page-id-176 .card-box-section .card .card-body h3:after {
  background-color: #2d2d2d;
  height: 1px;
}
body.page-id-176 .card-box-section .card .card-body .button {
  background-color: #808080 !important;
}
body.page-id-176 .card-box-section .card .card-body .button:hover {
  background-color: #34768d !important;
}
body.page-id-176 .img-content-section .content-wrapper h3 {
  font-family: 'europa', sans-serif;
  color: #808080;
}
body.page-id-176 .img-content-section .content-wrapper h3 strong {
  color: #34768d;
}

/* Careers Page Testimonials Section */
ul.tmonial {
  /*list-style-type:none;width:100%;max-width: 1240px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;margin:70px auto 0;padding: 0px;
align-items:flex-start;align-content:space-around;justify-content: space-around;*/
  list-style-type: none;
  width: 100%;
  max-width: 1240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 70px auto 0;
  padding: 0px;
  align-items: flex-start;
  align-content: space-around;
  justify-content: space-between;
}
ul.tmonial li {
  width: 100%;
  max-width: 305px;
  font-size: 28px;
  line-height: 32px;
  font-style: italic;
  background-image: url('https://nlcsdev.wpengine.com/wp-content/uploads/2022/03/quotes-teal.png');
  background-repeat: no-repeat;
  padding: 45px 0 0 20px;
  margin: 0 0 55px;
}
ul.tmonial li:nth-child(odd) {
  background-image: url('https://nlcsdev.wpengine.com/wp-content/uploads/2022/03/quotes-green.png');
}

/* Do You Know Section  */
ul.dyk-w {
  list-style-type: none;
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 58px auto 0;
  padding: 0px;
  align-items: flex-start;
  align-content: space-around;
  justify-content: space-between;
}
ul.dyk-w li {
  width: 100%;
  max-width: 305px;
  padding: 32px 22px;
  margin: 0 0 40px;
  background-color: #87ba34;
  text-align: center;
  box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 35%);
}
ul.dyk-w li p {
  font-size: 18px;
  line-height: 28px;
  color: #245161;
  font-weight: 400;
  margin: 0 0 8px;
}
ul.dyk-w li h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
  font-family: 'europa', sans-serif;
}
ul.dyk-w li h3 strong {
  font-size: 52px !important;
  font-weight: 600;
}
