@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box;
	font: 400 15px/1.8 "Lato", sans-serif;
}
.container {
    border-radius: 5px;
    background-color: #1E395E;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}
.col-50 {
	float:left;
	width:48%;
	margin-top:6px;
	margin:1% 1%;
}
.col-100{
	float:left;
	width:100%;
	margin-top:6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.required
{
    color:#dd6666;
}
em {
	color:#F00;
}
.errormess{
	color:#FFF;
}
.button-wrapper-cta {
  display: block;
  text-align: center;
  margin-top: 50px;
}

