@import "reset.css";
@import "1224.css";

/*////////////////////////////////////////////////////////////////////*/
/*
  Master CSS ~ Sealants for Smiles
  Developed by Lyle Hebel @ Massive
*/

/*///////////////////////////////// Global Styles /////////////////////////////////*/
body {
	font-family: "freight-sans-pro", sans-serif;
}

.clear {
	width: 100%;
	display: block;
	clear: both;
}

a {
	text-decoration: none;	
}

.button {
	background-color: #facc20; /*yellow*/
	color: #207134 !important; /*green*/
	padding: 12px 30px 10px 30px;
	border-radius: 20px;
	font-weight: 500;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 10px;
	box-shadow: 2px 2px 4px #999;
	border: 1px solid #facc20; /*yellow*/
}

.button:hover, .green .button:hover {
	box-shadow: none;
	border: 1px solid #ffc200;
}

.headerImg {
	position: relative;
	top: -63px;
	bottom: -63px;
	background-size: cover;
	background-position: center center;
	z-index: 2;
	height: auto;
	min-height: 250px;
	width: 100%;
	border-bottom: 5px solid #fff;
}

hr {
	border: none;
	height: 1px;
	background-color: #fff;
	margin: 20px 0;
}

.green {
	background-color: #5aad60; /*light green*/
	color: #fff;
	padding: 50px 0 35px 0;
	top: -63px;
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
	background-position: center center;
	background-repeat: repeat-y;
}

.green a {
	color: #fff;
	font-weight: 500;
}

.green a:hover {
	color: #facc20; /*yellow*/
}

.green .button {
	display: block;
	width: 180px;
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	box-shadow: 2px 2px 3px #555;
}

.green ul li {
	padding: 5px 0;
	font-style: italic;
	font-size: 16px;
	line-height: 18px;
}

/*///////////////////////////////// Typography /////////////////////////////////*/
h1 {
	font-size: 46px;
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 28px;
}

h3 {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
}

h4 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;	
}

p {
	font-size: 16px;
	line-height: 22px;
	margin: 15px 0;
	font-weight: 100;
}

.emphasis {
	font-weight: 500;
}

/*///////////////////////////////// Main Navigation /////////////////////////////////*/
#navigation {
	background-image: url('../../../../img/navBg.jpg');	
	background-position: right center;
	background-size: cover;
}

.logo {
	width: 200px;	
	margin: 50px 50px 0 0;
	position: relative;
	z-index: 5;
	float: left;
}

#navigation ul {
	margin-top: 106px;
}

#navigation ul li {
	display: inline;
	float: left;
	padding: 0 25px;
	position: relative;
	text-align: center;
}

#navigation ul li .arrow {
	width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 7px solid #207134; /*green*/
	display: inline-block;
}

#navigation ul li:hover > a br + .arrow {
	border-top: 7px solid #facc20; /*yellow*/
}

#navigation ul li a {
	text-transform: uppercase; 
	font-size: 14px;
	font-weight: 500;
	color: #207134;
}

#navigation ul li:hover > a {
	color: #facc20; /*yellow*/
}

#navigation ul li:hover > a span, #navigation ul li a.current {
	padding-bottom: 15px;
	border-bottom: 8px solid #facc20; /*yellow*/
}

#navigation ul li ul {
	display: none;
	width: 107px;
	background-color: #facc20; /*yellow*/
	padding: 5px 0;
	box-shadow: 1px 2px 1px #666;
	position: absolute;
	margin-top: 9px;
	left: 15px;
	z-index: 5;
}

#navigation ul li ul li {
	padding: 3px 10px !important;
	clear: both;
	margin: 0;
	padding: 0;
}

#navigation ul li ul li a {
	color: #fff;
}

#navigation ul li ul li:hover > a {
	color: #207134; /*green*/
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation ul li:hover > a br + .arrow {
	border-top: 7px solid #facc20; /*green*/
}

