/*
Theme Name: Traveling Dojo custom theme
Theme URI: https://travelingdojomartialarts.com
Description: Custom theme for Traveling Dojo Martial Arts
Author: Web Mobile Image
Developer: SFW
Version: 1.8 041526
Requires at least: 6.0
Tested up to: 6.9.1
Requires PHP: 8.0
Lvl AA
*/
/* ----------------------------------------------
THEME STYLES 
------------------------------------------------- */
body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  background-color: #FFF;
  font-size: 16px;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
/* --------- other helpers and overrides ---------*/
ul, menu, dir {
  display: block;
  list-style-type: disc;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
}
blockquote {
    padding-left: 30px;
}
blockquote p, blockquote p.h3 {
    line-height: 150%;
}
a {
  color: #b60004;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.1s ease-in-out 0s;
}
a:hover, a:focus {
  color: #C61B2E;
  text-decoration-style: solid;
}
a:focus, a:focus-visible {
  outine: 2px solid #454a7e;
  outline-offset: 3px;
}
/* telephone links  */
a[href^="tel:"], a[href^="tel:"]:visited {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: none;
}
a[href^="tel:"]:hover {
  color: inherit;
  font-weight: inherit;
  border: none;
}
img {
  max-width: 100%;
  height: auto
}
img.fullwidth {
  width: 100%;
  height: auto
}
figure {
  padding: 0px;
  margin: 0px
}
.overflow {
  overflow: hidden;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}
