@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    font-family: 'Source Sans Pro', sans-serif;
    padding-top: 50px;
}
.starter-template {
    padding: 40px 15px;
    text-align: center;
}
/** HEADER **/
.logo{
    text-align: center;
}
.logo a {
    font-weight:bold;
    color: #000;
}
.logo p {
    margin-left: 25px;
}


/** FORM **/
.main-form{
    visibility: hidden;
}

.main-form.active{
    visibility:visible;
}

.main-form label, .main-form-request label{
    position:relative;
}

p.notify {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.notify-extra{
    display:none;
}


span.required-star {
    color: red;
    font-size: 20px;
    /* padding-top: 25px; */
    position: absolute;
    top: -3px;
    right: -9px;
}


/** FOOTER **/
.address-area {
    text-align: center;
}
.address-area ul{
    margin:0;
    padding:0;
}
.address-area li{
    /* font-weight:bold; */
    font-size:20px;
    list-style:none;
}

h4.address-title {
    font-size: 30px;
    font-weight: bold;
}