body {
  width: 100%;
  font-family: "Segoe UI";
  font-style: normal;
  font-weight: normal;
  font-size: 1.15rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  /* font-family: 'Lato', sans-serif; */
  font-weight: 600;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}

h4 {
  font-size: 1.15rem;
}

p, ul, li {
  line-height: 140%;
}

ul {
  list-style-position: outside;
  margin-left: 0.8em;
  padding-left: 0.8em;
}

li {
  padding-left: 0.8em;
}

.lato-font {
  font-family: "Lato", sans-serif;
}

.raleway-font {
  font-family: "Raleway";
}

.segoe-font {
  font-family: "Segoe UI";
}

.weight-500 {
  font-weight: 500;
}

.mtv-circled-text {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #832987;
  color: #FFFFFF;
  font-size: 1rem;
}

.mtv-circled-text-inner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.mtv-bare-list {
  list-style: none;
  padding: 0;
}

ul.mtv-bare-list li {
  margin-left: 0;
}

ul.mtv-bare-list li a {
  display: inline-block;
  width: 100%;
  color: #000000;
  padding: 11px 16px 11px 11px;
  text-decoration: none;
  border-radius: 0.25rem;
}

ul.mtv-bare-list li a:hover {
  background-color: #2B68D4;
  background-color: #e8eddb;
  color: #000000;
}

#mtv-main-container {
  /* max-width:1442px; */
  background: #E7EDD9;
  min-height: 70vh;
}

.mtv-fixed-width-page-wrapper {
  max-width: 1500px;
  margin: auto;
}

#mtv-header-container {
  background: #832987;
  min-height: 90px;
  padding-top: 13px;
}

#mtv-header-donate-button {
  font-weight: 600;
  background: #518046;
}

#mathtv-search-wrapper {
  margin-top: 13px;
}

#mathtv-search, #mathtv-search-icon {
  background: #B12EB5;
  border-color: #B12EB5;
}

#mathtv-search {
  height: 42px;
}

#mathtv-search::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

#mathtv-search::placeholder {
  color: #FFFFFF;
  opacity: 0.7;
}

#mathtv-search-results {
  position: fixed;
  top: 90px;
  left: 16px;
  background: #575757;
  background: #aaaaaa;
  color: #FFFFFF;
  color: #000000;
  min-height: 90%;
  height: 90%;
  overflow-y: scroll;
  width: 100%;
  z-index: 8888;
  padding-bottom: 40px;
  font-family: "Lato", sans-serif;
}

#mathtv-search-results-body {
  height: 70vh;
  overflow-y: scroll;
}

#mathtv-search-results-body ul {
  list-style-position: outside;
  padding-left: 20px;
}

#mathtv-search-results-body li {
  line-height: 120%;
  font-size: 1.05rem;
  margin-bottom: 16px;
  color: #1C1C1C;
  font-weight: 400;
}

#mathtv-search-results a {
  font-size: 1.05rem;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

#mathtv-search-results a:hover {
  color: #1C1C1C;
  text-decoration: underline;
}

.mtv-search-results-head {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  font-family: "Raleway";
  color: #1B1B1B;
  line-height: 30px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mtv-search-results-head {
    font-size: 46px;
    line-height: 38px;
  }
}
.mtv-search-results-head span {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #1C1C1C;
  text-transform: uppercase;
}

#mtv-links-menu ul li {
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
}

#mtv-links-menu ul li a:hover {
  background-color: #E8EDDB;
}

.mtv-menu-link {
  font-family: "Raleway";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 15px;
}

.mtv-menu-items a:hover {
  background-color: #E8EDDB;
}

#mtv-topics-menu {
  margin-left: 0px;
  margin-right: 15px;
}

#mtv-offcanvas-topics-menu-link {
  margin-left: 15px;
  margin-right: 15px;
  white-space: nowrap;
}

#mtv-offcanvas-topics-menu-link::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#mtv-topics-menu .dropdown-toggle::after {
  display: none;
  margin: 0;
  vertical-align: 0;
  content: "";
  border: none !important;
}

#mtv-topics-menu .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

#mtv-offcanvas-topics-menu {
  background-color: #e8eddb;
  width: 90%;
  max-width: 440px;
}

#mtv-offcanvas-topics-menu .offcanvas-title {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  font-weight: 500;
}

/* HOME PAGE TOPICS */
.mtv-topics-nav-in-menu-parent-item {
  width: 100%;
  max-width: 370px;
  height: 72px;
  overflow: hidden;
}

.mtv-topics-nav-in-menu-parent-item-icon {
  width: 62px;
  max-width: 62px;
}

.mtv-topics-nav-in-menu-parent-item-label {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 125%;
  text-align: left;
}

