/*home.less*/
@-ms-viewport {
  width: device-width;
  zoom: 1.0;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  .no-phone,
  .only-desktop,
  .only-tablet {
    display: none !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 979px) {
  .no-tablet,
  .only-phone,
  .only-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 980px) {
  .no-desktop,
  .only-phone,
  .only-tablet {
    display: none !important;
  }
}
#side-bar {
  display: none;
}
/* _template.less */
#home-hero {
  margin: 0 10px 10px 10px;
  border: 1px solid #333;
  position: relative;
  overflow: hidden;
}
#home-hero > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home-hero > ul > li > a {
  display: block;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: center;
  font-size: 17px;
  padding: 15px 0;
  font-family: "PT Serif Caption", Times, "Times New Roman", serif;
  color: #000;
  text-decoration: none;
  background: rgba(210, 210, 210, 0.8);
  outline: none;
}
#home-hero > ul > li > a:hover {
  background: rgba(250, 250, 250, 0.8);
}
#home-hero > ul > li.open > a {
  border-right: none;
  background: rgba(250, 250, 250, 0.85);
  padding-right: 1px;
}
#home-hero > ul > li:last-of-type > a {
  border-bottom: none;
}
.home-hero-section {
  display: none;
  width: 75%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  list-style: none;
  overflow: hidden;
}
li.open .home-hero-section {
  display: block;
  background: rgba(250, 250, 250, 0.85);
}
.home-hero-section .link-list {
  margin: 0;
}
.home-hero-section .link-list li {
  margin: 5px;
}
.home-hero-section .link-list ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home-hero-section .link-list .stretch3-keep2 {
  margin: 0 25%;
}
@media only screen and (max-width: 719px) {
  .home-hero-section {
    display: none !important;
  }
  #home-hero {
    margin-bottom: 20px;
  }
  #home-hero ul > li > a {
    width: 100%;
    border-right: none;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
/* _template.less */
#window {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#reel {
  width: 7000px;
  position: relative;
}
.loaded .marquee {
  transition: all 0.5s;
}
.marquee {
  overflow: hidden;
  width: 220px;
  height: 260px;
  float: left;
  padding: 0 1px;
}
.marquee p,
.marquee h1 {
  line-height: 1.1;
  width: 220px;
  margin: 0;
  padding-bottom: 5px;
  float: right;
  font-size: 14px;
}
.marquee h2 {
  margin: 0 0 10px 0;
  width: 220px;
  height: 130px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #456756;
  display: block;
  border: none;
  font-family: "PT Sans", Verdana, sans-serif;
  float: right;
  line-height: 1;
}
.marquee h2 a {
  padding: 30px 10px 10px 10px;
  color: #b5a787;
  display: block;
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.marquee h2 a:hover {
  text-decoration: none;
}
.marquee > h3,
.marquee > h4,
.marquee > h5,
.marquee > h6,
.marquee > a,
.marquee > iframe {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  float: right;
  margin: 0;
}
.marquee img {
  float: right;
  margin-bottom: 10px;
  width: 220px;
  min-width: 220px;
}
.marquee:first-of-type,
.marquee:nth-of-type(2) {
  width: 0;
  padding: 0;
}
.marquee .img-ignore img {
  float: right;
  margin-bottom: 10px;
  width: 14px;
  min-width: 14px;
}
.no-js .marquee:first-of-type,
.no-js .marquee:nth-of-type(2) {
  width: 220px;
  padding: 0 10px;
}
.no-js .arrow {
  display: none;
}
.arrow {
  -webkit-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  transition: background 250ms ease;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 45%;
  height: 10%;
  width: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.arrow.left {
  left: 5px;
}
.arrow.right {
  right: 5px;
}
@media only screen and (max-width: 719px) {
  .arrow.left {
    left: 0;
  }
  .arrow.right {
    right: 0;
    background-color: #333;
    background-color: rgba(1, 1, 1, 0.8);
    width: 45px;
    background-image: url('/img/css/tall-arrow-right.png');
  }
}
@media only screen and (min-width: 720px) {
  .arrow.right.hover,
  .arrow.right:hover {
    background-image: url('/img/css/tall-arrow-right.png');
  }
  .arrow.hover,
  .arrow:hover {
    background-image: url('/img/css/tall-arrow-left.png');
  }
  .arrow.hover {
    background-color: #999;
    background-color: rgba(1, 1, 1, 0.01);
  }
  .arrow:hover {
    background-color: #333;
    background-color: rgba(1, 1, 1, 0.1);
  }
}
