﻿body {
  margin: 0 auto;
  background:#d9f2f7;
  margin-top: 0;
  font-family: "Open+Sans", sans-serif;
  color: #3b3f45;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

#header{
  border: none;
  margin-bottom:0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  color: #00469a; }


h1 {
  top:10;
  z-index:2;
  margin-top: 20px;
	font-family: "Open+Sans", sans-serif;
  background:none;
  border-bottom:none;
	font-weight:700;
	color: #00469a;
  display:inline-block;
}

h2 {
  font-size: 30px;
  color: #00469a;
  font-weight:500;
  margin: 25px 0 30px -10px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: -1px;
  border:none;
  border-bottom: 1px solid #00469a; }

  h3 {
  font-size: 26px;
  border-bottom: none;
  margin: 25px 0 30px 10px;
  color: #00469a;
  font-weight: 600; }
  h3 .font {
    font-family: "Quicksand", sans-serif; }

  ul, ol {
  margin-left: 30px;
}

ul, li {
    font-size: 18px;
}


.container {
  background:#fff;
  max-width: 1170px;
  min-width: 540px;
  padding: 0px 30px 50px 30px;
  border-left: 1px solid #d9f2f7;
  border-right: 1px solid #d9f2f7;
  border-bottom: 1px solid #d9f2f7;
  border-top: 1px solid #d9f2f7;
  }
.footerContent .container {
  padding:0 30px;
}

 .mlp-banner {
  margin: -250px -30px 0px -30px;

}

.col-md-12 h1 {
  font-family: "Open+Sans", sans-serif;
  background-color:rgba(23,154,165,0.8);
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  max-width: 1170px;
  max-height: 200px;
  margin: 60px -20px;
  padding: -180px 40px;}


  .mlp-learning-outcomes {
    background: #bceef7;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: -1px -30px 0px -30px;
    padding: 20px 15px;
}

 .mlp-learning-outcomes p {
  margin-left: 15px;
  font-size: 24 px;
  font-weight:normal;}

  .mlp-learning-outcomes h2 {
  font-size: 30px;
  color: #00469a;
  font-weight:500;
  margin: 25px 0 30px 5px;
  font-family: "Quicksand", sans-serif;
  letter-spacing: -1px;
  border:none;
  border-bottom: 1px solid #00469a;}


table {
	margin: 6px 0 12px 0;
	border-collapse: collapse;
	border-bottom: 2px solid #666;}
table >caption{
  display:none;}


th {
	background-color: #B8DCDB;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #888888;
	padding: 5px;
	font-size: 1em;
	color: #000;
}

td {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #888888;
	font-size: 1em;
	color: #30302F;
  white-space: normal !important; 
  word-break: keep-all;
  word-wrap: break-word;
}

tr {
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	vertical-align: top;

}

.toc-table, .toc-table td, .toc-table tr {
	margin:0;
	border:none;
}



