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

}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
	display: block;
}

img,object,video,embed {
	max-width: 100%;
}

body,
button,
input,
select,
textarea {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	font-family: sans-serif;
}

form {
    text-align: center;
}

fieldset {
    width: 50%;
    float: left;
    border: none;
    margin: 0;
    padding: 0 15px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
}

fieldset:last-of-type {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #ddd;
	border: none;
	border-radius: 0;
	padding: 10px;
    width: 100%;
    background-color: #000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;  
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #fff;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
	border-radius: 0;
	background: #000;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
	padding: 10px 20px;
    margin-top: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;        
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;    
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #222;
}

h2 {
    font-size: 1.638em;  
    display: block;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;    
}

#form p {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-size: 1em;
}

.g-recaptcha {
    width: 304px;
    margin: 0 auto;
}


body,
button,
input,
select,
textarea {
    font-family: 'latoregular';
}

html,body {
  height:100%;
  margin:0;
}

html>body .content {
  height:auto;
}

#page {
  	height:100%;
  	min-height:100%;/*for mozilla*/
	display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}

section {
  	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;	
	float: left;
	width: 50%;
	height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;  
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;	
}

section:first-of-type {
	background-color: #000;	
	text-align: center;
}

.center-content {
	padding: 0 15px;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
  	position: relative;
  	top: 50%;
  	transform: perspective(1px) translateY(-50%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;  
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;			
}

article:after,
.center-content:after {
    content: '';
    display: block;
    clear: both;	
}

p {
	font-size: 1.250em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;   
    color: #fff;
}

article:first-of-type {
	border-bottom: 1px solid #fff;	
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.circle-logo {
	text-align: center;	
}

.circle-logo img {
	max-width: 125px;	
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	width: 33.3%;
	float: left;
}

li {
	background-image: url(../img/swan-head-white.png);
	background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-size: 1.125em;
line-height: 2.5em;
margin: 0px 0;
    color: #fff;
    text-align: left;

}

h1 {
	font-size: 1.938em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
}

a:link {
	color: #fff;
	text-decoration: none;	
}

a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

a:active {
	text-decoration: none;
	color: #fff;
}


/*--------------------------------------------------------
# Tablet Break Point Styles */
@media screen and (max-width: 1060px) {
	.center-content {
		max-width: 500px;	
	}
	p {
		font-size: 1em;	
	}
	li {
		font-size: 0.875em;	
	}
}


/*--------------------------------------------------------
# Portrait Tablet Break Point Styles */
@media screen and (max-width: 800px) {
	section {
		float: none;
		width: 100%;
		height: auto;	
	}
    .center-content {
        position: static;
        top: auto;
        transform: none;
        max-width: none;
        padding: 50px;        
    }
}

/*--------------------------------------------------------
# Phone Break Point Styles */
@media screen and (max-width: 600px) {
    .center-content {
        top: auto;
        position: static;
        transform: none;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ul {
        width: 100%;
    }
    h1 {
        font-size: 1.5em;
    }
	li {
		font-size: 1em;	
	}   
    fieldset:last-of-type,
    fieldset {
        float: none;
        width: 100%;
        padding: 0;
    }
}