/********** DEFAULTS ************/

:root {

}

#main p {
	font-size: 16pt;
	color: #1e1e2d;
	line-height: 24pt;
	font-family: "DM Sans", sans-serif;
	font-weight: 400;	
}

.pages.show.home .show-content {
	padding-top: 0px;
}

.pages.show.home .course-title {
    display: block;
}

.with-right-side #right-side-wrapper {
    display: none;
}
   
.pages.show.home .course-title {
font-weight: 600;
	color: #bc4c27;
	font-size: 36pt;
	line-height: 49pt;
	margin-bottom: 30pt;
	font-family: "Poppins", sans-serif;
}

.pages.show .course-title {
font-weight: 600;
	color: #bc4c27;
	font-size: 36pt;
	line-height: 49pt;
	margin-bottom: 30pt;
	font-family: "Poppins", sans-serif;
}

.ellipsible {
float: right;
    line-height: inherit;
    max-width: 150px;
}

.pages.show .page-title {
	font-weight: 600;
	color: #bc4c27;
	font-size: 36pt;
	line-height: 49pt;
	margin-bottom: 30pt;
	font-family: "Poppins", sans-serif;
}

.list-view a.active {
font-family: "Poppins", sans-serif;
border-left: 2px solid #2d3b45;
    border-radius: 0px;
    font-weight: bold;
    color: #2d3b45;
    padding-left: 4px;
    font-size: 18px;
}

.list-view>ul>li>a, .list-view>nav>ul>li>a, .list-view>div>nav>ul>li>a {
display: block;
    font-size: 18px;
    text-decoration: none;
    border-radius: 3px;
    padding: 8px 0 8px 6px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.3;
}

.ef-file-preview-header-filename {
    font-size: 18px;
    font-size: 16pt;
    color: #FFFFFF;
    padding: 0;
    padding-left: 24px;
    margin: 0;
    flex: 1 0 264px;
    height: 9vh;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8c8c8c;
}

.user_content a:not(.btn):not(.Button):not(.ui-button):not([role=button]), .mceContentBody a:not(.btn):not(.Button):not(.ui-button):not([role=button]) {
    text-decoration: none;
}

#homeWrapper {

}

#content {
	margin: 0 50px 0 0;
	max-width: 980px;
}

.pages.show .show-content {
        padding: 0 0 50px 40px;
    }

.ic-Layout-contentMain {
	padding: 24px 0 0 0;
}

#course_home_content h2.course-title {
	display: block;
}

#course_home_content .page-toolbar-start {
	display: block;
	}

p {
	color: #1e1e2d;
}

a {
font-size: 16pt;
}

h1 {
	font-family: "Poppins", sans-serif;
	font-size: 36pt;
	color: #bc4c27;
	font-weight: 600;
	margin-bottom: 30pt;
	line-height: 49pt;
}

#content h2 {
	font-family: "Poppins", sans-serif;
	font-size: 28pt;
	font-weight: 700;
	color: #511116;
	margin-bottom: 16px;
	margin-top: 36px;
	line-height: 46px;
}

#content h3 {
	font-family: "Poppins", sans-serif;
	font-size: 24pt;
	font-weight: 600;
	color: #511116;
	margin: 0 0 5px 0;
	padding:0;
}

#content h4 {
	font-family: "Poppins", sans-serif;
	font-size: 20pt;
	font-weight: 600;
	color: #511116;
	margin-bottom: 16px;
}

#content h5 {
	font-family: "Poppins", sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #511116;
	text-transform: uppercase;
}


#content ol, ul {
    color: #1e1e2d;
    font-size: 16pt;
    line-height: 24pt;
    font-weight: 400;
    margin: 0 0 15px 40px;
}

ul li {
       padding: 6px 0px;
       font-size: 16pt;
	   color: #1e1e2d;
	   font-family: "DM Sans", sans-serif;
	   font-weight: 400;
	   line-height: 24pt;
}

li + li {
       padding: 6px 0px;
       font-size: 16pt;
	   color: #1e1e2d;
	   font-family: "DM Sans", sans-serif;
	   font-weight: 400;
	   line-height: 24pt;
}

/****************** MODULE LIST ******************/

.item-group-condensed .ig-header {
    background-color: #bc4c27;
    border: 1px solid #bc4c27;
    padding: 8px 6px;
    color: #FFFFFF;
    position: relative;
    display: flex;
}

.ig-header .name {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    background-color: #bc4c27;
    font-size: 17px;
    text-shadow: none;
    font-weight: bold;
}

.ig-list .ig-row a.ig-title {
	font-family: "Poppins", sans-serif;
	color: #000000;
	font-size: 16px;
}

.Button--icon-action, .Button--icon-action-rev {
    transition: color .2s;
    background: transparent;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    outline: none;
}

.ig-title.module-item-title.ellipsis {
	color: #CCCCCC !important;
}