.mtv-home-topic-in-menu-child-card {
  max-width: 371px;
  margin: 7px 0 0 0px;
  font-size: 24px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mtv-home-topic-in-menu-child-card {
    font-size: 16px;
  }
}
#mtv-footer-container {
  font-family: "Segoe UI";
  background: #1B1B1B;
}

#mtv-footer-one p, #mtv-footer-two p {
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
}

#mtv-footer-one h4, #mtv-footer-two h4 {
  font-family: "Raleway", sans-serif;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

#mtv-footer-two a {
  font-family: "Segoe UI";
  color: #FFFFFF;
  -webkit-text-decoration: underline #272727;
  text-decoration: underline #272727;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

#mtv-footer-two a:hover {
  color: #FFFFFF;
  -webkit-text-decoration: underline #007bff;
  text-decoration: underline #007bff;
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.mtv-fixed-width-page-wrapper p, .mtv-fixed-width-page-wrapper ul, .mtv-fixed-width-page-wrapper li {
  font-size: 1.1rem;
}

.mtv-generic-page-callout p {
  font-size: 1.1rem;
}

.mtv-fixed-width-page-wrapper h2 {
  font-size: 1.35rem;
  line-height: 135%;
}

.mtv-fixed-width-page-wrapper h3 {
  font-size: 1.2rem;
  line-height: 135%;
}

/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mtv-fixed-width-page-wrapper p, .mtv-fixed-width-page-wrapper ul, .mtv-fixed-width-page-wrapper li {
    font-size: 1.4rem;
  }
  .mtv-fixed-width-page-wrapper h2 {
    font-size: 1.65rem;
  }
  .mtv-fixed-width-page-wrapper h3 {
    font-size: 1.4rem;
  }
  .mtv-generic-page-callout p {
    font-size: 1.1rem;
  }
  #mtv-links-menu ul li {
    font-size: 16px;
  }
}
/* Large devices (desktops, 992px and up) */
/* X-Large devices (large desktops, 1200px and up) */
/* XX-Large devices (larger desktops, 1400px and up) */
.mtv-fading-message-wrapper {
  height: 60px;
}

/*
|--------------------------------------------------------------------------
| VIDEO PLAYER
|--------------------------------------------------------------------------
|
*/
#mtv-video-player-modal-title {
  font-size: 21px;
  font-weight: 500px;
  line-height: 24px;
}

#mtv-video-player-modal-title span {
  font-size: 16px;
  font-weight: 400px;
}

.video-js .vjs-big-play-button {
  z-index: 10000;
}

/* Show big play button if video is paused */
.vjs-paused .vjs-big-play-button, .vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block !important;
}

.mtv-label-section {
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
}

.mtv-thumbnails-header {
  font-family: "Lato", sans-serif;
  color: #8F1F8B;
  color: #595959;
  font-size: 13px;
  text-transform: uppercase;
}

#mtv-up-next-label {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  font-weight: 500;
}

.mtv-share-link.dropdown-toggle:after {
  content: none;
}

.mtv-toolbar-section a {
  text-decoration: none;
}

