/*------------- GLOBAL -------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-size: 17px;
	line-height: 1.5em;
	font-family: 'Rubik', sans-serif;	
/*	padding-top: 80px;*/
}

img{
/*	display: block;*/
	max-width: 100%;
    height: auto;	
}

h1{
	font-weight: 700;
	font-size: 5em;
	text-transform: uppercase;
	line-height: 1em;	
}

h2{
	font-size: 3.25em;	
	line-height: .85em;
	font-weight: 700;
}

h3{
	font-size: 2em;
	line-height: 1em;
	color: #e18c36;	
	text-transform: uppercase;
	margin-bottom: 20px;
}

button{
	font-size: 1em;	
}

.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

footer{
	background-color: #3c3c3c;
}

hr{
	display: none;
}

li{
	list-style: none;
}
/*------------- SEARCH -------------*/

#search-bar{
/*	display: none;*/
	background-color: #e18c36;
	padding-left: 20px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 500;
}

input[type=text] {
	margin: 18px;
    width: 130px;
    padding: 0 0 10px 0px;
    margin: 10px
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    font-size: 2em;
    border: none;
    border-bottom: 2px white solid;
    background: none;
    outline: none;
    color: #ffffff !important;
}

input::-webkit-input-placeholder {
color: #ffffff !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #ffffff !important;
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #ffffff !important; 
}
 
input:-ms-input-placeholder {  
color: #ffffff !important;
}

/* When the input field gets focus, change its width to 100% */
input[type=text]:focus {
    width: 98%;
}

#wrapper{
	position: relative;
	-webkit-transition: top 0.7s ease-in-out;
    transition: top 0.7s ease-in-out;
}

#wrapper.search_active{
	top: 88px;

}
/*------------- NAVIGATION -------------*/

#nav-container {
    background-color: #ffffff;
    color: #ffffff;
    line-height: 1.6em;
  	padding: 0 0 0 2em;
    width:100%;
	box-sizing:border-box;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 0 auto;
    width: 100%;
}

#nav-primary a {
  color: #00748b;
  padding: 15px 30px;
  text-decoration: none;
}   

#nav-logo{
	width: 10em;
	float: left;
	display: inline-block;
	margin-top: 18px;
}

#nav-primary{
	float: right;
}

#nav-action{
	float: right;
}

#nav-action a{
	color: #ffffff;	
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
}

#teal{
	background-color: #00748b;
	color: #ffffff;
}

#orange{
	background-color: #e18c36;
	color: #ffffff;
}

#green{
	background-color: #718b2c;
	color: #ffffff;
}

#orange-section a{
	background-color: rgba(225, 140, 54, 0.8);
	color: #ffffff;
}

#orange-section a:hover{
	background-color: #e18c36;
	color: #ffffff;
}

#purple-section a{
	background-color: rgba(91, 73, 115, 0.8);
	color: #ffffff;
}

#purple-section a:hover{
	background-color: #5b4973;
	color: #ffffff;
}

#teal-section a{
	background-color: rgba(0, 116, 139, 0.8);
	color: #ffffff;
}

#teal-section a:hover{
	background-color: #00748b;
	color: #ffffff;
}

#grey-section a{
	background-color: rgba(126, 133, 139, 0.8);
	color: #ffffff;
}

#grey-section a:hover{
	background-color: #7e858b;
	color: #ffffff;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {  
    border: none;
    outline: none;
    color: #00748b;
    padding: 45px 30px;
    background-color: inherit;
}

.container a:hover, .dropdown:hover .dropbtn {
/*    background-color: red;*/

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}





/*#nav-container {
  overflow: hidden;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

*/


/*#nav-container a {
    color: #00748b;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

*/

/*#nav-container{
	margin: 0 auto;
	width: 75%;
	}*/


/*

.dropdown:hover{
	color: #005c68; 	
}




*/

/*

*/

/*------------- HERO IMAGE -------------*/

#hero-image{
    background-image: url("../images/mural.jpg");
    height: 750px;
    /*padding-bottom: 48.25%;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}

#hero-text{
	text-align: center;
	position: absolute;
	color: #ffffff;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 75%;
}

#hero-text p{
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 1.25em;
}

#hero-image:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.hero-button{
	width: 250px;
	transition: all 0.5s;
  	cursor: pointer;
  	border: none;
  	text-align: center; 
  	padding: 15px; 	
	border-radius: 30px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

#hero-button-left{
	background-color: #e18c36; 
}

#hero-button-right{
	background-color: #00748b; 
}

.hero-button a{
	text-decoration: none;
	color: #ffffff;
}

.hero-button span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #ffffff;
}

.hero-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.hero-button:hover span {
	padding-right: 25px;
}

.hero-button:hover span:after {
  opacity: 1;
  right: 0;
}

#hero{
	padding-top: 110px;
}
/*------------- BODY-CONTENT -------------*/

