@charset "UTF-8";
/* Colors */
.hero-headline {
  font-family: "Interstate", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}
@media (min-width: 48em) {
  .hero-headline {
    font-size: 2.25rem;
  }
}
@media (min-width: 81.25em) {
  .hero-headline {
    font-size: 3rem;
  }
}
@media (min-width: 100em) {
  .hero-headline {
    font-size: 3.5rem;
  }
}
@media (min-width: 112.5em) {
  .hero-headline {
    font-size: 4em;
  }
}

.tribe-events-calendar-latest-past__heading {
  font-family: "Interstate", sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: 400;
}
@media (min-width: 48em) {
  .tribe-events-calendar-latest-past__heading {
    font-size: 1.8rem;
  }
}
@media (min-width: 81.25em) {
  .tribe-events-calendar-latest-past__heading {
    font-size: 2.1rem;
  }
}
@media (min-width: 100em) {
  .tribe-events-calendar-latest-past__heading {
    font-size: 2.4rem;
  }
}
@media (min-width: 112.5em) {
  .tribe-events-calendar-latest-past__heading {
    font-size: 2.7rem;
  }
}

.page-id-9487 .tribe-events-before-html:before, .tribe-events-calendar-list__event-title-link {
  font-family: "Interstate", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 48em) {
  .page-id-9487 .tribe-events-before-html:before, .tribe-events-calendar-list__event-title-link {
    font-size: 1.35rem;
  }
}
@media (min-width: 81.25em) {
  .page-id-9487 .tribe-events-before-html:before, .tribe-events-calendar-list__event-title-link {
    font-size: 1.45rem;
  }
}
@media (min-width: 100em) {
  .page-id-9487 .tribe-events-before-html:before, .tribe-events-calendar-list__event-title-link {
    font-size: 1.55rem;
  }
}
@media (min-width: 112.5em) {
  .page-id-9487 .tribe-events-before-html:before, .tribe-events-calendar-list__event-title-link {
    font-size: 1.9rem;
  }
}

.tribe-common-h6, .resource-item-headline {
  font-family: "Interstate", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
@media (min-width: 48em) {
  .tribe-common-h6, .resource-item-headline {
    font-size: 1.1rem;
  }
}
@media (min-width: 81.25em) {
  .tribe-common-h6, .resource-item-headline {
    font-size: 1.35rem;
  }
}
@media (min-width: 100em) {
  .tribe-common-h6, .resource-item-headline {
    font-size: 1.4rem;
  }
}
@media (min-width: 112.5em) {
  .tribe-common-h6, .resource-item-headline {
    font-size: 1.5rem;
  }
}

html {
  position: relative;
}

body {
  font-family: "Roboto", sans-serif;
  color: #231F20;
  text-align: center;
}
body.mobile-menu-active {
  overflow: hidden;
}

.wrap {
  max-width: 100em;
  margin: 0 auto;
  position: relative;
}

.screen-reader, .fill-svg {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader:focus, .fill-svg:focus {
  background: #e43d30;
  color: #fff;
  clip: auto !important;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
  line-height: normal;
  padding: 0.5rem;
  width: auto;
}

.skip-to-main {
  background: #fff;
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1000000;
  padding: 1rem;
  color: #e43d30;
  text-transform: uppercase;
  display: block;
  -webkit-transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: cubic-bezier(0.57, 0.2, 0.21, 0.89);
  -webkit-transform: translateY(calc(-100% - 0.5rem));
          transform: translateY(calc(-100% - 0.5rem));
  border-radius: 2rem;
}
.skip-to-main:focus, .skip-to-main:focus-within {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  outline: 2px solid #e43d30;
}

#main_content {
  position: relative;
}

.ham-menu {
  height: 100vh !important;
  overflow-y: scroll;
  padding-top: 80px !important;
  position: absolute;
}
.mobile-menu-main {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.mobile-menu-main li {
  background-image: none !important;
}
.mobile-menu-main .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0 auto 0 0;
}
.mobile-menu-main .sub-menu .menu-item a {
  color: #0033a1;
  font-weight: 400;
  font-size: 1rem;
  display: block;
  padding: 0.25rem 0;
}

.mobile-menu-sub {
  margin-top: 0.5rem !important;
}
.mobile-menu-sub .menu-item {
  text-align: left;
}

/* Colors */
/** Setup */
/*@import "global/normalize";*/
/*
Theme Name: National Skills Coalition
Text Domain: nsc
Version: 1.0
Description: National Skills Coalition theme.
*/
/** Setup */
:root {
  --nsc-main-color:#0033a1;
  --nsc-red:#e43d30;
  --nsc-yellow:#ffc629;
  --nsc-teal:#90e0b2;
  --nsc-info:#62cbc9;
  --nsc-peach:#ffbe9f;
  --nsc-w:#ffbe9f;
}

.fn.bg-info {
  background-color: var(--nsc-info) !important;
}

.bg-main {
  background-color: var(--nsc-main-color);
}

.bg-mid-teal {
  background-color: #cddfe7;
}

.bg-info {
  background-color: #62cbc9;
}

.bg-peach {
  background-color: var(--nsc-peach);
}

.text-main {
  color: var(--nsc-main-color);
}

.blue-shape svg {
  fill: var(--nsc-main-color);
}

.yellow-shape svg {
  fill: var(--nsc-yellow);
}

.red-shape svg {
  fill: var(--nsc-red);
}

.py-6 {
  padding: 75px 0;
}

.py-7 {
  padding: 100px 0;
}

.py-7 {
  padding: 150px 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  font-family: "Interstate", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

button, button:focus, button:hover {
  padding: 0;
  text-decoration: none;
  outline: 0;
}

input:hover, input:focus {
  outline: none;
}

html, body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Interstate", sans-serif;
  font-weight: normal;
  line-height: 1.56;
  font-weight: 400;
}

.nsc-btn {
  background: #fff;
  border: 1px solid var(--nsc-red);
  padding: 8px 30px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  min-width: 150px;
}

.nsc-btn.viewmor.main-menu-list li ae {
  padding: 0 !important;
  border: none;
  background: transparent;
  text-decoration: underline;
}

.container {
  max-width: 1170px;
}

/** Homepage */
/** Header */
header {
  z-index: 99;
  position: relative;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.topbar {
  background: var(--nsc-main-color);
}

.logo {
  max-width: 230px;
}

header .container {
  max-width: 95%;
}

.topbar .topbar-menu-list {
  list-style: none;
  margin-bottom: 0;
  margin-right: 1.5em;
  padding: 0;
}

.topbar .topbar-menu-list li {
  height: 41px;
  line-height: 41px;
}

.topbar .topbar-menu-list li:hover {
  background: #fff;
}

.topbar .topbar-menu-list li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  display: block;
  padding: 0 15px;
}

.topbar .topbar-menu-list li:hover a {
  color: var(--nsc-main-color);
}

.topbar .topbar-search {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
}

.topbar .topbar-search img {
  margin-right: 5px;
}

.search-form-wrapper input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  height: 20px;
}

.search-form-wrapper::-webkit-input-placeholder {
  color: #fff;
}

.search-form-wrapper::-moz-placeholder {
  color: #fff;
}

.search-form-wrapper:-ms-input-placeholder {
  color: #fff;
}

.search-form-wrapper::-ms-input-placeholder {
  color: #fff;
}

.search-form-wrapper::placeholder {
  color: #fff;
}

.main-menu {
  background: #fff;
}

.main-menu-inner {
  height: 65px;
}

.main-menu-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.main-menu-list li {
  position: relative;
}

.main-menu-list li:not(:last-child) {
  margin-right: 2em;
}

@media (min-width: 48em) {
  .main-menu-list li:not(:last-child) {
    margin-right: 1em;
  }
}
@media (min-width: 100em) {
  .main-menu-list li:not(:last-child) {
    margin-right: 2em;
  }
}
.main-menu-list li a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: relative;
}

@media (min-width: 48em) {
  .main-menu-list li a {
    font-size: 15px;
  }
}
@media (min-width: 64em) {
  .main-menu-list li a {
    font-size: 16px;
  }
}
@media (min-width: 100em) {
  .main-menu-list li a {
    font-size: 18px;
  }
}
.main-menu-list li a:hover {
  color: var(--sa-blue);
  cursor: pointer;
}

.main-menu-list > li:hover > a {
  color: var(--nsc-main-color);
}

.main-menu-list > li:hover > .sub-menu {
  display: block;
}

.main-menu-list > li:hover::before {
  display: block;
  content: "";
  position: absolute;
  background: red;
  width: 100%;
  height: calc(100% + 10px);
  opacity: 0;
}

.main-menu-list .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: -1.25rem;
  background: #fff;
  list-style: none;
  padding: 0.25rem 0;
  line-height: 1.25;
  width: 220px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.main-menu-list .sub-menu li {
  display: block;
  width: 100%;
}

.main-menu-list .sub-menu li:not(:first-child) {
  margin-top: 0.25rem;
}

.main-menu-list .sub-menu a {
  display: block;
  font-size: 15px;
  padding: 0.65rem 1.25rem;
  font-weight: normal;
}

.main-menu-list .sub-menu a:hover {
  background: var(--nsc-main-color);
  color: #fff;
}

.mobile-menu {
  padding: 20px;
  border: 1px solid #E5E5E5;
  position: relative;
  background: #fff;
}

#ham-menu {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 45px;
  z-index: 999999;
}

[for=ham-menu] {
  display: block;
  position: relative;
  top: 3px;
  right: 0;
  z-index: 999;
  width: 42px;
  height: 37px;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 0;
}

.ham-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  visibility: hidden;
  -webkit-transform: translate(110%);
  transform: translate(110%);
  z-index: 998;
  background-color: #ffffff;
  -webkit-transition: 1s;
  transition: 1s;
  right: -110%;
  padding: 30px;
  padding-top: 180px;
}

