
#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*--- 2 Column Form Styles End ---*/
canvas.background {
    position: absolute;
    background-color: #E6E8E8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9999;
    opacity: 0.3; 
}

@font-face {
  font-family: 'latobold';
  src: url("/wp-content/fonts/lato/Lato-Bold-webfont.eot");
  src: url("/wp-content/fonts/lato/Lato-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/fonts/lato/Lato-Bold-webfont.woff2") format("woff2"), url("/wp-content/fonts/lato/Lato-Bold-webfont.woff") format("woff"), url("/wp-content/fonts/lato/Lato-Bold-webfont.ttf") format("truetype"), url("/wp-content/fonts/lato/Lato-Bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'latolight';
  src: url("/wp-content/fonts/lato/Lato-Light-webfont.eot");
  src: url("/wp-content/fonts/lato/Lato-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/fonts/lato/Lato-Light-webfont.woff2") format("woff2"), url("/wp-content/fonts/lato/Lato-Light-webfont.woff") format("woff"), url("/wp-content/fonts/lato/Lato-Light-webfont.ttf") format("truetype"), url("/wp-content/fonts/lato/Lato-Light-webfont.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lato';
  src: url("/wp-content/fonts/lato/Lato-Regular-webfont.eot");
  src: url("/wp-content/fonts/lato/Lato-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/fonts/lato/Lato-Regular-webfont.woff2") format("woff2"), url("/wp-content/fonts/lato/Lato-Regular-webfont.woff") format("woff"), url("/wp-content/fonts/lato/Lato-Regular-webfont.ttf") format("truetype"), url("/wp-content/fonts/lato/Lato-Regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/wp-content/fonts/font_awsome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/wp-content/fonts/font_awsome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/wp-content/fonts/font_awsome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/wp-content/fonts/font_awsome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/wp-content/fonts/font_awsome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/wp-content/fonts/font_awsome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  font-family: "lato", Helvetica, sans-serif !important;
  color: #333447;
  line-height: 1.5; }

#uij{
	  display: table-row;	
		height:100%;
	  background-color:lightgrey;
}

#uij h2{
	text-align:center;
	padding-bottom:40px;
	padding-top:30px;
	background-color:#3C403A;
	color:white;
}
.services{	
	display: table-cell;
	height:100%;
	
}

.landing{
	background-color:#F8F9F9;
	height:1500px;
	width:100%;
	position:fixed;
}
.continue{
	border:2px solid #333;
	color:#333;
	font-size:15px;
	line-height:40px;
	width:150px;
	position:relative;
	top:50px;
	
}

.btn:hover{
	color:#F8F9F9;
	background-color:#333333;
}
.site-info{
	text-align:center;
}
#colophon{
	margin-top:20px;
	position:absolute;
	bottom:0%;
	width:100%;
}
html{
	position:relative;
	min-height: 100%;
}
#content{
	margin-bottom:120px;
}