*{
    margin: 0;
    padding: 0;
}

html,body{
	font-family: 'MerriweatherSans';
}
body{
    background-color: #e5d7ce;
}

ul,ol, li{margin: 0; padding: 0;}
h4{
    margin: 0;
    padding: 0;
}

#container{
    background: #ffffff;
    position: relative;
   	max-width: 1280px;
   	min-width: 980px;
    margin:0 auto;
}

.page_list {
	padding: 40px;
	line-height: 28px;
    font-weight: normal;
    font-size: 14px;
    font-family: serif;
}

.page_list a{
    display: block;
}

a {
	text-decoration: none;
}


.clear{
    width:0;
    height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.motion_arrow .arrowView{
    background: url(../images/down.png) center center no-repeat transparent;
	height:70px;
}

.motion_arrow .scroll_cta{
    color: #d5c277;
}

.motion_arrow {
	position: relative;
	margin-left: -135px;
	left: 50%;
    width:270px;
    text-align: center;
    color: #ffffff;
}

input#search_textarea, input#autocomplete_area{
    width:100%;
    height: 45.3125%; /* 145px at container height of 320px*/
    border: none;
    outline: none;
    padding: 4.296875% 0;/*55px at 1280px width*/
    font-size: 140px;
    line-height: 1.0357142857em; /*145px at 140px font size*/
    text-indent: .21242857143em; /*30px at 140px font size*/
    font-family: "ProximaNovaLtLight", arial, sans-serif;
    letter-spacing: -.01428571429em;/* -2px at 140px font size */
    position: absolute;
    bottom: 0;
    left: 0;
    resize: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius:0;
    -o-border-radius:0;
    overflow: hidden;
}

/* gets appended to search overlay to make the whole screen clickable for closing */

.nudge{
    left: -6px;
}

/*over lay div over everything for screen transition */
.transDiv{
    width:100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 10000;
    background: #ffffff;
    display: none;
}
input.txt{
    width: 279px;
	height: 41px;
	border: 1px solid #C7AC53;
	background-color: transparent;
	padding: 0 10px;
	color: #c7ac53;
}

#contact-form .screen-reader-text{
	line-height:28px;
	color:#C7AC53;
	font-style:italic
}
#contact-form .txtarea{
	width: 640px;
	min-height: 180px;
	margin: 0px;
	height: 200px;
	border: 1px solid #C7AC53;
	background-color: transparent;
	color: #C7AC53;
	padding: 10px;
	resize: none;
}
#contact-form .subbutton{
	border: none;
	background-color: #C7AC53;
	color: #fff;
	padding: 15px 50px;
	font-weight: bold;
	margin-top: 25px;
}

#contact-form .contact-name{
	font-weight:bold;
	font-size: 14px;
	color: #c7ac53;
}
#contact-form{
	margin-top:30px
}

.absolute-text-holder{
	position: absolute;
	bottom: 67px;
	width: 100%;
	margin-left: 0%;
	color: #C7AC53;
}

.absolute-text-holder p{
	float: left;
	width:33.3%;
	text-align: center;
}

ul li{
	
	margin:0 0 0 20px;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	line-height: 34px;
	letter-spacing: normal;
}
#frame-9 a:hover{
	color: #C7AC53 !important;
}
@media screen and (max-width: 1030px) {
  #frame-9 .logo {
	width: 250px !important;
  }
span.statcounter{
	position: absolute;
	bottom: 0;
}