.mtv-share-header {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

/*	|--------------------------------------------------------------------------
	| Utilities
	|--------------------------------------------------------------------------
*/
.xyz_truncate {
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*	|--------------------------------------------------------------------------
	| General-Purpose Styles
	|--------------------------------------------------------------------------
*/
/* spacers */
.xyz-spacer-10 {
  min-height: 10px;
  height: 10px;
  overflow: hidden;
}

.xyz-spacer-20 {
  min-height: 20px;
  height: 20px;
  overflow: hidden;
}

.xyz-spacer-30 {
  min-height: 30px;
  height: 30px;
  overflow: hidden;
}

.xyz-spacer-40 {
  min-height: 40px;
  height: 40px;
  overflow: hidden;
}

.xyz-spacer-50 {
  min-height: 50px;
  height: 50px;
  overflow: hidden;
}

.xyz-spacer-60 {
  min-height: 60px;
  height: 60px;
  overflow: hidden;
}

.xyz-spacer-70 {
  min-height: 70px;
  height: 70px;
  overflow: hidden;
}

.xyz-spacer-80 {
  min-height: 80px;
  height: 80px;
  overflow: hidden;
}

/* fonts */
.fixed-font-size-36 {
  font-size: 36px !important;
}

.fixed-font-size-28 {
  font-size: 28px !important;
}

.fixed-font-size-26 {
  font-size: 26px !important;
}

.fixed-font-size-24 {
  font-size: 24px !important;
}

.fixed-font-size-22 {
  font-size: 22px !important;
}

.fixed-font-size-20 {
  font-size: 20px !important;
}

.fixed-font-size-18 {
  font-size: 18px !important;
}

.fixed-font-size-16 {
  font-size: 16px !important;
}

.fixed-font-size-14 {
  font-size: 14px !important;
}

.fixed-font-size-13 {
  font-size: 13px !important;
}

.fixed-font-size-12 {
  font-size: 12px !important;
}

.fixed-font-size-11 {
  font-size: 11px !important;
}

.fixed-font-size-10 {
  font-size: 10px !important;
}

/*	|--------------------------------------------------------------------------
	| bootstrap overrides
	|--------------------------------------------------------------------------
*/
.btn {
  font-family: "Raleway";
  text-transform: uppercase;
}

/*	|--------------------------------------------------------------------------
	| forms
	|--------------------------------------------------------------------------
*/
.xyz-form-error-container {
  border-radius: 0.25rem;
  padding: 8px;
}

/*	|--------------------------------------------------------------------------
	| VideoJS Overrides
	|--------------------------------------------------------------------------
*/
.vjs-menu-button-popup .vjs-menu {
  background-color: #CCCCCC !important;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #CCCCCC !important;
}

.vjs-modal-dialog-content select {
  color: #000000 !important;
}

/*	|--------------------------------------------------------------------------
	| Common Styles - saiena
	|--------------------------------------------------------------------------
*/
.xyz-form-errors {
  text-align: center;
  padding: 2px;
}

/*	|--------------------------------------------------------------------------
	| Common Styles - saiena
	|--------------------------------------------------------------------------
*/
/* Dark Mode Styles */
body.xyz-appearance-dark {
  background-color: #253345;
  filter: invert(100);
}

body.xyz-appearance-dark .xyz-grey-background {
  background-color: #DACCBA !important;
}

body.xyz-appearance-dark .xyz-grey-background * {
  color: #000000 !important;
}

body.xyz-appearance-dark #sidebar-wrapper {
  background-color: #DACCBA !important;
}

body.xyz-appearance-dark #sidebar-wrapper * {
  color: #000000 !important;
}

body.xyz-appearance-dark #xyz-videojs-player-container, body.xyz-appearance-dark iframe, body.xyz-appearance-dark img, body.xyz-appearance-dark .html {
  filter: invert(100);
}

body.xyz-appearance-dark .modal-backdrop {
  background-color: #AAAAAA;
}

/* SLIDER - COMMON */
.mtv-home-slider-container {
  padding-top: 24px;
  padding-bottom: 16px;
  text-align: left;
}

.mtv-slider-controls-container {
  display: flex;
  width: 100%;
}

.mtv-slider-slides-container {
  display: flex;
  position: relative;
  width: 100%;
}

.mtv-slider-slides-container .column-middle {
  width: calc(100% - 200px);
  margin: auto;
}

.column-middle {
  overflow: hidden;
  position: relative;
  flex: 1;
}

/* slider - nav */
.mtv-home-page-slider-controls-wrapper {
  text-align: center;
  height: 100%;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 200px) {
  .mtv-home-page-slider-controls-wrapper img {
    width: 30px;
  }
  .column-left, .column-right {
    min-width: 30px;
    max-width: 30px;
    text-align: center;
    flex: 0;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .mtv-home-page-slider-controls-wrapper img {
    width: 60px;
  }
  .column-left, .column-right {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    flex: 0;
  }
}
.mtv-home-page-slider-controls-wrapper .nav-prev[aria-disabled=false] {
  opacity: 1;
}

.mtv-home-page-slider-controls-wrapper .nav-next[aria-disabled=false] {
  opacity: 1;
}

.mtv-home-page-slider-controls-wrapper .nav-prev[aria-disabled=true] {
  opacity: 0.3;
}

.mtv-home-page-slider-controls-wrapper .nav-next[aria-disabled=true] {
  opacity: 0.3;
}

.mtv-sliders-wrapper-loading {
  min-height: 600px;
}

/* simplified topics menu items*/
#mtv-offcanvas-topics-menu_label {
  color: #672177;
  font-weight: 700;
}

#mtv-offcanvas-topics-menu ul {
  list-style: none;
  padding: 0;
}

#mtv-offcanvas-topics-menu li.maintopic {
  margin-left: 0;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

#mtv-offcanvas-topics-menu li.subtopic {
  margin-left: 0;
}

#mtv-offcanvas-topics-menu li.maintopic {
  margin-left: 0;
  text-indent: -1.1em;
  padding-left: 1.1em;
}

#mtv-offcanvas-topics-menu li.maintopic a {
  font-style: normal;
  line-height: 1.2;
  font-family: "Raleway";
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

#mtv-offcanvas-topics-menu li.subtopic a {
  font-style: normal;
  line-height: 1.2;
  font-family: "Raleway";
  font-size: 1rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #832987;
  text-decoration: none;
}
