body {
font: 11px Verdana, Geneva, sans-serif;
}
body {
color: #000000;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height: 18px;
}

.header {
	background: #FFFFFF;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.course-information * {
	text-shadow: 0 1px 0 #FFFFFF;
}

a.email {
	color: #1d3994;
	text-decoration: underline;
	border-bottom: 0 none !important;
}

a.email:hover {
	color: #1d3994;
	text-decoration: underline;
}

a.email-icon-before:before {
	/*fontawesome*/
	content: "\f003";/*envelope*/
	-moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    margin-right: 3px;
}

.course-information h1 {
	color: #000000;
	font-family: 'Trade Gothic Next W01';
	display: inline-block;
    float: left;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 12px;
}

.course-information img {
    display: inline-block;
    float: left;
    height: 50px;
    width: 50px;
}

.course-information h2 {
	color: #000000;
	font-family: 'Trade Gothic Next W01';
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	padding: 15px 10px 10px 0;
	border-top: 1px solid #990000;
	margin: 15px 0 0;
}

.course-information .label {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
}

.course-information .text {
	font-size: 13px;
	line-height: 1.4em;
}

.course-information .misc-text {
	margin: 15px 0 0;
	font-style: italic;
	font-size: 12px;
	color: #333333;
}

.course-information table,
.course-information tbody,
.course-information tr,
.course-information td {
	padding: 0;
	margin: 0;
}

.course-information td {
	padding: 5px 10px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #DDDDDD;
}

.course-information table .label {
	background: #E3E3E3;
	min-width: 200px;
	max-width: 240px;
}

.course-information table .text {
	background: #EEEEEE;
}

.course-information a {
	text-decoration: none;
	border-bottom: 1px dashed #990000;
}

.course-information a:hover {
	border-bottom: 1px solid #990000;
}

.course-information .contact-info {
	display: inline-block;
	margin-right: 60px;
}

.course-information .contact-name {
	font-weight: bold;
}

/* General button style (reset) */
.sbu-cta {
	border: none;
	font-family: inherit;
	font-size: 13px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 5px 15px;
	display: inline-block;
	margin: 5px 10px 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none !important;
}

.sbu-cta:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* sbu-cta 1 */
.sbu-cta-1 {
	border: 2px solid #660000 !important;
	color: #660000;
}

/* sbu-cta 1a */
.sbu-cta-1a:hover,
.sbu-cta-1a:active {
	color: #FFF;
	background: #990000;
	text-shadow: 0 1px 0 #000000;
}

.sbu-cta-2 {
	background: #990000;
	text-shadow: 0 1px 0 #000000;
	border: 2px solid #660000 !important;
	color: #FFFFFF;
}

/* sbu-cta 1a */
.sbu-cta-2a:hover,
.sbu-cta-2a:active {
	color: #FFFFFF;
	background: #AA0000;
	text-shadow: 0 1px 0 #000000;
	box-shadow: 0 0 1px #550000 inset;
}

.external-link:after {
	/*fontawesome*/
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
			
	content: "\f08e";
	margin-left: 5px;
	position: relative;
	z-index: 1;
}
