/* GENERAL
----------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

body {
  text-align: center;
  margin: 0;
  padding: 0;
}

#mainWrap {
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding-right: 100px;
  min-height: 100%;
  text-align: left;
  background: white url(../img/bg_mainWrap.png) 80% bottom no-repeat;
  -webkit-box-shadow: 0px 0px 20px #8aa1ad;
  -moz-box-shadow: 0px 0px 20px #8aa1ad;
  box-shadow: 0px 0px 20px #8aa1ad;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
#mainWrap:before, #mainWrap:after {
  content: "";
  display: table;
}
#mainWrap:after {
  clear: both;
}

/* HEADER
----------------------------------------------------------------------------------------------------*/
#logoWrap {
  text-align: right;
  margin-bottom: 40px;
}
#logoWrap img {
  width: 100%;
  max-width: 588px;
  max-height: 125px;
  height: auto;
}

/* MENU
----------------------------------------------------------------------------------------------------*/
#menu {
  list-style: none;
  margin: 0 20px 30px 13%;
}
#menu li {
  display: inline;
  margin-right: 20px;
}
#menu a {
  color: #acc12d;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1em;
}
#menu a.act, #menu a:hover, #menu a:focus {
  color: #8aa1ad;
}

/* CLAIM
----------------------------------------------------------------------------------------------------*/
#claim {
  width: 77%;
  position: relative;
  z-index: 1;
}
#claim dl {
  position: relative;
}
#claim dd {
  position: absolute;
  top: 15px;
  left: 35px;
  color: #fff;
  font-style: italic;
  line-height: 20px;
}

/* CONTENT
----------------------------------------------------------------------------------------------------*/
#contentWrap {
  background: url(../img/bg_contentWrap.png) left top no-repeat;
  position: relative;
  z-index: 2;
  top: -80px;
  padding: 120px 0 0 0;
  min-height: 415px;
}

#content {
  width: 64%;
  margin: 0 0 0 13%;
  padding-right: 20px;
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#sidebar {
  margin-left: 77%;
  padding-left: 20px;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #acc12d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar address {
  margin-bottom: 20px;
}
#sidebar a {
  color: #acc12d;
  text-decoration: none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a.act {
  color: #8aa1ad;
}

/* VIEWPORTS
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 830px) {
  #content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #menu,
  #claim,
  #content,
  #sidebar {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }

  #content,
  #sidebar {
    padding-left: 120px;
  }
}
@media screen and (max-width: 500px) {
  #logoWrap {
    padding-left: 10px;
  }

  #contentWrap {
    background: none;
    top: 0;
    padding-top: 0;
    min-height: auto;
  }

  #content,
  #sidebar {
    padding-left: 10px;
  }
}
@media screen and (max-width: 380px) {
  #claim {
    display: none;
  }
}
