/**
* body and Text Styles
**/


body{
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
}

.center{
	text-align: center;
	display: block;
}

p{
	font-size: 12px;
	color: #404040;
}

h1, h2, h3{
font-family: 'Montserrat', sans-serif;
}
h1.title{
	text-align: center;
}
h2.pageTitle{
	display: none;
}

h2.page-title{
	color: #404040;
}

a{
	color: #AC0014;
	text-decoration: none;
}


a.button-style{
	display: block;
	margin: auto;
	color: #ffffff;
	background-color: #AC0014;
	float: none;
	width: 25%;
	text-align: center;
	padding: 10px 5px 10px 5px;
}

.mainContainer{
	min-width: 960px;
}

.accordion-quote{
 text-align: center;
 text-style: italic;
 margin-bottom: 0px;
}

.accordion-author{
 	text-align: center;
 	margin-top: 5px;
}
/*
.front h2.title-display{
	display: none;
}

.not-front h2.title-display{
	display: block;
}
*/

.accordion-images{
	display: block;
	float: left;
	margin: 0px 15px 10px 0px;
	max-width: 300px;
	height: auto;
}

.inline-image{
	display: block;
	clear: left;
	margin: 20px auto 20px auto;
	border: 2px solid #333;
	padding: 10px;	
}

.captcha{
	display: none;
	border: 1px solid #777;
}

.captcha .fieldset-wrapper{
	width: 305px;
}
.captcha .field-prefix{
	text-align: center;
	display: block;
	font-size: 1.5em;
	margin: -10px auto 10px auto;
}

.captcha #edit-captcha-response{
	width: 280px !important;
}

/*Home Page*/
#node-1 a{
	color: #AC0014;
	text-decoration: none;
	bottom: 10px;
	display: block;
	text-decoration: none;
	position: absolute;
}

#node-1 .field-name-body .field-items{
	position: relative;
	height: 332px;
}

/* Regions and Blocks*/
div.region-menubar{
	width: 960px;
	margin: 20px auto 40px auto;
	padding-bottom: 30px;
}

div.region-slideshow{
	width: 100%;
	min-width: 960px;
	clear: both;
	position: relative;
	height: 400px;
	overflow: hidden;
}

.not-front div.region-content{
	clear: both;
	margin: auto;
	width: 80%;
	min-width: 960px;
	min-height: 500px;
	margin-top: 20px;
}
.front div.region-content{
	clear: both;
	margin: auto;
	width: 80%;
	min-width: 960px;
	margin-top: 20px;
}
div#greatmatter_logo{
	clear: both;
}

a#lindom-logo img{
	width: 200px;
}

#block-block-1{
	float:left;
	margin-right: 50px;
}

.front #block-system-main,
.page-node-1 #block-system-main{
	margin-right: 4%;
}
#block-views-news-block,
#block-views-projects-block{
	padding-left: 3%;
	border-left: 2px solid #d0d0d0;
}

.front #block-system-main,
.front #block-views-projects-block,
.front #block-views-news-block,
.page-node-1 #block-system-main,
.page-node-1 #block-views-projects-block,
.page-node-1 #block-views-news-block{
	clear: none;
	float: left;
	width: 46%;
	min-height: 380px;
	position: relative;
}

#block-views-news-block .view-footer a{
	clear: left;
/*	position: absolute;
	bottom: 10px;*/
}
#block-views-projects-block .views-field-field-project-image-large,
#block-views-projects-block .views-field-body,
#block-views-news-block .views-field-field-basic-page-and-news-photo,
#block-views-news-block .views-field-body{
	float: left;
}

#block-views-news-block .views-field-body,
#block-views-projects-block .views-field-body{
	width: 300px;
	margin-left: 20px;
}

#block-views-news-block .views-field-body a,
#block-views-projects-block .views-field-body a{
	color: #404040;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
}

#block-views-news-block .views-field-field-basic-page-and-news-photo img,
#block-views-projects-block .views-field-field-project-image-large img{
	border-radius: 50%;
	width: 90px;
	height: 90px;
}

#block-views-news-block .views-field-nothing{
	display: block;
	width: 70%;
}

.front .views-exposed-widgets,
.page-node-1 .views-exposed-widgets{
	display: none;
}

.views-exposed-widgets div.views-exposed-widget label{
	display: none;
}

