@import url(font-awesome.min.css);

body.is-loading *,
body.is-loading *:before,
body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body {
	min-width: 320px;
	min-height: 320px;
	background-color: #476cb0;
}

.clearfix:before,
.clearfix:after {
  content: " "; 
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}


/* Type */

.text-black { color:#000: }

.navbar-brand {
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 700;
}

@media only screen and (max-width: 480px) {
	.navbar-brand {
		font-size: 1rem;
	}
}

div#disclosure {
	margin: 12em 0 2em 0;
	padding: 0.8em 0.5em 0.2em 0.5em;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.5);
}

div#disclosure p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	line-height: 1em;
}

.text-bold {
	font-weight: bold;
}

body,
input,
select,
textarea {
	color: rgba(255, 255, 255, 0.55);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.5;
}

@media screen and (max-width: 1680px) {
	body,
	input,
	select,
	textarea {
		font-size: 13pt;
	}
}

@media screen and (max-width: 1366px) {
	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}
}

@media screen and (max-width: 768px) {
	body,
	input,
	select,
	textarea {
		font-size: 11pt;
	}
}

@media screen and (max-width: 480px) {
	body,
	input,
	select,
	textarea {
		font-size: 9.5pt;
		line-height: 1.25;
	}
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	;
	color: #ffffff;
}

strong,
b {
	color: #ffffff;
	font-weight: bold;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 1.5em 0;
}

.p {
	font-size: 0.8em;
	font-weight: 200;
}

@media screen and (max-width: 360px) and (orientation: portrait)  {
	span.p {
		display: none;
	}
}

footer p {
	margin: 0 0 1em 0;
}

.zcp {
	font-weight: bold;
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 2.25em;
}

h1.subhead {
	font-size: 1.2em;
}

@media screen and (max-width: 600px) and (orientation: portrait)  {
	h1 {
		font-size: 2em;
	}
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	h1 {
		font-size: 1.6em;
	}
	
	h1.subhead {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 600px) and (orientation : portrait), (max-height: 525px)  {
	h1 {
		font-size: 1.3em;
	}
	
	h1.subhead {
		font-size: 1em;
	}
}

#intro h1 {
	font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	margin: 0.5em 0 0 0;
	text-shadow:
		-1px -1px 0 #4266a6,
		1px -1px 0 #4266a6,
		-1px 1px 0 #4266a6,
		1px 1px 0 #4266a6;
}

#intro h1.subhead {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #FFF;
	font-weight: 400;
	text-shadow:
		-1px -1px 0 #4266a6,
		1px -1px 0 #4266a6,
		-1px 1px 0 #4266a6,
		1px 1px 0 #4266a6,
		0 0 8px #FFF;
}

#intro h1.subhead span {
	color: #b0476c;
	font-weight: 900;
	text-shadow:
		-1px -1px 0 #FFF,
		1px -1px 0 #FFF,
		-1px 1px 0 #FFF,
		1px 1px 0 #FFF,
		0 0 8px #FFF,
		-1px -1px 1px #fff, 
		1px 1px 1px #000;
}

.bio h1 {
	font-size: 1.4em;
	margin: 0;
}

h2 {
	font-size: 1.75em;
}

.bio h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.6em;
}

@media screen and (max-width: 736px) {
	h2 {
		font-size: 1.25em;
	}
	h3 {
		font-size: 1em;
	}
	h4 {
		font-size: 0.8em;
	}
	h5 {
		font-size: 0.6em;
	}
	h6 {
		font-size: 0.6em;
	}
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px rgba(255, 255, 255, 0.15);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

.align-left {
	text-align: left;
}

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

.align-right {
	text-align: right;
}


/* General */

.container-fluid {
	padding: 0;
}

.sticky-top {;
  right: 0;
  left: 0;
}

section#intro {
	min-height: 100vh;
	display: flex;
  justify-content: center;
}

#intro .container {
	align-self: center;
  padding: 0;
}

/* Covid-19 Message */
#top-alert {
	height: 40px;
	width: 100%;
	background:#ffcc00;
	color:#000;
}

#top-alert a {
	color: #000;
	text-decoration: none;
}

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

#top-message-icon {
	font-size:24px;
	float: left;
}

#top-message-title,
#top-message-link {
	font-size: 12px;
	font-weight:bold;
	padding-top: 4px;
}

#top-message-title {
	padding-left: 16px;
	float: left;
}

#top-message-link {
	padding-left: 16px;
	float: right;
}

#special-message h1,
#special-message h2,
#special-message h3,
#special-message h4,
#special-message h5 {
	color: #000;
	margin: 0;
	line-height: 1.25;
}

#special-message h5 {
	margin-top: 12px;
}

