﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

html {
	font-size: 16px;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	padding: 0 0px 40px 0px;
}

/* h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 2.6em;
    color: #FFFFFF;
    background: #008000;
    padding: 46px 40px 32px 40px;
    border: none;
    margin-top: -20px;
} */

h1{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 2.6em;
    line-height: 1.3;
    color: #FFFFFF;
    background: #008000 url('../../media/images/background-coffee.png');
    background-position-y: center;
    position: relative;
    display: inline-block;
    top: -20px;
    padding: 48px 30px 48px 38px;
    margin-bottom: -10px;
    border: none;
    width: 108%;
    height: 100%;
}

h1:before,h1:after {
    content:'';
    display: inline-block;
    position:absolute;
    top: 0;
    right: -20px;
    width: 20px;
    height: 100%;
    background:inherit;
    background-position:100% 100%;
}
/* h1:before {
    left:-20px;
    background-position: 0 100%;
} */

.course_small-h1 {
    width: 15%;
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 0.4em;
    font-weight: 400;
    letter-spacing: 0.0em;
    padding-bottom: 9px;
    margin-bottom: -40px;
    border-bottom: 1px white solid;
}

h2, h3, h4, h5, h6,  {
	font-family: 'Playfair Display', serif;
}

h2 {
font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.8em;
    border: none;
    border-bottom: 1px solid #008000;
    margin: 40px 0 24px;
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 4px;
    color: #008000;
}

h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	border: none;
	font-size: 1.4em;
	color: #008000;
    margin: 34px 0 20px 0;
}

h4 {
	font-family: 'Playfair Display', serif;
	font-size: 1.2em;
}

.custom-div-five {
    font-family: 'Playfair Display', serif;
    background-color: #006700;
    color: #FFF;
    padding: 12px 32px;
    margin: 18px 96px 10px 96px;
}

.custom-div-five > p {
    font-size: 1.3em;
    line-height: 1.3em;
    padding-top: 8px;
}

.custom-div-one, .custom-div-two, .custom-div-four {
    border: 1px dotted #ccc;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 24px;
}

.custom-div-one h2, .custom-div-two h2, .custom-div-four h2 {
    border-left: 0;
    border-radius: 52px 6px 6px 52px;
    padding: 0px 20px 0px 110px;
    margin-top: 0px;
    margin: 0px;
    margin-bottom: 16px;
    color: #FFF;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    width: 1100px;
}
.custom-div-one h2 {
	background-color: #008000;
    background-image: url(../../media/images/mlp-icons-read.png), url(../../media/images/background-coffee.png);
    background-repeat: no-repeat, no-repeat;
    background-position-y: center, -425px;
}

.custom-div-two h2 {
	background-color: #008000;
    background-image: url(../../media/images/mlp-icons-watch.png), url(../../media/images/background-coffee.png);
    background-repeat: no-repeat, no-repeat;
    background-position-y: center, -110px;
}

/* .custom-div-three h2 {
	background-color: #008000;
    background-image: url(../../media/images/mlp-icons-important.png), url(../../media/images/background-coffee.png);
    background-repeat: no-repeat, no-repeat;
    background-position-y: center, center;
} */

.custom-div-four h2 {
	background-color: #008000;
    background-image: url(../../media/images/mlp-icons-think.png), url(../../media/images/background-coffee.png);
    background-repeat: no-repeat, no-repeat;
    background-position-y: center, center;
    line-height: 1.3;
}

.custom-div-one p, .custom-div-two p, .custom-div-four p {
	padding-left: 112px;
}

.custom-div-one p:first-of-type, .custom-div-two p:first-of-type, .custom-div-four p:first-of-type {
    padding-top: 16px;
}

.custom-div-three p {
    padding-left: 0px;
}

.custom-div-one p.copyright, .custom-div-two p.copyright, .custom-div-three p.copyright, .custom-div-four p.copyright, .custom-div-four p.mc-instant-feedback_question, .custom-div-four>.accordionElement>.accordionContent p {
	padding-left: 0px;
}

.custom-div-four > h3 {
    margin-left: 112px;
}

.custom-div-four > .mc-instant-feedback_questionContainer {
    border: 1px dotted grey;
    border-left: 20px solid green;
    border-radius: 6px;
    padding-top: 12px;
    padding-left: 14px;
    margin-left: 110px;
    padding-right: 20px;
    padding-bottom: 8px;
    margin-top: 20px;
}

.custom-div-one ul, .custom-div-two ul, .custom-div-four ul, .custom-div-one ol, .custom-div-two ol, .custom-div-four ol {
	padding-left: 152px;
    margin-bottom: 12px;
}

.custom-div-three ul, .custom-div-three ol {
	padding-left: 24px;
    margin-bottom: 12px;
}

.custom-div-one ul ul, .custom-div-two ul ul, .custom-div-three ul ul, .custom-div-four ul ul, .custom-div-one ol ol, .custom-div-two ol ol, .custom-div-three ol ol, .custom-div-four ol ol {
	padding-left: 24px;
    margin-bottom: 0px;
}

