.l-primary-content,
.l-aside-content {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .l-primary-content {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    padding-right: 20px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .l-aside-content {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    padding-right: 5px;
    padding-left: 0;
  }
  .l-aside-content .widget-find-list {
    margin-top: 0;
  }
}

.l-featured-slider {
  position: relative;
  height: 210px;
  background-color: #e7e1dc;
}

@media (min-width: 768px) {
  .l-featured-slider {
    background-color: #000;
    height: 330px;
  }
}

.banner-slide {
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e7e1dc;
}

.banner-slide:first-child {
  z-index: 10;
}

.banner-slide .banner-inner {
  height: 100%;
  width: 100%;
}

.banner-slide .banner-image {
  display: none;
}

.banner-slide .link {
  display: block;
  text-decoration: none;
  color: #000;
}

.banner-slide .banner-content {
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-slide .banner-content .topic {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #bf1e2e;
}

.banner-slide .banner-content .title {
  font-weight: bold;
  font-size: 30px;
  margin: 5px 0;
  text-transform: uppercase;
}

.banner-slide .banner-content .subtitle {
  font-size: 16px;
}

.banner-slide .banner-content .more {
  margin-top: 5px;
  color: #fff;
}

.banner-slide .banner-content .link-text {
  background-color: #000;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.banner-slide .banner-content .link-text:after {
  content: " ";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #000;
}

@media (min-width: 768px) {
  .banner-slide {
    height: 330px;
    background-color: transparent;
  }
  .banner-slide .banner-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-color: #000;
    background-repeat: no-repeat;
  }
  .banner-slide .banner-inner {
    position: relative;
    margin: 0 auto;
  }
  .banner-slide .banner-content {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    max-width: 50%;
    padding: 30px 20px 30px 5px;
  }
  .banner-slide .banner-content::before {
    content: " ";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .banner-slide .banner-content .topic {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
  }
  .banner-slide .banner-content .title {
    color: #fff;
  }
  .banner-slide .banner-content .subtitle {
    color: #f5e800;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .banner-slide .banner-inner {
    width: 980px;
  }
}

.rotating-slider {
  height: auto;
}

.rotating-slider .slides-con {
  height: 210px;
}

.rotating-slider .nav-con {
  text-align: center;
  border-top: 1px solid #d0d0d0;
  background-color: #e7e7e7;
}

.rotating-slider .nav {
  margin: 0;
  padding: 10px 20px;
}

.rotating-slider .navi {
  display: inline-block;
}

.rotating-slider .navi + .navi {
  margin-left: 5px;
}

.rotating-slider .navi .marker {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #555;
}

.rotating-slider .navi.active .marker {
  background-color: #bf1e2e;
}

.rotating-slider .slides-con .banner-slide {
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.rotating-slider .slides-con .banner-slide.active {
  opacity: 1;
  z-index: 4;
}

@media (min-width: 768px) {
  .rotating-slider .slides-con {
    height: 330px;
  }
  .rotating-slider .nav-con {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    background-color: transparent;
    border: none;
  }
  .rotating-slider .nav {
    z-index: 150;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .rotating-slider .navi .marker {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  }
}

#l-featured-links {
  max-width: 980px;
  padding: 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #l-featured-links {
    padding: 20px 5px 20px;
  }
}

.feature-box + .feature-box {
  margin-top: 20px;
}

.feature-box .feature-box-link {
  display: table;
  width: 100%;
  text-decoration: none;
}

.feature-box .feature-box-iamge,
.feature-box .feature-box-title {
  display: table-cell;
}

.feature-box .feature-box-image {
  width: 100px;
  height: 100px;
  background-position: center center;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-box .feature-box-title {
  vertical-align: middle;
  text-transform: uppercase;
  color: #603913;
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
  background-color: #e7e1dc;
  line-height: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .feature-box {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    position: relative;
  }
  .feature-box + .feature-box {
    margin-top: 0;
  }
  .feature-box:last-child {
    width: 34%;
  }
  .feature-box:last-child .feature-box-link {
    padding-right: 0;
  }
  .feature-box:last-child .feature-box-title {
    right: 0;
  }
  .feature-box .feature-box-link {
    display: block;
    padding-right: 20px;
  }
  .feature-box .feature-box-image {
    height: 300px;
    width: 100%;
  }
  .feature-box .feature-box-title {
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 20px;
    top: 50%;
    display: block;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 34px;
    line-height: 1.4;
    width: auto;
  }
}

.mission-con {
  background-color: #e7e1dc;
}

.mission-con h2 {
  color: #ac9b8f;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 5px;
}

.mission-con h2 + p {
  margin-top: 0;
}

.mission-con .mission-copy {
  font-size: 22px;
  color: #603913;
  padding: 15px 20px;
}

.mission-con .mission-copy p {
  line-height: 1.3;
}

.mission-con .mission-copy p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .mission-con {
    padding: 15px;
  }
  .mission-con .streamsend-embed,
  .mission-con .mission-copy {
    display: table-cell;
    vertical-align: middle;
  }
  .mission-con .mission-copy {
    width: 100%;
    padding: 0 20px 0 0;
  }
}

.streamsend-embed .streamsend-embed-inner {
  border: 2px solid #603913;
  border-left: 0 none;
  border-right: 0 none;
}

.streamsend-embed .streamsend-embed-image {
  height: 150px;
  background-position: center center;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
}

.streamsend-embed .streamsend-embed-title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 150px;
}

.streamsend-embed .streamsend-embed-code {
  background-color: #e7e7e7;
}

.streamsend-embed .streamsend-signup-content {
  display: table;
  width: 100%;
}

.streamsend-embed .streamsend-signup-input,
.streamsend-embed .streamsend-signup-button {
  display: table-cell;
}

.streamsend-embed .signup-email-address-label {
  display: none;
}

.streamsend-embed .streamsend-signup-input input {
  padding: 7px;
  border: 0 none;
  margin: 0;
  width: 100%;
  border-radius: 0;
}

.streamsend-embed .streamsend-signup-button {
  width: 1px;
  background-color: #bf1e2e;
}

.streamsend-embed .streamsend-signup-button input {
  background-color: #bf1e2e;
  border-color: #d52133;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  border: 0 none;
  margin: 0;
  border-radius: 0;
}

.streamsend-embed .streamsend-signup-button input:hover {
  background-color: #df3143;
  text-decoration: none;
}

@media (min-width: 768px) {
  .streamsend-embed .streamsend-embed-image,
  .streamsend-embed .streamsend-embed-title {
    height: 95px;
  }
  .streamsend-embed .streamsend-embed-inner {
    border: 2px solid #603913;
    width: 220px;
  }
}

.content-image-box .ci-box-title {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(191, 30, 46, 0.8);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (min-width: 768px) {
  .content-image-box {
    margin-bottom: 0;
  }
  .content-image-box .ci-box-title {
    right: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media (min-width: 1024px) {
  .content-image-box {
    width: 50%;
  }
}
#iframe { width:100%; height:900px;overflow-y:scroll;overflow:scroll;}/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
