.container-header{
    position: relative;
    z-index: 10;
    background-color: #434178;
    background-image: linear-gradient(135deg, #578e8e 0%, #14382c 100%);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.container-banner img {
  margin: none;
  width: 100%;
}
.enhanced-banner {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 3px 3px black;
}
.enhanced-banner .centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.container-header .container-search {
  margin: 0px;
}
.container-header .container-nav {
  padding-bottom: 8px;
}
.container-header .container-nav .navbar {
  margin-top: 0px;
}
.container-header .form-control {
  padding: 0px;
  margin-left: 10px;
}
.container-banner{
  margin: 0px;
}
.footer {
   background-color: #434178;
   background-image: linear-gradient(135deg, #578e8e 0%, #14382c 100%);
   box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset;
}
.footer2 {
  display: none;
}
.author {
  margin-top: -10px;
  font-size: .8rem;
  padding-left: 5px;
}
.card-header {
  background: none;
  padding: 0;
  text-align: center;
}
.card-body {
  padding: 0 1rem 0 1rem;
  margin-right: auto;
  margin-left: auto;
  min-width: 250px;
}
.card-body .navbar {
  padding: 0;
}
.metismenu.mod-menu .metismenu-item {
  padding: 0 0 0 15px;
  display: block;
}
/* 
.mod-languages {
  background-image: url("https://tdburns.com/images/Site/language-switcher-btn.png");
  height: 100px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 50px;
}
*/
.mod-languages__pretext p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  padding-left: 30px;
  background-image: url("https://schoolofthespirit.world/images/Site/language-switcher-btn.png");
  background-repeat: no-repeat;
  padding-bottom: 3px;
  margin-top: 3px;
}
.language-switcher ul {
  min-width: 230px;
}
.language-switcher li {
  background-color: lightgray;
}
.tooltips {
  z-index: 0 !important;
}
.tooltips-item {
  background: none !important;
  font-weight: normal !important;
  padding: 0 !important;
  color: blue !important;
}
.tooltips-content {
  background-color: white !important;
  border-style: solid !important;
  border-color: black !important;
  border-radius: 5px !important;
  border-width: 1px !important;
  z-index: 999 !important;
}
.tooltips-text {
  color: black !important;
}
blockquote {
  background-color: lightgray;
  border-radius: 10px;
  padding: 10px 20px 5px 20px;
  margin: 0px 40px 0px 40px;
  font-style: oblique;
  font-size: large;
}
.float-end {
  max-width: 40% !important;
  padding-left: 10px;
}
.float-start {
  max-width: 40% !important;
  padding-right: 10px;
}
/* ** Menu Responsive Overrides *** */
@media (min-width: 768px) {
  .container-header .mod-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.container-header .mod-menu > li {
  position: relative;
}
@media (min-width: 768px) {
  .container-header .mod-menu > li + li {
    margin-left: 1.55em;
  }
}
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  position: relative;
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 768px) {
  .container-header .mod-menu > li::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 2px;
    margin: auto;
    content: "";
    background: transparent;
    opacity: 0.2;
    -webkit-transition: all 0.2s ease, background-color 0.2s ease;
    -o-transition: all 0.2s ease, background-color 0.2s ease;
    transition: all 0.2s ease, background-color 0.2s ease;
  }
}

/* *** End Menu Overrides *** */

/* *** Override width of Search Box *** */
.awesomplete input {
  max-width: 150px !important;
}

/* *** Control text size in page banner *** */
.banner-title {
  font-weight: bold;
  font-size: 40px;
}
.banner-tagline {
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .banner-title {
    font-weight: bold;
    font-size: 30px;
  }
  .banner-tagline {
    font-weight: bold;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .banner-title {
    font-weight: bold;
    font-size: 26px;
  }
  .banner-tagline {
    font-weight: bold;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .banner-title {
    font-weight: bold;
    font-size: 20px;
  }
  .banner-tagline {
   display: none;
  }
}

/* *** Reources Page Row FOrmatting *** */
.space-around {
  justify-content: space-around;
}
.flex-wrap {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}
/* *** Add padding to images on left margin *** */
.float-start {
  padding: 0 15px 10px 0;
}
/* *** Override formatting for Readmore button *** */
.readmore .btn-secondary {
  background-color: #548A8A;
  border-color: #ced4da;
  color: white;
  border-radius: 10px;
}
/* *** Override background colors for Cookie Notice Bar *** */
body #eu_cookies {
   background-color: #434178 !important;
   background-image: linear-gradient(135deg, #578e8e 0%, #14382c 100%) !important;
   box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset !important;
}

/* *** Make embedded YouTube videos responsive *** */
.video-embed-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* *** Footer Menu *** */
.mod-list {
  display: block;
}
.mod-list li {
  display: inline;
  margin-left: 20px;
  padding: 0;
}
/* *** Suppress display of number of comments in blog listing *** */
.akenage-comments-counter--featured,
.akenage-comments-counter--blog {
  display: none;
}
/* *** Suppress display of "Details" heading for date last modified */
.article-info-term {
  display: none;
}
/* *** Control News Feed Display for Non-Featured Articles *** */

.non-featured .newsflash {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.non-featured .mod-articlesnews__item {
  width: 49%;
  
}
.newsflash h1 {
  font-size: 1.5rem;
}