/* 
    Document   : Desktop.css
    Author     : Sky Tonnessen
    Description:  Desktop styles start around 940px
*/

/*
***************************
Reusable classes
***************************
*/
/*
***************************
 Pers Nav
***************************
*/
.menu-persistent-nav-container {
    position: fixed;
    right: 18px;
    top: 18%;
    width: 60px;
    z-index: 9999;
}
/*
***************************
 Nav
***************************
*/
.sub-menu-container.sub-menu-active {
    width: 137%;
}
.search-icon {
  position: absolute;
  height: 1px; width: 1px; 
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.search-area {
    position: relative;
    clip: auto;
    height: auto;
    overflow: visible;
    display: inline;
    float: right;
    width: 180px;
    margin-top: 6px;
}
/*
***************************
 Photo area - home
***************************
*/
.background-photo {
    height: 660px;
}
.photo-headline {
    box-sizing: border-box;
    padding-left: 10%;
}
.re-positioned {
    margin-top: 260px;
}
.persona-box {
    height: 138px;
    padding-top: 25%;
}
.persona-box.business {padding-top: 30%;}

#techalerts {
	width: 980px;
}