.back-button{
	background-color: #AC0014;
	width: 130px;
	margin: auto;
	font-weight: normal;
	color: #868686;
}

.back-button a{
	font-size: 16px;
	color: #d0d0d0;
	text-transform: uppercase;
	text-align: center;
	display: block;
	height: 30px;
	padding-top: 10px;
}

.back-button a:hover{
	color: #ffffff;
}

/* Dropdown Menus */
#block-system-main-menu {
	clear: right;
	float: left;
}

#block-menu-menu-footer-menu{
	clear: left;
	background-color: rgba(0,0,0,.5);
	padding-top: 20px;
}

#block-system-main-menu ul.menu,
#block-menu-menu-footer-menu ul.menu{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#block-system-main-menu > div.content > ul.menu{
	width: 630px;
	margin: auto;
	font-weight: bolder;
	font-size: 14px;
	margin-top: 12px;
}

#block-menu-menu-footer-menu > div.content  > ul.menu{
	width: 630px;
	margin: auto;
	font-weight: bolder;
	font-size: 14px;
}

#block-system-main-menu ul.menu li{
	display: block;
	position: relative;
	float: left;
	border: 1px solid #a3a3a3;
	margin: 0px;
	padding: 0px;
}

#block-menu-menu-footer-menu ul.menu li{
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #a3a3a3;
}

#block-menu-menu-footer-menu ul.menu li.last{
	border-right: 0px;
}

#block-system-main-menu ul.menu li ul,
#block-menu-menu-footer-menu ul.menu li ul{
	display: none;
	font-size: 11px;
	font-weight: normal;
	z-index: 500;
	width: 100%;
	background-color: #c6c6c6;
}

#block-system-main-menu ul.menu li a,
#block-menu-menu-footer-menu ul.menu li a{
	display: block;
	background-color: #c6c6c6;
	text-decoration: none;
	color: #494949;
	text-transform: uppercase;
	padding: 2px 15px 2px 15px;
}

#block-system-main-menu ul.menu li a:hover,
#block-menu-menu-footer-menu ul.menu li a:hover{
	text-decoration: none;
	color: #ffffff;
}

#block-system-main-menu ul.menu li:hover ul,
#block-menu-menu-footer-menu ul.menu li:hover ul{
	display: block;
	position: absolute;
}

#block-system-main-menu ul.menu li:hover li,
#block-menu-menu-footer-menu ul.menu li:hover li{
	float: none;
}

#block-system-main-menu ul.menu li:hover a,
#block-menu-menu-footer-menu ul.menu li:hover a,
#block-system-main-menu ul.menu li a.active,
#block-menu-menu-footer-menu ul.menu li a.active,
#block-system-main-menu ul.menu li a.active-trail,
#block-menu-menu-footer-menu ul.menu li a.active-trail{
	color: #ffffff;
	background-color: #9c232d;
	padding: 2px 15px 2px 15px;
}

#block-system-main-menu ul.menu li:hover li a:hover,
#block-menu-menu-footer-menu ul.menu li:hover li a:hover{

}


/* Node Styles --------------------------------*/
.front h2 a,
.front h2{
	text-decoration: none;
	font-size: 20px;
}


/*Slide Show*/
div.region-slideshow div.control-holder{

}

.not-front div.region-slideshow{
	height: 160px;
}

.not-front .views-slideshow-controls-bottom{
	display: none;
}

div.region-slideshow .views-slideshow-cycle-main-frame-row{
	width: 100% !important;
	height: auto !important;
}
div.region-slideshow .views-field-field-clickable-link{
	margin: auto;
	width: 115px;
}

div.region-slideshow .views-field-field-clickable-link a{
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 2px #ffffff;
	padding: 3px 5px 3px 5px;
}

div.region-slideshow .views-field-field-slideshow-image img{
	display: block;
	width:100%;
	min-height: 400px;
	min-width: 1440px;
	height: auto;
}

.not-front div.region-slideshow .views-field-field-slideshow-image img{
	display: block;
	width:100%;
	min-height: 160px;
	height: auto;
}

.front div.region-slideshow .views-field-body{
	font-family: 'Montserrat', sans-serif;
	width: 60%;
	margin: auto;
	display: block;
	text-align: center;
	margin-top: -275px;

}