#body-content{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 40px 0px 40px;
}

/*------------- QUICK NAV -------------*/

#quick-nav{
	padding: 2em;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	text-align: right;
	position: relative;
	transform: translate(0%, -15%);
	background-color: #ffffff;
	z-index: 2;
	max-width: 1280px;
	margin: 0 auto;
}

#square-apply{
	background-image: url("../images/apply1.jpg");
	margin-right: 2%;
} 

#square-donate{
	background-image: url("../images/donate2.jpg");	
	margin-right: 2%;
} 

#square-teach{
	background-image: url("../images/teach3.jpg");
}

.square{
	width: 32%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	padding: 20px 20px 75px 20px;
	text-decoration: none;
}

.square:hover{
	opacity: .8;
}



/*------------- INTRODUCTION -------------*/

.intro{
	margin: 0 auto;
	padding: 40px 40px 60px 40px;
	text-align: center;
	max-width: 1024px;
}

.flat{
	background-color: #f5dc4e;
	color: #ffffff;
	box-shadow: none;
	margin-top: 20px;
}

/*------------- QUOTE ONE -------------*/

.two-column{
	max-width: 1280px;
}

.quote-top{
	background-color: #e18c36;
	float: left;
	width: 50%;
	color: #ffffff;
	margin: 0 auto;
	padding: 5em 3em;
/*	height: 500px;*/
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.quote{
	font-size: 1.70em;
	line-height: 1.25em;
	font-weight: 700;
	text-transform: uppercase;
}

.byline{
	font-style: italic;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 1.75em;
	text-align: right;
}

.image{
	width: 50%;
/*	height: 400px;*/
	float: left;
	margin-top: 30px;
	position: relative;
	transform: translate(0%, 3%);

}

.quote-bottom{
	background-color: #00748b;
	float: right;
	width: 50%;
	color: #ffffff;
/*	margin: 0 auto;*/
	padding: 5em 3em;
/*	height: 500px;*/
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin-bottom: 40px;
}

#quote-top-button{
	background-color: #af6b2e;
	box-shadow: none;
	/*width: 75%;*/
}

.button-align{
	text-align: center;
	margin-top: 1.25em;
}

#quote-bottom-button{
	background-color: #013f47;
	box-shadow: none;
	/*width: 75%;*/
}

/*------------- DIPLOMA DIFFERENCE -------------*/

#difference{
/*	margin: 0 auto;*/
	padding-top: 40px;
	text-align: center;
	margin-bottom: 60px;
	clear: both;
}

.icons{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.stat{
	padding: 0px 40px;
	float: left;
	width: 50%;
}

.stat-number{
	font-size: 6em;
	line-height: 1em;
	color: #00748b;
	font-weight: 900;
}

.stat-par{
	padding-top: 10px;
	color: #00748b;
/*	font-size: 1.5em;
	line-height: 1.25em;*/
}

.asterik{
	text-align: right;
	font-weight: 300;
	font-style: italic;
	font-size: .85em;
	line-height: 3em;
	color: #7e858b;
}

/*------------- FOOTER -------------*/

#footer-wrapper{
	margin: 0 auto;
	clear: both;
}

#footer-top{
	margin: 0px auto;
	max-width: 1280px;
	margin-bottom: 40px;
}

#footer-contact{
	text-transform: uppercase;
	font-size: .75em;
	text-align: center;
	color: #ffffff;
	border-top: 1px #ffffff solid;
	padding-top: 60px;
}

.contact{
	width: 32%;
	float: left;
}

#footer-cta{
/*	margin-bottom: 60px;*/
/*	border-bottom: 1px #ffffff solid;*/
	color: #ffffff;
/*	border: 2px red solid;*/
}

#contact-left{
	float: left;
	margin-right: 2%;
}

#contact-left a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#contact-left a:hover{
	font-weight: 700;
}

#contact-middle{
	float: left;
	margin-right: 2%;
	padding: 0px 40px;
	border-left: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
}

.bold{
	font-weight: 700;
}

/*------------- FOOTER BOTTOM -------------*/

