body {
	background: rgb(15,25,55);
   background: linear-gradient(180deg, rgba(15,25,55,1) 0%, rgba(51,58,113,1) 40%, rgba(125,173,196,1) 100%);
	font-family: "Lato", sans-serif;
   font-optical-sizing: auto;
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	color: #fff;
}
body, html {
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
a {
  color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #D7ECF2;
	text-decoration: none;
}
nav, header, footer, section, article, aside, main {
	display: block;
}
form {
	margin: 0px;
}
form div.mc-field-group {
	margin-bottom: 10px;
}
.indicates-required {
	font-size: 0.8em;
	text-align: center;
	margin: 10px 0;
}
input {
	background-color: #fff;
	border: 1px solid #bbb;
    color: #444;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	max-width: 500px;
}
textarea {
	background-color: #fff;
	color: #444;
	border: 1px solid #bbb;
	padding: 5px;
	font-size: 1em;
	width: 100%;
	max-width: 500px;
	height: 8em;
    font-family: 'Lato', sans-serif;
}
input.submit {
	background-color: #0f1937;
	color: #fff;
	border: 1px solid #0f1937;
	cursor: pointer;
	padding: 4px;
	max-width: 150px;
	height: 2.5em;
}
label {
	display: block;
	font-size: 1em;
}
img {
	max-width: 100%;
}
header {
   text-align: center;
	border-bottom: 2px solid #006586;
	clear: both;
   overflow: auto;
   margin: 1.5em 0 0 0;
}
.strap {
   font-weight: 700;
	color: #006586;
	text-align: center;
}
article p, article li {
    line-height: 1.5em;
}
h1, h2, h3 {
    margin-top: 0;
    color: #D7ECF2;
    font-weight: normal;
}
h2 a, h2 a:visited {
    color: #D7ECF2;
}
h2 strong, h2 strong a, h2 a:visited {
	color: #fff;
}

section {
    padding: 1em 0 1.5em 0;
    clear: both;
    text-align: center;
}
section h2 {
  margin-bottom: 10px;	
}
section.form {
  text-align: left;
}
section.form h2 {
  text-align: center;
}
.social img {
  padding: 5px;
  margin: 5px;
  width: 30px;
}
.button {
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  background: #0f1937;
}
.gallery {
	overflow: auto;
}
.gallery-item {
  border: 1px solid #0f1937;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  background: #0f1937;
}
.gallery-item img {
	border-radius: 5px 5px 0 0;
}
.gallery-item p {
	margin: 5px 0 8px 0;
	font-size: 0.9em;
}
.imgl, .imgr {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px;
}
.clr {
    clear: both;
}
footer {
    clear: both;
    color: #0f1937;
    text-align: center;
}
footer a, footer a:visited {
    color: #0f1937;
}