.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
#menu-header-quick-links .yellow a {
  color: #fdc112 !important;
}
.red-b a {
  color: #b40726 !important;
  font-weight: 700;
}
.red-b a:hover {
  color: #002d72 !important;
}
body.has-hero header {
  background-color: transparent;
  border-bottom-color: transparent;
  position: relative;
  width: 100%;
  /*z-index: 1;*/
}
@media screen and (min-width: 768px) {
  body.has-hero header {
    position: absolute;
  }
}
.admission-ad-block {
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .admission-ad-block {
    max-width: 100%;
    padding: 0 10px;
  }
}
.admission-ad-block p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.admission-ad-block .early {
  background-color: #8cb25d;
  margin: 3px 0;
}
.admission-ad-block .early p {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.admission-ad-block .early p em {
  font-weight: 400;
  font-size: 14px;
}
.admission-ad-block .early .content {
  padding: 20px 10px;
}
.admission-ad-block .early .content .date {
  margin-top: 20px!important;
  display: block;
  color: white;
}
.admission-ad-block .early .content .date span {
  color: #ffda76;
}
.admission-ad-block .early .group {
  font-size: 14px;
  padding: 4px;
  background-color: #406a19;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  text-align: center;
}
.admission-ad-block .upper {
  background-color: #ee2e24;
  margin: 3px 0;
}
.admission-ad-block .upper p {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.admission-ad-block .upper p em {
  font-weight: 400;
  font-size: 14px;
}
.admission-ad-block .upper .content {
  padding: 20px 10px;
}
.admission-ad-block .upper .content .date {
  margin-top: 20px!important;
  display: block;
  color: white;
}
.admission-ad-block .upper .content .date span {
  color: #ffda76;
}
.admission-ad-block .upper .group {
  font-size: 14px;
  padding: 4px;
  background-color: #af120c;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  text-align: center;
}
.admission-ad-block .allgroups {
  background-color: #00a6c9;
  margin: 3px 0;
}
.admission-ad-block .allgroups p {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.admission-ad-block .allgroups p em {
  font-weight: 400;
  font-size: 14px;
}
.admission-ad-block .allgroups .content {
  padding: 20px 10px;
}
.admission-ad-block .allgroups .content .date {
  margin-top: 20px!important;
  display: block;
  color: white;
}
.admission-ad-block .allgroups .content .date span {
  color: #ffda76;
}
.admission-ad-block .allgroups .group {
  font-size: 14px;
  padding: 4px;
  background-color: #00467d;
  font-family: "Montserrat";
  font-weight: 700;
  color: white;
  text-align: center;
}
.admission-ad-block .top,
.admission-ad-block .bottom {
  padding: 15px 20px;
}
.admission-ad-block .middle {
  padding: 10px 20px;
}
.admission-ad-block .middle {
  color: white;
  background-color: #8cb25d;
}
.admission-ad-block .top h4,
.admission-ad-block .middle p {
  font-family: "Montserrat";
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.admission-ad-block .bottom {
  background-color: #ffce34;
}
.admission-ad-block .bottom p {
  font-family: "Montserrat";
  color: #192e71;
  font-size: 13px;
  line-height: 1.2;
}
.admission-ad-block .bottom p strong {
  font-style: italic;
}
.admission-ad-block .bottom p a {
  font-family: "Montserrat";
  color: #192e71;
  font-style: italic;
  font-size: 12px;
}
.admission-ad-block .bottom p.nmb {
  margin-bottom: 0;
}
footer .instagram-listing {
  padding-bottom: 3em;
  background-color: #eeeeee;
}
footer .instagram-listing div.h3 {
  color: #002d72;
}
footer .instagram-listing h6 {
  color: #002e74;
}
footer .instagram-listing h6 a {
  color: #002d72;
}
.wysiwyg .three-column.layout img {
  width: auto!important;
}
.yellow-block {
  display: block!important;
  background-color: #ffce34;
  padding: 20px 20px 10px!important;
}
.yellow-block h4 {
  color: #192e71;
}
.yellow-block p {
  font-family: "Montserrat";
  color: #192e71;
  font-size: 15px;
}
.yellow-block p a {
  font-family: "Montserrat";
  color: #192e71;
  font-style: italic;
  font-size: 12px;
}
.cwp {
  margin-bottom: 20px;
}
.video-list {
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 0;
  list-style: none;
}
.video-list li {
  margin-left: 0px;
  padding-left: 0;
}
.video-list li a {
  text-decoration: none;
  font-size: 22px;
}
.video-list li a:before {
  font-family: 'Fontawesome';
  content: '\f03d';
  font-size: 24px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .wysiwyg table.three-column.layout {
    height: 100%!important;
  }
  .wysiwyg table.three-column.layout tr {
    height: 100%!important;
  }
  .wysiwyg table.three-column.layout tr td {
    height: 100%!important;
    width: 100%!important;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg table.two-column.layout.video-layout td {
    width: 100%!important;
  }
}
.page-template-template-homepage-v .badges .container {
  border-top: 8px solid #fdc112;
  margin: 0px!important;
  width: 100%!important;
}
.wysiwyg .video-layout.video-thirds tr td:first-child {
  width: 25%;
}
.wysiwyg .video-layout.video-thirds video {
  max-width: 415px;
}
.wysiwyg .video-layout.maxw video {
  max-width: 415px;
}
/* VIDEO HERO */
.page-hero-v {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-hero-v {
    min-height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .page-hero-v {
    height: auto;
  }
}
@media screen and (min-height: 740px) and (min-width: 768px) {
  .page-hero-v {
    height: 660px;
  }
}
.page-hero-v .overlay {
  max-width: 800px;
  margin: 180px auto 100px;
  min-height: 740px;
}
@media screen and (max-width: 768px) {
  .page-hero-v .overlay {
    margin-top: 50px;
    margin-botom: 50px;
    min-height: auto;
  }
}
.page-hero-v .overlay .scroller-v {
  color: #002d72;
}
@media (min-width: 768px) {
  .page-hero-v .overlay .scroller-v {
    color: white;
  }
}
.page-hero-v .overlay .scroller-v a {
  color: #002d72 !important;
  transition: all 0.6s ease-in-out;
}
.page-hero-v .overlay .scroller-v a:hover {
  color: #fdc112 !important;
}
.page-hero-v .overlay .scroller-v a .fa-stack {
  height: 3em;
  width: 3em;
  line-height: 3em;
}
.page-hero-v .overlay .scroller-v a .fa-stack .fa-stack-2x {
  font-size: 3em;
}
@media (min-width: 1200px) {
  .page-hero-v .overlay {
    margin: 180px auto 100px;
  }
}
.page-hero-v > div {
  text-align: center;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .page-hero-v > div {
    /* max-width: 78vw; */
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-hero-v > div {
    /*  max-width: 940px; */
  }
}
.page-hero-v svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.page-hero-v svg path {
  fill: #fff;
}
.page-hero-v .cap {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.page-hero-v .cap img {
  display: inline-block;
  max-width: 280px;
  height: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-hero-v .cap img {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .page-hero-v .cap img:first-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-hero-v .cap img:last-child {
    display: none;
  }
}
.page-hero-v h1 {
  color: #fff;
  font-size: 2.4em;
  line-height: 1em;
  margin: 0;
}
@media (min-width: 768px) {
  .page-hero-v h1 {
    font-size: 5.3vw;
  }
}
@media (min-width: 1200px) {
  .page-hero-v h1 {
    font-size: 4em;
  }
}
.page-hero-v h1 span {
  display: block;
  margin: 0 10px;
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .page-hero-v h1 span {
    margin: 0 0.75em;
    padding: 0.25em 0;
  }
}
.page-hero-v h1 small {
  color: #fff;
  display: block;
  font-size: 0.5em;
  margin-bottom: 0.2em;
}
.page-hero-v p.lead {
  padding: 0 3rem 1.75em 3rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  color: #002d72;
}
@media (min-width: 768px) {
  .page-hero-v p.lead {
    font-size: 20px;
    padding: 0 8rem 1.75em 8rem;
    color: white;
  }
}
@media (min-width: 1200px) {
  .page-hero-v p.lead {
    font-size: 1.5em;
  }
}
.page-hero-v .cta {
  padding-bottom: 2em;
}
.page-hero-v .cta a:not(.btn) {
  color: #fff;
  text-decoration: underline;
  font-family: "Montserrat";
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.page-hero-v .cta a:not(.btn):hover,
.page-hero-v .cta a:not(.btn):focus {
  color: #fdc112;
}
@media (min-width: 768px) {
  .page-hero-v .cta a:not(.btn) {
    display: inline-block;
  }
}
.page-hero-v .cta a:not(.btn) + a:not(.btn) {
  margin: 10px 0 0 0;
}
@media (min-width: 768px) {
  .page-hero-v .cta a:not(.btn) + a:not(.btn) {
    margin: 0 0 0 2.5em;
  }
}
.badge-items .owl-item .simple-btn {
  text-decoration: none;
  font-weight: 700;
  padding-right: 10px;
}
.badge-items .owl-item .simple-btn:after {
  margin-right: -10px;
}
.hp-content {
  background-color: white;
}
.fullscreen-bg {
  display: table;
  height: 100%;
  min-height: 740px;
  position: absolute;
  top: -12px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fullscreen-bg {
    position: relative;
    min-height: auto;
  }
}
.fullscreen-bg video {
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fullscreen-bg video {
    width: 100%;
  }
}
.fullscreen-overlay {
  position: absolute;
  background-color: rgba(1, 35, 119, 0.35);
  top: 0;
  left: 0;
  height: 100%;
  min-width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fullscreen-overlay {
    height: 98%;
    /*background-color:transparent;    */
  }
}
/* PAGE WITHOUT RAIL  OR BADGES */
body.page-template-template-page-no-leftrail h1.title,
body.page-template-template-page-no-badges h1.title {
  font-size: 1.875em;
  margin-bottom: 0.75em;
  margin-top: 0.5em;
  position: relative;
  padding: 5px 0 5px 20px;
  text-transform: none;
}
body.page-template-template-page-no-leftrail h1.title::before,
body.page-template-template-page-no-badges h1.title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0em;
  bottom: 0em;
  width: 4px;
  background-color: #002d72;
}
@media (min-width: 768px) {
  bodypage-template-template-no-leftrail h1.title,
  bodypage-template-template-no-badges h1.title {
    font-size: 4vw;
  }
}
@media (min-width: 1200px) {
  body.page-template-template-page-no-leftrail h1.title,
  body.page-template-template-page-no-badges h1.title {
    font-size: 3em;
  }
}
body.page-template-template-page-no-leftrail .flexible-content,
body.page-template-template-page-no-badges .flexible-content {
  margin-top: 5em;
}
/* Sidebar mobile updates */
@media screen and (max-width: 767px) {
  .seven-sidebar {
    width: 100%;
  }
}
.seven-sidebar .widget_text,
.seven-sidebar .badges {
  display: block;
}
.seven-sidebar .widget_text img,
.seven-sidebar .badges img {
  display: table;
  margin: 0 auto;
  height: auto;
  width: auto;
}
@media screen and (max-width: 768px) {
  .seven-sidebar .widget_text img,
  .seven-sidebar .badges img {
    width: 100%;
  }
}
.seven-sidebar .widget_text h5,
.seven-sidebar .badges h5 {
  display: block;
  width: 100%;
}
.seven-sidebar .widget_text h5 strong,
.seven-sidebar .badges h5 strong {
  display: block;
  width: 100%;
  text-align: center;
}
.seven-sidebar .widget_text h5 a,
.seven-sidebar .badges h5 a {
  width: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .seven-sidebar .widget_text,
  .seven-sidebar .badges {
    display: none;
  }
}
.seven-sidebar .widget_text .owl-stage,
.seven-sidebar .badges .owl-stage {
  width: 100%!important;
}
.seven-sidebar .widget_text .owl-carousel .owl-item,
.seven-sidebar .badges .owl-carousel .owl-item {
  display: table!important;
  margin: 0 auto!important;
}
.seven-sidebar .widget_text .owl-carousel .owl-item img,
.seven-sidebar .badges .owl-carousel .owl-item img {
  display: block;
  height: auto;
  width: 230px;
}
.seven-sidebar .widget_media_image {
  display: block;
}
.seven-sidebar .widget_media_image img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .seven-sidebar .widget_media_image {
    display: none;
  }
}
.desktop-only {
  display: block;
}
.desktop-only img {
  height: auto;
}
@media screen and (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
/* ON MOBILE DEVICES THIS IS THE BOTTOM ICONS FROM THE SIDEBAR */
.mobile-only {
  display: none;
}
.mobile-only .widget_nav_menu {
  display: none!important;
}
.mobile-only .desktop-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-only .desktop-only {
    display: table;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .mobile-only .row {
    padding: 0 15px!important;
  }
  .mobile-only .row .col-xs-4 {
    padding: 0!important;
  }
  .mobile-only .row .col-xs-4 h5 {
    font-size: 12px;
    text-align: center;
    color: #002d72;
  }
  .mobile-only .row .col-xs-4 h5 a {
    text-align: center;
    color: #002d72;
  }
  .mobile-only .row .col-xs-4 img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 992px) {
  header .main-row {
    background: transparent!important;
  }
}
@media screen and (max-width: 767px) {
  .tout-card {
    width: 100%;
  }
  .seven-sidebar .sidebar {
    border: none!important;
  }
  .wysiwyg table.two-column.layout td {
    width: 100%!important;
  }
}
#uber-override nav.ubermenu > ul > li:last-child {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .buzz-issue-paging-wrapper {
    padding: 1em 0;
  }
  .buzz-issue-paging-wrapper .simple-btn.previous,
  .buzz-issue-paging-wrapper .simple-btn.next {
    padding: 0.8em 1em;
  }
}
.search-form-7 {
  margin-bottom: 3rem;
}
.search-results .posts-navigation {
  padding: 3rem 0;
}
.search-results .posts-navigation .nav-links .nav-previous,
.search-results .posts-navigation .nav-links .nav-next {
  font-size: 24px;
}
article.search-item {
  display: flex;
  justify-content: start;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
article.search-item:first-child {
  padding-top: 3rem;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
article.search-item .post-thumbnail img {
  width: 100px;
  height: auto;
}
article.search-item .entry-summary {
  padding-left: 2rem;
}
article.search-item .entry-summary h2 {
  font-size: 2rem;
  text-transform: none;
}
article.search-item .entry-summary h2 a {
  color: black;
}
#uber-override nav.ubermenu > ul > li:last-child .ubermenu-content-block a:not(.collapsed .search-menu-item) {
  background-color: transparent;
}
.nav-search {
  height: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 4px 6px;
  margin: 0 2px;
  border: 1px solid #fdc112;
  background-color: #fdc112;
  font-weight: 700;
  color: #002d72;
}
.pagination span {
  border: 1px solid #000000;
  font-weight: 500;
  background-color: #ffffff;
}
.tribe-events-calendar-list__event-header {
	background-color: white !important;
}