.not-front div.region-slideshow .views-field-body{
	font-family: 'Montserrat', sans-serif;
	width: 60%;
	margin: auto;
	display: block;
	text-align: center;
}

#views_slideshow_cycle_teaser_section_slideshow-block{
	width: auto !important;
}

div.region-slideshow .views-field-body p{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	padding: 20px;
}

div.region-slideshow .views-slideshow-controls-bottom{
	z-index: 100000;
	margin-bottom: 10px;
}

div.region-slideshow #widget_pager_bottom_slideshow-block{
	width: 120px;
	margin: auto auto auto -60px;
	display: block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	z-index: 200;
}

div.region-slideshow .views-slideshow-pager-field-item{
	width: 30px;
	float: left;
	clear: right;
}

div.region-slideshow .views-field-counter{
	background-color: transparent;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-indent: -9999px;
	border: 2px solid #ffffff;
	margin: auto;
}

div.region-slideshow .views-content-counter{
	text-indent:-9999px;
	float: left;
}

div.region-slideshow .active .views-content-counter{
 	background-color: #ffffff;
 	border-radius: 50%;
 	width: 15px;
 	height: 15px;
 }


div.region-slideshow #views_slideshow_controls_text_previous_slideshow-block{
	display: none;
	z-index: 500;
	position: absolute;
	top: 200px;
	left: 50px;
	text-indent: -9999px;
	background-image: url('images/arrowLeft.png');
	width: 20px;
	height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

div.region-slideshow #views_slideshow_controls_text_pause_slideshow-block{
	display: none;
}

div.region-slideshow #views_slideshow_controls_text_next_slideshow-block{
	display: none;
	z-index: 500;
	position: absolute;   
	top: 200px;   
	right: 50px;   
	text-indent: -9999px;
	background-image: url('images/arrowRight.png');   
	width: 20px;   
	height: 40px;   
	-webkit-user-select: none;   
	-moz-user-select: none;   
	-khtml-user-select: none;
	-ms-user-select: none; 
}

/*Projects */

/*.node-type-projects .region-content{
	margin-top: 60px;
}*/

.page-projects a{
	color: #AC0014;
}

.node-type-projects h1.title{
	text-align: center;
	margin-bottom: 10px;
}

.views-exposed-widgets {
	background-color: #9C232D;
}

.page-projects .view-projects .view-header h2{
	text-align: center;
	margin-bottom: 30px;
}

.page-projects .view-projects .view-header p{
	font-size: 14px;
	margin-bottom: 20px;
}

.page-projects .view-projects{
	margin: auto auto 20px auto;
	min-width: 950px;
}

.page-projects .view-projects .view-content .views-row{
	width: 33%;
	height: 225px;
	float: left;
	margin: 20px auto 0px auto;
	clear: right;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}

.page-projects .view-projects .views-row .views-field-field-project-image-large img{
	padding: 8px;
	border: 1px solid #dddddd;
}

.view-news .view-content .views-row a,
.view-projects .view-content .views-row a{
	text-decoration: none;
}

#block-views-news-block .view-news .view-content{
	height: 260px;
}

#block-views-news-block .view-news .views-row,
#block-views-projects-block .view-projects .views-row{
	width: 100%;
	float: left;
	margin: auto auto 30px auto;
	clear: right;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}
#block-views-news-block .view-news .views-row .views-field .views-label,
#block-views-projects-block .view-projects .views-row .views-field .views-label{
	float: left;
	margin-right: 5px;
}
#block-views-news-block .view-news .views-row .views-field-field-basic-page-and-news-photo,
#block-views-projects-block .view-projects .views-row .views-field-field-project-image-large{
	margin-right: 15px;
}
#block-views-news-block .view-news .views-row .views-field-title a,
#block-views-projects-block .view-projects .views-row .views-field-title-1 a{
	font-weight: bolder;
	font-size: 14px;
}

.page-projects .view-projects .view-content .views-row-last{
	margin-bottom: 30px;
}

.view-projects .view-content .views-row .views-field-field-tags a{
	color: #AC0014;
	font-style: italic;
}

#block-system-main li.node-readmore a,
.view-projects .view-footer a{
	color: #AC0014;
	text-decoration: none;
	margin-bottom: 20px;
	display: block;
}


.page-projects-houses .view-projects .view-footer,
.page-projects-building .view-projects .view-footer{
	display: none;
}

