/*colors*/
header h3,
header h4,
nav a,
nav a:hover,
#hero h2 span,
#hero p,      
input[type="submit"],
#hero h2,
#hero p a,
#matterContent .featuredFlag,
#matterContent .featuredFlag:hover  {color:#fff;}
footer,
footer a,
footer a:hover                      {color:#eee}

/*background colors*/
#content,
#subContent .right,
#subContent .left         {background-color:#eee;}
nav li li:hover           {background-color:hsla(0, 100%, 100%, 0.1);}

/*borders*/
input,
textarea,
#agentPhoto,
#hero .container    {border:1px solid #ddd;}
nav a               {border-left:1px solid #eee;}
#additional nav li  {border-color:#ccc;}

/*background-image*/
nav, 
#content            {background-image:url(../img/4ac-sprite.png);}
footer              {background-image:url(../img/4a-footer.png);}

/*background-position*/
#content {background-position:0 -50px;}

/* This is for the video-scroll-play script */
.js-video-autoplay {
  width: 100%;
  margin-bottom: 40px;
}