#social{
	float: right;
}

#copyright{
	float: left;
}

#footer-bottom a:hover{
	opacity: .4;
}

#footer-bottom{
	font-size: .65em;
	background-color: #e18c36; 
	color: #ffffff;
}

#footer-bottom a{
	text-decoration: none;
	color: #ffffff;
	padding: 20px 10px;
	display: inline-block;
}

#bottom{
	padding: 0px 20px;
	color: #ffffff;
	margin: 0 auto;
}



/*------------- RESPONSIVE -------------*/

#nav-container-mobile{
	display: none;
	background-color: #ffffff;
    color: #ffffff;
    line-height: 1.6em;
  	padding: 0 0 0 2em;
    width:100%;
	box-sizing:border-box;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 0 auto;
    width: 100%;
    right: 0;
}

.dropdown-mobile {
    float: left;
    overflow: hidden;
}

.dropdown-mobile .dropbtn-mobile {  
    border: none;
    outline: none;
    color: #00748b;
    padding: 45px 30px;
    background-color: inherit;
}

.dropdown-content-mobile {
    display: none;
/*    position: absolute;*/
    background-color: #f9f9f9;
/*    min-width: 160px;*/
	width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-mobile a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content-mobile a:hover {
    background-color: #ddd;
}

.dropdown-content-mobile {
    display: block;
}

#teal-section-mobile a{
	background-color: rgba(0, 116, 139, 0.8);
	color: #ffffff;
	top: 110px;
}

.two-column-1195{
		display: none;
	}

.overlay {
	display: none;
    	height: 0%;
   		width: 100%;
   		position: fixed;
   		z-index: 500;
    	top: 0;
    	left: 0;
    	background-color: rgb(0, 116, 139);
    	background-color: rgba(255, 255, 255, 0.95);
    	overflow-y: hidden;
    	transition: 0.5s;
/*    	border: 2px yellow solid;*/
		padding-top: 110px; 
	}

#quick-nav-720{
		display: none;
	}
/*.dropdown-mobile {
    float: left;
    overflow: hidden;
}

.dropdown-mobile .dropbtn-mobile {  
    border: none;
    outline: none;
    color: #00748b;
    padding: 45px 30px;
    background-color: inherit;
}

.dropdown-content-mobile {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-mobile a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content-mobile a:hover {
    background-color: #ddd;
}*/

/*.dropdown-mobile:hover .dropdown-content-mobile {
    display: block;
}*/
@media screen and (max-width: 1280) {

	#center{
		position: relative;
		transform: translate(0%, -75%);
	}
}	

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

/*	#body-content{
		padding: 0px;
	}*/

	#mobile-menu{
		display: block;
		z-index: 997;
	}

	#nav-full{
		display: none;
	}


	#nav-container{
		display: none;
	}

	#nav-container-mobile{
		display: block;
	}

	.dropdown-content-mobile{
		display: none;
	}

	.overlay {
		display: block;
	}

	#overlay-content {
    	position: relative;
    	top: 0;
    	width: 100%;
    	text-align: center;
    	margin-top: 0px;
	}

	.overlay a {
    	padding: 20px;
/*    	font-size: 1.5em;*/
    	text-decoration: none;
		/*    font-size: 36px;*/
    	/*color: #ffffff;*/
    	color: rgb(0, 116, 139);
    	display: block;
    	transition: 0.3s;
    	text-align: center;
	}

	.overlay a:hover, .overlay a:focus {
    	color: #ffffff;
    	background-color: rgb(0, 116, 139);
	}

	.overlay .closebtn {
    	position: absolute;
    	top: 20px;
    	right: 45px;
/*    	font-size: 60px;*/
	}

	h1{
		/*font-size: 4em;*/
	}

	#hero-text p{
		font-size: 1.5em;
	}

	#hero-text{
		top: 58%;
	}

	.intro{
		max-width: 948px;
	}

	#footer-top{
		padding: 0px 40px;
	}

	#close{
		text-transform: uppercase;;
	}

	#close:hover{
		background-color: #718b2c;
	}

	.two-column{
		display: none;
	}

	.two-column-1195{
		display: block;
		width: 100%;
	}

	.image{
		width: 100%;
		float: none;
		margin-top: 0px;
	}

	.quote-top{
		float: none;
		width: 100%;
		color: #ffffff;
/*		margin: 0 auto;*/
		padding: 3em 8em;
		box-shadow: none;
		background-color: rgba(225, 140, 54, 0.8);
	}

	#right-image{
		background-image: url("../images/kaitlen.jpg");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	position: relative;
