/* HEADER ZONE */
  .custom #header_area { 
background: url(/wp-content/themes/thesis_18/custom/images/OSDheader_bg.png) 0 0 repeat-x;
	height: 185px;
}

#header_area .page{
background: url(/wp-content/themes/thesis_182/custom/images/FPheader_bg.jpg) 0 0 repeat-x;
	height: 185px;
}
  
.custom #header {    
   background: url('/wp-content/themes/thesis_18/custom/images/OSDsiteheader.png') no-repeat;
   height: 155px;
   width: 663px;
   border-bottom:none;
   padding-top:0;
   padding-bottom:0;

   margin-left: 0px;

   position: relative;
}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

#clickableHeader {
width: 490px; 
height: 164px; 
position: absolute; 
cursor: pointer;
z-index: 1002;
}

/* NAV BAR */
.menu-main-menu-container{
background: #c3ae93;
top: -20px;
position: relative;}


/*CONTENT AREA*/
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}

.custom .teaser_link{
	background-color: #C2AE95;
	color: #ffffff;
	float:right;
	font-size: 1.4em;
	padding: 6px 8px;
	text-decoration: none;
}

.custom .teaser_link:hover{
	background-color: #657E9E;
	color:#ffffff;
	size: 1.4em;
	}

.wp-post-image{
	margin: 0px 5px 0px 0px;}	

#post_text_box{
	background-color: #C2AE95;
	padding: 7px;
	border: 1px solid #435666;
	margin: 5px 0 10px 0;
	color: white;
}

a.btn_1 {
display: inline-block;
background-color: #425567;
color: #fff;
font-size: 14px;
font-family: Verdana, Arial, sans-serif;
font-weight: 600;
text-transform: uppercase;
text-decoration: none !important;
border-radius: 4px;
border-bottom: 4px solid #425567;
padding: 15px 40px;
transition: .15s ease-in-out;
}

a.btn_1:hover {
background-color: #637EA0;
border-color: #425567;
}

cta-box {
	background: #E4CFB4;
	border-radius: 8px;
	border: 6px double #C3AE93;
	color: #425567;
	font-family: Verdana, Arial, sans-serif;
	margin: 20px;
	max-width: 820px;
	padding: 30px 40px;
	text-align: center;
}

.cta-box__title {
	font-size: 25px;
	margin: 0 0 20px;
}

.cta-box__text {
	font-size: 14px;
	margin: 0 0 25px;
}

.cta-box__btn {
	background-color: #425567;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding: .8em 2em;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	text-transform: capitalize;
	transform: perspective(1px) translateZ(0);
	transition: color .3s ease-out;
}

.cta-box__btn:before {
	background-color: #fff;
	border-radius: 3px;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transition: transform .3s ease-out;
	z-index: -1;
}

.cta-box__btn:hover {
	color: #425567;
}

.cta-box__btn:hover:before {
	transform: scaleX(1);
}

/*FOOTER */

p.main {text-align:center;}