@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	width: auto;
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.recentlesson img {
	text-align:center;}
.messagebar {
	background-color: #d26417;
background-image: linear-gradient(147deg, #d26417 0%, #e9a74a 74%);

}
.heroparallax {
	min-height:400px;
	background:transparent;
}
.newdrawingheadercontainer {
	background-color:#d1f0fa;
}
.diagonalstripe {
	background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(100deg, #efefef 50%, #f9f9f9 50%);
  clear:both;
}
.lessonplansstripe {
	background-color: #faf9d1;
  background-image: -webkit-linear-gradient(100deg, #f9f9f9 50%, #faf9d1 50%);
  clear:both;
}
.coursesstripe {
	background-color: #c8d1d1;
  background-image: -webkit-linear-gradient(100deg, #f9f9f9 50%, #c8d1d1 50%);
  clear:both;
}
.digitalstripe {
	background-color: #fadcd1;
  background-image: -webkit-linear-gradient(100deg, #f9f9f9 50%, #fadcd1 50%);
  clear:both;
}
.fundamentalsstripe {
	background-color: #dcfad1;
  background-image: -webkit-linear-gradient(100deg, #f9f9f9 50%, #dcfad1 50%);
  clear:both;
}
.drawingstripe {
	background-color: #d1f0fa;
  background-image: -webkit-linear-gradient(100deg, #f9f9f9 50%, #d1f0fa 50%);
  clear:both;
}
.paintingstripe {
	background-color: #eedefe;
  background-image: -webkit-linear-gradient(100deg, #f9f9f9 50%, #eedefe 50%);
  clear:both;
}
.membershipcard a:hover{
	text-decoration:underline;
}
.QuickJump a:hover{
	text-decoration:underline;
}
.featuredcoursewhite {
	display:inline-block;
	padding-bottom:1%;
	margin-left:2%;
	margin-right:2%;
	width:96%;
	box-shadow: 0px 0px 40px 0px #d2d2d2;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 40px 0px #d2d2d2;
	-webkit-box-shadow: 0px 0px 40px 0px #d2d2d2;
}
.overlays {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index:9999;
}
.overlays:target {
  visibility: visible;
  opacity: 1;
  z-index:9999;
}
.memberstopfeatured h4 {
  background-color: rgba(36, 130, 189, 0.8);
  position: absolute;
  width: 96%;
  bottom: 0px;
  right: 0px;
  padding: 2%;
  margin:0%;
  display: block;
  color: white;
  font-size: 20px;
  font:open-sans;
  font-weight:300;
  z-index:1;
}
.memberstopfeatured {
	position: relative;
	overflow: hidden;
}

.popups {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in;
  z-index:9999;
}
.boxs {
  width: 20%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index:9999;
}
.popups h2 {
  margin-top: 0;
  margin-bottom:2%;
  color: #636363;
  font-size:30px;
  font-family: Arial, sans-serif;
  z-index:9999;
}
.popups .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 0ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
  z-index:9999;
}
.popups .close:hover {
  color: #2482bd;
  z-index:9999;
}
.popups .content {
  max-height: 30%;
  overflow: auto;
  z-index:9999;
}
.rolloverlive2 {
	position: relative;
	width: 100%;
}
.rolloverlive2 img {
    width:100%;
    vertical-align:top;
}	
.rolloverlive2:after {
    content:'';
    color:#fff;
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.3);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.rolloverlive2:hover:after {
    opacity:1;
}
.showmore a:link {
	color:#2482bd;
}
.showmore a:visited {
	color:#2482bd;
}
.showmore a:hover {
	color:#2482bd;
}
.articlelink {
	color:#636363;
}
.articlelink a:visited {
	color:#636363;
}
.articlelink a:hover {
	color:#636363;
}


.featureddescription a:link {
	color:#2482bd;
	text-decoration: underline;
}
.featureddescription a:visited {
	color:#2482bd;
}
.featureddescription a:hover {
	color:#2482bd;
}
.featuredtitle a:link {
	color:#636363;
	text-decoration: none;
}
.featuredtitle a:visited {
	color:#636363;
}
.featuredtitle a:hover {
	color:#2482bd;
}


		
.articlelessons {
	float: none;
	width: 219px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	overflow-x: hidden;
	overflow-y: hidden;
	border-style:none;
}
.sidebarbutton {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.sidebarbutton:hover, .sidebarbutton:focus, .sidebarbutton:active {
  background-color: #2482bd;
  color: white;
}
.sidebarimagelinks {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.sidebarimagelinks:hover, .sidebarimagelinks:focus, .sidebarimagelinks:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -ms-transform: scale(1.05);
}
/* Underline Reveal */
.pagemenunav {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}
.pagemenunav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pagemenunav:hover:before, .hvr-underline-reveal:focus:before, .pagemenunav:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.drawinglessonsnav {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}
.drawinglessonsnav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.drawinglessonsnav:hover:before, .hvr-underline-reveal:focus:before, .pagemenunav:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.paintinglessonsnav {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}
.paintinglessonsnav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.paintinglessonsnav:hover:before, .hvr-underline-reveal:focus:before, .pagemenunav:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


#swiffycontainer{
          width: 300px; height: 225px
}
.masonrycontainer {
	width: 100%;
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-left: 0%;
}
.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	float: left;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
a.anchor {
	display:block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
a.newanchor {
	display:block;
    position: relative;
    top: -60px;

}
.gridcardtitleinline
{
	color: #636363;
	padding: 2%;
	text-align: center;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	width: 96%;
	font-size: 18px;
}
.gridcardtitleinline a:link
{
	color:#636363;
    text-decoration: none;
}
.gridcardtitleinline a:visited
{
	color:#636363;
    text-decoration: none;
}
.gridcardtitleinline a:active
{
	color:#636363;
    text-decoration: none;
}
.gridcardtitleinline a:hover
{
	color: #2482bd;
	text-decoration: none;
}
.gridcardtitle a:link
{
	color:#636363;
    text-decoration: none;
}
.gridcardtitle a:visited
{
	color:#636363;
    text-decoration: none;
}
.gridcardtitle a:active
{
	color:#636363;
    text-decoration: none;
}
.gridcardtitle a:hover
{
	color: #2482bd;
	text-decoration: none;
}
.membersjoin a:link
{
	color:#ffffff;
    text-decoration: none;
} 
.membersjoin a:hover
{
	color:#ffffff;
    text-decoration: none;
} 
.membersjoin a:visited
{
	color:#ffffff;
    text-decoration: none;
} 
.memberrollovernew:hover .memberhover {
	display: block;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	line-height: 120%;
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
}
.memberhover {
	display: none;
	font-size: medium;
	}
	.memberrollovernew:hover .membersjoin {
		display:none;
	}
.memberrollovernew a:link {
	color:#ffffff;
	text-decoration:none;}
	
.gridcardimage img{
width: 92%;
}

	
	@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.searchboxtop:hover{
}
.includedtopnew {
	background-color: #eac73c;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 4%;
	padding-right: 4%;
	color: #636363;
	font-size: medium;
	text-align: center;
	font-family: open-sans;
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
}
.includedtopnew a:link{
	text-decoration:underline;
	color:#2482bd;
}
.includedtopnew a:visited{
	text-decoration:underline;
	color:#2482bd;
}
.includedtopnew a:hover{
	text-decoration:underline;
	color:#2482bd;
}

}
/* Mobile Layout: 480px and below. */
.LessonPlanHeader a:link{
	text-decoration:none;
}
#mobilelinksnew {
	display:block;
}
.LessonPlanHeader a:hover{
	text-decoration:none;
}
.LessonPlanHeader a:active{
	text-decoration:none;
}
.LessonPlanHeader a:visited{
	text-decoration:none;
}
#Content h1 {
	font-family:open-sans;
	color:#636363;
	font-size:xx-large;
	margin-top:1%;
	margin-bottom:1%;
	line-height:120%;

}
#Content h2 {
	font-family: open-sans;
	color: #636363;
	font-size: x-large;
	margin-top: 4%;
	margin-bottom: 2%;
	line-height: 175%;
	font-weight: 300;
}
#Content h3 {
	font-family:open-sans;
	color:#636363;
	font-size:x-large;
	margin-top:4%;
	margin-bottom:2%;
	line-height:120%;
	font-weight:300;

}
.contentminimal h1 {
	font-family: open-sans;
	color: #636363;
	font-size: xx-large;
	margin-top: 1%;
	margin-bottom: 1%;
	line-height: 120%;
}
.contentminimal h2 {
	font-family: open-sans;
	color: #636363;
	font-size: x-large;
	margin-top: 4%;
	margin-bottom: 2%;
	line-height: 175%;
	font-weight: 300;
}
.contentminimal h3 {
	font-family:open-sans;
	color:#636363;
	font-size:x-large;
	margin-top:4%;
	margin-bottom:2%;
	line-height:120%;
	font-weight:300;

}
 button1 {
	border: 0;
	transition: background-color 0.5s ease;
	background: #fb8e01;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #fff;
	cursor: pointer;
	font: inherit;
	margin: 2%;
	outline: 0;
	padding: 12px 40px;
	transition: all .1s linear;
	-webkit-box-shadow: 0 0px 0 #9f5b03;
 }
button1:hover {
  background-color: #fea129;
  text-decoration: none; 
}

button1:active {
	box-shadow: 0 0px 0 #9f5b03;
	transform: translateY(3px);
	-webkit-box-shadow: 0 0px 0 #9f5b03;
} 
buttonblue {
	border: 0;
	transition: background-color 0.5s ease;
	background: #2482bd;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #fff;
	cursor: pointer;
	font: inherit;
	margin: 1%;
	outline: 0;
	width: 88%;
	font-size: 18px;
	margin: auto;
	float: left;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
buttonblue:hover {
  background-color: #e57e38;
  text-decoration: none; 
}

buttonblue:active {

}
buttonbluer {
	border: 0;
	display: inline-block;
	transition: background-color 0.5s ease;
	background: #2482bd;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #fff;
	cursor: pointer;
	font: inherit;
	float: none;
	margin: 1% auto 1% auto;
	outline: 0;
	font-size: 20px;
	text-align: center;
	padding-top: 8px;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 8px;
	transition: all .1s linear;
	clear: both;
 }
buttonbluer:hover {
  background-color: #e57e38;
  text-decoration: none; 
}

buttonbluer:active {

}
buttonwhiter {
	border: 0;
	display: inline-block;
	transition: background-color 0.5s ease;
	background: #2482bd;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	float: none;
	margin: 1% auto 1% auto;
	outline: 0;
	font-size: 20px;
	text-align: center;
	padding-top: 8px;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 8px;
	transition: all .1s linear;
	clear: both;
	box-shadow: 0px 8px 8px 0px #B66012;
	-webkit-box-shadow: 0px 8px 8px 0px #B66012;
	border-color: #2482bd;
	transition-property: box-shadow;
	transition-property: transform;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	width: 80%;
 }
buttonwhiter:hover {
  background-color: #1E628D;
  text-decoration: none; 
  color:#ffffff;
 box-shadow: 0px 8px 8px 0px #B66012;
	-webkit-box-shadow: 0px 8px 8px 0px #B66012;
}

buttonwhiter:active {

}
buttonbluez {
	border: 0;
	display: inline-block;
	transition: background-color 0.5s ease;
	background: #2482bd;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #fff;
	cursor: pointer;
	font: inherit;
	float: none;
	margin: 1% auto 1% auto;
	outline: 0;
	font-size: 20px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: all .1s linear;
	clear: both;
	width: auto;
 }
buttonbluez:hover {
  background-color: #e57e38;
  text-decoration: none; 
}

buttonbluez:active {

}
buttonbluereverse {
	border: 2px;
	border-style: solid;
	border-color: #2482bd;
	display: inline-block;
	transition: background-color 0.5s ease;
	background: #ffffff;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #2482bd;
	cursor: pointer;
	font: inherit;
	float: none;
	margin: 1% auto 1% auto;
	outline: 0;
	font-size: 20px;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	transition: all .1s linear;
	clear: both;
	width: auto;
 }
buttonbluereverse:hover {
	border: 2px;
	border-style:solid;
	border-color:#e57e38;
  background-color: #e57e38;
  color:#fff;
  text-decoration: none; 
}

buttonbluereverse:active {

}
buttonorange {
	border: 0;
	transition: background-color 0.5s ease;
	background: #e57e38;
	border-radius: 4px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #fff;
	border: 1px solid #e57e38;
	cursor: pointer;
	font: inherit;
	outline: 0;
	width: 88%;
	display: block;
	font-size: 18px;
	margin: auto;
	float: none;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
buttonorange:hover {
  background-color: #2482bd;
  border: 1px solid #2482bd;
  text-decoration: none; 
}

buttonorange:active {

}
.downloadbuttonnew {
	border: 2px;
	border-color:#636363;
	border-style:solid;
	transition: background-color 0.5s ease;
	background: #ffffff;
	border-radius: 0px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #636363;
	cursor: pointer;
	font: inherit;
	margin: 1%;
	outline: 0;
	width: 50%;
	font-size: 18px;
	margin: auto;
	float: left;
	text-align: center;
	padding: 1% 6%;
	transition: all .1s linear;
 }
.downloadbuttonnew:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none; 
}

.downloadbuttonnew:active {

}
buttonjoin { border: 0;
transition: background-color 0.5s ease;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0px 0 #9f5b03;
  color: #2482bd;
  cursor: pointer;
  font: inherit;
  outline: 0;
  padding: 0% 4%;
  transition: all .1s linear;
  float:right;
 }
buttonjoin:hover {
  background-color: #195d87;
  text-decoration: none; 
  color:#ffffff;
}

buttonjoin:active {
  box-shadow: 0 0px 0 #9f5b03;
  transform: translateY(3px);
}
buttonlogin {
  border: 0;
transition: background-color 0.5s ease;
  background: #2482bd;
  border-radius: 4px;
  box-shadow: 0 0px 0 #9f5b03;
  color: #fff;
  cursor: pointer;
  font: inherit;
  outline: 0;
  padding: 10% 18%;
  transition: all .1s linear;
 }
buttonlogin:hover {
  background-color: #195d87;
  text-decoration: none; 
  color:#ffffff;
}

buttonlogin:active {
  box-shadow: 0 0px 0 #9f5b03;
  transform: translateY(3px);
} 
buttonsignup {
  border: 0;
transition: background-color 0.5s ease;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0px 0 #9f5b03;
  color: #2482bd;
  cursor: pointer;
  font: inherit;
  outline: 0;
  padding: 10% 18%;
  transition: all .1s linear;
 }
buttonsignup:hover {
  background-color: #195d87;
  text-decoration: none; 
  color:#ffffff;
}

buttonsignup:active {
  box-shadow: 0 0px 0 #9f5b03;
  transform: translateY(3px);
}
 button3 {
  border: 0;
transition: background-color 0.5s ease;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 5px 0 #373b40;
  color: #f8891c;
  cursor: pointer;
  font: inherit;
  margin: 2%;
  outline: 0;
  padding: 12px 40px;
  transition: all .1s linear;
 }
button3:hover {
  background-color: #f8891c;
  text-decoration: none; 
  color: #ffffff;
}

button3:active {
  box-shadow: 0 2px 0 #f8891c;
  transform: translateY(3px);
} 
button4 {
	transition: background-color 0.5s ease;
	border-radius: 4px;
	box-shadow: 0 0px 0 #373b40;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	margin: 2%;
	outline: 0;
	padding-top: 1%;
	padding-right: 6%;
	padding-left: 6%;
	padding-bottom: 1%;
	transition: all .1s linear;
	-webkit-box-shadow: 0 0px 0 #373b40;
	background-color: transparent;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	width: 80%;
 }
button4:hover {
	background-color: #ffffff;
	text-decoration: none;
	color: #2482bd;
}

button4:active {
	box-shadow: 0 2px 0 #2482bd;
	transform: translateY(3px);
	-webkit-box-shadow: 0 2px 0 #2482bd;
} 
.mobilebuttons
a:hover
{
	color:transparent;
    text-decoration: none;
}
.mobilebuttons
a:link
{
	color:transparent;
    text-decoration: none;
}
.mobilebuttons
a:visited
{
	color:transparent;
    text-decoration: none;
}
.buttonbox 
a:hover
{
	color:transparent;
    text-decoration: none;
}
.buttonbox 
a:link
{
	color:transparent;
    text-decoration: none;
}
.buttonbox 
a:visited
{
	color:transparent;
    text-decoration: none;
}
.buttoncontainer 
a:hover
{
	color:transparent;
    text-decoration: none;
}
.buttoncontainer 
a:link
{
	color:transparent;
    text-decoration: none;
}
.buttoncontainer 
a:visited
{
	color:transparent;
    text-decoration: none;
}
 button2 {
  border: 0;
transition: background-color 0.5s ease;
  background: #fb8e01;
  border-radius: 4px;
  box-shadow: 0 5px 0 #9f5b03;
  color: #fff;
  cursor: pointer;
  font: inherit;
  margin: 4%;
  outline: 0;
  padding: 6px 20px;
  transition: all .1s linear;
 }
button2:hover {
  background-color: #fea129;
  text-decoration: none; 
}

button2:active {
  box-shadow: 0 2px 0 #9f5b03;
  transform: translateY(3px);
}
button7 {
	width:88%;
	text-align:center;
transition: background-color 0.8s ease;
  border-radius: 4px;
  display:block;
border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  outline: 0;
  padding: 2% 6%;
    transition: all .1s linear;
margin:0%;
 }
button7:hover {
	background-color: #e57e38;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #e57e38;
}
.newbuttoncontainer a:hover
{
	color:transparent;
    text-decoration: none;
}
.newbuttoncontainer a:link
{
	color:transparent;
    text-decoration: none;
}
.newbuttoncontainer a:visited
{
	color:transparent;
    text-decoration: none;
}
 
.fordollar
	a:hover
{
    text-decoration: underline;
	color: #fff;
}
.fordollar
	a:link
{
    text-decoration: underline;
	color: #2482bd;
}
.fordollar
	a:visited
{
    text-decoration: underline;
	color: #2482bd;
}
.homebutton
	a:hover
{
    text-decoration: none;
}
.homebutton
a:link
{
    text-decoration: none;
}
.elementsblock
	a:hover
{
    text-decoration: none;
}
.abouthomeright
a:link
{
    text-decoration: none;
}
.abouthomeright
a:hover
{
    text-decoration: none;
}
.elementsblock
	a:link
{
    text-decoration: none;
}
.LessonsIndex
a:link
{
    text-decoration: none;
}
.LessonsIndex
a:hover
{
    text-decoration: none;
}
.becomeamembernew
	a:hover
{
    text-decoration: none;
}
.becomeamembernew
	a:link
{
    text-decoration: none;
}
.watercolordes
	a:hover
{
    text-decoration: none;
}
.watercolordes
	a:link
{
    text-decoration: none;
}
.pasteldesnew
	a:hover
{
    text-decoration: none;
}
.pasteldesnew
	a:link
{
    text-decoration: none;
}
.coloreddesnes 
	a:hover
{
    text-decoration: none;
}
.coloreddesnes 
	a:link
{
    text-decoration: none;
}
.secretsblock 
	a:hover
{
    text-decoration: none;
}
.secretsblock 
	a:link
{
    text-decoration: none;
}
.oildesnew 
	a:hover
{
    text-decoration: none;
}
.oildesnew 
	a:link
{
    text-decoration: none;
}
.optin1body 
	a:hover
{
    text-decoration: none;
}
.optin1body 
	a:link
{
    text-decoration: none;
}
.CheckCourses 
	a:hover
{
    text-decoration: none;
}
.CheckCourses
	a:link
{
    text-decoration: none;
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	background-color: #FFFFFF;
}
#Header {
	width: 100%;
	padding-left: 0px;
	display: none;
}
#Navigation {
	display: block;
	padding-left: 0%;
	padding-right: 0%;
	width: 100%;
	z-index: 2;
	background-color: #443f3b;
}
#Content {
	background-color: #FFFFFF;
	width: 90%;
	display: block;
	font-size: medium;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 5%;
	padding-right: 5%;
	color: #636363;
	font-family: open-sans;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
#headerimage {
	width: 100%;
	margin-left: 0;
	float: left;
}
#Logo {
}
#HeaderLink {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
#SocialImage {
}
#Facebook {
}
#Search {
	width: 90%;
	margin-left: 5%;
	clear: both;
	padding-left: 0%;
	padding-right: 0%;
	margin-right: 5%;
}
#Newsletter {
	width: 90%;
	padding-bottom: 5px;
	margin-left: 5%;
	clear: both;
	margin-right: 5%;
	color: #2482BD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	line-height: 30%;
	text-align: center;
}
#ConnectwithMe {
	width: 21.0526%;
	margin-left: 0;
	clear: both;
	display: none;
}
#SocialButtons {
width: 73.6842%;
margin-left: 5.2631%;
clear: none;
}
#ConnectImage {
width: 73.6842%;
margin-left: 5.2631%;
clear: none;
}
#Sidebar {
	width: 90%;
	clear: both;
	margin-left: 5%;
	margin-right: 5%;
}
#FaceBook {
}
#TeacherPack {
	padding-bottom: 10px;
}
#FooterBottom {
	left: auto;
	right: auto;
}
#Podcast {
	padding-bottom: 10px;
}
#Footer {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-bottom: 5%;
	background-color: #2482BD;
	color: #FFFFFF;
	text-align:center;
	font-size: small;
}
#Footer a:link{
    color:#FFFFFF; 
	text-decoration:none;}
	#Footer a:visited{
    color:#FFFFFF;}
