/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
/* Increase the default font size on small devices */

html {
  font-size: 112.5%;
}




/* Field Slideshow */

.field-slideshow-wrapper {
	width: 100%;
 	margin: 0;
	padding: 0;

	display: block;	
   }




/* Staff Page */

.node-full .group-left {
	width: 100%;
 	margin: 0 24px 0 0;
	padding: 0;
	display: block;	
   }
   
.node-full .group-right {
 	width: 100%;
 	margin: 0;
	padding: 0;
	display: block;	
   }
   
.node-full .group-right h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	line-height: normal;
   }
 
.node-teaser .group-left {
	width: 100%;
 	margin: 0;
	padding: 0;
	display: block;	
   }
   
.node-teaser .group-right {
 	width: 100%;
 	margin: 0;
	padding: 0;
	display: block;	
   }    
   
.image-style-portrait-full, .image-style-portrait-teaser  {
	margin: 0;  
	padding: 0;
	border: 1px solid #CCC;
	}





.map {
	width: 100%;
	height: 20%;
	margin: 4px 0 4px 0;
	border: 1px solid #CCC;
	}

#branding {
  	background-image:url(images/branding-320.jpg);
  	background-position: left top;
  	background-repeat: no-repeat;
  	padding: 0;
	margin: 0;
	}

.nav li,
.nav .menu li {
	font-size: 137.5%;
	display: list-item;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border-bottom: 1px solid #333;
 }
 
  .region-sidebar-second .block-inner  {
	margin: 8px;  
	padding: 0;
	border: 1px solid #CCC;
	background-color: #FFF;
	}

