@charset "UTF-8";
/* General */

/* ----------- TEACHING PAGE ----------- */

.lessonsHeader {
	font-size: 110%;
	text-align:left;
	font-weight:700;
	margin-top:25px;
}

.lessonsStats {
	float:right;
	width:60%;
}

.lessonsStats ul {
	font-size:95%;
	color:#333;
}

.lessonsPicture {
	float:left;
	width:40%;
	text-align:center;
}

img.lessonsSelfPortrait {
	margin: 20px 25px 10px 0px;
	width: 90%;
	height: auto;
	max-width: 220px;
	box-shadow: 1px 1px 8px 0px #666;
}

.lessonsResults {
	width:100%;
	margin:0 auto;
	background-color:#d9d9d6;
	margin:1% 0; 
}

.lessonsResultsContent {
	padding:2%;
	font-size:90%;
	font-style:italic
}

.lessonsResultsTop {
	width:98%;
	background-color:#bfbfbf;
	padding: 1%;
}

.studentName {
	font-size: 100%;
	font-weight:700;
}

.studentNameSub {
	font-size:90%;
	color: #666;
	font-style:italic;
}

.studentWebsite {
	float: right;
	text-align:right;
	display:inline;
	font-size:90%;
}

.columnWrapper {
	width:100%;
	overflow: hidden;
}

.columnLeft {
	float:left;
	text-align:left;
	width:48%;
	display:inline;
}

.columnRight {
	float:right;
	text-align:left;
	width:48%;
}

.columnSection {
	text-align:left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform:uppercase;
	font-size: 12px;
	letter-spacing:2px;
	color: #1fada6;
	margin-top: 20px;
	margin-left: 3%;
	font-weight:600;
}

.columnContent {
	padding:5%;
}

img.testimonialsImage {
	width:100%;
	margin:0 auto;
	max-width: 680px;
}

.classImageWrapper {
	float:left;
	width:20%;
	display:inline-block;
}

img.classImage {
	width:100%;
	margin-top: 4%;
	border:1px solid #CCC;
}

.classInfo {
	float:right;
	text-align:left;
	width:77%;
	margin-left:3%;
}

.classTitle {
	text-transform:uppercase;
	font-size:140%;
	font-weight:700;
	letter-spacing:1px;
	color:#0003ef;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.classSubTitle {
	font-weight:700;
	color:#777;
	margin-top:0.3%;
}

.classDescription {
	font-size:90%;
}

.classSeats {
	color:#999;
	font-style: italic;
}

.classSchedule {
	margin-left:23%;
	font-size:86%;
	vertical-align:middle;
}

.classDate {
	display:inline-block;
	text-align:left;
	font-weight:800;
	vertical-align:top;
	color:#0003ef;
}

.classDateDetail {
	display:inline-block;
	padding-left:7%;
	font-size:90%;
	color:#666;
}

.classCapacity {
	display:inline-block;
	float:right;
	font-weight:700;
	color:#090;
}

.classAddToCart {
	display:inline-block;
	float:right;
	font-weight:700;
	font-style:italic;
	font-size:110%;
	padding-left:7%;
	color:#999;
}

.classAddToCart a {
	color:#e60000;
}

.classAddToCart a:hover {
	color:#1fada6;
}

.hrDashed {
	border:none; 
	border-top:1px dotted #666;  
	color:#666;  
	height:1px;  
	width:100%; 
	margin: 18px 0;
}

.classHrule1 {
	width:100%;
	height: 1px;
	margin: 10px 0;
}

.classHrule2 {
	width:100%;
	height: 2px;
	margin: 60px 0;
}

.classPrice {
	font-weight:700;
	font-size:105%;
	color:#090;
}

.workshop {
	font-style:italic;
	font-weight:700;
	font-size:110%;
	letter-spacing:1px;
	color:#ff0000;
	text-transform:uppercase;
}

.classLocationContainer {
	width:98%;
	max-width:470px;
	margin:0 auto;
	text-align:center;
}


