header {
	min-width: 0;
}
.title {
    display: inline-table;
    margin-top: 10px;
}
#navigation {
    background-color: #364d58;
    width: 100%;
    height: 46px;
}
#navigation-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}
.navigation-item {
    float: left;
}
#sign-out {
    margin-top: 0;
    border-radius: 2px;
    padding: 2px;
    display: block;
    float: right;
    color: white;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    height: 100%;
}
#sign-out-text {
    position: relative;
    top: 7px;
    margin: 0 5px;
}
#sign-out:hover {
    background-color: #466371;
    transition: background-color 0.15s linear;
}
#loggedinas {
    color: white;
    border-right: 1px solid #283c46;
    height: 100%;
    display: inline-block;
}
#loggedinastext {
    font-size:14px;
    position:relative;
    top:7px;
    margin-right: 5px;
}
#loginwrap {
    font-size: 20px;
    float: right;
    height: 100%;
}
#image-overlay {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 150px;
    color: white;
}
h1 {
    text-shadow: 0px 2px 3px black;
    font-size: 3em;
}
#feature-section {
    width: 950px;
    left: 50%;
    margin-left: -475px;
    position: relative;
    margin-top: 40px;
}
#feature-list {
    list-style: none;    
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
    padding: 0;
}
#feature-list>li {
    width: 450px;
    height: 150px;
}
.feature-image {
    width: 25%;
    float: left;
}
.feature-text {
    width: 70%;
    float: left;
    padding-left: 20px;
    margin-top: 5px;
}
.feature-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}
.feature-body {
    line-height: 1.7em;
	color: #777;
}
#process-list {
	list-style: none;    
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 50px;
    padding: 0;
	margin-bottom: 25px;
	margin-top: 25px;
}
#process-list li {
	text-align: center;
}
.process-image {
	width: 150px;
}
.process-number {
	margin: auto;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #f7803c;
    font-size: 1.6em;
    color: white;
    line-height: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#footer {
    width: 100%;
    background-color: #3B8686;
}
#footer, #push {
    height: 500px;
}
#page-content {
    min-height: 100%;
	margin: 0 auto -450px;
}
html, body {
	height: 100%;
}
#contact-button {
    background-color: #F7803C;
    text-decoration: none;
    color: white;
    border-radius: 6px;
    padding: 13px 20px;
    font-size: 1.2em;
    position: relative;
    top: 50px;
    text-shadow: 0 1px 0 #d06122;
}
#contact-button:hover {
    transition: background-color 0.3s linear;
    background-color: #FF9A61;
    text-shadow: 0 1px 0 #d08154;
}
#contact {
    padding-left: 100px;
    padding-top: 30px;
    width: 320px;
	line-height: 1.7em;
}
#contact, #contact>a {
    text-decoration: none;
    color: white;
	margin-top: 5px;
}
#contact-email {
	background-color: #3c7777;
    border-radius: 3px;
    padding: 4px;
}
#contact-email:hover {
	text-decoration: underline;
}
#contact-form-email, #contact-form-message, #contact-form-anti-bot {
	width: 300px;
	padding: 6px 4px;
	border: 2px solid #6c7979;
	border-radius: 3px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#contact-form-email:focus, #contact-form-message:focus {
	outline: none;
	box-shadow: 0 0 10px #245f5f;
}
#contact-form-email {
	margin-bottom: 10px;
	height: 19px;
}
#contact-form-message {
	resize: none;
	height: 150px;
}
#contact-form-anti-bot-label {
    margin-top: 0px;
}
#contact-form-anti-bot {
    margin-bottom: 10px;
}
#contact-form-submit {
	background-color: #f7803c;
    border: 1px solid #f7803c;
    border-radius: 3px;
    font-size: 16px;
    padding: 6px 18px;
    color: white;
    cursor: pointer;
}
#contact-form-submit:hover {
	border-color: #d87136;
}
#contact-form-response {
	background-color: #3c7777;
    padding: 7px;
    border-radius: 3px;
	display: none;
}
#title-image-container {
	overflow: hidden;
}
#title-image {
	width: 100%;
}