main{
	font-family: "Verlag A", "Verlag B", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #4b4b4b;
	text-align: center;
	margin: 0px;
}

ol{
	padding-left: 22px;
    font-size: 1.1em;
    margin: 8px 0;
}

ol li{
	padding: 4px 0;
}

a{
	text-decoration: none;
	color: #4b4b4b;
}
a:hover{
	text-decoration: underline;
}
a:visited{
	color: #4b4b4b;
}

h1{
	font-family: "Archer A", "Archer B", Rockwell, "Gill Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 3em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.1em;
}

h2{
	font-size: 1.2em;
	font-weight: 400;
    margin-bottom: 6px;
    margin-top: 55px;
}

h3, h4{
	font-size: 1em;
	font-family: "Archer A", "Archer B", Rockwell, "Gill Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 400;
    margin-top: -10px;
    margin-bottom: 34px;
}

h4{
	font-size: 2.5em;
	font-style: normal;
	font-weight: 600;
	margin-top: 80px;
    text-align: left;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}


.grid-half{
	width: 100%;
	float: left;
	display: inline-block;
    text-align: left;
}

.grid-half.c{
    text-align: center;
}

.grid-half img{
	width: 100%;
	height: auto;
	border: 1px solid #ddd;
}

.middleBreak{
	width: 2px;
	background-color: #ececec;
	height: 197px;
	margin-top: 7%;
	display: none;
	float: left;
}

.video-cont{
    text-align: left;
    margin-bottom: 6px;
    margin-top: 20px;
    
    width: 100%;
	display: inline-block;
	position: relative;
}
.video-cont:after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
.video-frame{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.r{
	margin-bottom: 70px;
}
.r:after{
	content: "";
    display: table;
    clear: both;
}
.num{
	float: left;
}
.inst{
	text-align: left;
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 700px) {
	h1 {
		margin-bottom: 62px;
	}
	.wrapper {
	    padding: 0 24px;
	}
	.grid-half {
	    width: 49%;
	}
	.grid-half img{
		width: 90%;
	}
	.middleBreak{
		display: inline-block;
	}
	.inst{
		max-width: 280px;
	}
}