/*    padding: 0px;
    width: 50%;
    height: 450px;
    margin-top: 25px;*/
		float: none; 
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		width: 100%;
		display: block;
	}

	.quote-bottom{
		float: none;
		width: 100%;
		color: #ffffff;
		padding: 3em 8em;
		box-shadow: none;
		background-color: rgba(0, 116, 139, 0.8);
	}

	#left-image{
		background-image: url("../images/jose.jpg");
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: cover;
    	position: relative;
/*    padding: 0px;
    width: 50%;
    height: 450px;
    margin-top: 25px;*/
		float: none; 
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		width: 100%;
		display: block;
	}

	/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: rgba(0, 116, 139, 0.8);
    color: #ffffff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
 	text-align: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion:hover {
    background-color: rgba(0, 116, 139,0.8);
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
/*    padding: 0 18px;*/
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel a{
	display: block;
}

/*button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}*/

/*	#right-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(225, 140, 54, 0.8);
		z-index: 1;
	}*/
/*
	.quote-full{
		text-align: left;
		position: absolute;
		color: #ffffff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: 80%;
	}*/

/*	#right-image{
		background-image: url("../images/kaitlen.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: rgba(225, 140, 54, 0.8);
		position: relative;
		float: none; 
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		width: 100%;
		display: block;
		padding: 3em 0em;
		opacity: 0.5;
    filter: alpha(opacity=50); 
	}

	.quote-top{
		background-image: url("../images/kaitlen.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		float: none;
	    text-align: left;
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    		background-color: #e18c36;
		width: 100%;
		color: #ffffff;
		margin: 0 auto;
		padding: 5em 5em;
		z-index: 2;
			height: 500px;
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	}*/

/*	.quote-text{
	background-color: #e18c36;
	padding: 3em;
	margin: 0 auto; 
	float: none;
	width: 75%;
	color: #ffffff;
	z-index: 2;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}*/

/*	#right-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(225, 140, 54, 0.8);
	}*/

/*	.quote-top{
		background-color: transparent;
		float: none;
		width: 75%;
		color: #ffffff;
		margin: 0 auto;
		padding: 0em;
			height: 500px;
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		border: 2px red solid;
		z-index: 3;
	}*/

/*	*/

/*	#right-image{
    	background-image: url("../images/kaitlen.jpg");
    	height: 0;
    	padding-bottom: 25%;
    	background-position: center;
    	background-repeat: no-repeat;
    	background-size: 100% auto;
    	position: relative;
	}

	#right-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(225, 140, 54, 0.8);
	}

	.quote-text{
		text-align: left;
		position: relative;
		color: #ffffff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		margin: 0 auto;
		padding: 3em;
	}*/


/*	.quote-text{
		text-align: left;
		position: relative;
		color: #ffffff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		margin: 0 auto;
		padding: 3em;
		background-color: rgba(225, 140, 54, 0.8);
	}*/

/*	#two-column-top-1195{
		display: block;
		width: 100%;
	}*/

/*	#right-image{
		background-image: url("../images/kaitlen.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		float: none; 
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		width: 100%;
		display: block;
	}

	#right-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(225, 140, 54, 0.8);
		z-index: 1;
	}*/

/*	.quote-top{
		text-align: left;
		position: absolute;
		color: #ffffff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: 75%;
		margin: 0 auto;
		padding: 3em;
	}*/

/*	#hero-image{
    background-image: url("../images/mural.jpg");
    height: 0;
    padding-bottom: 48.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
}

#hero-text{
	text-align: center;
	position: absolute;
	color: #ffffff;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 75%;
}*/


/*	.square{
		padding: 20px 20px 70px 20px;
	}*/


	/*#contact-middle{
		padding: 20px 40px;
	}

	#footer-cta{
		width: 95%;
		border-bottom: none;
		margin-bottom: 0px;
	}

	#footer-contact{
		border-top: 1px #ffffff solid;
		padding-top: 60px;
	}

	#hero-text p{
		font-size: 1.4em;
	}

	.square{
		padding: 20px 20px 70px 20px;
	}

	h2{
		font-size: 3em;	
	}

	.quote-button{
		margin-top: 0px;
	}

	.quote-full{
		padding: 5px 0px;
	}*/


}	

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

	#body-content{
		padding: 0px;
	}

	#hero-image{
    	padding-bottom: 70%;
	}

	#quick-nav a{
		font-size: .75em;
	}

	#hero-image{
    	padding-bottom: 70%;
	}

	.square{
		padding: 20px 20px 40px 20px;
	}

	
}	

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

	#hero-text p{
		font-size: 1.25em;
	}

	h1{
		font-size: 4em;
	}

	.icons{
		width: 35%;
    	margin: auto;
    	float: left;
    	padding-right: 20px;
	}

	.stat{
		float: none;
		width: 100%;
		padding: 0px 40px;
		text-align: left;
	}

	.stat-number{
		font-size: 3.5em;
		line-height: 1em;
	}

	hr{
		display: block;
		margin: 40px 40px;
	}

	#contact-left{
		display: none;
		/*float: none;
		width: 100%;
		padding-bottom: 40px; */
	}

	#contact-left a{
		display: inline-block;
		padding: 0px 20px;
	}


