@charset "UTF-8";
/* CSS Document */
/*BASIC STYLES*/
img, object, embed, video {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	width: auto;
	max-width: 100%;
}
	@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
body {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
	color:#636363;
	font-size:1rem;
	font-weight:300;
}
body p {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 140%;
	color:#636363;
	font-size:1rem;
	font-weight:300;
}
a:link {
	color: #2482bd;
	text-decoration: none;
}
a:visited {
	color: #2482bd;
	text-decoration: none;
}
a:hover {
	color: #2482bd;
	text-decoration: underline;
}
a:active {
	color: #2482bd;
	text-decoration: none;
}
h1 {
	font-size: 28px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	line-height:140%;
	font-weight:500;
}
h2 {
	font-size: 24px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	line-height:140%;
	font-weight:500;
	clear:both;
	margin-top:5%;
}
h3 {
	font-size: 20px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
	line-height:140%;
	font-weight:500;
}
.RecentContainer h2 {
	text-align:center;
	font-size:20px;
	font-weight:800;
}
.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	float: left;
}
.fullpagetext {
	max-width:1000px;
	padding:2% 10% 6% 10%;
	margin:auto;
	width:80%;
}
.membersbar {
	background-color:#000000;
	background-image: url(images/membersbarbackground.jpg);
	background-repeat:no-repeat;
	background-position: 50% 40%;
}
.membersbarcta {
	color:#ffffff;
	text-align:center;
	width:90%;
	max-width:1300px;
	margin:auto;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	line-height:120%;
	font-weight:800;
	padding:5% 5% 5% 5%;
}
.membersbarcta a:link {
	text-decoration:none;
}
.membersbarcta a:visited {
	text-decoration:none;
}

.membersbarcta a:active {
	text-decoration:none;
}
.membersbarcta a:hover {
	text-decoration:none;
}
.membersctabutton {
	width:100%;
	margin:auto;
	line-height:140%; 
	font-weight:300; 
	font-size:20px;
}
.membersctadescription {
	color:#ffffff;
	text-align:center;
	font-size:20px;
	width:90%;
	padding:2% 0% 0% 0%;
	margin:auto;
	line-height:120%;
	font-family: 'Montserrat', sans-serif;
}

/*MENU*/
#menucontain {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 0px solid #f4f4f4;
	z-index: 3;
	clear: both;
	transition: all 0.15s linear;
}
#menucontain.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
#menucontain.activetrans {
	background-color:#ffffff;
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
/*FOOTER*/
#Footer {
	width: 94%;
	padding: 3%;
	background-color: #242424;
	color: #636363;
	text-align:left;
	font-size: 1rem;
}
#Footer p {
	color: #FFF;
}

.footercontainer {
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.footercontainer a:link {
	color:#636363; 
	text-decoration:none;
}
.footercontainer a:visited {
	color:#636363; 
	text-decoration:none;
}
.footercontainer a:hover {
	text-decoration:underline;
}
.footerblock {
	width: 100%;
	float: left;
	clear: none;
	color: #636363;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	padding-top: 2%;
	line-height: 180%;
}
.footerblock a:link{
	color: #2482bd !important;
	text-decoration:none;
}
.footerblock a:visited{
	color: #2482bd;
	text-decoration:none;
}
.footerblock a:hover{
	color: #2482bd;
	text-decoration:none !important;
}
.copyrightinformation {
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	width: 96%;
}

/*IN BODY SALES*/
.CallToActionContainer {
	width:100%;
	margin:3% 0% 3% 0%;
	display:block;
	border-radius:10px;
	overflow:hidden;
	clear:both;
	float:left;
	background-color:#ffffff;
	-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);
}
.BottomCallToActionTop {
	background-color:#272727;
	color:#f4f4f4;
	padding:6%;
	width:88%;
	text-align:center;
	font-size:18px;
	position:relative;
}
.BottomCallToActionTopTitle {
	color:#f4f4f4;
	font-weight:500;
	text-align:center;
	margin-bottom:3%;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
}
.BottomTriangle {
	clear:both;
	text-align:center;
	width: 0;
height: 0;
border-style: solid;
border-width: 50px 150px 0 150px;
border-color: #e57e38 transparent transparent transparent
}
.BottomCallToActionTop:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(229, 126, 56, 0);
	border-top-color: #272727;
	border-width: 30px;
	margin-left: -30px;
}
.CallToActionBottomAction {
	background-color:#ffffff;
	text-align:center;
	padding:6% 3% 6% 3%;
	margin-top:30px;
	
}
.newcourseborders {
	display:block;
	clear:both;
	float:left;
	border-radius:10px;
	overflow:hidden;
	margin:3% 0% 3% 0%;
	background-color:#ffffff;
	font-family:inherit;
	color:#636363;
	-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);
}
.coursedescriptionnew {
	padding:4%;
	width:92%;
	font-size:20px;
	line-height:inherit;
	text-align:center;
}
.coursedescriptionnewtitle{
margin-bottom:1%;
	font-size:30px;
	color:#272727;
	line-height:inherit;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	text-align:center;
}
.coursedescriptionnew a:link{
	text-decoration:none;
}
.coursedescriptionnew a:active{
	text-decoration:none;
}
.coursedescriptionnew a:visited{
	text-decoration:none;
}
.coursedescriptionnew a:hover{
	text-decoration:none;
}