.publish-icon.publish-icon-published {
	color: #bc4c27 !important;
}

.context_module_item .type_icon i {
	color: #bc4c27;
}


/* ------------ NEW BUTTONS CSS ONLY ------------------- */


.mbtnWrapper {
	display: block;
	width: 800px;

}

.mbtn {
  background-color: #fff;
  border: none;
  color: #bc4c27;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  width: 180px;
  height: 80px;
  margin: 0 20px 20px 0;
  border: 5px solid #bc4c27;
  border-radius: 8px;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none !important;
}

.mbtn:focus {
  background-color: #bc4c27;
  color: white;
}

.mbtn:hover {
  background-color: #bc4c27;
  color: white;
}

a.mbtn.off { color: #ddd; border: 5px solid #ddd; }
a.mbtn.off:hover {color: #ddd; background-color: #fff; cursor: default !important;}


/* ------------ NEW LONG BUTTONS ----------------- */


* {
  box-sizing: border-box;
}

.btStrand {
  float: left;
  margin: 5px;
}

.rowTitle {
  content: "";
  display: table;
  clear: both;
  background-color: #FFFFFF;
  border-style: solid;
  color: #bc4c27;
  padding: 20px 3px 3px 3px;
  width: 375px;
  text-align: center;
  display: inline-block;
  font-size: 28px;
  margin: 4px 2px 15px;
  border-radius: 8px;
}

.btRow:after {
  content: "";
  display: table;
  clear: both;
}
 
.lbutton {
  background-color: #bc4c27;
  border: none;
  color: white;
  padding: 22px 32px;
  width: 420px;
  height: 90px;
  text-align: center;
  display: inline-block;
  font-size: 16pt;
  margin: 4px 2px 15px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  border-radius: 8px;
  line-height: 1.2;
  text-decoration: none !important;
}

.lbutton:focus {
 background-color: white;
  color: #bc4c27;
}2.7 4.5

.lbutton:hover {
  background-color: white;
  color: #bc4c27;
}

.lbutton1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


/* ------------ END NEW LONG BUTTONS ----------------- */


/* ------------ INTERACTIVE CARDS ----------------- */


.cardpage {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cardbody {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardcontainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1100px;
    gap: 5px 20px;
}

.card {
    width: 275px;
    height: 275px;
    background-color: #bc4c27;
    padding: 10px 20px 20px;
    margin:  0 0 20px 0;
    border-radius: 1rem;
    box-shadow: 2px 5px 10px rgba(163, 177, 198, .8), 
    -9px -9px 16px 5px rgba(255, 255, 255, .5);
}

.card h4 {
    padding: 0px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.card h5 {
    text-align: center;
    color: #222325;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.card p {
    color: #1e1e2d;
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
    line-height: 1.5rem;
}

.card a {
    display: block;
    padding: 35px;
    text-align: center;
    text-decoration: none;
        background-color: #ffffff; 
        border-style:hidden;
    color: #511116;
    margin: 5px 0;
    font-family: "DM Sans", sans-serif;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 12px;
}

.card a:hover {
    box-shadow: inset 5px 5px 10px rgba(163,177,198,.4),
            inset   -5px -5px 10px rgba(255,255,255,.4);
    background-color: #e0e5ec; 
}



/************* ICONS **********************/


.iconWrapper {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 15px 0;
}

.iconDescription {
	max-width: 925px;
}

#content .iconDescription h2 {
	padding: 0 0 0 0;
	margin: 0 0 5px 15px;
	line-height: 85px
}

#content .iconDescription h3 {
	padding: 0 0 0 0;
	margin: 0 0 5px 15px;
	line-height: 85px
}

#content .iconDescription h4 {
	padding: 0 0 0 0;
	margin: 0 0 5px 15px;
	}

.iconDescription p {
	padding:0 0 5px 15px;

}

.CheckIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Check.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.ExploreIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Explore.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.ListenIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Listen.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.ReadIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Read.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.ReflectIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Reflect.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.ShareIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Share.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.SmallGroupIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/SmallGroup.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.SparkIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Spark.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.TryitOutIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/TryItOut.png) no-repeat;
	background-size: 80px;
    height: 80px;
    min-width: 80px;
}

.WatchIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Watch.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px;
}

.WriteIcon {
	background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Write.svg) no-repeat;
	background-size: 80px;
	height: 80px;
	min-width: 80px; 
}