/*///////////////////////////////// Mobile Navigation /////////////////////////////////*/
#menu {
	float: right;
	background-color: #facc20; /*yellow*/
	padding: 10px 15px;
	margin-top: 94px;
	text-transform: uppercase;
	color: #207134; /*green*/
	font-weight: 500;
	font-size: 18px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.sidr {
	display: block;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 240px;
	overflow-x: hidden;
	overflow-y: auto;
	left: auto;
	right: -243px;
	background-color: #fff;
	box-shadow: 0px 0px 3px #333; 
}

#sidr-menu ul {
	margin-top: 15px;
}

#sidr-menu ul li {
	clear: both;
	margin: 0 15px;
	padding: 12px 0;
	text-align: left;
	border-bottom: 1px solid #facc20; /*yellow*/
	width: 210px;
}

#sidr-menu ul li.home {
	border-top: 1px solid #facc20; /*yellow*/
}

#sidr-menu ul li a br {
	display: none;
}

#sidr-menu ul li a .arrow {
	float: left;
	margin: 5px 5px 0 0;
}

 #sidr-menu ul li ul li {
	 margin: 0;
	 padding: 5px 0 !important; 
	 border-bottom: none;
 }

 #sidr-menu ul li ul li a {
	font-size: 14px;	
}

 #sidr-menu ul li a {
	 font-size: 16px;
 }

#sidr-menu ul li a, #sidr-menu ul li ul li a {
	color: #207134; /*green*/
}

#sidr-menu ul li a:hover, #sidr-menu ul li ul li a:hover {
	color: #facc20; /*yellow*/
}

#sidr-menu ul li ul {
	display: inline-block;
	background-color: transparent;
	box-shadow: none;
	position: relative;
	left: 0;
	margin: 0 0 -10px 0;
	width: 200px;
}

#sidr-menu ul li:hover > ul {
	display: inline-block;
}

#sidr-menu ul li:hover > a span, #sidr-menu ul li a.current {
	border-bottom: none;
}

/*///////////////////////////////// Footer /////////////////////////////////*/
#footer {
	margin-top: -20px;
	margin-bottom: 100px;
}

#footer, #footer a {
	color: #207134; /*green*/
}

#footer a {
	text-decoration: underline;
}

#footer a:hover {
	color: #facc20; /*yellow*/
}

#footer .button {
	margin-top: -30px;
	padding: 12px 20px 8px 20px;
}

#footer .button:hover {
	color: #207134; /*green*/
}

#footer .logo, #footer .copyright {
	display: inline-block;
	float: right;
}

#footer .logo {
	margin: -30px 0 0 50px;
	width: 95px;
}

#footer .button {
	margin-left: 50px;
}

#footer .copyright {
	font-size: 12px;
}

/*///////////////////////////////// Mobile Footer /////////////////////////////////*/
#footer #mobile .logo {
	display: block;
	margin: -20px auto 30px auto;
	float: none;
}

#footer #mobile p {
	text-align: center;
	float: none;
	width: 100%;
}

#footer #mobile .button {
	margin-left: 0;
}

/*///////////////////////////////// Home /////////////////////////////////*/
#home h1 {
	color: #fff;
	padding: 250px 0;
	display: inline-block;
	text-shadow: 2px 2px 10px #333; 
}

.follow a {
	color: #207134; /*green*/
}

.yellow {
	color: #facc20; /*yellow*/	
}

.tooth {
	width: 40px;
	float: left;
	margin: 0 15px 0 0;
}

#highlights {
	background-color: #fff;
	border-radius: 10px;
	margin-top: -90px;
	position: relative;
	z-index: 4;
	color: #207134; /*green*/
}

#highlights .wrap {
	margin: 23px;
	height: auto;
	min-height: 500px;
	border-radius: 6px;
	position: relative;
	background-size: cover;
	background-position: center center;
}

#highlights .wrap h3 {
	margin-bottom: 10px;
}

#highlights .wrap p {
	text-align: right;
	float: right;
	display: inline-block;
}

#highlights .wrap p img {
	width: 25px;
	display: inline;
	vertical-align: middle;
	margin: -4px 0 0 5px;
}

#highlights .wrap h3, #highlights .wrap p {
	padding: 0 5px;
}

/*///////////////////////////////// Get Involved - Providers /////////////////////////////////*/
.provider {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 1px solid #fff;
	float: left;
	margin-right: 15px;
	background-size: cover;
	background-position: center center;
}

