@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
	color: #333;
}

div.page {
    min-width: 1280px;
    margin: auto;
}

div.clear {
	clear: both
}

header div.page {
    width: 100%;
}

div.logo {
    padding: 40px 0 20px 0;
    text-align: center;
}
div.logo a {
    display: inline-block;
    text-decoration: none;
}
div.logo img {
    display: block;
}

div.opener {
    position: relative;
}
div.opener:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 240px;
    height: 35px;
    margin-left: -120px;
    background: url(../images/half-circle.png) 0 0 no-repeat;
}
div.opener img {
    display: block;
    width: 100%;
}
div.slogan {
    position: absolute;
    top: 55%;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.slogan h1, div.slogan h2 {
    color: #fff;
    font-size: 46px;
    line-height: 1.2em;
    text-align: center;
}
div.slogan h2 {
    font-weight: 400;
}
div.slogan span {
    display: inline-block;
    background: rgba(114,136,160,0.8);
    padding: 0 10px;
}

div.content {
    width: 925px;
    margin: auto;
    text-align: center;
    padding: 25px 0 50px 0;
}
div.content h1 {
    color: #7188A1;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 1.5em;
}
div.content p {
    margin: 0 0 1em 0;
    color: #4D4D4D;
    font-size: 16px;
}
div.content p.big {
    font-size: 20px;
    line-height: 1.6em;
}
div.content a {
    text-decoration: none;
    color: #7188A1;
}
div.content h2 {
    font-size: 18px;
    color: #7188A1;
    margin: 1.5em 0 0.7em 0;
    font-weight: normal;
}

footer div.page {
    background: #fff;
    padding: 25px 0 85px 0;
    width: auto;
    margin: auto;
}

div.info p {
    color: #7288a0;
    font-size: 16px;
    text-align: center;
}
div.info p strong {
    text-transform: uppercase;
}
div.info p a {
    color: #7288a0;
    text-decoration: none;
}

nav.footer_nav ul {
    list-style: none;
    text-align: center;
}
nav.footer_nav ul li {
    display: inline-block;
}
nav.footer_nav ul li a {
    display: block;
    color: #7288a0;
    font-size: 16px;
    padding: 5px;
}






