/* form.css */
body,
html,
div {
     margin: 0;
     padding:0;
 } 
 ul {
  list-style: none;
  margin-top: 10px;
  padding: 0;
}
li {
  font-weight: bold;
}
.page {
     margin: 0 auto;
     max-width: 99%;
     overflow:auto;
     position:relative;	  
}
/* Reusable column setup */
.col {   
	 border:0px solid rgba(0,0,0,0);
    float:left;
	 border-left-width:12px;
    padding:0 12px;
	 height: 100vh;
	 overflow:auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
    background: #00FFFF;
	 margin-bottom: 12px;
}
/* Float Center Code */
.float_center {
  float: right;
  position: relative;
  left: -33.33%; 
  text-align: left;
} 
 
    @media screen and (min-width: 920px) {

        .row {
            margin-left:-12px;				 
        }       

        .span_1 {
            width:8.33333333333%;
        }
        .span_2 {
            width:16.6666666667%;
        }
        .span_3,
        .navigation,
        .related_content {
				float:left;
				width:20.0%;				  
           height: 100vh;
		     overflow:auto;
			  background: #7FFFD4;
        }
        .span_4,
        .media_block {
            width:33.3333333333%;
            height: 200px;
				 background: #008B8B;
        }
        .span_5 {
            width:41.6666666667%;
        }
        .span_6,
        .main_content {
         float:left;   
			width:79.0%;				
         height: 100vh;
		   overflow:auto;
        }		 
        .span_7 {
            width:58.3333333333%;
        }
        .span_8  {
            width:66.6666666667%;
        }
        .span_9 {
            width:75.0%;
        }
        .span_10 {
            width:83.3333333333%;
        }
        .span_11 {
            width:91.6666666667%;
        }
        .span_12,
        .header,
        .footer {
            width:99.9%;
            height: 100px;
				overflow:hidden;
            border-left-width:12px;
				padding:0 12px;
				background: #6495ED;
        }
    }
	
	/*video-player layout styles*/ 
	#video_player {
	display: table;
	line-height: 0;
	font-size: 0;
	background: #000;
}
#video_player video,
	#video_player figcaption {
		display: table-cell;
		vertical-align: top;
}
#video_player figcaption {
	width: 25%;
}
#video_player figcaption a {
	display: block;
	opacity: .5;
	transition: 1s opacity;
}
#video_player figcaption a img,
	figure video {
		width: 100%;
		height: auto;
}
#video_player figcaption a:hover {
	opacity: 1;
}

/*store-locator layout styles*/ 
#map-canvas {
	height: 550px;
}
#panel {
	height: 700px;
	margin-top: 20px;
	border: 0;
}
.storelocator-panel {
  overflow: auto;
}
.storelocator-panel .store-list {
  margin: 0;
  padding: 0;
}
.storelocator-panel .store-list li,
.storelocator-panel .directions-panel {
  padding: 5px;
}
.storelocator-panel .directions-panel {
  font-size: 0.8em;
}
.storelocator-panel .store-list li.store:hover {
  cursor: pointer;
  background: #eee;
}
.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
  background: #ccf;
}
.storelocator-panel .directions {
  display: none;
}
.storelocator-panel .location-search {
  padding: 5px;
}
.storelocator-panel .location-search input {
  width: 95%;
}
.storelocator-panel .location-search h4 {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}
.storelocator-panel .store-list .no-stores {
  color: grey;
}
.storelocator-panel .store .features {
  display: none;
}
.storelocator-panel .feature-filter {
  overflow: hidden;
}
.storelocator-panel .feature-filter label {
  display: block;
  font-size: 0.8em;
  margin: 0 0.4em;
  float: left;
}
.store .title {
  font-weight: bold;
}
.store .address,
.store .phone,
.store .web,
.store .misc {
	font-size: 80%;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	display: block;
}
.store .features {
  overflow: hidden;
  color: grey;
  margin: 0;
  padding: 0;
  font-size: 70%;
  max-width: 250px;
}
.store .features li {
  display: inline;
  float: left;
  padding-right: 0.8em;
}
.store .web a {
  color: green
}
.store .action {
  font-size: 0.8em;
  color: green;
  margin-right: 0.5em;
}

/*html5 display rule*/
article {
	clear: both;
	margin-bottom: 3px;
}
a {	
	text-decoration: none;
	font-weight: bold;
	color: #0033FF;
}
p {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*main article styles*/
article#mainContent {
	float: left;
	background: white;
	width: 800px;
	margin-top: 3px;
	padding: 16px;
}
article#photoContent {
	float: left;
	background: light blue;
	width: 90%;
	margin-top: 3px;
	padding: 16px;
}
article#spotlight {
	margin-bottom: 0;
}
aside {
	float: right;
	width: 318px;
}
article h1 {
	font-family: Bitter, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.8em;
	color: #CC33CC;
	margin-bottom: .5em;
}
article h2 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.5em;
	color: rgb(65, 64, 66);
	margin-bottom: .5em;
	clear: both;
}
article h3 {
	font-family: Bitter, Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: rgb(251, 174, 44);
	font-weight: bold;
	margin-bottom: 0;
}
article a {
	color: rgb(2, 99, 174);
}
article a:hover {
	color: rgb(251, 174, 44);
}
article .more {
	color: rgb(2, 99, 174);
	text-align: right;
	font-weight: bold;
}
article a.more:hover {
	color: rgb(251, 174, 44);
	background: none;
}
#mapCanvas {
	border: 2px solid rgb(65,61,62);
	margin-bottom: 2em;
}