body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #494949;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #8ca275;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	transition: background-color .2s, color .2s;
}
	a.carousel-control {
		transition: none;
	}
	.carousel-inner>.item{
	   /*disables white flash*/
	   -webkit-transition: -webkit-transform .5s ease-in-out;
	   -o-transition: -o-transform .5s ease-in-out;
	   transition: transform .5s ease-in-out;
	}
a:link, a:visited {
	color: #8ca275;
}
a:hover, a:active, a:focus {
	color: #cea321;
	text-decoration: underline;
}
.btn {
	border-radius: 0;
	border-width: 0;
}
.input-group-btn .btn {
	border-width: 1px;
}
.btn-primary, .btn-primary:link, .btn-primary:visited, .nav-pills>li.active>a {
	background-color: #8ca275;
	border-color: #8ca275;
	color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #cea321;
	border-color: #cea321;
	color: #fff;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #40513c;
	border-color: #40513c;
}

.btn-download {
	border-radius: 0;
	border-width: 0;
	color: #fff;
	font-family: 'Roboto Slab';
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 8px;
	padding: 10px 40px;
	text-transform: uppercase;
	
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
	
	/*background-color: #6f805d;*/
	background: -webkit-linear-gradient(left, #cea321, #cea321);
	background: -o-linear-gradient(right, #cea321, #cea321);
	background: -moz-linear-gradient(right, #cea321, #cea321);
	background: linear-gradient(right, #cea321, #cea321);
}
.btn-download:hover, .btn-download:focus, .btn-download:active, .btn-download.active {
	color: #fff;
	outline: 0;
	text-decoration: none;
	
	/*background-color: #cea321;*/
	/*background-image: none;*/
	background: -webkit-linear-gradient(left, #6f805d, #8ca275);
	background: -o-linear-gradient(right, #6f805d, #8ca275);
	background: -moz-linear-gradient(right, #6f805d, #8ca275);
	background: linear-gradient(right, #6f805d, #8ca275);
}

/* MAIN */
.main-content {
	margin-bottom: 70px;
	min-width: 320px;
}
@media only screen and (max-width : 767px) {
	.subpage-content {
		margin-bottom: 50px;
	}
}


/* SUBPAGE */
.subpage-content .subpage-content-inner {
	background-color: #fff;
	border: 1px solid #cecece;
	box-shadow: 4px 4px 6px rgba(0,0,0,.1);
}
@media print {
	.subpage-content .subpage-content-inner {
		border: 0;
	}
}
#pagehead {}
#pagehead > h1 {
	background-color: #40513c;
	color: #fff;
	font-family: 'Roboto Slab';
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	padding: 20px 40px;
	text-transform: uppercase;
}

.subpage-content .pagehead-action-bar {
	position: relative;
	background-color: #f0f0f0;
}
.pagehead-action-bar ul {
	line-height: 50px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	padding-right: 40px;
}
.pagehead-action-bar ul.action-buttons {
	position: absolute;
	right: 0;
}
.pagehead-action-bar ul>li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.pagehead-action-bar .cookie-crumbs li:before {
	content: " / ";
	display: inline;
}
.pagehead-action-bar .cookie-crumbs li:first-child:before {
	display: none;
}
.pagehead-action-bar ul>li a {
	font-size: 13px;
	text-transform: uppercase;
}
.pagehead-action-bar ul.cookie-crumbs>li a {
	color: #494949;
	font-weight: normal;
}
.pagehead-action-bar ul.action-buttons>li a {
	background-repeat: no-repeat;
	background-position: right 1px;
	color: #40513c;
	display: inline-block;
	font-weight: 700;
	height: 24px;
	line-height: 24px;
	padding-right: 28px;
	padding-left: 8px;
}
.pagehead-action-bar ul.action-buttons>li a.email {
	background-image: url('../images/icon_email.png');
}
.pagehead-action-bar ul.action-buttons>li a.print {
	background-image: url('../images/icon_print.png');
}
.pagehead-action-bar ul.action-buttons>li a:link, .pagehead-action-bar ul.action-buttons>li a:visited {
	color: #40513c;
}
.pagehead-action-bar ul.action-buttons>li a:hover, .pagehead-action-bar ul.action-buttons>li a:active, .pagehead-action-bar ul.action-buttons>li a:focus {
	background-position: right -22px;
	color: #8ca275;
	text-decoration: none;
}


.subpage-content .content-wrapper {
	padding: 30px 40px;
}

@media only screen and (min-width : 768px) {
	#pagehead > h1 {
		font-size: 30px;
		margin: -1px;
	}
}

.subpage-sidebar .subpage-sidebar-inner {}
.subpage-sidebar .actions {
	margin-bottom: 30px;
}
.subpage-sidebar .section {
	margin-bottom: 30px;
}
.subpage-sidebar .section h3, .subpage-sidebar .section h4, .subpage-sidebar .section ul {
	margin: 0;
}
.subpage-sidebar .section h3, .subpage-sidebar .section h4 {
	border-bottom: 1px solid #cecece;
	padding-bottom: 15px;
}
.subpage-sidebar .section h3 {
	color: #4b5f46;
	font-family: 'Lato';
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.subpage-sidebar .section .element_developeractions .thomas-search-sidebar {
	background-color: #f9f9f9;
	padding: 1em;
}
.subpage-sidebar .section .element_developeractions h3 {
	border-bottom: 0;
	line-height: 1.1;
}
.subpage-sidebar .section .element_developeractions .form-group {
	margin-bottom: 0;
}
.subpage-sidebar .section .element_developeractions .radio-options-row {
	margin: 0;
	margin-top: 5px;
}
.subpage-sidebar .section .element_developeractions .radio-options-row label {
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	padding-left: 1em;
}
.subpage-sidebar .section .element_textblocks {
	background-color: #f9f9f9;
	padding: 1em;
}
.subpage-sidebar .section .element_textblocks h4 {
	border-bottom: 0;
	line-height: 1.1;
	text-transform: uppercase;
}
.subpage-sidebar .section .element_textblocks .section, .subpage-sidebar .section .element_textblocks .article, .subpage-sidebar .section .element_textblocks p {
	margin-bottom: 0;
}


.subpage-sidebar .section ul {
	list-style: none;
	padding: 0;
}
.subpage-sidebar .section ul li {
	border-bottom: 1px solid #cecece;
}
.subpage-sidebar .section ul li a {
	color: #494949;
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 15px 20px;
}
.subpage-sidebar .section ul li a:link, .subpage-sidebar .section ul li a:visited {
	color: #494949;
}
.subpage-sidebar .section ul li a:hover, .subpage-sidebar .section ul li a:active, .subpage-sidebar .section ul li a:focus {
	background-color: #f2f2f2;
	text-decoration: none;
}

/* HOME/COPY SIDEBAR (quick-links, newsletter, social-links modules) */
#newsletter-signup {
	margin-bottom: 10px;
}
#newsletter-signup-link .form-group {
	margin-bottom: 0;
}
#newsletter-signup-link h3 {
	color: #4b5f46;
	font-family: 'Lato';
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#newsletter-signup-link #newsletter-link-email {
	border: 1px solid #cecece;
	border-right: 0;
	border-radius: 0;
	color: #494949;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	/*line-height: 18px;*/
}
#newsletter-signup-link .newsletter-link-btn {
	background-color: #cea321;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 900;
	line-height: 50px;
	margin-left: 0;
	padding: 0 15px;
	text-transform: uppercase;
}
#newsletter-signup-link button:active, #newsletter-signup-link button:focus {
	background-color: #40513c;
}

#social-links.module {
	margin-bottom: 10px;
}

.quick-links-social {
	/*margin-bottom: 10px;*/
	text-align: center;
}
.social-links, .social-links li {
	margin: 0;
	padding: 0;
}
.social-links {
	font-size: 0;
}
.social-links li {
	width: 20%;
}
.social-links li a {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 40px;
}
.social-links li a:hover {
	background-position: bottom center;
}
.social-links li a.social-link-facebook {
	background-image: url('../images/icon_soc_fb.png');
}
.social-links li a.social-link-flickr {
	background-image: url('../images/icon_soc_fl.png');
}
.social-links li a.social-link-instagram {
	background-image: url('../images/icon_soc_ig.png');
}
.social-links li a.social-link-twitter {
	background-image: url('../images/icon_soc_tw.png');
}
.social-links li a.social-link-youtube {
	background-image: url('../images/icon_soc_yt.png');
}
@media only screen and (min-width : 768px) and (max-width: 991px) {
	.social-links li a {
		background-size: cover;
		height: 30px;
		width: 30px;
	}
}


/* OFFICES REGIONS */
.office-regions {
	background: transparent url('../images/map_bg.png') repeat-x bottom center;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	min-width: 320px;
}

.office-regions .map-col, .office-regions .addresses-col {
	padding: 0;
}
.office-regions .addresses-col {
	background-color: #f3f3f3;
}

@media only screen and (min-width : 768px) {
	.office-regions {
		height: 482px;
	}
	
	.row-relative {
		position: relative;
	}
	
	.office-regions .map-col, .office-regions .addresses-col {
		height: 480px;
		overflow: auto;
	}
	.office-regions .map-col, .office-regions .addresses-col {
		position: static;
	}
	.office-regions .addresses-col:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		border-left: 1px solid #c9c9c9;
		
	}
	
	.address-accordion dd {
		min-height: 120px;
	}
	.address-accordion dt:first-child {
		border: 0;
	}
}