/*Individual Project pages------------- */
.node-type-projects #block-system-main{
	margin: 20px auto auto auto;
}

.node-type-projects .node-projects .field-name-field-project-image-large{
	float:left;
	width: 50%;
	display: block;
	min-height: 550px;
}

.node-type-projects .node-projects .field-name-field-project-image-large img{
	width: 90%;
	height: 90%;
}

.node-type-projects .node-projects .field{
	float: left;
	width: 50%;
	display: inline-block;
	margin: auto auto 1em auto;
}

.ajax-progress-throbber {
  display: none;
}


/*Footer----------------------------- */
.region-footer{
	width: 100%;
	background-image: url('images/footer-background2.png');
	clear: both;
	background-position-x: center;
/*	padding: 20px 0px 50px 0px;*/
}

.region-footer p{
	color: #ffffff;
}

.front .region-footer{
	margin-top: 20px;
	display: inline-block;
}

.region-footer #block-block-2 {
	padding: 30px 0px 150px 0px;
}

.region-footer #block-block-2 .content{
	width: 900px;
	margin: auto;
}

.footer-info-block{
	font-size: 14px;
	float: left;
	width: 50%;
	text-align: center;
	color: #ffffff;
}

.footer-info-block p{
	font-size: 14px;
}

.footer-info-block-office{
	font-size: 14px;
	text-transform: uppercase;
}

.footer-info-block-phone{
	font-size: 20px;
	margin: 10px auto -8px auto;
	display: block;	
	margin: auto;
	text-align: center;
	color: #fff;
}

p.footer-info-terms{
	clear: both;
	text-align: center;
	display: block;
	padding-top: 15px;
	text-transform: uppercase;
}

p.footer-info-terms a{
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}

.region-footer{

}

#block-block-3{
	background-color: rgba(0,0,0,.5);
	padding: 0px;
	z-index: 320;
	padding-bottom: 10px;
}

/*Accordion */
.accordion {
  margin: 50px;
}

.accordion dt{
	background-color: #9C232D;
	height: 25px;
}

.accordion dt.active{
	background-color: #868686;
}

.accordion dt, .accordion dd {
	margin: 20px;
  padding: 10px;
  border-bottom: 0;
}

/*.accordion dt:last-of-type, .accordion dd:last-of-type {
  border-bottom: 1px solid #000000;
}*/

.accordion dt a, .accordion dd a {
  display: block;
  text-decoration: none;
  font-weight: bold;
	color: #ffffff;
}

.accordion dt a{
	width: 88%;
	float: left;
}

.accordion dd {
  border-top: 0;
  font-size: 12px;
}

.accordion dd:last-of-type {
  border-top: 1px solid #ffffff;
  position: relative;
  top: -1px;
}


p.close-accordion,
p.open-accordion{
	width: 12%;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 5px;
	cursor: pointer;
}


p.close-accordion{
	display: none;
	background-image: url('images/up_arrow.png');
	background-repeat: no-repeat;
	background-position: 75px 5px;

}
p.open-accordion{
	background-image: url('images/down_arrow.png');
	background-repeat: no-repeat;
	background-position: 75px 5px;

}
dt.active p.close-accordion,
dt.active p.open-accordion{
	display: inline-block;
}


/**
* Project Search 
**/
div.projectButtons,
input#edit-reset{
	color: #d0d0d0;
	width: auto;
	display: block;
	height: 50px;
	margin: 12px 25px -15px 5px;
	float: left;
	text-transform: uppercase;
	border: 0px;
	background-color: transparent;
	font-size: 16px;
	cursor: pointer;
}
div.projectButtons.selected{
	color: #ffffff;
}

div.projectButtons:first-child{
	margin-left: 40px;
}

#edit-combine-wrapper{
	float:right;
}

#edit-combine{
	color: #ffffff;
	font-size: 20px;
	background-color: #A12E33;
	border: 1px solid #E2797E;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 20px;
}
#edit-submit-projects{
	text-indent: -9999px;
	margin: 0px 0px 0px -34px;
	background: url('images/magnifyingglass.png');
	height: 30px;
	width: 30px;
	border: none;
	background-repeat: no-repeat;
}



/**
* TEAM PAGE
**/
.page-team h2{
/*	font-family: 'Open Sans';*/
	color: #404040;
}
.page-team .view-team .view-content{
	margin: auto;
	width: 60%;
	min-width: 960px;
}