/*	.contact{
		float: none;
		width: 100%;
	}

	
.contact a{
		display: inline-block;
	}
	*/

	#social{
		float: none;
		text-align: center;
	}

	#contact-middle{
		float: none;
		margin: 0 auto;
		padding: 0px 0px;
		border: none;
	}

	#contact-right{
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	#copyright{
	float: none;
	text-align: center;
}
	/*#quick-nav h2{
		font-size: 2em;	
		line-height: .85em;
	}*/

/*	#quick-nav a{
		font-size: .75em;
	}

	#hero-image{
    	padding-bottom: 70%;
	}

	#hero-text p{
		font-size: 1.25em;
	}*/

}
/*	
*/
	/*#quick-nav{
		width: 100%;
		margin: 0 auto;
		padding: 0px 0px 40px 0px;
		box-shadow: none;
		transform: translate(0%, 0%);
	}

	.square{
		display: block;
		padding: 20px 20px 0px 20px;
		box-shadow: none;
	}*/

	/*.column{
		width: 100%;
	}*/

/*
	.square{
		padding: 20px 20px 70px 20px;
	}

	h1{
		font-size: 4em;
	}

	h2{
		font-size: 3em;	
	}

	#quick-nav a{
		font-size: .80em;
		line-height: 1em;
	}

	#two-column-top{
		display: none;
	}

	#two-column-top-1024{
		width: 100%;
		display: block;
	}

	#right-image{
		background-image: url("../images/kaitlen.jpg");
		float: none; 
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		width: 100%;
		display: block;
	}

	.quote-full{
		padding: 3em;
	}

	#right-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(225, 140, 54, 0.8);
		z-index: 1;
	}

	.quote-full{
		text-align: left;
		position: absolute;
		color: #ffffff;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
		width: 80%;
	}

	#two-column-bottom{
		display: none;
	}

	#two-column-bottom-1024{
		width: 100%;
		display: block;
	}

	#left-image{
		background-image: url("../images/jose.jpg");
		float: none; 
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
		width: 100%;
		display: block;
	}

	.quote-full{
		padding: 3em;
	}

	#left-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 116, 139, 0.8);
		z-index: 1;
	}

	.stat{
		padding: 0px 0px;
	}

	.stat-par{
		padding: 0px 40px;
	}

	#contact-middle{
		padding: 40px 40px;
	}

	#footer-bottom a{
		padding: 10px 10px;
	}

	#copyright{
		float: none;
	}

	#social{
		float: none;
		text-align: center;
	}

	.intro{
		padding: 60px 40px 40px 40px;

	}
*/

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

	#quick-nav{
		display: none;
	}

	#quick-nav-720{
		display: block;
	}

	.column{
		width: 100%;
		display: none;
	}

	.square{
		display: block;
		padding: 20px 20px 20px 20px;
/*		box-shadow: none;*/
	}

	#quick-nav-720{
/*		width: 100%;
		margin: 0 auto;*/
		padding: 0px;
		box-shadow: none;
		transform: translate(0%, 0%);
	}

	#quick-nav-720 h2{
		font-size: 1.5em;
		line-height: 1.25em;
		text-align: center;
	}

	.quote-top{
		padding: 3em 3em;
	}

	.quote-bottom{
		padding: 3em 3em;
	}
}

/*
@media screen and (max-width: 916px) {	
	.square{
		display: block;
		padding: 20px 20px 30px 20px;
		box-shadow: none;
	}

	#quick-nav{
		padding: 20px;
	}

	h1{
		font-size: 3.5em;
	}

	#hero-text p{
		font-size: 1.25em;
	}

	#hero-text{
		top: 60%;
	}

	#left-image:after{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 116, 139, 0.8);
		z-index: 1;
	}
}*/
/*	.quote-top{
		float: left;
		width: 100%;
	}*/

