@charset "utf-8";

/*--------------------------------------------------------------------- */
/* Global Reset */
/*--------------------------------------------------------------------- */ 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0;}

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }

img { max-width:100% !important}
.row {background-color:#fff}
.blue {background-color:#006ca0}
.gray {background-color:#ededed}

body {
	background-color:#dadada; 
	background-image:url(../images/darkdenim3.png);
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	color:#595959;
	font-size:14px;
	line-height:1.5em;
}
.logo {margin-left: 1rem}
.ruler {
   background:url(../images/ruler.gif) repeat-x; height:12px;
}


/* Topmenu
======================================================== */
.menu, .menu-header{
	/*display: inline-block;*/
		margin:0;
	text-align: center;
	/*padding:0;*/
}

.menu li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}

.menu li a:hover, .menu li a.current {
	color:#b2d470;
}


.menu li{
	display: inline;
	line-height: 60px;
	padding: 0 20px;
}
/*Responsive Menu*/

.mobile-nav{
	display: none;
}


.inner {padding: 1rem}
.inner p {margin-bottom: 1.25rem}

/* Typography
======================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #4C4C4C;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 1.5rem;
	line-height:normal}

h1{
	font-size:27px;
}
h2{
	font-size:24px;
}
h3{
	font-size:20px;
	margin-bottom:10px}
	
h4{
	font-size:18px;
	margin-bottom:10px}
	
h5{
	font-size:16px;
	margin:7px 0 5px}
	
h6{
	font-size:14px}




/* Links 
======================================================== */
a, a:visited { color: #006ca0; text-decoration: none; outline:none; }
a:hover, a:focus {	color: #595959; }

.header_quote {
	text-align:center;
	font: bold italic 26px/1.4em 'Lato', Arial, serif;
	padding: 1rem 0
}

.box_border {
	border:1px solid #006ca0;
}

.box h1, .box h2, .box h3, .box h4, .box h5,
.entry .box h1, .entry .box h2, .entry .box h3, .entry .box h4, .entry .box h5  {
	margin-top:0px}
	
.box h2 {background:#22649C; color:#fff;padding:.5rem; margin-bottom: 0}

.box_inner {padding:1rem}
.box p {margin-bottom: 1rem;}

.link-more  {
    color: #006ca0;
    line-height: 1.1em;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/icons/icon_more.png") no-repeat scroll right 4px transparent;
    padding-right: 12px;
    text-transform: uppercase;
    font-style: normal;
	
}
.link-more:hover {color: #595959}
.client_front {padding-left:2rem}

.main ul {
margin: 10px 0px 10px 20px;
padding: 0px;
}

.main ul li {
    list-style-type: square;
    margin-bottom: 5px;
}

.quoteBox {
    margin: 20px 0px 10px;
}

.quoteBox .inner {
    background: url("../images/icons/icon_quotes.png") no-repeat scroll 0px 0px transparent;
    padding: 5px 10px 0px 45px;
}

.quoteBox .quote-text {
    font-family: "Cardo",Georgia,serif;
    font-size: 20px;
	line-height:24px;
    font-style: italic;
    font-weight: normal;
    color: #595959;
}
.quote-author {
    padding: 10px 0px 5px;
    color: #22649C;
    font-size: 14px;
}

.quote-author span {
	color:#006ca0;
	text-transform:uppercase}
	
/*staff section*/	

.entry {
	clear:both;
	color:#4c4c4c;
	line-height:1.6em;
	overflow:hidden;
	}
	
.divider_thin {
	margin-bottom:15px;
	padding-top:15px;
	background:url(../images/divider_line.gif) bottom repeat-x}

.frame_left {
	float:left;
	display:block;
	margin:5px 20px 5px 0}


/*faq*/

	
.faq_question .ico {
	background:url(../images/icons/toggle_icons.png) -18px 0 no-repeat;
	width:11px;
	height:11px;
	font-size:10px;
	display:inline-block;
	margin-right: 5px;
}


.faq_question.close .ico {
	background-position:-18px -19px}


.toggle_content p {
	margin:0 0 10px 0}

.toggle_content .faq_question {
	margin:5px 0 15px 0}

.faq_question {
	margin-bottom:20px;
	font-size: 16px;
	color:#006ca0;
	cursor:pointer;
	}



.faq_answer {
	margin:0 0 30px 0}
	
/*footer*/
.footer h3 {
    color: #4C4C4C;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0px 0px;
    margin: 0px 0px 5px;
}

.footer .link-fb {
    display: inline-block;
    color: #1A1A1A;
    margin-left: 13px;
    line-height: 17px;
    background: url("../images/icons/footer_social.png") no-repeat scroll 0px 0px transparent;
    padding-left: 23px;
}

.footer .link-fb:hover {
	background-position:0 -27px}	

	.logo {
		width:270px;
		text-align:center;
		margin:0 auto;
		height:146px;
		background: url(../images/logo2015.png) no-repeat;
}
/*.logo {
	width: 450px;
	background: url(../images/bresop-logo-L.png) no-repeat;
	height: 83px;
}*/


/* Back to Top
======================================================== */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url("../images/icons/scroll-top-arrow.png") no-repeat scroll left top transparent;
    z-index: 999;
}
/*tablet styles*/
@media (max-width: 48em) {
	.logo {display:block; margin: 0 auto;}
	.menu {margin:0 auto; text-align:center;}
	.client_front {padding-left:2rem}

}

/*phone styles*/
@media(max-width: 40em){
.logo {
		width:270px;
		text-align:center;
		margin:0 auto;
		height:146px;
		background: url(../images/logo2015.png) no-repeat;
}
.phone-green {background:#b2d470}

	.mobile-nav{
		display: block;
		z-index: 1000;
	}
	.menu-header{display: none;}

.menu-btn{
	display: inline-block;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.menu-btn div {
	position: relative;
	left: 100%;
	top: 64%;
	padding-right: 8px;
	margin-top: -0.50em;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 200;
	vertical-align: middle;
	z-index: 99;
}

.menu-btn span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px 0;
	background: #fff;
	z-index: 99;
}

.responsive-menu{
	display: none;
	font-size: 16px;
	background: transparent;
}

.responsive-menu .menu-header{
	display: block;
}

.responsive-menu .menu-header ul{
	background: transparent;
	position: relative;
	display: block;
	padding:0;
}

.responsive-menu .menu {text-align:left;}

.responsive-menu .menu li{
	background: transparent;
	float: left;
	line-height: normal;
	width: 100%;
	padding: 5px ;
	display:block;
	
}

.responsive-menu .menu li:last-child{
	border-bottom: none;
}

.expand {
	display: block !important; 
}

.responsive-menu .menu-header li .visible{
	display: block;
}

.menu li a:hover{
	color:white;
}
.responsive-menu .menu-header li:hover {background:#006ca0; }

	.responsive-menu, .responsive-menu .menu-header, .responsive-menu .menu-header .menu{
		width: 100%;
	}
	.responsive-menu .menu-header li a {color: #006ca0}
	.responsive-menu .menu-header li a:hover {color: #fff}
		

	.logo {margin: 0 auto}
	.client_front {margin-left:0}
	
	.frame_left {
	float:none;
	display:block;
	margin:10px auto}
}
