﻿/*RESET*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,p,ul,ol,blockquote,body,figure,figcaption,button {margin: 0;	padding: 0;}
h1,h2,h3,h4,h5,p {font-size: inherit;}
textarea {font-family: inherit;font-size: inherit;}
a,button {color: inherit;}
a {text-decoration: none;}
button {
	overflow: visible;
	border: 0;
	font: inherit;
	letter-spacing: inherit;
	background: none;
	cursor: pointer;
	-webkit-font-smoothing: inherit;
}
::-moz-focus-inner {padding: 0; border: 0;}
img {max-width: 100%; height: auto; border: 0;}
/*RESET*/


.dance_corner {display: none;}


/*MAIN*/
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}
		
body {
	font-size: 93.8%;
	font-family: Verdana, sans-serif;
	line-height: 1.65em;
	color: #333;
	background-color: #fff;
}

.wrapper_mob {margin: 0 1em;}

.inner {
	color: #fff; 
	background: #1F8EE0;
	height:80px;
}

.menu {float: right; margin: 1.4em 0 0 0.7em;}

.hamburger {
	display: inline-block;
	background-color: #555;
	padding:0.5em 0.75em;
	border-radius: 0.3125em;
}

.line {
	display: block;
	width:1.5em;
	height:0.22em;
	margin-top: 0.22em;
	background-color: #fff;
	border-radius: 1px;
}
.line:last-of-type {margin-bottom: 0.22em;}


.header_title {
	font-style: italic;
	font-size: 24px;
	padding-top: 15px;
	width:200px;
}
.header_subtitle {display:none;}


h2 {font-size: 19px; margin: 16px 0; border-bottom: 1px dotted #ccc; padding:6px 0 3px 5px;background-color:#f6f6f6;}
h3 {font-size:18px;margin: 16px 0;}

.share {
		float: right;
		display: block;
		margin-top: 0.2em;
	}

article {
	padding-top: 0.5em;
	padding-bottom: 2em;
	}

article h1{
	font-size: 22px;
	line-height: 1.3em;
	color: #333;
	margin: 0.5em 0 0.1em 0;
}


.text {min-height: 43em; margin-top: 1.25em;}
.text p, .txt_pad {padding-left:10px;}
.text a {color: #DD3918; text-decoration: underline;}



/*menu*/
#nav {margin-bottom: 2em;padding-top:0.3em;margin-top:2em;}
#nav ul li {margin-bottom: 7px;display:block;background-color: #f5f5f5;}
#nav ul li a {
	border-bottom: 1px solid #E8E5D7;
	display: block;
    padding: 8px 10px;
	font-weight:bold;
}

#nav ul li a.selected {
		background-color: #ddd;
		border-right: 6px solid #aaa;
		color:#333;
	}



footer {
	background-color: #666;
	color: #fff;
	padding: 1em 0 0 0;
	background-image: url("images/noise.png"); 
}

.footer_links {display: table; margin: 0 auto;}

.footer_links a {
	display: inline-block;
	padding: 0.6em 1em;
	margin-left:1em;
}

.f3 {
	padding:2em 0;
	font-size: 0.875em;
	text-align: center;
}
.f3 a {padding:0.5em 0.2em;}


