@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/**********Fonts**********/

#course_home_content h1,
h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5em, 2vw, 5em);
}
#course_home_content h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
#course_home_content p, li, a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

#wiki_page_show h1,
h2 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: clamp(1.5em, 2vw, 5em);
}
#wiki_page_show h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
#wiki_page_show p, li, a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 1em;
}
.mm-list li{
  white-space: pre-wrap;
  padding-left:1em;
  padding-bottom: 1em;
}
/***************************Canvas Page Style***********************************/
body:not(.full-width):not(.outcomes):not(.body--login-confirmation)
  .ic-Layout-wrapper {
  min-width: 93%;
}

.header-bar {
  border-bottom: none;
}

.ic-app-nav-toggle-and-crumbs {
  border-bottom: none;
}

.ic-app-main-content__secondary{
  margin-top: 4rem;
  margin-bottom: 1rem
}

.with-right-side #right-side-wrapper {
  background-color: #eee;
}

.pages .header-bar-outer-container {
  max-height: 2rem;
}

.pages.show.home .course-title {
  display: none;
}

.pages.show.home .show-content {
  padding: 0px 5px 0px 12px;
}

.ic-Layout-contentMain {
  padding: 15px;
  padding-top: 0px;
}

.page-title {
  display: none;
}
#assignment_show .description.teacher-version {
  border:none !important;
}
.quiz-header h2 {
  display: none;
}
#quiz_show .description.teacher-version{
  min-height: 500px;
}
.quiz-header {
  border: none;
}

/************* Commons Button on Main Nav **********************/

#context_external_tool_3_menu_item {
  display: none;
}

/********** Module Nav Buttons **********/
.module-sequence-footer-button--previous, .module-sequence-footer-button--next {
  display: none;
}
.module-sequence-footer .module-sequence-footer-content {
  border-top: none;
}
/**********************************/
.h5p-element-button {
  background-color: #333;
}

/************************* End of Canvas Style ***************************************/

/********MM-OAT-Header-Primary********/
.header-lion {
  background-image: url("https://assets.codepen.io/5650050/mm-oat-lion-transparent.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto 0;
  display: block;
}
.header-bkg {
  background-color: #144734;
}
.mm-title {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  list-style: none !important;
  text-align: right;
  margin:0;
  padding: 0.5rem 1rem 0.5rem 47%;
}
.mm-course-num {
  color: #aec8b8;
  font-family: "Lato" !important;
  font-size: clamp(2em, 5vw, 6em) !important;
  font-weight: 900 !important;
  line-height: 1.25;
  margin: 0;
}
.mm-course-title {
  color: #fff;
  font-family: "Lato" !important;
  font-weight: 300 !important;
  font-size: clamp(1.5em, 1.5vw, 4em) !important;
  line-height: 1.25;
  margin-top: 0 !important;
}

/********** Secondary Header **********/
.mm-title-2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: baseline;
  margin: 0 10%;
}
.mm-course-num-2 {
  color: #aec8b8;
  font-family: "Lato" !important;
  font-size: clamp(1em, 1.5vw, 2.5em) !important;
  font-weight: 900 !important;
}
.mm-course-title-2 {
  color: #fff;
  font-family: "Lato" !important;
  font-weight: 300 !important;
  margin-top: 0 !important;
  font-size: clamp(1em, 1.5vw, 2.5em) !important;
}

/********** Navigation for both headers **********/
.navigation {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  background: #000;
  padding: 0 2rem;
}

.navigation a {
  text-decoration: none !important;
  display: block;
  padding: 1em;
  color: white;
}

.navigation a:hover {
  background: #aec8b8;
}
/**********Logo**********/
.mm-logo {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  background: #000;
}
.logo {
  width: 150px;
  padding: 0.55rem 2rem;
}
/*********************End of Headers*************************/

/**********Sections for Home and Modules Pages**********/
/**********Home Page, Module Overview Page**********/
.mm-home-section-wrapper {
  display: flex;
  flex-flow: row no-wrap;
  justify-content: center;
  list-style: none;
  text-align: left;
  color: #333;
  background-color: #eee;
  margin: 0;
  padding: 2rem;
}

.mm-home-section-item {
  max-width: 80%;
  text-align: left;
  padding: 2rem;
}

.mm-overview-section-item {
  max-width: 50%;
  text-align: left;
  padding: 2rem;
}

.mm-home-section-wrapper h2 {
  font-family: "Lato" !important;
  font-size: clamp(2em, 3vw, 4em) !important;
  font-weight: 900 !important;
}
.mm-home-section-wrapper h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900 !important;
  font-size: 1.25em !important;
  margin: 0;
}
.mm-home-section-wrapper p {
  font-family: "Lato" !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  font-size: clamp(1em, 1vw, 2em) !important;
}