@media only screen and (min-width : 1500px) {
	.office-regions .map-col {
		width: 60%;
	}
	.office-regions .addresses-col {
		width: 40%;
	}
}

/* OFFICES REGIONS: OFFICE MAP */
.office-map {}
.office-map svg {
	background-color: transparent;
	background-image: url(../images/map_sprite2020.jpg);
	background-position: 50% 0;
	background-size: cover;
	display: block;
	height: auto;
	width: 100%;
}

.office-regions[data-region-active='cedar-rapids'] .office-map svg {
	background-position: 50% 60%;
}
.office-regions[data-region-active='council-bluffs'] .office-map svg {
	background-position: 50% 100%;
}
.office-regions[data-region-active='davenport'] .office-map svg {
	background-position: 50% 40%;
}
.office-regions[data-region-active='des-moines'] .office-map svg {
	background-position: 50% 20%;
}
.office-regions[data-region-active='sioux-city'] .office-map svg {
	background-position: 50% 80%;
}

.office-regions[data-region-peek='cedar-rapids'] .office-map svg {
	background-position: 50% 60%;
}
.office-regions[data-region-peek='council-bluffs'] .office-map svg {
	background-position: 50% 100%;
}
.office-regions[data-region-peek='davenport'] .office-map svg {
	background-position: 50% 40%;
}
.office-regions[data-region-peek='des-moines'] .office-map svg {
	background-position: 50% 20%;
}
.office-regions[data-region-peek='sioux-city'] .office-map svg {
	background-position: 50% 80%;
}

