@import url(https://fonts.googleapis.com/css?family=Fredoka+One);

strong {
	   font-family: Trade Gothic Bold, sans-serif;
	   font-weight: bold;
	   font-size: 1em;
}
.content { 
	background: #fff;
	border-radius: 5px;
	border: solid 2px #1E2D64;
	margin-top: 20px;
} 

.background_gradient { 
	margin: 0;
	background-color: #fff;
//	height: 500px; 
	padding:0 30px 20px 30px;
} 

body {
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-family: Trade Gothic,sans-serif;
	background-color: #ffffff; 
	 background: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/mm4/MM_150105_waterfall.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size:  cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}

.videobox {
	width: 800px;
//	height: 450px;
	border: solid 1px #1e2c65;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	padding: 20px;
}

.videobox2 {
	width: 800px;
	height: 450px;
	border: solid 1px #1e2c65;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	padding: 20px;
	text-align: left;
}

p {
	text-align: center;
	font-size: 18px;
	margin: 10px 0;
}

.signin a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.clear {
	clear: both;
}
.footer {
	background-color: #fff;
	text-align: center;
	margin: 0px;
	padding: 10px;
	border-top:  solid 1px #1E2D64;
	font-size: 12px;
}	

.footer a:hover {
	text-decoration: none;
}

h1 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	padding: 16px 0;
	color: #EA1919;
	font-family: 'arial', 'avant garde';
	margin: 0;
}
h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	color: #0800A5;
	font-family: 'arial', 'avant garde';
	margin: 10px 0;
}

h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #000000; //#902419;
	font-family: arial, 'avant garde';
}

.section0 {
	display: none;
}

.section1 {
	display: none;
}

.section2 {
	display: none;
}

.section3 {
	display: none;
}

.section4 {
	display: none;
}

.section8 {
	margin: 0 auto;
    max-width: 870px;
}


/* Bootstrap version CSS */

.bt_wrapper_900 {
	max-width: 900px;
	margin: 0 auto;	
}

.green_box_red_border {
    background: #e4f8e0;
    padding: 13px 5px;
    margin-top: 35px;
    margin-bottom: 10px;
    border: 3px dashed rgb(255, 0, 0);
    font-family: Arial,helvetica,sans-serif;
    font-size: 10pt;
}


@media (min-width: 768px) {
	.green_box_red_border {
	    background: #e4f8e0;
	    padding: 13px 20px;
	    margin-top: 35px;
	    margin-bottom: 10px;
	    border: 3px dashed rgb(255, 0, 0);
	    font-family: Arial,helvetica,sans-serif;
	    font-size: 10pt;
	} 	
} 

.text3 {
    font-weight: bold;
    margin: 0px;
    font-size: 18px;
}

.text4 {
    font-style: italic;
    font-weight: bold;
    margin: 0px;
    font-size: 15px;
}

.text7 {
    margin-left: 10px;
}

.text8 {
    font-weight: bold;
}

.text5 {
    text-align: left;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.text13 {
    text-align: left;
    font-size: 12px;
}

.text14 {
    font-size: 12px;
}

.text15 {
    font-size: 14px;
    text-align: left;
    margin-left: 30px;
}

.text16 {
    font-weight: bold;
    font-size: 14px;
}

span.line {
	display: -webkit-inline-box;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding-top: 20px;
    border-top: 0 solid #ddd;
}

.makePretty {
    background:#EDEE9D;
}

.generic_atc {
    font: bold 23px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor: pointer;
    width: 100%;
    max-width: 260px;
    color: #ffffff;
    font-size: 23px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    -webkit-box-shadow: 0px 1px 3px #666666;
    -moz-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
    text-shadow: 1px 2px 2px #3C5845;
    border: solid #1e451b 2px;
    background: #65D16F;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#65D16F), to(#338B44));
    background: -moz-linear-gradient(top, #65D16F, #338B44);
    text-align: center;
}

.lower_line {
    max-width: 340px;
    margin: 0px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.clickable {
	cursor: pointer;
}