/* *********This is for the instructor page******/
.mm-inst-section-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  text-align: center;
  color: #333;
  background-color: #eee;
  margin: 0;
  padding: 2rem;
}
.mm-inst-section-wrapper img {
  border: 0.75rem solid white;
  border-radius: 50%;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin: 1.5rem;
}
.mm-inst-section-wrapper h2 {
  font-family: "Lato" !important;
  font-size: clamp(2em, 3vw, 4em) !important;
  font-weight: 900 !important;
}
.mm-inst-section-wrapper h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900 !important;
  font-size: 1.25em !important;
  margin: 0;
}
.mm-inst-section-wrapper p {
  font-family: "Lato" !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  font-size: clamp(1em, 1vw, 2em) !important;
}
/****************************************/
.mm-section-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
  color: #444;
  background-color: #eee;
  margin: 0;
  padding: 1.5rem;
}

.mm-section-wrapper h2 {
  font-family: "Lato" !important;
  font-size: clamp(2em, 2vw, 4em) !important;
  font-weight: 900 !important;
}
.mm-section-wrapper h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900 !important;
  font-size: 1.25em !important;
  margin: 0;
}
.mm-section-wrapper p {
  font-family: "Lato" !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
  font-size: clamp(1em, 1vw, 2em) !important;
}

.mm-section-item {
  max-width: 30%;
  padding: 1rem;
}

.mm-discussion-wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  list-style: none;
  text-align: left;
  color: #333;
  background-color: #eee;
  margin: 0;
  padding: 2rem 5rem;
}

.mm-discussion-wrapper h2 {
  font-family: "Lato" !important;
  font-size: clamp(1.5em, 2vw, 3em) !important;
  font-weight: 900 !important;
}

.mm-discussion-wrapper p {
  font-family: "Lato" !important;
  font-weight: 500 !important;
  margin-top: 0 !important;
  font-size: clamp(1em, 1vw, 2em) !important;
}

.mm-first-color {
  color: #144734; /********** This is where you change the color of the first word in the titles**********/
}
.mm-section-color{
  background-color: #f8f8f8;
  border-top: 1rem solid #eee;
  border-bottom: 0.5rem solid #eee;
  border-left: 2rem solid #eee;
  border-right: 2rem solid #eee;
}
.mm-blank-wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  list-style: none;
  text-align: left;
  color: #333;
  background-color: #eee;
  margin: 0;
  padding: 2rem;
}

/********** Begin Course Button **********/
.mm-begin-course {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #000;
  margin: 0;
  padding: 1rem 0;
}
.mm-begin-course-item {
  background-image: url("https://assets.codepen.io/5650050/green-triangles.png");
  border: 0.5rem solid #000;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Lato" !important;
  font-weight: 900 !important;
  font-size: clamp(1em, 1vw, 2em) !important;
  text-decoration: none !important;
  color: #fff !important;
  padding: 1rem 3rem;
  overflow: hidden;
}

.mm-begin-course-item a{
  text-decoration: none !important;
  color: #fff !important;
}
.mm-begin-course-item:hover {
  opacity: 80%;
}

