@media only screen and (max-width: 1000px) {
  #content{
	  width: 90%;
	  padding: 0 0 0 0;
	  margin: 0 0 0 0;
	  margin-bottom: 20px;
	  margin-left: auto;
	  margin-right: auto;
  }
  #content>h1 {
	  font-size: 5vw;
	  margin: 0px 0px 30px 0px;
	  width: 100%;
  }
  
  div.course-divider{
		width: 70%;
		margin-left: auto;
		margin-right: auto;
  }
  #content>p {
	  margin: 20px 0 20px 0;
	  padding: 0 0 0 0;
	  width: 100%;
  }
  
  div.mobile-support-button{
		display: block;
		cursor: pointer;
  }
  div.main-bar{
	  width: auto;
  }
  div.side-bar{
	  clear: both;
	  width: 100%;
	  float: none;
	  padding-top: 50px !important;
	  margin-left: 0px;
  }
  
  div.help-container{
	 position: fixed;
	 top: 100px;
	 left: 0px;
	 width: 100%;
	 background-color: white;
	 color: purple;
	 height: 100vh;
	 display: none;
  }
  div.help-container .questionmark{
	  display: none;
  }
  
  .info-block {
		margin: 0px 5vw 30px 5vw;
		background-color: #d6d6d6;
		margin-bottom: 20px;
	}
	
	ul.menuItems{
		width: 100vw;
		top: 100px;
		left: 0px;
		margin: 0 0 0 0;
		position: fixed;
		background: rgb(120,40,163); /* Old browsers */
		padding-bottom: 15px;
		display: none;
	}
	ul.menuItems li{
		width: 80vw;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		margin-left: 10vw;
		margin-right: 10vw;
		clear: both;
		height: 20px;
		line-height: 20px;
		margin-top: 10px;
		margin-bottom: 15px;
		position: relative;
	}
	ul.menuItems li a{
		width: 80vw;
	}
	
	div.overlay{
		z-index: 5;
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0px;
		left: 0px;
		display: none;
		background-color: rgba(0, 0, 0, 0.75);
	}
	div.alert{
		width: auto;
		line-height: 25px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		clear: both;
	}
	div.empty div.slogan{
		font-size: 5vw;
		text-align: center;
		padding: 0 0 0 0;
		display: block;
		position: relative;
		width: 90%;
		top: 0px;
		left: 0px;
		transform: none;
		bottom: 0px;
		margin: 0 0 0 0;
		margin-bottom: 15px;
		margin-top: 15px;
		right: 0px;
		margin-left: 5%;
		padding-bottom: 50px;
		padding-top: 30px;
		max-width: none;
	}
	div.empty{
		height: auto;
	}
	div.sloganContent{
		clear: both;
		max-height: 180px;
		position: relative;
	}
	
	div#signup_box {
		display: none;
	}
	
	div.languageArea{
		width: 50px;
		margin-left: 20px;
	}
	button.menuButton{
		background: none;
		border: none;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		display: block;
		width: 40px;
		margin-top: 30px;
		height: 40px;
		float: right;
		background-image: url(../img/menu.png);
		background-repeat: no-repeat;
		background-size: contain;
	}
	
	button.menuButton:active{
		background-color: #9f3caa;
	}
	
	section.menuBar div.logo{
		width: calc(100vw - 170px);
		margin-left: 10px;
		max-width: 150px;
	}
	div.languageArea{
		margin-right: 10px;
	}
	
	div.form-block {
		width: 100%;
		position: relative;
	}
	.form-section {
		margin: 0 0 0 0;
		position: relative;
	}
	div.line-long, div.line-short, div.line-medium{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.form-block div.line-long input, .form-block div.line-short input, .form-block div.line-medium input {
		width: calc(100% - 20px);
		margin-left: 0px;
		margin-right: 0px;
	}
	.form-block div.line-long select, .form-block div.line-short select, .form-block div.line-medium select{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		height: 32px;
		border-radius: 5px;
		border-color: #BBB;
		background-color: transparent;
		margin-bottom: 32px;
	}
	div.videoBlock{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	div.course-quickView{
		width: 100%;
		margin-top: 30px;
		padding: 0 0 0 0;
		text-align: center;
	}
	div.course-quickView .border{
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
	}
	div.course-quickView div.content{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		padding: 0 0 0 0;
	}
	div.course-quickView div.line{
		margin-top: 10px;
		margin-bottom: 1px;
		text-align: center;
	}
	div.course-quickView div.line .button-confirm, .button{
		float: none;
		display: inline-block;
	}
		
	.form-block div.line-long textarea{
		width: calc(100% - 20px);
		margin-left: 0px;
		margin-right: 0px;
	}
	div.line-long input.button {
		width: 100%;
		height: 40px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.step {
		width: calc(100% - 20px);
		margin: 0 0 0 0;
		background-color: #d6d6d6;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px 10px 10px 10px;
		padding-top: 20px;
		position: relative;
	}
	
	.step>h1.st {
		font-size: 16px;
		color: #580e78;
		padding: 23px 0px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-left: 0px;
		text-indent: 0px;
		line-height: 1.4em;
	}
	.step p {
		margin-left: 0px;
		margin-right: 0px;
		font-size: 16px;
		padding-bottom: 20px;
		line-height: 1.2em;
	}
	div.step a:link, div.step a:visited {
		font-size: 16px;
		word-break: break-all;
	}
	.number {
		background-color: #580e78;
		color: white;
		border-radius: 50px;
		height: 36px;
		width: 36px;
		font-size: 36px;
		font-weight: bold;
		padding: 7px;
		text-align: center;
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		position: relative;
	}
	
	#content>h2 {
		font-size: 24px;
		width: auto;
		font-weight: bold;
		padding-bottom: 10px;
		padding-top: 20px;
		margin: 0 0 0 0;
	}
	#content>h4 { /* alert */
		color: #ca0000;
		width: 100%;
		font-weight: bold;
		font-size: 18px;
		margin: 0 0 0 0;
	}
	
	#content ul {
		list-style-position: inside;
		list-style-type: disc;
		margin: 10px 5vw 10px 5vw;
		padding-bottom: 10px;
		font-size: 16px;
	}
	
	.block-label {
		font-size: 20px;
		color: #580e78;
		padding: 10px 20px;
		font-weight: bold;
		margin: 0 0 10px 0;
		text-indent: 0px;
		line-height: 1.4em;
	}
	
	
	div.course-quickView{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	div.course-quickView h2{
		font-size: 24px;
		text-align: center;
		line-height: 1.2em;
		margin-bottom: 0px;
	}
	div.course-quickView h3{
		font-size: 17px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	div.course-quickView p{
		margin-bottom: 20px;
	}
	
	div.siteFooter{
		height: auto !important;
		display: block;
		width: 100%;
		padding-bottom: 80px;
	}
	
}