.office-map svg path {
	fill: transparent;
	opacity: 0;
}

@media only screen and (min-width : 768px) {
	.office-map svg {
		background-size: initial;
		height: 480px;
	}
}

@media only screen and (min-width : 992px) {}

@media only screen and (min-width : 1200px) {
	.office-map {
		float: right;
	}
	.office-map svg {
		width: 946px;
	}
}

/* OFFICES REGIONS: ADDRESS ACCORDION */
.address-accordion {
	margin: 0;
}
.address-accordion dt {
	border-top: 1px solid #c9c9c9;
}
.address-accordion dt a {
	background-color: #f3f3f3;
	color: #4b5f46;
	display: block;
	font-family: 'Roboto Slab';
	font-size: 20px;
	font-weight: 700;
	height: 59px;
	line-height: 59px;
	padding: 0px 30px;
	text-transform: uppercase;
}
.address-accordion dt a:link, .address-accordion dt a:visited {}
.address-accordion dt a.active, .address-accordion dt a:hover, .address-accordion dt a:active, .address-accordion dt a:focus {
	background-color: #cea321;
	color: #fff;
	text-decoration: none;
}
.office-regions[data-region-peek='cedar-rapids'] .address-accordion dt a.address-cedar-rapids-header, 
.office-regions[data-region-peek='council-bluffs'] .address-accordion dt a.address-council-bluffs-header, 
.office-regions[data-region-peek='davenport'] .address-accordion dt a.address-davenport-header, 
.office-regions[data-region-peek='des-moines'] .address-accordion dt a.address-des-moines-header, 
.office-regions[data-region-peek='sioux-city'] .address-accordion dt a.address-sioux-city-header {
	background-color: #cea321;
	color: #fff;
	text-decoration: none;
}
.address-accordion dt:first-child a {
	/*height: 58px;*/
	/*line-height: 58px;*/
}
.address-accordion dd {
	background-color: #fff;
}
.address-accordion dd address {
	color: #494949;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 20px 30px;
}
.address-accordion dt a:hover {
	text-decoration: none;
}


