﻿@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700&display=swap);
body {
    color: #111;
    font-size: 14px;
    font-family: 'Merriweather', serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 120px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-weight: 400;
    color:#111;
    font-family: 'Lato', sans-serif;
}
h1 {
    /* background:steelblue; */
    background-image: linear-gradient(to left, #4681b8, #407cb2, #3a77ac, #3472a6, #2d6da0, #28699b, #236596, #1d6191, #175c8c, #115787, #085382, #004e7d);
    border-radius: 5px 30px 5px 30px;
    color: #FFF;
    text-shadow: 2px 2px #002149;
	border:none;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.05em;
    line-height: 1.4;
    background-color: none;
	padding: 40px 30px 40px 30px;
    margin: 0px 0 30px -30px;
}

h2 {
    color: #004E7D;
	border:none;
    margin:20px 0;
    padding:0;
    padding-top: 8px;
    font-size: 2.3rem;
    font-weight: 600;
    text-transform: uppercase;
}
h3 {
    color: #004E7D;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    margin-bottom: 14px;
}

h4 {
    color: #111;
    font-size: 1.8rem;
    font-weight: bold;
    border: none;
    margin-bottom: 14px;
}

p {
  font-family: 'Merriweather', serif;
  line-height: 1.8;
  font-weight: 400;
  font-size: 1.6rem;
}

ul, ol {
  font-size: 1.6rem;
}

li {
    margin-bottom: 8px;
}

ol ol {
    margin-bottom: -10px;
}

ol ol li {
    margin-bottom: 0px;
}

ol ol li:last-child {
    padding-bottom: 8px;
}

.row {
    /* padding: 30px 0; */
}

.col-md-5 {
    padding-bottom: 20px;
}

.course_no-pad-row {
    padding: 0px;
}

.accordionElement {
    padding-top: 20px;
}

.accordionToggle {
    background-color: #f8f8f8;
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin: 0 0 5px;
}
.accordionContent {
    margin: -6px 0 10px 0;
    border: 1px solid rgb(236, 236, 236);
    padding: 15px;
}

/* .accordionContent p {
    margin: -6px 0 10px 0;
    border: 1px solid rgb(236, 236, 236);
    padding: 15px;
} */

table {
  margin: 0 auto;
  margin-bottom: 18px;
}

table > caption {
  display: none;
}

td {
  line-height: 20px;
  padding: 10px;
}

th {
  padding: 10px;
  background-color: #ECECEC;  
}

td.shade {
  background-color: #E8E8E8;
}

.table-responsive {
    padding: 20px 0 20px 0;
}

.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;
}

/* .alert-warning {
    background-color: #25BB641A;
    border-color: #25BB64;
    color: #313537;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 28px 44px 28px 75px;
}

.alert-warning::before {
    content: url("/sites/open/courses/SustainableCities/media/images/info-icon.svg");
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 6px 0 -52px;
} */

.media-copyright {
    margin-top: 4px;
    margin-bottom: 80px;
}

.centerImageLarge {
    background: #FFF;
    margin-top: 20px;
}

.col-md-4 > .centerImageLarge {
    background: #FFF;
    margin-top: 0px;
}

.col-md-3 > .centerImageLarge {
    background: #FFF;
    margin-top: 0px;
}

.well {
    /* background-image: linear-gradient(to right, #eee8a9, #efe9b0, #efeab7, #f0ebbd, #f0ecc4, #f0edc7, #f1eecb, #f1efce, #f2f0cf, #f4f1d0, #f5f2d2, #f6f3d3); */
    background-color: #ececec;
    border: 2px #3c48567a solid;
    border-radius: 30px 5px 30px 5px;
    padding: 20px 40px 20px 40px;
    margin: 20px 60px 40px 60px;
}

.custom-div-one {
    border-radius: 5px 30px 5px 30px;
    background-color: #ececec;
    border: 2px #111 solid;
    padding: 16px 20px;
    margin: 40px 100px 30px 100px;
}

.custom-div-one p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.8rem;
}

.custom-div-two {
    padding-left: 20px;
    border-left: 5px solid #004E7D;
}

.course_important-note {
    margin: 10px 0;
    padding: 8px;
    background-color: #ECECEC;
    border-top: 1px dashed #444444;
    border-bottom: 1px dashed #444444;
}

.panel {
    border: none;
}

.panel-body {
    border: 1px solid #CCC;
    box-shadow: 0 0 14px #D6D6D6;
    padding: 15px 30px;
    margin: 20px 10px;
}

.floatimgright {
    background: #FFF;
    border: #ccc 1px solid;
    box-shadow: 0 0 14px #D6D6D6;
    padding: 15px 15px 0px 15px;
    margin: 0 0 20px 20px;
}

.floatimgleft {
    background: #FFF;
    border: #ccc 1px solid;
    box-shadow: 0 0 14px #D6D6D6;
    padding: 15px 15px 0px 15px;
    margin: 0 20px 20px 0;
}

.panel-body > .floatimgleft {
    border: none;
    box-shadow: none;
    padding: 5px 15px 0px 5px;
    margin: 0px 10px 20px -15px;
}

/* .well {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/sites/open/courses/SustainableCities/media/images/intro-to-urbanization/nairobi-kenya.jpg);
    background-position:top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.3em;
    font-weight: 500;
    text-shadow: 2px 2px #36454f;
    padding: 100px 200px 100px 100px;
    margin: 0px -35px 20px -100px;
} */

/* usable styles */
.course_small-ps {
    font-family: 'Lato', sans-serif;
    font-size: 1.7rem;
}

.course_img-responsive {
    display:block;
    width:100%;
    height: auto;
    margin:auto;
}

.course_list-content {
    font-family: 'Merriweather', serif;
    font-size: 1.5rem;
    padding: 0 20px;
}

.course_toc-listing {
    padding-left: 100px;
}

.course_list-heading-row {
    background-image: linear-gradient(to left, #4681b8, #407cb2, #3a77ac, #3472a6, #2d6da0, #28699b, #236596, #1d6191, #175c8c, #115787, #085382, #004e7d);
    border-radius: 20px 2px 20px 2px;
    padding: 10px 30px;
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.course_list-heading-row-left {
    background-color: #4681B4;
    border-radius: 10px 2px 2px 10px;
    border: 1px solid #2f4f4f;
    margin-top: 15px;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    /* text-transform: uppercase; */
}

.course_list-heading-row-center {
    background-color: #BC644C;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #2f4f4f;
    margin-top: 15px;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    /* text-transform: uppercase; */
}

.course_list-heading-row-alt-center {
    background-color: #3C4856;;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #2f4f4f;
    margin-top: 15px;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    /* text-transform: uppercase; */
}

.course_list-heading-row-right {
    background-color: #008F7A;
    border-radius: 2px 10px 10px 2px;
    border: 1px solid #2f4f4f;
    margin-top: 15px;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    /* text-transform: uppercase; */
}

.course_lead {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px #000 solid;
}

.course_lectureheading {
    font-family: 'Lato', sans-serif;
    background:none;
	border:none;
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.05em;
    line-height: 1.8;
    background-color: none;
	padding: 40px 0px;
    margin: 0px 0 0px 0;
}

.course_impact-note {
    position: relative;
    padding: 20px;
    line-height: 1.666;
    font-family: 'Lato', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    border: .1rem solid #25BB64;
    border-radius: .3rem;
    background-color: #25BB641A !important;
    z-index: 1;
}

.course_main-body {
    font-family: 'Merriweather', serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.8;
}

.course_index-body {
    font-family: 'Lato', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.8;
}

.course_indicators {
    font-size: 12px;
}

.course_references {
    padding-bottom: 12px;
    padding-top: 8px;
    line-height: 1.6;
}

.cel_z-icons-new-tab {
    /* padding-right: 6px; */
}

.course_small-h1 {
    display: block;
    /* font-family: 'Merriweather', serif; */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.0em;
    /* padding-bottom: 8px; */
}

.mc-instant-feedback_questionContainer {
    padding-bottom: 20px;
}

/* @media (min-width: 1200px) {}
.container {
    width: 940px;
}
} */