.page-team .view-team .views-row{
	margin: 30px auto 20px auto;
	min-height: 200px;
	width: 235px;
	display: inline-block;
	vertical-align: top;
}

.page-team .view-team .views-field-field-team-photo{
	width: 100%;
	float: left;
	margin: auto 20px 10px auto;
}

.page-team .view-team .views-field-field-team-photo img{
	width: 100%;
	height: auto;
}
.page-team .view-team .views-field-title,
#colorbox .views-field-title{
	font-size: 22px;
	font-weight: bolder;
	color: #AC0014;
}

.page-team .view-team .views-field-colorbox a{
	color: #AC0014;
}

.page-team .view-team .views-field-body .body-block a{
	text-decoration: none;
	color: #494949;
	padding: 5px 10px 5px 10px;
	background-color: #c6c6c6;
	border-radius: 10px;
}

.page-team .view-team .views-field-body .body-block a:hover{
	background-color: #AC0014;
	color: #ffffff;
}

.page-team .view-team .views-field-body .body-text{
	display: none;
}

.page-team #colorbox .colorbox-image{
	display: inline-block;
	float: right;
	margin: 0px 0px 20px 20px;
}

.page-team #colorbox .views-field-field-position{
	font-size: 18px;
}

.page-team #colorbox .colorbox-content{
	padding: 20px;
}

#cboxClose{
	top: 0;
}

.page-team #colorbox .colorbox-content .colorbox-body p{
	font-size: 14px;
	line-height: 20px;
}

.page-team .view-footer h2{
	text-align: center;
}

.page-team a.button-style{
	margin: auto auto 30px auto;
}

/**
* News Pages
**/
/*News View*/
.page-news .view-news .views-row{
	clear: left;
	min-height: 200px;
	margin: 20px auto auto auto;
}

.page-news .view-news .views-row .views-field-field-basic-page-and-news-photo{
	float: left;
	margin-right: 20px;
	display: inline-block;
}

.page-news .view-news .views-row .views-field-title a{
	text-decoration: none;
}

.page-news .view-news .views-row .views-field-created{
	clear: right;
	display: block;
}

.page-news .view-news .views-row .views-field-body,
.page-news .view-news .views-row .views-field-view-node{
	display: inline-block;
}
/*News nodes*/
.node-type-news .field-name-field-basic-page-and-news-photo{
	margin: 20px auto 20px auto;
}
.node-type-news .field-name-field-basic-page-and-news-photo img{
	display: block;
	margin: auto;
}
.page-node-68 .field-name-body .field-item,
.page-node-69 .field-name-body .field-item{
	text-align: center;
}

.node-type-news h1.title{
	margin-bottom: 10px;
}

.node-type-news .submitted{
	margin: 0px auto 20px auto;
	display: block;
	text-align: center;
}


/**
* Contact page
**/
.page-node-5 #block-system-main .node-webform .field-name-body{
	text-align: center;
}

.page-node-5 #webform-client-form-5{
	margin: 30px auto auto auto;
	width: 325px;
	display: block;
}

.page-node-5 #webform-client-form-5 label{
	display: none;
}

.page-node-5 #webform-client-form-5 input.form-text{
	width: 300px;
	padding: 10px 10px 10px 10px;
}

.page-node-5 #webform-client-form-5 textarea{
	width: 325px;
	padding: 10px 10px 5px 10px;
}

.page-node-5 #webform-client-form-5 .webform-component-markup {
	width: 350px;
	float: left;
	margin: auto 40px 20px auto;
}

.page-node-5 #webform-client-form-5 .form-actions{
	margin-top: 30px;
}

.page-node-5 #webform-client-form-5 .form-actions input{
	border: none;
	background: #9c232d;
	color: white;
	text-transform: uppercase;
	width: 100px;
	font-size: 16px;
	margin: auto;
	display: block;
}

.page-node-5 #webform-client-form-5 .form-actions input:hover{
	background-color: #c6c6c6;
	color: #494949;
}

/*Lindom Advantage Page*/
.anchorTitle h3 {
	text-align: center;
  margin: auto;
  padding: 0mm 3mm;
  width: 100%;
}

.page-node-3 dt {
	color: rgb(255,255,255);
}