.ham-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px;
  height: 50%;
}

.ham-menu > ul > li {
  font-size: 5rem;
  white-space: nowrap;
  letter-spacing: 0.15em;
  cursor: pointer;
  color: #616161;
}

#ham-menu:checked + ul {
  background-color: transparent;
}

#ham-menu:checked ~ div.ham-menu {
  -webkit-transform: translate(0px);
  transform: translate(0px);
  visibility: visible;
  right: 0%;
}

[for=ham-menu] > li {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-line {
  display: block;
  width: 15px;
  height: 2px;
  margin: 4px 0 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: var(--nsc-main-color);
  -webkit-transition: 500ms;
  transition: 500ms;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

[for=ham-menu] > li > span:nth-child(4), [for=ham-menu] > li > span:nth-child(5), [for=ham-menu] > li > span:nth-child(6) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#ham-menu:checked + ul span {
  background-color: var(--nsc-main-color);
}

#ham-menu:checked + ul span:nth-child(2), #ham-menu:checked + ul span:nth-child(5) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#ham-menu:checked + ul span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}

#ham-menu:checked + ul span:nth-child(4) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

#ham-menu:checked + ul span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}

#ham-menu:checked + ul span:nth-child(6) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.menu-search input {
  width: 100%;
  border-width: 0 0 1px 0;
  font-size: 18px;
  background-image: url("assets/images/search.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.mobile-menu-main {
  padding: 0;
  list-style: none;
}

.mobile-menu-main li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #000;
}

.mobile-menu-main li {
  background-image: url(assets/images/right.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.mobile-menu-sub {
  padding: 0;
  list-style: none;
}

.mobile-menu-sub li a {
  font-size: 14px;
  line-height: 2.57;
  color: #000;
}

.ham-menu .head-btn {
  margin-right: 0 !important;
  margin-top: 20px;
}

.ham-menu .head-btn .nsc-btn {
  display: block;
  text-align: center;
}

/** Body */
.nsc-large-text .content h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.11;
  color: var(--nsc-main-color);
  margin-bottom: 20px;
}

.nsc-large-text .content p {
  font-size: 18px;
  line-height: 1.56;
}

.img-wrap {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 68%;
}

.img-wrap img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 auto;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-shape {
  position: relative;
}

.img-shape .shape-1 {
  width: 5.5em;
  height: 6.4em;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -11%;
  left: 8%;
}

.img-shape .shape-2 {
  width: 4.625em;
  height: 4.625em;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 8%;
  bottom: -9%;
}

.img-shape .shape-3 {
  width: 5.5em;
  height: 6.4em;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: -11%;
  left: 8%;
}

.img-shape .shape-4 {
  width: 4.625em;
  height: 4.625em;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 8%;
  bottom: -9%;
}

.nsc-iro h3 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--nsc-main-color);
  letter-spacing: normal;
  max-width: 430px;
}

.nsc-iro .content p {
  font-size: 18px;
}

.box {
  padding: 20px;
  border-radius: 6px;
  border: solid 0.5px #0033a1;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.box h3 {
  min-height: 103px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--nsc-main-color);
}

.box .nsc-btn {
  font-size: 14px;
  border-radius: 6px;
  line-height: 2;
  padding: 0 15px;
  border: none;
}

.box .meta span {
  color: #000000;
}

.box.blue .nsc-btn {
  background: var(--nsc-main-color);
  color: #fff;
}

.box.peach .nsc-btn {
  background: var(--nsc-peach);
  color: var(--nsc-red);
}

.box.teal .nsc-btn {
  background: var(--nsc-info);
  color: #000;
}

.box.box-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box.box-vertical .img-wrap {
  width: 45%;
  padding-top: 32.25%;
}

.box.box-vertical .meta {
  width: 52%;
}

.box.box-vertical .meta span.date {
  margin-top: 0 !important;
}

.nsc-resources .box:hover {
  border-color: var(--nsc-main-color);
  background: var(--nsc-main-color);
}

.nsc-resources .box:hover h3, .nsc-resources .box:hover span {
  color: #fff;
}

.nsc-resources .box:hover .nsc-btn {
  background: #fff;
  color: var(--nsc-main-color) !important;
}

.nsc-viewmore {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-decoration: underline;
}

.nsc-staff {
  background: var(--nsc-info);
  padding: 160px 0;
  margin-top: 150px;
  padding-bottom: 0;
}

.nsc-staff .content h3 {
  font-size: 50px;
  line-height: 1.16;
  color: #000000;
  font-weight: 700;
  max-width: 450px;
  margin-bottom: 20px;
}

.nsc-staff .content p {
  font-size: 18px;
}

.nsc-staff .staffs {
  margin-top: -280px;
}

.nsc-staff .staffs .item {
  width: 45%;
  margin-bottom: 30px;
}

.nsc-staff .staffs .item:nth-child(2n) {
  margin-top: 40px;
}

.nsc-staff .staffs .img-wrap {
  padding-top: 118%;
}

.nsc-staff .staffs .item .meta h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  color: #000;
}

.nsc-staff .staffs .item .meta span {
  font-size: 14px;
  line-height: 2;
  color: #000;
}

.staffs .img-wrap img {
  border-radius: 10px;
}

.people .shape {
  display: none;
}

.people .box:hover .option-2 .shape-3, .people .box:hover .option-2 .shape-4 {
  display: block;
}

.people .box:hover .option-1 .shape-1, .people .box:hover .option-1 .shape-2 {
  display: block;
}

.nsc-blog {
  background: #fadfd2;
}

.nsc-blog .box {
  padding: 0;
  border: none;
  background: transparent;
}

.nsc-blog .box .img-wrap {
  border-radius: 6px;
}

.nsc-blog .box .meta span.date {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  color: #000;
  margin-top: 10px;
  display: block;
}

.nsc-blog .box .meta h3 {
  color: var(--nsc-red);
  min-height: unset;
}

.nsc-blog .box .meta h3 a {
  color: var(--nsc-red);
}

.nsc-blog .box .meta .name {
  display: block;
  margin-bottom: 20px;
}

.nsc-blog .box .meta .name a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  text-decoration: underline;
}

.nsc-blog .box .meta .nsc-btn {
  background: var(--nsc-peach);
  color: var(--nsc-red);
  margin-right: 10px;
  white-space: nowrap;
  margin-bottom: 10px;
}

.nsc-blog .box .meta .btn-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nsc-large-text {
  position: relative;
}

.nsc-large-text .shape-group .triangle svg {
  width: 112px;
  height: 77px;
  fill: var(--nsc-red);
  z-index: 1001;
}

.nsc-large-text .shape-group .circle svg {
  width: 109px;
  height: 109px;
  fill: var(--nsc-yellow);
  z-index: 1001;
}

.nsc-large-text .shape-group .semi-hook svg {
  width: 105px;
  height: 90px;
  fill: var(--nsc-info);
  z-index: 1001;
}

.nsc-large-text .shape-group .item {
  position: absolute;
}

.nsc-large-text .shape-group .triangle {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -1.1em;
  top: 35%;
}

.nsc-large-text .shape-group .circle {
  top: -11%;
  right: 29%;
}

.nsc-large-text .shape-group .semi-hook {
  top: 20%;
  right: 2%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.title-block h3 {
  font-size: 40px;
  line-height: 1.56;
  font-weight: 800;
  color: var(--nsc-main-color);
}

.title-block p {
  font-size: 18px;
}

.links .wrap {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  max-width: 30%;
  width: 30%;
  text-align: left;
}

.links .content {
  width: 85%;
}

.links .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links .item span.shape {
  width: 27px;
  height: 27px;
  display: inline-block;
  border-radius: 50%;
  border: 9px solid var(--nsc-main-color);
  margin-right: 10px;
}

.links .item span.text {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

.links .item {
  background-image: url("assets/images/right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.links .wrap:nth-child(5n) span.shape {
  border-color: var(--nsc-main-color);
}

.links .wrap:nth-child(5n+1) span.shape {
  border-color: var(--nsc-red);
}

.links .wrap:nth-child(5n+2) span.shape {
  border-color: var(--nsc-yellow);
}

.links .wrap:nth-child(5n+3) span.shape {
  border-color: var(--nsc-teal);
}

.links .wrap:nth-child(5n+4) span.shape {
  border-color: var(--nsc-info);
}

.small-title-block h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--nsc-main-color);
  margin-bottom: 20px;
}

.small-title-block p {
  font-size: 18px;
  line-height: 1.44;
}

.stats .content .item {
  width: 200px;
  height: 200px;
  background: #f5f6f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats .content .item .inner {
  text-align: center;
}

.stats .content .item p {
  font-size: 60px;
  line-height: 1.85;
  font-weight: 900;
  color: var(--nsc-main-color);
  width: 100%;
  margin-bottom: 0;
}

.stats .content .item span {
  font-size: 16px;
  line-height: 1.81;
  color: var(--nsc-main-color);
  width: 100%;
  text-align: center;
}

.stats .content .item.peach {
  background: var(--nsc-peach);
  position: relative;
  left: 95px;
}

.stats .content .item.green {
  background: #c7e5d2;
  position: relative;
  left: 295px;
}

.stats .content .item.info {
  background: #cddfe7;
  width: 295px;
  height: 295px;
  padding: 20px;
}

.stats .small-title-block {
  max-width: 450px;
}

.text-media {
  padding: 70px 0;
}

.text-media .img-shape {
  position: relative;
}

.text-media .img-shape .item {
  position: absolute;
}

.text-media .img-shape .item.semi-hook, .text-media .img-shape .item.hook {
  top: -10%;
  left: 10%;
}

.text-media .img-shape .item.semi-hook {
  width: 89px;
  height: 75px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-media .img-shape .item.semi-hook svg {
  fill: var(--nsc-teal);
}

.text-media .img-shape .item.hook {
  width: 89px;
}

.text-media .img-shape .item.hook svg {
  fill: var(--nsc-yellow);
}

.text-media .img-shape .item.circle, .text-media .img-shape .item.triangle {
  bottom: -11%;
  right: 10%;
}

.text-media .img-shape .item.circle {
  width: 83px;
  height: 83px;
}

.text-media .img-shape .item.circle svg {
  fill: var(--nsc-info);
}

.text-media .img-shape .item.triangle {
  width: 77px;
  height: 54px;
}

.text-media .img-shape .item.triangle svg {
  fill: var(--nsc-red);
}

.text-media .img-shape.option-1 .item.hook {
  display: none;
}

.text-media .img-shape.option-1 .item.triangle {
  display: none;
}

.text-media .img-shape.option-1 .item.semi-hook {
  display: block;
}

.text-media .img-shape.option-1 .item.circle {
  display: block;
}

.text-media .img-shape.option-2 .item.hook {
  display: block;
}

.text-media .img-shape.option-2 .item.triangle {
  display: block;
}

.text-media .img-shape.option-2 .item.semi-hook {
  display: none;
}

.text-media .img-shape.option-2 .item.circle {
  display: none;
}

.text-media .content {
  padding: 20px;
  max-width: 450px;
}

.block-title-md p {
  font-size: 18px;
  line-height: 1.56;
}

.block-title-md .title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--nsc-main-color);
  margin-bottom: 20px;
}