#partners p {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#partners p span {
	white-space: nowrap;
	margin: 0 15px;
}

/*///////////////////////////////// Get Involved /////////////////////////////////*/

#contact-form input, #contact-form textarea {
	background: none;
	margin: 10px 0 25px 0;
	border: 1px solid #fff;
	padding: 8px;
	color: #fff;
	font-family: "freight-sans-pro", sans-serif;
	font-size: 14px;
	line-height: 18px;
} 

#contact-form textarea {
	width: 100%;
	min-height: 100px;
}

.form-group {
	display: block;
	position: relative;
	width: 250px;
	float: left;
	margin: 0 30px;
}



/*///////////////////////////////// Resources /////////////////////////////////*/

.pdf a img {
	display: inline-block;
	position: relative;
	margin: 0 0 8px 0;
	height: 225px;
}

.pdf {
	text-align: center;
	font-size: 18px;
	letter-spacing: .7px;
}

/*///////////////////////////////// Services /////////////////////////////////*/

.map {
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
}

/*///////////////////////////////// Providers /////////////////////////////////*/

.star {
	display: inline-block;
	width: 20px;
	margin-right: 8px;
	float: left;
}


/*////////////////////////////////////////////////////////////////////*/
/* End of Master Elements 
////////////////////////////////////////////////////////////////////*/
/*
Responsive Site Specific Layout Elements
*/
/* Break 1 (iPhone 4, 4S & 5 Portrait)----------- */
@media only screen and (max-width : 320px) {
		
	/*------- Global -------*/
	#desktop {
	display: none !important;
	}
	
	#mobile {
	display: block !important;
	}
	
	#mainNav {
	display: none;
	}
	
	#mobileNav {
	display: block;	
	}
	
	#navigation .logo {
	width: 175px;
	margin-right: 0;
	}
	
	.headerImg {
	top: -58px;
	min-height: 150px;
	}
	
	/*------- Typography -------*/
	h1 {
	font-size: 30px;
	line-height: 28px;
	}
	
	h3 {
	font-size: 18px;
	line-height: 21px;
	}
	
	p {
	font-weight: 500;
	}
	
	/*------- Home -------*/
	#home h1 {
	padding: 125px 0;
	}
	
	#highlights {
	margin-top: 30px;
	margin-bottom: 20px;	
	}

	
	#services {
	margin-top: 25px;
	}
	
	/*------- Get Involved - Providers -------*/
	.provider {
	width: 85px;
	height: 85px;
	margin-right: 10px;
	}
	
	#partners p span {
	white-space: normal;
	clear: both;
	display: block;
	}
	
	#partners p span {
	margin-top: 10px;
	line-height: 17px;
	}
	
	/*------- Get Involved -------*/
	#contact-form {
	margin-top: 30px;	
	}
	
	#contact-form .form-group {
	margin: 0;
	}
	
	/*------- Services -------*/
	.map {
	height: 300px;
	}
}

/* Break 2 (iPhone 4, 4S - Lanscape)----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {
	
	/*------- Global -------*/
	#desktop {
	display: none !important;
	}
	
	#mobile {
	display: block !important;
	}
	
	#mainNav {
	display: none;
	}
	
	#mobileNav {
	display: block;	
	}
	
	#navigation .logo {
	width: 175px;
	margin-right: 0;
	}
	
	.headerImg {
	top: -58px;
	min-height: 150px;
	}
	
	/*------- Typography -------*/
	h1 {
	font-size: 30px;
	line-height: 28px;
	}
	
	h3 {
	font-size: 18px;
	line-height: 21px;
	}
	
	p {
	font-weight: 500;
	}
	
	/*------- Home -------*/
	#home h1 {
	padding: 125px 0;
	}
	
	#highlights {
	margin-top: 30px;
	margin-bottom: 20px;	
	}

	
	#services {
	margin-top: 25px;
	}
	
	/*------- Get Involved - Providers -------*/
	.provider {
	width: 85px;
	height: 85px;
	margin-right: 10px;
	}
	
	#partners p span {
	white-space: normal;
	clear: both;
	display: block;
	}
	
	#partners p span {
	margin-top: 10px;
	line-height: 17px;
	}
	
	/*------- Get Involved -------*/
	#contact-form {
	margin-top: 30px;	
	}
	
	#contact-form .form-group {
	margin: 0;
	}
	
	/*------- Services -------*/
	.map {
	height: 350px;
	}
}