.element_forms .forms h3 {
	color: #8ca275;
	border-bottom: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 10px;
	margin-bottom: 10px;
	padding: 0 0 10px;
	padding-bottom: 10px;
}
.element_forms .forms legend {
	border-bottom: 0;
	font-family: 'Oswald';
	font-size: 20px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 10px;
	padding: 0 0 10px;
}


.subpage-content .share-actions {
	margin-bottom: 30px;
	min-height: 20px;
}

.subpage-content .share-actions .twitter-share-button-rendered {
	display: inline-block;
	margin-bottom: -4px;
	margin-top: 0px;
}

.pagegroup .element_links .list-group-item {
	background-image: none;
	padding: 20px;
}
@media print{ 
	body{
		background: none; 
	}
	.share-actions{
		display: none;
	}
	a[href]:after {
    content: none !important;
  	}
  	img{
  		display: none;
  	}
  	.plugin_youtube{
  		display: none;
  	}
  	.pagegroup_posttypes{
  		display: none;
  	}

}

header.guestbook{
	margin-bottom: 0px;
}
	header.guestbook h1{
		text-align: left;
		text-indent: -9999px;
		background: #374632 url(../images/guestbook_header1.jpg) scroll no-repeat center top;
		height: 220px;
		margin: 0px;
	}
body.guestbook{
	background-color: #374632;
}
	body.guestbook .forms {
		min-height: 500px;
	}
	body.guestbook .form .title{
		height: 92px;
		color: white;
		background-color: #40513c;
		border: none;
		text-transform: uppercase;
		text-align: center;
		padding-top: 30px;
		font-family: 'Roboto Slab';
		font-size: 36px;
		font-weight: 800;
	}
	body.guestbook .subpage-content .content-wrapper{
		padding: 0px;
	}
	body.guestbook .subpage-content .subpage-content-inner{
		border: none;
	}
	body.guestbook fieldset{
		float: left;
		width: 48%;
		margin: 1%;
	}
	body.guestbook .requirednote{
		display: none;
	}
	body.guestbook .form input[type=submit]{
		margin-left: 12px;
	}
	body.guestbook .form textarea{
		height: 120px;
	}
	body.guestbook .guestbook-footer{
		background-color: #f1f1f1;
		box-shadow: 0 8px 10px -6px rgba(0,0,0,.2) inset;
		min-height: 100px;
		overflow: auto;
	}
		body.guestbook .guestbook-footer a{
			font-family: 'Roboto Slab';
			font-size: 18px;
			font-weight: 800;
			text-transform: uppercase;
			color: #fff;
			display: block;
			width: 44%;
			margin: 3%;
			float: left;
			text-align: center;
			padding: 30px;
			/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f805c+0,8ca275+100 */
			background: rgb(111,128,92); /* Old browsers */
			background: -moz-linear-gradient(left,  rgba(111,128,92,1) 0%, rgba(140,162,117,1) 100%); /* FF3.6-15 */
			background: -webkit-linear-gradient(left,  rgba(111,128,92,1) 0%,rgba(140,162,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to right,  rgba(111,128,92,1) 0%,rgba(140,162,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f805c', endColorstr='#8ca275',GradientType=1 ); /* IE6-9 */
		}
			body.guestbook .guestbook-footer a:hover{
				/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cea321+0,cea321+100 */
				background: rgb(206,163,33); /* Old browsers */
				background: -moz-linear-gradient(left,  rgba(206,163,33,1) 0%, rgba(206,163,33,1) 100%); /* FF3.6-15 */
				background: -webkit-linear-gradient(left,  rgba(206,163,33,1) 0%,rgba(206,163,33,1) 100%); /* Chrome10-25,Safari5.1-6 */
				background: linear-gradient(to right,  rgba(206,163,33,1) 0%,rgba(206,163,33,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea321', endColorstr='#cea321',GradientType=1 ); /* IE6-9 */
				text-decoration: none;
			}

/* Moratorium Banner */
#moratorium-wrapper {
	color: white;
	background-color: #3f4f3b;
	padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
}

#moratorium-text a {
	color: white;
	text-decoration: underline;
}

#moratorium-text a:hover {
	color: #cea321;
}