.block-title-md .nsc-btn {
  font-size: 18px;
  line-height: 1.78;
  padding: 12px 30px;
  margin-top: 10px;
  display: inline-block;
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
}

.fn .block-title-md .title {
  color: #000;
}

.fn .viewmore {
  color: #000;
}

.fn .box {
  border-color: #000;
  background: transparent;
}

.fn .box h3 {
  color: #000;
}

.fn .box .nsc-btn {
  background: #000;
  color: #fff;
  font-weight: 400;
}

.big-title-block h3 {
  font-size: 50px;
  line-height: 1.16;
  font-weight: 700;
}

.quicklink {
  position: relative;
  overflow: hidden;
}

.quicklink:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 100%;
  top: 0;
  left: 0;
  background: #cddfe7;
}

.quicklink:after {
  position: absolute;
  content: "";
  width: 55%;
  height: 100%;
  top: 0;
  right: 0;
  background: var(--nsc-main-color);
  z-index: -1;
}

.quicklink .left {
  max-width: 62%;
}

.quicklink .content .item {
  margin-bottom: 2em;
}

.quicklink .content .item h4 {
  margin-bottom: 15px;
}

.quicklink .content .item h4 a {
  color: #fff;
  font-size: 22px;
  line-height: 1.55;
  display: block;
  background-image: url(assets/images/right-w.svg);
  background-size: 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

.quicklink .content .item span {
  color: #fff;
}

.text-module-w-shape .shape-group .item {
  max-width: 150px;
  height: auto;
  position: absolute;
}

.text-module-w-shape {
  position: relative;
}

.text-module-w-shape .shape-group .item.triangle {
  width: 112px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -2%;
  top: 50%;
  fill: var(--nsc-red);
}

.text-module-w-shape .shape-group .item.circle {
  width: 110px;
  left: 30%;
  bottom: 8%;
  fill: var(--nsc-yellow);
}

.text-module-w-shape .shape-group .item.square {
  width: 48px;
  right: 37%;
  top: 12%;
  fill: var(--nsc-teal);
}

.text-module-w-shape .shape-group .item.semi-hook {
  width: 90px;
  right: 2%;
  top: 37%;
  fill: var(--nsc-info);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-module .title h3 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}

.text-module .nsc-btn {
  padding: 12px 50px;
  display: inline-block;
  margin-top: 20px;
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
  text-align: center;
}

.tribe-events-after-html .img-wrap {
  padding-top: 60% !important;
}

.tribe-events-after-html .text-media {
  padding: 70px 0 !important;
}

.tribe-events-after-html .block-title-md .nsc-btn {
  border: 1px solid var(--nsc-main-color) !important;
  color: var(--nsc-main-color) !important;
}

.tribe-events .tribe-events-calendar-month__header-column {
  padding: 5px;
  background: var(--nsc-main-color);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Interstate", sans-serif;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
  text-align: center;
  font-size: 18px;
  line-height: 1.89;
  color: #000;
  font-family: "Interstate", sans-serif;
  background: #EFF6F8;
  opacity: 1;
}

.tribe-events-calendar-month__events {
  background: #EFF6F8;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  border-color: #fff;
  border-width: 0 2px 2px 0;
}

.feautured-image .img-wrap {
  padding-top: 56.25%;
}

.event-content .title .cate {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--nsc-main-color);
}

.event-content .title h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.16;
  color: var(--nsc-main-color);
  margin-top: 10px;
}

.event-content .content .date {
  font-size: 18px;
  line-height: 1.56;
  font-weight: 300;
}

.event-content .inner {
  font-size: 18px;
  line-height: 1.56;
}

.event-content .inner figcaption {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  margin-top: 10px;
  font-style: italic;
}

.event-content .meta .nsc-btn {
  display: block;
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
  text-align: center;
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 1em;
}

.event-content .meta .date, .event-content .meta .time, .event-content .meta .location {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  display: block;
}

.event-content .meta .share {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--nsc-main-color);
  margin-top: 1em;
  display: block;
  background-image: url(assets/images/diagonal-arrow.svg);
  background-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}

.event-content .box {
  padding: 0;
  border: none;
}

.event-content .box .img-wrap {
  padding-top: 60%;
  border-radius: 6px;
}

.event-content .box .box-text span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.14;
  margin: 10px 0;
  color: #000000;
}

.event-content .box .box-text h3 {
  font-size: 22px;
  line-height: 1.18;
  min-height: unset;
}

.event-page-title .content .date {
  font-size: 18px;
  line-height: 1.56;
  display: block;
  margin-bottom: 20px;
}

.event-page-title .content .nsc-btn {
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
  margin-top: 20px;
}

/** Rand shape */
.hero-module .shape {
  display: none;
}

.hero-module.rand-shape-3 {
  background: #fff;
}

.hero-module.rand-shape-3 .shape-1 {
  display: block;
  fill: var(--nsc-yellow);
}

.hero-module.rand-shape-3 .shape-2 {
  display: block;
  fill: var(--nsc-red);
}

.hero-module.rand-shape-3 .content h1, .hero-module.rand-shape-3 .content p {
  color: var(--nsc-main-color);
}

.hero-module.rand-shape-3 .nsc-btn {
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
}

.hero-module.rand-shape-2 {
  background: #62cbc9;
}

.hero-module.rand-shape-2 .shape-3 {
  display: block;
  fill: #000;
}

.hero-module.rand-shape-2 .shape-4 {
  display: block;
  fill: #000;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.hero-module.rand-shape-2 .content h1, .hero-module.rand-shape-3 .content p {
  color: #000;
}

.hero-module.rand-shape-2 .nsc-btn {
  border-color: #000;
  color: #000;
}

.hero-module.rand-shape-1 {
  background: #ffbe9f;
}

.hero-module.rand-shape-1 .shape-3 {
  display: block;
  fill: var(--nsc-main-color);
}

.hero-module.rand-shape-1 .shape-4 {
  display: block;
  fill: var(--nsc-main-color);
}

.hero-module.rand-shape-1 .content h1, .hero-module.rand-shape-3 .content p {
  color: var(--nsc-main-color);
}

.hero-module.rand-shape-1 .nsc-btn {
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
}

.thumb-slider #thumbs {
  margin-top: 30px;
}

.thumb-slider #thumbs img {
  opacity: 0.5;
}

.thumb-slider #thumbs .current img, .thumb-slider #thumbs img:hover {
  opacity: 1;
}

.thumb-slider .item .inner {
  position: relative;
  height: auto;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
}

