@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

html, body{height:100%;}

body, h1, h2, h3, h4, h5, h6, h7, h8, h9, p{font-family:'proxima-nova',helvetica, sans-serif; font-weight:400;}

	p{color:#444;}
	
	p a{color:#000; border-bottom:1px solid ddd;}
	
	a:focus, a:hover{color:#000;}
	
	strong{font-weight:700;}

body{}

	@media screen and (min-width:63.9375em){
		/* Large Browser */
		html{min-height:600px;}
		
		/* body{padding-left:150px;} */
		
	}
	
.clearfix{clear:both;}

.nowrap{white-space:nowrap;}

.white{color:#fff !important;}
	.whitebg{background:#fff !important;}
.lime{color:#95c74a !important;}
	.limebg{background:#95c74a !important;}
	a.limebg:hover{background:#a6e14f !important;}
.grey{color:#999 !important;}
	.greybg{background:#999 !important;}
.turquoise{color:#54d1b1 !important;}
	.turquoisebg{background:#54d1b1 !important;}
.lightgrey{color:#a9a9a9 !important;}
	.lightgreybg{background:#e6e7e9 !important;}
.darkgrey{color:#383435 !important;}
	.darkgreybg{background:#383435 !important;}
.yellow{color:#fff8ad !important;}
	.yellowbg{background:#fff8ad !important;}
	
.clarendon{font-family:'clarendon-urw'; font-weight:400;}

.bebas{font-family:'bebas-neue'; font-weight:400;}

.button{border-radius:5px; font-size:18px; padding:10px 20px;}
	.button:focus{background-color:#222; color:#fff;}
.buttonshort{border-radius:5px; font-size:20px; padding:10px 20px;}
	.buttonshort:focus{background-color:#51c0ac; color:#fff; display:inline-block; text-align:center; width:50%}



.noTransition{-moz-transition:none; -webkit-transition:none; -o-transition:color 0 ease-in; transition:none;}

.nocolumns{padding:0; float:left;}

.nopadding{padding:0; margin:0;}

.fullwidth{width:100%;}

.padding10{padding:0 10px;}

.padding20{padding:0 10px;}
	@media screen and (min-width:39.9375em){
		/* Medium and Large Browser */
		.padding20{padding:0 20px;}
	}

.listnone{list-style:none;}

.uppercase{text-transform:uppercase;}

/* Mobile Bar */
.mobileBar{position:absolute; background-color:rgba(35,31,32,0.7); width:100%; height:50px; z-index:2;}
	
	.mobileBarLogo{float:left; position:relative; background-color:rgba(35,31,32,1); float:left; padding:20px 10px;}
		.mobileBarLogo img{width:40px;}
		
		.mobileBarTag{text-align:center; white-space:nowrap; text-transform:uppercase; font-weight:600; font-size:12px; line-height:50px; color:#999;}
	
		@media screen and (min-width: 40em) and (max-width: 63.9375em) {
			/* Medium Browser */
			.mobileBarLogo img{width:80px;}
			.mobileBarTag{font-size:14px;}
		}
		
	.mobileNavIcon{background-color:rgba(35,31,32,0.5); float:right; position:relative; z-index:2; color:#fff; font-size:20px; line-height:50px; padding:0 10px;}
		.mobileNavIcon:hover{color:#95c74a;}
	
/* Left Bar */
.leftBar{height:100%; min-height:800px; width:150px; background-color:rgba(35,31,32,0.9); position:fixed; top:0; left:0; z-index:2;}
	.leftBarLogo{text-align:center; padding:45px 0;}
	.leftBarTag{text-align:center; padding:30px 0; text-transform:uppercase; font-weight:700; background:#231F20; color:#808080;}
	
	.leftNav{margin:40px 0;}
		.leftNav ul{margin:0; padding:0;}
		.leftNav ul li a{font-size:16px; color:#fff; display:block; padding:4px 10px 4px 15px; font-weight:500;}
			.leftNav ul li a:hover{color:#54d1b1; background:transparent;}
		
		.leftNav ul li.current-menu-item a{color:#54d1b1;}
			.page-template-template-project-archive .menu-item-369 a{color:#54d1b1;} /* project archive hover state */
			.projects-template-default .menu-item-369 a{color:#54d1b1;} /* individual project page hover state */
			.publication-template-default .menu-item-153 a{color:#54d1b1;} /* individual publication page hover state */
			.archive .menu-item-152 a{color:#54d1b1;} /* individual news/tags/category archive pages */
			
			.parent-pageid-830 .menu-item-150 a{color:#54d1b1;} /* child about pages */
			

/* Right Bar */
.rightBar{height:100%; width:300px; background:transparent; position:relative; float:right; z-index:2;}

	.rightBarNewsItem{background-color:rgba(255,255,255,0.8); height:50%; overflow:hidden;}
	
		.rightBarNewsImage{width:100%; height:200px; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}

		.rightBarNewsItemInside{padding:10px;}
		.rightBarNewsItem h2{font-size:16px; line-height:20px; font-weight:500;}
		.rightBarNewsItem p{font-size:12px; line-height:16px;}
	

/* Main Body */
.off-canvas-content{height:100%;}

.mainBg{background:#fff; height:100%; background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover;}

.mainBody{height:100%;}

	@media screen and (min-width:63.9375em){
		/* Large Browser */
		.mainBody{padding-left:160px; padding-right:300px;}
	}

	.mainCenter{display:table; height:100%; width:100%;}
		
		.mainCenterInside{display:table-cell; vertical-align: middle;}
		
		h1.showtime{font-size:40px; font-weight:800; color:#fff; text-shadow:2px 2px 5px #666;}
		
		@media screen and (min-width:39.9375em){
			/* Medium and Large Browser */
			h1.showtime{font-size:60px; font-weight:800; color:#fff; text-shadow:2px 2px 5px #666;}
		}
		
/* Regular Pages */
.regularPage{}

	@media screen and (min-width:63.9375em){
		/* Large Browser */
		.regularPage{padding-left:150px;}
	}
	

/* Project Archive */
.projectArchive{background:#e6e7e9; min-height:79vh; padding-top:80px;}
	.projectArchive h1{font-size:24px; font-weight:800;}
	.projectArchive h3{font-size:14px; font-weight:500;}
	.projectArchive h5{font-size:24px; font-weight:300;}
		.projectArchive h5 a{color:#999; border-bottom:1px solid #999;}
	

	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		/* Medium Browser */
		.projectArchive{padding-top:120px;}
	}

	.reveal.large{padding:5px;}
		.reveal.large iframe{min-height:95vh;}
		.reveal.large .close-button{color:#fff; background:#c00;}
	
	@media screen and (min-width:63.9375em){
		/* Large Browser */
		.projectArchive{padding-top:50px;}
		.projectArchive h1{font-size:40px;}
		.reveal.large{max-width:90vw;}
			.reveal.large iframe{min-height:79vh;}
		}
	
.projectArchiveLeft{}
	.projectArchiveLeft ul{list-style:none; margin-left:0;}
		.projectArchiveLeft ul li a{display:block; color:#000; padding-bottom:2px; font-size:16px;}
		
		.projectArchiveLeft ul li a:before{font-family:FontAwesome; display: inline-block; content: "\f10c"; color:#999; font-size:9px; margin-right:5px; position:relative; top:-3px;}
		
		.projectArchiveLeft ul li a.mixitup-control-active:before{color:#000; content: "\f111";}
		
		@media screen and (min-width:39.9375em){
			/* Medium and Large Browsers */

			.projectArchive h3{font-size:16px; font-weight:500;}
		}
		
		
.projectArchiveRight{}

	.projectArchiveItemContainer{}
	
	.projectArchiveItem{background:#fff; box-shadow: 0px 2px 4px #999; margin-bottom:20px; overflow:hidden;}
	
		.projectArchiveItemImage{height:170px; width:100%; background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; position:relative;}
		
		.projectArchiveItemImage a{display:block; width:100%; height:100%; position:absolute;}
		
		.projectArchiveItemInside{padding:10px;}
			.projectArchiveItemInside h4{font-size:20px; font-weight:700;}
			.projectArchiveItemInside h4 a{color:#000;}
			
		.projectArchiveItemInsideFeatured{float:left; margin:0 0 5px 5px;}
		.projectArchiveItemInsideCategory{font-size:11px; letter-spacing:1px; font-weight:500; color:#fff; padding:0.2rem 0.5rem; text-transform:uppercase; display:inline-block; float:right; margin:4px 4px 4px 0; background:#414143; position:relative; z-index:2;}
		
			.projectCurbside .projectArchiveItemInsideCategory{background:#aace16;}
			.projectLot .projectArchiveItemInsideCategory{background:#fb868f;}
			.projectStreet .projectArchiveItemInsideCategory{background:#4bc7eb;}
			.projectSidewalk .projectArchiveItemInsideCategory{background:#4ed8b4;}
			.projectAll .projectArchiveItemInsideCategory{background:#3b7b6b !important;}

		@media screen and (min-width:39.9375em){
			/* Medium and Large Browsers */
			.projectArchiveItemImage{height:200px;}
				.relatedPublicationsItemContainer .projectArchiveItemImage{height:120px;}
			.projectArchiveItemInside h4{font-size:24px; height:56px;}
		}

		.column:last-child:not(:first-child), .columns:last-child:not(:first-child){float:left;}

/* Resources Archive */
.resourcesArchiveItem{display:inline-block; vertical-align:top; width:100%; background:#fff; box-shadow: 0px 2px 4px #999; margin:0 10px 20px 0; overflow:hidden;} 

	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		/* medium */
		.resourcesArchiveItem{width:200px;}
		}

	@media screen and (min-width:63.9375em){
		/* large */
		.resourcesArchiveItem{width:230px;}
		}

	.resourcesArchiveItem{}
	
	
		.resourcesArchiveItemImage{height:170px; width:100%; background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; position:relative;}
		
		.resourcesArchiveItemImage a{display:block; width:100%; height:100%; position:absolute;}

		.resourcesArchiveItemInside{padding:10px;}
			.resourcesArchiveItemInside h4{font-size:20px; font-weight:800;}
			.resourcesArchiveItemInside h4 a{color:#000;}
			.resourcesArchiveItemInside h5{font-size:15px; font-weight:700; margin-bottom:0;}
			.resourcesArchiveItemInside p{line-height:1.3rem;}
			.resourcesArchiveItemInside .button{width:100%; margin:1rem 0 0 0; font-size:14px; font-weight:500;}
			
		.resourcesArchiveItemInsideCategory{background:#414143; font-size:11px; letter-spacing:1px; font-weight:500; color:#fff; padding:0.1rem 0.4rem; text-transform:uppercase; display:inline-block; margin:4px;}
	
	.done{display:none !important;}
	
	
		@media screen and (min-width:39.9375em){
			/* Medium and Large Browsers */
			.resourcesArchiveItemInside h4{height:72px; overflow:hidden;}
			.resourcesArchiveTextDetails{height:80px;}
		}

/* Homepage News */
.homepageArchiveItem img{margin-bottom:10px;}
.homepageArchiveItem h4{font-size:20px; font-weight:800;}
	.homepageArchiveItem h4 a{color:#000;}
	

/* Publication Section */
.publicationSection{background:#fff; padding:10px;}
	.publicationSection h4{font-size:21px; font-weight:500; max-height:56px;}
	.publicationSection h6{font-size:20px; font-weight:800;}
	
/* Project Section */

.projectSection{padding:10px;}
	
	.projectSection h1{font-size:30px; font-weight:800;}
	.projectSection h2{font-size:13px; font-weight:500; text-transform:uppercase; background:#ccc; color:#fff; padding:0.2rem 0.5rem; display:inline-block;}
	.projectSection h3{font-size:12px; text-transform:uppercase; font-weight:500; margin-bottom:0;}
	.projectSection h4{font-size:21px; font-weight:500;}
	.projectSection h5{font-size:30px; font-weight:800;}
	.projectSection h6{font-size:20px; font-weight:800;}
	
	
	.projectSection p{font-weight:300;}
	
	.projectSection .tabs{border:0; background:transparent; min-width:285px;}
	
		.projectSection .tabs-title>a{padding:0.5rem; text-transform:uppercase; font-weight:500; font-size:11px; border-top:2px solid #dedede; border-left:2px solid #dedede; background:#f2f2f2; color:#a7a8ac;}
			.projectSection .tabs-title:last-child>a{border-right:2px solid #dedede;}
			.projectSection .tabs-title>a:hover{color:#000;}
			.projectSection .tabs-title>a:focus, .projectSection .tabs-title>a[aria-selected=true]{background:#fff; color:#000;}
	
		.projectSection .tabs-content{border:0; color:#000;}
	
	.projectSectionUpdates{}
		.projectSectionUpdatesItem{padding-bottom:15px; border-bottom:1px dotted #CCC; margin-bottom:15px;}
		.projectSectionUpdatesImage{padding-bottom:10px;}
			.projectSectionUpdatesImage img{width:100%;}
		.projectSectionUpdatesCategory{font-size:12px; font-weight:500; background:#414143; color:#fff; padding:0.2rem 0.5rem; text-transform:uppercase; margin-right:10px; display:inline-block;}
		.projectSectionUpdatesDate{font-size:12px; font-weight:500; color:#414143; text-transform:uppercase; display:inline-block;}
		.projectSectionUpdates h4{margin:1rem 0 0.5rem 0; font-weight:700; color:#414143;}
			.projectSectionUpdates h4 a{color:#414143;}
		.projectSectionUpdates a{color:#79c9ae;}
	
	.projectSectionSmall{padding-top:80px; min-height:79vh;}
	
	
		@media screen and (min-width:39.9375em){
			/* Medium and Large Browser */
			.projectSectionSmall{padding-top:110px;}
			
			.projectSectionUpdatesImage{padding-bottom:0; padding-right:15px;}
		}
	
	@media screen and (min-width:63.9375em){
		/* Large Browser */
		.projectSection{padding:20px;}
		
		.projectSectionLarge{min-height:79vh}

		.projectSection .tabs-panel{min-height:600px; max-height:79vh; overflow-y:auto; overflow-x:hidden;}
	
		.projectSection .tabs-panel::-webkit-scrollbar {height:5px; width:5px;background:#f5f5f5;}
			.projectSection .tabs-panel::-webkit-scrollbar-thumb {-webkit-border-radius: 1ex; -webkit-box-shadow:0;}
			.projectSection .tabs-panel::-webkit-scrollbar-corner {}
			
			.projectCurbside .tabs-panel::-webkit-scrollbar-thumb {background:#aace16;}
			.projectCurbside .tabs-panel::-webkit-scrollbar-corner {background:#aace16;}

			.projectLot .tabs-panel::-webkit-scrollbar-thumb {background:#fb868f;}
			.projectLot .tabs-panel::-webkit-scrollbar-corner {background:#fb868f;}

			.projectStreet .tabs-panel::-webkit-scrollbar-thumb {background:#4bc7eb;}
			.projectStreet .tabs-panel::-webkit-scrollbar-corner {background:#4bc7eb;}
			
			.projectSidewalk .tabs-panel::-webkit-scrollbar-thumb {background:#4ed8b4;}
			.projectSidewalk .tabs-panel::-webkit-scrollbar-corner {background:#4ed8b4;}
	
			.projectAll .tabs-panel::-webkit-scrollbar-thumb {background:#3b7b6b;}
			.projectAll .tabs-panel::-webkit-scrollbar-corner {background:#3b7b6b;}
		
		.projectSection h1{font-size:48px;}
		.projectSection h5{font-size:40px; line-height:48px;}
		
		.projectSection .tabs-title>a{padding:0.7rem 1.5rem; font-size:14px;}
		
		.projectSectionUpdates{/* height:600px; overflow-y:auto; overflow-x:hidden; */}
	}
	
	.seeMap{background:#fff; color:#000; font-size:12px; padding:0.3rem 0.7rem; border:1px solid #000; border-radius:3px; text-transform:uppercase;}
		.seeMap:hover, .seeMap:focus{background:#a9a9a9; color:#fff;}
	
	/* Curbside project */ 
	.projectCurbside h2{background:#aace16;}
		.projectCurbside h3{color:#aace16;}
	
	/* Lot Project */
	.projectLot h2{background:#fb868f;}
		.projectLot h3{color:#fb868f;}
	
	/* Sidewalk Project */
	.projectStreet h2{background:#4bc7eb;}
		.projectStreet h3{color:#4bc7eb;}
	
	/* Street Project */
	.projectSidewalk h2{background:#4ed8b4;}
		.projectSidewalk h3{color:#4ed8b4;}
		
	/* All Project */
	.projectAll h2{background:#3b7b6b;}
		.projectAll h3{color:#3b7b6b;}

	/* Project Hero Image */
	.projectImageSection{background:#fff;}

		.projectImageSectionBg{height:60vh; background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; position:relative;}
	
	#projectImageSectionMap{display:none; height:100%;}
		#projectImageSectionMap iframe{width:100%; height:60vh;}
		
		.show{display:block !important;}
		
		.hide{display:none !important;}
	
	@media screen and (min-width:63.9375em){
		/* Large Browser */
		
		.projectImageSectionBg{min-height:100vh; height:100%;}
		
		#projectImageSectionMap iframe{width:100%; height:100%;}
	}
	
	.projectImageSectionBgCaption{position:absolute; bottom:20px; width:100%; font-weight:300; text-align:center; padding:0 10px; color:#fff; text-shadow:2px 0px 2px #000; }

/* About Page */
.aboutSection{margin-top:4rem;}

	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		/* Medium Browser */
		.aboutSection{margin-top:6rem;}
	}
	
	@media screen and (min-width:63.9375em){
		/* Large Browser */
		.aboutSection{margin-top:4rem;}
	}
	
/* Resources Video */
.resourcesVideo{padding-top:80px;}
	.resourcesVideo iframe{width:100%; height:100%;}
	
	.resourcesCategoryLight{background:#fff; border:1px solid #414143; background:#fff; font-size:11px; letter-spacing:1px; font-weight:500; color:#414143; padding:0.1rem 0.4rem; text-transform:uppercase; display:inline-block;}
	.resourcesCategory{background:#414143; border:1px solid #414143; background:#414143; font-size:11px; letter-spacing:1px; font-weight:500; color:#fff; padding:0.1rem 0.4rem; text-transform:uppercase; display:inline-block;}
	
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		/* Medium Browser */
		.resourcesVideo{padding-top:120px;}
	}
	
	@media screen and (min-width:63.9375em){
		/* Medium and Large Browser */
		.resourcesVideo{padding-top:0px; padding-left:0rem; padding-right:0rem;}
	}
	
	.resourcesScroll{min-height:450px; max-height:70vh; overflow-y:auto; overflow-x:hidden;}
		.resourcesScroll::-webkit-scrollbar {height:5px; width:5px;background:#f5f5f5;}
			.resourcesScroll::-webkit-scrollbar-thumb {background:#4ed8b4;-webkit-border-radius: 1ex; -webkit-box-shadow:0;}
			.resourcesScroll::-webkit-scrollbar-corner {background:#4ed8b4;}
		
/* News Page */
.archiveItem{margin-bottom:30px; background:#fff; box-shadow: 0px 2px 4px #999;}

	.archiveItemMiddle{background:#54d1b1;}
		.archiveItemMiddle h4{font-family:'clarendon-urw', Georgia, serif; letter-spacing:-0.01em; font-size:1.5em;}
		.archiveItemMiddle h4 a{color:#000;}
	
	
	.archiveItem:nth-child(even) .archiveItemMiddle{background:#383435;}
		.archiveItem:nth-child(even) .archiveItemMiddle h4 a{color:#fff;}

	.archiveItemPadding{padding:10px;}
	
	.archiveItemImage{background-position:center center; background-repeat:no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; width:100%; height:100%;}
	
	.archiveItemImageLink{position:relative; z-index:2; display:block; width:100%; height:100%;}
	
	
	.archiveItemCategory{font-size:12px; font-weight:500; background:#fff; color:#54d1b1; padding:0.2rem 0.5rem; text-transform:uppercase; display:inline-block;}
		.archiveItem:nth-child(even) .archiveItemCategory{background:#54d1b1; color:#383435;}
	
	
	.archiveItemDate{font-size:12px; font-weight:500; color:#fff; text-transform:uppercase; display:block;}

		.archiveItem:nth-child(even) .archiveItemDate{color:#999;}
	
	.regularPage .page-navigation{margin-top:4rem; margin-bottom:2rem;}
		.regularPage .pagination .current{background:#54d1b1;}
		
	.regularPage .tags{font-size:12px; padding:0; margin:0;}
		.regularPage .tags-title{color:#54d1b1;}
		.regularPage .tags a{border:0;}
	
	.news-source{font-size:14px; font-style:italic; color:#aaa;}
	
	.archiveSearch{}
		.archiveSearch .input-group-button{position:relative; top:-8px; padding:0;}
		.archiveSearch .input-group-button input{padding:0 5px; font-size:14px; height:39px;}
	
	.archiveTag{margin-top:16px;}
		.archiveTag a{display:block; font-size:16px; line-height:26px; color:#54d1b1;}
	
	.search-submit{background:#54d1b1; transition:none;}	
		.search-submit:hover, .search-submit:focus{background:#65f4d2;}
	
	.widget_archive{} /* Month Archive Widget */
		.widget_archive h2, .widget_archive label{display:none;}
		.widget_archive select{max-width:150px;}

	@media screen and (min-width:63.9375em){
		/* Medium and Large Browser */

		.archiveItem .projectSectionUpdatesImage{padding-bottom:0; padding-right:0;}
		.archiveItemHeight{min-height:100px;}
		.archiveItemHeight2{min-height:120px;}
	}	
	

/* Off Canvas Mobile Menu */
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	overflow-x:hidden;
	overflow-y:auto;}

.mainOffcanvas{background-color:rgba(35,31,32,0.85);}

.mainOffcanvas .mobileBarLogo{background:#79c9ae;}

	.mainOffcanvas .mobileNavIcon{font-size:50px; padding:0 5px 0 7px;}

	
.offcanvasContent{position:absolute; top:80px; left:0; width:100%;}
	.offcanvasContent a{color:#fff;}
	
	.offcanvasContentTop{}
		.offcanvasNav{text-align:center;}
			.offcanvasNav ul{margin:0; padding:0; list-style:none;}
			.offcanvasNav ul li a{font-size:16px; color:#fff; display:block; padding:8px 0px 8px 0px;}
				.offcanvasNav ul li a:hover{background:#79c9ae; color:#fff;}

	
	.offcanvasContentBottom{color:#a9a9a9;}
		.offcanvasContentBottom h3{font-size:16px;}
		.offcanvasContentBottom input{border:2px solid #555; background:transparent;}
		
		.offcanvasSocial{font-size:30px;}
			.offcanvasSocial a{color:#fff;}
			
		.offcanvasContentBottom hr{border:0; height:2px; background:#555;}
		.offcanvasContentBottom p{font-size:12px;}

/* Footer */
	.footerContainer{margin:0; background-color:#383435;}
		.footerContainer h2{font-size:24px;}
		.footerContainer h3{font-size:18px; line-height:26px;}
		.footerContainer h4{font-size:14px;}
		.footerContainer a{color:#fff;}

		.footerTop{padding:10px 0; color:#fff;}

			.footerTranslate{text-align:left; margin-top:-1px;}

		.footerBottom{padding:20px 0;}
			.footerBottom p{color:#a9a9a9; font-size:12px; line-height:16px; margin-bottom:5px;}
			.footerBottom a{color:#fff;}
				.footerBottom a:hover{color:#79c9ae;}
			.footerBottom img{margin-bottom:10px;}
	
		@media screen and (min-width:63.9375em){
		/* Large Browser */
		.footerTop{padding:10px 0 0 0;}
		.footerContainer{margin-left:150px;}
		.footerTranslate{text-align:right;}
		}


		div#google_translate_element div.goog-te-gadget-simple{font-size:14px; background-color:transparent; border:2px solid #fff;}

		div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span{color:#fff !important; border-left:none !important;}

		div#google_translate_element div.goog-te-gadget-simple img{display:none;}

		div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span{color:white}

		div#google_translate_element div.goog-te-gadget-simple a.goog-te-menu-value span:hover{color:yellow}










/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }