body * {
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    color: #9a9a9a;
}

label{
    font-weight: lighter;
    color: grey;   
}

.header{
    background-color: rgb(255,213,0);
    padding-bottom: 60px;
    color: rgb(1,174,242);
    position: relative;
    height: 500px;
}

.header .logo {
    width: 250px;
}

.header * {
    color: rgb(1,174,242);
}

.header h1 {
    font-size: 70px;
    font-weight: bold;
    color: red;
    margin: 0;
}

.header h4 {
    color: #000;
}

.header-dim{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background-color: rgba(1,1,1,0.3);

}

.header-dim h5 {
  color: #fff;
}

.header select{
    color: #999999;
}
        
.app-download-section{
    text-align: center;
    background-color: rgb(1,174,242);
    padding-bottom: 100px;
}

.footer {
    background-color: rgb(1,174,242);
}

.footer * {
    color: #fff;
}

.footer a {
    color: #fff;
}

.app-download-section *{
    color: #FFF;   
}

.app-download-section .inner{
    margin-top: 50px;   
}

.app-download-section input{
    background-color: transparent;
    width: 160px;
    height: 40px;
    font-size: 16px;
}

input#budgetInput{
    font-size: 12px;
    color: #999999;
}

.ios-download-btn {
    width: 151px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.ios-download-btn img {
    width: 100%;
}


.page-title * {
            color: #555555;
        }

        .main-container{
            padding-top: 50px;   
        }
        
        .btn{
            border: 2px solid #FFF;
            color: #FFF;
            font-size: 12px;
            border-radius: 0;
            box-shadow: none;
        }
        
        .btn.fill{
            background-color: rgb(2,132,217);
            border: 2px solid rgb(2,132,217);
        }
        
        .emptyLabel{
            color: white;   
        }
    
        span.note{
            font-size: 10px;
            padding-left: 30px;
            color: lightgray;
            font-style:italic;
        }
        
        
        
        .main-container > .item{
            padding-top: 35px;
            padding-bottom: 35px;
        }
        
        .main-container > .item * {
            line-height: 30px;
        }

        .main-container > .item img{
            width: 100%;
            max-width: 300px;
            border: 1px solid lightgrey;
        }

        .image-outer {
            width: 100%;
            text-align: center;
        }

        .langBtns {
            cursor: pointer;
        }

        .policy {
            margin-left: 30px;
        }
        
        @media (max-width: 767px) {

            .main-container > .item *{
                text-align: center;
            }

            .pull-right {
                float:none!important;
            }
        }