.thumb-slider .item .inner img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 auto;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.weable-slider span.next, .weable-slider span.prev {
  width: 30px;
  height: 30px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.weable-slider .owl-nav span.next {
  background-image: url("assets/images/right-arrow.svg");
}

.weable-slider .owl-nav span.prev {
  background-image: url("assets/images/left-arrow.svg");
}

.weable-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.weable-slider .owl-nav button.owl-prev {
  left: -5%;
}

.weable-slider .owl-nav button.owl-next {
  right: -5%;
}

.owl-theme .owl-nav .disabled {
  opacity: 1;
}

.mobile-slider .item .img-wrap {
  border-radius: 6px;
}

.mobile-slider .item span {
  font-size: 14px;
  line-height: 0.93;
  display: block;
  margin-top: 10px;
}

.client-logo-wrap {
  padding: 30px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.client-logo-wrap img {
  max-width: 119px;
}

.featured-logos h3 {
  font-size: 40px;
  line-height: 1.25;
  color: var(--nsc-red);
}

.blog-header h1 {
  font-size: 70px;
  line-height: 1.11;
  color: var(--nsc-main-color);
  margin-bottom: 30px;
}

.blog-header .menu-links .item {
  font-size: 20px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-header .menu-links .item:not(:last-child) {
  margin-right: 26px;
}

.blog-header .menu-links .item:hover, .blog-header .menu-links .item.actived {
  text-decoration: underline;
}

.nsc-blog.style-3 {
  background: #fff;
}

.nsc-blog.style-3 .box .meta h3 {
  color: var(--nsc-main-color) !important;
}

.blue-tag {
  background: var(--nsc-main-color) !important;
  color: #fff !important;
}

.black-tag {
  background: #000 !important;
  color: #fff !important;
}

.yellow-tag {
  background: var(--nsc-yellow) !important;
  color: #000 !important;
}

.peach-tag {
  background: var(--nsc-peach) !important;
  color: var(--nsc-red) !important;
}

.info-tag {
  background: #a1c6d4 !important;
  color: var(--nsc-main-color) !important;
}

.seablue-tag {
  background: #62cbc9 !important;
  color: #000 !important;
}

.green-tag {
  background: #90e0b2 !important;
  color: #000 !important;
}

.red-tag {
  background: #e43d30 !important;
  color: #fff !important;
}

.nsc-pagenavi .page-link {
  border: none;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: #000;
  margin: 0 15px;
  width: 50px;
  height: 50px;
}

.nsc-pagenavi .page-link.active, .nsc-pagenavi .page-link:hover {
  background: var(--nsc-main-color);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nsc-pagenavi .page-link.next-prev {
  width: unset;
  height: unset;
}

.nsc-pagenavi .page-link.next-prev:hover {
  background: unset;
  border-radius: unset;
  color: var(--nsc-main-color);
}

.blog-details-head .cate {
  font-size: 18px;
  line-height: 1.56;
}

.blog-details-head h1 {
  font-size: 40px;
  line-height: 1.25;
  color: var(--nsc-main-color);
  margin: 20px 0;
}

.blog-details-head .meta {
  font-size: 18px;
  line-height: 1.56;
}

.blog-details-head .meta .author {
  margin-right: 30px;
}

.blog-details-head .meta .author span a {
  text-decoration: underline;
}

.blog-details-head .img-wrap {
  padding-top: 56.25%;
  border-radius: 6px;
}

.icons-share .icon {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid var(--nsc-main-color);
  border-radius: 50%;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

footer .icons-share .icon {
  margin: 0 5px;
  border-color: #fff;
}

.icons-share .icon.fb {
  background-image: url(assets/images/facebook.svg);
}

.icons-share.light-icon .icon.fb {
  background-image: url(assets/images/facebook-light.svg);
}

.icons-share .icon.tw {
  background-image: url(assets/images/twitter.svg);
}

.icons-share.light-icon .icon.tw {
  background-image: url(assets/images/twitter-light.svg);
}

.icons-share .icon.le {
  background-image: url(assets/images/linkedin.svg);
}

.icons-share.light-icon .icon.le {
  background-image: url(assets/images/linkedin-light.svg);
}

.icons-share .icon.email {
  background-image: url(assets/images/email.svg);
}

.icons-share.light-icon .icon.email {
  background-image: url(assets/images/email-light.svg);
}

.icons-share.light-icon .icon.ptr {
  background-image: url(assets/images/pinterest.svg);
}

.icons-share.light-icon .icon.ytb {
  background-image: url(assets/images/youtube-logotype.svg);
}

.icons-share.light-icon .icon.instagram {
  background-image: url(assets/images/instagram.svg);
}

.icons-share.d-flex .icon {
  margin: 0 5px;
}

.tribe-events-single-event-description img, .tribe-events-single-event-description figure {
  max-width: 100%;
  height: auto;
}

.blog-details-content h1, .blog-details-content h2, .blog-details-content h3, .blog-details-content h4, .blog-details-content h5, .blog-details-content h6 {
  color: var(--nsc-main-color);
  margin: 16px 0;
}

.blog-details-content blockquote {
  padding: 30px;
  background: #cddfe7;
  color: var(--nsc-main-color);
  font-size: 28px;
  line-height: 1.36;
  font-weight: 700;
  border-radius: 6px;
}

.blog-details-content blockquote p {
  margin-bottom: 0;
}

.blog-details-content ul {
  list-style: none;
  margin: 20px 0;
}

.blog-details-content li {
  background-image: url(assets/images/dot-list.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: left 5px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.blog-details-content ol li {
  background: unset;
  padding-left: 8px;
}

.blog-details-content ol {
  padding-left: 55px;
}

.blog-details-content ol::marker {
  font-weight: 700;
  color: var(--nsc-main-color);
}

.sigle-cta {
  z-index: 99;
  position: relative;
}

.sigle-cta span {
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: var(--nsc-red);
}

.sigle-cta .nsc-btn {
  border: 3px solid var(--nsc-red);
  background: transparent;
  color: var(--nsc-red);
}

.blog-details-head .option-download .nsc-btn {
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
  border-radius: 3px;
}

.blog-details-head .btn-groups .nsc-btn {
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
  margin: 0 20px;
}

.people .box {
  padding: 0;
  border: none;
  margin-bottom: 60px;
}

.people .box .img-wrap {
  padding-top: 110%;
  border-radius: 6px;
}

.people .box .meta p {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 700;
  color: var(--nsc-main-color);
  margin-top: 15px;
  margin-bottom: 5px;
}

.box .meta span {
  font-size: 16px;
  line-height: 1.75;
}

.box.have-shape .custom-shape {
  position: relative;
}

.box.have-shape .custom-shape .shape {
  position: absolute;
  width: 50px;
  z-index: 2;
}

.box.have-shape .custom-shape .shape-1 {
  fill: #90e0b2;
}

.box.have-shape .custom-shape .shape-2 {
  fill: #62cbc9;
}

.box.have-shape .custom-shape .shape-3 {
  fill: var(--nsc-yellow);
}

.box.have-shape .custom-shape .shape-4 {
  fill: var(--nsc-red);
}

.box.have-shape .custom-shape .shape-1, .box.have-shape .custom-shape .shape-3 {
  left: 10%;
  top: -10%;
}

.box.have-shape .custom-shape .shape-2, .box.have-shape .custom-shape .shape-4 {
  right: 10%;
  bottom: -6%;
}

.box.have-shape .custom-shape .semi-hook {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.box.have-shape .custom-shape.option-1 .shape-3, .box.have-shape .custom-shape.option-1 .shape-4 {
  display: none;
}

.box.have-shape .custom-shape.option-2 .shape-1, .box.have-shape .custom-shape.option-2 .shape-2 {
  display: none;
}

.persional-info .content h1 {
  font-size: 50px;
  line-height: 1.16;
  color: var(--nsc-main-color);
  font-weight: 700;
  margin-bottom: 10px;
}

.persional-info .content span.job {
  display: block;
  font-size: 24px;
  line-height: 1.42;
  margin-bottom: 20px;
}

.persional-info .content span.mail {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.persional-info .content .icons-share .icon {
  display: inline-block;
  margin-right: 10px;
}

.persional-info .content .des {
  font-size: 18px;
  line-height: 1.56;
}

.persional-info .box {
  padding: 0;
  border: none;
}

.persional-info .box .img-wrap {
  padding-top: 120%;
  border-radius: 10px;
}

.persional-info .box.have-shape .custom-shape .shape-1, .persional-info .box.have-shape .custom-shape .shape-3 {
  top: -8%;
}

.persional-info .box.have-shape .custom-shape .shape {
  position: absolute;
  width: 80px;
  z-index: 2;
}

.related-title {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.noti-peach {
  color: var(--nsc-red);
  background: #fadfd2;
}

.noti-black {
  background: #000;
}

.noti-black span {
  color: #62cbc9 !important;
}

.noti-black .nsc-btn {
  color: #62cbc9;
  border-color: #62cbc9;
}

.noti-teal {
  background: #c7e5d2;
}

.noti-teal span {
  color: var(--nsc-main-color);
}

.noti-teal .nsc-btn {
  color: var(--nsc-main-color);
  border-color: var(--nsc-main-color);
}

/** Footer */
.main-footer {
  background: var(--nsc-main-color);
}

footer .container {
  max-width: 95%;
}

.main-footer .content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.89;
}

.main-footer .content a, .main-footer .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.79;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
}

.main-footer .content ul {
  padding: 0;
  list-style: none;
}

.main-footer .content form label {
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
}

.main-footer .content form input {
  width: 68%;
  height: 37px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #fff;
  padding-left: 1em;
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
  margin-right: 20px;
}

.main-footer .content form::-webkit-input-placeholder {
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
}

.main-footer .content form::-moz-placeholder {
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
}

.main-footer .content form:-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
}

.main-footer .content form::-ms-input-placeholder {
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
}

.main-footer .content form::placeholder {
  color: #fff;
  font-size: 11px;
  opacity: 0.8;
}

.main-footer .content .nsc-btn {
  width: 22%;
  background: #fff;
  border: none;
  opacity: 1;
  font-size: 14px;
  color: var(--nsc-main-color) !important;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 6px;
}

.copyright .content a, .copyright .content span {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.79;
}

ul.page-numbers {
  padding: 0;
  -webkit-box-align: center !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

a.page-numbers, span.page-numbers {
  border: none;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: #000;
  margin: 0 15px;
  position: relative;
  padding: 0.5rem 0.75rem;
  width: 50px;
  height: 50px;
  display: block;
}

a.prev.page-numbers, a.next.page-numbers {
  width: unset;
  height: unset;
}

span.page-numbers.current, a.page-numbers:hover {
  background: var(--nsc-main-color);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.prev.page-numbers:hover, a.next.page-numbers:hover {
  background-color: transparent;
  color: var(--nsc-main-color);
}

.nsc-blog .box .meta .name span:last-child {
  display: none;
}

.img-title-logo {
  max-width: 425px;
  width: 100%;
}

.title-logo {
  font-size: 70px;
  color: var(--nsc-main-color);
  line-height: 78px;
  font-weight: 700;
}

.tax-resource_cat .blog-header {
  padding-bottom: 0 !important;
}

span.author span a {
  color: black;
}

span.author span span:last-child {
  display: none;
}

.nsc-btn.default-btn {
  border-color: var(--nsc-main-color);
  color: var(--nsc-main-color);
  font-size: 18px;
  line-height: 1.78;
  padding: 12px 30px;
}

.nsc-btn:hover {
  background-color: var(--nsc-main-color);
  color: white !important;
  border-color: transparent;
}

.nsc-btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.content figure {
  width: 100% !important;
}

.content figure img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/** Testimonials */
.fb-module {
  background: #c7e5d2;
}

.fb-module .sa-title-md {
  color: var(--nsc-main-color);
  font-size: 50px;
  line-height: 1.16;
  max-width: 440px;
  font-weight: 700;
}

.fb-module .wrap {
  overflow: hidden;
}

.fb-slider .content {
  font-size: 24px;
  line-height: 1.42;
  color: var(--nsc-main-color);
}

.fb-slider span.next, .fb-slider span.prev {
  width: 30px;
  height: 30px;
  background-color: #1E499A;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin: 0 5px;
}

.fb-slider .owl-nav span.next {
  background-image: url("assets/images/next.svg");
}

.fb-slider .owl-nav span.prev {
  background-image: url("assets/images/prev.svg");
}

.fb-slider .owl-nav {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 60px;
}

.fb-slider .people h5 {
  font-size: 18px;
  line-height: 1.89;
  font-weight: 700;
  color: var(--nsc-main-color);
}

.fb-slider .people span {
  font-size: 18px;
  line-height: 1.89;
  color: var(--nsc-main-color);
}

.fb-slider .owl-nav button.owl-prev {
  right: -20px;
  left: unset;
}

.fb-slider .owl-nav button.owl-next {
  right: -60px;
}

.quotes img {
  width: 55px;
}

.quotes {
  position: absolute;
  left: -60px;
}

.weable-slider .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-news .blog-details-content .content a {
  text-decoration: underline;
  color: #212529;
}

.sfs-box {
  border: 2px solid var(--nsc-main-color);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: table;
  min-height: 120px;
  width: 100%;
}

.sfs-box .link {
  color: var(--nsc-main-color);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sfs-box:hover {
  background: var(--nsc-main-color);
}

.sfs-box:hover .link {
  color: #fff;
}

.search-head {
  padding: 150px 0 50px;
  background: var(--nsc-main-color);
  border-top: 1px solid #E5E5E5;
}

.search-head input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  line-height: 60px;
  background-image: url(assets/images/icon-search-white.svg);
  background-position: left center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  padding-left: 50px;
  font-size: 44px;
  line-height: 54px;
  color: #fff;
}

.search-head::-webkit-input-placeholder {
  color: #fff;
}

.search-head::-moz-placeholder {
  color: #fff;
}

.search-head:-ms-input-placeholder {
  color: #fff;
}

.search-head::-ms-input-placeholder {
  color: #fff;
}

.search-head::placeholder {
  color: #fff;
}

.sr .item.box {
  margin-bottom: 0;
  border: none;
}

.total-search, .sr .item {
  padding: 1.5em 0;
  border-bottom: 1px solid #D3D3D3 !important;
}

.total-search {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: var(--nsc-main-color);
}

.sr .item .text {
  width: 70%;
}

.sr .item .img {
  width: 25%;
  border-radius: 10px;
}

.sr .item .img .img-wrap {
  border-radius: 10px;
}

.sr .item.box h3 {
  min-height: unset;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 700;
  color: var(--nsc-main-color);
  margin-bottom: 15px;
}

.sr .item.box .date {
  font-size: 14px;
  line-height: 2.14;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

.sr .item.box .author {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
}

.sr .item.box .author a {
  color: #000;
}

.sr .item.box .btn-group .nsc-btn {
  margin-right: 10px;
}

.quicklink .left {
  min-height: 398px;
}

header.tribe-events-calendar-month__header {
  z-index: 10;
}

span.tribe-events-calendar-month__header-column-title-mobile {
  color: white;
}

.tribe-common .tribe-common-g-row {
  z-index: 1;
  position: relative;
}

.tribe-events-after-html .block-title-md .nsc-btn:hover {
  color: white !important;
}

.copyright .content > a, .copyright .content > span {
  white-space: nowrap;
}

.head-btn .nsc-btn:hover {
  background-color: var(--nsc-red);
}

.caption {
  font-style: italic;
}

body > header.sticky {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  box-shadow: 0px 0px 5px #dcdcdc;
  top: 0;
  z-index: 9999;
}

body.logged-in > header.sticky {
  top: 32px;
}

body > header.scrolldown {
  top: -200px !important;
}

h2.tribe-events-calendar-latest-past__heading {
  text-indent: -999px;
  position: relative;
}

h2.tribe-events-calendar-latest-past__heading:after {
  content: "Past Events";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  text-indent: 0;
}

header.tribe-events-header {
  z-index: 99 !important;
}

.tribe-events-view {
  z-index: 1;
}

a.nsc-btn {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.box {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

footer .icons-share a:hover span {
  -webkit-filter: invert(80%) sepia(73%) saturate(3147%) hue-rotate(209deg) brightness(88%) contrast(122%);
  filter: invert(80%) sepia(73%) saturate(3147%) hue-rotate(209deg) brightness(88%) contrast(122%);
  border: none;
}

footer .icons-share a:hover {
  background-color: white;
}

footer .icons-share a {
  margin: 0 4px;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 10px;
}

footer .icons-share a span {
  margin: 0 !important;
}

/** Responsive */
@media (max-width: 1399px) {
  .main-footer .content form input {
    width: 65%;
    margin-right: 3%;
  }
  .main-footer .content form .nsc-btn {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .main-footer .content form input {
    width: 65%;
    margin-right: 20px;
  }
  .main-footer .content form .nsc-btn {
    width: 30%;
  }
  .quicklink .left {
    max-width: 80%;
  }
  .text-module-w-shape .shape-group .item.triangle {
    width: 90px;
  }
  .text-module-w-shape .shape-group .item.circle {
    width: 86px;
  }
  .text-module-w-shape .shape-group .item.semi-hook {
    width: 60px;
    top: 57%;
  }
}
@media (max-width: 991px) {
  .nsc-staff {
    padding: 50px 0 20px;
  }
  /*.nsc-staff .staffs {margin-top: 0}
    	.nsc-staff .staffs .item:nth-child(2n) {margin-top: 0}*/
  .text-media .img-shape .item.semi-hook {
    width: 79px;
    height: 112px;
  }
  .text-media .img-shape .item.circle {
    width: 75px;
    height: 75px;
  }
  .text-media .img-shape .item.circle, .text-media .img-shape .item.triangle {
    bottom: -7%;
  }
  .text-media .img-shape .item.hook {
    width: 75px;
  }
  .text-media .img-shape .item.hook {
    top: -7%;
  }
  .nsc-large-text.about-us .content {
    margin-top: 100px;
  }
  .nsc-large-text.about-us .img-shape {
    margin-top: 50px;
  }
  .quicklink:before {
    width: 100%;
    height: 30%;
  }
  .quicklink:after {
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
  }
  .text-module-w-shape .shape-group .item.triangle {
    width: 64px;
    top: 80%;
  }
  .text-module-w-shape .shape-group .item.circle {
    width: 72px;
  }
  .text-module-w-shape .shape-group .item.semi-hook {
    width: 54px;
    top: 20%;
  }
  .text-module-w-shape .shape-group .item.square {
    width: 39px;
    right: 52%;
  }
  .nsc-staff .staffs {
    margin-top: -190px;
  }
  .icons-share {
    text-align: center;
  }
  .icons-share .icon {
    display: inline-block;
    margin-right: 10px;
  }
  .people .box .custom-shape .shape-1, .people .box .custom-shape .shape-3 {
    left: 10%;
    top: -6%;
  }
  .people .box .custom-shape .shape-2, .people .box .custom-shape .shape-4 {
    right: 10%;
    bottom: -6%;
  }
  .persional-info .icons-share {
    text-align: left;
  }
  .persional-info .content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .persional-info .box.have-shape .custom-shape .shape-1, .persional-info .box.have-shape .custom-shape .shape-3 {
    top: -5%;
  }
  .persional-info .box.have-shape .custom-shape .shape-2, .persional-info .box.have-shape .custom-shape .shape-4 {
    bottom: -4%;
  }
  .title-logo {
    font-size: 40px;
    line-height: 45px;
  }
  .title-logo-module {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
  }
  .resource-style-2 .content {
    width: 100% !important;
  }
  .quotes img {
    width: 35px;
  }
  .quotes {
    left: 15px;
    top: -35px;
  }
}
@media (max-width: 767px) {
  .nsc-staff {
    padding: 50px 0 20px;
  }
  /*.nsc-staff .staffs {margin-top: 0}
    	.nsc-staff .staffs .item:nth-child(2n) {margin-top: 0}*/
  .nsc-large-text .content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .title-block h3, .small-title-block h3 {
    font-size: 30px;
    line-height: 1.33;
  }
  .links .content {
    width: 90%;
  }
  .links .wrap {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .stats .content .item.info {
    width: 55vw;
    height: 55vw;
  }
  .stats .content .item p {
    font-size: 56px;
    line-height: 1.3;
  }
  .stats .content .item {
    width: 40vw;
    height: 40vw;
  }
  .stats .content .item.green {
    left: 55vw;
  }
  .stats .content .item.peach {
    left: 15vw;
  }
  .stats .row .col-lg-6:last-child {
    padding: 0 !important;
  }
  .p-mobile-0 {
    padding: 0 !important;
  }
  .text-media .img-shape .item.semi-hook, .text-media .img-shape .item.circle {
    width: 68px;
    height: 84px;
  }
  .text-media .img-shape .item.hook {
    width: 72px;
  }
  .text-media .img-shape .item.triangle {
    width: 79px;
    height: 69px;
  }
  .block-title-md .nsc-btn {
    padding: 8px 30px;
  }
  .event-content .title h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .event-content .title .cate {
    font-size: 16px;
    line-height: 1.75;
  }
  .nsc-staff .staffs {
    margin-top: -179px;
  }
  .people .box .custom-shape .shape-1, .people .box .custom-shape .shape-3 {
    left: 10%;
    top: -9%;
  }
  .people .box .custom-shape .shape-2, .people .box .custom-shape .shape-4 {
    right: 10%;
    bottom: -6%;
  }
  .nsc-large-text .menu-links {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .nsc-large-text .menu-links::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .quotes {
    margin-right: 15px !important;
  }
  .fb-slider .owl-nav {
    right: 60px;
    top: auto;
    bottom: 15px;
  }
  .quicklink:before {
    height: 36%;
  }
  a.page-numbers, span.page-numbers {
    font-size: 16px;
    margin: 0 3px;
    padding: 10px;
  }
}
@media (max-width: 574px) {
  .img-shape .shape-1, .img-shape .shape-3 {
    width: 3.5em;
    height: 4.4em;
  }
  .img-shape .shape-2, .img-shape .shape-4 {
    width: 2.625em;
    height: 2.625em;
  }
  .nsc-staff {
    padding: 50px 0 20px;
  }
  /*.nsc-staff .staffs {margin-top: 0}
    	.nsc-staff .staffs .item:nth-child(2n) {margin-top: 0}*/
  .mobile-menu .logo-wrap {
    margin-right: 15px;
  }
  .mobile-menu img {
    max-width: 120px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .box.box-vertical .img-wrap {
    width: 100%;
    padding-top: 68%;
  }
  .box.box-vertical .meta {
    width: 100%;
  }
  .nsc-large-text .shape-group .triangle svg {
    width: 47px;
    height: 32px;
    fill: var(--nsc-red);
  }
  .nsc-large-text .shape-group .circle svg {
    width: 50px;
    height: 50px;
    fill: var(--nsc-yellow);
  }
  .nsc-large-text .shape-group .semi-hook svg {
    width: 50px;
    height: 45px;
    fill: var(--nsc-info);
  }
  .nsc-large-text .shape-group .triangle {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -1.1em;
    top: 5%;
  }
  .nsc-large-text .shape-group .circle {
    top: -4%;
    right: 29%;
  }
  .nsc-large-text .shape-group .semi-hook {
    top: 3%;
    right: 2%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .nsc-large-text .content h1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .title-block h3, .small-title-block h3 {
    font-size: 30px;
    line-height: 1.33;
  }
  .links .content {
    width: 90%;
  }
  .links .wrap {
    width: 100%;
    max-width: 100%;
  }
  .stats .content .item.info {
    width: 55vw;
    height: 55vw;
  }
  .stats .content .item p {
    font-size: 56px;
    line-height: 1.3;
  }
  .stats .content .item {
    width: 45vw;
    height: 45vw;
  }
  .stats .content .item.green {
    left: 55vw;
  }
  .stats .content .item.peach {
    left: 10vw;
  }
  .stats .row .col-lg-6:last-child {
    padding: 0 !important;
  }
  .p-mobile-0 {
    padding: 0 !important;
  }
  .text-media .img-shape .item.semi-hook, .text-media .img-shape .item.circle {
    width: 55px;
    height: 55px;
  }
  .text-media .img-shape .item.hook {
    width: 55px;
  }
  .text-media .img-shape .item.triangle {
    width: 55px;
    height: 45px;
  }
  .block-title-md .nsc-btn {
    padding: 8px 30px;
  }
  .nsc-large-text.about-us .img-shape {
    margin-top: 0;
  }
  .nsc-large-text.about-us .content {
    margin-top: 50px;
  }
  .text-module-w-shape .shape-group .item.triangle {
    width: 50px;
    left: -3%;
  }
  .text-module-w-shape .shape-group .item.circle {
    width: 58px;
    left: 62%;
  }
  .text-module-w-shape .shape-group .item.square {
    width: 28px;
    right: 68%;
    top: 7%;
  }
  .text-module-w-shape .shape-group .item.semi-hook {
    width: 47px;
    top: 16%;
    right: 1%;
  }
  .quicklink:before {
    height: 39%;
  }
  .quicklink:after {
    height: 67%;
  }
  .py-6 {
    padding: 50px 0;
  }
  .nsc-pagenavi .page-link.next-prev {
    display: none;
  }
  .blog-details-head .cate {
    font-size: 14px;
    line-height: 2;
  }
  .blog-details-head h1 {
    font-size: 28px;
    line-height: 1.21;
  }
  .blog-details-head .meta {
    font-size: 16px;
    line-height: 1.56;
  }
  .blog-details-head .meta .author {
    width: 100%;
    display: block;
  }
  .blog-details-content ul {
    padding-left: 16px;
  }
  .blog-details-content ol {
    padding-left: 28px;
  }
  .people .box .custom-shape .shape {
    width: 38px;
  }
  .people .box .custom-shape .shape-1, .people .box .custom-shape .shape-3 {
    top: -11%;
  }
  .people .box .custom-shape .shape-2, .people .box .custom-shape .shape-4 {
    bottom: -8%;
  }
  .persional-info .box.have-shape .custom-shape .shape {
    width: 63px;
  }
  .persional-info .box.have-shape .custom-shape .shape-1, .persional-info .box.have-shape .custom-shape .shape-3 {
    top: -8%;
  }
  .persional-info .box.have-shape .custom-shape .shape-2, .persional-info .box.have-shape .custom-shape .shape-4 {
    bottom: -7%;
  }
  .links .item span.text {
    max-width: 220px;
  }
  .main-footer .content form input {
    width: 100%;
    margin-right: 0;
  }
  .main-footer .content form .nsc-btn {
    width: 100%;
    margin-top: 20px;
  }
  .people .box:hover .custom-shape .shape {
    display: none;
  }
  .blog-details-head .nsc-btn {
    font-size: 12px;
    margin: 0 6px !important;
    padding: 8px 10px;
  }
  .sr .item .text {
    margin-bottom: 30px;
  }
  .sr .item .text, .sr .item .img {
    width: 100%;
  }
  a.page-numbers, span.page-numbers {
    font-size: 16px;
    margin: 0 10px;
    padding: 10px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  a.page-numbers.next, a.page-numbers.prev {
    display: none;
  }
}
.page-id-8439 .col-lg-8 {
  margin: 0 auto !important;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.hero {
  width: 100%;
  height: 75vh;
  position: relative;
}
.hero-slider {
  position: relative;
}
.hero-slide {
  text-align: center;
  width: 100%;
  height: 75vh;
  position: relative;
}
@media (min-width: 48em) {
  .hero-slide.text-center .hero-text {
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (min-width: 48em) {
  .hero-slide.text-right .hero-text {
    left: auto !important;
    right: 1rem !important;
  }
}
@media (min-width: 81.25em) {
  .hero-slide.text-right .hero-text {
    right: 2rem !important;
  }
}
.hero-wrap {
  max-width: 100em;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.hero-text {
  background: rgba(0, 35, 110, 0.9);
  padding: 1rem;
  max-width: 80%;
  width: 640px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  text-align: left !important;
  border-radius: 0.5rem;
}
@media (min-width: 81.25em) {
  .hero-text {
    padding: 2rem;
  }
}
.hero-link {
  display: block;
}
.hero-headline {
  color: #ffc629;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.hero-headline.color-yellow {
  color: #ffc629 !important;
}
.hero-headline.color-red {
  color: #e43d30 !important;
}
.hero-headline.color-blue {
  color: #0033a1 !important;
}
.hero-headline.color-teal {
  color: #90e0b2 !important;
}
.hero-headline.color-peach {
  color: #ffbe9f !important;
}
.hero-teaser {
  color: #fff;
  line-height: 1.4;
}
.hero-button {
  background: #e43d30;
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  color: #fff;
  display: table;
  margin-top: 1rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  font-weight: 700;
}
.hero-button:hover {
  background: #ffc629;
  color: #231F20;
}
.hero-image {
  width: 100%;
  height: 75vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-controls {
  width: 0.75rem;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1001;
  background: transparent;
  border: none;
  outline: none;
}
@media (min-width: 100em) {
  .hero-controls {
    width: 1rem;
    height: auto;
  }
}
.hero-controls-svg {
  width: 100%;
  fill: #ffc629;
  -webkit-transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.5s fill cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.hero-controls-svg:hover {
  fill: #fff;
}
.hero-controls-back {
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero-controls-next {
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hero.framed {
  background: linear-gradient(45deg, #001b55, #0033a1);
  padding: 1rem;
  height: calc(70vh + 2rem);
}
@media (min-width: 81.25em) {
  .hero.framed {
    padding: 2rem;
    height: calc(70vh + 4rem);
  }
}
.hero.framed .hero-slider {
  max-width: 81.25em;
  margin: 0 auto 1rem;
}
.hero.framed .hero-text {
  background: rgba(0, 35, 110, 0.9) !important;
  left: 2rem;
}
.hero.framed .hero-slide, .hero.framed .hero-image {
  height: 70vh !important;
}

body:not(.home) .hero {
  height: 50vh;
}
body:not(.home) .hero-image, body:not(.home) .hero-slide {
  height: 50vh;
}
.resource-filters-wrap {
  max-width: 81.25em;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 81.25em) {
  .resource-filters-wrap {
    margin-bottom: 2rem;
  }
}
@media (min-width: 48em) {
  .resource-filters-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.resource-filters-label {
  margin-bottom: 0;
  color: #231F20;
  padding-right: 1rem;
  text-transform: uppercase;
}
.resource-filters-nav {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 48em) {
  .resource-filters-nav {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid rgba(35, 31, 32, 0.1);
  }
}
.resource-filters-nav-item {
  padding: 0.9rem;
  font-weight: 700;
  color: #0033a1;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.resource-filters-nav-item:hover {
  background: #0033a1;
  color: #fff;
}
.resource-filters-nav-item.actived {
  background: #ffc629;
  color: #0033a1;
}
.resource-filters-dropdown {
  padding: 0.5rem;
}
@media (min-width: 48em) {
  .resource-filters-dropdown {
    padding: 0 0.25rem;
  }
}
.resource-filters-dropdown-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  margin-bottom: 0;
  padding-top: 0.15rem;
  cursor: pointer;
  display: inline-block;
}
.resource-filters-dropdown-label:hover {
  color: #0033a1;
}
.resource-filters-dropdown-select {
  background: #0033a1;
  color: #fff;
  padding: 0.75rem;
  outline: 0;
  border: 0;
  border-radius: 0.5rem;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  cursor: pointer;
  margin-left: 0.25rem;
}
.resource-filters-dropdown-select:hover {
  background: #e43d30;
}
.resource-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 1rem;
}
@media (min-width: 81.25em) {
  .resource-list {
    margin-bottom: 2rem;
  }
}
.resource-item {
  margin: 0.5rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .resource-item {
    width: calc(33.33% - 1rem);
    padding: 0;
    border: 1px solid rgba(0, 51, 161, 0.1);
    border-radius: 1rem;
    -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
    transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  }
}
.resource-item:hover {
  background: rgba(144, 224, 178, 0.2);
  border-color: rgba(0, 51, 161, 0.3);
  -webkit-box-shadow: 0px 0.3rem 0.6rem 0 rgba(35, 31, 32, 0.2);
          box-shadow: 0px 0.3rem 0.6rem 0 rgba(35, 31, 32, 0.2);
}
.resource-item:hover .resource-item-photo-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.resource-item-link {
  display: block;
  color: #0033a1;
  position: relative;
  overflow: hidden;
}
.resource-item-link:hover .resource-item-headline {
  color: #e43d30;
}
.resource-item-photo {
  background-color: #90e0b2;
  padding-top: 52.2522522523%;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
}
.resource-item-photo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.5s transform cubic-bezier(0.5, 1.65, 0.4, 0.8), 0.5s -webkit-transform cubic-bezier(0.5, 1.65, 0.4, 0.8);
}
.resource-item-headline {
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  padding: 0.5rem 1rem;
}
.resource-item-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem 1rem;
}
.resource-item-meta-type {
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffc629;
  border-radius: 0 0 0.5rem 0;
  padding: 0.25rem 0.5rem 0.05rem 0.75rem;
  color: #0033a1;
  z-index: 1000;
}
.resource-item-meta-list {
  font-size: 0.85rem;
}
.resource-item-meta-list-label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.25rem;
  display: inline-block;
}

.nsc-resources .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.img-wrap-resource {
  background-color: #0033a1;
  padding-top: 52.2522522523%;
  border-radius: 1rem;
}

.people-wrap {
  padding: 0.75rem 0;
}

@media (min-width: 48em) {
  .people-wrap {
    padding: 3rem 0;
  }
}
@media (min-width: 81.25em) {
  .people-wrap {
    padding: 4rem 0;
  }
}
@media (min-width: 100em) {
  .people-wrap {
    padding: 5rem 0;
  }
}
@media (min-width: 112.5em) {
  .people-wrap {
    padding: 6rem 0;
  }
}
.people {
  background: #90e0b2;
}

.people-wrap {
  max-width: 81.25em;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .people-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.people-item {
  padding: 1rem;
}

@media (min-width: 48em) {
  .people-item {
    width: 25%;
  }
}
.people-item a {
  display: block;
}

.people-item a:hover .people-item-headshot-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.people-item a:hover .people-item-name {
  color: #0033a1;
}

.people-item-headshot {
  padding-top: 115%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 1rem;
}

.people-item-headshot-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
  transition: 0.3s all cubic-bezier(0.5, 1.65, 0.4, 0.8);
}

.people-item-meta {
  line-height: 1;
}

.people-item-name {
  color: #231F20;
  margin-bottom: 0.5rem;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}

.people-item-title {
  color: #231F20;
}

.intro-teaser {
  line-height: 1.8;
  font-size: 1rem;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
}

.intro-teaser p {
  margin-bottom: 1rem;
}

.intro-teaser plast-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .intro-teaser p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 81.25em) {
  .intro-teaser {
    font-size: 1.1rem;
  }
  .intro-teaser p {
    margin-bottom: 1.4rem;
  }
}
@media (min-width: 100em) {
  .intro-teaser p {
    margin-bottom: 1.6rem;
  }
}
@media (min-width: 112.5em) {
  .intro-teaser p {
    margin-bottom: 1.8rem;
  }
}
.intro-headline {
  font-family: "Interstate", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (min-width: 48em) {
  .intro-headline {
    font-size: 1.8rem;
  }
}
@media (min-width: 81.25em) {
  .intro-headline {
    font-size: 2rem;
  }
}
@media (min-width: 100em) {
  .intro-headline {
    font-size: 2.2rem;
  }
}
@media (min-width: 112.5em) {
  .intro-headline {
    font-size: 2.5rem;
  }
}
.intro {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 81.25em) {
  .intro {
    margin-bottom: 2rem;
  }
}
.intro-headline {
  font-weight: 700;
  color: #0033a1;
}

.intro-teaser {
  margin: 0 auto;
  text-align: center;
}

.intro-teaser p {
  text-align: center;
}

header {
  z-index: 2000 !important;
}

.tribe-events-calendar-list__event-featured-image-wrapper {
  position: relative !important;
}

.tribe-events-calendar-list__event-details {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.tribe-events-after-html {
  margin-top: 2rem !important;
}
@media (min-width: 48em) {
  .tribe-events-after-html {
    margin-top: 4rem !important;
  }
}
@media (min-width: 81.25em) {
  .tribe-events-after-html {
    margin-top: 6rem !important;
  }
}

.tribe-events-ical, .tribe-events-c-messages__message, .tribe-events-calendar-latest-past__event-date-tag, .tribe-events-list-separator-month, .tribe-events-c-view-selector, .tribe-events-c-top-bar__today-button, .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}
.tribe-events-calendar-latest-past__event-datetime-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto !important;
}
@media (min-width: 48em) {
  .tribe-events-calendar-latest-past {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tribe-events-calendar-latest-past__event-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tribe-events-calendar-latest-past__heading {
  width: 100%;
  color: #0033a1 !important;
  text-indent: 0 !important;
  position: relative;
  text-align: left;
}
.tribe-events-calendar-latest-past__heading:after {
  display: none;
}

.tribe-common-g-row,
.tribe-events-calendar-latest-past__event,
.tribe-events-calendar-latest-past__event-details,
.tribe-events-calendar-latest-past__event-featured-image-wrapper {
  width: 100% !important;
  margin: 0 auto !important;
}

.tribe-events-calendar-latest-past__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.tribe-events-calendar-latest-past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 1rem;
}

.tribe-events-calendar-latest-past__event-row {
  background: #fff;
  width: 100% !important;
  border: 1px solid rgba(35, 31, 32, 0.1) !important;
  border-radius: 1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
}
@media (min-width: 48em) {
  .tribe-events-calendar-latest-past__event-row {
    width: calc(50% - 1rem) !important;
  }
}
@media (min-width: 81.25em) {
  .tribe-events-calendar-latest-past__event-row {
    width: calc(33.33% - 1rem) !important;
  }
}
.tribe-events-calendar-latest-past__event-row:hover {
  background: rgba(144, 224, 178, 0.2);
  border-color: rgba(0, 51, 161, 0.3);
  -webkit-box-shadow: 0px 0.3rem 0.6rem 0 rgba(35, 31, 32, 0.2);
          box-shadow: 0px 0.3rem 0.6rem 0 rgba(35, 31, 32, 0.2);
}
.tribe-events-calendar-latest-past__event-header {
  padding-bottom: 1rem !important;
  display: block;
}
.tribe-events-calendar-latest-past__event-header .cate {
  font-size: 0.85rem;
  text-transform: uppercase;
}
.tribe-events-calendar-latest-past__event-header .cate a {
  margin-right: 0.5rem;
}
.tribe-events-calendar-latest-past__event-title-link {
  color: #0033a1 !important;
  line-height: 1.1 !important;
  display: block;
  border: none !important;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-events-calendar-latest-past__event-title-link:hover {
  color: #e43d30 !important;
  border: none !important;
}

.tribe-events-calendar-latest-past__event-description.tribe-common-b2.tribe-common-a11y-hidden {
  display: none !important;
}

.tribe-events-calendar-latest-past__event-details {
  padding: 1rem !important;
}

.tribe-common-h6 {
  color: rgb(0, 51, 161) !important;
}

.tribe-events-calendar-latest-past__event-featured-image-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
}

.tribe-events-calendar-latest-past__event-datetime-featured-icon {
  display: none !important;
}

.tribe-common-a11y-visual-hide {
  display: none !important;
}

.tribe-events-calendar-latest-past__event-datetime {
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.6rem !important;
}

.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
  display: none;
}

.tribe-events-calendar-list__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: flex-start !important;
          flex-direction: flex-start !important;
}
@media (min-width: 48em) {
  .tribe-events-calendar-list__event {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.tribe-events-calendar-list__event-row {
  background: #fff;
  width: 100% !important;
  border: 1px solid rgba(35, 31, 32, 0.1) !important;
  border-radius: 1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  overflow: hidden;
}
.tribe-events-calendar-list__event-row:hover {
  background: rgba(144, 224, 178, 0.2);
  border-color: rgba(0, 51, 161, 0.3);
  -webkit-box-shadow: 0px 0.3rem 0.6rem 0 rgba(35, 31, 32, 0.2);
          box-shadow: 0px 0.3rem 0.6rem 0 rgba(35, 31, 32, 0.2);
}
.tribe-events-calendar-list__event-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.tribe-events-calendar-list__event-details {
  padding: 1rem !important;
  margin: 0 auto !important;
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 48em) {
  .tribe-events-calendar-list__event-details {
    text-align: left;
    width: 65%;
  }
}
@media (min-width: 81.25em) {
  .tribe-events-calendar-list__event-details {
    padding: 2rem !important;
  }
}
.tribe-events-calendar-list__event-datetime-featured-icon, .tribe-events-calendar-list__event-date-tag {
  display: none !important;
}
.tribe-events-calendar-list__event-datetime {
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
  display: block;
}
.tribe-events-calendar-list__event-datetime-wrapper {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.tribe-events-calendar-list__event-datetime .cate a {
  margin-right: 0.5rem;
}
.tribe-events-calendar-list__event-title-link {
  font-weight: 600;
  color: rgb(0, 51, 161) !important;
  margin-bottom: 0.75rem !important;
  -webkit-transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: all 0.4s cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-events-calendar-list__event-title-link:hover {
  color: #e43d30 !important;
}
.tribe-events-calendar-list__event-description {
  margin-top: 0.25rem !important;
}
.tribe-events-calendar-list__event-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 48em) {
  .tribe-events-calendar-list__event-featured-image {
    width: 100%;
  }
}
.tribe-events-calendar-list__event-featured-image-wrapper {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
@media (min-width: 81.25em) {
  .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 35% !important;
  }
}
.tribe-events-calendar-list__event-featured-image-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 56.25% !important;
  min-height: 1rem;
}

.tribe-events-calendar-list__month-separator-text {
  font-size: 2rem !important;
  font-weight: 600;
  color: #0033a1 !important;
  margin-bottom: 1rem !important;
  margin-top: 2rem !important;
  display: block;
  font-weight: 700 !important;
}
@media (min-width: 81.25em) {
  .tribe-events-calendar-list__month-separator-text {
    margin-top: 3rem !important;
  }
}
.tribe-events-calendar-list__month-separator-text:first-of-type {
  margin-top: 0 !important;
}
.tribe-events-calendar-list__month-separator:after {
  display: none !important;
}

.tribe-events-calendar-list__event-row {
  margin-bottom: 1rem !important;
}
@media (min-width: 81.25em) {
  .tribe-events-calendar-list__event-row {
    margin-bottom: 2rem !important;
  }
}

.tribe-common-b1--min-medium {
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}
.tribe-common-b1--min-medium:disabled {
  display: none !important;
}

.tribe-events-calendar-list-nav {
  padding-top: 0 !important;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 2rem auto 3rem;
}
.tribe-events-calendar-list-nav_list-item {
  width: auto !important;
}
.tribe-events-calendar-list-nav .tribe-events-c-nav__prev-label {
  color: #fff !important;
}
.tribe-events-calendar-list-nav a {
  margin: 0;
  background: #0033a1 !important;
  color: #fff !important;
  border-radius: 1rem !important;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  -webkit-transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.4s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-events-calendar-list-nav a:hover {
  background: #e43d30 !important;
}

.tribe-events .tribe-events-calendar-list-nav {
  border-top: none !important;
}

.tribe-events-c-nav__prev-icon-svg {
  fill: #0033a1;
}
.tribe-events-c-nav__prev-label {
  color: #0033a1;
}

.cate {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.cate a {
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-right: 0.5rem;
  display: inline-block;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.cate a:hover {
  color: #e43d30;
}

.tribe-events-calendar-list__event-header .cate {
  line-height: 1 !important;
  margin-bottom: 0.5rem !important;
  display: inline-block;
}
.tribe-events-calendar-list__event-header .cate a {
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-right: 0.5rem !important;
  display: inline-block;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-events-calendar-list__event-header .cate a:hover {
  color: #e43d30;
}

.event-authors:before {
  display: inline-block;
  content: "Speakers:";
  text-transform: uppercase;
  margin-right: 0.35rem;
  font-weight: 700;
  font-size: 0.9rem;
}
.event-authors a {
  padding-right: 0.35rem;
  margin: 0;
  -webkit-transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s color cubic-bezier(0.57, 0.2, 0.21, 0.89);
  color: #0033a1;
}
.event-authors a:hover {
  color: #e43d30;
}
.event-authors a:after {
  display: inline-block;
  content: ",";
  color: #231F20;
}
.event-authors a:last-child:after {
  display: none;
}

.tribe-events-c-events-bar__filter-button-container {
  display: none;
}

/**
.tribe-filter-bar-c-pill__pill {
  border: none;
  outline: none;
  background: $blue;
  color: $white;
  border-radius: 1rem;
  font-weight: 700;
}
**/
.tribe-filter-bar-c-filter__container {
  background: #fff;
  border-radius: 1rem !important;
  -webkit-box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(35, 31, 32, 0.1) !important;
}

.tribe-filter-bar-c-filter__filter-fields {
  background: #0033a1;
}

.select2-results__option {
  border-radius: 1rem !important;
  background: transparent !important;
  color: #0033a1 !important;
  border-radius: 1rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.select2-results__option.select2-results__option--highlighted {
  background: #e43d30 !important;
  color: #fff !important;
}
.select2-results__option:hover {
  background: #0033a1 !important;
  color: #fff !important;
}

.select2-search--dropdown {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  border-radius: 1rem !important;
  border-color: #0033a1 !important;
}

.select2-search__field {
  background: #0033a1 !important;
  color: #fff !important;
  border: 1px solid #0033a1 !important;
  padding: 1rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 1rem !important;
}
.select2-search__field:hover {
  background: #90e0b2 !important;
}

.tribe-filter-bar-c-filter__filters-close {
  display: none !important;
}

.dropdown-wrapper {
  margin-top: 1rem !important;
}

.tribe-filter-bar-c-filter__container {
  padding: 0 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.tribe-filter-bar__filters-slider-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tribe-filter-bar__filters-slider-wrapper:before {
  display: inline-block;
  content: "Sort By:";
  margin-right: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.tribe-filter-bar-c-clear-button {
  border: none;
  background-color: #e43d30;
  color: #fff;
  padding: 0.25rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
}
.tribe-filter-bar-c-clear-button:hover {
  background-color: #0033a1;
}
.tribe-filter-bar-c-clear-button svg {
  fill: #fff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__list-item {
  width: auto !important;
}

.tribe-events .tribe-events-c-nav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tribe-events-c-nav__prev-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tribe-events-c-nav__prev-label:before {
  display: block;
  content: "See";
  padding-right: 0.3rem;
}
.tribe-events-c-nav__prev-label:after {
  display: block;
  content: "events";
  padding-left: 0.3rem;
}
.tribe-events-c-nav__prev-label .tribe-events-c-nav__prev-icon-svg {
  fill: #fff;
}

.tribe-filter-bar-c-clear-button {
  padding: 0.5rem;
  border-radius: 0.3rem;
}

.tribe-filter-bar-c-pill__remove-button {
  background: #fff;
  border: 0;
  outline: 0;
  margin-left: 0.25rem;
}
.tribe-filter-bar-c-pill__remove-button:hover {
  background-color: #0033a1;
}
.tribe-filter-bar-c-pill__remove-button .tribe-common-c-svgicon {
  fill: #fff !important;
}

.tribe-events-c-top-bar__datepicker,
.tribe-events-c-top-bar__nav-list {
  display: none !important;
}

.tribe-events-header,
.tribe-events-c-top-bar.tribe-events-header__top-bar {
  display: none;
}

.tribe-common-b2.tribe-common-b1--min-medium {
  padding: 0.5rem 1rem !important;
}
.tribe-common-b2.tribe-common-b1--min-medium .common-c-svgicon {
  fill: #fff !important;
}
.tribe-common-b2.tribe-common-b1--min-medium .common-c-svgicon path {
  fill: #fff !important;
}

.tribe-common .tribe-common-c-svgicon {
  fill: #fff !important;
}

.tribe-events-after-html {
  text-align: center;
}

.past-events-btn {
  display: inline-block;
  margin: 0 auto 2rem !important;
  padding: 1rem 1.5rem !important;
  color: #fff;
  font-weight: 700;
  background-color: #e43d30;
  font-size: 1.3rem !important;
  -webkit-transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  transition: 0.3s all cubic-bezier(0.57, 0.2, 0.21, 0.89);
  border-radius: 1rem;
}
@media (min-width: 48em) {
  .past-events-btn {
    margin-bottom: 5rem !important;
  }
}
.past-events-btn:hover {
  background-color: #0033a1;
  color: #fff;
}

.tribe-events-header {
  display: none !important;
}

.post-type-archive-tribe_events .tribe-events-calendar-list-nav,
.post-type-archive-tribe_events .tribe-events-calendar-list__month-separator {
  display: none !important;
}

.tribe-events-after-html {
  margin-top: 2rem !important;
}
@media (min-width: 48em) {
  .tribe-events-after-html {
    margin-top: 4rem !important;
  }
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__form {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill__pill {
  background-color: #0033a1 !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700 !important;
  padding: 0.5rem 0.75rem !important;
  border: 0 !important;
  border-radius: 1rem !important;
  outline: none !important;
}
.tribe-filter-bar .tribe-filter-bar-c-pill__pill .tribe-filter-bar-c-pill__pill-label {
  font-weight: 700 !important;
  font-size: 1.1rem !important;
}
.tribe-filter-bar .tribe-filter-bar-c-pill__pill:hover {
  background: #e43d30 !important;
}

.tribe-filter-bar .tribe-filter-bar-c-pill {
  padding: 0.2rem;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option--highlighted {
  opacity: 1 !important;
}

.tribe-filter-bar-c-filter__filter-fields {
  background-color: #fff !important;
  border-radius: 0.75rem !important;
}

.select2-results {
  padding: 0.5rem !important;
}

.tribe-events-before-html {
  margin-bottom: 1rem;
}

.tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 81.25em) {
  .tribe-common--breakpoint-medium .tribe-filter-bar--horizontal.tribe-filter-bar {
    margin-bottom: 4rem;
  }
}

.page-id-9487 .tribe-events-before-html:before {
  content: "Past Events";
  font-size: 1.75rem;
  font-weight: 700;
  display: block;
  margin-bottom: 2rem;
}
.page-id-9487 .tribe-events-before-html h3 {
  display: none;
}

.single-tribe_events .tribe-events-before-html,
.single-tribe_events .tribe-events-after-html {
  display: none;
}

header {
  z-index: 2000 !important;
}