@import url(http://fonts.googleapis.com/css?family=Montserrat:300,400,600);

.desktop 	{
	display: inline-block;
	visibility: visible;
	}
.mobile	{
	display: none!important;
	visibility: hidden;
	}
html{
overflow-y:scroll;
}
input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input[type="image"]{
	padding:0;
	border:none;
}
	
/*html5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary, .hiddenInfo {
	display: block;
	}	
body	{
	margin: 0 auto;
	height: 100%;
	padding: 0;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: auto;
	text-rendering: optimizelegibility;
	}
a:link, a:visited	{
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	 transition:.5s;
	 text-decoration: none;
	 }
a:hover	{
	 -webkit-transition: all .5s ease-in-out;
	 }
.clear	{
	clear: both;
	}
.clear-block	{
	clear: both;
	display: block;
	width: 100%;
	height: 10px;
	}
header	{
	width: 100%;
	position: relative;
	}
footer	{
	width: 100%;
	position: relative;
	font-size: 14px;
	}
a.logo	{
	opacity: 1;
	transition: all .5s ease-in-out;	
	position: relative;
	z-index: 10000;
	opacity: 1;
	transition: all .5s ease-in-out;	
	padding: 0 0 0 75px;
	font-weight: 200;
	color: !important;
	font-size: 27px;
	line-height: 70px;
	}
a:hover.logo	{
	opacity: .75;
	-ms-transition:.5s!important;
	-moz-transition:.5s!important;
	-webkit-transition:.5s!important;
	 transition:.5s!important;	
	}
a.logo:before	{
	position: absolute;
	z-index: 10000;
	left: -15px;
	top: -25px;
    content: url('../images/shell/logo.png');
}	
a#toTop	{
	display: block; 
	position: fixed; 
	z-index: 10001;
	bottom: 0px; 
	right: 0px; 
	width: 40px; 
	height: 32px; 
	line-height: 28px;	 
	text-align: center; 
	text-decoration: none; 
	font-size: 1.75em; 
	}
a:hover#toTop	{
	}
.sm	{
	font-size: 13px;
	}
.fa	{
	font-family: FontAwesome;
	}
.cta:after	{
	content: "\f0da";
	margin: 0 5px 0 0;
	padding-left: 5px;
	font-family: FontAwesome;
	}
.quote	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 15px;
	margin-top: 25px;
	}
.quoteLeft	{
	float: left;
	clear: both;
	display: block;
	padding: 10px 0 10px 25px;
	}
	
.quoteLeft:before	{
	content: "\f10d";
	font-family: FontAwesome;
	float: left;
	margin-left: -25px;
	}
.sideLines {
	overflow: hidden;
	position: relative;
}
.sideLines span {
	display: inline-block;
	position: relative;  
}
.sideLines span:before, .sideLines span:after {
	content: "";
	position: absolute;
	height: 3px;
	top: 45%;
	width: 2000px;
}
.sideLines span:before {
	right: 100%;
	margin-right: 5px;
}
.sideLines span:after {
	left: 100%;
	margin-left: 5px;
}
.divider {
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	position: relative;	
	margin: 0 0 15px 0;
}
.divider span {
	display: inline-block;
	position: relative;  
}
.divider span:before, .divider span:after {
	content: "";
	position: absolute;
	height: 2px;
/* 	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; */
	top: 40%;
	width: 2000px;
}
.divider span:before {
	right: 100%;
	margin-right: 5px;
}
.divider span:after {
	left: 100%;
	margin-left: 5px;
}
.divider b:after	{
	position: relative;
	content: "\f069";/* asterisk */
	font-family: FontAwesome;
	font-size: 19px;
/* 	color: #ccc; */
	top: 0;
}

.splat	{
	position: relative;
	padding-left: 15px;
}
.splat:before	{
	font-family: FontAwesome;
	content: "\f069";
	font-size: .75em;
	position: absolute;
	left: 0;
	top: 3px;
}


.borderedHardShadow	{
	border: 1px solid #ccc;
	box-shadow: 5px 5px 0 0 #ddd;
}	
.borderedHardShadowDark	{
	border: 1px solid #aaa!important;
	box-shadow: 5px 5px 0 0 #bbb!important;
}	
.boxed	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	padding: 10px!important;
	text-align: left!important;
	}	
.boxed h3	{
	font-size: 17px;
	padding: 10px;
	text-align: left;
	margin: -10px -10px 10px -10px;
	}
.highlightBox	{
	padding: 10px;
	margin: 0 0 15px 0;
}
.highlightBox p:last-child	{
	margin-bottom: 0;
}	
p	{
	margin: 0 0 15px 0;
	}	
h2,h3,h4	{
	color: #ac8d5f;
	margin: 0 0 10px 0;
	font-weight: 400;
	}
h1	{
	position: relative;
	font-size: 2em;
	margin: 0 0 10px 0;
	font-weight: 200;
	}
h2	{
	font-size: 1.75em;
	font-weight: 200;
	}
h3	{
	font-size: 1.25em;
	font-weight: 400;
	}
header h3	{
	font-size: 1em;
	font-weight: 300!important;
	position: absolute;
	top: 30px;
	right: -10px;
	}
header h3 em	{
	
	}
header	{
	position: relative;
	}