.stronger {
    background-color: #008000;
    padding: 0 2px 2px 0;
}

.custom-div-three {
    /* border: 1px dotted grey;
    border-radius: 6px;
    padding: 6px 20px 6px 20px;
    margin-bottom: 12px;
    border-left: 20px solid #008000;
    margin-left: 110px; */
    border: 1px dotted grey;
    border-left: 20px solid green;
    border-radius: 6px;
    padding-top: 12px;
    padding-left: 14px;
    margin-left: 110px;
    padding-right: 20px;
    padding-bottom: 8px;
    margin-top: 20px;
}

.accordionElement {
    /* border: 1px dotted grey; */
    /* border-radius: 6px; */
    padding: 6px 20px 6px 0px;
    /* margin-bottom: 12px; */
    /* border-left: 20px solid #008000; */
    /* margin-left: 110px; */
}

.accordionToggle {
    padding-bottom: 6px;
}

.accordionContent {
    padding: 8px 20px 0px 16px;
}

/* .custom-div-two {
    border: 1px dotted #ccc;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
} */

/* .custom-div-two h2 {
	background: #008000 url(../../media/images/mlp-icons-watch.png) no-repeat;
    border-left: 0;
    border-radius: 52px 6px 6px 52px;
    padding: 34px 0 34px 110px;
    margin-top: 0px;
    margin: 0px;
    margin-bottom: 16px;
    color: #FFF;
} */

/* .custom-div-two p {
	padding-left: 112px;
} */

/* .custom-div-three {
    border: 1px dotted #ccc;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
} */

/* .custom-div-three h2 {
	background: #008000 url(../../media/images/mlp-icons-important.png) no-repeat;
    border-left: 0;
    border-radius: 52px 6px 6px 52px;
    padding: 34px 0 34px 110px;
    margin-top: 0px;
    margin: 0px;
    margin-bottom: 16px;
    color: #FFF;
} */

/* .custom-div-three p {
	padding-left: 112px;
} */

p,
ul,
ol,
dt, dd {
	font-size: 1.1em;
	line-height: 1.5em;
}

figcaption {
    line-height: 1.3em;
    min-height: 100px;
}

ul, ol {
	margin-bottom: 24px;
}

ul ul, ol ol, ul ul ul, ol ol ol {
	margin-bottom: 0px;
	font-size: inherit;
}

li {
	font-size: inherit;
	/* padding-bottom: 4px; */
}

/*ul ul li, ol ol li {
	font-size: 1.0em;
}*/

.centerImageLarge {
    margin: 10px auto;
    margin-bottom: 30px;
}

.copyright {
	font-size: 12px;
    line-height: 1.2;
	color: #333333;
	text-align: left;
}

.centerImageLarge .copyright {
    border: none;
    font-size: 12px;
    margin-bottom: -12px;
}

.centerImageLarge > figcaption {
    padding: 10px 30px 10px 30px;
}

hr {
	border-color: #000000;
	border-width: 2px;
	margin-top: 30px;
}

.course_mlp-references {
    font-size: 0.8em;
}

table {
  margin: 0 auto;
  margin-bottom: 0px;
}

table > caption {
  display: none;
}	

.table {
  margin-bottom: 0px;
}

.table-responsive {
    padding: 10px 0 10px 0;
    border: none;
}

.table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td {
  white-space: normal !important;
  border-color: #bbb;
}

.table-responsive > .table > tbody > tr > td > p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 8px;
}

.table-responsive > .table > tbody > tr > td > ol >li, .table-responsive > .table > tbody > tr > td > ul >li {
    font-size: 1.4rem;
}	

.table>tbody>tr>th, .table>tbody>tr>td {
  border-top: none;
  padding-left: 10px;
  padding-bottom: 10px;
}

.table>tbody>tr>th {
  padding-right: 14px;
}

@media only screen and (max-width: 992px) {
.custom-div-one p, .custom-div-two p, .custom-div-three p, .custom-div-four p {
	padding-left: 14px;
}
.custom-div-one ul, .custom-div-two ul, .custom-div-three ul, .custom-div-one ol, .custom-div-two ol, .custom-div-three ol {
	padding-left: 36px;
}
.accordionElement {
    margin-left: 10px;
}
.custom-div-four > .mc-instant-feedback_questionContainer{
    padding-left: 14px;
    margin-left: 10px;
}
.custom-div-four > .custom-div-three {
    padding-left: 14px;
    margin-left: 10px;
}
.custom-div-one > .custom-div-three {
    padding-left: 14px;
    margin-left: 10px;
}
.custom-div-four > h3 {
    margin-left: 14px;
}
.custom-div-four > ul, .custom-div-four > ol {
    padding-left: 48px;
}
}
@media only screen and (max-width: 650px) {
    .custom-div-one > h2, .custom-div-two > h2, .custom-div-four > h2 {
        font-size: 1.6em;
    }
}