body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #444;
	line-height: 1.25rem;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 575.98px) {
	.container {
		margin: 1rem;
		min-width: calc(320px - 6rem); /* 1rem margin and 2rem padding */
		width: auto;
	}
	.container p {
		font-size: 1.2rem;
	}
	.container form input[type="submit"] {
		font-size: 1.6rem !important;
	}
}

@media only screen and (min-width: 576px) {
	.container {
		margin: 3rem auto 1rem;
		width: 500px;
	}
}

.container {
	background-color: #f5f6f7;
	border-radius: 6px;
	border: 1px solid #dcddde; /* Darken 10% */
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
	color: #444;
	font-size: 1rem;
	padding: 2rem;
	text-align: center;
}

.container h1 {
	color: #444;
	font-size: 2rem;
	font-weight: normal;
	line-height: 2.5rem;
	margin: 0 0 1rem;
}

.container h2 {
	color: #444;
	font-size: 1.4rem;
	text-align: left;
	font-weight: normal;
}

.container p {
	line-height: 1.4em;
	margin: 1rem 0 2rem 0;
}

.container img {
	border: 0;
	height: auto;
	margin: 1rem 0;
	width: 100%;
}

.container .email {
	color: #e8412a;
	font-weight: bold;
}

.container .msg {
	display: inline-block;
	margin: 1rem 0;
	background-color: #ffff99;
	font-weight: bold;
	padding: .4rem .6rem;
}

.container a {
	color: #e8412a;
	font-weight: bold;
	text-decoration: none;
}

.container form input[type="submit"] {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	align-items: center;
	background-clip: padding-box;
	background-color: #e8412a;
	border-radius: .25rem;
	border: 1px solid transparent;
	box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1rem;
	font-weight: 600;
	justify-content: center;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: calc(.875rem - 1px) calc(1.5rem - 1px);
	position: relative;
	text-decoration: none;
	touch-action: manipulation;
	transition: all 250ms;
	user-select: none;
	vertical-align: baseline;
	width: auto;
}

.container form input[type="submit"]:hover, .container form input[type="submit"]:focus {
	background-color: #d03a25;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.container form input[type="submit"]:hover {
}

.container form input[type="submit"]:active {
	background-color: #d03a25;
	box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
}

/* feedback */
.feedback .item {
	margin: 0.1rem 0;
	text-align: left;
	padding: 0 .5rem;
	border-radius: 10px;
}

.feedback .item:hover, .feedback .item.selected {
	background-color: #ffffff;
}

.feedback label {
	cursor: pointer;
	display: block;
	padding: .7rem 0 .3rem 0;
	font-size: 1em;
}

.feedback .radio {
}

.feedback .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.feedback .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.feedback .radio input[type=radio]:checked + .radio-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.feedback .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}

.feedback .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}

.feedback .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.feedback input[type=text] {
	display: none;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	font-size: 1rem;
	border: 0;
	background-color: #ffffff;
	border-radius: 10px;
}

.feedback .item.selected input[type=text] {
	display: block;
}

.brand {
	padding: 2rem;
	color: #444;
	font-size: .85rem;
	text-align: center;
}

.brand a {
	color: #444;
	text-decoration: none;
}

.brand img {
	border: 0;
	margin: 0 .25rem;
	vertical-align: middle;
}