/*SIDEBAR*/
#Sidebar {
	background-color:#f4f4f4;
	width:88%;
	padding:6%;
	float:left;
}
.sidebarcard {
	display: flex;
  flex-direction: column;
	width:100%;
	border-radius:10px;
	overflow:hidden;
	clear:both;
	background-color:#ffffff;
	float:left;
	margin:3% 0% 6% 0%;
	-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);
}
.sidebarcardspecial {
	display: flex;
  flex-direction: column;
	width:100%;
	border-radius:10px;
	overflow:hidden;
	clear:both;
	float:left;
	background-color:#ffffff;
	margin:3% auto 6% auto;
	-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);
}
.sidebarcardimage {
	width:100%;
	display:block;
}
.sidebarcardimage img{
	width:100%;
}
.sidebarcarddescription {
	width:90%;
	padding:5%;
	font-size:14px;
	background-color:#FFF;
	display:block;
	clear:both;
	text-align:center;
	color:#636363;
}
.sidebarcarddescription span {
	font-size:18px;
	font-weight:bold;
}

.sidebarcarddescriptiondark {
	width:90%;
	padding:5%;
	font-size:14px;
	background-color:#272727;
	color:#f4f4f4;
	display:block;
	clear:both;
	text-align:center;
}
.sidebarcarddescriptiondark span {
	font-size:18px;
	font-weight:bold;
}
/*BUTTONS*/
.downloadbuttonnew {
	border: 2px;
	border-color:#636363;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #ffffff;
	box-shadow: 0 0px 0 #9f5b03;
	color: #636363;
	cursor: pointer;
	font: inherit;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 0% 3% 0%;
	float: left;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
	clear:both;
 }
.downloadbuttonnew:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.downloadbuttonnew:active {

}
.headeractionbutton {
	border: 2px;
	border-color:#272727;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: transparent;
	box-shadow: 0 0px 0 #9f5b03;
	color: #272727;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 0% 10% 0%;
	float: none;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbutton:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbutton:active {

}
.headeractionbuttonleft {
	border: 2px;
	border-color:#e57e38;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 0% 3% 0%;
	float: none;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbuttonleft:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbuttonleft:active {

}
button:focus {outline:0;}
button:hover {
	text-decoration:none;
}
.ButtonOrange {
	display: block;
    width: 100%;
    border-radius: 10px;
	border-style:none;
    background-color: #e57e38;
    padding: 14px 28px;
    font-size: 16px;
	color:#f4f4f4;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-align: center;
	transition: all .2s linear;
	text-decoration:none;
	-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);
	
}
.ButtonOrange:hover {
	display: block;
    width: 100%;
    border: none;
    background-color: #2482bd;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
	text-decoration:none;
	
}
.sidebarcarddescriptiondark a:link {
	text-decoration:none;
	
}
.sidebarcarddescriptiondark a:visited {
	text-decoration:none;
	
}
.sidebarcarddescriptiondark a:active {
	text-decoration:none;
	
}
.sidebarcarddescriptiondark a:hover {
	text-decoration:none;
	
}
.ButtonOrangeContent {
	border-color:#2482bd;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #2482bd;
	box-shadow: 0 0px 0 #9f5b03;
	color: #f4f4f4;
	cursor: pointer;
	font: inherit;
	outline: 0;
	width: 50%;
	font-size: 20px;
	margin: 5% auto 4% auto;
	display:block;
	text-align: center;
	padding: 2% 6%;
	transition: all .2s linear;
	clear:both;
	
}
.ButtonOrangeContent:hover {
	background-color: #e57e38;
  color: #ffffff;
  text-decoration: none;
  -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); 
	
}
.ButtonBlueContent {
	border-color:#e57e38;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #f4f4f4;
	cursor: pointer;
	font: inherit;
	outline: 0;
	width: 80%;
	font-size: 20px;
	margin: 5% auto 4% auto;
	display:block;
	text-align: center;
	padding: 2% 6%;
	transition: all .2s linear;
	clear:both;
	
}
.ButtonBlueContent:hover {
	background-color: #2482bd;
  color: #ffffff;
  text-decoration: none;
  -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); 
	
}
.ButtonDarkGhost {
	display: block;
    width: 100%;
    border-radius: 10px;
	border-style: solid 5px #636363;
    background-color: #ffffff;
    padding: 14px 28px;
    font-size: 16px;
	color:#636363;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-align: center;
	-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);
	
}
.ButtonDarkGhost:hover {
	display:block;
    width: 100%;
    background-color: #636363;
	border-style:solid 5px #636363;
	color:#ffffff;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
	
}
#mc_embed_signup {
	margin:0%;
}

