@import url(//fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,900italic,900,700italic,700,500italic,500,400italic);

#PSAOuterWrapper {
    width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0) !important;
    height: 250px;
    overflow: visible;
    clear: both;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
}

#PSAPositionWrapper {
    height: 100%;
    background-color: #FFFFFF !important;
    padding-top: 30px;
    position: absolute;
}

#PSAInnerWrapper {
    width: 960px;
    height: 100%;
    left: 50%;
    margin-left: -480px;
    position: relative;
}

#PSASubHeadline {
    font-size: 12px !important;
    text-transform: uppercase;
    float: left;
    color: #9c9e9f !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 700;
    margin-bottom: 5px;
}

#PSASubHeadline > span {
    text-decoration: underline;
    cursor: pointer;
    color: #9c9e9f !important;
}

#PSASubHeadline > span:hover {
    color: #000000  !important;
}

#PSATimeStamp {
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    color: #9c9e9f !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 400;
}
#PSAHeadline {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
    color: #000000 !important;
    clear: left;
    cursor: pointer;
    font-family: Roboto, sans-serif !important;
    font-weight: 900;
    text-decoration: none;
}

#PSAHeadline:hover {
    text-decoration: underline;
}

#PSACopy {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    color: #9c9e9f !important;
    font-family: Roboto, sans-serif !important;
    font-weight: 300;
}

#PSASocialWrapper {
    width: 100%;
    height: 30px;
    margin-top: 25px;
}

.Icon:hover {
    background-color: #000000 !important;
}

#PSAFacebookIcon {
    width: 50px;
    height: 100%;
    background-color: #3b5998 !important;
    float: left;
    cursor: pointer;
    text-align: center;
}

#PSAFacebookIcon > img {
    margin-top: 5px
}

#PSATwitterIcon {
    width: 50px;
    height: 100%;
    background-color: #4099FF !important;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}

#PSATwitterIcon > img {
    margin-top: 6px;
    height: 18px;
}

#PSAGoogleIcon {
    width: 50px;
    height: 100%;
    background-color: #d62d20 !important;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}

#PSAGoogleIcon > img {
    margin-top: 5px
}

#PSAMailIcon {
    width: 50px;
    height: 100%;
    background-color: #555555 !important;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
}

#PSAMailIcon > img {
    margin-top: 7px;
    height: 16px
}

#PSAScrollIcon {
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    font-size: 14px;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #9c9e9f !important;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    background-color: #FFFFFF !important;
    cursor: pointer
}

#PSAVideoWrapper {
    width: 960px;
    height: 70px;
    background-color: #000000 !important;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
}

#PSAVideoWrapper > iframe {
    border-style: none;
    overflow: hidden;
    width:100%;
    height: 100%;
}

#PSAVideoWrapper > div {
    opacity: 1 !important;
}

.pseudoContainer {
    height: 71px !important;
}

#adFullPseudo {
    height: 540px !important;
}

#PSAVideoOverlay {
    display: none;
    position: absolute;
    left: 0;
    background-color:#FFFFFF !important;
    width: 100%;
    height: 70px;
    top: 70px;
}