a#skiptocontent {
  padding: 6px;
  position: absolute;
  top: -60px;
  left: 0px;
  color: #FFF;
  background: #028FB4;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100
}
a#skiptocontent:focus {
  position: absolute;
  left: 0px;
  top: 0;
  color: #FFF;
  background: #028FB4;
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
  margin-bottom: 200px;
}
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.error-message {
  color: #cc0000;
  font-weight: bold;
}
a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
  scroll-behavior: smooth;
}
.no-brk {
  display: inline;
  white-space: nowrap;
}
sub, sup {
  font-size: 75%;
}
@media only screen and (min-width: 1600px) {
  sub, sup {
    font-size: 50%;
  }
  sup {
    top: -.75em;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
   
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption, .wp-caption p, p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
    margin-top: 10px;
  
}
/* =========== CONTAINERS ================= */
main {
  min-height: 300px;
}
.container {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 86%;
    max-width: 86%;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
/* container padding */
.content-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-pad-top {
  padding-top: 30px;
}
.content-pad-btm {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .content-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .content-pad-top {
    padding-top: 45px;
  }
  .content-pad-btm {
    padding-bottom: 45px;
  }
}
.lg-gutters {
  margin-right: -24px;
  margin-left: -24px;
}
.lg-gutters > [class*='col-'] {
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 992px) {
  .xl-gutters {
    margin-right: -40px;
    margin-left: -40px;
  }
  .xl-gutters > [class*='col-'] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.card {
  background-color: transparent;
  background-clip: border-box;
  border: none;
  border-radius: 0;
}
.card-img-overlay {
  padding: 0;
  border-radius: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.card-img, .card-img-bottom, .card-img-top {
  border-radius: 3px;
  border: none;
}
.card-body {
  padding: 0;
  padding-top: 15px;
}
.img-border {
  background-color: #FFF;
  border: 3px solid #FFF;
}
.img-border:hover {
  border: 3px solid #FFF;
}
/* =========== buttons and colors ================= */
button {
  background-color: transparent;
  border: none;
}
.btn {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .025rem;
  text-align: center;
  text-transform: none;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-width: 2px;
  border-color: transparent;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
a.btn, .content a.btn:link, 
.content a.btn:visited, 
.content a.btn:hover, 
.content a.btn:focus {
  text-decoration: none;
}
.btn-full {
  width: 100%;
}
.btn-small {
  padding: 9px;
  padding-right: 16px;
  padding-left: 16px;
}
.btn-med {
  font-size: 18px;
  padding: 11px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-lg {
  font-size: 20px;
  padding: 12px;
  padding-right: 24px;
  padding-left: 24px;
}
@media only screen and (min-width: 768px) {
  .btn-lg {
    font-size: 23px;
    padding: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-lg {
    font-size: 33px;
    padding: 20px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 3px;
  }
}
a.btn-red, .btn-red {
  color: #FFF;
  background-color: #B60004;
}
a.btn-red:hover, 
a.btn-red:focus,
.btn-red:hover, 
.btn-red:focus{
  color: #FFF;
  background-color: #a30003;
}
a.btn-blue {
  color: #FFF;
  background-color: #004C97;
}
a.btn-blue:hover, a.btn-blue:focus {
  color: #FFF;
  background-color: #003c78;
}
a.btn-purple {
  color: #FFF;
  background-color: #76328e;
}
a.btn-purple:hover, a.btn-purple:focus {
  color: #FFF;
  background-color: #6a2d7f;
}
a.btn-green {
  color: #FFF;
  background-color: #24786e;
}
a.btn-green:hover, a.btn-green:focus {
  color: #FFF;
  background-color: #206c63;
}
/* colors and backgrounds */
.bg-blue {
  background-color: #004C97;
}
.bg-medblue {
  background-color: #326fab;
}
.bg-vltblue {
  background-color: #f0f4f9;
}
.bg-pink {
  background-color: #FCF;
}
.bg-gray {
  background-color: #999;
}
.bg-medgray {
  background-color: #e4e4e4;
}
.bg-ltgray {
  background-color: #F1F1F1;
}
hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 3px solid #b7b0ac;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* =============================================== */
/* ====================== home ================= */
/* =============================================== */
.home-hero h1 {
  font-weight: 800;
}
.home-hero .image-wrap {
  position: relative;
}
.home-hero .image-wrap:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 28.75%;
  background-image: url(images/home-hero-angle.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .home-hero .image-wrap:before {
    height: 18.75%;
  }
}
.home-hero .card-img {
  border-radius: 0;
  object-fit: cover;
  min-height: 400px;
}
.home-hero .card-img-overlay {
  text-align: center;
  padding-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .home-hero .card-img-overlay {
    padding-bottom: 5%;
  }
}
.home-hero .card-img-overlay h1 {
  font-size: 12.5vw;
  line-height: 1;
  color: #B60004;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .home-hero .card-img-overlay h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .home-hero .card-img-overlay h1 {
    font-size: 9.028vw;
  }
}
@media only screen and (min-width: 1400px) {
  .home-hero .card-img-overlay h1 {
    font-size: 130px;
  }
}
/* homw intro */
.home-intro {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-intro p {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .home-intro p {
    font-size: 2.083vw;
  }
}
@media only screen and (min-width: 1400px) {
  .home-intro p {
    font-size: 30px;
  }
}
/* home features */
.home-features {
  background-color: #e2eaf2;
  position: relative;
}
.home-features:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 59px;
  background-color: #FFF;
}
.feature-card {
  text-align: center;
  position: relative;
  z-index: 1;
}
.feature-card .card-img {
  margin-bottom: 20px;
  /*width:41%;*/
  width: 118px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.feature-card h2 {
  font-size: 20px;
  font-weight: 800;
  color: #004C97;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.feature-card p {
  line-height: 1.2;
}
/* homw mission */
.home-mission {
  background-color: #e4e4e4;
  position: relative;
  padding-top: 135px;
  padding-bottom: 60px;
}
.home-mission .mission-angle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
}
.home-mission .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) {
  .home-mission .mission-header {
    padding-top: 15vh;
  }
}
.home-mission .mission-header h2 {
  margin: 0;
  padding: 0;
  line-height: .8;
  color: #FFF;
  font-size: 20vw;
  font-weight: 900;
  margin-bottom: -5px
}
@media only screen and (min-width: 768px) {
  .home-mission .mission-header h2 {
    font-size: 10.417vw;
    line-height: .7;
    margin-bottom: 0
  }
}
@media only screen and (min-width: 1400px) {
  .home-mission .mission-header h2 {
    font-size: 150px;
  }
}
.mission-card .card-body {
  padding: 0;
  margin-top: 15px;
}
.mission-card .card-body p strong {
  font-weight: 800;
  color: #B60004
}
/* homw slider */
.home-slider {
  color: #FFF;
  background-color: #004C97;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(images/diagonal-black-belt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.home-slider .slider-intro {
  text-align: center;
  margin-bottom: 80px;
}
.home-slider h2, .home-slider h3 {
  color: #FFF;
  font-weight: 600;
}
.home-slider .slider-intro p {
  font-size: 30px;
}
.home-slider .slider-card .image-wrap {
  position: relative;
}
.home-slider .slider-card .image-wrap .label {
  position: absolute;
  top: 66%;
  right: 0;
  margin-right: -9px;
}
.home-carousel.owl-carousel {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 768px) {
  .home-carousel.owl-carousel {
    padding: 0;
    padding-top: 105px;
  }
  .home-carousel.owl-carousel .owl-stage-outer {
    width: 150%;
  }
}
/* -------- owl carousel theme styles -------- */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: right;
  -webkit-tap-highlight-color: transparent;
}
/* owl arrows for sliders */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 41px;
  height: 41px;
  background-color: #bebbb9;
  background-color: #B60004;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    z-index: 800;
    top: 50%;
    bottom: auto;
    margin: 0;
    margin-top: -22px;
  }
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .home-carousel.owl-carousel .owl-nav {
    position: absolute;
    z-index: 800;
    top: 0;
    right: 0;
  }
  .tenets-carousel.owl-carousel .owl-nav {
    position: absolute;
    z-index: 800;
    top: 0;
    right: 0;
  }
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {}
  .owl-prev {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    width: 54px;
    height: 54px;
  }
}
main .owl-carousel .owl-nav .owl-prev {
  background-image: url(images/prev-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(images/prev-arrow.png);
  background-color: #C61B2E;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-prev.disabled {
  background-image: url(images/prev-arrow.png);
  background-color: #BFBBB9;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
main .owl-carousel .owl-nav .owl-next {
  background-image: url(images/next-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(images/next-arrow.png);
  background-color: #C61B2E;
  background-position: center center;
  background-size: contain;
}
main .owl-carousel .owl-nav .owl-next.disabled {
  background-image: url(images/next-arrow.png);
  background-color: #BFBBB9;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
.owl-wrapper {
  position: relative;
  padding-top: 20px;
  padding-left: 44px;
  padding-right: 44px;
}
@media only screen and (min-width: 768px) {
  .owl-wrapper {
    padding: 0;
  }
}
/* home video */
.home-video {
  position: relative;
}
.home-video:after {
  content: "";
  position: absolute;
  margin: 0;
  top: 20%;
  height: 15%;
  width: 30%;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .home-video:after {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40%;
  }
}
.home-video figure {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .home-video figure {
    margin-bottom: 0;
  }
}
.home-video h2 {
  font-weight: 600;
}
/* home difference */
.home-difference {
  position: relative;
  color: #FFF;
  background-color: #B60004;
}
.home-difference h2, .home-difference h3 {
  color: #FFF;
}
.home-difference article {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: -10%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .home-difference article {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .home-difference .largephoto {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.home-difference .largephoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-difference .largephoto .image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #B60004;
}
.home-difference .largephoto .image-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/diversity-angle-sm.jpg);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom left;
}
@media only screen and (min-width: 992px) {
  .home-difference .largephoto .image-wrap:before {
    content: "";
    background-image: url(images/diversity-angle.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom left;
  }
}
/* home difference */
.home-testimonials {
  position: relative;
  color: #FFF;
  background-color: #004C97;
}
/* =============================================== */
/* ================= inner pages ================= */
/* =============================================== */
.titlebar {
  width: 100%;
  height: 33px;
  height: 23px;
  background-image: url(images/blue-stripes.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: contain;
}
.hero-banner .image-wrap {
  position: relative;
}
.hero-banner .image-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-banner .card-img {
  min-height: 200px;
}
.hero-banner .card-img-overlay {
  text-align: center;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hero-banner .card-img-overlay {
    padding: 0;
  }
}
.hero-banner h1 {
  color: #FFF;
  margin: 0;
  font-weight: 800;
}
/* ================= about ================= */
.bio-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: -moz-linear-gradient(to right, rgba(0, 76, 151, 0.65) 0%, rgba(0, 76, 151, 0.35) 100%);
  background: -webkit-linear-gradient(to right, rgba(0, 76, 151, 0.65) 0%, rgba(0, 76, 151, 0.35) 100%);
  background: linear-gradient(to right, rgba(0, 76, 151, 0.65) 0%, rgba(0, 76, 151, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.bio-wrapper .inner {
  border-radius: 12px;
  background-color: #FFF;
  padding: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.bio-wrapper .inner > h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
/* ================= callouts ================= */
/* simple callout */
.callout-simple {
  border-radius: 12px;
  background-color: #F0F4F9;
  padding: 20px;
  border: 6px solid #004C97;
}
.callout-simple h2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
}
.callout-simple > h2:first-of-type {
  margin-top: 0;
}
/* fancy callout */
.callout-fancy {
  color: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #004c97;
  background: -moz-linear-gradient(to right, #004c97 0%, #004c97 55%, #44305d 100%) 100%);
  background: -webkit-linear-gradient(to right, #004c97 0%, #004c97 55%, #44305d 100%) 100%);
  background: linear-gradient(to right, #004c97 0%, #004c97 55%, #44305d 100%); /*background: -moz-linear-gradient(to right,  #004c97 0%,#44305d 100%) 100%);
	background: -webkit-linear-gradient(to right,  #004c97 0%,#44305d 100%) 100%);
	
	background: linear-gradient(to right,  #004c97 0%,#44305d 100%);*/
}
.callout-fancy article {
  border-left-width: 20px;
  border-left-style: solid;
  border-left-color: #c0d2e4;
  padding-left: 40px;
  padding-right: 40px;
}
.callout-fancy > h2:first-of-type {
  margin-top: 0;
}
.callout-fancy h2, .callout-fancy h3, .callout-fancy h4 {
  color: #FFF;
}
.callout-fancy p {
  font-weight: 500;
}
/* ================= programs ================= */
nav.button-menu {
  margin-top: 30px;
  margin-bottom: 30px;
}
nav.button-menu ul {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.button-menu ul li {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 15px;
}
nav.button-menu ul li:before {
  display: none;
}
nav.button-menu ul li a {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .025rem;
  text-align: center;
  text-transform: none;
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-width: 2px;
  border-color: transparent;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: #FFF;
  background-color: #B60004;
}
nav.button-menu ul li a:hover, nav.button-menu ul li a:focus {
  color: #FFF;
  background-color: #a30003;
}
.program-listing {
  padding-top: 30px;
  background-color: #f0f4f9;
}
.program-summary {
  padding-top: 15px;
  padding-bottom: 144px;
  background-color: #f0f4f9;
  background-image: url(images/program-summary-angle.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.program-summary:last-of-type {
  background-image: none;
  padding-bottom: 60px;
}
.program-summary h2 .icon-img {
  width: 75px;
  height: auto;
  margin-right: 10px;
}
/* ================= fees ================= */
.location-listing {
  padding-top: 30px;
  background-color: #f5f0f6; /* light purple */
  background-color: #f4f7f0; /* light green */
  background-color: #f5f7f7; /* light gray */
  border-top-width: 6px;
  border-top-style: solid;
  /*border-top-color: #c8add1;*/
  border-top-color: #e4e4e4;
}
.location-summary {
  padding-top: 15px;
  padding-bottom: 144px;
  background-color: #f5f0f6; /* light purple */
  background-color: #f4f7f0; /* light green */
  background-color: #f5f7f7; /* light gray */
  background-image: url(images/program-summary-angle.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.location-summary:last-of-type {
  background-image: none;
  padding-bottom: 60px;
}
.location-summary h2 .icon-img {
  width: 75px;
  height: auto;
  margin-right: 10px;
}
.location-summary h2 {
  color: #0c2824;
  color: #B60004;
}
/* ================= fees ================= */
.fees-wrapper {
  background-color: #f0f4f9;
  padding-top: 20px;
  padding-bottom: 60px;
}
.fees-listing {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fee-card {
  width: 100%;
  border: 4px solid #004C97;
  border-radius: 30px 30px 8px 8px;
  padding: 0;
  margin: 0;
  background-color: #FFF;
  margin-bottom: 30px;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.fee-card .card-header {
  background-color: #004C97;
  border-radius: 25px 25px 0 0;
  padding: 10px;
  padding-bottom: 6px;
  margin-bottom: 6px;
  min-height: 70px;
}
.fee-card h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  color: #FFF;
}
.fee-card .card-body {
  padding: 10px;
}
.fee-card p.price {
  font-size: 26px;
  text-align: center;
}
.forms-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.forms-wrapper p {
  margin-bottom: 20px;
}
.pdflink {
  padding-left: 20px;
  background-image: url(images/pdf-arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media only screen and (min-width: 992px) {
  .forms-wrapper {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .forms-wrapper p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
}
/* ================= specials and deals ================= */
.specials-wrapper {
  color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #B60004;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.specials-wrapper .inner {
  position: relative;
  padding-bottom: 30px;
}
.specials-wrapper .inner .imglogo {
  display: none;
}
@media only screen and (min-width: 768px) {
  .specials-wrapper .inner {
    padding: 0;
    padding-left: 22.4%;
  }
  .specials-wrapper .inner .imglogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
    height: auto;
    display: block;
  }
}
.specials-wrapper h2, .specials-wrapper h3, .specials-wrapper a {
  color: #FFF;
}
.specials-wrapper p {
  font-size: 24px;
  font-weight: 500;
}
.specials-wrapper article {
  border-top-width: 15px;
  border-top-style: solid;
  border-top-color: #000;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .specials-wrapper article {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    border: 0;
    border-left-width: 15px;
    border-left-style: solid;
    border-left-color: #000;
  }
}
.specials-wrapper article h2:first-of-type {
  margin-top: 0;
}
.deals-intro {
  padding-bottom: 30px;
}
.deals-intro h2 {
  color: #000;
  padding-bottom: 30px;
}
.deals-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #004C97;
}
.deals-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #004c97;
  background: -moz-linear-gradient(to bottom, #004c97 0%, #004c97 55%, #44305d 100%) 100%);
  background: -webkit-linear-gradient(to bottom, #004c97 0%, #004c97 55%, #44305d 100%) 100%);
  background: linear-gradient(to bottom, #004c97 0%, #004c97 55%, #44305d 100%);
}
.deal-card {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 40px;
  padding-bottom: 20px;
  background-color: #FFF;
  margin-bottom: 66px;
  border-radius: 4px;
}
.deal-card .icon {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33px;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: #004C97;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}
.deal-card .icon img {
  width: 75%;
  height: 75%;
  object-fit: contain;
}
.deal-card h3 {
  color: #000;
  font-size: 26px;
}
.deal-card .disclaimer {
  font-style: italic;
  font-size: 15px;
}
/* ================= event detail ================= */
.event-wrapper {
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #FFF;
  border: 2px solid #004C97;
  border-radius: 12px;
}
.event-wrapper h1 {
  font-size: 44px;
}
.event-wrapper p.eyebrow {
  color: #326fab;
}
/* event callout 

.event-details {
	border-radius:12px;
	background-color:#F0F4F9;
	padding:20px;
	border: 2px solid #004C97;
}
.event-details h2 {
	text-transform:uppercase;
	font-size:26px;
	font-weight:800;
	letter-spacing:1px;
}
.event-details > h2:first-of-type {
	margin-top:0;
}
*/
/* event callout */
.event-details h2 {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 2px;
  width: 100%;
  border-radius: 3px;
  background-color: #326fab;
  color: #FFF;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.event-details > h2:first-of-type {
  margin-top: 0;
}
.event-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #326fab;
  padding-top: 10px;
  margin-top: 20px;
}
.event-bottom a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* ================= events listing ================= */
.events-listing h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.event-summary {
  padding: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  background-color: #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
}
.event-summary h2 a, .event-summary h2 a:visited {
  color: #004C97;
}
.event-summary h2 a:hover, .event-summary h2 a:focus {
  color: #B60004;
}
.event-summary p.eyebrow {
  color: #326fab;
}
/* ================= UM overrides ================= */
/* Button colors */
.um .um-field-group-head, .picker__box, .picker__nav--prev:hover, .picker__nav--next:hover, .um .um-members-pagi span.current, .um .um-members-pagi span.current:hover, .um .um-profile-nav-item.active a, .um .um-profile-nav-item.active a:hover, .upload, .um-modal-header, .um-modal-btn, .um-modal-btn.disabled, .um-modal-btn.disabled:hover, div.uimob800 .um-account-side li a.current, div.uimob800 .um-account-side li a.current:hover, .um .um-button, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active, .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um input[type=submit]:disabled:hover {
  background: #004C97 !important;
}
.um .um-field-group-head:hover, .picker__footer, .picker__header, .picker__day--infocus:hover, .picker__day--outfocus:hover, .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted, .picker__list-item:hover, .picker__list-item--highlighted:hover, .picker--focused .picker__list-item--highlighted, .picker__list-item--selected, .picker__list-item--selected:hover, .picker--focused .picker__list-item--selected, .um .um-button:hover, .um a.um-button:hover, .um input[type=submit].um-button:hover {
  background: #B60004 !important;
}
main .select2-container .select2-choice, main .select2-container-multi .select2-choices, main .select2-drop, .select2-drop-active, main .select2-drop.select2-drop-above, main .um .um-form input[type=number], main .um .um-form input[type=password], main .um .um-form input[type=search], main .um .um-form input[type=tel], main .um .um-form input[type=text], main .um .um-form textarea, main .um .upload-progress {
  border: 1px solid #666 !important;
}
main a.um-link-alt {
  color: #444 !important;
  font-weight: 700;
}
main .um-field-block {
  color: #444;
}
.member-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.member-wrapper .inner {
  border-radius: 12px;
  background-color: #FFF;
  padding: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.member-wrapper h1 {
  color: #004C97;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .025em;
}
/* ================= Student Portal detai page ================= */
.portal-detail {
  padding-bottom: 46px;
  background-color: #f0f4f9;
}
.portal-wrapper {
  border-radius: 12px;
  background-color: #FFF;
  margin-top: 46px;
  padding: 60px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}
.portal-label {
  color: #FFF;
  background-color: #B60004;
  display: inline-block;
  padding: 9px;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 46px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .04em;
}
.portal-label a {
  color: #FFF;
}
.pdf-section, .video-section {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #326fab;
  padding-top: 26px;
  margin-top: 46px;
}
.pdf-section > h2, .video-section > h2 {
  margin-bottom: 30px;
}
.video-card {
  margin-bottom: 30px;
}
.video-card figure {
  margin-bottom: 10px;
}
.video-card h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.video-card p {
  font-size: 16px;
}
/* ================= Student Portal listing page ================= */
.portal-listing {
  padding-bottom: 46px;
  background-color: #004C97;
  background-image: url(images/diagonal-black-belt.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.portal-summary {
  width: 100%;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  background-color: #326fab;
  border-radius: 6px;
  border: 1px solid #eee;
  background: -moz-linear-gradient(to bottom, rgba(0, 76, 151, 0.07) 0%, rgba(0, 76, 151, 0.15) 100%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 76, 151, 0.07) 0%, rgba(0, 76, 151, 0.15) 100%);
  background: linear-gradient(to bottom, rgba(0, 76, 151, 0.07) 0%, rgba(0, 76, 151, 0.15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.portal-summary h2 a, .portal-summary h2 a:visited {
  color: #004C97;
}
.portal-summary h2 a:hover, .portal-summary h2 a:focus {
  color: #B60004;
}
/* ================= about - tenets ================= */
.tenets-wrapper {
  position: relative;
  background-color: #f3f2f2;
  background: -moz-linear-gradient(to right, #cdcdcd 0%, #f3f2f2 100%);
  background: -webkit-linear-gradient(to right, #cdcdcd 0%, #f3f2f2 100%);
  background: linear-gradient(to right, #cdcdcd 0%, #f3f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
@media only screen and (max-width: 767px) {
  .tenets-photo {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tenets-wrapper h2 {
    position: relative;
    color: #FFF;
    z-index: 1;
  }
  .tenets-photo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 26.5%;
    height: 100%;
  }
}
.tenets-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tenets-carousel.owl-carousel {
  padding-top: 50px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .tenets-carousel.owl-carousel {
    width: 100%;
    padding-top: 100px;
  }
  .tenets-carousel.owl-carousel .owl-stage-outer {
    width: 150%;
  }
}
.tenets-carousel.owl-carousel .owl-stage {
  display: flex;
}
.tenets-carousel.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.tenet-card-wrapper {
  padding-top: 41px;
  width: 100%;
}
.tenet-card {
  background-color: #FFF;
  border-radius: 12px;
  text-align: center;
  position: relative;
  width: 100%;
}
.tenet-card .card-img, .owl-carousel .tenet-card .card-img {
  margin-bottom: 20px;
  /*width:41%;*/
  width: 70px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  margin-bottom: 0;
}
.tenet-card .card-body {
  padding: 7%;
}
.tenet-card h3 {
  font-weight: 900;
}
.tenet-card p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700px;
  color: #004C97;
}
/* ================= search ================= */
.search-results-summary {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #326fab;
}

.search-results-summary h2 a{
     color: #004C97;
  
}

.search-results-summary h2 a:hover,
.search-results-summary h2 a:focus

{
     color: #b60004;
  
}
/* -------- pagination --------- */
.pagination-wrapper {
  margin-top: 30px;
}
.pagination {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  justify-content: center;
  padding-bottom: 0;
}
@media only screen and (max-width: 576px) {
  ul.pagination {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .pagination {
    text-align: left;
    justify-content: flex-start;
  }
}
ul.pagination, .content ul.pagination {
  margin-left: 0;
  list-style-type: none;
}
ul.pagination li:before {
  content: '';
  display: none;
}
ul.pagination li {
  padding: 0;
  position: relative;
}
ul.pagination:before {
  display: none;
}
ul.pagination li a, ul.pagination li .page-link {
  display: block;
  font-size: 16px;
  background-color: transparent;
  text-decoration: none;
  padding: 0;
  padding-bottom: 3px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #b4b1ae;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
/* pagination colors */
ul.pagination li a {
  color: #232323;
  border: 2px solid #b60004;
}
ul.pagination a:hover, ul.pagination a:focus {
  color: #FFF;
  background-color: #b60004;
  border-color: #b60004;
  text-decoration: none;
}
ul.pagination li.active span {
  color: #FFF;
  background-color: #b60004;
  border-color: #b60004;
  border: none;
}
ul.pagination li.ellip, ul.pagination .page-link.dots {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid #837D79;
  border-radius: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  ul.pagination li a, ul.pagination li a:visited {
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
    margin-right: 8px;
  }
  ul.pagination li.ellip, ul.pagination .page-link.dots {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width: 1400px) {
  ul.pagination li a, ul.pagination li a:visited {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  ul.pagination li.ellip, ul.pagination .page-link.dots {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #b60004;
  border-color: #b60004;
}
ul.pagination li.disabled {
  color: #6c757d;
  border: none;
}
/* prev and next */
.page-item .next.page-link {
  border-radius: 0;
  margin-right: 0;
  text-indent: -9999px;
  background-image: url(images/next-arrow.png);
  border-color: #b60004;
  background-color: #b60004;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.page-item .prev.page-link {
  border-radius: 0;
  margin-left: 0;
  text-indent: -9999px;
  background-image: url(images/prev-arrow.png);
  border-color: #b60004;
  background-color: #b60004;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  ul.pagination li.prevpostslink a, ul.pagination li.nextpostslink a {
    background-size: 11px;
  }
}
@media only screen and (min-width: 1400px) {
  ul.pagination li.prevpostslink a, ul.pagination li.nextpostslink a {
    background-size: 18px;
  }
}
@media only screen and (min-width: 1800px) {
  ul.pagination li.prevpostslink a, ul.pagination li.nextpostslink a {
    background-size: 24px;
  }
}
.search-results ul.pagination li.prevpostslink a, .search-results ul.pagination li.nextpostslink a {
  color: #E6EAED;
  text-indent: -99999px;
}


/* 404 page */


.wrapper-404 {
    text-align: center;
  
}

.wrapper-404 h1{
    text-align: center;
  
}


.wrapper-404 blockquote{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  
}
.search-form-wrapper{
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  
}


/* back to top */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(220, 30, 52, 1) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .75;
}

.cd-top:hover {
  background-color: #B60004;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