.QuoteIcon {
background: url(https://lms.wested.org/ODE_THSH/Canvas/Icons/Quotes.png) no-repeat;
	background-size: 40px;
	height: 40px;
	min-width: 40px;
}

.ExcerptBox {
  background-color: #E6E0E0;
  padding: 30px 30px 5px 30px;
  border-radius: 12px;
  margin: auto;
}

.QuoteBox {
  background-color: #ADFFFF;
  padding: 30px 30px 5px 30px;
  border-radius: 15px;
  width: auto;
  margin: auto;
}

.vocabBox {
  background-color: #f7dcd2;
  padding: 15px 35px 20px 35px;
  border-radius: 12px;
  margin: auto;
}

.TryitOutBox {
background-color: #fbeed8;
  padding: 20px 20px 5px 20px;
  margin: auto;
  border-radius: 12px;
}

#content .piconDescription p {
	font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #511116;
    font-weight: 700;
    line-height: 30px;
	padding: 0 0 0 0;
	margin: 0 0 5px 15px;
}

#content .qiconDescription p {
	font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #511116 ;
    line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 10px;
}

.alert {
    padding: 12px 36px 12px 12px;
    background-color: #f7dcd2;
    border-radius: 6px;
    color: #bc4c27;
    font-family: "Poppins", sans-serif;
}


/************* FLIP CARDS **********************/


.flip-card {
  background-color: transparent;
  width: 300px;
  height: 350px;
  perspective: 1000px;
  float: left;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 12px;
  transition: transform 0.5s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background-color: #f7dcd2;
}

.flip-card:hover .flip-card-inner, 
.flip-card:focus-within .flip-card-inner {
  transform: rotateY(180deg);
  outline: solid;
  color: #bc4c27;
  box-shadow: 0 0 0 3px hsla(220, 100%, 50%, 80%);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #f7dcd2;
  color: black;
  border-radius: 12px;
}

.fliptitle {
width: 360px;
    height: 312px;
    padding: 20px;
    margin: 20px;
    background: #bc4c27;
margin: 18px 15px 15px 20px;
    border-radius: 12px;
}

.flip-card-back {
  background-color: #f7dcd2;
  border-radius: 12px;
  transform: rotateY(180deg);
}


/* ------------ TABS ------------------- */

/* Default */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	color: #bc4c27;
	border-color: #cccccc;
	background-color: #FFFFFF;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #511116;
    background-color: #f7dcd2;
}

.ui-tabs .ui-tabs-nav li a {
	text-decoration: none !important;
	font-weight: 400;
	color: #B64925;
	background-color: #fbeed8;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 .2em 1px 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-panel {
    padding: 15px;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 0 1px 1px 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.ui-tabs:focus {
  background-color:#1e1e2d;
  color: white;
}



/* ------------ CALLOUT CARDS ----------------- */


.calloutpage {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.calloutdbody {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calloutcontainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 1100px;
    gap: 5px 20px;
}

.callout {
    width: 100%;
    height: 510px;
    background: #d75525;
    padding: 10px 20px 20px;
    margin: 0 0 20px 0;
    border-radius: 1rem;
}

.calloutBox {
  background-color: #ffffff;
  padding: 15px 35px 20px 35px;
  border-radius: 12px;
  margin: 10px 0 0 0;
}

.col2 {
  padding: 15px;
  background-color: #FFFFFF;
  columns: 350px 2;
  column-fill: balance;
  column-gap: 35px;
}


/* ------------ QUIZ ------------------- */

button.element_toggler {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    border-radius: 3px;
    outline: none;
}

.question .header {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    color: #ffffff;
    background-color: #d75525;
    padding: 8px 20px;
    margin: 0;
}

.question .text {
    clear: left;
    padding: 5px 20px 20px;
    font-family: "DM Sans", sans-serif;
}

.question .text .question_text {
    margin-top: 24px;
    font-size: 16pt;
    margin-bottom: 1.5em;
    font-family: "DM Sans", sans-serif;
}

.question .text .answers .answer .answer_label {
    padding-left: .5rem;
    font-size: 15pt;
    padding-top: 2px;
    width: 100%;
    font-family: "DM Sans", sans-serif;
}

.question .header .question_points_holder {
    float: right;
    font-size: .9em;
    font-weight: bold;
    color: #ffffff;
    margin-top: .1em;
    font-family: "DM Sans", sans-serif;
}

#questions.assessment_results .question .header {
padding: 8px 20px;
background-color: #d75525;
overflow: auto;
}

.answer .answer_match .answer_match_left, .answer .answer_match .answer_match_left_html {
    float: left;
    width: 45%;
    /* font-weight: bold; */
    font-size: 14pt;
    overflow: auto;
}

.answers .quiz_comment {
    font-size: 16pt;
    margin: 16px 0 8px;
    padding: 15px;
}

#questions.assessing .answer {
    padding: 15px;
    /* margin: 0 0 0 15px; */
}

.pull-left {
    float: left;
    margin: 0 0 0 55px;
}

label {
    display: inline-block;
    font-size: 14pt;
}


/* FILE PREVIEW */

.ef-file-preview-header-filename {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
    padding-left: 24px;
    margin: 0;
    flex: 1 0 264px;
    height: 9vh;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    border-bottom: 1px solid #8c8c8c;
}
