/*
 Theme Name:   Interface Child
 Theme URI:    http://refresh.brianbeahan.com/interface-child/
 Description:  Interface Child Theme
 Author:       Brian Beahan
 Author URI:   http://www.brianbeahan.com
 Template:     interface
 Version:      1.0.0
 Tags:         custom
 Text Domain:  twenty-fourteen-child
*/


@import url("../interface/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.wrapper {background-color:#00664c;}
#main {background-color: #ffffff;
	color: #00664c;
	font-weight: bold;
	padding: 0px;
}
.featured-slider {
	background-color:#3c3c3c; 
}
#site-generator {background-color:#00664c;}
#site-title a {color:#FFFFFF;}
.page-title-wrap {background-color:#00664c;}
.featured-text {display: none;}
.copyright {
display: none;
}
#site-logo {
margin-top: 0px;
}
.hgroup-right {
margin-top: -10px;
}
#content {
font-size: 110%;
}
.entry-content {
padding-top: 30px;
}
h1 {
color:white;
}
body {
color: white;
}
content {
font-size: 110%;
}
#mobilehomepagetiles {
display:none;
}
#customfootercontainer {
width: 100%;
background-color: #00664c;
}
#customfooter {
margin-left: 11%;
padding-bottom: 25px;
font-size: 110%;
}
#access a {
	color: #FFF;
}
#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #d4e168;
}
.homepage-quote {
	width: 960px;
	position: relative;
	margin: auto;
	max-width: 100%;
	font-size: 27px;
	line-height: 25px;
	text-align: right;
	margin-top: -40px;
	margin-bottom: 30px;
	display: none;
}
#quote-author {
	color: #d4e168;
}
blockquote {
	border-color: #00664c;
}

/*  About Us Code */
.leftblock {
	position: relative;
	float: left;
	width: 74%;
}
.rightblock {
	float: right;
	width: 25%;
}
h1 {
color: #00664c;
}
h2 {
color: #00664c;
}
h3 {
color: #00664c;
}
.pagedivider {
position: relative;
width: 100%;
float: left;
border-bottom: 2px;
border-bottom-style: double;
padding-top: 10px;
padding-bottom: 10px;
}
.mapleft {
width: 50%;
float: left;
padding-top: 10px;
}
.mapright {
width: 50%;
float: right;
padding-top: 10px;
}
#aboutcontactform {
width: 100%;
padding-top: 20px;
float: left;
}
/*  Mobile About Us - GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.mapleft {
	width: 100%;
}
.mapright {
	width: 100%;
}
}




/*  SECTIONS  */
#tilescontainer {
	display: none;
	width: 1100px;
	position:relative;
	margin:auto;
	max-width:100%;
}
.section {
	position: relative;
	text-align: center;
	font-size: 200%;
	color: #00664c;
	width: 100%;
	bottom: 60px;
	padding:5px;

}
.span_1_of_3{
	height:4.5em;
	position:relative;
}
.section-text{
	position:absolute;
	bottom:50px;
	width:100%;
	font-size: 35px;
	margin-bottom: 13px;
	line-height: 30px;
	color: #00664c;
}
.sectionimages {
	width: 100%;
	margin: auto;
	top: -60px;
	position: absolute;
}
.section-subtext {
	position: absolute;
	bottom: 0px;
	width: 99%;
	padding-bottom: 5px;
	font-size: 15px;
	margin-top: 5px;
	color: #00664c;
}


/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
/*.col:first-child { margin-left: 0; }*/


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}
                                               
					
/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.13%;
}
.span_1_of_3 {
	width: 30%;
	background-color: #FFFFFF;
	opacity: 0.9;
	height: 180px;
	margin-right: 1.5%;
	color: #00664c;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	#tilescontainer: display: none;
	}
}

#mapcontainer {margin-top: 30%;}
@media only screen and (max-width: 480px) {
	.rightblock {width:100%;}
	.leftblock {width:100%;}
	