/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
/*
** COLUMNS
**
** DESCRIPTION:	Defines the standard
				
** USAGE:		
** NOTES:		The container default is 75% width and will grow between 960 and 1300px	
**
*/
.col100 {
  width: 94.6% !important;
}
.col80 {
  width: 74.6% !important;
}
.col75 {
  width: 69.6% !important;
}
.col70 {
  width: 64.6% !important;
}
.col66 {
  width: 60.6% !important;
}
.col60 {
  width: 54.6% !important;
}
.col50 {
  width: 44.6% !important;
}
.col40 {
  width: 34.6% !important;
}
.col33 {
  width: 27.6% !important;
}
.col30 {
  width: 24.6% !important;
}
.col25 {
  width: 19.6% !important;
}
.col20 {
  width: 14.6% !important;
}
.col15 {
  width: 4.4%  !important;
}
.col100,
.col80,
.col75,
.col70,
.col66,
.col60,
.col50,
.col40,
.col33,
.col30,
.col25,
.col20,
.col15,
.col10,
.col5 {
  padding: 2.7%;
  display: block;
  float: left;
}
#site-tools {
  display: block;
  float: right;
}
/*
** SEARCH
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#site-search {
  display: block;
  height: auto;
  width: 25%;
  margin: 12px 0 0 0;
  padding: 0;
  overflow: hidden;
  float: right;
}
#site-search legend {
  display: none;
}
#site-search fieldset {
  margin: 0;
  width: 95%;
  height: 30px;
  padding: 0;
  background: #fff !important;
  -webkit-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 7px rgba(0, 0, 0, 0.5);
}
#search-field {
  border: none;
  width: 100%;
  height: 30px;
  padding: 0 0 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #555555;
  background: transparent;
}
.ie7 #site-search fieldset,
.ie8 #site-search fieldset {
  overflow: hidden;
}
.ie7 #search-field,
.ie8 #search-field {
  overflow: hidden;
  margin-top: 8px;
  height: 20px;
}
/*
** SOCIAL MEDIA
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#social-media {
  background: none repeat scroll 0 0 #3A481D;
  padding: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  /*border:1px solid red;*/
  /*border:1px solid red;*/
  /*
	.facebook a {
		background-position: -24px -309px !important; 
	}
	*/
}
#social-media li {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  padding: 7px;
  background: #3a481d;
  text-indent: -999em;
}
#social-media a {
  display: block;
  /*border:1px solid red;*/
  width: 45px;
  height: 45px;
  /*
		img{
			width:100%;
			height: auto;
		}
		*/
}
#social-media .twitter a {
  background: transparent url(/styles/img/twitter.png) 0 0 no-repeat;
  background-size: contain;
}
#social-media .youtube a {
  background: transparent url(/styles/img/youtube.png) 0 0 no-repeat;
  background-size: contain;
}
#social-media .facebook a {
  background: transparent url(/styles/img/facebook.png) 0 0 no-repeat;
  background-size: contain;
}
/*
** MORE BUTTON
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
.more {
  background: #495a24;
  color: #fff !important;
  font-size: .65em;
  padding: .45em .7em .35em .7em;
  text-transform: uppercase;
}
.more:hover {
  background: #677e33;
  text-decoration: none;
}
/*
** BREADCRUMBS
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
.ie7 #breadcrumbs,
.ie8 #breadcrumbs {
  font-family: sans-serif;
}
#breadcrumbs {
  clear: left;
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  display: block;
  font-family: serif;
  font-style: italic;
  font-size: .761em;
  border-bottom: 1px solid #eaece8;
}
#breadcrumbs li {
  display: inline;
  margin: 0;
}
#breadcrumbs li a {
  margin: 0 .231em;
}
#breadcrumbs li:first-child a {
  margin-left: 0;
}
/*
** LIST
**
** DESCRIPTION:	Table based list element including pagination
** USAGE:		Typically used for "press browser" style navigation
** NOTES:
**
*/
.listing {
  display: table;
  width: 100%;
}
.listing td {
  vertical-align: top;
  font-size: .9em;
  line-height: 1.4;
  padding: 1em .5em;
}
.listing td.date {
  text-align: center;
}
.listing tr:nth-child(even) {
  background-color: #fcfbf6;
}
.listing h2 {
  font-size: 1.231em;
  display: block;
}
.listing .divider td {
  border-bottom: 1px solid #e5dbb4;
  background: #fff;
  padding: 1.618em 0 0 0 !important;
  vertical-align: bottom;
  width: 76%;
}
.listing .divider td time {
  font-weight: lighter;
  font-size: .8em;
}
#actions {
  height: 35px;
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
  list-style: none outside none;
  margin: 0 0 1em 0;
  padding: 14px 0 14px 0;
  text-shadow: none !important;
}
#actions li {
  float: left;
}
#actions li a {
  background: #a85111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e8731d), color-stop(0.02, #a85111), color-stop(1, #913c04));
  background: -webkit-linear-gradient(top, #e8731d 3% #a85111 4%, #913c04 100%);
  background: -moz-linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  background: -o-linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  background: linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #a85111 , endColorstr= #913c04 );
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #596f83;
  color: #FFFFFF;
  font-size: 0.8em;
  margin: 0 10px 0 0;
  padding: 4px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -border-radius: 3px;
}
#actions li a:hover {
  text-decoration: none;
  background: #bf5c13;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ed904c), color-stop(0.02, #bf5c13), color-stop(1, #aa4605));
  background: -webkit-linear-gradient(top, #ed904c 3% #bf5c13 4%, #aa4605 100%);
  background: -moz-linear-gradient(top, #ed904c 3%, #bf5c13 4%, #aa4605 100%);
  background: -o-linear-gradient(top, #ed904c 3%, #bf5c13 4%, #aa4605 100%);
  background: linear-gradient(top, #ed904c 3%, #bf5c13 4%, #aa4605 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #bf5c13 , endColorstr= #aa4605 );
}
.listing .sort {
  background-color: #a3aa3a;
}
.listing .sort th {
  text-algin: left !important;
}
.listing .sort a {
  font-size: .825em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}
.pagination {
  clear: both;
  position: relative;
  margin: .618em auto 0 auto;
  padding: 1em 1em 3em 1em;
  overflow: show;
  font-size: .761em;
  color: #444;
  background-color: #f6f2e3;
}
.ie7 .pagination {
  height: 20px;
  padding: 5px 15px 15px 15px;
}
.pagination select {
  position: relative;
  width: 3em;
  height: 2em;
  margin: -0.2em 0 auto 0.3em;
}
.listing-jump {
  position: absolute;
}
.listing-increment {
  position: absolute;
  top: 1.231em;
  right: 1em;
  display: block;
}
.listing-increment a {
  cursor: pointer;
  padding: 0 5px;
  background: none !important;
}
.listing-increment a.selected {
  color: #a85111;
}
.ie7 .listing-increment {
  margin-top: 2px;
}
/*
** INLINE SEARCH
**
** DESCRIPTION:	This is for the search that typically appears in the asides column
** USAGE:		
** NOTES:
**
*/
.inline-search {
  padding-top: 0;
  overflow: hidden;
  clear: both;
  /*	.button {
		font-size: .9em;
		float: right;
		width: auto; 
		margin-right: 2px;
		padding: 0 !important;
		height: 29px; }*/
}
.inline-search fieldset {
  padding: 0;
  background: none;
  margin-bottom: 1em;
}
.inline-search legend {
  padding-bottom: .317em !important;
  display: block !important;
}
.inline-search select {
  font-size: .9em;
  margin-right: 0;
  width: 37% !important;
  height: 30px;
}
.inline-search input[type="text"] {
  font-size: .9em;
  padding: 6px;
  width: 76%;
}
.selct li {
  float: left;
  width: 40%;
}
.events {
  list-style: none outside none;
  padding: 0px;
}
.events .event {
  float: left;
  width: 100%;
  border-bottom: 1px solid #F6F2E3;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.events .event:last-child {
  border: none;
}
.events .event h3 {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.events .event .button {
  width: auto;
  float: left;
}
.events .event p {
  float: left;
}
#gallery {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
#gallery .thumbnails {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  list-style: none;
}
#gallery .thumbnails li {
  list-style: none;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: auto;
}
#gallery .thumbnails li a {
  background: none repeat scroll 0 0 #DAD4BF;
  border: 1px solid #C7C2AF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09) inset;
  display: block;
  float: left;
  height: 100%;
  padding: 5px;
  width: 100px;
}
#gallery .thumbnails li a img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
  display: block;
  width: 100%;
}
/*
** PEOPLE LIST
**
** DESCRIPTION:	Used for a list of people that use the hcard format. Mostly used for Hearings
** USAGE:		
** NOTES:
**
*/
.people {
  list-style: none;
  margin: 0;
  padding: 0;
}
.people li {
  margin-bottom: 1.231em;
}
.people .fn,
.people .honorific-prefix {
  color: #444;
  font-weight: bold;
}
.people .title,
.people .org,
.people .adr {
  font-size: .9em;
  line-height: 1.4;
}
/*
** LOCATIONS
**
** DESCRIPTION:	Used for a list of people that use the hcard format. Mostly used for Hearings
** USAGE:		
** NOTES:
**
*/
.locations .org {
  font-size: 1.1em;
  font-weight: bold;
}
/*
** ENTRIES
**
** DESCRIPTION:
** USAGE:		
** NOTES:
**
*/
.hnews h1 a:hover {
  text-decoration: none;
}
/*
** TAGS
**
** DESCRIPTION: Tags are used
** USAGE:		
** NOTES:
**
*/
.tags dt {
  display: inline;
  font-weight: bold;
}
.tags dd {
  margin: 0;
  padding: 0;
  display: inline;
}
.tags dd::after {
  content: ", ";
}
.tags dd:last-child::after {
  content: "";
}
/*
** LANDING PAGE LIST
**
** DESCRIPTION:	Used for pages that have a list of all the child pages
				Typically used on pages like the Issues or Services 
				landing pages
** USAGE:		
** NOTES:
**
*/
#landing-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#landing-page-list h2 {
  margin: 0;
  border: none;
}
#landing-page-list li {
  overflow: auto;
  clear: both;
  padding: 1.333em 0 1.333em 0;
  border-bottom: 1px dotted #c0bcb2;
}
#landing-page-list li:last-child {
  border: none;
}
#landing-page-list img {
  width: 25%;
  margin-right: 5%;
  float: left;
}
/*
** ACCORDIAN
**
** DESCRIPTION:		Default styles for text based Accordian elements

** USAGE:			Create a DL element with the class .accordian
					Assign the class .toggler to the DT element
					Assign the class .togglee to the DD element

** NOTES:			The default behvior will add toggle arrows in the
					light accent variable and create a background
					color block.
**
*/
.accordian {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordian .toggler {
  padding: 1em 0 1em 0;
  border-top: 1px solid #ffffff;
}
.accordian .toggler {
  overflow: auto;
  line-height: 1.4;
  padding-left: 1.85em;
  cursor: pointer;
  background: #ffffff;
}
.accordian .toggler:before {
  display: inline-block;
  height: 0;
  content: '';
  padding: 0;
  margin: auto 0.8em auto -1.2em;
  border-left: 10px solid #f2edda;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: none;
}
.accordian .open:before {
  border-left: 5px solid transparent;
  border-top: 10px solid #f2edda;
  border-right: 5px solid transparent;
  border-bottom: none;
}
.accordian .togglee {
  clear: both;
  margin-left: 1.85em;
  padding-bottom: 1em;
  border-top: 1px solid #f2edda;
}
.accordian .togglee > p {
  padding: 1em 0;
  font-size: .9em;
  line-height: 1.3;
}
/*
** BUTTON
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
.button {
  position: relative;
  outline: 0 !important;
  padding: .4em 1.2em .6em 1.2em;
  display: block;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #002a49;
  float: right;
  background: #a85111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #e8731d), color-stop(0.02, #a85111), color-stop(1, #913c04));
  background: -webkit-linear-gradient(top, #e8731d 3% #a85111 4%, #913c04 100%);
  background: -moz-linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  background: -o-linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  background: linear-gradient(top, #e8731d 3%, #a85111 4%, #913c04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #a85111 , endColorstr= #913c04 );
  font-weight: bold;
  width: auto;
}
.button:hover {
  color: #fff;
}
.button:active {
  color: #fff;
}
a.button,
a.button:hover {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  width: 70%;
  margin: 0 0 15px;
}
/*
** ASIDES
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#asides dt {
  font-weight: bold;
}
.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
.no-list li {
  position: relative;
  padding: 0;
  margin: 0;
}
.facts dd dt {
  margin-top: 1em;
}
.facts dd dd {
  margin-left: .5em;
  margin-bottom: .5em;
}
.facts dd {
  line-height: 1.2;
  margin: 0 0 1.231em 0;
}
.acrobat a,
.word a,
.excel a,
.powerpoint a,
.document a,
.flash a,
.vid a,
.avi a,
.h264 a,
.aud a,
.mp3 a,
.txt a,
.filesize {
  display: block;
}
.acrobat,
.word,
.excel,
.powerpoint,
.document,
.flash,
.vid,
.avi,
.h264,
.aud,
.mp3,
.txt {
  margin-left: 2em;
}
.filesize {
  margin-top: -1.1em;
  font-size: .675;
}
.ie7 .filesize {
  display: none;
}
.filesize::before {
  content: "(";
}
.filesize::after {
  content: ")";
}
.filetype {
  height: 17px !important;
  width: 14px !important;
  display: block;
  margin: 1px 0.8em auto -1.9em;
  float: left;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-position: center center;
}
.acrobat .filetype {
  background: url(../img/square-icons.png) -126px 0 no-repeat;
}
.word .filetype {
  background: url(../img/square-icons.png) -112px -14px no-repeat;
}
.excel .filetype {
  background: url(../img/square-icons.png) -98px -28px no-repeat;
}
.powerpoint .filetype {
  background: url(../img/square-icons.png) -84px -42px no-repeat;
}
.document .filetype {
  background: url(../img/square-icons.png) -56px -70px no-repeat;
}
.txt .filetype {
  background: url(../img/square-icons.png) -56px -70px no-repeat;
}
.flash .filetype {
  background: url(../img/square-icons.png) -70px -56px no-repeat;
}
.gallery .filetype {
  background: url(../img/square-icons.png) -42px -84px no-repeat;
}
.vid .filetype,
.avi .filetype,
.h264 .filetype {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMThEQkJGNTAwMDFENjJCODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTFENDY1MTRFQjlGMTFFMDhBNUVDQjY2MzVDQjI3QUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTFENDY1MTNFQjlGMTFFMDhBNUVDQjY2MzVDQjI3QUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNTgwMTE3NDA3MjA2ODExOERCQkVBOTcxMDUxQzZGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMjgwMTE3NDA3MjA2ODExOERCQkY1MDAwMUQ2MkI4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiSqm78AAAH+SURBVHjaVFM7a1VBEJ5ZbvwTgkFbKwUrsbMTbxeLdDYKPkpNGm18oIKiQgiIEsjLWF25iD8jqWzS2EQUGx+557Wvcb7ZkwPuOXNmd3Z2vplv5/Dm1kchHaIP64MFvlmKJmY6NjdHVxYuMfWDN7YmcuH8ORoMKlkEviRSbDdu30NU+vxpzQ66HBN1PtD8/HGGbjtPIQSzQbz31MPTzoephRl5dahmFe3ufSlpIryUdHPOhoSvU1nfnND6xkRcUKS6aejsmdPcqG7qhupWddNS13YmbqimIPLLV+/k1MkTJbpkM2ZlIRdYQy7obPvIwEUgafTL44tcKdKsKlJXNc0OK/r1+w/9+P6TDg6+0YIyuL//lfjBw9cyGrkB3fuoEuwSgAg06J5ISikqUogU1HF56SYf/q2obToCelSb7UVIUEY9PX2yzAjId+4+kqgbR0OksGZ1HbGX8rCfUuqRVF48v8/QiARkzEsWuk7B7m519TEDla9dXxIEBF82AT8ZXYG1WFdkSf28iAOc9y29ffOMkWYIqUdRe19TDJliEtreXmHUy4uLt8SiSsmdtelSTkNUE2OvaGTiLJKe3nm/wkkPIXd0CZBgT5in4jOdrrFXfx6Pr/7HXmFI+p9FFFWs78Cmc8gi0wgHklVe3PBqmepg1Jg9WfuQoukvo+n+E2AAjAbFhk3/Hb0AAAAASUVORK5CYII=);
}
.aud .filetype,
.mp3 .filetype {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAARCAYAAAAG/yacAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMThEQkJGNTAwMDFENjJCODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTFENDY1MTBFQjlGMTFFMDhBNUVDQjY2MzVDQjI3QUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkE2RENEOUVFQjg5MTFFMDhBNUVDQjY2MzVDQjI3QUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNTgwMTE3NDA3MjA2ODExOERCQkVBOTcxMDUxQzZGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMjgwMTE3NDA3MjA2ODExOERCQkY1MDAwMUQ2MkI4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PidIPBAAAAHOSURBVHjahFNLbhNBEH01noVtIWfjCOSsE1ucxeyQ5RMAV7C9shw7QrDGC4gX8YKPlCwDAg6BlIVzDH8Ck2j6Q1V1j+UgpLRU093VVfVeve6hfr/veeChMZlMaLvp9XreOafmi9mLeV3L+c1mo7MUF0uICHwGDoP1jtcONu4LBlmWYTgcYjAYqCOVA+fsFlniiO5TW65W8IEVpJ1UnFJdnKRGMNZiPDrGi1cvIUxms5nOxUhlY4wBJQmjOE2ynHT64T0+f/qIX1dXIYEpUEIYcbFEMi0n2TyYFHDW4fWbt/hyfoHpu6n6DPvyPLQRepJGnIHngiQf3i6XS6SlEirlMiO7e31qT8bkjE6ILJAwjbvbDNVHVXS6XUYx2NVGk0KlIL0KwbPILIiirCT4WHAHiQ/IY73e4OeP76jX91GuVJCb0KMqG+WV4mlAsIrw7fIrxicTNB4/QftZG579gi4Zen8Mpy9CPqoO93XYPMLTVgvXiwWedzqMVmVlc5ioas5rRSouV3g3m00MRyNkv/+gVtvbMhCY3Set9OQytVm2xkFD+VtWDNEXlKOt7PGeXGw0EVg4jSlCJTGkcpj2pPTmZ/P4WP//X9E/L/ivAAMAyig4+0AeTQgAAAAASUVORK5CYII=);
}
.errorMessage {
  z-index: 1000;
  display: block;
  padding: 0 10px;
  height: auto;
  color: #fff;
  font-family: sans-serif;
  font-size: 1em;
}
/*
** 900
**
** DESCRIPTION:	Styles that apply to screens 900 pixels wide and down
** USAGE:		
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 900px) {
  #actions {
    margin: 5px 0px !important;
    height: 77px;
  }
  #actions li {
    float: none !important;
    margin: 5px 0px !important;
  }
  #actions a#print {
    display: none !important;
  }
  #social-media {
    display: none;
  }
  a.button,
  a.button:hover {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    width: auto;
    margin: 0 0 15px;
  }
  #asides {
    width: 96% !important;
    float: left;
  }
  #asides aside {
    clear: left;
  }
  #quicknav {
    display: none;
  }
}
/*
** 480
**
** DESCRIPTION:	Styles that apply to screens 480 and belows pixels wide and down
** USAGE:		
** NOTES: Typically this means mobile phones held in portrait
**
*/
img.box {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 7px 7px 0 rgba(100, 100, 100, 0.33);
  margin: 0 20px 10px 0;
  text-align: center;
  width: 40%;
}
img.right {
  margin: 0 0 10px 20px  !important;
}
.left {
  float: left;
  width: 61%;
}
.right {
  float: right;
  width: 34%;
  margin-top: 4px;
}
.internal-left,
.internal-right {
  float: left;
  width: 45%;
  margin-right: 20px;
}
.internal-right {
  margin-right: 0;
}
div.address-left {
  float: left;
  width: 45%;
  padding-bottom: 1em;
}
div.address-right {
  float: right;
  width: 45%;
  padding-bottom: 1em;
}
div.address-container {
  margin-bottom: 1em;
  font: normal normal normal 0.85em "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #8f7f6a;
}
div.address-container h3 {
  border-bottom: 0;
  padding: 0;
  margin-bottom: .25em;
}
div.address-container div {
  line-height: 1.4em;
}
div#map-container.rendered {
  height: 350px;
  margin-bottom: 40px;
  border: 1px solid #dad4c9;
}
.infowindow {
  font: normal normal normal 0.75em/1 "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #8F7F6A;
  overflow: hidden;
}
.infowindow h4 {
  font: normal normal normal 1em/1 "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #452a07;
  margin: 5px;
  margin-left: 0;
}
.infowindow .details {
  margin-bottom: 15px;
}
