*{
    box-sizing: border-box;
}
body,html{
    width:100%;
    height:100%;
    margin: 0px;
    border-collapse: collapse;
    font-family: 'Ubuntu', sans-serif;
    
}
header.document{
    width:100%;
    height:40px;
    border-bottom:1px dashed #F6D501;
    color:#F67B01;
    text-align: left;
    background: #fff;
    position: absolute;
    
}
main.document{
    overflow: auto;
    width:100%;
    height:100%;
    padding-bottom: 40px;
    padding-top: 40px;
}
footer.document {
    height:40px;
    line-height:40px;
    text-align: center;
    background-color: #F6D501;
    width: 100%;
    bottom: 0;
    position: absolute;
    color:#114aae;
}
header.document nav{
    height:40px;
    text-align: right;
    max-width: 960px;
    margin: auto;
}
header.document nav a{
    font-size:14px;
    font-family: 'Aleo', serif;
    text-decoration: none;
    display:inline-block;
    vertical-align: top;
    height:30px;
    line-height:30px;
    margin-top: 5px;
    padding:0px 10px;
    min-width: 70px;
    text-align: center;
}
header.document nav a:hover{
    background: #F6D501;
    color:maroon;
}
header.document nav a.active{
    background: #F6D501;
    color:maroon;
}
header.document nav a.img{
    float: left;
    height:100%;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
header.document nav a >img{
    height:100%;
}

h1{
    font-size: 64px;
    font-family: 'Alice', serif;
    background: -webkit-linear-gradient(#36b6da, #114aae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_div{
    width: 100%;
    height:350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_div>div{
    width: 100%;
    height:100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+86,0.33+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 86%, rgba(0,0,0,0.33) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 86%,rgba(0,0,0,0.33) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 86%,rgba(0,0,0,0.33) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#54000000',GradientType=0 ); /* IE6-9 */
}

.rc-anchor-normal{
    width:250px!important;
}
.rc-anchor-normal .rc-anchor-content{
    width:150px!important;
}