/* Break 3 (Non Apple Smart Phones/Tables & Iphone 5 Landscape) ----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {
	
	/*------- Global -------*/
	#desktop {
	display: none !important;
	}
	
	#mobile {
	display: block !important;
	}
	
	#mainNav {
	display: none;
	}
	
	#mobileNav {
	display: block;	
	}
	
	#navigation .logo {
	width: 175px;
	}
	
	.headerImg {
	top: -58px;
	min-height: 175px;
	}
	
	/*------- Typography -------*/
	h1 {
	font-size: 30px;
	line-height: 28px;
	}
	
	p {
	font-weight: 500;
	}
	
	/*------- Home -------*/
	#home h1 {
	padding: 125px 0;
	}
	
	#highlights {
	margin-top: 30px;
	margin-bottom: 20px;	
	}
	
	#highlights .wrap {
	margin: 45px;
	}
	
	#services {
	margin-top: 25px;
	}
	
	/*------- Get Involved -------*/
	#contact-form {
	margin-top: 30px;	
	}
	
	#contact-form .form-group {
	margin: 0;
	}
	
	/*------- Services -------*/
	.map {
	height: 450px;
	}
}

/* Break 4 (iPad Portrait)----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	
	/*------- Global -------*/
	#desktop {
	display: block !important;
	}
	
	#mobile {
	display: none !important;
	}
	
	#mainNav {
	display: none;
	}
	
	#mobileNav {
	display: block;	
	}
	
	#navigation .logo {
	width: 175px;
	}
	
	.headerImg {
	top: -58px;
	min-height: 200px;
	}
	
	/*------- Typography -------*/
	h1 {
	font-size: 36px;
	line-height: 32px;
	}
	
	h3 {
	font-size: 18px;
	}
	
	/*------- Home -------*/
	#home h1 {
	padding: 150px 0;
	}
	
	/*------- Get Involved - Providers -------*/
	.provider {
	width: 85px;
	height: 85px;
	margin-right: 10px;
	}
}

/* Break 5 (iPad Landscape and Smaller Screen Computers) ----------- */
@media only screen
and (min-width : 1024px) {
	
	/*------- Global -------*/
	#desktop {
	display: block !important;
	}
	
	#mobile {
	display: none !important;
	}
	
	#mainNav {
	display: block;
	}
	
	#mobileNav {
	display: none;	
	}
	
	#navigation ul li {
	padding: 0 20px 10px 20px;
	}
	
	/*------- Typography -------*/
	h1 {
	font-size: 40px;
	line-height: 36px;
	}
	
	/*------- Home -------*/
	#home h1 {
	padding: 200px 0;
	}
	
	/*------- Get Involved - Providers -------*/
	.provider {
	width: 85px;
	height: 85px;
	margin-right: 15px;
	}
}

/* Break 6 (Desktop)----------- */
@media only screen
and (min-width : 1224px) {
	
	/*------- Global -------*/
	#desktop {
	display: block !important;
	}
	
	#mobile {
	display: none !important;
	}
	
	#mainNav {
	display: block;
	}
	
	#mobileNav {
	display: none;	
	}
	
	#navigation ul li {
	padding: 0 25px 10px 25px;
	}
	
	/*------- Typography -------*/
	h1 {
	font-size: 44px;
	line-height: 40px;
	}
	
	/*------- Home -------*/
	#home h1 {
	padding: 250px 0;
	}
	
	/*------- Get Involved - Providers -------*/
	.provider {
	width: 100px;
	height: 100px;
	margin-right: 15px;
	}
}

/* Use these if you want to Swap Content Based on Pixel Ratio ----------- */

/* iPhone 4 & 4s ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
	
}

/* Retnia Devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 2.0),only screen and (min-device-pixel-ratio : 2.0) {
	
}