/*	#right-image{
	background-image: url("../images/kaitlen.jpg");
	float: none; 
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	width: 100%;
	}*/

/* this... #flat-quote-top{
	background-color: #af6b2e;
	box-shadow: none;
	width: 65%;
}



#two-column-bottom{
	padding-top: 60px;
}

.quote-bottom{
	background-color: #00748b;
	float: right;
	width: 50%;
	color: #ffffff;
	padding: 40px;
	height: 500px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#flat-quote-bottom{
	background-color: #013f47;
	box-shadow: none;
	width: 65%;
}

#left-image{
	background-image: url("../images/jose.jpg");
	float: left;
}   this...*/

/*@media screen and (max-width: 909px) {

	#body-content{
		width: 100%;
		padding: 0px 0px 60px;
	}

	.column{
		width: 100%;
	}

	#quick-nav{
		width: 100%;
		margin: 0 auto;
		padding: 0px 0px 40px 0px;
	}

	.square{
		display: block;
		padding: 20px 20px 40px 20px;
		box-shadow: none;
	}

}*/	

/*@media screen and (max-width: 768px) {

	#nav-full{
		border: 2px green solid;
	}



	h3{
		font-size: 2.5em;
		line-height: 1em;
	}

	.icons{
		width: 35%;
    	margin: auto;
    	float: left;
    	padding-right: 20px;
	}

	.stat{
		float: none;
		width: 100%;
		padding: 0px 40px;
		text-align: left;
	}

	.stat-number{
		font-size: 3.5em;
		line-height: 1em;
	}

	hr{
		display: block;
		margin: 40px 0px;
	}

	.contact{
		float: none;
		width: 100%;
	}

	.contact a{
		display: inline-block;
	}

	#contact-left a{
		display: inline-block;
		padding: 0px 20px;
	}

	#contact-middle{
		border: none;
	}

	#footer-bottom{
		text-align: center;
	}
}*/
	

	
/*.square{
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		display: block;
		color: #ffffff;
		text-transform: uppercase;
		padding: 20px 20px 20px 20px;
		text-decoration: none;
		box-shadow: none;
	}*/
	


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

	#quick-nav-720 h2{
		font-size: 1.25em;
		line-height: 1.25em;
		text-align: center;
	}

	h1{
		font-size: 3em;
	}
/*	#hero-image{
    background-image: url("../images/mural.jpg");
    height: 0;
    padding: 75% 0%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   background-size: 100% auto;
    position: relative;
	}

#hero-text{
	text-align: center;
	position: absolute;
	color: #ffffff;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 75%;
}

#hero-text p{
	margin-bottom: 20px;
	font-size: 2em;
	line-height: 1.25em;
}

#hero-image:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.hero-button{
	width: 250px;
	transition: all 0.5s;
  	cursor: pointer;
  	border: none;
  	text-align: center; 
  	padding: 15px; 	
	border-radius: 30px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin: 5px;
	text-transform: uppercase;
	font-weight: 700;
}

#hero-button-left{
	background-color: #e18c36; 
}

#hero-button-right{
	background-color: #00748b; 
}

.hero-button a{
	text-decoration: none;
	color: #ffffff;
}

.hero-button span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
  color: #ffffff;
}

.hero-button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.hero-button:hover span {
	padding-right: 25px;
}

.hero-button:hover span:after {
  opacity: 1;
  right: 0;
}*/
}

/*
	body{
		font-size: 18px;
		line-height: 1.5em;
	}

	#menu-logo{
		width: 50%;
	}

	#nav-full{
		border: 2px red solid;
	}

	#quick-nav{
		width: 100%;
		margin: 0 auto;
		padding: 0px 0px 0px 0px;
	}

	h1{
		font-size: 3.75em;
	}

	h3{
		font-size: 2em;
		line-height: 1em;
	}

	#flat-quote-top{
		width: 80%;
	}

	#flat-quote-bottom{
		width: 80%;
	}

	.icons{
		width: 40%;
    	float: none;
	}

	.stat{
		text-align: center;
		padding: 0px 0px;
	}

	.stat-number{
		font-size: 3.5em;
		line-height: 1em;
	}

	.stat-par{
		clear: both;
		text-align: center;
	}

*/
