/* HOME PAGE STYLES
=================== */
body {
  background:url(container-homebg.jpg) center top repeat-x;
}
/* Structure
============ */
.container {
background: url(container-home.jpg) center top no-repeat;
}
.inner-container {
  background: url(homebg.jpg) center top no-repeat;
}
.main-header {
  display: none;
  background: none; 
}
.content-container {
  height: 1000px;
  padding: 0;
  background: none;
}
footer {
  position: relative;
  top:-42px;
  height: 0;
  margin: 0;
  background: none;
}
.footer-links {
  padding-top: 0;
}
/* Home Navigation
================== */
.main-nav {
  top: 151px;
  left: 13px;
}
.main-nav li {
  position: absolute;
}
.main-nav .home-btn {
  display: none;
}
/* Scrolling Banner
=================== */
.scrolling-banner-wrapper {
  position: absolute;
  width: 332px;
  top: 186px;
  left: 235px;
  color: #00ab89;
  font-weight:bold;
  padding: 2px 0 2px 0;
  cursor: pointer;
  font-size:16px;
  font-size:1.6rem;
}
/* Slideshow
============ */
.home-slideshow,
.home-slideshow-mask {
  position: absolute;
  width: 303px;
  height: 302px;
  top: 88px;
  left: 672px;
}
.home-slideshow-mask {
  background: url(mask.png) no-repeat;
  z-index: 20;
}
/* Calendar Dates
=============================== */
.updates-area {
  position: absolute;
  width: 218px;
  height: 193px;
  color: #00305F;
}
.updates-area li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* Calendar Dates
================= */
.calendar-dates {
  top: 532px;
  left: 108px;
  padding: 0px;
}
/* House Points
=============== */
.house-points {
  position: absolute;
  width: 345px;
  height:128px;
  top: 750px;
  left: 319px;
  text-align: center;
  border-radius: 12px;
  background: url(housepoints.png);
  font-size:24px;
  font-size:2.4rem;
  color:#fff;
}
.house-points-list {
  position: relative;
  top:8px;
  left: 0px;
  text-align: center;
  width:355px;
}
.house-points-list li {
  width:83px;
  font-weight:normal;
  color:#fff;
  font-family:'chrissfontmedium';
}
.house-1 {
    color: white;
}
.house-2 {
  color: white;
}
.house-3 {
  color: white;
}
.house-4 {
  color: white;
}
/* Graphical Links
================== */
.graphical-links {
  position: absolute;
  display: block;
}
.graphical-links:focus,
.graphical-links:hover {
  background-position: right top;
}
.facebook {
  top: 443px;
  left: 17px;
}
/* Awards Bar
============= */
.cp-awards-wrap {
  top: 882px;
  left: 0;
  border-radius: 10px;
  border: #3c8e60 solid 3px;
  width:  980px;
  box-sizing: border-box;
}
/* Google Search
================ */
.google-search {
  position: absolute;
  top: 825px;
  left: 715px;
  height:33px;
  width: 150px;
}
.google-search input[type="text"] {
  width: 156px;
  height: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  padding: 4px 6px!important;
  vertical-align: middle;
  background:transparent!important;
}
.google-search input[type="submit"] {
  width: 80px;
  height: 35px;
  color: #DA0000;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 0;
  border-radius: 4px;
  background: #ADD9FE;
  vertical-align: middle;
}
.google-search input:focus[type="submit"],
.google-search input:hover[type="submit"] {
  color: #000;
}
/* Google Translate
=================== */
#google_translate_element {
  top: 5px;
  left: 806px;
}
#google_translate_element.is-disabled {
  left: 825px;
}
