

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Roboto,Arial,sans-serif;
}

body {

    line-height: 30px;
}

.container {

    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    font-weight: 400;
}

#contact {
    background: #F9F9F9;
    padding: 25px;
    margin: 10px 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 44px;
    text-align: center;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-style: italic;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 18px;
    max-width: 360px;
    display: block;
    margin: auto;
    font-weight: 500;
    border-radius: 5px;
}

#contact button[type="submit"]:hover {
    background: #43A047;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;

}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}
.vpb-separate{
    width: 60%;
    border: 1px solid #b3aaaa;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.vpb-red{
    color:red;
}
.vpb-label{
    font-weight: bold;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 24px;
    display: block;
}
.vpb-form-row{
    margin-bottom: 25px;

}
.vpb-small{
    font-weight: 200;
    font-size: 12px;
}
.img-logo{
    max-height: 100px;
    margin: auto;
}
.copyright{
    font-weight: bold;
}
.vpb-content-box{
	border-radius:5px;
	padding:15px;
	-webkit-box-shadow: 0px 5px 8px 1px rgba(51, 51, 51, 0.4);
    -moz-box-shadow: 0px 5px 8px 1px rgba(51, 51, 51, 0.4);
    box-shadow: 0px 5px 8px 1px rgba(51, 51, 51, 0.4);

}
.vpb-title{
	font-size: 18px;
    font-weight: bold;
    background: #286090;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 0;

}
.vpb-list ol{
    font-weight: bold!important;
}
.vpb-sub-list{
	padding-left:15px;
}
a.list{font-weight:bold !important;color: #1D1C1C;}
a.sub-list{
    font-weight:bold!important;
    color: #1D1C1C;
}

a.no-link{
    color: #333333;
    text-decoration: none;
    cursor:unset;
}
a.no-link:hover,a.no-link:active{
    color: #333333;
    text-decoration: none;


}
a.has-child{
    font-weight: bold!important;
    color: #1D1C1C!important;
    cursor: pointer!important;
}
a.has-child:hover{
    text-decoration: none!important;
}