#special-message p {
	color: #000;
	margin-top: 16px;
}

#special-message a:hover {
	color: #000;
}

#special-message-sig {
	margin-top: 18px;
}

section.covid-19-alert {
	background: #ffcc00;
	min-height: 100vh;
	display: flex;
}

section.page {
	background: #476cb0;
	min-height: 100vh;
	display: flex;
	padding-bottom: 12em;
}

	@media screen and (max-width: 990px)  {	
		.nav-anchor::before {
			content:"";
			display:block;
			height:152px; /* fixed header height*/
			margin:-152px 0 0; /* negative fixed header height */
		}
	}

	@media screen and (max-width: 768px)  {
		.nav-anchor::before {
			content:"";
			display:block;
			height:128px; /* fixed header height*/
			margin:-128px 0 0; /* negative fixed header height */
		}
	}
	
	@media screen and (max-width: 480px)  {
		.nav-anchor::before {
			content:"";
			display:block;
			height:92px; /* fixed header height*/
			margin:-92px 0 0; /* negative fixed header height */
		}
	}
	
	
	@media screen and (max-width: 737px) and (orientation : portrait)  {
		#special-message-sig { margin-top: 24px; }
	}
	
	@media screen and (max-width: 600px)  {		
		#top-message-icon { 	font-size: 18px; }
		
		#top-message-title,
		#top-message-link {
			padding-left: 8px;
			font-size: 9px;
		}
	}

	@media screen and (max-width: 560px)  {
		#top-message-icon { font-size:14px; }
		
		#top-message-title,
		#top-message-link { font-size: 8px; }
	}
	
	@media screen and (max-width: 360px)  {
		#top-message-icon { font-size:12px; }
		
		#top-message-title,
		#top-message-link { font-size: 7px; }
	}

footer>section {
	background: #333;
	height: 100%;
	padding: 25px 0 0 0;
}

.bg-nav {
	background: #4266a6;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.nav-item a {
	border: 0;
	color: rgba(255, 255, 255, 0.35);
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.75;
	outline: 0;
	padding: 1.35em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.img-alert {
	width: 8em;
	height: 8em;
}

.img-team {
	width: 10em;
	height: 10em;
}

#port img {
	height: 4em;
	width: auto;
	padding: 0.5em;
}

.w3c img {
	border: 0;
	width: 88px;
	height: 31px;
}

/* Logo Fader */

#logo {
  position:relative;
  height: 250px;
  width: 250px;
  margin: 0 auto;
}

	@media screen and (max-width: 768px), (max-height: 768px) {
		#logo {
			height: 200px;
			width: 200px;
		}
	}
	
	@media screen and (max-width: 640px), (max-height: 640px)  {
		#logo {
			height: 150px;
			width: 150px;
		}
	}
		
	
		@media screen and (max-width: 600px), (max-height: 600px) {
		#logo {
			height: 120px;
			width: 120px;
		}
	}
	
	@media screen and (max-height: 480px), (max-height: 480px) {
		#logo {
			height: 100px;
			width: 100px;
		}
	}
		

	@media screen and (max-width: 768px) and  (orientation: landscape), (max-width: 380px) and (orientation: portrait), (min-width: 768px) and (min-height: 414px) and (max-height: 641px) {
			#logo {
				margin-top: -80px;
			}
		}
	
	@media screen and (max-width: 640px)  and (orientation: landscape), (max-width: 414px) and (orientation: portrait) {
		#logo {
			margin-top: -100px;
		}
	}
	
	@media screen and (max-width: 480px) and (orientation: landscape), (max-width: 768px) and (orientation: portrait), (max-width: 823px) and (max-height: 414px) {
		#logo {
			margin-top: -120px;
		}
	}

#logo img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#logo img.transparent {
opacity:0;
}

@keyframes logoFadeInOut {
  0% {
  opacity:1;
	}
	45% {
	opacity:1;
	}
	55% {
	opacity:0;
	}
	100% {
	opacity:0;
	}
}

