/* /////////////////////////////////////
	BushGottlieb Master CSS 
	by Alek Lisefski
	http://www.bluesheepstudios.com
///////////////////////////////////// */

@font-face {
    font-family: 'Concourse';
    src: url('../font/concourse_t3_italic-webfont.eot');
    src: url('../font/concourse_t3_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/concourse_t3_italic-webfont.woff') format('woff'),
         url('../font/concourse_t3_italic-webfont.ttf') format('truetype'),
         url('../font/concourse_t3_italic-webfont.svg#concourse_t3italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Concourse';
    src: url('../font/concourse_t3_regular-webfont.eot');
    src: url('../font/concourse_t3_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/concourse_t3_regular-webfont.woff') format('woff'),
         url('../font/concourse_t3_regular-webfont.ttf') format('truetype'),
         url('../font/concourse_t3_regular-webfont.svg#concourse_t3regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Concourse';
    src: url('../font/concourse_t6_italic-webfont.eot');
    src: url('../font/concourse_t6_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/concourse_t6_italic-webfont.woff') format('woff'),
         url('../font/concourse_t6_italic-webfont.ttf') format('truetype'),
         url('../font/concourse_t6_italic-webfont.svg#concourse_t6italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Concourse';
    src: url('../font/concourse_t6_regular-webfont.eot');
    src: url('../font/concourse_t6_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/concourse_t6_regular-webfont.woff') format('woff'),
         url('../font/concourse_t6_regular-webfont.ttf') format('truetype'),
         url('../font/concourse_t6_regular-webfont.svg#concourse_t6regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Equity';
    src: url('../font/equity_text_b_bold_italic-webfont.eot');
    src: url('../font/equity_text_b_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/equity_text_b_bold_italic-webfont.woff') format('woff'),
         url('../font/equity_text_b_bold_italic-webfont.ttf') format('truetype'),
         url('../font/equity_text_b_bold_italic-webfont.svg#equity_text_bbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Equity';
    src: url('../font/equity_text_b_bold-webfont.eot');
    src: url('../font/equity_text_b_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/equity_text_b_bold-webfont.woff') format('woff'),
         url('../font/equity_text_b_bold-webfont.ttf') format('truetype'),
         url('../font/equity_text_b_bold-webfont.svg#equity_text_bbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Equity';
    src: url('../font/equity_text_b_italic-webfont.eot');
    src: url('../font/equity_text_b_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/equity_text_b_italic-webfont.woff') format('woff'),
         url('../font/equity_text_b_italic-webfont.ttf') format('truetype'),
         url('../font/equity_text_b_italic-webfont.svg#equity_text_bitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Equity';
    src: url('../font/equity_text_b_regular-webfont.eot');
    src: url('../font/equity_text_b_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/equity_text_b_regular-webfont.woff') format('woff'),
         url('../font/equity_text_b_regular-webfont.ttf') format('truetype'),
         url('../font/equity_text_b_regular-webfont.svg#equity_text_bregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* set HTML5 elements to block  */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body { 
	font: normal 15px/22px Equity, georgia, sans-serif;
	color: #444; 
	background: #f1f0f1 url('../media/bg.jpg') center top;
}

header,
section
footer { 
	position: relative; 
	width: 100%; 
	z-index: 0; 
	text-align: center; 
	clear: both;
}

.container { 
	position: relative; 
	width: 960px;
	margin: auto; 
	z-index:0; 
	text-align: left;
	padding: 0;
}


/* Columns */


.col {
	clear: none;
	float: left;
}

.col.full,
.col.main,
.col.side {
	padding: 45px 0;
}

.col.full {
	width: 960px;
}


.col.main {
	width: 639px;
	margin-right: 50px;
}

.col.side {
	float: right;
	width: 240px;
	padding: 0 0 20px 30px;
	margin: 45px 0 25px 0;
	border-left: 1px solid #d8d8d7;
}

.bio .col.side {
	width: 270px;
	padding: 0 0 25px 0;
	margin-top: -40px;
	border: 0;
}

.col.thirds {
	width: 290px;
	margin-right: 45px;
}

.col.main .col.thirds {
	width: 175px;
	margin-right: 45px;
	margin-top: 20px;
}

.col.thirds.last,
.col.main .col.thirds.last {
	margin-right: 0;
}

 
/* Clear*/

.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearFix {
	zoom: 1; /* for IE */
}

/* /////////////////////////////////
	BASIC TEXT / HEADINGS
///////////////////////////////// */


h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
	text-transform: uppercase;	
}

section.image h1,
footer h1 {
	font: normal 42px/48px Equity, georgia, sans-serif; 
	text-transform: none;
	text-align: center;
	height: 180px;
	margin: 0;
}

section h1 {
	font: italic 36px/40px Equity, georgia, sans-serif; 
	text-transform: none;
	text-align: left;
	height: auto;
	margin: 0 0 30px 0;
}

section.image h1.small {
	font: normal 36px/48px Equity, georgia, sans-serif; 
	margin-bottom: 42px;
	height: auto;
}


h2 {
	font: bold 20px/24px Concourse, arial, sans-serif; 
}


h3 {
	font: bold 18px/20px Concourse, arial, sans-serif;
}

h4 {
	font: normal 14px/20px Concourse, arial, sans-serif; 
	color: #444;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

p, ul, blockquote {
	margin: 0 0 20px 0;
}


p strong,
li strong {
	color: #000; 
}

hr {
	border: 0;
	border-top: 1px solid #d8d8d7;
	height: 30px;
	margin-top: 30px;
	outline: 0;
	zoom: 1;
	clear: both; 
	color: #fff;
}

/* /////////////////////////////////
	DEFAULT LINKS
///////////////////////////////// */

a, a:visited { 
	color: #1f81ab; 
	text-decoration: none;
	font-weight: bold;
}


a:hover { 
	color: #333;
	text-decoration: underline ;
}

a:focus {
	outline:none
}

a img {
	border: none;
}


/* Background */


.blue {
	background: #1579a3 url('../media/bg_blue.jpg') center top;
}

section.blue {
	margin-top: 20px;
}

section.blue.interior {
	margin-top: 0;
	margin-bottom: 60px;
}

.image {
	background: url('../media/bg_image.jpg') no-repeat center bottom;
	height: 213px;
	border-bottom: 1px solid #dbdbdb;
	overflow: hidden;
}

.image.small {
	height: 160px;
}

.image.small.flex {
	height: auto;
}

.image .container {
	padding-top: 40px;
}


/* /////////////////////////////////
	BUTTONS
///////////////////////////////// */

.button,
.button:visited {
	background: #111 url('../media/bg_button.gif') no-repeat left top;
	font: bold 15px/16px Concourse, arial, sans-serif; 
	text-transform: uppercase;
	height: 15px;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	float: left;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


.button:hover {
	cursor: pointer;
	color: #fff; 
	text-decoration: none;
	background-color: #444; 
	background-position: left -40px;
	color: #ccc;
	
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}


/* /////////////////////////////////
	TOP BAR
///////////////////////////////// */

header { 
	background: url('../media/bg_nav.jpg') repeat-x center 77px;
	height: 144px;
}

/* /////////////////////////////////
	LOGO
///////////////////////////////// */

a.logo { 
	position: absolute;
	top: -21px;
	left: -33px;
	height: 197px;
	width: 306px;

}

/* /////////////////////////////////
	Contact Info
///////////////////////////////// */

.info {
	height: 24px;
	width: 650px;
}

header .info {
	position: absolute;
	top: 29px;
	right: 0;
}

footer .info {
	float: left;
}

.info span {
	font: normal 15px/24px Concourse, arial, sans-serif;
	color: #000;
	background: url('../media/icon_phone.png') no-repeat left top;
	padding: 4px 0 4px 28px;
	margin-right: 50px;
}

.info span.location {
	background: url('../media/icon_location.png') no-repeat left top;
	margin-right: none;
}


/* /////////////////////////////////
	LISTS
///////////////////////////////// */


section ul { 
	margin: 0 0 20px 10px;
	list-style-type: none;
}

section li {
	line-height: 20px;
	padding: 0 0 0 22px;
	margin: 0 0 14px 0;
	background: url(../media/bullet.png) no-repeat left 2px;
}

section ol { 
	margin: 0 0 20px 35px;
}

section ol li {
	line-height: 20px;
	padding: 0 0 0 0;
	margin: 0 0 14px 0;
	background: none;
}

/* /////////////////////////////////
	MAIN NAV
///////////////////////////////// */

nav {
	position: absolute;
	top: 77px;
	right: 0;
	height: 67px;
	width: 680px;
}


nav ul {
	float: right;
	width: 680px;
	margin: 0;
}

nav li {
	display: inline;
	float: left;
	height: 67px;
	padding: 0;
	margin: 0 0 0 30px;
	background: transparent;
}

nav li a,
nav li a:visited {
	display: block; 
	height: 37px;
	padding: 15px 0;
	font: bold 16px/37px Concourse, arial, sans-serif; 
	color: #fff;
	text-transform: uppercase;
	
	-webkit-transition: color .2s ease;	
	-moz-transition: color .2s ease;			
	-o-transition: color .2s ease;				
	transition: color .2s ease;		
}

nav li a:hover {
	color: #999;
	text-decoration: none;
	
	-webkit-transition: color .2s ease;	
	-moz-transition: color .2s ease;			
	-o-transition: color .2s ease;				
	transition: color .2s ease;		
}

nav li.login {
	margin: 0;
	float: right;
	text-align: left;
}

nav li a.button {
	height: 21px;
	margin: 0;	
	font-size: 16px;
	line-height: 23px;
	padding: 10px 15px;
	background: #0072bb;
}

nav li a.button:hover { 
	background: #f9a510;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */


form {
	border: 0;
	margin: 30px 0 20px 0;
}
 
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


form label {
	display: block;
	font: bold 15px/22px Concourse, arial, sans-serif;
	text-transform: uppercase; 
	margin-bottom: 2px;
}

form input[type="text"],
form input[type="email"],
form textarea,
form select {
	width: 610px;
	height: 20px;
	padding: 8px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #d8d8d7;
	font: normal 15px/22px Equity, georgia, sans-serif;
	color: #666; 
	background: rgba(0,0,0,0.033);
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: background-color .2s ease, color .2s ease;
	-moz-transition: background-color .2s ease, color .2s ease;			
	-o-transition: background-color .2s ease, color .2s ease;					
	transition: background-color .2s ease, color .2s ease;		

}

form textarea {
	height: auto;
	margin-bottom: 0;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus,
form select:focus {
	color: #333;
	outline: none;
	background: #fff;	

	-webkit-transition: background-color .2s ease, color .2s ease;
	-moz-transition: background-color .2s ease, color .2s ease;			
	-o-transition: background-color .2s ease, color .2s ease;					
	transition: background-color .2s ease, color .2s ease;						
}


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

footer.image {
	height: 400px;
	border-top: 1px solid #dbdbdb;
	background-position: center top;
}

footer.image .container {
	padding-top: 0;
}


footer ul {
	list-style-type: none;
	float: left;
	width: 960px;
	margin: 0 0 40px 0;
}

footer li {
	display: inline;
	float: left;
	height: 67px;
	padding: 0;
	margin: 0 40px 0 0;
	background: transparent;
}

footer li a,
footer li a:visited {
	display: block; 
	height: 37px;
	padding: 15px 0;
	font: bold 16px/37px Concourse, arial, sans-serif; 
	color: #000;
	text-transform: uppercase;
	
	-webkit-transition: color .2s ease;	
	-moz-transition: color .2s ease;			
	-o-transition: color .2s ease;				
	transition: color .2s ease;		
}

footer li a:hover {
	color: #777;
	text-decoration: none;
	
	-webkit-transition: color .2s ease;	
	-moz-transition: color .2s ease;			
	-o-transition: color .2s ease;				
	transition: color .2s ease;		
}

footer .copyright {
	width: 230px;
	float: right;
}

/* /////////////////////////////////
	Thumbnail Grid
///////////////////////////////// */

#thumbs {
	position: relative;
	text-align: center;
    font-size:0;	
}

.thumb {
  font-size: 13px;
    position: relative;
    display: inline-block;
    height: 137px;
    width: 137px;
    overflow: hidden;
    /* float: left; */
    margin-top: -11px;
    top: 11px;
}

.thumb .name {
	width: 127px;
	position: absolute;
	bottom: 8px;
	left: 0;
	color: #fff;
	font: bold 13px/14px Concourse, arial, sans-serif;
	text-transform: uppercase;
	padding: 0 5px;
	text-align: center;
}

.thumb .button {
	float: none;
	display: block;
	position: absolute;
	width: 137px;
	padding: 5px 0 7px;
	top: 137px;
	left: 0;
	font-size: 13px;
	text-align: center;
	background-position: left -40px;
	color: #ccc;
	
	-webkit-transition: top .2s ease;	
	-moz-transition: top .2s ease;			
	-o-transition: top .2s ease;				
	transition: top .2s ease;	
}

.thumb:hover .name {
	bottom: -40px;
}

.thumb:hover .button {
	top: 112px;
	
	-webkit-transition: top .2s ease;	
	-moz-transition: top .2s ease;			
	-o-transition: top .2s ease;				
	transition: top .2s ease;
}

.thumb img {
	margin-top: -137px;
	
	-webkit-transition: margin .2s ease;	
	-moz-transition: margin .2s ease;			
	-o-transition: margin .2s ease;				
	transition: margin .2s ease;	
}


.thumb:hover img {
	margin-top: 0;
	
	-webkit-transition: margin .175s ease;	
	-moz-transition: margin .175s ease;			
	-o-transition: margin .175s ease;				
	transition: margin .175s ease;	
}


/* /////////////////////////////////
	BIO
///////////////////////////////// */

.col.side .box {
	padding: 25px 30px 10px;
	color: #fff;
		
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.col.side .box h2 {
	color: #fff;
}

.col.side .box a {
	font-weight: normal;
	color: #fff;
}

.col.side .image {
	width: 270px;
	height: 270px;
	overflow: hidden;
	border: 0;
	background: #fff;
		
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.col.side .phone,
.col.side .email {
	font: normal 15px/20px Concourse, arial, sans-serif;
	color: #fff;
	background: url('../media/icon_phone-white.png') no-repeat left top;
	padding: 4px 0 2px 28px;
	margin-bottom: 15px;
}

.col.side .email {
	background: url('../media/icon_email-white.png') no-repeat left 8px;
}


/* /////////////////////////////////
	POSTS
///////////////////////////////// */

.post.list {
	border-bottom: 1px solid #d8d8d7;	
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.post h4 {
	text-align: left;
}

.post h2 {
	font-size: 20px;
	padding-right: 300px;	
}

.post h2 a {
	color: #000;
}

.post img.alignleft {
	clear: none;
}

h4 a,
h4 a:visited {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.post h2 a:hover,
h4 a:hover {
	color: #444;
	text-decoration: underline;
}

.post .date,
.post span.category {
    margin: 0 20px 10px 50px;
    float: right;
    text-align: right;
}

.post span.category {
	clear: right;
	margin-bottom: 20px;
}

.post .date.left {
    margin: 0 0 20px -10px;
    float: left;
    text-align: left;
}

.post.single .date,
.post.single span.category {
	margin-right: 0;
}

.post .date span,
.post span.category a,
.post .date a {
	margin-top: -3px;
	margin-left: 10px;
    padding: 5px 12px;
    border: 0;
    font: bold 12px/20px Concourse, arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    background: rgba(0,0,0,0.04);
 
    
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.post span.category.left {
	float: left;
	margin-left: -10px;
	margin-right: 10px;
}

.post span.category a {
}

.post .date a:hover,
.post span.category a:hover {
    color: #fff;
    background: #1b7ca6;
    text-decoration: none;
    
	-webkit-transition: all .2s ease;	
	-moz-transition: all .2s ease;			
	-o-transition: all .2s ease;					
	transition: all .2s ease;	
}

.post img {
	border: 5px solid #fff;
}

/* Pagination */

.pagination a {
	background: #111 url('../media/bg_button.gif') no-repeat left top;
	font: bold 15px/16px Concourse, arial, sans-serif; 
	text-transform: uppercase;
	height: 15px;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination a:hover {
	cursor: pointer;
	color: #fff; 
	text-decoration: none;
	background-color: #444; 
	background-position: left -40px;
	color: #ccc;
	
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}


/* /////////////////////////////////
	CLASSES
///////////////////////////////// */


.notice {
	background: #e93f1d;
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	margin: 40px 0 20px 0;
	font: bold 16px/24px Concourse, arial, sans-serif;
	text-transform: uppercase;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}

.floatLeft,
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.floatRight,
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}


.hidden {
	display: none;
}

.border-white {
	border: 5px solid #fff;
}

.border-top {
	border-top: 1px solid #d8d8d7;
	margin-top: 30px;
	padding-top: 30px;
}

/* FAQ Plugin */

.qa-category {
    margin-bottom: 10px;
}

.faq-catname {
	display: none;
}

.qa-faq {
	border-top: 1px solid #d8d8d7;
}

h3.qa-faq-title {
	font: bold 20px/24px Concourse, arial, sans-serif;
	margin: 0;
	padding: 5px 0;
}

h3.qa-faq-title a {
	color: #000;
	display: block;
	padding: 15px 20px;
	text-align: left;
}

h3.qa-faq-title a:hover {
	color: #444;
	text-decoration: none;
	background: rgba(0,0,0,0.033);
}

.qa-faq-answer {
	padding: 10px 20px;
}

/* /////////////////////////////////
	CONTACT FORM 7 ERRORS
///////////////////////////////// */

div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 20px 0 0 0;
    padding: 5px 15px;
    border: 0;
    font: bold 12px/20px Concourse, arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
div.wpcf7-mail-sent-ok {
    border: 0;
    background: #1b7ca6;
}
div.wpcf7-mail-sent-ng {
    border: 0;
    background: #981a30;
}
div.wpcf7-spam-blocked {
    border: 0;
    background: #981a30;
}
div.wpcf7-validation-errors {
    border: 0;
	background: #d14514;
}
span.wpcf7-form-control-wrap {
    position: relative;
}
span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0;
    font-size: 13px;
    left: 5px;
    padding: 1px 6px;
    position: absolute;
    top: -2px;
    z-index: 100;
    color: #d14414;
    
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {    
	display: block;
	clear: left;
	background: #6fbbbb;
	color: #fff;
	font: normal 12px/20px Concourse, arial, sans-serif;
	text-transform: uppercase;
	margin: -1px 0 10px 0;
	padding: 3px 10px 3px 10px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;	
}
span.wpcf7-list-item {
    margin-left: 0.5em;
}
.wpcf7-display-none {
    display: none;
}
div.wpcf7 img.ajax-loader {
    border: medium none;
    margin-left: 4px;
    vertical-align: middle;
}
div.wpcf7 .watermark {
    color: #888888;
}