.mm-articulate-content {
  padding: 1rem;
  margin: 0;
  background-color: #eee;
  text-align: center;
}
.mm-articulate-content p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.mm-articulate-content iframe {
  width: 95%;
  height: 40rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/**************************End of Primary Section************************/

/********** Module Overview Page **********/
/** Objectives **/
.mm-objectives-one, .mm-objectives-two, .mm-objectives-three, .mm-objectives-four, .mm-objectives-five,
.mm-objectives-six, .mm-objectives-seven, .mm-objectives-eight, .mm-objectives-nine, .mm-objectives-ten,
.mm-objectives-eleven, .mm-objectives-twelve, .mm-objectives-thirteen, .mm-objectives-fourteen, .mm-objectives-fifteen,
.mm-contents-one, .mm-contents-two, .mm-contents-three, .mm-contents-four, .mm-contents-five,
.mm-contents-six, .mm-contents-seven, .mm-contents-eight, .mm-contents-nine, .mm-contents-ten,
.mm-contents-eleven, .mm-contents-twelve, .mm-contents-thirteen, .mm-contents-fourteen, .mm-contents-fifteen
{
  counter-reset: section;
}
.mm-objectives-one ul, .mm-objectives-two ul, .mm-objectives-three ul, .mm-objectives-four ul, .mm-objectives-five ul,
.mm-objectives-six ul, .mm-objectives-seven ul, .mm-objectives-eight ul, .mm-objectives-nine ul, .mm-objectives-ten ul, 
.mm-objectives-eleven ul, .mm-objectives-twelve ul, .mm-objectives-thirteen ul, .mm-objectives-fourteen ul, .mm-objectives-fifteen ul,
.mm-contents-one ul, .mm-contents-two ul, .mm-contents-three ul, .mm-contents-four ul, .mm-contents-five ul,
.mm-contents-six ul, .mm-contents-seven ul, .mm-contents-eight ul, .mm-contents-nine ul, .mm-contents-ten ul,
.mm-contents-eleven ul, .mm-contents-twelve ul, .mm-contents-thirteen ul, .mm-contents-fourteen ul, .mm-contents-fifteen ul
{
  list-style: none;
}
.mm-objectives-one li, 
.mm-objectives-two li,
.mm-objectives-three li,
.mm-objectives-four li,
.mm-objectives-five li,
.mm-objectives-six li,
.mm-objectives-seven li,
.mm-objectives-eight li,
.mm-objectives-nine li,
.mm-objectives-ten li,
.mm-objectives-eleven li,
.mm-objectives-twelve li,
.mm-objectives-thirteen li,
.mm-objectives-fourteen li,
.mm-objectives-fifteen li
{
 text-indent: -3em; 
 margin: 1.5em 1.5em;
}
.mm-contents-one li, 
.mm-contents-two li,
.mm-contents-three li,
.mm-contents-four li,
.mm-contents-five li,
.mm-contents-six li,
.mm-contents-seven li,
.mm-contents-eight li,
.mm-contents-nine li,
.mm-contents-ten li,
.mm-contents-eleven li,
.mm-contents-twelve li,
.mm-contents-thirteen li,
.mm-contents-fourteen li,
.mm-contents-fifteen li
{
 text-indent: -8em; 
 margin: 1.5em 8em;
}

.mm-contents-one a:hover, 
.mm-contents-two a:hover,
.mm-contents-three a:hover,
.mm-contents-four a:hover,
.mm-contents-five a:hover,
.mm-contents-six a:hover,
.mm-contents-seven a:hover,
.mm-contents-eight a:hover,
.mm-contents-nine a:hover,
.mm-contents-ten a:hover,
.mm-contents-eleven a:hover,
.mm-contents-twelve a:hover,
.mm-contents-thirteen a:hover,
.mm-contents-fourteen a:hover,
.mm-contents-fifteen a:hover
{
opacity: 70%;
}

.mm-contents-one a:visited, 
.mm-contents-two a:visited,
.mm-contents-three a:visited,
.mm-contents-four a:visited,
.mm-contents-five a:visited,
.mm-contents-six a:visited,
.mm-contents-seven a:visited,
.mm-contents-eight a:visited,
.mm-contents-nine a:visited,
.mm-contents-ten a:visited,
.mm-contents-eleven a:visited,
.mm-contents-twelve a:visited,
.mm-contents-thirteen a:visited,
.mm-contents-fourteen a:visited,
.mm-contents-fifteen a:visited
{
color: #686158;
}

.mm-objectives-one li::before {
  counter-increment: section;
  content: "1." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-two li::before {
  counter-increment: section;
  content: "2." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-three li::before {
  counter-increment: section;
  content: "3." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-four li::before {
  counter-increment: section;
  content: "4." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-five li::before {
  counter-increment: section;
  content: "5." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-six li::before {
  counter-increment: section;
  content: "6." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-seven li::before {
  counter-increment: section;
  content: "7." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-eight li::before {
  counter-increment: section;
  content: "8." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-nine li::before {
  counter-increment: section;
  content: "9." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-ten li::before {
  counter-increment: section;
  content: "10." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-eleven li::before {
  counter-increment: section;
  content: "11." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-twelve li::before {
  counter-increment: section;
  content: "12." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-thirteen li::before {
  counter-increment: section;
  content: "13." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-fourteen li::before {
  counter-increment: section;
  content: "14." counter(section)"      ";
  white-space: pre;
}
.mm-objectives-fifteen li::before {
  counter-increment: section;
  content: "15." counter(section)"      ";
  white-space: pre;
}

.mm-contents-one li::before {
  counter-increment: section;
  content: "Module One  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-two li::before {
  counter-increment: section;
  content: "Module Two  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-three li::before {
  counter-increment: section;
  content: "Module Three  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-four li::before {
  counter-increment: section;
  content: "Module Four  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-five li::before {
  counter-increment: section;
  content: "Module Five  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-six li::before {
  counter-increment: section;
  content: "Module Six  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-seven li::before {
  counter-increment: section;
  content: "Module Seven  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-eight li::before {
  counter-increment: section;
  content: "Module Eight  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-nine li::before {
  counter-increment: section;
  content: "Module Nine  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-ten li::before {
  counter-increment: section;
  content: "Module Ten  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-eleven li::before {
  counter-increment: section;
  content: "Module Eleven  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-twelve li::before {
  counter-increment: section;
  content: "Module Twelve  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-thirteen li::before {
  counter-increment: section;
  content: "Module Thirteen  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-fourteen li::before {
  counter-increment: section;
  content: "Module Fourteen  |  " counter(section)"      ";
  white-space: pre;
}
.mm-contents-fifteen li::before {
  counter-increment: section;
  content: "Module Fifteen  |  " counter(section)"      ";
  white-space: pre;
}

/********** Modules Page **********/

/**********Module Cards**********/

.mm-modules-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none;
  background-color: #eee;
  padding: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.mm-module-space-item i {
  margin: 0.5rem;
  width: 16%;
}
.mm-module-space-item {
  background-color: #eee;
  color: white;
  text-align: center;
  padding: 0 0.5rem 2rem 0.5rem;
  margin: 0.5rem;
  width: 16%;
}

.mm-module-item {
  background-color: #000;
  color: white;
  text-align: center;
  padding: 0 0.5rem 2rem 0.5rem;
  margin: 0.5rem;
  width: 16%;
}

h2 .mm-prefix-color {
  color: #aec8b8; /********** This is where you change the color of the word Module **********/
}

.mm-mod-number {
  font-family: "Lato" !important;
  font-size: clamp(2em, 2.5vw, 3em) !important;
  font-weight: 900 !important;
  line-height: 1;
  padding: 1rem 0;
}
.mm-mod-title {
  height: 6.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1rem;
  font-family: "Lato" !important;
  font-weight: 300 !important;
  margin: 0 0.5rem 5rem 0.5rem !important;
  font-size: clamp(1em, 1vw, 1.5em) !important;
}
.mm-mod-start {
  background-image: url("https://assets.codepen.io/5650050/green-triangles.png");
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Lato" !important;
  font-weight: 900 !important;
  font-size: clamp(1em, 1vw, 2em) !important;
  text-decoration: none !important;
  color: #fff !important;
  margin-top: 1rem;
  padding: 1rem 3rem;
  overflow: hidden;
}
.mm-mod-start a {
text-decoration: none !important;
  color: #fff !important;
}
.mm-mod-start:hover {
  opacity: 80%;
}
/************************ End of Module Cards **************************/


/****** Module Contents Footer on Each Page, Discussion, Assignment, & Quiz *******/
#mm-contents-hashLink {
  display: none;
}

#mm-contents-hashLink:target {
  display: flex;
  Background-color: #000;
}
#mm-module-nav-buttons {
  color: #fff;
  font-wieght: 900;
}
#mm-module-nav-buttons a{
  color: #fff;
  font-wieght: 900;
  text-decoration: none;
}
#mm-module-nav-buttons li{
  list-style: none;
}
.mm-module-nav-wrapper {
  flex-flow: column wrap;
  flex-grow: 5;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 1rem 5rem;
  margin: 0;
}
.mm-module-nav-item-wrapper {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  background-color: #000;
  padding: 2rem 22.75%;
  margin: 0;
  text-align: left;
}

/* 1. Default for light backgrounds (Overview Pages) */
.mm-module-nav-item {
  white-space: wrap;
  font-family: "Lato" !important;
  font-size: clamp(1em, 1vw, 2em) !important;
  text-decoration: none !important;
  color: #333 !important; /* Dark gray for the prefix on light backgrounds */
  list-style: none;
  padding: 0.5rem 0;
}

/* 2. White text ONLY for the black Footer backgrounds */
.mm-module-nav-item-wrapper .mm-module-nav-item {
  color: #fff !important; /* Turns the prefix white on black backgrounds */
}
/* 1. Default colors for light backgrounds (Overview Pages) */
.mm-module-nav-item a:link {
  text-decoration: none !important;
  color: #144734; /* Dark green for readability */
}
.mm-module-nav-item a:visited {
  color: #686158;
}
.mm-module-nav-item a:hover {
  opacity: 70%;
}
.mm-module-nav-item a:active {
  color: #000; /* Black when clicked on light background */
}

/* 2. Light colors ONLY for the black Footer backgrounds */
.mm-module-nav-item-wrapper .mm-module-nav-item a:link {
  color: #aec8b8; /* Mint green on black */
}
.mm-module-nav-item-wrapper .mm-module-nav-item a:active {
  color: #fff; /* White when clicked on black background */
}

.mm-module-nav-one, .mm-module-nav-two, .mm-module-nav-three, .mm-module-nav-four, .mm-module-nav-five, .mm-module-nav-six, .mm-module-nav-seven, .mm-module-nav-eight, .mm-module-nav-nine, .mm-module-nav-ten, .mm-module-nav-eleven, .mm-module-nav-twelve, .mm-module-nav-thirteen, .mm-module-nav-fourteen, .mm-module-nav-fifteen
{
  counter-reset: section;
}

.mm-module-nav-one li, .mm-module-nav-two li, .mm-module-nav-three li, .mm-module-nav-four li, .mm-module-nav-five li, .mm-module-nav-six li, .mm-module-nav-seven li, .mm-module-nav-eight li, .mm-module-nav-nine li, .mm-module-nav-ten li, .mm-module-nav-eleven li, .mm-module-nav-twelve li, .mm-module-nav-thirteen li, .mm-module-nav-fourteen li, .mm-module-nav-fifteen li
{
 text-indent: -9.1em; 
 margin: 0 9.1em;
}

.mm-module-nav-one li::before {
  counter-increment: section;
  content: "Module One  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-two li::before {
  counter-increment: section;
  content: "Module Two  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-three li::before {
  counter-increment: section;
  content: "Module Three  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-four li::before {
  counter-increment: section;
  content: "Module Four  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-five li::before {
  counter-increment: section;
  content: "Module Five  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-six li::before {
  counter-increment: section;
  content: "Module Six  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-seven li::before {
  counter-increment: section;
  content: "Module Seven  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-eight li::before {
  counter-increment: section;
  content: "Module Eight  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-nine li::before {
  counter-increment: section;
  content: "Module Nine  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-ten li::before {
  counter-increment: section;
  content: "Module Ten  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-eleven li::before {
  counter-increment: section;
  content: "Module Eleven  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-twelve li::before {
  counter-increment: section;
  content: "Module Twelve  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-thirteen li::before {
  counter-increment: section;
  content: "Module Thirteen  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-fourteen li::before {
  counter-increment: section;
  content: "Module Fourteen  |  " counter(section)"      ";
  white-space: pre;
}
.mm-module-nav-fifteen li::before {
  counter-increment: section;
  content: "Module Fifteen  |  " counter(section)"      ";
  white-space: pre;
}
/********************** End of Module Contents Footer *******************/

/**********@media**********/
@media all and (max-width: 1240px) {
    .mm-section-wrapper {
   flex-flow: column wrap;
  }
  .mm-section-item {
   min-width: 100%;
   padding: 2rem;
}
}
@media all and (max-width: 1200px) {
  .navigation {
    justify-content: space-around;
  }
  .header {
    min-height: 13.45;
  }
  .header .mm-title {
    text-align: center;
  }
  .mm-logo {
    justify-content: space-around;
  }
  .mm-module-item {
    flex-flow: column wrap;
    justify-content: space-around;
    width: 50%;
  }
  .mm-module-space-item {
    display: none;
  }
}
@media all and (max-width: 1190px) {
  .mm-home-section-wrapper, .mm-overview-section-wrapper {
    flex-flow: column wrap;
  }
  .mm-home-section-item, .mm-overview-section-item {
   flex-flow: column wrap;
   justify-content: space-around;
   max-width: 100%;
   padding: 2rem;
  }
  }
@media all and (max-width: 1040px) {
  .mm-module-nav-wrapper {
    flex-flow: column wrap;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
  }
}
@media all and (max-width: 1000px) {
  .header-lion {
    background-image: none;
  }

  .mm-title,
  .mm-title-2 {
    justify-content: center;
    padding: 1rem;
  }
}
@media all and (max-width: 800px) {
  .navigation {
    flex-flow: column wrap;
    padding: 0;
  }
  .navigation a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation li:last-of-type a {
    border-bottom: none;
  }
  .mm-title,
  .mm-title-2 {
    text-align: center !important;
    padding: 1rem;
    margin: 0;
  }
  .navigation-logo {
    flex-flow: column wrap;
    padding: 0 1rem;
  }
  .navigation-logo a {
    text-align: center;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation-logo li:last-of-type a {
    border-bottom: none;
  }
  .mm-module-item {
    width: 65%;
    flex-flow: row wrap;
  }
  .mm-module-title {
    padding: 0;
    margin-bottom: 0;
  }
}