/*Custom Styles
--------------------*/
p{
    color:#fff;
    font-size: 90%;
    line-height: .9em;
    text-align: center;
    padding:0 30px 30px 30px; }

p a{
    text-align: center;
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    letter-spacing:0.1em; }

h1.start {
    width: auto;
    text-align: center;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.4em;
    color: #fff;
    text-transform: uppercase;
    padding:50px 30px 20px 30px;
    margin: 0; }

#start-header {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    text-align: left; }
/*
#start-header div {
    padding: 20px 60px; }
    */

#start-content{
    width:100%;
    height:100%; }

#start-content div.start-cnt {
    position: absolute;
    top: 50%;
    left: 50%;

    background:#505e8b;
    /*background:url('../img/bg-blue.png');*/
    background:rgba(80, 94, 139, 0.8);
    width:500px;
    height:220px;

    margin-left: -250px;
    margin-top: -110px;
    text-align:left;
    box-sizing: border-box; }