q {
  	position: relative;
	display: block;
	margin: 0;
	padding-left: 15px;
}
q:before {
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	/* content: open-quote; */
    content: "\f10d";
	font-weight: normal;
	font-size: 10px;
}
q:after {
	font-family: FontAwesome;
	position: relative;
	top: -3px;
	margin: 0 0 0 3px;
    /* content: close-quote; */
	font-weight: normal;
	content: "\f10e";
	font-weight: normal;
	font-size: 10px;
}
.hdr a .fa-facebook-square	{
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 25px;
	color: #3a559f;
	transition: all .5s ease-in-out;
}
.hdr a:hover .fa-facebook-square	{
	opacity: .75;
	transition: all .5s ease-in-out;
}
.footerArea a .fa-facebook-square	{
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 24px;
	color: #3a559f;
	transition: all .5s ease-in-out;
}
.footerArea a:hover .fa-facebook-square	{
	color: #fff;
	transition: all .5s ease-in-out;
}








a.pdf	{
	position: relative;
	}
a.pdf:after	{
	position: relative;
	font-family: FontAwesome;
	content: "\f1c1";
	color: #b00;
	margin: -3px 2px 0 3px;
	top: -2px;
	}	
a.offsite	{
	position: relative;
	}
a.offsite:after	{
	position: relative;
	font-family: FontAwesome;
	content: "\f08e";
	color: #666;
	margin: -3px 2px 0 3px;
	top: -2px;
	font-size: 15px;
	}
.email	{
	position: relative;
	}
.email:after	{
	position: relative;
	font-family: FontAwesome;
	content: "\f003";
	color: #666;
	margin: -3px 2px 0 3px;
	top: -2px;
	font-size: 15px;
	font-weight: normal;
	}

.info	{
	position: relative;
	padding-left: 20px;
	}
.info:before	{
	position: absolute;
	font-family: FontAwesome;
	content: "\f05a";
	color: #1d76fc;
	margin: 0;
	top: -3px;
	left: 0px;
	font-size: 20px;
	font-weight: normal;
	}
	
a.map	{
	position: relative;
	}
a.map:after	{
	position: relative;
	font-family: FontAwesome;
	content: "\f041";
	color: #666;
	margin: -3px 2px 0 3px;
	top: -2px;
	font-size: 15px;
	}	
	
	
	
h3 i	{
	font-weight: 400!important;
	}
h4	{
	font-size: 1.2em;
	font-weight: 400!important;
	}
ul 	{
	margin: 0 0 0 18px;
	padding: 0;
	}
ul li	{
	margin: 0;
	padding: 0;
	}
a.btn	{
	text-decoration: none;
	background: ;
	display: inline-block;
	padding: 7px 15px;
	color: #fff!important;
	font-size: 15px;
	border-radius: 3px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	font-weight: 600;
	}
a.btn:hover, a.hoverOn	{
	background: ;
	color: !important;
	text-shadow: 1px 1px 1px #fff;
	}
.lg	{
	font-size: 17px;
	}
.lg p.dc:first-letter	{
	font-size: 2.5em!important;
	}
	
	
	
	
ul.bullet {
	margin: 0 0 15px 0;
	position: relative;
	list-style: none;
	}	
ul.bullet li	{
	position: relative;
	margin: 0;
	padding: 0 0 5px 13px;
	}
ul.bullet li:before	{
	font-family: FontAwesome;
	content: "\f069";
	color: #A5C0CE;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 10px;	
}
	
.rule	{
	margin: 20px 0;
	border-top: 1px solid #DEDBD1;
	height: 1px;
	line-height: 1px;
	}
b	{
	font-weight: 600;
	}
strong	{
	font-weight: 600;
	}
img	{
	max-width: 100%;
	height: auto;
	}
.sm	{
	font-size: 11px;
}
img.rt, .rt	{
	float: right!important;
	margin: 0 0 15px 15px;
	display: inline-block;
	}
img.lf, .lf	{
	float: left;
	margin: 0 15px 15px 0;
	display: inline-block;
	}
.ctr	{
	text-align: center;
	}
.offsite	{
	padding: 0 15px 0 0;
	background: url(../images/shell/icon_offsite.gif) no-repeat 100% 3px;
	}
	
a {cursor:pointer;}

a.read-more:after	{
	content: " \21d2";
	}	

p.dc:first-letter	{
	float: left;
	font-size: 2.5em!important;
	line-height: 2em;
	padding: 0 2px 0 0;
	margin-top: 2px;
	margin-top: -5px;
	}
.tabContent	{
	position: relative;
	padding: 10px 0 5px 15px;
	top: -10px;
}
	
.downloadBox	{
	float: right!important;
	margin-bottom: 15px;
	padding: 15px;
}

/* PHOTO GALLERY */

.thumb-container	{

	}	
.thumb-container .thumb	{
	float: left;
	display: block;
	width: 18%;
	text-align: center;
	margin: 5px 1%;
	font-size: .8em;
	line-height: 1em;
	/* display: flow-root; */
	min-height: 150px;
	}	
.thumb-container .thumb img, .thumb-container .thumb a img	{
	display: block;
	margin: 0!important;
	padding: 0!important;
	}
.thumb-container .thumb img	{
	display: block;
	border: 2px solid #bbb!important;
	}		
.thumb-container .thumb:hover img	{
	border: 2px solid #666!important;	
	}
.thumb-container .thumb a	{
	float: left;
	display: block;
	font-size: .75em;	
	text-decoration: none;
	margin-bottom: 5px;
}	
.thumb-container .thumb h3	{
	font-size: 1.25em;
	}
*+html .thumb-container .thumb a	{
	margin: 12px;
	}