/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #ffffff url(/styles/img/bg.jpg) 0 0 repeat-x;
}
body {
  height: 100%;
  padding: 0;
  position: relative;
}
a,
a:link {
  color: #974208;
  text-decoration: none;
}
a:hover {
  color: #c7570b;
  text-decoration: underline;
}
a:visited {
  color: #672d05;
}
a:active {
  color: #974208;
}
img {
  max-width: 100%;
}
#tours img {
  max-width: none;
}
/*
** CONTAINER BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:		Container is typically used for…
**
*/
#container {
  position: relative;
  z-index: 10;
  margin: -87px auto 0 auto;
  padding: 12px;
  overflow: auto;
  width: 90%;
  max-width: 1200px;
  min-width: 800px;
  min-height: 768px;
  background-color: #ffffff;
}
/*
** CONTENT BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#content {
  overflow: hidden;
  position: relative;
  z-index: 15;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 768px;
}
.ie7 #content,
.ie8 #content {
  margin-top: 12px !important;
}
/*
** MAIN BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#main {
  position: relative;
  float: left;
  margin: auto 0;
  left: 22.5%;
  right: 6%;
  width: 47%;
}
.two-col #main {
  width: 72%;
  left: 0;
  right: 0;
  margin: 0;
}
/*
** QUICK NAV
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#quicknav {
  background: #f6f2e3;
  position: absolute;
  float: left;
  margin-top: 1em;
  width: 18%;
  overflow: show;
}
#quicknav ul {
  padding: 0;
  margin: 0;
}
#quicknav li {
  margin: 0;
  font-size: .95em;
}
#quicknav a {
  display: block;
  padding: 1em 1.5em;
  font-weight: bold;
}
#quicknav a:hover {
  text-decoration: none;
}
#quicknav a:visited {
  color: #974208 !important;
}
#quicknav .selected {
  position: relative;
  background: #a24c0e;
}
#quicknav .selected a {
  color: #fff !important;
}
#quicknav .selected:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1.7em solid transparent;
  border-left: .85em solid #a85110;
  border-bottom: 1.7em solid transparent;
}
.ie7 #quicknav {
  left: 0;
}
/*
** ASIDES BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#asides {
  float: right;
  margin-top: 1.3em;
  padding: 2%;
  width: 20.5%;
  background: #f7f5ec;
  background-color: #f6f2e3;
}
#asides aside,
#asides section,
#asides ul {
  list-style: none;
  display: block;
  margin: 0 0 2em 0;
}
/*
** FOOTER BASE
**
** DESCRIPTION:	
** USAGE:		
** NOTES:
**
*/
#site-footer {
  background: #211a11 url(/styles/img/footer.jpg) 0 0 repeat-x;
  position: relative;
  z-index: -5;
  margin: 0;
  padding: 1em 0 1.25em 0;
}
#site-footer h1 {
  font-size: 1.3em;
  color: #dedbce;
  margin: 0 0 1em 0;
}
.ie7 #site-footer {
  padding-top: 4em !important;
}
#office-locations {
  margin: 3em auto;
  width: 87%;
  max-width: 1200px;
  min-width: 800px;
  height: 186px;
}
#office-locations ul {
  color: #d6d3c3;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
#office-locations ul li {
  position: relative;
  font-size: .9em;
  line-height: 1.4;
  width: 18%;
  margin: 0 2% 0 0;
  float: left;
}
#office-locations .org {
  font-family: sans-serif;
  margin: 0 0 .618em 0;
}
#office-locations .extended-address {
  display: block;
}
#office-locations a {
  color: #b7b094;
  font-weight: bold;
}
#office-locations ul li:last-child {
  margin-right: 0;
}
#footer-links {
  clear: left !important;
  display: block;
  text-align: center;
  font-size: .775em !important;
  padding-top: 1em;
  height: 24px;
  margin: 0;
}
#footer-links li {
  border-right: 1px solid #b7b094;
  padding: 0 6px 0 3px;
  color: #b7b094;
  display: inline;
}
#footer-links li.last {
  border-right: none;
}
#footer-links a {
  color: #b7b094;
}
#social-links {
  clear: left !important;
  display: block;
  text-align: center;
  font-size: .775em !important;
  padding-top: 1em;
  height: 24px;
  margin: 0 0 15px 0;
  /*
	.facebook a {
	}
	
	.twitter a { 

	}
	.youtube a {

	}
	*/
}
#social-links li {
  padding: 0 6px 0 3px;
  display: inline;
  text-indent: -999em;
}
#social-links li.last {
  border-right: none;
}
#social-links a img {
  width: 35px;
  height: 35px;
}
/*
** 900
**
** DESCRIPTION:	Styles that apply to screens 900 pixels wide and down
** USAGE:		
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 900px) {
  #container,
  #office-locations {
    width: 97%;
    padding: 1.5%;
    margin: inherit 0 0 0 !important;
    min-width: 0;
  }
  #main,
  #asides {
    margin: 0;
    left: 0;
    right: 0;
    float: none;
    width: 100% !important;
  }
  #office-locations ul li {
    font-weight: bold;
    font-size: .825em;
  }
  #office-locations a {
    color: #677e33;
  }
}
/*
** 480
**
** DESCRIPTION:	Styles that apply to screens 480 and belows pixels wide and down
** USAGE:		
** NOTES: Typically this means mobile phones held in portrait
**
*/
/**/
@media only screen and (max-width: 600px) {
  html,
  body {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #container,
  #office-locations {
    width: 94%;
    padding: 3%;
    margin: -4.118em 0 0 0 !important;
    min-width: 0;
  }
  #container {
    -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
  }
  #content {
    margin-top: 3%;
  }
  #site-footer {
    width: auto;
    height: auto;
  }
  #office-locations {
    width: auto;
    height: auto;
    padding: 2em 3em;
    background: #211a11 url(/styles/img/mobile-footer.jpg) 0 0 repeat;
    float: none;
    clear: left;
    overflow: auto;
    margin-top: 3em;
  }
  #office-locations h1 {
    margin-top: 3em;
  }
  #office-locations li {
    clear: both;
    width: 45% !important;
    margin: 0 5% 3em 0;
    float: none;
  }
}
