/********************************************
 * General settings
 */
 
.not-tablet, .desktop-only, .phablet-only, .phone-only, .phone480-only {
  display: none;
}

#container, footer {
  width: 768px;
}

.wrapper {
  width: auto;
}

/*************************
General Layout
**************************/
#big_right_content{
    float: none;
    width: 758px;
}

#left_content{
    width: 445px;
}

nav.inner{
	border:none;
}

/*************************
Header Component
**************************/
header {
    height: 113px;
}

div#sticky-top{
	position: relative;
    width: 445px;  
}

#logo {
	left: 24px;
    top: 6px;
}

/*************************
Right Column
**************************/
div.right_scroll_content{
	height:1312px;
}

div.right_scroll_content div.text-only{

}

/*************************
Left Column
**************************/
div#left_content div#content{
	top:0;
}

div#content div.scroll_content{
	height:1087px;
}

div.content_foot{
	width:100%;
	height:200px;
}

/*************************
Pages Content
**************************/
div.left_scrollcontent{
	float:none;
	width:100%;
}

div.left_scrollcontent h1{
	font-size:55px;
	color:#1279bf;
	margin-bottom: 20px;
}

div.left_scrollcontent h2{
	color: #1279bf;
    font-size: 20px;
    line-height: 28px;
}

div.right_scrollcontent h3{
	color: #1279bf;
    font-size: 18px;
	margin-bottom:12px;
}

div.right_scrollcontent{
	float: right;
    width: 100%;
}

/*************************
Home page
**************************/
div#home_content{
	background-position: -246px 336px;
	background-color: #487dc1;
}

div.home_cta{

}

div.home_cta a{
	margin-right: 20px;
	margin-bottom: 20px;
}

/****************
Find a funeral director page
****************/
div.director_holder{
    width: 349px;
}

div.priority{
    width:728px;
}

div.director_right{
	width: 244px;
}


div.priority div.director_right {
    width: 600px;
}

/****************
Find a funeral page
****************/
div.funeral_holder{
	width: 349px;
}

div.funeral_right{
	width: 244px;
}

div.tribute_holder{
    width: 728px;
}

div.tribute_middle{
	width:528px;
}

/****************
Notification forms
****************/
form#notification-list, 
form#notification-list label.radio, 
form#notification-subscribe, 
form#listing-application, 
form#listing-application label.radio{
	width:750px;
}

form#notification-list label.radio, form#notification-subscribe label.radio{
	width: 605px;
}

