/* 
Theme Name: Beacon Trust 2013
Theme URI: http://beacontrust.ca
Description: Beacon Trust Website Design
Version: 1.0 
Author: Pixel Perfect + Q4
Author URI: www.pixelperfectweb.ca
*/ 

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	background: url(css/body-bg.png);
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #555;
}

.green {
    color: #457b4c;
}

.clear {clear: both;}

a {
	color: #64a768;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover {color: #000;}


h1,h2,h3,h4,h5,h6 {
	line-height: 1.2;
	margin: 1em 0 1em 0;
	font-weight: normal;
	font-family: times, times new roman, serif;
}

h1 {font-size: 28px;margin: 0 0 .5em;}
h2 {font-size: 22px;margin: 1em 0 .5em;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

h2 span {font-size: 16px;}
.secondary h5 {font-size: 18px;}

p {margin: 0 0 1em 0;}

ul, ol {
	margin: 1.2em 0 1.2em 2em;
}

ul { list-style: square; }
ol { list-style: decimal; }

ul ul {list-style: circle;}


li { margin: 0 0 .5em 0; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.2em 0;	
}

hr {border: 0;border-top: 1px solid #ccc;margin: 1.2em 0;}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

.content blockquote {
	margin: 0 0 1em 2em;
	padding: 0 1em;
	font-style: italic;
	border-left: 3px double #d6d6d6;
}


img.alignright, img.alignleft, img.aligncenter, img.alignnone {
		border-bottom:5px solid #426d43;
		box-shadow: 0 0 5px #ccc;
	}
img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block; 
	margin: 0 auto;
}
img.alignnone { margin: 0 0 1em 0; }
a img.alignright:hover { background: #c07c45; }
a img.alignleft:hover { background: #c07c45; }
a img.aligncenter:hover { background: #c07c45; }

p img.alignnone {margin-bottom: 0;}


/* ClearFix */
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

:focus {
	outline: 0;
}

::-moz-selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

::-webkit-selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}

::selection {
	color: #fff;
	text-shadow: none;
	background: #000;
}


	

/* ! Header
-------------------------------- */

header[role="banner"] {
	height: 171px;
	background: url(css/header-bg.png) repeat-x;
}

header ul.login {
	list-style: none;
	margin: 0 auto;	
	height: 40px;
	width: 960px;
	
}

header ul.login li {float: right;}
header ul.login li.client a,
header ul.login li.signin a {padding-left: 24px;line-height: 40px;color: #fff;text-shadow: 0 1px 1px #0f4120;background: url(css/icon-lock.png) no-repeat;}
header ul.login li.client a {background: url(css/icon-client.png) no-repeat;margin-right: 2em;}
header ul.login li a:hover {opacity: .5;}

header .row {clear: both;overflow: visible;}

header .logo {
	width: 213px;
	height: 79px;
	margin: 23px 0 0 0;
}
header .logo a {
	background: url(css/BeaCH-logo.png) no-repeat;
	width: 213px;
	height: 79px;
	text-indent: -9999px;
	display: block;
}


header form {float: right;margin-top: 20px;}
header form label {display: none;}
header form input[type="text"] {
	border-radius: 15px;
	background: url(css/icon-magnify.png) 95% 5px no-repeat #f2f2f2;
	
}


/* ! Navigation
-------------------------------- */

nav {
	
	float: right;
	clear: right;
	margin-top: 10px;
}

nav ul {
	list-style: none;
	padding: 0;
	z-index: 400;
	margin: 0;

	
}

nav ul li {
	margin: 0;
	padding: 0;
}

nav > div > ul, nav ul > li > ul {
	list-style: none;
	position: relative;
}

nav > div > ul > li {
	float: left;
	height: 50px;
	margin: 0 0 0 20px;	
}

nav > div > ul > li > a {
	color: #999;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

nav > div > ul > li:hover > a,
nav > div > ul > li.current_page_item > a {
	color: #457b4c;
	border-bottom: 2px solid #457b4c

	
}

nav > div > ul > li.current_page_item > a {font-weight: bold;}



nav > div > ul > li > ul {
	background: #3f6840;
	display: none;
	position: absolute;
	font-size: 11px;
	padding: 0;
	min-width: 220px;
	margin: 0;
	text-transform: uppercase;
}

nav > div > ul > li:hover > ul {display: block;}
nav > div > ul > li ul li {background: none;}

nav > div > ul > li ul li a {
	color: #fff;
	display: block;
	line-height: 24px;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	border-bottom: 1px solid #29472a;
}

nav > div > ul > li ul li a:hover {
	background: #64a768;
	color: #fff;
	text-decoration: none;
}



/* ! Main Content
-------------------------------- */

.content {padding: 2em 0;background: url(css/lighthouse.jpg) left top no-repeat;}


.content .row {overflow: visible;padding: 46px;background: url(css/content-bg.png) no-repeat;min-height: 600px;}

.content .primary.eightcol {float: right;margin: 0;}
.content .secondary.fourcol {float: left;}

h1.welcome {text-align: center;margin-bottom: 0;}

.home-content h2 {margin-top: 0;font-size: 32px}

p.note {font-size: 12px;}

.tagline {text-align: center;}
hr.divider {
	background: url(css/divider-fade.png) center top no-repeat;
	height: 34px;
	width: 100%;
	border: 0;
}


.content table {
	margin: 0 0 1.5em;
	width: 100%;
}

.content table th,
.content table td {
	padding: 10px;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content table th {
	font-weight: bold;
	border-bottom: 3px double #d6d6d6;
}

.content table th:first-child {text-align: left;}

.content table td {
	border-bottom: 1px solid #d6d6d6;
}

.content table tr:nth-child(odd) td {
	background: #f6f6f6;
}

.content table th:nth-child(2),
.content table td:nth-child(2) {
	text-align: center;
}

.content table th:nth-child(3),
.content table td:nth-child(3) {
	text-align: right;
}

.content table tr:hover td {
	background: #e6e6e6;
}


.disclaimer {margin: 2em 0;clear: both;font-size: 11px;}
.disclaimer p {padding-top: 2em;border-top: 1px solid #ddd;}
.disclaimer2 {margin: 1.5em 0;clear: both;font-size: 11px;}
.disclaimer p {border-top: 1px solid #ddd;}

.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6 {margin-top: 0;}

.secondary {font-size: 13px;}

.sidenav {margin: 0 0 2em 0;font-size: 14px}
.sidenav h5 {font-size: 18px;}


/* Buttons */

.btn,
.wpcf7-submit {
	display: inline-block;
	padding: 7px 12px;
	text-decoration: none;
	background: whiteSmoke;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #555;
	border: 1px solid #ddd;
	cursor: pointer;
	font-size: 14px;
	font-family: times, times new roman, serif;
	
}

.btn:hover,
.wpcf7-submit:hover {
	background: #ccc;
	border-color: #bbb;
	color: #333;
	text-decoration: none  !important;
}

.btn-large {
	font-size: 22px;
	padding:7px 20px;
}


.btn-max {width: 100%;padding: 7px 0;text-align: center;}


.btn-success,
.wpcf7-submit {
	background: #64a768;
	color: #fff !important;
	text-shadow: 0 1px 1px #678c4c;
	border: 0;
	border-bottom: 3px solid #528e55;
}

.btn-success:hover,
.wpcf7-submit:hover {
	background: #528e55;
	border-color: #315833;
	color: #fff;
}

.btn-primary {
	background: #0076a3;
	color: #fff !important;
	text-shadow: 0 1px 1px #195876;
	border: 0;
	border-bottom: 3px solid #005d80;
}

.btn-primary:hover {
	background: #005d80;
	border-color: #004661;
	color: #fff;
}

.btn-secondary {
	background: #555555;
	color: #fff !important;
	text-shadow: 0 1px 1px #000;
	border: 0;
	border-bottom: 3px solid #333;
}

.btn-secondary:hover {
	background: #333;
	border-color: #000;
	color: #fff;
}

.btn-danger {
	background: #ee5f5b;
	color: #fff !important;
	text-shadow: 0 1px 1px #551310;
	border: 0;
	border-bottom: 3px solid #bd362f;
}

.btn-danger:hover {
	background: #bd362f;
	border-color: #8b2923;
	color: #fff;
}





/* Forms */

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 1px 1px 5px #ddd inset;
	height: 20px;
	width: 220px;
	padding: 4px 6px;
	display: inline-block;
	margin: 0 0 1em 0;
	font-size: 13px;
	color: #555;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

textarea {
	height: 100px;
	width: 95%;
}

select {
	height: 30px;
	line-height: 30px;
	padding: 0;
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="submit"],
button {
	font-size: 14px;
}




/* ! Footer
-------------------------------- */

footer {
	background: url(css/footer-bg.png) center top #393f3a;
	border-top: 1px solid #232724;
	box-shadow: 1px 1px 2px #454c46 inset;
	color: #ccc;
	text-shadow: 0 1px 1px #000;
	font-size: 12px;
}

footer h5 {
	color: #dcdada;
	
	border-bottom: 2px solid #64a768;
	padding-bottom: 5px;
}

footer a {color: #fff;}
footer a:hover {opacity: .5;color: #ccc;}


footer .fourcol .menu li a {
	padding-left: 24px;
	background: url(css/icon-link.png) no-repeat;
}

footer ul.posts li {
	background: url(css/icon-cal.png) no-repeat;
	padding-left: 24px;
}
footer ul.posts li h6 {margin-bottom: 0;}
footer ul.posts li h6 a {font-size: 15px;color: #fff;margin: 0 0 2px 0;}
footer ul.posts li p {font-size: 11px;}

footer > .row {padding: 1em 0 2em 0;}
footer > .row:first-child ul {list-style: none;margin: 1.2em 0;}

footer .inner {
	background: #2f3430;
	color: #ccc;
	padding: 2em 0;
	font-size: 11px;
	border-top: 1px solid #232724;
	box-shadow: 1px 1px 1px #454c46 inset;
	
}

footer .inner ul {
	list-style: none;
	margin: 0 0 1em 0;
	height: 11px;
}

footer .inner li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
	border-left: 1px solid #fff;
	line-height: 11px;
	
}

footer .inner li:first-child {
	margin: 0;
	padding: 0;
	border: 0;
}

footer .contact a {padding-left: 24px;background: url(css/icon-mail.png) no-repeat;}


/* Style added by DS */

.logo_home {float:none; width: 500px; margin:0 auto;}
.logo_nema {float: left; padding:20px 40px;}

.logo_pcma {float: left; padding:20px 0 20px 40px;}

.btnw {width:220px;}

.content table.alpha_table td, .content table.alpha_table th {text-align:center;}