/*MAIN CONTENT*/
#ContentContainer {
	clear:both;
	background-color:#ffffff;
	width:100%;
}
.MainContent {
	width:100%;
	padding:0%;
	clear:both;
	float:none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 52.1%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.MainPostContainer {
	background-color:#FFF;
	width:88%;
	padding:6%;
	float:left;
}
.MainPostContainer ul {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:16px;
	font-weight:300;
}
.MainPostContainer ol {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:16px;
	font-weight:300;
}
.AuthorContainer {
	margin:0% 0% 3% 0%;
	clar:both;
}
.AuthorImage {
	width:70px;
	margin-right:10px;
	float:left;
	clear:none;
	border:solid 1px #f4f4f4;
}
.AuthorNameCategories {
	width:auto;
	clear:none;
	font-size:14px;
	font-style:italic;
	color:#AFAFAF;
	line-height:normal;
}
.AuthorNameCategories a:link {
	text-decoration:none;
	color:#AFAFAF;
}
.AuthorNameCategories a:visited {
	text-decoration:none;
	color:#AFAFAF;
}
.AuthorNameCategories a:active {
	text-decoration:none;
	color:#AFAFAF;
}
.AuthorNameCategories a:hover {
	text-decoration:underline;
	color:#AFAFAF;
}
.hovereffect {
	cursor:pointer;
}
.MoreLessons {
	clear:both;
	margin:3% 0% 3% 0%;
	font-size:24px;
	font-weight:500;
	text-align:center;
	color:#272727;
	font-family: 'Montserrat', sans-serif;
}
.FlexContainer {
	display: flex;
  flex-wrap: wrap;
  padding:0%;
  width:100%; 
}
.FlexOneThird {
	display: flex;
  flex-direction: column;
	width: 100%;
	border-radius:10px;
	overflow:hidden;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
	float: left;
	background-color: #ffffff;
	-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);
}
.FlexOneThird img {
}
.card--content {
  background-color: #ffffff;
  position:relative;
}
.card--content img {
	width:100%;
}
.cardtitle {
	color: #636363;
	font-size: medium;
	padding:4%;
	width: 92%;
	clear:both;
}
.cardcategory a:link {
	color:#636363;
	text-decoration:none;
}
.cardcategory a:visited {
	color:#636363;
	text-decoration:none;
}
.cardcategory a:hover {
	color:#2482bd;
	text-decoration:none;
}
.bluelink a:link {
	color:#636363;
	text-decoration:none;
}
.bluelink a:visited {
	color:#636363;
	text-decoration:none;
}
.bluelink a:active {
	color:#636363;
	text-decoration:none;
}
.bluelink a:hover {
	color:#2482bd;
	text-decoration:none;
}
.cardcategory {
	padding-left: 2%;
	padding: 4%;
	width: 92%;
}
.cardtitle a:link {
	color:#636363;
	text-decoration:none;
}
.cardtitle a:visited {
	color:#636363;
	text-decoration:none;
}
.cardtitle a:hover {
	color:#2482bd;
	text-decoration:none;
}
.cardcategory a:link {
	color:#636363;
	text-decoration:none;
}
.cardcategory a:visited {
	color:#636363;
	text-decoration:none;
}
.cardcategory a:hover {
	color:#2482bd;
	text-decoration:none;
}
.LessonMaterials {
	background-color:#f4f4f4;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	border-radius:10px;
	overflow:hidden;
	font-size:16px;
	font-weight:300;
	margin:4% 0% 5% 0%;
	padding:4%;
		-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);
}
.LessonMaterials span {
	font-size:20px;
}
.HomeHeroVertical {
	background-image: url(images/HandBackgroundphone.jpg);
	background-repeat:no-repeat;
	background-position: 50% 90%;
}
.HomeHeroTextTop {
	padding:2% 6% 100% 6%;
	width:88%;
}
.HomeHeroTextTop h1{
	font-weight:800;
	font-size:30px;
	line-height:100%;
	text-align:center;
}
.HomeHeroTextTopHub {
	padding:1% 6% 66% 6%;
	width:88%;
}
.MenuHub {
	font-size:20px;
	color:#272727;
	margin-bottom:4%;     
	text-align:center;
}
.MenuHub a{
	text-decoration:none;
	position:relative;
	color:#272727;
}
.MenuHub a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #272727;
  transition: 0.4s;
}
.MenuHub a:hover:after {
  width: 100%;
}
.MenuHubContainer {
	padding-top:6%;
	padding-bottom:2%;
	padding-right:0%;
	width:100%;
	margin:auto;
	border-top:solid 1px #272727;
}
.HomeHeroTextTopHub h1{
	font-weight:800;
	font-size:50px;
	line-height:100%;
	text-align:center;
}
.HomeHeroHub {
	background-image: url(images/WatercolorBackgroundphone.jpg);
	background-repeat:no-repeat;
	background-position: 50% 60%;
}
.CTAUnderHeader {
	margin:1% auto 3% auto;
	text-align:center;
	padding-bottom:2%;
}
.RecentContainer {
	background-color:#ffffff;
	padding:8% 4% 4% 4%;
	color:#272727;
	font-size:30px;
	display:block;
	position:relative;
}
.RecentLessonBox {
	background-color:#272727;
	position:relative;
	color:#f4f4f4;
	margin:auto;
	font-size:20px;
	border-radius:10px;
	overflow:hidden;
	max-width:1300px;
	display:inline-block;
	width:100%;
	float:none;
	-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);
}
.RecentLessonDescriptionBox span {
	font-size:24px;
	font-family: font-family: 'Montserrat', sans-serif;
}
.RecentLessonImage {
	width:100%;
	float:left;
}
.RecentLessonDescriptionBox {
	width:92%;
	padding: 4% 4% 30% 4%;
	float:left;
}
.BottomLinkAb {
	position:absolute;
	bottom:20px;
	right:40px;
}
.RecentDesignation {
	font-size:16px;
	color:#636363;
	padding-bottom:3%;
	font-family: font-family: 'Montserrat', sans-serif;
}
.RecentLessonDescriptionBox a{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.RecentLessonDescriptionBox a:visited{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.RecentLessonDescriptionBox a:active{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.BottomLinkAb a{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.BottomLinkAb a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #f4f4f4;
  transition: 0.4s;
}
.BottomLinkAb a:hover:after {
  width: 100%;
}
.GridContainer {
	width:100%;
	display: flex;
  flex-wrap: wrap;
  margin:0px;
  padding:0px;
}
.GridCardContainer {
	display: flex;
  flex-direction: column;
	width: 96%;
	position:relative;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 4%;
	overflow:hidden;
	margin-left: 0%;
	padding:2%;
	float: left;
	background-color: #ffffff;

}

.GridContainerRecent {
	width:100%;
	display: flex;
  flex-wrap: wrap;
  margin:0px;
  padding:0px;
}
.GridCardContainerRecent {
	display: flex;
  flex-direction: column;
	width: 96%;
	position:relative;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 4%;
	overflow:hidden;
	margin-left: 0%;
	padding:2%;
	float: left;
	background-color: #ffffff;

}

.GridImageRecent img{width:100%;
position:relative;
}

.GridImage img{width:100%;
position:relative;
}
.CardDescriptionWhite {
	padding-top: 6%;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	position: relative;
	clear: both;
}
.CardTitle {
	font-size:20px;
	font-weight:600;
	color:#272727;
	margin-bottom:3%;
	font-family: 'Montserrat', sans-serif;
}
.CardLessonDescription {
	font-size:14px;
}
.CardLink {
	display:block;
}
.GridCardContainer a{
	text-decoration:none;
	color:#636363;
}
.GridCardContainer a:visited{
	text-decoration:none;
	color:#636363;
}
.GridCardContainer a:active{
	text-decoration:none;
	color:#636363;
}
.GridCardContainer a:hover{
	text-decoration:none;
	color:#636363;
}
.GridCardContainerRecent a{
	text-decoration:none;
	color:#636363;
}
.GridCardContainerRecent a:visited{
	text-decoration:none;
	color:#636363;
}
.GridCardContainerRecent a:active{
	text-decoration:none;
	color:#636363;
}
.GridCardContainerRecent a:hover{
	text-decoration:none;
	color:#636363;
}
.ribbonmem {
  width: 100%;
  text-align: left;
  margin-top:3%;
}
.ribbonmem span {
  font-size: 16px;
  font-weight: 600;
  color: #949292;;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif;
}
.ribbonmem span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.ribbonmem span::after {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
}
.membersctabutton {
	width:80%;
	margin:auto;
	line-height:140%; 
	font-weight:300; 
	font-size:20px;
}
.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;
}
.coursescontianerhomepage {
	margin-top: 2%;
	margin-bottom: 2%;
}
.coursethird {
	border: 1px solid #a7a7a7;
	width: 100%;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
	float: left;
	background-color: #ffffff;
}
.coursethird img{
	width:100%;
}
@media only screen and (min-width: 375px) {
	.HomeHeroVertical {
	background-image: url(images/HandBackgroundphone.jpg);
	background-repeat:no-repeat;
	background-position: 50% 90%;
}
.HomeHeroHub {
	background-image: url(images/WatercolorBackgroundphone.jpg);
	background-repeat:no-repeat;
	background-position: 50% 60%;
}
.HomeHeroTextTop {
	padding:2% 6% 90% 6%;
	width:88%;
}

}
@media only screen and (min-width: 481px) {
h1 {
	font-size: 38px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 24px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
}
h3 {
	font-size: 20px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
}
.MainPostContainer {
	background-color:#FFF;
	width:80%;
	padding:6% 10% 10% 10%;
	float:left;
}
.MainPostContainer ul {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:18px;
	font-weight:300;
}
.MainPostContainer ol {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:18px;
	font-weight:300;
}
.FlexOneThird {
	display: flex;
  flex-direction: column;
  width: 46%;
	margin:2%;
	float: left;
	clear: none;
}
.sidebarcard {
	display: flex;
  flex-direction: column;
	width:46%;
	clear:both;
	float:left;
	margin:2%;
	-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);
}
.sidebarcardspecial{
	display: flex;
  flex-direction: column;
	width:80%;
	clear:both;
	float:left;
	margin:2% auto 2% auto;
	-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);
}
.sidebarcardspecial img{
	width:100%;
}
.HomeHeroVertical {
	background-image: url(images/HandBackgroundtablet.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.HomeHeroTextTopHub {
	padding:1% 6% 46% 6%;
	width:88%;
}
.HomeHeroHub {
	background-image: url(images/WatercolorBackgroundtablet.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.MenuHub {
	font-size:20px;
	color:#272727;
	margin-bottom:4%;     
	text-align:center;
}
.MenuHub a{
	text-decoration:none;
	position:relative;
	color:#272727;
}
.MenuHub a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #272727;
  transition: 0.4s;
}
.MenuHub a:hover:after {
  width: 100%;
}
.MenuHubContainer {
	padding-top:6%;
	padding-bottom:2%;
	padding-right:0%;
	width:70%;
	margin:auto;
	border-top:solid 1px #272727;
}
.HomeHeroTextTopHub h1{
	font-weight:800;
	font-size:50px;
	line-height:100%;
	text-align:center;
}
.HomeHeroTextTop {
	padding:2% 6% 90% 6%;
	width:88%;
}
.HomeHeroTextTop h1{
	font-weight:800;
	font-size:50px;
	line-height:100%;
	text-align:center;
}
.CTAUnderHeader {
	margin:1% auto 3% auto;
	text-align:center;
	padding-bottom:2%;
}
.headeractionbutton {
	border: 2px;
	border-color:#272727;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: transparent;
	box-shadow: 0 0px 0 #9f5b03;
	color: #272727;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 2%;
	float: none;
	display:inline-block;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbutton:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}
.membersctabutton {
	width:80%;
	margin:auto;
	line-height:140%; 
	font-weight:300; 
	font-size:20px;
}

.headeractionbutton:active {

}
.headeractionbuttonleft {
	border: 2px;
	border-color:#e57e38;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 2%;
	float: none;
	display:inline-block;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbuttonleft:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbuttonleft:active {

}
.RecentLessonBox {
	background-color:#272727;
	position:relative;
	color:#f4f4f4;
	margin:auto;
	font-size:20px;
	max-width:1300px;
	display:inline-block;
	width:100%;
	float:none;
	-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);
}
.RecentLessonDescriptionBox span {
	font-size:28px;
	font-family: font-family: 'Montserrat', sans-serif;
}
.RecentLessonImage {
	width:30%;
	float:left;
}
.RecentLessonDescriptionBox {
	width:62%;
	padding: 4% 4% 4% 4%;
	float:left;
}
.BottomLinkAb {
	position:absolute;
	bottom:40px;
	right:60px;
}
.RecentDesignation {
	font-size:16px;
	color:#636363;
	padding-bottom:3%;
	font-family: font-family: 'Montserrat', sans-serif;
}
.BottomLinkAb a{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.BottomLinkAb a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #f4f4f4;
  transition: 0.4s;
}
.BottomLinkAb a:hover:after {
  width: 100%;
}
.RecentContainer {
	background-color:#ffffff;
	padding:8% 4% 4% 4%;
	color:#272727;
	font-size:30px;
	display:block;
	position:relative;
}
.RecentLessonBox {
	background-color:#272727;
	position:relative;
	color:#f4f4f4;
	margin:auto;
	font-size:20px;
	max-width:1300px;
	display:inline-block;
	width:100%;
	float:none;
	-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);
}
.RecentLessonDescriptionBox span {
	font-size:24px;
	font-family: font-family: 'Montserrat', sans-serif;
}
.RecentLessonImage {
	width:54%;
	float:left;
}
.RecentLessonDescriptionBox {
	width:38%;
	padding: 4% 4% 10% 4%;
	float:left;
}
.BottomLinkAb {
	position:absolute;
	bottom:20px;
	right:40px;
}
.RecentDesignation {
	font-size:16px;
	color:#636363;
	padding-bottom:3%;
	font-family: font-family: 'Montserrat', sans-serif;
}
.RecentLessonDescriptionBox a:visited{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.RecentLessonDescriptionBox a:active{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.BottomLinkAb a{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.BottomLinkAb a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #f4f4f4;
  transition: 0.4s;
}
.BottomLinkAb a:hover:after {
  width: 100%;
}
.GridCardContainer {
	display: flex;
  flex-direction: column;
	width: 46%;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
	float: left;
	background-color: #ffffff;

}
.GridCardContainerRecent {
	display: flex;
  flex-direction: column;
	width: 44%;
	margin-top: 2%;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
	float: left;
	background-color: #ffffff;

}
.ButtonBlueContent {
	border-color:#e57e38;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #f4f4f4;
	cursor: pointer;
	font: inherit;
	outline: 0;
	width: 50%;
	font-size: 20px;
	margin: 5% auto 4% auto;
	display:block;
	text-align: center;
	padding: 2% 6%;
	transition: all .2s linear;
	clear:both;
	
}
.ButtonBlueContent:hover {
	background-color: #2482bd;
  color: #ffffff;
  text-decoration: none;
  -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); 
	
}
.coursethird {
	width: 47.4%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	float: left;
	clear: none;
}
}
@media only screen and (min-width: 769px) {
/*BASIC STYLES*/
.coursethird {
	width: 22.6%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	clear: none;
}
.coursescontianerhomepage {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 2%;
}
.RecentContainer h2 {
	text-align:center;
	font-size:26px;
	font-weight:800;
}
h1 {
	font-size: 44px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
}
h2 {
	font-size: 24px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
}
h3 {
	font-size: 20px;
	color: #272727;
	font-family: 'Montserrat', sans-serif;
}
.MainPostContainer ul {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:18px;
	font-weight:300;
}
.MainPostContainer ol {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:18px;
	font-weight:300;
}
.RecentLessonDescriptionBox a{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.RecentLessonDescriptionBox a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #f4f4f4;
  transition: 0.4s;
}
.RecentLessonDescriptionBox a:hover:after {
  width: 100%;
}
.membersbarcta {
	color:#ffffff;
	text-align:center;
	width:80%;
	max-width:1300px;
	margin:auto;
	font-size:46px;
	font-family: 'Montserrat', sans-serif;
	line-height:140%;
	font-weight:800;
	padding:5% 10% 5% 10%;
}
.membersctadescription {
	color:#ffffff;
	text-align:center;
	font-size:22px;
	width:70%;
	padding:2% 0% 0% 0%;
	margin:auto;
	line-height:120%;
	font-family: 'Montserrat', sans-serif;
}
/*MENU*/


/*MAIN CONTENT*/
.MainContent {
	width:100%;
	padding:0%;
	max-width:1440px;
	margin:auto;
	clear:both;
}
.MainPostContainer {
	background-color:#FFF;
	width:54%;
	float:left;
	clear:none;
	padding:2% 8% 8% 8%;
}
.hovereffect {
	transition-duration: .3s;
	transition-property: box-shadow;
	transition-property: transform;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
}
.hovereffect:hover{
		box-shadow: 0px 8px 25px 0px #bbbbbb;
		-webkit-box-shadow: 0px 8px 25px 0px #bbbbbb;
		transform: translateY(0px); /* move the element up by 5px */
}
.FlexOneThird {
	display: flex;
  flex-direction: column;
  width: 31.2%;
	margin-left: 1%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	float: left;
	clear: none;
}
/*SIDEBAR*/
#Sidebar {
	background-color:#f4f4f4;
	width:26%;
	padding:2%;
	float:left;
	clear:none;
}
.sidebarcardspecial{
	display: flex;
  flex-direction: column;
	width:100%;
	clear:both;
	float:left;
	margin:3% 0% 6% 0%;
	-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);
}
.sidebarcard {
	display: flex;
  flex-direction: column;
	width:100%;
	clear:both;
	float:left;
	margin:3% 0% 6% 0%;
	-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);
}
/*FOOTER*/

/*IN BODY CALL TO ACTION*/
.CallToActionContainer {
	display:block;
	width:100%;
	clear:both;
	float:left;
	background-color:#ffffff;
}
.CallToActionDarkSide {
	width:40%;
	padding:3%;
	color:#f4f4f4;
	font-size:18px;
	float:left;
	display:block;
	clear:none;
}
.CallToActionImageSide {
	width:54%;
	padding:0%;
	float:left;
	display:block;
	clear:none;
}
.BottomCallToActionTop {
	background-color:#272727;
	color:#f4f4f4;
	padding:6%;
	width:88%;
	text-align:center;
	font-size:20px;
	position:relative;
}
.HomeHeroVertical {
	background-image: url(images/HandBackgroundtablet.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.HomeHeroHub {
	background-image: url(images/WatercolorBackgroundtablet.jpg);
	background-repeat:no-repeat;
	background-position: 50% 50%;
}
.HomeHeroTextTop {
	padding:8% 38% 26% 6%;
	width:56%;
}
.HomeHeroTextTopHub {
	padding:2% 6% 36% 6%;
	width:88%;
}
.MenuHub {
	font-size:20px;
	color:#272727;
	margin-bottom:4%;     
	text-align:center;
}
.MenuHub a{
	text-decoration:none;
	position:relative;
	color:#272727;
}
.MenuHub a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #272727;
  transition: 0.4s;
}
.MenuHub a:hover:after {
  width: 100%;
}
.MenuHubContainer {
	padding-top:6%;
	padding-bottom:2%;
	padding-right:0%;
	width:50%;
	margin:auto;
	border-top:solid 1px #272727;
}
.HomeHeroTextTopHub h1{
	font-weight:800;
	font-size:60px;
	line-height:100%;
	text-align:center;
}
.HomeHeroTextTop {
	padding:2% 6% 66% 6%;
	width:84%;
}
.HomeHeroTextTop h1{
	font-weight:800;
	font-size:50px;
	line-height:100%;
	text-align:center;
}
.CTAUnderHeader {
	margin:3% auto 3% auto;
	text-align:center;
}
.headeractionbutton {
	border: 2px;
	border-color:#272727;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: transparent;
	box-shadow: 0 0px 0 #9f5b03;
	color: #272727;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 0%;
	float: left;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbutton:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbutton:active {

}
.headeractionbuttonleft {
	border: 2px;
	border-color:#e57e38;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 0%;
	float: left;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbuttonleft:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbuttonleft:active {

}
.headeractionbutton {
	border: 2px;
	border-color:#272727;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: transparent;
	box-shadow: 0 0px 0 #9f5b03;
	color: #272727;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 2%;
	float: none;
	display:inline-block;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbutton:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbutton:active {

}
.headeractionbuttonleft {
	border: 2px;
	border-color:#e57e38;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 2%;
	float: none;
	display:inline-block;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbuttonleft:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbuttonleft:active {

}
.GridCardContainer {
	display: flex;
  flex-direction: column;
	width: 28%;
	margin-top: 1%;
	margin-right: .5%;
	margin-bottom: 1%;
	margin-left: .5%;
	float: left;
	background-color: #ffffff;

}
}
@media (min-width: 982px) {
.coursescontianerhomepage {
	margin-top: 3%;
	margin-bottom: 3%;
}
	.HomeHeroVertical {
	background-image: url(images/HandBackground.jpg);
	background-repeat:no-repeat;
	background-position: 74% 90%;
}
.HomeHeroHub {
	background-image: url(images/WatercolorBackground.jpg);
	background-repeat:no-repeat;
	background-position: 70% 80%;
}
.HomeHeroTextTop {
	padding:8% 38% 26% 6%;
	width:56%;
}
.HomeHeroTextTopHub {
	padding:2% 50% 15% 6%;
	width:44%;
}
.MenuHub {
	font-size:20px;
	color:#272727;
	margin-bottom:4%;     
	text-align:right;
}
.MenuHub a{
	text-decoration:none;
	position:relative;
	color:#272727;
}
.MenuHub a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #272727;
  transition: 0.4s;
}
.MenuHub a:hover:after {
  width: 100%;
}
.MenuHubContainer {
	padding-top:2%;
	padding-bottom:2%;
	padding-right:6%;
	width:auto;
	margin:auto;
	border-right:solid 1px #272727;
	border-top:none;
}
.HomeHeroTextTopHub h1{
	font-weight:800;
	font-size:60px;
	line-height:100%;
	text-align:right;
}
.HomeHeroTextTop h1{
	font-weight:800;
	font-size:60px;
	line-height:100%;
	text-align:left;
}
.CTAUnderHeader {
	margin-top:3%;
}
.headeractionbutton {
	border: 2px;
	border-color:#272727;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: transparent;
	box-shadow: 0 0px 0 #9f5b03;
	color: #272727;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 0%;
	float: left;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbutton:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbutton:active {

}
.headeractionbuttonleft {
	border: 2px;
	border-color:#e57e38;
	border-style:solid;
	border-radius:10px;
	transition: background-color 0.5s ease;
	background: #e57e38;
	box-shadow: 0 0px 0 #9f5b03;
	color: #ffffff;
	cursor: pointer;
	font: inherit;
	font-weight:800;
	outline: 0;
	width: auto;
	font-size: 18px;
	margin: 3% 2% 3% 0%;
	float: left;
	text-align: center;
	padding: 2% 6%;
	transition: all .1s linear;
 }
.headeractionbuttonleft:hover {
  background-color: #2482bd;
  color: #ffffff;
  border: 2px;
	border-color:#2482bd;
	border-style:solid;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19); 
}

.headeractionbuttonleft:active {

}
.RecentContainer {
	background-color:#ffffff;
	padding:4% 4% 2% 4%;
	color:#272727;
	font-size:30px;
	display:block;
	position:relative;
}
.RecentLessonBox {
	background-color:#272727;
	position:relative;
	color:#f4f4f4;
	border-radius:10px;
	overflow:hidden;
	margin:auto;
	font-size:20px;
	max-width:1300px;
	display:inline-block;
	width:100%;
	float:none;
	-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);
}
.RecentLessonDescriptionBox span {
	font-size:28px;
	font-family: font-family: 'Montserrat', sans-serif;
}
.RecentLessonImage {
	width:38%;
	float:left;
}
.RecentLessonDescriptionBox {
	width:54%;
	padding: 4% 4% 8% 4%;
	float:left;
}
.BottomLinkAb {
	position:absolute;
	bottom:40px;
	right:60px;
}
.RecentDesignation {
	font-size:16px;
	color:#636363;
	padding-bottom:3%;
	font-family: font-family: 'Montserrat', sans-serif;
}
.BottomLinkAb a{
	text-decoration:none;
	position:relative;
	color:#f4f4f4;
}
.BottomLinkAb a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #f4f4f4;
  transition: 0.4s;
}
.BottomLinkAb a:hover:after {
  width: 100%;
}
}
@media only screen and (min-width: 1440px) {
.HomeHeroVertical {
	background-image: url(images/HandBackground.jpg);
	background-repeat:no-repeat;
	background-position: 70% 90%;
}
.HomeHeroHub {
	background-image: url(images/WatercolorBackground.jpg);
	background-repeat:no-repeat;
	background-position: 70% 90%;
}
.MainPostContainer ul {
	text-align: left;
	font-family: font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:20px;
	font-weight:300;
}
.MainPostContainer ol {
	text-align: left;
	font-family: font-family: 'Montserrat', sans-serif;
	line-height: 170%;
	color:#636363;
	font-size:20px;
	font-weight:300;
}

}

