body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
    color: #000000;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #0E51A0;
}
p {
	font-size: 1rem;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	font-size: 3.5rem;
	line-height: 1.1;
}
h2 {
	font-size: 2.8rem;
	line-height: 1.1;
}
h3 {
	font-size: 2rem;
	line-height: 1.1;
}
h4 {
	font-size: 1.6rem;
	line-height: 1.1;
}
.header .logo {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
}
a {
	text-decoration: none;
}
.header {
	background: #0E51A0;
}
.header .phone-top {
	font-size: 1.5rem;
	color: #ffffff;
}
.container .row {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.container .row-align-center {
    align-items: center;
}
.row .col-1-1 {
	width: 100%;
}
.row .col-1-2 {
	width: 50%;
}
.row .col {
	padding: 10px;
}
.row .col-flex-end {
    display: inline-flex;
    justify-content: flex-end;	
}
.button {
    display: inline-block;
    line-height: 1;
    background-color: #0E51A0;
    font-size: 1.1rem;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul, ol {
	margin-bottom: 15px;
	padding-left: 17px;
	margin-left: 0px;
}
span.tagline {
    color: #fce155;
    font-size: 1.3rem;
}
.hero {
	padding: 40px 0px;
}
.hero img {
	width: 90%;
}
.row .cta-1 {
    background: #eee;
    text-align: center;
    margin: 30px 0px;
    padding: 30px;
}
.footer {
    background: #0e51a0;
    padding: 10px 0px;
}
.footer span,
.footer span a {
	color: #ffffff;
}