/*
BASE (MOBILE) SCREENS
These base styles apply to all screen sizes, but may be overridden on larger screens by the media query-driven styles that appear later in this file.
*/

.border {
    border-style: dashed;
    border-width: 1px;
    border-color: red;
}

/* Responsive Images */
img {
	width:auto;
	max-width:100%; 
	height:auto;
	vertical-align: middle; /* cures the 4 px whitespace anomaly */
}




/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       box-sizing: border-box; 
}


/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.right {
	float:right;
}

.left {
	float:left;
}

.cell-bottom {
	display:table-cell; 
	vertical-align:bottom;
	width: 100%;
}

body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; /* bold */
	font-size: 12px;
	background-color: #e4e2c9; /* paler green */
	color: #333;
	margin: 0;
}

b {
	font-weight: 700; /* bold */
}

#banner {
	background-color: #cac8b2; /* pale green */
}

#logo {
	width: 70%;
	margin-left: 15%;
}

#tagline  {
	width: 76%;
	margin-left: 12%;
	display: none; 
}

#utility_payment_button-desktop {
	display: none;
}

#topnav {
	text-align: right;
	margin-right: 0;
}
	
#content_and_footer {
	background: url(images/background-no_hero.gif) repeat-x;
}

#content {  
	width:100%;
	height: 100%;
	margin: 0;
}

#main_and_sidebar {
	background: white;
}

#main,
#supplemental {
	background: white;
	padding-top: 22px;
	padding-right: 4.5%;
	padding-bottom: 35px;
	padding-left: 4.5%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; /* semi-bold */
	font-size: 12px;
	line-height: 1.8em;
}

#supplemental {
	clear: both;
	padding-top: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #336633;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    line-height: 32px;
    margin: 0.5em 0 0 0;
}

h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	margin-top: 24px;
	margin-bottom: 0;
}

#main p,
#supplemental p {
	margin: .75em 0 0 0;
}

p.caption {
	font-size: 10px;
	font-weight: 400;
	font-style: italic;
	text-align: right;
	margin: 0 !important;
}

p.warning {
	font-weight:bold;
	color:red;
} 

span.bold {
	font-weight: 600;
}

ul:last-child, ol:last-child {
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ul, ol, dl, dd {
    padding: 0 0 0 30px;
}

ul, ol, dl {
    line-height: 1.8em;
    margin: 0 0 0.75em;
}

hr {
	margin-top: 30px;
}

#main_col1 li,
#main_col2 li {
	margin-top: 0.5em;
	line-height: 1.3em;
}

div.accordion li {
	margin-top: 0.5em;
	line-height: 1.3em;
}

a.gallery img {
	float: left;
	width: 49%;
	border: 1px solid #ccc;
	padding: 0.25em;
	margin-top: 1%;
	margin-right: 1%;
}

a.tour img {
	width: 75%;
}

#accordion h3,
#accordion p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600; /* bold */
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
}

div.accordion h3 {
	font-size: 16px !important;
}

div.accordion h3 + p {
	margin-top: 2px !important;
}

#accordion img.image-frame {
	width: 50%;
}

#accordion > div > p:first-of-type {
	margin-top: 0 !important;
}


/* Vimeo player: embed responsively */

.vimeo { 
	position: relative; 
	padding-bottom: 56.25%; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto; 
	margin-top: 8px;
}

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




/* Footer */

#footer-600,
#footer-800,
#footer-964 {
	display: none;
}

#footer-450-esbp {
	float: left;
	width: 79.555%;
}

#footer-450-konar {
	float: left;
	width: 20.444%;
}

#subfooter {
	font-size: 11px;
	background-color: #E8EFF5;
	padding: 4px 0px 5px 0px;
	border-top: 2px solid white;
	color: white;
}

#policy_links {
	text-align: center;
}


/* Links */
a:link,
a:visited {
	text-decoration: underline;
	color: #2f8333; /* green, tweaked to carry better in text */
}

