﻿@import url(https://fonts.googleapis.com/css?family=Lato:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700,900);


body {
    background-image: url(/sites/courses/1189/HLTH-614/media/images/bg-hex-green.png);
	background-repeat: repeat;
    background-size: 15%;
    font-family: 'Merriweather', serif;
	color: #3b3f45;
	font-size: 1.5em;
	line-height: 1.7;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 50px;
}

#header {
	margin-top: -20px;
}
#header,
#footer {
	background: #fff;
}
#header .container,
#footer .container {
	max-width: 100% !important;
	box-shadow: none !important;
	background: none !important;
	margin-bottom: 0;
}

#footer .container {
	margin-bottom: -10px;
}

.container {
	/* max-width: 930px;
    min-width: 540px; */
    margin: auto;
    padding: 0 40px;
    background: #fff !important;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.7);
	/* margin-bottom: 100px; */
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.course_headinginput  {
		font-family: 'Lato', san-serif;
		color: #425c77;
}

.course_headingkeypointswhite  {
		font-family: 'Lato', san-serif;
		color: #fdfdfd;
		font-size: 200%;
		font-weight: 700;
}
.course_headingkeypointsblue  {
		font-family: 'Lato', san-serif;
		color: #425c77;
		font-size: 200%;
		font-weight: 700;
}

h1 {
		background-color: #425C77;
		color: #FFF;
		font-weight: 700;
		font-size: 333%;
		line-height: 0.9;
		padding-top: 10px;
		padding-bottom: 20px;
		margin-left: -40px;
		margin-right: -40px;
		padding-left: 40px;
		padding-right: 40px;
		border: none;
	}

    h2 {
			font-weight: 700;
			font-size: 200%;
			margin-top: 24px;
			margin-bottom: 16px;
			margin-left: 0;
			padding-left: 0;
			border: none;
}
		h3 {
			font-weight: 700;
			font-size: 140%;
			margin-bottom: 16px;
			border: none;
		}
		h4 {
			font-size: 120%;
			font-weight: 700;
		}
		.course_headinginput {
			font-weight: 700;
			font-size: 1.5em;
			line-height: 34px;
			height: 34px;
			padding: 0px 1px 1px 10px;
		}
		p, li {
			font-family: 'Merriweather', serif;
			padding-bottom: 6px;

}

hr {
	border-top: 1px dashed #8c8b8b;
}

.course_header-week {
	font-size: 50%;
	font-weight: 400;
}

.copyright, .transcript, .formats {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	line-height: 1.1;
	padding-top: 5px;
}
.centerImageLarge {
	padding: 10px 20px 0 20px;
	border: 1px solid grey;
	border-radius: 5px;
	background-color: #eaeaea;
	/* margin: 20px 30px 30px 30px; */
	box-shadow: none;
}

.centerImageLarge .copyright {
	text-align: center !important;
}


.centerImageLarge .img-responsive img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	font-family: "Merriweather", serif;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 20px;
	border-left: none;
	background: #FFF;
	box-shadow: -2px 5px 18px rgba(0, 0, 0, 0.2);
	font-size: 85%;
	line-height: 1.35;
	display: block;
	quotes: "“" "”" "‘" "’";
	text-indent: -28px;
	padding-left: 40px;
}

blockquote p {
	font-family: "Merriweather", serif;
    font-size: 1.1em;
    text-indent: 0px !important;
    margin-top: -15px;
    padding-right: 25px;
    line-height: 1.5;
}
blockquote:before {
	font-family: "Raleway", sans-serif;
	color: #ccc;
	content: "\201C";
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.1em;
	vertical-align: -0.4em;
}
blockquote:after {
	font-family: "Raleway", sans-serif;
	color: #ccc;
	content: "\201D";
	font-size: 4em;
	line-height: 0.1em;
	margin-left: 0.1em;
	vertical-align: -0.4em;
	display: block;
	text-align: right;
}

/* .table-no-caption {
	display: none;
} */

.table-no-side-borders tr,
.table-no-side-borders td,
.table-no-side-borders th{
	border-left: none !important;
	border-right: none !important;
}

.table-no-side-borders {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

.divider {
	border-top: 1px dashed #8c8b8b;
	height: 2px;
}

.course_small {
	margin-top: -16px;
	font-size: 85%;
}

.course_bulletcheck {
    list-style: none;
    display: table;
}
.course_bulletcheck li {
    display: block;
    position: relative;
    padding-left: 20px;
}
.course_bulletcheck li:before {
    position: absolute;
    left: 0;
    margin: 0 7px 0 0;
    content: '✓';
    display: table-cell;
}



 /* This hides the caption on the table */
.table-no-caption>caption {
	display: none;
}

/* This changes what the caption, when displayed, looks like */
.table caption {
	color: #000000;
}
.alert-info {
    color:#000000 !important;
background-color:#e3fcff !important;
border:2px solid #2aaae0 !important;
}

.alert-warning{
    color:#ffffff !important;
background-color:#425c77 !important;
}



/* Table styling */
.red-background {
    background:#ebccd1;
}
.blue-background {
    background:#d9edf7;
}