#DesktopNavigation {
display: none;
}
#MembersLearnMore {
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}
#MobileHeader {
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #433e3b;
	clear: both;
}
#AdsenseTop {
	display: block;
	color: #CCCCCC;
	font-size: xx-small;
	margin-top: 5px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
	padding-bottom: 5px;
	clear: both;
	margin-bottom: 5px;
}
#AdsenseMobile {
}
#Pinterest {
	width: 250px;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#FamPhoto {
}
#div7 {
	width: 96%;
	clear: both;
	margin-left: auto;
	margin-bottom: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-right: auto;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #ffffff;
	margin-top: 3%;
}
#div7 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div7 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div7 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
	
#div2 {
	padding-bottom: 10px;
	clear: both;
	margin-left: 0;
	color: #2482BD;
	text-align: center;
	font-size: x-large;
}
#div15 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div15 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div15 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div15 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#BySubject {
	padding-bottom: 10px;
	text-align: center;
	font-size: large;
}
#AdsenseBottom {
	width: 300px;
	padding-bottom: 10px;
	left: auto;
	right: auto;
	float: none;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCCC;
	font-size: x-small;
}
#div1 {
z-index: 2;
}
#div3 {
	padding-bottom: 10px;
	text-align: left;
	font-size: normal;
}
#div3 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div3 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div3 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
#div4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div4 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div4 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div4 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
#div5 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div5 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div5 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div5 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div6 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div6 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div6 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div6 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div8 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div8 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div8 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div8 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div9 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div9 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div9 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div9 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div10 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div10 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div10 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div10 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div11 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div11 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div11 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div11 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div12 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div12 a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div12 a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#div12 a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#mem {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 3%;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
	padding-left: 2%;
	width: 96%;
	background-color: #FFFFFF;
}
#mem a:link{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#mem a:visited{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#mem a:hover{
    color:#2482bd;
	
	text-transform: uppercase;
	font-weight: bold;}
	
