p.muted {
  opacity: 0.5; }

.homewrapper * {
  box-sizing: border-box; }

.videohero {
  position: relative;
  margin: 0;
  padding: 0;
  width: 722px;
  height: 406px; }
  .videohero .videobackground {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .videohero .herocontent {
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 135px 0 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    text-align: center;
    color: #fff; }
    .videohero .herocontent .heroiwrapper {
      position: relative;
      margin: 0 auto;
      font-family: 'Open Sans', Helvetica, Arial, sans-serif; }
      .videohero .herocontent .heroiwrapper .hdr {
        position: relative;
        margin: 0 0 25px; }
      .videohero .herocontent .heroiwrapper p {
        position: relative;
        margin: 0 0 25px;
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.8px; }

a.cta {
  position: relative;
  margin: 0 auto;
  padding: 0 25px;
  display: inline-block;
  line-height: 38px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.8px;
  color: #fff;
  background-color: #d02a00;
  border-radius: 19px;
  transition: all 300ms ease-in-out; }
  a.cta:hover, a.cta:active, a.cta:focus {
    background-color: #b82500;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.75); }
  a.cta.mutedshadow:hover, a.cta.mutedshadow:active, a.cta.mutedshadow:focus {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25); }

.homeitem {
  position: relative;
  margin: 0;
  padding: 75px 45px 45px;
  width: 722px;
  text-align: left;
  color: #000;
  font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
  background: transparent url("../assets/vhero/brothers-of-war-book.png") 100% 85px no-repeat; }
  .homeitem .column {
    position: relative;
    margin: 0 -4px 0 0;
    padding: 0;
    width: 50%;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    vertical-align: top; }
    .homeitem .column.wide {
      padding-right: 40px;
      width: 66.6%; }
    .homeitem .column.narrow {
      width: 33.3%;
      padding-top: 385px;
      text-align: center; }
      .homeitem .column.narrow p {
        margin: 5px auto; }
      .homeitem .column.narrow a.adhoc {
        color: #000;
        text-decoration: underline;
        font-size: 14px; }
        .homeitem .column.narrow a.adhoc:hover, .homeitem .column.narrow a.adhoc:active, .homeitem .column.narrow a.adhoc:focus {
          color: #b82500; }
    .homeitem .column h3 {
      position: relative;
      margin: 0;
      padding: 0 0 28px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.8px; }
      .homeitem .column h3:after {
        position: absolute;
        z-index: 1;
        bottom: 17px;
        left: 0;
        width: 45px;
        height: 2px;
        background-color: #000;
        content: ''; }
    .homeitem .column h5 {
      margin: 12px 0 30px;
      font-weight: 500;
      font-size: 13px; }
    .homeitem .column p {
      margin-bottom: 30px; }