a.link-icon[href$=".pdf"] {
    background-image: url("images/icon_pdf.gif");
    background-position: left top;
    background-repeat: no-repeat;
	background-size: 16px;
    display: inline-block;
    line-height: 16px;
    padding: 1px 0 0 20px;
}

#subfooter a:link,
#subfooter a:visited { 
	text-decoration: none; 
	color: #336733; 
	font-style: normal;
}

#subfooter a:hover { 
	color: black; 
}



/*
PHONES in LANDSCAPE ORIENTATION
*/
@media only screen and (min-width: 500px) {

#logo {
	float: left;
	width: 34.025%;
	margin-left: 0;
}

#tagline {
	display: block; 
	float: left;
	width: 65.975%;
	margin-left: 0;
}

a.gallery img {
	width: 32.33%;
}

a.tour img {
	width: 50%;
}

#footer-450 {
	display: none;
}

#footer-600 {
	display: block;
}

#footer-600-contact {
	float: left;
	width: 39.666%;
}

#footer-600-esbp {
	float: left;
	width: 45%;
}

#footer-600-konar {
	float: left;
	width: 15.333%;
}

}




/*
TABLETS in PORTRAIT ORIENTATION
*/
@media only screen and (min-width: 700px) {

#main,
#supplemental {
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}

#main_col1 {
	float: left;
	width: 48%;
}

#main_col2 {
	float: left;
	width: 48%;
	margin-left: 4%;
}

#footer-600 {
	display: none;
}

#footer-800 {
	display: block;
}

#footer-800-contact {
	float: left;
	width: 29.75%;
}

#footer-800-esbp {
	float: left;
	width: 58.75%;
}

#footer-800-konar {
	float: left;
	width: 11.5%;
}

} 



/*
TABLETS in LANDSCAPE & LAPTOPS
This is the first appearance of the "desktop layout"
*/
@media only screen and (min-width: 964px) {

body {
	background-color: white;
}

.full_width {
	width: 964px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content_and_footer {
	margin-bottom: 12px;
}

#content_and_footer > div.full_width {
	box-shadow: 0px 3px 12px -3px rgba(0,0,0,0.5);
}

#logo {
	width: 328px;
}

#tagline {
	width: 636px;
}

#nav-outer {
	float: right;
	width: 73.9%;
	margin-right: 3.5%;
}

#topnav {
	margin-top: 5px;
	margin-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
}

a.gallery img {
	width: 24%;
}

a.tour img {
	width: 36%;
}



/* Links */
a:link,
a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}



#footer-800-contact {
	float: left;
	width: 29.75%;
}

#footer-800-esbp {
	float: left;
	width: 58.75%;
}

#footer-800-konar {
	float: left;
	width: 11.5%;
}



/*
These styles are mostly inherited from the old site's code. They control the appearance of the desktop version of the footer.
*/

#footer-800 {
	display: none;
}

#footer-964 {
	display: inline-table;
}

#footer-964 {
	background: #e6eff6;
	text-align: center;
	padding: 5px 0;
	font-size: 11px; 
	line-height: 17px;
}
#footer-964:before {
	content:url(../images/indicator-arrow.png);
	position: relative;
	left: 0;
	top: 35px;
}
#info-box {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
	padding: 0px 25px 0 0; 
	width: 250px; 
}

#info-box strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#esbp-logo-footer-container {
	padding: 5px 0 6px 0;
	width: auto;
}

#esbp-logo-footer {
	width: 178px; 
}

#business-address {
	text-align: center;
	width: 200px; 
}

#konar-logo-container {
	width: 100px;
}

#konar-logo {
	width: 45px;
}


/* Links */

#footer-964 a:link,
#footer-964 a:visited { 
	text-decoration: none; 
	color: #336733; 
	font-style: normal;
}

#footer-964 a:hover { 
	color: black; 
}

}



/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}