@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
	font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#content a {
	color: #009878;
}
#content a:hover {
	color: #009878;
	text-decoration: underline;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	color: #ffffff;
	background: #009ade;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin: 5px 5px 5px 0;
	padding: 10px 20px 11px;
	text-align: center;
	transition: background-color .15s ease-in-out;
	border: none;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	background: #2aa9e0;
	text-decoration: none;
	cursor: pointer;
}

.twelve.columns.no-padding {
	padding: 0 0 15px
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Gotham Book', sans-serif;
}

h1,h2 {
	color: #009878;
	font-size: 27px;
	/*text-transform: uppercase;*/
	text-align: center;
}

#content a.landingButton {
	display: block;
	background: #009ade;
	margin: 20px 0;
	padding: 20px 20px;
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	cursor: pointer;
	font-family: 'Gotham Medium', sans-serif;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 1.25em;
}

#content a.landingButton:hover {
	background: #2aa9e0;
	text-decoration: none;
}

.row.landingSection {
	margin-bottom: 20px;
}

#wj--admin-login td {
	text-align: center;
	vertical-align: middle;
}
#wj--admin-login td input {
	margin-bottom: 0px;
}