/* xHTML5reset.css */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;vertical-align:baseline;border:0;font-size:100%;outline:0;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;vertical-align:baseline;font-size:100%;background:transparent;outline:none;border:none}img{border:none}ins{background-color:#ff9;text-decoration:none;color:#000}mark{background-color:#ff9;font-weight:bold;font-style:italic;color:#000}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;display:block;margin:1em 0;padding:0;border:0;border-top:1px solid #cccccc}input,select{vertical-align:middle}.invisible{width:0px;height:0px;left:-10000px;position:absolute;display:none;font-size:.1px;line-height:.1px}.clear{clear:both}
img {
    width: 100%;
    height: auto;
    display: block;
}
.relative {
    position: relative;
}
#clickTag {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer;
}
#wrapper {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background-color: #fff;
    overflow: hidden;
    font-family: 'Lato', Helvetica, sans-serif;
}
#logo {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5;
    background-color: #000000;
    text-align: center;
    padding: 7px 10px;
    height: 41px;
    box-sizing: border-box;
}
#logoImg {
    width: 45%;
    height: auto;
    margin: 0;
}
#lawStudents {
    font-family: 'Lato', Helvetica, sans-serif;
    font-style: italic;
    color: #fff;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    z-index: 5;
}
#headline {
    position: absolute;
    color: #000000;
    z-index: 10;
    font-size: 13px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 0;
    opacity: 0;
    text-align: left;
    width: 58%;
    padding: 50px 10px 10px 10px;
    visibility: hidden;
    box-sizing: border-box;
}
#images {
    position: absolute;
    width: 160px;
    right: -100%;
    bottom: 50px;
    z-index: 50;
}
#images img {
    width: 100%;
    height: auto;
}
#subtext {
    z-index: 10;
    color: #000000;
    font-size: 9px;
    line-height: 110%;
    font-weight: 600;
    position: absolute;
    width: 99px;
    left: 10px;
    bottom: 25px;
    opacity: 0;
    visibility: hidden;
    border-top: 3px solid #d4ac70;
    padding-top: 5px;
}
#ctaButton {
    z-index: 10;
    position: absolute;
    bottom: -100%;
    right: 77px;
    left: 10px;
    opacity: 0;
    width: 90%;
    visibility: hidden;
    border: none;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
#ctaButton p {
    background-color: #F15B22;
    padding: 4px 5px 7px 0px;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato', Helvetica, sans-serif;
    position: relative;
    color: #fff;
    font-weight: 300;
}
#ctaButton #arrow {
    width: 10px;
    height: auto;
    margin-left: 3px;
    display: inline-block;
    position: absolute;
    right: 17px;
    top: 6px;
}

