﻿.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.essentialLearning .meetingBanner img {
	width: 100%;
	height: auto;
	}
	
.essentialLearning h1 {
    color: #77b84a;
    font-size: 30px;
    font-weight: normal;
}

.essentialLearning h2 {
    color: #333;
    font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.3125rem;
}
.essentialLearning ul.memberPrices, .essentialLearning ul.memberLogin {
	width: 45%;
	float: left;
	display: inline-block;
}
.essentialLearning ul.memberPrices li {
	color: red;
	font-weight: 700;
	list-style-type: none;
	padding-left: 1em;
	}
.essentialLearning ul.memberLogin {
		display: inline-block;
		width: 40%;
		}
		.essentialLearning ul.memberLogin li {
			list-style-type: none;
			padding: .25em 0;
			}
			.essentialLearning ul.memberLogin li label {
				font-weight: 700;
				width: 10em;
				display: inline-block;
				}
	
.essentialLearning .memberAccess {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 1em 0;
	}
	.essentialLearning .memberAccess  input[type="submit"] {
		float: right;
		background-color: #0079c2;
		border-color: #00619b;
		border-style: solid;
		border-width: 0;
		color: #fff;
		cursor: pointer;
		font-family: "Lato","Arial","Helvetica","Verdana",sans-serif;
		font-size: 0.85 em;
		font-weight: normal;
		line-height: normal;
		margin: 0.25 em 0;
		padding: 0.25em .5em 0.3em;
		position: relative;
		text-align: center;
		text-decoration: none;
		}
		.essentialLearning .memberAccess  input[type="submit"]:hover {
			background-color: #00619B;
		}
		
.essentialLearning .amount {
	color: red;
	font-weight: 700;
	}
	.essentialLearning .note{
		font-weight: 700;
		}
		
.purchase .essentialreceipt ul.paperDetials li {
	list-style-type: none;
	padding: .25em 0;
	}
	
.essentialLearning table.recordingLogin {
	border: 1px solid #999999;
	border-collapse: collapse;
	display: inline-block;
	float: left;
	}
	.essentialLearning table.recordingLogin td {
		border: 1px solid #999999;
		padding: 5px;
		}
	
@media print {
	header {display: none;}
	footer {display: none;}
	.essentialLearning h1 { color: #333;}
	img {display: none;
	}

