/* Main styles - Responsive below */


/* General */
body { color:#000; margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size:14px; background:#FFFFFF; }
input[type=submit] { -webkit-appearance: none; }

.bgBg {
    background: url('../images/background.jpg') center center no-repeat;
    background-size: cover;
}

h1 {
    color: #015294;
    font-weight: 400;
    font-size: 38px;
}

h1 span {
    font-weight: 700;
    color: #188dcd;
}

h2 { 
    color: #0e4376;
    font-style: italic;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 15px;
}

h3 {
    color: #188dcd;
    font-weight: 400;
    font-size: 20px;
}

h3 span {
    font-weight: 700;
    color: #015294;
    font-size: 30px;
}

h4 {
    color: #188dcd;
    font-weight: 700;
    font-size: 16px;
    margin-top: 25px;
}

h4 span {
     color: #015294;
}


.blueBox {
    border: 2px solid #3d9bd6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: rgba(24,141,205,0.2);
}

.blueBox p {
    font-size: 14px;
    color: #0e4376;
    line-height: 1.3;
}

label {
    margin-top: 30px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
}

input[type=text] {
    width: 100%;
    padding: 8px;
    border: 1px solid #3d9bd6;
    margin: 15px 0px;
}

.blueBox input[type=text] {
    padding: 12px;
}

input[type=submit] { 
    background: #0273b8;
    border:1px solid #3d9bd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;

}

a.btnBlue,
a.btnBlue:focus,
a.btnBlue:hover {
    background: #0273b8;
    border:1px solid #3d9bd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 7px;
    display: inline-block;
    text-decoration: none;
}

a.btnDarkBlue,
a.btnDarkBlue:focus,
a.btnDarkBlue:hover {
    background: #0e4376;
    border:1px solid #3d9bd6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 7px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none;
}


.footer { 
    border-top:10px solid #188dcd;
}

.footer p {
    font-size: 12px;
    color: #000000;
    margin: 12px 0px 0px 0px;
    line-height: 1.2;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {





}



/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {



}