#logo img.img2 {
animation-name: logoFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 8s;
animation-direction: alternate;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	background-color: transparent;
	border: solid 1px !important;
	border-color: rgba(255, 255, 255, 0.15) !important;
	border-radius: 3em;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.6em;
	font-weight: bold;
	height: calc(3.25em + 2px);
	letter-spacing: 0.25em;
	line-height: 3.25em;
	outline: 0;
	padding: 0 2.75em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after {
	-moz-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	-ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
	background: #ffffff;
	border-radius: 3em;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

nav button:after {
	background: transparent;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.75em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	display: block;
	margin: 0 0 1em 0;
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.4em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
button.big,
.button.big {
	font-size: 0.8em;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
	background-color: #ffffff;
	color: #312450 !important;
}

input[type="submit"].special:after,
input[type="reset"].special:after,
input[type="button"].special:after,
button.special:after,
.button.special:after {
	display: none;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	cursor: default;
	opacity: 0.5;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	border-color: rgba(255, 255, 255, 0.55) !important;
}

input[type="submit"]:hover:after,
input[type="reset"]:hover:after,
input[type="button"]:hover:after,
button:hover:after,
.button:hover:after {
	opacity: 0.05;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

input[type="submit"]:hover:active,
input[type="reset"]:hover:active,
input[type="button"]:hover:active,
button:hover:active,
.button:hover:active {
	border-color: #ffffff !important;
}

input[type="submit"]:hover:active:after,
input[type="reset"]:hover:active:after,
input[type="button"]:hover:active:after,
button:hover:active:after,
.button:hover:active:after {
	opacity: 0.1;
}


/* Features */


.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
	margin: 0 3em 1.2em 2.5em;
}

.features section {
	padding: 1em 3em 1em 7em;
	width: 50%;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	position: relative;
}

.features section:nth-child(-n+2) {
	border-top-width: 0;
}

.features section:nth-child(2n) {
	border-left: solid 1px rgba(255, 255, 255, 0.15);
}

.features section .icon {
	position: absolute;
	left: 3em;
	top: 0.8em;
	opacity: 1;
}

.features section h3 {
	font-size: 0.8em;
	margin: 0;
}

@media screen and (max-width: 1366px) {
	.features section .icon {
		top: 1em;
	}
}

@media screen and (max-width: 1080px) {
	.features section:first-child {
		border-top-width: 0 !important;
	}
	.features section .icon {
		top: 0.7em;
	}
}

@media screen and (max-width: 768px) {
	.features {
		display: block;
	}
	.features section {
		border-top-width: 1px !important;
		border-left-width: 0 !important;
		width: 100%;
		padding: 1em 1.5em 1em 5.5em;
	}
	.features section .icon {
		top: 1em;
		left: 7em;
	}
	.features section h3 {
		margin: 0.3em 0 0.5em 6em;
	}
}

@media screen and (max-width: 575px) {
	.features section .icon {
		left: 5em;
	}
	.features section h3 {
		margin: 0.3em 0 0.5em 4em;
	}
}

@media screen and (max-width: 480px) {
	.features section .icon {
		left: 3em;
	}
	.features section h3 {
		margin: 0.3em 0 0.5em 2em;
	}
}

@media screen and (max-width: 380px) {
	.features section .icon {
		left: 2em;
	}
	.features section h3 {
		font-size: 0.7em;
		margin: 0.3em 0 0.5em 1em;
	}
}


/* Icon */


.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.icon>.label {
	display: none;
}

.icon.major {
	width: 1.8em;
	height: 1.8em;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	color: #476cb0;
	text-align: center;
	line-height: 1.8em;
	margin: 0;
}

@media screen and (max-width: 1366px) {
  .icon.major {
		width: 1.6em;
	  height: 1.6em;
		line-height: 1.6em;
	}
}

.icon.major:before {
	font-size: 1.2em;
}

@media screen and (max-width: 1366px) {
	.icon.major:before {
		font-size: 1em;
	}
}


/* Split */


.split {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.split>* {
	width: calc(50% - 2.5em);
}

.split> :nth-child(2n - 1) {
	padding-right: 2.5em;
	border-right: solid 1px rgba(255, 255, 255, 0.15);
}

.split> :nth-child(2n) {
	padding-left: 2.5em;
}

.split.style1> :nth-child(2n - 1) {
	width: 66.666666%;
}

.split.style1> :nth-child(2n) {
	width: calc(33.333333% - 1em);
}

@media screen and (max-width: 1680px) {
	.split>* {
		width: calc(50% - 2em);
	}
	.split> :nth-child(2n - 1) {
		padding-right: 2em;
	}
	.split> :nth-child(2n) {
		padding-left: 2em;
	}
	.split.style1> :nth-child(2n - 1) {
		width: 66.666666%;
	}
	.split.style1> :nth-child(2n) {
		width: calc(33.333333% - 1em);
	}
}

@media screen and (max-width: 980px) {
	.split {
		display: block;
	}
	.split>* {
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		margin: 4em 0 0 0;
		padding: 4em 0 0 0;
		width: 100% !important;
	}
	.split> :nth-child(2n - 1) {
		border-right: 0;
		padding-right: 0;
	}
	.split> :nth-child(2n) {
		padding-left: 0;
	}
	.split> :first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 736px) {
	.split>* {
		margin: 3em 0 0 0;
		padding: 3em 0 0 0;
	}
}


/* Form */


form {
	margin: 0 0 2em 0;
}

form .field {
	margin: 0 0 1em 0;
}

form .field.half {
	width: 50%;
	float: left;
	padding: 0 0 0 0.75em;
}

form .field.half.first {
	padding: 0 0.75em 0 0;
}

form>.actions {
	margin: 1em 0 0 0 !important;
}

@media screen and (max-width: 736px) {
	form .field.half {
		width: 100%;
		float: none;
		padding: 0;
	}
	form .field.half.first {
		padding: 0;
	}
}

label {
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0.7em 0;
	display: block;
	font-size: 1.1em;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: none;
	border: solid 1px rgba(255, 255, 255, 0.15);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	border-color: #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}

.select-wrapper {
	text-decoration: none;
	display: block;
	position: relative;
}

.select-wrapper:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

.select-wrapper:before {
	color: rgba(255, 255, 255, 0.15);
	content: '\f078';
	display: block;
	height: 2.75em;
	line-height: 2.75em;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 2.75em;
}

.select-wrapper select::-ms-expand {
	display: none;
}

select option {
	background-color: #312450;
	color: #ffffff;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 2.75em;
}

textarea {
	padding: 0.75em 1em;
}

body.is-ie textarea {
	min-height: 10em;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.55);
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	padding-left: 2.4em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: #ffffff;
	border-color: #ffffff;
	color: #b74e91;
	content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border-color: #ffffff;
	box-shadow: 0 0 0 1px #ffffff;
}

input[type="checkbox"]+label:before {
	border-radius: 0.25em;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

 ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

 :-moz-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

 ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

 :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}

.formerize-placeholder {
	color: rgba(255, 255, 255, 0.35) !important;
	opacity: 1.0;
}


/* List */


ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

footer ul {
	margin-bottom: 0.5em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 0.75em 0 0;
}

ul.icons li:last-child {
	padding-right: 0;
}

ul.icons li>a,
ul.icons li>span {
	border: 0;
	text-decoration: none;
}

ul.icons li>a:before,
ul.icons li>span:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

ul.icons li>a .label,
ul.icons li>span .label {
	display: none;
}

ul.actions {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.actions li {
	display: inline-block;
	padding: 0 1em 0 0;
	vertical-align: middle;
}

ul.actions li:last-child {
	padding-right: 0;
}

ul.actions.small li {
	padding: 0 0.5em 0 0;
}

ul.actions.vertical li {
	display: block;
	padding: 1em 0 0 0;
}

ul.actions.vertical li:first-child {
	padding-top: 0;
}

ul.actions.vertical li>* {
	margin-bottom: 0;
}

ul.actions.vertical.small li {
	padding: 0.5em 0 0 0;
}

ul.actions.vertical.small li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	display: table;
	margin-left: -1em;
	padding: 0;
	table-layout: fixed;
	width: calc(100% + 1em);
}

ul.actions.fit li {
	display: table-cell;
	padding: 0 0 0 1em;
}

ul.actions.fit li>* {
	margin-bottom: 0;
}

ul.actions.fit.small {
	margin-left: -0.5em;
	width: calc(100% + 0.5em);
}

ul.actions.fit.small li {
	padding: 0 0 0 0.5em;
}

@media screen and (max-width: 480px) {
	ul.actions {
		margin: 0 0 2em 0;
	}
	ul.actions li {
		padding: 1em 0 0 0;
		display: block;
		text-align: center;
		width: 100%;
	}
	ul.actions li>* {
		width: 100%;
		margin: 0 !important;
	}
	ul.actions li>*.icon:before {
		margin-left: -2em;
	}
	ul.actions li .button {
		padding: 0;
	}
	ul.actions li:first-child {
		padding-top: 0;
	}
	ul.actions.small li {
		padding: 0.5em 0 0 0;
	}
	ul.actions.small li:first-child {
		padding-top: 0;
	}
}

ul.contact {
	list-style: none;
	padding: 0;
}

ul.contact>li {
	padding: 0;
	margin: 1.5em 0 0 0;
}

ul.contact>li:first-child {
	margin-top: 0;
}

ul.menu {
	list-style: none;
	padding: 0;
}

ul.menu>li {
	border-left: solid 1px rgba(255, 255, 255, 0.15);
	display: inline-block;
	line-height: 1;
	margin-left: 1.5em;
	padding: 0 0 0 1.5em;
}

ul.menu>li:first-child {
	border-left: 0;
	margin: 0;
	padding-left: 0;
}

@media screen and (max-width: 480px) {
	ul.menu>li {
		border-left: 0;
		display: block;
		line-height: inherit;
		margin: 0.5em 0 0 0;
		padding-left: 0;
	}
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: bold;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}