body, textarea, input, button {
    color: #62a1c9;
}
html, body, fieldset, img, iframe, abbr {
    border: 0;
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    font-family: Arial;
}
a, a:hover {
    text-decoration: none;
    outline: 0;
    -moz-outline: 0;
}
a, button {
    cursor: pointer;
}

html, body {
    width: 100%;
    height: auto;
}


.container {
	height: 100vh;
    width: 100%;
    z-index: -10;
}
.container .banner {
	height: 340px;
    padding-bottom: 60px;
    padding-top: 60px;
	box-sizing: border-box;
	
	background-size: cover;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.container .banner .image {
    background-color: rgba(34,110,147,1);
    background-image: url(../images/simple-header-blended-small.png);
	
    display: table-cell;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
	
    table-layout: fixed;
	background-size: cover;
	box-sizing: border-box;
}
.image::before {
    background-color: rgba(33,33,33,1);
    opacity: 0.4;
    display: block;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
}

.container .banner .text {
    display: table-cell;
    vertical-align: middle;
	position: relative;
	box-sizing: border-box;
    width: 100%;
}
.container .banner .text .title {
    width: 100%;
    max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-sizing: border-box;
}

.container .banner .text .title .con {
    color: rgba(255,255,255,1);
    font-size: 64pt;
    letter-spacing: 2px;
    line-height: 1;
	font-weight: 300;
    font-family: Lato, sans-serif;
}


.container .content {
    width: 100%;
    max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #000;
    padding-left: 3.75%;
    padding-right: 3.75%;
}
.container .content .content-box {
    padding-left: 5px;
    padding-right: 5px;	
}
.container .content h1 {
    background-color: transparent;
    line-height: 1.8;
    margin-bottom: 12pt;
	font-size: 30.0pt;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.container .content h2 {
	color: #000000;
    font-weight: 700;
    vertical-align: baseline;
    line-height: 1.8;
    margin-bottom: 12pt;
}
.container .content .content-box h3 {
    color: rgba(33,33,33,1);
	font-size: 18.0pt;
    font-style: normal;
    margin-top: 16px;
	
    line-height: 1.8;
    margin-bottom: 12pt;
	
    font-family: Arial;
    font-weight: 700;
	box-sizing: border-box;
}
.container .content .content-box p {
    line-height: 1.38;
    margin-bottom: 12pt;
    font-size: 12pt;
    font-weight: 400;
    vertical-align: baseline;
}
.container .content .content-box ul {
    list-style-type: square;
    padding: 0;
	margin: 6px 0 0 0;
}
.container .content .content-box ul li {
    margin-left: 15pt;
}
.container .content .content-box .desc p {
    background-color: transparent;
    line-height: 1.38;
    margin-bottom: 24pt;
    margin-top: 12pt;
    padding-bottom: 0pt;
}
.container .content .content-box .desc .top{ 
	font-size: 12.0pt; 
	font-weight: 700; 
	vertical-align: baseline;
}
.container .content .content-box .desc .text{ 
    font-size: 12.0pt;
    font-weight: 400;
    vertical-align: baseline;
}
.container .content .content-box p .bold {
	font-size: 15pt; 
	font-weight:700;
}

.container .content .zfr3Q .C9DxTc {
    color: #000000;
    font-family: Arial;
    font-size: 12.0pt;
    font-weight: 400;
    vertical-align: baseline;
}


@media only screen and (min-width: 1280px) {
	.container .content h2 {
		font-size: 24.0pt;
	}
}

@media only screen and (max-width: 767px) {
	.container .content .content-box {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media only screen and (min-width: 768px) {
	.container .content {
		padding-left: 1.25%;
		padding-right: 1.25%;
	}
	.container .content .content-box {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 479px) {
	.container .banner {
		height: 250px;
		padding-bottom: 30px;
		padding-top: 30px;
		
		background-size: cover;
		display: table;
		position: relative;
		table-layout: fixed;
		width: 100%;	
	}
	.container .banner .text .title {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.container .banner .text .title .con  {
		font-size: 40pt;
	}
	.container .content .content-box h1 {
		font-size: 24pt;		
	}
	.container .content h2 {
		font-size: 20pt;
	}
}