#eximg {
width: 100%;
}
#responsivead {
	background-color: #FFFFFF;
}
.Photos {
width: 100%;
clear: both;
margin-left: 0;
}
.Adsenseside {
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
.IndexContent {
}
.IndexContent {
}
.IndexMembercontent {
	width: 90%;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 4px;
	padding-bottom: 5%;
	background-color: #FFFFFF;
	left: auto;
	right: auto;
	padding-left: 5%;
	padding-right: 5%;
	color: #636363;
	font-family: open-sans;
	font-size: medium;
	font-style: normal;
	font-weight: 300;
}
.courses {
width: 100%;
}
.thumbimage {
	width: 98%;
	margin-left: 0;
}
.LessonsIndex {
	width: 92%;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 10px;
	padding-left: 4%;
	padding-right: 4%;
	left: auto;
	right: auto;
	clear: both;
	color: #636363;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Indextop {
	padding-bottom: 20px;
	color: #363636;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 2%;
	padding-right: 2%;
	width: 94%;
	padding-top: 2%;
}
.brushphoto {
	width: 100%;
	padding-bottom: 5px;
}
.fluidthird {
	width: 90%;
	clear: none;
	margin-left: 5%;
	margin-bottom: 10px;
	margin-right: 5%;
	float: left;
}
.fluidmore {
width: 100%;
}
.InfoBox {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	background-color: #ffffff;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #636363;
	font-family: open-sans;
	font-size: medium;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
.AboutMe {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	color: #636363;
	font-family: open-sans;
	font-size: medium;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
.SocialTop {
}
.connectwithmetop {
}
.Sidebartop {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.insideaboutme {
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	width: 96%;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}
.like_box_wrapper {
}
.facebookbox {
	width: 100%;
	padding-bottom: 10px;
}
.bottomfooter {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
.bottomfooter a:visited{
	color: #ffffff;
}
.bottomfooter a:link{
	color: #ffffff;
}
.pinterest {
	width: 100%;
	float: right;
}
.adsbygoogle {
 background: #ffffff;
}
.newheader {
	clear: both;
}
.newheaderlogo {
}
.newlogo {
}
.centered {
}
.whitebackground1 {
}
.ColoredPencilChart {
}
.ArtVideoCourses {
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	padding-right: 4%;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #eaeaea;
}
.Pastelandscape {
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	padding-right: 4%;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #f3eddd;
}
.OilPaintingMaster {
	border-radius: 10px;
	background-color: #eafbff;
	border: medium solid #2482bd;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	padding-right: 4%;
	width: 90%;
}
.LiveLessons {
	border-radius: 10px;
	background-color: #f2fbff;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-top: 4px;
	padding-bottom: 5%;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.TheElementscourse {
	width: 90%;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 4%;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #fff5ef;
	padding-right: 4%;
}
.SubjectHeader {
	margin-bottom: 4%;
}
.newslettersignup {
	background-color: #FFFFFF;
}
.slider {
}
.videocoursedescription {
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	padding-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	background-attachment: scroll;
	-webkit-box-shadow: inset 0px 0px 0px 0px #44494E;
	box-shadow: inset 0px 0px 0px 0px #44494E;
	background-size: cover;
}
.social {
	padding-left: 5%;
	width: 95%;
}
.indexlead {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 4%;
	padding-bottom: 4%;
	color: rgba(212,212,212,1.00);
	text-align: left;
	font-family: open-sans;
	font-size: medium;
	background-image: url(images/pencils.jpg);
	font-style: normal;
	line-height: 175%;
}
.indexleadinsert {
}
.transparentcontainer {
}
.Title {
}
.Indexcoursesections {
}
.coursesectionleft {
}
.coursesectionright {
}
.sectionleftwide {
}
.sectionrightshort {
}
.shortleft {
}
.longright {
}
.imagealign {
}
.imagealignright {
}
.Newsletterstrip {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #4A4949;
	color: #FFFFFF;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
}
.Newsletterinfo {
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}
.newsletterinforight {
	padding-left: 0%;
	padding-right: 0%;
	width: 100%;
	padding-bottom: 3%;
}
.newstitle {
	font-family: open-sans;
	font-size: large;
	font-style: normal;
	font-weight: 300;
}
.Blogstrip {
	color: #FFFFFF;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: open-sans;
	font-size: large;
	background-color: #4A4949;
	font-style: normal;
	font-weight: 300;
}
.titleblog {
}
.more {
}
.Formembers {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.memberstitle {
	color: #636363;
	font-family: open-sans;
	font-size: x-large;
	padding-bottom: 2%;
	font-weight: 300;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	font-style: normal;
}
.memberscontent {
	text-align: center;
	color: #4A4949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	clear: none;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
.courseimage {
}
.colorbar {
}
.colorbarlast {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LessonPlanHeader {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 4%;
	padding-bottom: 4%;
	background-image: url(images/lessonplanbackground.jpg);
	background-size: cover;
	color: #E2DFDF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
}
.LessonPlanDescription {
}
.ulpimage {
}
.Ultimate {
}
.videoholder {
}
.Ulpabout {
}
.FundamentalsHeader {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: url(images/fundamentalsbackground.jpg);
	background-size: cover;
}
.fundamentalswriteup {
}
.artfundamentalsheader {
	width: 90%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
}
.Artfundamentalsinfo {
	margin-left: auto;
	margin-right: auto;
}
.AboutMeHeader {
	background-color: #233039;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
}
.headerinfo {
	width: 100%;
	color: #DCD6D7;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
}
.famphoto3 {
	width: 90%;
	/* [disabled]margin-left: auto; */
	/* [disabled]margin-right: auto; */
	font-size: small;
}
.bottomimage {
}
.tabletmobileme {
	padding-top: 2%;
	padding-bottom: 3%;
}
.disclaimer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2482BD;
	font-style: italic;
}
.fixedtest {
}
.drawingofmeleft {
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	line-height: 175%;
}
.drawingofme {
}
.videocoursetext {
}
.coursesheader {
}
.LessonPlanAdditional {
	border-radius: 10px;
	border-color: #2482bd;
	border-style: solid;
	width: 94%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #E7E6E6;
	margin-bottom: 4%;
}
.scrollingsidebar {
}
.Scrollingelement {
}
.sidebarBox {
	display: none;
}
.scrollingBox {
}
.TabletCourse {
	padding-bottom: 2%;
	max-width: 300px;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 5%;
	margin-right: 0%;
	clear: none;
	display: none;
}
.adcentered {
	color: #D2D2D2;
	font-size: x-small;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 2%;
	margin-top: 2%;
}
.materials {
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	background-color: #EBEBEB;
	margin-bottom: 1%;
}
.materials a:link{
    color:#2482bd;}
.test {
}
.headercontainer {
	float: none;
	clear: both;
}
.navcontainer {
	width: 100%;
	background-color: #ffffff;
}
.drawinglessonshead {
	background-color: #339999;
	padding-left: 2%;
	padding-right: 2%;
	width: 96.2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.PaintingHeader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #669933;
}
.digitalartheader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #CC9900;
}
.Videocoursesheader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #CC6600;
}
.LessonplanHeader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #CC3333;
}
.ArtFundamentalsheader {
	width: 96.1%;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #993399;
}
.detailimage {
	text-align: center;
}
.optin1 {
}
.optin1title {
	width: 96%;
	margin-top: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	background-color: #ee8a00;
}
.optin1body {
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	width: 94.5%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	border: medium solid #ee8a00;
}
.optin2 {
}
.DrawingLessonsHeader {
	background-size: cover;
	background-image: url(images/coursevideosbackgrounddrawingmobile.jpg);
}
.CheckCourses {
	padding-left: 18%;
	padding-right: 18%;
	margin-top: 30%;
	margin-bottom: 18%;
	width: 64%;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	font-style: italic;
	line-height: 200%;
}
.courseimagesdrawing {
}
.sidebarcourses {
}
.leftimage {
	width: 100%;
}
.secretsbackgroundnew {
	background-image: url(images/secretsbackground.jpg);
	background-size: cover;
}
.coursedesnew {
	padding-top: 16%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 16%;
	width: 92%;
}
.coursehalf {
	padding-top: 6%;
	padding-right: 4%;
	padding-bottom: 6%;
	padding-left: 4%;
	width: 92%;
	color: #636363;
	font-family: open-sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 170%;
}
.secretsblock {
	width: 88%;
	padding-left: 6%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	color: #F0F0F0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	background-color: #5d616a;
}
.oilbackgroundnew {
	background-image: url(images/oilbackground.jpg);
	background-size: cover;
}
.oildesnew {
	background-color: #1d6272;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
	font-size: medium;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	width: 88%;
}
.floater {
	-webkit-box-shadow: 0px 0px 0px 0px #535252;
	box-shadow: 0px 0px 0px 0px #535252;
	padding-top: 0%;
	padding-bottom: 6px;
	background-image: url(images/colorbar.jpg);
	background-repeat: repeat-x;
}
.coloredpencilnew {
	background-image: url(images/cpcbackground.jpg);
	background-size: cover;
}
.coloreddesnes {
	padding-top: 6%;
	padding-right: 6%;
	padding-left: 6%;
	width: 88%;
	background-color: #0eb08d;
	text-align: left;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
}
.pastelbackgroundnew {
	background-image: url(images/pastelbackground.jpg);
	background-size: cover;
}
.artfundamentalsnew  {
	background-image: url(images/artfundamentalsnew.jpg);
	background-size: cover;
}
.elementsofartnew  {
	background-image: url(images/elementsbackgroundnew.jpg);
	background-size: cover;
}
.pasteldesnew {
	padding-top: 6%;
	padding-left: 6%;
	padding-right: 6%;
	width: 88%;
	background-color: #a32821;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
}
.watercolorworkshopbackground {
	background-image: url(images/watercolorcoursebackground.jpg);
	background-size: cover;
}
.watercolordes {
	background-color: #56186b;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	color: #f1f1f1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	width: 88%;
}
.elementsmini {
	background-size: cover;
	background-image: url(images/elementsbackground.jpg);
}
.elementsblock {
	background-color: #8e8e8e;
	width: 88%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	text-align: left;
	font-size: medium;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f1f1f1;
}
.becomeamembernew {
	width: 76%;
	padding-top: 6%;
	padding-right: 12%;
	padding-bottom: 10%;
	padding-left: 12%;
	background-color: #2482bd;
	text-align: center;
	color: #f1f1f1;
	font-family: open-sans;
	font-style: normal;
	font-size: x-large;
	float: none;
	font-weight: 300;
}
.topblockdes {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 4%;
	padding-bottom: 4%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 175%;
	font-size: medium;
}
.coursestack {
}
.fordollar {
	background-color: #deb808;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 4%;
	padding-right: 4%;
	width: 92%;
	float: none;
}
.newslettertitle {
}
.maxwidth {
	width: 90%;
	padding-left: 10%;
	padding-right: 10%;
}
.wrapper {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	max-width: 1040px;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.newsletterheader {
	background-color: #2482BD;
	margin-top: 1%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	float: none;
}
.videonewsletter {
	display: block;
}
.messagenewsletter {
}
.memberscourses {
}
.newcourseborders {
	border: thin solid #cccccc;
	margin-bottom: 6%;
}
.coursedescriptionnew {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 0%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 175%;
}
.newsletterbackground {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-color: #FFFFFF;
	width: 96%;
	color: #585455;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	font-style: normal;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.Aboutvideo {
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	display: none;
}
.abouthomeright {
	width: 90%;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: left;
}
.courseshome {
	width: 90%;
	padding-top: 12%;
	padding-right: 5%;
	padding-bottom: 12%;
	padding-left: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #636363;
	font-family: open-sans;
	font-size: medium;
	text-align: left;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
.coursesband {
	width: 100%;
}
.courseimagesband {
}
.bar {
	padding-top: 1%;
	/* [disabled]padding-bottom: 1px; */
	background-color: hsla(0,0%,77%,1.00);
}
.videohead {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0%;
	padding-bottom: 2%;
	width: 94.01%;
	color: #f0f0f0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	background-color: #3F3F3F;
}
.videoheadvideo {
}
.boxesright {
	display: none;
}
.imagelinksright {
}
.related {
}
.loginbar {
	background-color: #e9e9e9;
}
.login {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: right;
	float: none;
}
.logincontainer {
	width: 210px;
	max-width: none;
	margin-left: auto;
	margin-right: auto;
	float: right;
	color: #443f3b;
}
.loginmenu {
}
.logintab {
	float: right;
	text-align: center;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	width: 156px;
	text-decoration: none;
	color: #858585;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-right: 0px;
	clear: none;
	font-size: small;
}
.logintab a:link {
	text-decoration: none;
	color:#ffffff;
}
.logintab a:hover {
	text-decoration: none;
}
.secondarymenulink a:link {
	text-decoration:none;
	color:#858585;
}
.secondarymenulink a:hover {
	text-decoration: none;
}
.secondarymenulink:hover {
	background-color: #544f4c;
	color: #ffffff;
	text-align: center;
}
.logintab:hover {
	background-color: #2482bd;
	color: #ffffff;
	text-align: center;
}
.logintlefthover a:link {
	text-decoration: none;
	color:#ffffff;
}
.loginleftmobile a:hover {
	text-decoration: none;
}
.loginleftmobile:hover {
	background-color: #544f4c;
	color: #ffffff;
	text-align: center;
}
.Satrthere {
}
.colorwheels {
}
.spacer {
	padding-left: 3%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	width: 94%;
}
.logintaborange {
	width: 44%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	background-color: #E79F34;
}
.homebutton {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.newsletterheadercontainer {
}
.newsletterbottom {
	padding-left: 14%;
	padding-right: 14%;
	width: 72%;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #737272;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-color: #E9E9E9;
}
.headcontainer {
}
.imglinkfloat {
}
.imgfloat {
}
.descriptionlesson {
}
.footercontainer {
}
.footer1 {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
}
.copyrightinformation {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
}
.footerblock {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	clear: none;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	padding-top: 5%;
}
.graphiteheader {
	background-size: cover;
	background-image: url(images/drawingnewbackground.jpg);
}
.largetitles {
	width: 80%;
	padding-top: 6%;
	padding-right: 10%;
	padding-bottom: 8%;
	padding-left: 10%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.buttoncontainer {
	width: 100%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.membersmessage {
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	text-align: left;
	background-color: #2482bd;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	border: thin solid #2482bd;
	margin-top: 3%;
}
.coloredpencilbackground {
	background-image: url(images/coloredpencilbackground.png);
	background-size: cover;
}
.mixedmediaheadernew {
	background-image: url(images/mixedmediatutorialsbackground.jpg);
	background-size: cover;
}
.membersinfo {
}
.memberinfoheader {
	background-color: #2482bd;
	color: #ffffff;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	text-align: center;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
}
.membersimage {
}
.Pasteldrawing {
	background-image: url(images/pasteltutorialsbackground.jpg);
	background-size: cover;
}
.drawinglessonsbackground2017 {
	background-image: url(images/drawinglessonsbackground2017.jpg);
	background-size: cover;
}
.drawingcoursesbackground2017 {
	background-image: url(images/drawingcoursestest.jpg);
	background-size: cover;
}
.paintinglessonsbackground2017 {
	background-image: url(images/paintinglessonsbackground2017.jpg);
	background-size: cover;
	
}
.paintingcoursesbackground2017 {
	background-image: url(images/paintingcoursesbackground2017.jpg);
	background-size: cover;
	
}
.drawingandpaintingcoursesbackground2017 {
	background-image: url(images/drawingandpaintingcoursesbackground2017.jpg);
	background-size: cover;
}
.inkdrawingbackground {
	background-image: url(images/inkdrawingbackground.jpg);
	background-size: cover;
}
.buttonbox {
}
.mobilelogin {
	display: none;
	background-color: #443f3b;
}
.mobilebuttons {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 3%;
	margin-bottom: 3%;
	float: left;
	clear: none;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #ffffff;
	background-color: #686461;
}
.join {
	width: 25%;
	float: right;
}
.toplogincontainer {
	clear: both;
	background-color: #e9e9e9;
}
.coursehalfright {
	padding-top: 2%;
	padding-right: 6%;
	padding-bottom: 2%;
	padding-left: 6%;
	color: #636363;
	width: 88%;
	font-family: open-sans;
	font-size: medium;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
.buttonfloat {
	padding-bottom: 2%;
	padding-top: 0%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.borderleft {
	margin-top: 4%;
	margin-bottom: 4%;
}
.drawinglessonsbackgroundnew {
	background-image: url(images/drawinglessonsnew.jpg);
	background-size: cover;
}
.paintinglessonsbackgroundnew {
	background-image: url(images/paintinglessonsbackgroundnew.jpg);
	background-size: cover;
}
.digitallessonsbackground {
	background-image: url(images/digitallessonsbackground.jpg);
	background-size: cover;
}
.containernewsletter {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.logomobileholder {
	float: left;
	width: 150px;
	max-height: 50px;
	padding-left: 0px;
	clear: none;
	display: block;
	position: relative;
	z-index: 999;
	margin-right: auto;
	text-align: center;
	margin-left: 70px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.mobiletabnew {
	padding-top: 3px;
	padding-bottom: 7px;
	max-height: 190px;
	width: 166px;
}
.loginleftmobile {
	width: 60px;
	color: #858585;
	float: left;
	clear: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 8px;
	padding-left: 8px;
	font-size: small;
}
.joinfloatleft {
	width: 56px;
	float: right;
	z-index: 999;
	position: relative;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	background-color: #e57e38;
	clear: both;
	line-height: 14px;
}
.lessonsfree {
}
.textunderlessonsfree {
	background-color: #ffffff;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 175%;
}
.clearfixauto {
}
.navholderhome {
	background-color: #e9e9e9;
}
.fullwidthhome {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.newhalf {
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.abouthomepage {
	background-color: #ffffff;
	font-family: open-sans;
	color: #636363;
	font-size: medium;
	width: 92%;
	margin-top: 4%;
	margin-bottom: 4%;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
.newbuttoncontainer {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	display: block;
	width: 96%;
}
.conceptsheader {
	background-image: url(images/drawingconceptsbackground.jpg);
	background-size: cover;
}
.charcoalheader {
	background-image: url(images/charcoalbackground.jpg);
	background-size: cover;
}
.watercolorheader {
	background-image: url(images/watercolorlessonsbackground.jpg);
	background-size: cover;
}
.acylicheader {
	background-image: url(images/acrylicpaintinglessonsheader.jpg);
	background-size: cover;
}
.searchme {
}
.oilheader {
	background-image: url(images/oilpaintingbackground.jpg);
	background-size: cover;
}
.coloredpromo {
	background-image: url(images/cpcbackground.jpg);
	background-size: cover;
}
.portraitsignup {
	background-image: url(images/pdswbackgroundsignup.jpg);
	background-size: cover;
}
.searchandfriend {
}
.paintingsecondarymenu {
}
.secondarymenulink {
}
.gridcardcontainer {
	text-align: center;
	clear: none;
	float: none;
	width: 100%;
}
.gridcardimage {
	border-bottom-color: #BCBCBC;
	border-bottom-width: 1px;
	overflow-x: visible;
	overflow-y: visible;
}
.gridcardtitle {
	background-color: #ffffff;
	padding-top: 8%;
	padding-right: 4%;
	padding-bottom: 6%;
	padding-left: 4%;
	width: 92%;
	text-align: center;
	line-height: 120%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
}
.gridcarddescription {
	background-color: #ffffff;
	padding-left: 4%;
	padding-top: 8%;
	padding-right: 4%;
	padding-bottom: 8%;
	width: 92%;
	text-align: left;
	font-family: open-sans;
	line-height: 140%;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	clear: both;
	display: block;
	float: left;
}
.gridcard {
	background-color: #FFFFFF;
}
.gridcardmembers {
	float: none;
	clear: none;
	width: 218px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.membersjoin {
	background-color: #2482BD;
	text-align: center;
	color: #FFFBFB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 120%;
	font-size: medium;
	padding-top: 6%;
	padding-right: 3%;
	padding-bottom: 6%;
	padding-left: 3%;
	width: 94%;
	float: left;
	clear: none;
	display: block;
}
.memberhover {
	text-align: center;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: #E67D37;
	;
}
.newmembersjoinbutton {
	text-align: center;
	line-height: 120%;
	font-size: small;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #1F6D9F;
}
.memberrollovernew {
}
.searchboxtop {
	display: none;
	color: #f0f0f0;
}
.titlepagetopcentered {
	padding-left: 3%;
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 1%;
	width: 94%;
	text-align: center;
}
.pagemenu {
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	clear: both;
	float: left;
	position: relative;
}
.pagemenunav {
	font-family: open-sans;
	color: #636363;
	font-style: normal;
	font-weight: 300;
	width: 100%;
	float: left;
	clear: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.recentlessonstop {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: 2%;
	margin-bottom: 4%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}
.recentlesson {
}
.recenttitle {
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	width: 96%;
	padding-left: 0%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.popularlessonsright {
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 0%;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
}
.lessonstopright {
	padding-top: 3%;
}
.featuredlessonscontainer {
	margin-top: 4%;
}
.featuredimage {
	width: 40%;
	margin-right: 2%;
}
.featureddescription {
	width: 58%;
	float: right;
	clear: none;
	color: #636363;
	font-family: open-sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
}
.showmore {
	padding-top: 4%;
	text-align: center;
}
.featuredtitle {
	margin-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.memberstopfeatured {
}
.lessoncontainermain {
}
.lessonintrotop {
	padding-left: 4%;
	padding-top: 0%;
	padding-right: 4%;
	padding-bottom: 8%;
	width: 92%;
	color: #636363;
	font-family: open-sans;
	font-size: medium;
	line-height: 175%;
	font-style: normal;
	font-weight: 300;
}
.drawinglessonsnav {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}
.paintinglessonsnav {width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}
.searchiconmobile {
	width: 36px;
	float: left;
	clear: none;
	padding-top: 8px;
	padding-bottom: 10px;
}
.logoheaddesktop {
	display: none;
}
.menucontain {
}
#menucontain {
	z-index: 2;
}
.toplogindesktop {
	display: none;
}
.titlefloatleft {
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}
.jointopbuttonnew {
	display: none;
}
.titleholder {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-left: auto;
	margin-right: auto;
	background-attachment: scroll;
	background-image: url(images/lessonheaderbackgroundnew.jpg);
	background-position: 50% 0%;
	background-size: cover;
}
.posttitle {
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	text-align: center;
	color: #f0f0f0;
	width: 94%;
	max-width: 1200px;
}
.aboutbackground {
	background-image: -webkit-linear-gradient(317deg,rgba(36,130,189,0.76) 7.70%,rgba(229,126,56,0.77) 76.57%), url(images/mattbw.jpg);
	background-image: linear-gradient(133deg,rgba(36,130,189,0.76) 7.70%,rgba(229,126,56,0.77) 76.57%), url(images/mattbw.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.aboutcentered {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12%;
	padding-right: 12%;
	padding-bottom: 12%;
	padding-left: 12%;
	float: none;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 175%;
}
.fundamentalsbackground {
	background-color: #fcfafb;
}
.featuredinbackground {
	background-color: #EAEAEA;
	color: 636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	padding-bottom: 4%;
}
.onefourth {
	width: 40%;
	float: left;
	clear: none;
	text-align: center;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #636363;
	padding-top: 0%;
	padding-right: 30%;
	padding-bottom: 0%;
	padding-left: 30%;
}
.featuredintitle {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 4%;
	padding-bottom: 0%;
	width: 92%;
}
.membershipprogramdetails {
	background-image: url(//m.elindiollc.com/members/wp-content/uploads/2015/05/final.jpg);
	background-size: cover;
	background-position: 0% 50%;
	background-attachment: scroll;
}
.memdetailshomepage {
	color: #f0f0f0;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: medium;
	width: 80%;
	margin-top: 10%;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 10%;
}
.recentlessons {
	padding-top: 0%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	float: none;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #636363;
}
.mainvideocourses {
}
.bottomcourseimages {
	width: 96%;
	max-width: 1500px;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.circles {
	background-image: url(images/circles.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.meimage {
	width: 207px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-bottom: 2%;
}
.aboutright {
	width: 96%;
	float: none;
	clear: none;
	padding-left: 2%;
	padding-right: 2%;
}
.contentminimal {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 175%;
	text-align: left;
	padding-left: 4%;
	padding-right: 4%;
	width: 92%;
	clear: both;
}
.suggestedcourses {
	background-color: #ffffff;
	color: #636363;
	text-align: center;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	padding-top: 0%;
	padding-bottom: 0%;
	margin-top: 0%;
}
.mobilehide {
	display: none;
}
.newsidebar {
}
.singlecolumnctasholder {
}
.onhalfcta {
}
.fullwidthheader {
	background-color: #C6C6C6;
}
.downloadbuttonnew {
}
.articlelessons {
}
.sidebarholder {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.sidebartopperjoin {
	background-color: #e57e38;
	color: #ffffff;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	text-align: center;
	line-height: 175%;
	padding-top: 12%;
	padding-right: 0%;
	padding-bottom: 12%;
	padding-left: 0%;
	width: 300px;
}
.sidebargraphicholder {
}
.onedollar {
	background-color: #2482bd;
	padding-top: 4%;
	padding-right: 6%;
	padding-bottom: 5%;
	padding-left: 6%;
	width: 88%;
	text-align: center;
	color: #ffffff;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 160%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.tableofcontents {
	width: 92%;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
	padding-left: 4%;
	margin-top: 2%;
	margin-bottom: 2%;
	background-color: #E9E9E9;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}
.sidebarsticky {
}
.sidebarbutton {
	margin-top: 0%;
	margin-bottom: 4%;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	width: 92%;
	background-color: #EAEAEA;
	font-size: 20px;
	line-height: 125%;
}
.coursestopbannercontainer {
}
.coursestopbannercontainer {
}
.coursetopbannerleftimage {
	width: 30%;
	float: left;
	margin-left: 4%;
}
.coursetopbannertitle {
	width: 58%;
	margin-top: 4%;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	float: right;
	clear: none;
	color: #636363;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}
.coursebannerdescription {
	width: 58%;
	margin-top: 0%;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	float: right;
	clear: none;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.LessonsBackgroundGray {
	background-color: #f9f9f9;
	clear: none;
}
.Gridcontainerlessons {
}
.articlelink {
}
.bottomdescriptionfixed {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 2%;
	padding-bottom: 2%;
	position: relative;
	bottom: 0px;
	float: none;
}
.herodiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/coloredtest.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.heroinkdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/penandinkexperiencehero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.heroportraitdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/portraitdrawingthesmartwayhero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.herosecretsdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/secretstodrawinghero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.heropastelsdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/pastellandscapehero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.herodrawingcoursesdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/drawingcourseshero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.heroacrylicdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/acrylicpaintinghero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.herowatercolordiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/watercolorhero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.heropaintingcoursesdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/paintingcourseshero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.herooilpaintingdiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/oilpaintinghero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.heromixedmediadiv {
	background: linear-gradient( rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.60) ), url(images/mixedmediahero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.longerleft {
	width: 88%;
	padding-left: 6%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
}
.longerleft {
}
.shorterright {
	width: 60%
%;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 6%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 60%;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
	color: #636363;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
}
.shorterright p{
	text-align: center;
}
.hideshow {
}
.showhide {
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.topmenucontainerclear {
	clear: both;
	display: block;
}
article {
	float: none;
	width: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: inline-block;
}
.featuredcoursesinsert {
	float: none;
	width: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6%;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: inline-block;
}
.QuickJump {
	padding-top: 3%;
	padding-bottom: 3%;
	text-align: center;
	color: #8d8d8d;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.membershipcard {
	width: 94%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	color: #636363;
	text-align: left;
	font-size: 16px;
}
.largewhitecontainer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: none;
	color: #636363;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
	clear: both;
	display: block;
}
.homecardlessons {
	width: 92%;
	padding-left: 4%;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
	float: left;
	display: block;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
}
.homecarddescriptionandlink {
	padding-top: 3%;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
	color: #636363;
	font-size: 18px;
}
.newpaintingheadercontainer {
	background-color: #eedefe;
}
.titletextleft {
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
	width: 88%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.herotitle {
}
.coursesbackgroundhome {
	padding-left: 0%;
	padding-top: 3%;
	padding-right: 0%;
	padding-bottom: 3%;
	width: 94%;
	margin-top: 3%;
	background-repeat: no-repeat;
	margin-left: 3%;
	margin-right: 3%;
	float: left;
	margin-bottom: 3%;
	background-size: cover;
	background-color: #c8d1d1;
	clear: both;
}
.halfcourseshome {
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	width: 88%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	text-align: center;
	color: #636363;
}
.courseimagecardright {
}
.herohome {
	background-image: url(images/backgroundhomeherodark.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	clear: both;
	width: 100%;
}
.herotext {
	text-align: center;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #636363;
	font-size: 50px;
	clear: both;
	float: none;
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin-top: 12%;
	margin-bottom: 14%;
}
.herohome h1 {
	font-size:40px;
}
.sidebartitle {
	background-color: #e9e9e9;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	text-align: center;
	margin-bottom: 6%;
	margin-top: 6%;
	padding-top: 6%;
	padding-bottom: 6%;
	padding-right: 6%;
	padding-left: 6%;
	width: 88%;
}
.whiteboxhome {
}
.herotitlehomepage {
	background-size: auto auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.introtext {
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	width: 88%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	text-align: center;
}
.tutorialsheadcontainer {
}
.tutorialsheadercontent {
	width: 44%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: none;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
}
.recentlessonsnew {
	background-color: #E8E8E8;
}
.newlessonstitle {
	max-width: 1200px;
	float: left;
}
.tutorialstitle {
	width: 88%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 0%;
	padding-left: 6%;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	text-align: center;
}
.drawinglessonsbymediumcontent {
	width: 46%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
	clear: none;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
}
.topmessagebanner {
	width: 94%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	margin-right: 3%;
	color: #ffffff;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 22px;
}
.iconleft {
	width: 60px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 50px;
	line-height: 0%;
}
.messagebartext {
	text-align: center;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 4%;
}
.starttrialbuttontop {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 2%;
}
.coursemodulestutorials {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 94%;
	float: left;
	clear: none;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
	margin-top: 3%;
	margin-right: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	padding-top: 0px;
}
.paintinglessonsmedium {
	width: 46%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
	clear: none;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-align: center;
}
.titletutorials {
	text-align: center;
	margin-top: 3%;
	margin-left: 3%;
	margin-right: 3%;
	width: 94%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #636363;
}
.welearn {
	text-align: center;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 44px;
	width: 98%;
	margin-left: 2%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.buttoncorrect {
	text-align: center;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
.featuredcoursetopnewbackground {
	-webkit-box-shadow: 0px 0px 0px 0px;
	box-shadow: 0px 0px 0px 0px;
	margin-left: 2%;
	margin-right: 2%;
	width: 96%;
	background-image: url(images/coloredpencilcoursenewbackground.jpg);
	background-size: cover;
	margin-bottom: 2%;
	background-position: 60% 0%;
}
.featuredcoursedescriptionnew {
	padding-top: 10%;
	padding-bottom: 10%;
	padding-right: 35%;
	padding-left: 3%;
	width: 62%;
	font-size: 18px;
	color: #474747;
}
.coursetagline {
	font-size: 14px;
	padding-bottom: 6%;
}
.scrolllessons {
}
.halftop {
	width: 100%;
	margin-top: 1%;
	margin-bottom: 2%;
	float: left;
	clear: none;
	height: 250px;
	background-color: #2482BD;
}
.halftopright {
	width: 100%;
	height: 250px;
	float: left;
	clear: none;
	background-color: #E9A3A4;
	margin-bottom: 2%;
}
.leftthird {
	width: 100%;
	height: 250px;
	margin-bottom: 2%;
	float: left;
	clear: none;
	background-color: #D7E7A9;
}
.middlethird {
	background-color: #d4ade8;
	width: 100%;
	margin-bottom: 2%;
	float: left;
	clear: none;
	height: 250px;
}
.rightthird {
	background-color: #AFBBE9;
	width: 100%;
	height: 250px;
	margin-bottom: 1%;
}
.lessonsmediumtitle {
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 120px;
	width: 92%;
	color: #ffffff;
	font-size: 22px;
}
.lessonsmediumdescription {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 1%;
	color: #ffffff;
	font-size: 14px;
}
.coursenumbers {
	padding-top: 0px;
	font-size: 12px;
}
.cardtitle {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: 0px;
	width: 96%;
}
.cardcategory {
	padding-left: 2%;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 96%;
}
.logomenutop {
	display: none;
}
.coursescontianerhomepage {
	margin-top: 2%;
	margin-bottom: 2%;
}
.coursefourth {
	border: 1px solid #A7A7A7;
	width: 66%;
	margin-top: 2%;
	margin-right: 17%;
	margin-bottom: 2%;
	margin-left: 17%;
	float: left;
	background-color: #ffffff;
}
.hidemobilehome {
	display: none;
}
.coursebutton {
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #a7a7a7;
	font-size: 26px;
	margin-top: 3%;
	margin-bottom: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	border: 3px solid #a7a7a7;
	margin-left: auto;
	margin-right: auto;
	border-radius: 30px;
	float: none;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	background-color: #ffffff;
}
.homebuttoncoursecontainer {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
article {
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
  }
  .herohome h1 {
	font-size:50px;
}

  
.articlelessons {
	width: 44%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
  }
#swiffycontainer{
          width: 600px; height: 450px;
}
#mobilelinksnew {
	display:block;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#Header {
	width: 23.0769%;
	display: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 2px;
}
#Navigation {
	display: block;
	z-index: 2;
	max-width: 800px;
}
#Content {
	width: 80%;
	display: block;
	padding-top: 10px;
	padding-left: 10%;
	padding-right: 10%;
	color: #636363;
}
#headerimage {
	width: 50%;
	margin-left: 0;
	float: right;
}
#Logo {
}
#HeaderLink {
	width: 42%;
	clear: none;
	margin-left: 2.5641%;
	display: none;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 0%;
	text-align: right;
	float: right;
}
#SocialImage {
}
#Facebook {
	float: left;
	position: static;
	vertical-align: text-top;
}
#Search {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
	padding-top: 10px;
	margin-right: 0%;
}
#Newsletter {
	width: 80%;
	clear: none;
	margin-right: 0%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
	color: #2482BD;
	line-height: 40%;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 0px;
}
#ConnectwithMe {
width: 10.2564%;
clear: none;
margin-left: 2.5641%;
display: none;
}
#SocialButtons {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
}
#ConnectImage {
	width: 25%;
	clear: none;
	margin-left: 2.5641%;
}
#Sidebar {
	width: 35.8974%;
	clear: none;
	margin-left: 2.5641%;
	margin-right: 0%;
}
#FaceBook {
}
#TeacherPack {
}
#FooterBottom {
	max-width: 1020px;
	left: auto;
	right: auto;
}
#Podcast {
}
#Footer {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	padding-bottom: 5%;
	background-color: #2482BD;
	color: #FFFFFF;
}
#Footer a:link{
    color:#FFFFFF;}
#DesktopNavigation {
	display: none;
	width: 100%;
}
#MembersLearnMore {
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}
#MobileHeader {
display: none;
}
#AdsenseTop {
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	width: 100%;
	display: block;
	padding-left: 5px;
	color: #CCCCCC;
	font-size: xx-small;
	margin-left: 0;
	clear: both;
}
#AdsenseMobile {
}
#Pinterest {
}
#FamPhoto {
}
#div7 {
	width: 96%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 2%;
	padding-left: 2%;
}
#div2 {
	clear: both;
	margin-left: 0;
	color: #2482BD;
	text-align: center;
	font-size: large;
}
#div15 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#BySubject {
	padding-bottom: 10px;
	font-size: large;
	text-align: center;
}
#AdsenseBottom {
	width: 300px;
	padding-bottom: 10px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	float: none;
	color: #CCCCCC;
	font-size: x-small;
}
#div1 {
}
#div3 {
	padding-bottom: 10px;
	font-size: normal;
	text-align: left;
}
#div4 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div5 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div6 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div8 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div9 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div10 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div11 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
}
#div12 {
	width: 100%;
	clear: both;
	margin-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mem {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	clear: both;
	margin-left: 0;
	padding-left: 2%;
	width: 96%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#eximg {
width: 100%;
}
#responsivead {
	background-color: #FFFFFF;
}
.Photos {
width: 100%;
clear: both;
margin-left: 0;
}
.Adsenseside {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.IndexContent {
}
.IndexContent {
	text-align: left;
}
.IndexMembercontent {
	width: 90%;
	border-radius: 10px;
	background-color: #FFFFFF;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	padding-top: 0px;
	padding-bottom: 5%;
	left: auto;
	right: auto;
	color: #636363;
	font-size: medium;
	font-family: open-sans;
	clear: both;
	padding-left: 5%;
	padding-right: 5%;
	font-style: normal;
	font-weight: 300;
}
.courses {
width: 100%;
}
.thumbimage {
width: 100%;
margin-left: 0;
}
.LessonsIndex {
	width: 84%;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 10px;
	clear: both;
	margin-left: 4%;
	color: #636363;
	font-size: medium;
	margin-right: 4%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Indextop {
	padding-bottom: 20px;
	color: #363636;
	font-size: medium;
	padding-top: 2%;
}
.brushphoto {
	width: 48.7179%;
	float: right;
}
.fluidthird {
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
}
.fluidmore {
width: 100%;
}
.InfoBox {
	padding-left: 6%;
	padding-right: 6%;
	background-color: #ffffff;
	width: 88%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.AboutMe {
	width: 50%;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}
.SocialTop {
}
.connectwithmetop {
}
.Sidebartop {
	width: 35.8974%;
	margin-left: 2.5641%;
	clear: none;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.insideaboutme {
	border-radius: 10px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	width: 93%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.like_box_wrapper {
}
.facebookbox {
	width: 100%;
	padding-bottom: 10px;
}
.bottomfooter {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
.bottomfooter a:visited{
	color: #ffffff;
}
.bottomfooter a:link{
	color: #ffffff;
}
.pinterest {
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	float: right;
	display: block;
}
.adsbygoogle {
 background: #ffffff;
}
.newheader {
	background-color: #443f3b;
	clear: both;
}
.newheaderlogo {
}
.newlogo {
}
.centered {
}
.whitebackground1 {
}
.ColoredPencilChart {
}
.ArtVideoCourses {
	width: 96%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #eaeaea;
}
.Pastelandscape {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 96%;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #f3eddd;
}
.OilPaintingMaster {
	border-radius: 10px;
	border: medium solid #2482bd;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 96%;
	background-color: #eafbff;
}
.LiveLessons {
	border-radius: 10px;
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	background-color: #f2fbff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.TheElementscourse {
	border-radius: 10px;
	border: medium solid #2482bd;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 96%;
	background-color: #fff5ef;
}
.SubjectHeader {
}
.newslettersignup {
}
.slider {
}
.videocoursedescription {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 0px 0px #42464C;
	box-shadow: inset 0px 0px 0px 0px #42464C;
}
.social {
	padding-left: 5%;
	width: 95%;
}
.indexlead {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: left;
	color: rgba(226,226,226,1.00);
	font-family: open-sans;
	font-size: medium;
	font-style: normal;
	font-weight: 300;
}
.indexleadinsert {
}
.transparentcontainer {
}
.Title {
}
.Indexcoursesections {
}
.coursesectionleft {
}
.coursesectionright {
}
.sectionleftwide {
}
.sectionrightshort {
}
.shortleft {
}
.longright {
}
.imagealign {
}
.imagealignright {
}
.Newsletterstrip {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	background-color: #4A4949;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Newsletterinfo {
	width: 50%;
	font-size: medium;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
}
.newsletterinforight {
	width: 50%;
	clear: right;
	padding-top: 2%;
}
.newstitle {
	font-size: x-large;
}
.Blogstrip {
	background-color: #4A4949;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #FFFFFF;
	font-family: open-sans;
	font-size: x-large;
	font-style: normal;
	font-weight: 300;
}
.titleblog {
}
.more {
}
.Formembers {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.memberstitle {
	font-family: open-sans;
	font-size: x-large;
	font-weight: 300;
	font-style: normal;
}
.memberscontent {
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	color: #4A4949;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	clear: none;
	float: left;
}
.courseimage {
}
.colorbar {
}
.colorbarlast {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LessonPlanHeader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 4%;
	padding-bottom: 2%;
	background-image: url(images/lessonplanbackground.jpg);
	text-align: center;
}
.LessonPlanDescription {
}
.ulpimage {
}
.Ultimate {
}
.videoholder {
}
.Ulpabout {
}
.FundamentalsHeader {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: url(images/fundamentalsbackground.jpg);
}
.fundamentalswriteup {
}
.artfundamentalsheader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	background-repeat: no-repeat;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-image: url(images/artfundamentalsbackground.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.Artfundamentalsinfo {
}
.AboutMeHeader {
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	color: #DEDBDB;
	background-color: #233039;
}
.headerinfo {
}
.famphoto3 {
	width: 40%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.bottomimage {
}
.tabletmobileme {
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 3%;
	padding-left: 0%;
	width: 100%;
}
.disclaimer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2482BD;
	font-style: italic;
}
.fixedtest {
}
.drawingofmeleft {
}
.drawingofme {
}
.videocoursetext {
}
.coursesheader {
}
.LessonPlanAdditional {
	background-color: #E7E6E6;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 94%;
	border-color: #2482bd;
	border-style: solid;
	border-radius: 10px;
}
.scrollingsidebar {
	width: 25%;
	clear: none;
	position: static;
}
.Scrollingelement {
	position: fixed;
	float: none;
}
.sidebarBox {
	width: 25%;
	float: left;
	position: relative;
	display: none;
	clear: none;
	padding-left: 2.564%;
}
.scrollingBox {
	width: 100%;
}
.TabletCourse {
	width: 25%;
	margin-left: 2.564%;
	clear: none;
	padding-bottom: 2%;
	display: none;
	margin-right: 0px;
}
.adcentered {
	color: #D1D1D1;
	font-size: x-small;
	padding-top: 10px;
	padding-bottom: 10px;
}
.materials {
	background-color: #EBEBEB;
	border-radius: 10px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.test {
}
.headercontainer {
	float: none;
}
.navcontainer {
}
.drawinglessonshead {
	background-color: #339999;
}
.PaintingHeader {
}
.digitalartheader {
}
.Videocoursesheader {
}
.LessonplanHeader {
}
.ArtFundamentalsheader {
}
.detailimage {
	text-align: center;
}
.optin1 {
}
.optin1title {
	background-color: #ee8a00;
}
.optin1body {
}
.optin2 {
}
.DrawingLessonsHeader {
	background-size: cover;
	background-image: url(images/coursevideosbackgrounddrawingtablet.jpg);
}
.CheckCourses {
	padding-left: 22%;
	padding-right: 22%;
	width: 56%;
	margin-top: 24%;
	margin-bottom: 22%;
	font-size: x-large;
	line-height: 150%;
}
.courseimagesdrawing {
}
.sidebarcourses {
}
.leftimage {
	width: 50%;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.secretsbackgroundnew {
}
.coursedesnew {
	width: 66%;
}
.coursehalf {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
.secretsblock {
	width: 88%;
	clear: none;
	float: right;
}
.oilbackgroundnew {
}
.oildesnew {
}
.floater {
}
.coloredpencilnew {
}
.coloreddesnes {
}
.pastelbackgroundnew {
}
.pasteldesnew {
}
.watercolorworkshopbackground {
}
.watercolordes {
}
.elementsmini {
}
.elementsblock {
}
.becomeamembernew {
}
.topblockdes {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 4%;
	padding-bottom: 4%;
}
.coursestack {
}
.fordollar {
}
.newslettertitle {
}
.maxwidth {
	width: 90%;
	padding-left: 10%;
	padding-right: 10%;
}
.wrapper {
}
.newsletterheader {
}
.videonewsletter {
	display: block;
}
.messagenewsletter {
}
.memberscourses {
}
.newcourseborders {
}
.coursedescriptionnew {
}
.newsletterbackground {
}
.Aboutvideo {
	width: 98%;
	padding-left: 2%;
	padding-top: 5%;
	padding-right: 2%;
	padding-bottom: 5%;
	display: none;
}
.abouthomeright {
	width: 90%;
	float: left;
	clear: none;
	padding-left: 3%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 3%;
	text-align: left;
}
.courseshome {
	text-align: left;
}
.coursesband {
	width: 50%;
	clear: none;
	float: left;
}
.courseimagesband {
}
.bar {
}
.videohead {
}
.videoheadvideo {
	width: 70.5%;
}
.boxesright {
	width: 29.5%;
	float: left;
	clear: none;
	display: block;
}
.imagelinksright {
	float: left;
	clear: none;
}
.related {
	display: none;
}
.loginbar {
}
.login {
}
.logincontainer {
	width: 200px;
}
.loginmenu {
}
.logintab {
	width: 150px;
	padding-right: 3%;
	padding-left: 3%;
	float: right;
	clear: both;
}
.Satrthere {
}
.colorwheels {
}
.spacer {
}
.logintaborange {
}
.homebutton {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.newsletterheadercontainer {
}
.newsletterbottom {
}
.headcontainer {
}
.imglinkfloat {
}
.imgfloat {
}
.descriptionlesson {
}
.footercontainer {
}
.footer1 {
	width: 28%;
	padding-right: 2%;
	padding-left: 3%;
	float: left;
}
.copyrightinformation {
}
.footerblock {
	width: 28%;
	padding-left: 3%;
	padding-right: 2%;
}
.graphiteheader {
}
.largetitles {
	width: 80%;
	padding-top: 4%;
	padding-right: 10%;
	padding-bottom: 4%;
	padding-left: 10%;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}
.buttoncontainer {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.membersmessage {
}
.coloredpencilbackground {
}
.membersinfo {
}
.memberinfoheader {
}
.membersimage {
}
.Pasteldrawing {
}
.inkdrawingbackground {
}
.buttonbox {
	width: 49%;
	float: left;
	clear: none;
	text-align: center;
	margin-right: 1%;
	margin-top: 5%;
	margin-bottom: 5%;
}
.mobilelogin {
	display: none;
}
.mobilebuttons {
}
.join {
}
.toplogincontainer {
	clear: both;
}
.coursehalfright {
	width: 80%;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 10%;
}
.buttonfloat {
}
.borderleft {
}
.drawinglessonsbackgroundnew {
}
.paintinglessonsbackgroundnew {
}
.digitallessonsbackground {
}
.containernewsletter {
}
.logomobileholder {
}
.mobiletabnew {
}
.loginleftmobile {
	float: left;
	clear: none;
}
.joinfloatleft {
}
.lessonsfree {
	width: 46%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	padding-left: 1%;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	float: left;
	clear: none;
}
.textunderlessonsfree {
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	width: 92%;
}
.clearfixauto {
}
.navholderhome {
}
.fullwidthhome {
}
.newhalf {
}
.abouthomepage {
	width: 92%;
	margin-top: 4%;
	margin-bottom: 4%;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
}
.newbuttoncontainer {
}
.conceptsheader {
}
.charcoalheader {
}
.watercolorheader {
}
.acylicheader {
}
.searchme {
}
.oilheader {
}
.coloredpromo {
}
.portraitsignup {
}
.searchandfriend {
}
.paintingsecondarymenu {
}
.secondarymenulink {
}
.gridcardcontainer {
	width: 100%;
}
.gridcardimage {
}
.gridcardtitle {
}
.gridcarddescription {
}
.gridcard {
}
.gridcardmembers {
	width: 100%;
}
.membersjoin {
}
.memberhover {
}
.newmembersjoinbutton {
}
.memberrollovernew {
}
.searchboxtop {
	display: none;
}
.titlepagetopcentered {
}
.pagemenu {
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	clear: both;
	float: left;
}
.pagemenunav {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
}
.recentlessonstop {
}
.recentlesson {
}
.recenttitle {
}
.popularlessonsright {
}
.lessonstopright {
}
.featuredlessonscontainer {
}
.featuredimage {
	width: 30%;
}
.featureddescription {
	width: 68%;
	float: right;
	clear: none;
}
.showmore {
}
.featuredtitle {
}
.memberstopfeatured {
}
.lessoncontainermain {
}
.lessonintrotop {
}
.drawinglessonsnav {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
}
.paintinglessonsnav {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
	font-size: 16px;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: center;
}
.searchiconmobile {
	width: 36px;
	float: left;
	clear: none;
	display: block;
	text-align: center;
}
.logoheaddesktop {
	display: none;
}
.menucontain {
}
#menucontain {
}
.toplogindesktop {
	display: none;
}
.titlefloatleft {
}
.jointopbuttonnew {
	display: none;
}
.titleholder {
	background-size: contain;
	background-attachment: fixed;
}
.posttitle {
}
.aboutbackground {
}
.aboutcentered {
	width: 50%;
	font-size: 18px;
	padding-left: 6%;
	padding-right: 18%;
}
.fundamentalsbackground {
}
.featuredinbackground {
}
.onefourth {
	width: 30%;
	padding-left: 10%;
	padding-top: 0%;
	padding-right: 10%;
	padding-bottom: 0%;
}
.featuredintitle {
}
.membershipprogramdetails {
	background-position: 50%
%;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-size: cover;
}
.memdetailshomepage {
	width: 60%;
	margin-top: 6%;
	padding-left: 6%;
	margin-bottom: 6%;
	float: left;
	clear: none;
}
.recentlessons {
	padding-left: 6%;
	padding-right: 3%;
	width: 91%;
}
.mainvideocourses {
}
.bottomcourseimages {
}
.circles {
}
.meimage {
	float: none;
	margin-bottom: 0px;
}
.aboutright {
}
.contentminimal {
}
.suggestedcourses {
}
.mobilehide {
	display: none;
}
.newsidebar {
}
.singlecolumnctasholder {
}
.onhalfcta {
	width: 44%;
	padding-left: 3%;
	padding-right: 3%;
	float: left;
	clear: none;
}
.fullwidthheader {
}
.downloadbuttonnew {
}
.articlelessons {
}
.sidebarholder {
	margin-left: 4%;
}
.sidebartopperjoin {
}
.sidebargraphicholder {
}
.onedollar {
}
.tableofcontents {
}
.sidebarsticky {
}
.sidebarbutton {
}
.coursestopbannercontainer {
}
.coursestopbannercontainer {
}
.coursetopbannerleftimage {
}
.coursetopbannertitle {
}
.coursebannerdescription {
}
.LessonsBackgroundGray {
}
.Gridcontainerlessons {
}
.articlelink {
}
.bottomdescriptionfixed {
}
.herodiv {
}
.longerleft {
	width: 60%;
	padding-left: 3%;
	padding-top: 6%;
	padding-bottom: 6%;
	float: left;
	clear: none;
	padding-right: 3%;
}
.longerleft {
	width: 88%;
	padding-left: 6%;
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	clear: none;
}
.shorterright p{
	text-align: center;
}
.hideshow {
}
.showhide {
}
.topmenucontainerclear {
}
.QuickJump {
}
.membershipcard {
}
.largewhitecontainer {
}
.homecardlessons {
	width: 92%;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
	padding-left: 4%;
	float: left;
	clear: none;
}
.homecarddescriptionandlink {
}
.newpaintingheadercontainer {
}
.titletextleft {
}
.herotitle {
}
.coursesbackgroundhome {
}
.halfcourseshome {
}
.courseimagecardright {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.herohome {
}
.herotext {
	width: 70%;
}
.sidebartitle {
	width: 80%;
	padding-top: 4%;
	padding-right: 10%;
	padding-bottom: 4%;
	padding-left: 10%;
}
.whiteboxhome {
}
.herotitlehomepage {
	background-image: url(images/artlessonsnew.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	background-position: 66% 50%;
	overflow-x: visible;
	overflow-y: visible;
}
.introtext {
	width: 54%;
	padding-left: 6%;
	padding-top: 6%;
	padding-bottom: 6%;
	padding-right: 0%;
	text-align: left;
}
.tutorialsheadcontainer {
}
.tutorialsheadercontent {
	width: 21%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	font-size: 18px;
}
.recentlessonsnew {
}
.newlessonstitle {
}
.tutorialstitle {
}
.drawinglessonsbymediumcontent {
	width: 29.3%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.topmessagebanner {
}
.iconleft {
}
.messagebartext {
	margin-bottom: 3%;
}
.starttrialbuttontop {
}
.coursemodulestutorials {
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	width: 96%;
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
}
.paintinglessonsmedium {
	width: 29.3%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
.titletutorials {
}
.welearn {
	margin-bottom: 0%;
	margin-top: 4%;
}
.buttoncorrect {
	width: 100%;
	margin-right: 0%;
}
.featuredcoursetopnewbackground {
	background-image: url(images/coloredpencilcoursenewbackground.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 96%;
	background-position: 0% 40%;
	margin-bottom: 0px;
}
.featuredcoursedescriptionnew {
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 3%;
	padding-right: 40%;
	width: 57%;
	font-size: 30px;
}
.coursetagline {
	margin-bottom: 3%;
	font-size: 20px;
	padding-bottom: 3%;
}
.scrolllessons {
}
.halftop {
	width: 49%;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-right: 1%;
	float: left;
	clear: none;
	background-color: #2482BD;
	height: 250px;
}
.halftopright {
	width: 49%;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-right: 0px;
	margin-left: 1%;
	height: 250px;
}
.leftthird {
	background-color: #D7E7A9d;
	width: 49%;
	height: 250px;
	margin-top: 0px;
	margin-bottom: 2%;
	margin-right: 1%;
	float: left;
	clear: none;
}
.middlethird {
	width: 49%;
	height: 250px;
	margin-left: 1%;
	margin-bottom: 2%;
	float: left;
	clear: none;
}
.rightthird {
}
.lessonsmediumtitle {
}
.lessonsmediumdescription {
}
.coursenumbers {
	padding-top: 0px;
	font-size: 14px;
}
.cardtitle {
}
.cardcategory {
}
.logomenutop {
	display: none;
}
.coursescontianerhomepage {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 2%;
}
.coursefourth {
	width: 45.4%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
	clear: none;
}
.hidemobilehome {
	display: flex;
}
.coursebutton {
	text-align: center;
	margin-top: 0px;
}
.homebuttoncoursecontainer {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 1%;
	padding-bottom: 0px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 801px) {
.featuredcoursesinsert {
	float: left;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 100%;
	border-color: #BCBCBC;
	padding-bottom: 0px;
	transition-duration: .3s;
	transition-property: box-shadow;
	transition-property: transform;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
.featuredcoursesinsert:before {
			opacity: 1;
			transform: translateY(8px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
		}
.featuredcoursesinsert:hover{
		box-shadow: 0px 8px 25px 0px #bbbbbb;
		-webkit-box-shadow: 0px 8px 25px 0px #bbbbbb;
		transform: translateY(-8px); /* move the element up by 5px */
}
article {
	float: left;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 30%;
	border-color: #BCBCBC;
	padding-bottom: 0px;
	transition-duration: .3s;
	transition-property: box-shadow;
	transition-property: transform;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
article:before {
			opacity: 1;
			transform: translateY(8px); /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
		}
article:hover{
		box-shadow: 0px 8px 25px 0px #bbbbbb;
		-webkit-box-shadow: 0px 8px 25px 0px #bbbbbb;
		transform: translateY(-8px); /* move the element up by 5px */
}
.homecardlessonsinsert {overflow:hidden;}
.homecardlessonsinsert img{
transition: 10s ease;

}
.homecardlessonsinsert img:hover{
}
#swiffycontainer{
          width: 800px; height: 600px;
}
#mobilelinksnew {
	display:none;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-repeat: repeat-x;
	max-width: 1200px;
}
#Header {
	width: 23.7288%;
	padding-bottom: 5px;
	display: block;
	float: left;
}
#Navigation {
	display: block;
	width: 100%;
	margin-right: auto;
	float: none;
	color: #636363;
	background-color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 80px;
	z-index: 2;
	max-width: 1200px;
}
#Content {
	width: 62%;
	display: block;
	padding-top: 2%;
	padding-left: 0%;
	font-size: 18px;
	line-height: 175%;
	padding-right: 3%;
	margin-left: 3%;
	color: #636363;
	text-align: left;
	z-index: auto;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
}
#headerimage {
	float: right;
	max-width: 200px;
	width: 87.1794%;
	margin-left: 0;
}
#Logo {
	width: 200px;
}
#HeaderLink {
	width: 26%;
	margin-left: 0%;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	position: static;
	clear: none;
	float: right;
}
#SocialImage {
}
#Facebook {
}
#Search {
	width: 26%;
	clear: none;
	margin-left: 0%;
	padding-top: 10px;
	max-width: 300px;
	padding-left: 1%;
}
#Newsletter {
	width: 28%;
	clear: none;
	max-width: 500px;
	font-size: x-large;
	color: #2482BD;
	line-height: 30%;
	padding-left: 1%;
	margin-right: 3%;
	padding-right: 0px;
	margin-left: 0px;
}
#ConnectwithMe {
	width: 6.78%;
	clear: none;
	margin-left: 1.7%;
	display: block;
}
#SocialButtons {
	width: 18%;
	clear: none;
	margin-left: 1.68%;
}
#ConnectImage {
	width: 18%;
	clear: none;
	margin-left: 1.6949%;
}
#Sidebar {
	width: 32.2033%;
	clear: none;
	margin-left: 2%;
}
#FaceBook {
}
#TeacherPack {
}
#FooterBottom {
}
#Podcast {
	position: static;
}
#Footer {
	padding-left: 0%;
	padding-right: 0%;
	width: 100%;
	padding-bottom: 5%;
	background-color: #2482BD;
	color: #FFFFFF;
	padding-top: 3%;
}
#Footer a:link{
    color:#FFFFFF;}

#DesktopNavigation {
	display: block;
	width: 100%;
	position: relative;
	max-width: 1020px;
}
#MembersLearnMore {
	padding-bottom: 10px;
	padding-top: 5px;
	width: 100%;
	margin-left: 0;
}
#MobileHeader {
display: none;
}
#AdsenseTop {
	width: 54%;
	float: left;
	padding-top: 5px;
	margin-top: px;
	margin-right: 10px;
	display: block;
	color: #CCCCCC;
	font-size: xx-small;
	padding-left: 0px;
	margin-left: 0;
	clear: both;
	margin-bottom: 5px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