footer a {color: #fff;}



/*COMMON*/
.relative {position: relative;}
.center {text-align: center;}
.font_smaller {font-size: 0.938em;}



/*Share Buttons*/
.share a:first-of-type {
	margin-right: 0.2em;
}

.s_link {
	display: inline-block;
	 text-decoration: none;
	 height: 1.8em;
	 position: relative;
}

.s_btn {
  display: inline-block;
  position: relative;
  margin:0;
  padding: 0;
  color: #fff;
  height: 100%;
  float: left;
 } 
  

.s_icon, .s_text {
  float: left;
  height: 100%;
}

.s_icon {
  margin:0;
  padding: 0;
  border-right: rgba(255, 255, 255, 0.1) 1px solid;
  box-shadow: inset rgba(0, 0, 0, 0.1) -1px 0px 0px; 
  width: 1.8em;
}

.facebook svg {
	margin: 0.4em 0 0 0.3em;
	width: 1.5em;
	height: 1.5em;
}


.twitter svg {
	margin: 0.44em 0 0 0.375em;
	width: 1.1em;
	height: 1.1em;
}
 
  
 
.s_text {
  padding: 0.125em 0.7em 0 0.5em;
  font-size: 0.938em;
  display: none;
}

svg {fill: #fff;}


.facebook {
  background-color: #3B5998;
 }
  .facebook:hover {
	background-color: #345087;
}
	
	
.twitter {
  background-color: #21aded;
}
.twitter:hover {
	background-color: #1EA2DB;
}

/*MAIN*/


/*NEW*/

.jumps {
	padding:20px;
	background-color:#fafafa;
	border-top:3px dotted #ababab;
	margin-bottom: 0px;
}

.jumps li {
	padding-bottom:12px;
	color:#aaa;
}

.jumps li:nth-child(1){color:#aaa;}
.jumps li:nth-child(2){color:#888;}
.jumps li:nth-child(3){color:#666;}
.jumps li:nth-child(4){color:#444;}

.jumps li a {text-decoration:none;}
.jumps li a:hover {text-decoration:underline;}

.jumps li a.rec_lessons {
	display: block;
	background-color: #dd3917;
	color: #fff;
	width: 260px;
	padding: 3px 0 4px 10px;
	border-radius: 5px;
	text-decoration:none;
}
.jumps li a.rec_lessons:hover {background-color: #e34f30;}

.step_instructions {margin:15px 0 0 25px;}

#hmmenu, .excerpt {
	background-color: #fafafa;
	border: 3px dotted #ababab;
	padding: 20px 16px;
}
.secdiv {padding:10px;}

.disclosure {
	padding: 5px 12px;
	background-color: #eaeaea;
	color: #4e4e4e;
	line-height: 1.4em;
	border: 1px dashed #aaa;
}

.line_t {text-decoration: line-through;}

.div_button {margin-bottom:35px;}
a.button_r {
	margin: 0 auto;
	display: block;
	background-color: #dd3917;
	color: #fff;
	width: 290px;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	text-align:center;
}
a.button_r:hover {background-color: #e34f30;}
.button_under {
	text-align: center;
	font-size:14px;
}
.li_padding {padding:15px 0 10px 0;}


.videowrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videowrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.more_videos {
    display: inline-block;
    background-color: #dd3917;
    color: #fff;
    padding: 3px 10px 4px 10px;
    border-radius: 5px;
    text-decoration: none;
	margin-top:10px;
}




/*MediaQueries*/
@media screen and (min-width: 400px) {
	.header_title{width:100%;}
	.header_subtitle {display: block;}
}

@media screen and (min-width: 31em) {

	body {font-size: 100%;}
	.wrapper_mob {margin: 0 1.5em;}
	
	article  h1{font-size: 1.55em;}
	
	#nav ul li a {padding-left: 2.5em;}
	
	.text p {padding-left:10px;}
	
	.footer_links a {padding: 0.2em 1em;}
	
	.jumps li a.rec_lessons {width: 280px;}	
}




@media screen and (min-width: 46em) {

	.wrapper_mob {margin: 0 3em;}
	#nav ul li a {padding-left: 3em;}
	
	.s_text {display: inline-block;}
	.share a:first-of-type {margin-right: 0.2em;}
	
	.div_button {margin-bottom:0; float:left; width:50%;}
	
}



@media screen and (min-width: 53em) {

	.wrapper_mob {margin: 0 2em;}


	.outer {
		padding: 1em 0;
		background-color: #FFD665;
		background-color: #eee;
		margin: 0 0 2em 0;
		background-image: url("images/noise.png");
	}
	
	.menu  {margin: 1em 0 0 0;}
	
	article h1 {
		border-bottom: 1px dotted #333;
		font-size: 1.8em;
	}
	
	.share {margin-top: 0.3em;}

	.text{
		padding-right: 2.5em;
	}
	

}




@media screen and (min-width: 56em) {

	.wrapper {
		max-width: 60em;
		margin: 0 auto;
	}
	
	.videolearning {display: none;}
	
	.text_margin {
		margin-right: 160px;
	}
	
	.dance_corner {
		float: right;
		display: block;
		margin-top: 1.25em;
		width: 160px;
		height: 600px;
		clear: right;
	}
	
	.jumps {
		border-bottom:3px dotted #ababab;
		margin-bottom:50px;
	}
}





@media screen and (min-width: 78em) {
	
	.wrapper {max-width: 74em;}
	.wrapper_mob {margin: 0;}
	
	.share {margin-top: 0.5em;}
	
	.outer {margin: 0 0 3.5em 0;}

	.inner {
		height:100px;
		background: -moz-linear-gradient(left, #87e0fd 0%, #1f8ee0 15%, #1f8ee0 84%, #87e0fd 100%);
		background: -webkit-linear-gradient(left, #87e0fd 0%,#1f8ee0 15%,#1f8ee0 84%,#87e0fd 100%);
		background: linear-gradient(to right, #87e0fd 0%,#1f8ee0 15%,#1f8ee0 84%,#87e0fd 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#87e0fd',GradientType=1 );
	}
	
	.menu {display: none;}
	
	.header_title {
		font-style: italic;
		font-size: 34px;
		padding-top: 27px;
		padding-bottom: 5px;
    }
	
	.header_img {
		position:absolute;
		right:0;
		top:4px;
		opacity:0.9;
		width:316px;
		height:112px;
		background-image: url(images/header.png);
		background-repeat: no-repeat;
    }
	
	
	#nav {
		position: absolute;
		top:8px;
		left:0;
		width: 260px;
		padding: 0;
		border: 0px solid #fff;
		margin-top:0;
	}
	
	
	
	#nav ul li {
		margin: 0;
		position: relative;
	}

	#nav ul li a {
		display: block;
		padding: 0;
		height: 39px;
		line-height: 39px;
	}
	
	#nav ul li a:hover {
		background-color: #aaa;
		color: #fff;
	}
	#nav ul li a.selected {
		font-weight:bold;
	}
	

	#nav ul li {
		margin: 0;
		padding: 0;
	}

	#nav ul li a {
		padding: 0;
		padding-left: 16px;
		font-weight: normal;
		border-bottom: 1px solid #E8E5D7;
		margin: 0;
		text-overflow: ellipsis;
		white-space:nowrap;
		overflow: hidden;
	}
	
	#nav ul li a:hover {
		margin: 0;
	}



	.nav_margin {
		margin-left: 18em;
	}
	
	article {padding-top: 0;}
	article h1 {font-size: 2em;}
	
	.jumps {
		padding-left:40px;
		border-left:3px dotted #ababab;
		border-right:3px dotted #ababab;
	}
	.jumps li {padding-bottom:9px;}

	.li_padding {padding:4px 0 0 0;}
	
}


@media screen and (min-width: 88em) {
	.wrapper {max-width: 83em;}
	.text_margin {margin-right: 200px;}
}	
	

@media print {
	nav, footer, .dance_corner, .videolearning {display: none;}
}