.classPopupsTitle {
	color: #333;
	font-size: 120%;
	font-weight: bold;
}

.classPopupsText {
	width:98%;
	text-align:justify;
	margin:0 auto;
	padding-top:10px;
	font-size:98%;
}

.classPopupsText2 {
	width:98%;
	max-width:390px;
	text-align:justify;
	margin:0 auto;
	padding-top:5px;
	line-height:1.3;
	font-size:94%;
}

.classPopupsMapContainer {
	width:98%;
	margin:0 auto;
}

img.classPopupsMap {
	float: left;
	width:50%;
	height:auto;
	margin-top: 15px;
	border: 1px solid #999;
}

.classPopupsAddress {
	text-align:left;
	width:42%;
	display: inline-block;
	font-size:94%;
}


/* ----------- ONLINE COURSES PAGE ----------- */

.viewDetails {
	font-size: 160%;
	font-weight:700;
	text-align:right;
}

.boundaryOC {
	padding-top: 35px;
}

.OCInfo {
	float:right;
	text-align:left;
	width:77%;
	margin-left:3%;
}

.OCTitle {
	font-size:150%;
	margin-top:1%;
	font-weight:700;
	letter-spacing:1px;
	color:#0003ef;
	text-transform:uppercase;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.OCTitle a {
	text-decoration:none;
	color:inherit;
}

.OCSubTitle {
	color:#666;
	margin-top:0.3%;
	font-size:120%;
	font-weight:700;
}

.OCImageWrapper {
	float:left;
	width:20%;
	display:inline-block;
}

img.OCImage {
	width:100%;
	border:1px solid #CCC;
}

img.OCImageTop {
	max-width:490px;
	width:99%;
	margin-left:1%;
}

.OCPackageLink {
	font-size:120%;
	color:#ff0000;
	font-weight:700;
	text-align:center;
	margin:10px;
}

.OCQuoteWrapper {
	width: 90%;
	max-width:580px;
	height: auto;
	background-image: url('/teaching/online_courses/quote_left.png'), url('/teaching/online_courses/quote_right.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat;
	text-align:center;
	margin:0 auto;
}

.OCNav {
	width:100%;
	margin: 0 auto;
	margin-top: 12px;
	background-color:#d9d9d6;
	padding:6px 0px 6px 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:98%;
	color:#666;
	line-height:1.8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.OCLeftBox {
	float:left;
	width:66%;
	text-align:center;
}

.OCRightBoxR {
	float:right;
	width:33%;
	text-align:center;
	background-color:#f2f2f0;
	max-width:350px;
	margin-right:4px;
}

.OCRightBoxR ul {
	text-align:left;
}

.OCRightBox {
	float:right;
	margin-right:4px;
	width:33%;
	background-color:#f2f2f0;
	border-left: 0px solid #BDBBAE;
	max-width:350px;
}

.decOff a {
	text-decoration:none;
}

.enrollNow {
	max-width:170px;
	background:#FFD633;
	border-radius: 7px;
	border:1px solid black;
	margin:24px auto;
	font-size: 170%;
	letter-spacing:-1px;
	font-style:italic;
	font-weight:700;
	padding:15px 6px 15px 3px;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#000;
	text-align:center;
}

.enrollNow:hover {
	background:#FE0;
}

.length {
	padding-top:5px;
	text-align:center;
	font-size: 115%;
}

.selfPaced {
	text-align:center;
	font-size:90%;
}

.OCStats {
	padding-top:12px;
	font-size:90%;
	color:#666;
}

.courseOutline {
	margin-left:-25px;
	max-width:100%;
	text-align:left;
}

.courseOutline em {
	color:#C00;
}

.courseOutline strong {
	color:#00E;
}

.courseOutlineImages {
	max-width:25%;
	padding:15px 0 15px 15px;
	margin-right:-15px;
}

#packages {
  display: block;
  float:right;
  width: 125px;
  height: 125px;
  background: url("/teaching/online_courses/discount_packages.jpg") no-repeat 0 0;
  margin:3% 0% 1% 3%;
}

#packages:hover
{ 
  background-position: 0 -125px;
}

#packages span
{
  position: absolute;
  top: -999em;
}

.supportLink {
	font-size:170%;
	text-align:center;
}

.fileSize {
	font-size:115%;
	padding-top:0.5%;
	font-weight:600;
}

.video {
	text-align:left;
}

.completion {
	width:86%;
	max-width:550px;
	box-shadow:1px 1px 5px #999;
	padding:3%;
	border: 8px double #970;
	margin:3% auto;
	text-align:center;
	background-color:#DCDBCE;
}

.imageBoxBorder {
	float:left;
	width:33%;
}

.imageBoxBorder img {
	max-width:100%;
}

.OCTestimonials {
	margin:0 auto;
	max-width:700px;
}

.OCTestimonials em {
	color:#888;
}

.OCTestimonials p {
	padding:0 3%;
}

.FNP {
	border-left:1px solid #999;
}

.HIWRight {
	text-align:right;
}

.HIWLeft {
	text-align:left;
}

.videoWrapper {
	position:relative;
	padding-bottom:53.1%;
	padding-top:80px;
	height:0;
	width:98%;
	margin:0 auto;
}

.videoWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.freeVideo {
	text-align:center;
	padding:0 2%;
	margin:0 auto;
}

.section {
	margin: 0 auto;
	display:block;
	width: 88%;
	padding: 3% 5%;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:110%;
	border-style:solid;
	border-width:3px;
	border-color:#30CEC6;
	background-color:#F7F7F7
}

.sectionHead {
	font-size:120%;
	font-weight:800;
	text-transform:uppercase;
	color:#000;
}

.section li {
	margin:8px 0
}

.section a {
	color:#6D6D6D;
	font-weight:600;
}

.section a:hover {
	color:#1fada6;
}

.section a:visited {
	color:#BFBFBF;
}

.section strong {
	font-weight:200;
	font-style:italic;
	color:#BFBFBF;
	font-size:80%;
}

.section hr {
	border: none;
    height: 1px;
    color: #999; /* old IE */
    background-color: #999; /* Modern Browsers */
}

.topNote {
	text-align:center; 
	width:90%; 
	margin:0 auto; 
	padding:0px 0 24px 0; 
	color:#666;
	font-style:italic;
}

.outlineSubVideo {
	margin: 0 auto;
	display:block;
	width: 80%;
	font-size:80%;
}

.magenta {
	border-color:#E316E3;
}



 
 
 /* ************* Tablet ************* */
 
 @media only screen and (min-width: 710px) and (max-width: 999px) {
	 
/* ----------- TEACHING PAGE ----------- */

.lessonsHeader {
	text-align:left;
	margin-top:5%;
	margin-bottom:8%
}


img.lessonsSelfPortrait {
	margin: 20px 25px 10px 0px;
	width: 90%;
	height: auto;
	max-width: 250px;
	box-shadow: 1px 1px 8px 0px #666;
}

.classDate {
	width:20%;
}

.classDateDetail {
	padding-left:2%;
}

.classAddToCart {
	padding-left:5%;
}

.OCTitle {
	line-height:1.1;
}

 
 }
 
 
/* ************* SMARTPHONE ************* */
 
 @media only screen and (min-width: 150px) and (max-width: 709px) {
	 
/* ----------- TEACHING PAGE ----------- */

.lessonsHeader {
	font-size: 95%;
	margin-top:25px;
}

.lessonsStats {
	float:none;
	width:100%;
}

.lessonsStats ul {
	font-size:90%;
}

.lessonsPicture {
	float:none;
	width:100%;
	text-align:center;
}

img.lessonsSelfPortrait {
	margin: 20px 0 0 0;
	width: 100%;
	box-shadow: none;
	border: 1px solid #999;
	max-width:270px;
}

.lessonsCrop {
	height:320px;
	overflow:hidden;
}

.studentWebsite {
	float: none;
	text-align:left;
}

.columnSection {
	margin-top:10%;
}

.columnLeft {
	float:none;
	width:98%;
	margin-left:1%;
	margin-right:1%;
}

.columnRight {
	float:none;
	width:98%;
	margin-right:1%;
	margin-left:1%;
	margin-top:3%;
	display: inline;
}

.columnContent {
	padding:2%;
	margin-top:4%;
}

.classImageWrapper {
	width:100%;
	height:150px;
	float:none;
	overflow:hidden;
	text-align:center;
}

img.classImage {
	width:150px;
	box-shadow: none;
	margin-top:0;
}

.classInfo {
	float:none;
	width:98%;
	margin-left:1%;
	margin-top:20px;
	text-align:center;
}

.classTitle {
	font-size:110%;
	font-weight:700;
	letter-spacing:1px;
}

.classSubTitle {
	font-size:90%;
}

.classSchedule {
	font-size:100%;
	margin:0;
	background-color:#d9d9d6;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.classDate {
	font-size:90%;
}

.classDateDetail {
	padding-left:0%;
	font-size:90%;
	padding-top:2px;
}

.classCapacity {
	font-size:80%;
	padding-top:8px;
}

.classAddToCart {
	float:none;
	padding-left:0%;
	font-size:120%;
}

.classHrule2 {
	margin: 70px 0;
}

.workshop {
	font-size:90%;
	letter-spacing:1px;
}

img.classPopupsMap {
	float: none;
	width:100%;
	max-width:380px;
	margin-top: 15px;
}

.classPopupsAddress {
	width:100%;
	margin-top: 15px;
	margin-left: 0px;
	text-align:center;
}

/* ----------- ONLINE COURSES PAGE ----------- */

.viewDetails {
	font-size: 130%;
	text-align:center;
}

.boundaryOC {
	padding-top: 60px;
}

.OCInfo {
	float:none;
	text-align:center;
	width:100%;
	margin-left:0%;
}

.OCTitle {
	line-height:1.1;
}

.OCTitle a {
	font-size:85%;
	line-height:1.1;
}

.OCSubTitle {
	margin-top:5%;
	margin-bottom:5%;
	font-size:95%;
}

.OCImageWrapper {
	float:none;
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:7%;
	max-height:153px;
	overflow:hidden;
}

img.OCImage {
	width:100%;
	max-width:153px;
	box-shadow: none;
	border: 0px;
}

.OCQuoteWrapper {
	padding:1%;
	}

.OCLeftBox {
	float:none;
	width:100%;
}

.OCRightBoxR {
	float:none;
	width:90%;
	margin:10% 5%;
	border-radius:5px;
	padding-bottom:6px;
	margin: 0% auto;
	
}
	 
.OCRightBox {
	float:none;
	width:90%;
	margin:10% 5%;
	border-radius:5px;
	padding-bottom:6px;
	margin: 0% auto;
	
}

img.OCImageTop {
	width:100%;
	margin-left:0%;
}

.courseOutlineImages {
	max-width:100%;
	padding:15px 0 15px 0px;
	margin:0 auto;
	 
 }
 
 #packages {
  margin:5% 3% 1% -2%;
  float:left;
}

.supportLink {
	font-size:120%;
}

.video {
	text-align:center;
	padding-top:7%;
}

.imageBoxBorder {
	width:100%;
	text-align:center;
}

.imageBoxBorder img {
	width:98%;
	max-width:500px;
}

.OCTestimonials p {
	padding:0 2%;
}

.FNP {
	border-left:none;
}

.HIWRight {
	text-align:center;
}

.HIWLeft {
	text-align:center;
}

.videoWrapper {
	padding-top:10px;
	width:100%;
	margin-top: 50px;
}

.section {
	width: 84%;
	padding: 3% 3%;
}

.sectionHead {
	text-align:center;
	margin:5px 0;
}

.section li {
	margin:12px 0
}

.topNote {
	width:70%; 
	margin:0 auto; 
	padding:24px 0; 
}
	 
	 p.topNote {
		 margin-top:10px;
	 }

.outlineSubVideo {
	width: 90%;
}

 }