@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('https://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

h1, h2, h3, h4, blockquote, q, .maia-nav ul {
   font-family: 'open sans',arial,sans-serif;
}

#total {
    float: right; 
}

.font-black {
	color: black;
}

.font-blue {
	color: white;
}

.font-red {
	color: red;
}

.headline1 {
	font-size: 2em;
	font-weight: 700;
	display: block;
}

.headline2 {
	font-size: 1.8em;
	font-weight: 600;
	display: block;
}

.top-space {
	margin-top: 30px;
}

.center {
	text-align: center;
}

.video {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.margin-top {
	margin-top: 25px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-big-top {
	margin-top: 75px;
}

.bottom {
	margin-top: 325px;
}

.border-top-blue {
	border-top: 6px solid blue;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 30px;
	width: 100%;
}

.light-blue {
	background-color: #e6faff;
}

.fsz-xlg {
	font-size: 40px;
}

.fsz-lg {
	font-size: 27px;
}

.bold {
	font-weight: bold;
}

.margin-left-lg {
	margin-left: 40px;
}

.height-small {
	height: 40px;
}

.big-icon {
	font-size:30px;
}

p, .panel {
	font-size: 1.35rem;
	font-family: Roboto;
	color: #172F44;
}

.wrap-left {
	float: left;
	margin: 10px;
	margin-left: 0px;
}

.wrap-rightt {
	float: right;
	margin-right: 0px;
}

.bg-grey {
	color: #999;
}

.special {
	background-color: red;
	text-align: center;
	color: white;
	padding: 30px;
}

.special-blue {
	background-color: blue;
	text-align: center;
	color: white;
	padding: 30px;
}

.guarantee-row {
	background-color: #fff7ed;
	text-align: center;
	color: black;
	padding: 30px;
}


ul.no_bullet {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

li.check {
	background: url("/static/img/Checkmark.png") no-repeat left 6px;
	padding-left: 64px;
	padding-top: 6px;
	display: block;
	font-size: 1.3rem;
}

li.item-text {
	font-size: 1.35rem;
	font-family: Roboto;
	color: #172F44;
}
	
.copy-block {
	background-color: #edf2f2;
	padding: 25px;
	margin-top: 25px;
	margin-bottom: 35px;
}

.text-block {
	padding-top: 25px;
	
}

.lesson-video {
  max-width: 800px;
  max-height: 450px;
 
}