#AdsenseMobile {
}
#Pinterest {
}
#FamPhoto {
	width: 60%;
	float: left;
	right: 10px;
	top: 10px;
	bottom: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#div7 {
	width: 96%;
	margin-left: 0;
	clear: both;
	margin-top: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #FFFFFF;
	margin-bottom: 3%;
}
#div2 {
	font-size: x-large;
	color: #2482BD;
	text-align: center;
	margin-left: 0;
	clear: both;
}
#div15 {
	width: 100%;
	margin-left: 0;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#BySubject {
	font-size: large;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 0%;
}
#AdsenseBottom {
	font-size: small;
	color: #CCCCCC;
	width: 100%;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: auto;
	left: auto;
	right: auto;
	float: none;
}
#div1 {
width: 100%;
background-color: #ffffff;
border-bottom: 1px solid #BFBFBF;
}
#div3 {
	font-size: medium;
	text-align: left;
	padding-bottom: 10px;
}
#div4 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div5 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div6 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div8 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div9 {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#div10 {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	margin-left: 0;
	clear: both;
}
#div11 {
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: thin solid #2482BD;
	margin-left: 0;
	clear: both;
}
#div12 {
	width: 100%;
	margin-left: 0;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mem {
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 3%;
	border: thin solid #2482BD;
	margin-left: 0;
	clear: both;
	padding-left: 2%;
	width: 96%;
	background-color: #ffffff;
}
#eximg {
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	width: 48.7179%;
}
#responsivead {
	background-color: #FFFFFF;
}
.Photos {
width: 48.7179%;
margin-left: 15.3846%;
clear: none;
}
.Adsenseside {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.IndexContent {
}
.IndexContent {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 175%;
	width: 100%;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}
.IndexMembercontent {
	padding-left: 3%;
	padding-right: 3%;
	margin-left: 0%;
	margin-right: 0%;
	max-width: 100%;
	background-color: #FFFFFF;
	border-radius: 10px;
	width: 94%;
	padding-top: 0%;
	padding-bottom: 5%;
	left: auto;
	right: auto;
	position: static;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	color: #636363;
	font-family: open-sans;
	border-style: none;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.IndexMembercontent a:visited{
	color: #E67D37}
.IndexMembercontent a:link{
	color: #E67D37;
}
.courses {
	width: 91.5254%;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 1.67%;
	margin-left: 1.67%;
}
.thumbimage {
	width: 100%;
	left: auto;
	right: auto;
	float: none;
	margin-left: 0;
	margin-right: auto;
	margin-top: 1%;
}
.LessonsIndex {
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 40%;
	left: auto;
	right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 0%;
	margin-right: 0%;
	clear: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
}
.Indextop {
	width: 95%;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 10px;
	padding-right: 10px;
	left: auto;
	right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #363636;
	padding-top: 2%;
}
.brushphoto {
	width: 33%;
	float: right;
}
.fluidthird {
	width: 29.5%;
	margin-left: 1.6949%;
	clear: none;
	margin-right: 1.695%;
	line-height: 40%;
}
.fluidmore {
	width: 32.2033%;
	margin-right: 1%;
	margin-left: 1%;
}
.InfoBox {
	width: 94%;
	font-family: open-sans;
	line-height: 175%;
	font-size: 18px;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-top: 2%;
	color: #636363;
	font-style: normal;
	font-weight: 300;
}
.AboutMe {
	padding-left: 4%;
	padding-right: 1%;
	width: 60%;
	font-family: open-sans;
	font-size: 18px;
	line-height: 175%;
	color: #636363;
	font-style: normal;
	font-weight: 300;
}
.SocialTop {
	clear: none;
	width: 100%;
	float: none;
}
.connectwithmetop {
	clear: none;
	width: 7%;
}
.Sidebartop {
	width: 25%;
	clear: none;
	margin-left: 5%;
	margin-right: 5%;
	border-style: none;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.insideaboutme {
	padding-left: 10px;
	padding-right: 10px;
	width: 92%;
	border-radius: 10px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
}
.like_box_wrapper {
	width: 100%;
}
.facebookbox {
	width: 83.0508%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	float: none;
	padding-bottom: 10px;
}
.bottomfooter {
	margin-left: auto;
	margin-right: auto;
	clear: none;
	width: 1020px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;

}
.bottomfooter a:visited{
	color: #ffffff;
}
.bottomfooter a:link{
	color: #ffffff;
}
.pinterest {
	width: 200px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	display: block;
	min-width: 0px;
	max-width: 200px;
}
.adsbygoogle {
 background: #ffffff;
}
.newheader {
	width: 100%;
	background-color: #2482bd;
	display: block;
	left: 0px;
	opacity: 1;
	position: static;
	background-repeat: repeat;
	padding-left: 0px;
	padding-right: 0px;
	/* [disabled]overflow-y: hidden; */
	visibility: inherit;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
.newheader {
	width: 100%;
	background-color: #2482bd;
	display: block;
	left: 0px;
	background-repeat: repeat;
	padding-left: 0px;
	padding-right: 0px;
	/* [disabled]overflow-y: hidden; */
	visibility: inherit;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: both;
	float: none;
	opacity: 1;
	position: static;
}
.newheaderlogo {
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
}
.newlogo {
}
.centered {
	width: 100%;
	max-width: 1040px;
	float: none;
	clear: none;
	margin-left: auto;
	margin-right: auto;
}
.whitebackground1 {
	background-color: #FFFFFF;
	display: block;
}
.ColoredPencilChart {
	text-align: center;
}
.ArtVideoCourses {
	border-radius: 10px;
	background-color: #eaeaea;
	border: medium solid #2482bd;
	padding-left: 10px;
	padding-right: 10px;
	width: 98%;
	margin-bottom: 5px;
}
.Pastelandscape {
	width: 98%;
	padding-left: 10px;
	padding-right: 10px;
	border-color: #2482bd;
	border-style: solid;
	border-radius: 10px;
	background-color: #f3eddd;
	margin-top: 5px;
	margin-bottom: 5px;
}
.OilPaintingMaster {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 98%;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: #eafbff;
	border: medium solid #2482bd;
}
.LiveLessons {
	margin-bottom: 5px;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	border-radius: 10px;
	background-color: #f2fbff;
	padding-bottom: 5%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.TheElementscourse {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: medium solid #2482bd;
	border-radius: 10px;
	background-color: #fff5ef;
}
.SubjectHeader {
}
.newslettersignup {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	color: #CECECE;
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
	float: none;
	border-radius: 0px;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
}
.slider {
}
.videocoursedescription {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: center;
	margin-bottom: 0%;
	-webkit-box-shadow: inset 0px 0px 0px 0px #42474D;
	box-shadow: inset 0px 0px 0px 0px #42474D;
}
.social {
	padding-left: 5%;
	width: 95%;
	padding-bottom: 0%;
	margin-bottom: 1%;
}
.indexlead {
	width: 46
.%;
	padding-right: 0%;
	padding-left: 0%;
	color: #FFFFFF;
	font-family: open-sans;
	font-size: 18px;
	padding-top: 0%;
	padding-bottom: 0%;
	width: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-image: url(images/pencils.jpg);
	text-align: left;
	font-style: normal;
	font-weight: 300;
}
.indexleadinsert {
	color: #E3E2E2;
	font-family: open-sans;
	font-size: 18px;
	padding-left: 0%;
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	font-style: normal;
	font-weight: 300;
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	line-height: 175%;
}
.transparentcontainer {
	background-color: #FFFFFF;
}
.Title {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	background-color: #F59E00;
	text-align: center;
}
.Indexcoursesections {
}
.coursesectionleft {
	width: 30%;
	padding-left: 5%;
	padding-right: 5%;
	clear: left;
	padding-bottom: 5%;
}
.coursesectionright {
	width: 55%;
	padding-left: 0%;
	padding-right: 5%;
	clear: right;
	padding-bottom: 5%;
}
.sectionleftwide {
	width: 50%;
	padding-left: 5%;
	padding-right: 2%;
	clear: left;
	padding-top: 5%;
}
.sectionrightshort {
	width: 36%;
	clear: right;
	padding-right: 5%;
	padding-left: 2%;
}
.shortleft {
	width: 36%;
	padding-left: 5%;
	padding-right: 2%;
	clear: left;
}
.longright {
	width: 50%;
	padding-right: 5%;
	padding-left: 2%;
	clear: right;
	padding-top: 5%;
}
.imagealign {
	width: 40%;
	clear: left;
}
.imagealignright {
	width: 58%;
	clear: right;
	padding-top: 3%;
	padding-left: 2%;
}
.Newsletterstrip {
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	padding-bottom: 3%;
	width: 80%;
	background-color: #4A4949;
	color: #FFFFFF;
	text-align: center;
}
.Newsletterinfo {
	width: 54%;
	clear: left;
	color: #FFFFFF;
	font-family: open-sans;
	font-size: large;
	padding-right: 2%;
	text-align: left;
	line-height: normal;
	font-style: normal;
	font-weight: 300;
}
.newsletterinforight {
	width: 44%;
	clear: right;
}
.newstitle {
	color: #FFFFFF;
	font-family: open-sans;
	font-size: xx-large;
	font-style: normal;
	font-weight: 300;
}
.Blogstrip {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 2%;
	padding-bottom: 3%;
	color: #FFFFFF;
	background-color: #4A4949;
	font-family: open-sans;
	font-size: x-large;
	font-style: normal;
	font-weight: 300;
}
.titleblog {
	padding-bottom: 1%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.more {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-color: #383838;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: x-large;
}
.Formembers {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #636363;
}
.memberstitle {
	padding-bottom: 2%;
	font-family: open-sans;
	font-size: xx-large;
	font-weight: 300;
	text-shadow: 0px 0px;
	font-style: normal;
}
.memberscontent {
	width: 21%;
	clear: none;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	color: #4A4949;
}
.courseimage {
	width: 20%;
}
.colorbar {
	width: 100%;
	margin-bottom: 2%;
	display: block;
}
.colorbarlast {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.LessonPlanHeader {
	width: 100%;
	background-image: url(images/lessonplanbackground.jpg);
	color: #E2DFDF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LessonPlanDescription {
	width: 56%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	line-height: 150%;
	color: #2C2C2C;
	text-align: left;
}
.ulpimage {
	width: 47%;
	clear: none;
	padding-right: 3%;
}
.Ultimate {
	width: 100%;
	padding-top: 2%;
}
.videoholder {
	width: 60%;
	clear: none;
}
.Ulpabout {
	width: 36%;
	clear: none;
	padding-left: 2%;
	padding-right: 2%;
}
.FundamentalsHeader {
	padding-left: 0%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 0%;
	background-image: url(images/fundamentalsbackground.jpg);
}
.fundamentalswriteup {
	width: 46%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.artfundamentalsheader {
	width: 76%;
	padding-left: 12%;
	padding-top: 3%;
	padding-bottom: 3%;
	padding-right: 12%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	background-image: url(images/artfundamentalsbackgroundnew.jpg);
}
.Artfundamentalsinfo {
	width: 62%;
	text-align: left;
}
.AboutMeHeader {
	width: 88.01%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 3%;
	padding-bottom: 3%;
	color: #DFDDDD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: large;
	line-height: 180%;
	background-image: url(images/aboutmebackground.jpg);
	background-size: cover;
}
.headerinfo {
	width: 50%;
	text-align: center;
}
.famphoto3 {
	width: 30%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	font-size: small;
	float: left;
	clear: none;
}
.bottomimage {
	font-size: small;
	float: none;
	clear: none;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.tabletmobileme {
	display: none;
}
.disclaimer {
	color: #2482BD;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}
.fixedtest {
	position: static;
	float: right;
}
.drawingofmeleft {
	width: 45%;
	float: left;
	clear: none;
	padding-right: 5%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
}
.drawingofme {
	width: 50%;
	float: right;
	clear: none;
}
.videocoursetext {
}
.coursesheader {
	width: 100%;
	max-width: 1040px;
}
.LessonPlanAdditional {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 94%;
	background-color: #E7E6E6;
	border-color: #4282bd;
	border-radius: 10px;
	border-style: solid;
}
.scrollingsidebar {
	width: 30%;
	clear: none;
	position: static;
}
.Scrollingelement {
	position: fixed;
	float: none;
}
.sidebarBox {
	width: 30%;
	clear: none;
	float: left;
	position: relative;
	display: inline;
	margin-left: 0%;
	padding-left: 1.7%;
}
.scrollingBox {
	max-width: 300px;
}
.TabletCourse {
	display: none;
}
.adcentered {
	color: #CFCFCF;
	font-size: x-small;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.materials {
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	width: 96%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-radius: 10px;
	background-color: #EBEBEB;
}
.test {
}
.headercontainer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.navcontainer {
	/* [disabled]border-top-width: thin; */
	border-bottom-width: thin;
	/* [disabled]border-right-width: thin; */
	/* [disabled]border-left-width: thin; */
	border-style: solid;
	border-color: #2482bd;
}
.drawinglessonshead {
	background-color: #339999;
	color: #FFFFFF;
}
.PaintingHeader {
}
.digitalartheader {
}
.Videocoursesheader {
}
.LessonplanHeader {
}
.ArtFundamentalsheader {
}
.detailimage {
	text-align: center;
}
.optin1 {
}
.optin1title {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 96%;
	color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: x-large;
	text-align: center;
	background-color: #ee8a00;
	margin-top: 2%;
	font-weight: bold;
	font-variant: normal;
}
.optin1body {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 95%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
	text-align: center;
	border: medium solid #ee8a00;
}
.optin2 {
}
.DrawingLessonsHeader {
	margin-top: 0%;
	padding-top: 2%;
	background-size: cover;
	background-image: url(images/coursevideosbackgroundDrawing.jpg);
}
.CheckCourses {
	padding-left: 18%;
	padding-right: 18%;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: xx-large;
	font-style: italic;
	width: 64%;
	margin-top: 20%;
	margin-bottom: 18%;
	line-height: normal;
}
.courseimagesdrawing {
}
.sidebarcourses {
}
.leftimage {
	width: 25%;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.secretsbackgroundnew {
	display: block;
}
.coursedesnew {
	width: 66%;
}
.coursehalf {
	text-align: left;
	width: 46%;
	float: left;
	clear: none;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 4%;
	padding-left: 2%;
}
.secretsblock {
	width: 40%;
	height: 100%;
}
.oilbackgroundnew {
}
.oildesnew {
	background-color: #1d6272;
	width: 40.001%;
	height: 100%;
	clear: none;
	float: right;
}
.floater {
}
.coloredpencilnew {
}
.coloreddesnes {
	width: 40.001%;
	clear: none;
	float: right;
}
.pastelbackgroundnew {
}
.pasteldesnew {
	width: 40%;
	clear: none;
	float: right;
}
.watercolorworkshopbackground {
}
.watercolordes {
	width: 40.001%;
	clear: none;
	float: right;
}
.elementsmini {
	background-image: url(images/elementsbackground.jpg);
	background-size: cover;
}
.elementsblock {
	width: 40%;
	float: right;
	clear: none;
}
.becomeamembernew {
}
.topblockdes {
	width: 76%;
	padding-right: 12%;
	padding-left: 12%;
	padding-top: 6%;
	padding-bottom: 2%;
	font-size: large;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
}
.coursestack {
}
.fordollar {
}
.newslettertitle {
}
.maxwidth {
	width: 100%;
}
.wrapper {
}
.newsletterheader {
}
.videonewsletter {
	width: 60%;
	display: block;
}
.messagenewsletter {
	width: 36%;
	padding-left: 3%;
	float: right;
	clear: none;
}
.memberscourses {
}
.newcourseborders {
	border: thin solid #CCCCCC;
}
.coursedescriptionnew {
	padding-left: 2%;
	padding-right: 2%;
	width: 96%;
}
.newsletterbackground {
}
.Aboutvideo {
	width: 40%;
	padding-left: 5%;
	padding-top: 4%;
	padding-right: 2%;
	padding-bottom: 5%;
	float: left;
	clear: none;
	display: block;
}
.abouthomeright {
	width: 46%;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 5%;
	float: left;
	clear: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #636363;
	text-align: left;
	font-size: medium;
}
.courseshome {
	padding-left: 6%;
	padding-right: 6%;
	width: 88%;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 5%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 175%;
}
.coursesband {
	width: 50%;
	float: left;
	clear: none;
}
.courseimagesband {
	width: 50%;
	float: left;
	clear: none;
}
.bar {
}
.videohead {
}
.videoheadvideo {
	width: 70.5%;
	float: left;
	clear: none;
}
.boxesright {
	width: 29.5%;
	float: left;
	clear: none;
}
.imagelinksright {
	width: 100%;
	display: block;
}
.related {
	display: block;
}
.loginbar {
	background-color: #2482bd;
	height: 72px;
}
.login {
	width: 100%;
	max-width: 1100px;
	color: #ffffff;
}
.logincontainer {
	float: right;
	width: 355px;
	clear: none;
	height: 72px;
}
.loginmenu {
}
.logintab {
	width: 150px;
	padding-right: 5px;
	padding-left: 5px;
	color: #f0f0f0;
	float: left;
	clear: none;
	padding-top: 26px;
	padding-bottom: 26px;
	font-size: 12px;
}
.Satrthere {
}
.colorwheels {
	width: 800px;
	min-width: 800px;
	min-height: 600px;
	height: 600px;
	display: block;
	clear: none;
}
.spacer {
}
.logintaborange {
	text-align: center;
}
.homebutton {
	width: 60%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.newsletterheadercontainer {
	max-width: 1040px;
}
.newsletterbottom {
	max-width: none;
}
.headcontainer {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.imglinkfloat {
}
.imgfloat {
	width: 32%;
	background-color: #FFFFFF;
	padding-left: 1%;
}
.descriptionlesson {
	width: 62%;
	background-color: #E1E1E1;
	float: left;
	clear: none;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
.footercontainer {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.footer1 {
	padding-left: 3%;
	width: 28%;
	padding-right: 2%;
	float: left;
	clear: none;
	text-align: left;
}
.copyrightinformation {
	text-align: left;
}
.footerblock {
	padding-top: 0%;
}
.graphiteheader {
}
.largetitles {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 2%;
	padding-bottom: 2%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: large;
	text-align: left;
}
.buttoncontainer {
	padding-bottom: 3%;
	width: 66%;
	padding-top: 1%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
}
.membersmessage {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 1%;
	padding-bottom: 1%;
	width: 92%;
	background-color: #2482BD;
	border: thin solid #2482bd;
	color: #ffffff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	margin-top: 3%;
}
.coloredpencilbackground {
}
.membersinfo {
}
.memberinfoheader {
}
.membersimage {
	width: 100%;
}
.Pasteldrawing {
}
.inkdrawingbackground {
}
.buttonbox {
	width: 48%;
	float: left;
	clear: none;
	margin-top: 10%;
	margin-bottom: 8%;
	text-align: center;
	margin-right: 2%;
	margin-left: 0%;
}
.mobilelogin {
	display: none;
}
.mobilebuttons {
}
.join {
}
.toplogincontainer {
	max-width: 1200px;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	float: none;
}
.coursehalfright {
	width: 45%;
	padding-right: 3%;
	padding-left: 2%;
	padding-top: 4%;
	padding-bottom: 2%;
	float: left;
	clear: none;
	font-size: 18px;
}
.buttonfloat {
	width: 50%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clear: none;
}
.borderleft {
	border-top-style: solid;
	border-bottom: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-top-width: 0px;
	padding-left: 4%;
	width: 96%;
	margin-top: 4%;
	margin-bottom: 4%;
	text-align: left;
}
.drawinglessonsbackgroundnew {
}
.paintinglessonsbackgroundnew {
}
.digitallessonsbackground {
}
.containernewsletter {
}
.logomobileholder {
	float: left;
	display: none;
	clear: both;
}
.mobiletabnew {
}
#mobilelinksnew {
	display:none !important;
}
.loginleftmobile {
	display: none;
}
.joinfloatleft {
	display: none;
}
.lessonsfree {
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	overflow-x: auto;
	overflow-y: auto;
	clear: none;
	width: 46%;
}
.textunderlessonsfree {
	padding-top: 6%;
	padding-right: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	width: 88%;
}
.clearfixauto {
	clear: none;
	overflow-x: auto;
	overflow-y: auto;
}
.navholderhome {
	clear: both;
}
.fullwidthhome {
}
.newhalf {
	width: 50%;
	float: left;
	clear: none;
	padding-right: 0%;
}
.abouthomepage {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 4%;
	width: 88%;
	padding-left: 4%;
	padding-top: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
	font-size: 18px;
}
.newbuttoncontainer {
}
.conceptsheader {
}
.charcoalheader {
}
.watercolorheader {
}
.acylicheader {
}
.searchme {
}
.oilheader {
}
.coloredpromo {
}
.portraitsignup {
}
.searchandfriend {
}
.paintingsecondarymenu {
	max-width: 1202px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	color: hsla(0,0%,100%,1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #443f3b;
}
.secondarymenulink {
	width: 10%;
	float: left;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #443f3b;
	text-align: center;
	clear: none;
	color: #858585;
	text-decoration: none;
}
.gridcardcontainer {
	width: 100%;
	float: left;
	clear: none;
}
.gridcardimage {
	margin-right: 0%;
}
.gridcardtitle {
}
.gridcarddescription {
}
.gridcard {
}
.gridcardmembers {
	width: 100%;
	float: left;
	clear: none;
}
.membersjoin {
}
.memberhover {
}
.newmembersjoinbutton {
	width: 28%;
	float: left;
	clear: none;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 6%;
	padding-bottom: 6%;
}
.memberrollovernew {
}
.searchboxtop {
	width: 28px;
	float: left;
	clear: none;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 6px;
	padding-right: 3px;
	display: block;
}
.titlepagetopcentered {
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
	width: 94%;
}
.pagemenu {
	width: 88%;
	margin-left: 6%;
	margin-right: 6%;
	text-align: center;
	float: none;
	clear: both;
}
.pagemenunav {
	width: 16.66%;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	color: #636363;
}
.recentlessonstop {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom: 0%;
	margin-top: 1%;
}
.recentlesson {
	width: 60%;
	float: left;
}
.recenttitle {
	float: left;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	padding-bottom: 8px;
	clear: none;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 0px;
	width: auto;
}
.popularlessonsright {
	width: auto;
	float: none;
	padding-bottom: 8px;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 0px;
}
.lessonstopright {
	width: 38%;
	margin-left: 2%;
	float: right;
	clear: none;
	padding-top: 0%;
}
.featuredlessonscontainer {
	margin-top: 4%;
}
.featuredimage {
	width: 40%;
}
.featureddescription {
	width: 58%;
	float: right;
	clear: none;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.showmore {
	padding-top: 4%;
	color: #636363;
	text-align: left;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: medium;
}
.featuredtitle {
	margin-bottom: 3%;
	color: #636363;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.memberstopfeatured {
}
.lessoncontainermain {
	width: 50%;
	float: left;
	clear: none;
}
.lessonintrotop {
	padding-left: 0%;
	width: 100%;
	padding-right: 0%;
	padding-top: 0%;
	padding-bottom: 3%;
	font-family: open-sans;
	font-size: 18px;
	line-height: 200%;
	font-style: normal;
	font-weight: 300;
}
.drawinglessonsnav {
	width: 12.5%;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
}
.paintinglessonsnav {
	width: 20%;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
}
.searchiconmobile {
	display: none;
}
.logoheaddesktop {
	width: 18%;
	float: left;
	display: block;
	padding-top: 8px;
	height: 62px;
	padding-bottom: 10px;
}
.menucontain {
	width: 100%;
	border-bottom: 1px solid #D0CCCC;
	background-color: #ffffff;
}
#menucontain {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #BFBFBF;
}
.toplogindesktop {
	display: block;
	width: 55px;
	float: left;
	text-align: center;
	color: #f0f0f0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	clear: none;
	text-decoration: none;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 26px;
	padding-left: 5px;
	padding-right: 5px;
}
.toplogindesktop:hover {
	color:#ffffff;
	text-decoration:none;
}


.toplogindesktop a:link {
	color:#f0f0f0;
	text-decoration:none;
}
.toplogindesktop a:visited {
	color:#f0f0f0;
	text-decoration:none;
}
.toplogindesktop a:active {
	color:#f0f0f0;
	text-decoration:none;
}

.toplogindesktop a:hover {
	color:#ffffff;
	text-decoration:none;
}
.titlefloatleft {
	width: 52%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 6%;
}
.jointopbuttonnew {
	display: block;
	width: 80px;
	float: left;
	clear: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F0F0F0;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5px;
	margin-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	padding-top: 9px;
	padding-bottom: 9px;
}
.jointopbuttonnew:hover {
	color: #2482bd;
	background-color: #ffffff;
}
.titleholder {
	background-size: contain;
}
.posttitle {
}
.aboutbackground {
}
.aboutcentered {
	font-size: 20px;
	padding-top: 12%;
	padding-right: 12%;
	padding-bottom: 12%;
	padding-left: 12%;
}
.fundamentalsbackground {
}
.featuredinbackground {
	font-size: 18px;
}
.onefourth {
	width: 17%;
	padding-top: 0%;
	padding-right: 4%;
	padding-bottom: 0%;
	padding-left: 4%;
}
.featuredintitle {
}
.membershipprogramdetails {
	background-position: 60% 50%;
	background-attachment: scroll;
	background-size: cover;
}
.memdetailshomepage {
	width: 50%;
	float: left;
	clear: none;
	padding-left: 6%;
	margin-top: 6%;
	margin-bottom: 6%;
	font-size: 18px;
}
.recentlessons {
	font-size: 18px;
	padding-left: 4%;
	width: 92%;
	padding-right: 4%;
}
.mainvideocourses {
}
.bottomcourseimages {
}
.circles {
}
.meimage {
	float: left;
	clear: none;
	width: 20%;
	margin-bottom: 0px;
}
.aboutright {
	width: 78%;
	float: left;
	clear: none;
	padding-left: 2%;
	padding-right: 0%;
}
.contentminimal {
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	width: 96%;
	max-width: 800px;
	float: none;
}
.suggestedcourses {
	/* [disabled]width: 1200px; */
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.mobilehide {
	display: block;
}
.newsidebar {
	width: 20%;
	float: left;
	clear: none;
}
.singlecolumnctasholder {
}
.onhalfcta {
}
.fullwidthheader {
}
.downloadbuttonnew {
}
.downloadbuttonnew {
	border: 2px;
	border-color:#636363;
	border-style:solid;
	transition: background-color 0.5s ease;
	background: #ffffff;
	border-radius: 0px;
	box-shadow: 0 0px 0 #9f5b03;
	color: #636363;
	cursor: pointer;
	font: inherit;
	margin: 1%;
	outline: 0;
	width: 25%;
	font-size: 18px;
	margin: auto;
	float: left;
	text-align: center;
	padding: 1% 6%;
	transition: all .1s linear;
 }
.downloadbuttonnew:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none; 
}

.downloadbuttonnew:active {


}

.articlelessons {
	float: left;
	padding-left: 0%;
	padding-right: 0%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 29%;
	padding-bottom: 0px;
}

.sidebarholder {


}

.sidebartopperjoin {


}

.sidebargraphicholder {


}

.onedollar {


}

.tableofcontents {


}

.sidebarsticky {


}

.sidebarbutton {


}

.coursestopbannercontainer {


}

.coursestopbannercontainer {


}

.coursetopbannerleftimage {


}

.coursetopbannertitle {


}

.coursebannerdescription {


}

.LessonsBackgroundGray {


}

.Gridcontainerlessons {


}

.articlelink {


}

.bottomdescriptionfixed {


}

.herodiv {


}

.longerleft {
	clear: none;

}

.longerleft {
	width: 60%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 6%;
	padding-bottom: 6%;
	float: left;
	clear: none;
}

.shorterright {
	width: 28%;
	float: left;
	padding-left: 0%;
	padding-right: 6%;
	clear: none;
	padding-top: 12%;
	padding-bottom: 14%;
	font-style: normal;
	font-weight: 300;
	font-family: open-sans;
	text-align: left;
}
.shorterright p{
	text-align: left;
}
.buttonbluer {float:left;
}
.hideshow {}
.showhide {}
.showhide{
	display:none;
}
.topmenucontainerclear{
}
.QuickJump{
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	margin-top: 2%;
}
.membershipcard{
}
.largewhitecontainer{
}
.homecardlessons{
	width: 46%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 3%;
	padding-left: 2%;
	font-size: 16px;
}
.homecarddescriptionandlink{
}
.newpaintingheadercontainer{
}
.titletextleft{
	width: 46%;
	float: left;
	padding-top: 8%;
	padding-left: 6%;
	padding-right: 0%;
	padding-bottom: 6%;
	text-align: left;
}
.herotitle{
	width: 48%;
	float: right;
	clear: none;
}
.coursesbackgroundhome{
	margin-bottom: 0%;
	margin-top: 2%;
	clear: both;
}
.halfcourseshome{
	width: 40%;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 6%;
	float: left;
	clear: none;
	text-align: left;
}
.courseimagecardright{
	width: 50%;
	float: left;
	clear: none;
	margin-right: 0%;
	margin-left: 0%;
}
.herohome{
}
.herotext{
	width: 50%;
	margin-top: 8%;
	margin-bottom: 10%;
}
.herohome h1 {
	font-size: 170%;
}
.sidebartitle {
	padding-top: 8%;
	padding-right: 4%;
	padding-bottom: 8%;
	padding-left: 4%;
	width: 92%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: x-large;
	line-height: 120%;
	text-align: center;
	color: #636363;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.whiteboxhome {
}
.herotitlehomepage {
}
.introtext {
	width: 54%;
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 6%;
	float: left;
	clear: both;
	margin-left: 0px;
}
.tutorialsheadcontainer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.tutorialsheadercontent {
	width: 18%;
	padding-top: 4%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	float: left;
	clear: none;
	text-align: center;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	color: #636363;
	font-size: 20px;
}
.recentlessonsnew {
}
.newlessonstitle {
}
.tutorialstitle {
	padding-top: 3%;
}
.drawinglessonsbymediumcontent {
	width: 12.2%;
	float: left;
	clear: none;
	margin-left: 1%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	text-align: center;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
}
.topmessagebanner {
	vertical-align: middle;
}
.iconleft {
}
.messagebartext {
	float: left;
	clear: none;
	width: 78%;
	margin-right: 2%;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-left: 0%;
	margin-bottom: 0%;
}
.starttrialbuttontop {
	width: 20%;
	float: left;
	clear: none;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0%;
}
.coursemodulestutorials {
	width: 18%;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	padding-right: 0%;
	float: left;
	clear: none;
	color: #636363;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	margin-right: 1%;
	margin-top: 4%;
	margin-bottom: 2%;
	margin-left: 1%;
}
.paintinglessonsmedium {
	width: 21%;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	float: left;
	clear: none;
}
.titletutorials {
	text-align: center;
}
.welearn {
	margin-bottom: 2%;
	margin-top: 0px;
}
.buttoncorrect {
	width: 100%;
	margin-right: 0%;
}
.featuredcoursetopnewbackground {
	margin-bottom: 3%;
}
.featuredcoursedescriptionnew {
	padding-top: 6%;
	padding-bottom: 6%;
	padding-left: 3%;
	padding-right: 41%;
	width: 56%;
	color: #474747;
	font-size: 40px;
	line-height: 110%;
}
.coursetagline {
	font-size: 22px;
	margin-bottom: 2%;
	padding-bottom: 2%;
}
.scrolllessons {
}
.halftop {
	width: 49%;
	float: left;
	clear: none;
	background-color: #2482bd;
	height: 300px;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: 1%;
	color: #FFFFFF;
	text-align: center;
	display: block;
}
.halftopright {
	width: 49%;
	float: left;
	clear: none;
	text-align: center;
	color: #ffffff;
	background-color: #E9A3A4;
	height: 300px;
	display: block;
	margin-left: 1%;
	margin-top: 1%;
	margin-bottom: 1%;
}
.leftthird {
	width: 32.3%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	clear: none;
	background-color: #D7E7A9;
	height: 300px;
}
.middlethird {
	width: 31.3%;
	float: left;
	clear: none;
	height: 300px;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	background-color: #d4ade8;
}
.rightthird {
	width: 32.3%;
	float: left;
	clear: none;
	height: 300px;
	margin-top: 1%;
	margin-left: 1%;
	background-color: #AFBBE9;
}
.lessonsmediumtitle {
	margin-top: 160px;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
	text-align: left;
	color: #ffffff;
	font-size: 26px;
	font-weight: normal;
}
.lessonsmediumdescription {
	text-align: left;
	margin-left: 4%;
	margin-right: 4%;
	margin-top: 5px;
	width: 92%;
	font-size: 14px;
}
.coursenumbers {
	padding-top: 2%;
	font-size: 16px;
}
.cardtitle {
}
.cardcategory {
}
.logomenutop {
	width: 200px;
	float: left;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.coursescontianerhomepage {
	margin-top: 3%;
	margin-bottom: 3%;
}
.coursefourth {
	width: 22.6%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	clear: none;
}
.hidemobilehome {
	display: flex;
}
.coursebutton {
	margin-bottom: 1%;
	margin-top: 0%;
	padding-top: 2%;
	padding-bottom: 2%;
}
.homebuttoncoursecontainer {
	width: 40%;
	padding-left: 30%;
	padding-right: 30%;
	padding-top: 0px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media (min-width:770px) and (max-width:1039px){
}

