@charset "UTF-8";
/* CSS Document */

.gold {
	color:#bba14c;
	font-weight:bold;
}

.img_float_left {
	float:left;
	margin: 0 10px 15px 0;
}

.img_float_left_2 {
	float:left;
	margin: 0 15px 0px 0;
}

.centered {
	text-align:center;
}

body {
	font-family: "Helvetica Neue", Gotham, Helvetica, Arial, sans-serif;
}

h1, h2, h3 {
	color:#d4138c !important;
	margin-bottom:20px;

}

h1 {
	font-size:20px;
}

p {
	margin-bottom: 20px;
}

a {

color:#a32faa ;
}
#wrapper {
	width:100%;
	box-sizing: border-box;
	max-width:1240px;
	padding:0 20px;
	margin: 0 auto;
}


#header {
	width:100%;
	float:left;
	padding-top:10px;

}

#logo {
	width:100%;
	max-width:350px;
	float:left;
}


#logo img {
	width:100%;
	height:auto;
}

#social {
	width:auto;
	float:right;

}

#social img {
	margin-left:1px;
}

#nav {
	width:730px;
	float:right;
	clear:right;
	margin-top:110px;
}
#middle_home_content {
	width:100%;
	max-width:850px;
	margin:0 auto;
}

#inner_home_content {
	width:100%;
	float:left;
	margin-top:30px;
}


#large_content {
	width:100%;
	float:left;
	margin:30px 0;
}

.video-container {
	position:relative;
	padding-bottom:52.65%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin: 0 auto;
	width:100%;

}

#BacktoTop {
	position: relative;
	width: 100%;
	text-align: center;
}

#BacktoTop a {
	color:#a32faa ;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

footer {
	width:100%;
	float:left;
	margin-top:20px;
}

footer img {
	float:right;
}

.outer_narrow_content {
	width:100%;
	max-width:625px;
	margin:0 auto;
}

.inner_narrow_content {
	width:100%;
	float:left;
	margin-top:20px;
}

.outer_medium_content {
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.inner_medium_content {
	width: 100%;
	float:left;
}

#news_image_holder {
	width:100%;
	max-width:415px;

	margin-bottom:20px;

}

#news_image_holder img {
	width:100%;
	height:auto;
	margin-bottom:5px;
}

#image_grid {
	width:100%;
	float:left;
	margin-top:20px;
}

#image_grid ul li {
	display:block;
	float:left;
	box-sizing:border-box;
	width: 33.33%;
	padding:0 5px;
	margin-bottom: 10px;
}

#image_grid ul li img {
	width:100%;
	height:auto;
}

.home_page_image_grid{
	width:33.33%;
	box-sizing:border-box;
	float:left;
	padding:0 10px;
}

.home_page_image_grid img {
	width:100%;
	height:auto;
}

.form_box1 {
	box-sizing:border-box;
	width:50%;

	float:left;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left: solid 1px #666666;
	height:340px;

}

.form_box2 {
	box-sizing:border-box;
	width:50%;

	float:left;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	height:340px;


}

.form_box1 p,
.form_box2 p {
	margin-left: 15px;
}

.form_box1 ul, .form_box2 ul {
	box-sizing:border-box;
	float:left;

}
.form_box1 ul li, .form_box2 ul li {
	list-style-type:disc;
	list-style-position:inside;
	margin:0 10px 5px 20px;


}
.form_box1 a, .form_box2 ul li a {
	text-decoration:underline;
	font-weight:bold;

}

.text_box {
	width:100%;
	float:left;
	text-align:center;
	height:72px;
	box-sizing:border-box;
	padding:15px 20px 0 20px;
	border-bottom:solid 1px #666666;
	font-weight:bold;
	margin-bottom:15px;
}

.page_center {
	width:100%;
	float:left;
	text-align:center;
}
ul.checklist {
	float:left;
	width:100%;
	margin-bottom:20px;
}

ul.checklist li  {
	list-style:disc;
	margin-bottom:3px;

}

ul.checklist li ul {

}

ul.checklist li ul li {
	list-style:circle;
	margin-left:20px;

}

ul.checklist li a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}

ul.checklist li a:hover {
	color:#a32faa;

}


.Gform {
	width: 100%;
	height: auto;
	min-height: 240px;
	border: 1px solid grey;
	display: inline-block;
	position: relative;
	border-right: transparent;
}

.formSection {
	text-align: center;
	float: left;
width: 33.33%;
height: 300px;
border-right: 1px solid black;
position: relative;
}

.formSection:nth-of-type(1) {
	width:calc(33.33% - 4px);
}

.FormRow {
	position: relative;
	clear: left;
	width: 100%;
	border-bottom: 1px solid black;
	height: auto;
	min-height: 20px;
}

.FormRow ul {
	padding-top: 10px;
	position: relative;
	width: 75%;
	margin: 0px auto;
}

.FormRow:nth-of-type(3) {
	color: #a32faa;
	min-height: 40px;
}

.FormRow:nth-of-type(4) {
	min-height: 36px;
}

.FormRow:nth-of-type(6) {
	border-bottom: transparent;
	text-align: left;
}

@media screen and (max-width: 1125px) {
	#nav {
		width:100%;
		float:left;
		margin-top:20px;
	}
}

@media screen and (max-width: 870px) {
	.Gform {
	    width: 100%;
	    height: auto;
	    min-height: 540px;
			border-right: 1px solid black;
		}

.formSection:nth-of-type(1){
	width: calc(50% - 2px);
	float: left;
}

.formSection:nth-of-type(3){
	border-top: 1px solid black;
	width: 100%;
	float: left;
}
		.formSection {
    text-align: center;
    float: left;
    width: 50%;
	}
}

@media screen and (max-width: 850px) {
	ul.checklist li  {
		list-style-position:inside;


}
.form_box1 {

	width:100%;
	border-bottom:0;
	border-right:solid 1px #666666;


}

.form_box1 ul {
	padding-right: 15px;
}

.form_box2 {

	width:100%;
	border-left:solid 1px #666666;


}

.form_box2 ul {
	padding-right: 15px;
}
}


@media screen and (max-width: 650px) {
	.tony_img {
		width:200px;
		height:auto;
	}
	.video-container {

	padding-bottom:50.8%;


}


#image_grid ul li {

	width: 50%;

}

}

@media screen and (max-width: 590px) {
	.Gform {
	    width: 100%;
	    height: auto;
	    min-height: 720px;
			border-right: 1px solid black;
		}

.formSection:nth-of-type(1){
	width: 100%;
	float:none;
}

.formSection:nth-of-type(2){
border-top: black 1px solid;
}
		.formSection {
    text-align: center;
    float: left;
    width: 100%;
	}
}




@media screen and (max-width: 550px) {
	#logo {
	width:63.6363%;

}

.tony_img {
		width:150px;

	}

	.home_page_image_grid{
	width:50%;

}

}

@media screen and (max-width: 425px) {

	footer img {
	width:100%;
	height:auto;
}
	#social {
	width:30%;

}

#social img {
	margin-left:0;
	display:block;
	box-sizing:border-box;
	width:50%;
	padding-left:3px;
	height:auto;
	float:right;
}

#image_grid ul li {

	width: 100%;

}

.img_float_left_2 {
	width:150px;
	height:auto;
}

.home_page_image_grid{
	width:100%;
	margin-bottom:10px;

}
}
