.oneit-duo .duo-intro {
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	background-size: cover;
}
article {
	background-image: url(../images/main.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-size: cover;
	Font-family: Open Sans;
	font-weight: normal;
	color: #363F43;
	Font-size: 16px;
}

article a {
	color: #1E6FC2;
text-decoration: none !important;
font-weight: bold;
border-bottom: 1px solid #1E6FC2;
}

article a:hover {
	border-bottom: 2px solid #1E6FC2;
}

h1 {
	font-family: Oswald; 
	font-weight: medium;
	color: #54A045;
	font-size: 2.25rem;
}
.service-identifier p {
	font-family: Oswald; 
	font-weight: medium;
	color: #363F43;
	font-size: 1.25rem;
	text-align: center;
}

.service-actions {
	text-align: center;
}
.service-actions p {
	font-family: Oswald; 
	font-weight: medium;
	color: #363F43;
	font-size: 1.75rem;
}

#service-intro div.image {
	text-align: center;
}

#service-intro div.image img {
	width: 80%;
	height: auto;
	margin: 0 auto;
}

.protip {
	Font-family: Oswald;
	Font-weight: normal;
	color: #54A045;
	Font-size: 27px;
	margin: 3rem 4rem 1rem;
	text-align: center;
	background-color: rgba(255, 255, 255, .875);
}

.info-kiosk {
    background-color: #f8f8f8;
    padding: 1rem 2.5rem 0 2.5rem;
    height: 100%;
}

.info-block {
	background-color: #f8f8f8;
	padding: 1rem 2.5rem 2.5rem;
	margin-bottom: 1rem;
}
.info-block h2 {
	font-family: Oswald; 
	font-weight: medium;
	color: #363F43;
	font-size: 1.75rem;
	text-align: center;
	padding: 1rem 0rem .75rem;
}
.info-block h3 {
	font-family: Oswald; 
	font-weight: medium;
	color: #363F43;
	font-size: 1.25rem;
}

.question {
	margin: 1rem 0;
}
.question-title {
	font-family: Oswald; 
	font-weight: medium;
	color: #363F43;
	font-size: 1.25rem;
	margin: 2rem 0 1.5rem;
}

.btn-duo {
	transition: all .12s;
	background-color: #FFF;
	border: solid 2px #54A045;
	Font-family: Oswald;
	font-weight: normal;
	color: #363F43;
	border-radius: 0;
	font-size: 1.25rem;
}
.btn-duo:hover {
	background-color: #54A045;
	border: solid 2px #54A045;
	color: #fff;
	box-shadow: 0 2px 6px 0px #363F43;
}

.btn-duo span {
	display: inline-block;
	height: 1.5rem;
}
.btn-duo::after,
.btn-duo.btn-large span::after {
	transition: all .12s;
	font-family: "it-icons-2018", serif;
	display: inline-block;
	color: #fff;
	content: "\68";
	width: 0;
	overflow: hidden;
	height: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
}

.btn-duo:hover::after,
.btn-duo.btn-large span::after {
	width: 2rem;
	margin-left: .5rem;
}

.btn-large {
	display: flex;
	text-align: center;
	font-size: 1.5rem;
	white-space: break-spaces;
	padding: 1rem 3rem;
	min-height: 12rem;
	width: 100%;
	align-items: center;
	vertical-align: middle;
}
.btn-plain {
	color: #363F43;
	border-color: #363F43;
	font-size: 1.25rem;
}
.btn-large:hover,
.btn-plain:hover {
	background-color: #54A045;
	border: solid 2px #54A045;
	color: #fff;
	box-shadow: none;
}

.btn-duo.btn-large span {
	display: block;
	height: auto;
	text-align: center;
	width: 100%;
}
.btn-duo.btn-large::after {
	display: none;
}
.btn-duo.btn-large span::after {
	display: block;
	width: auto;
	height: 0;
}
.btn-duo.btn-large:hover span::after {
	height: 2rem;
	margin-top: .25rem;
}

.duo-intro .btn-duo {
	display: block;
}

#help {
	margin-bottom: 2rem;
}
#help:target .info-block {
	position: relative;
	top: 0;
	left: 0;
	border: solid 4px transparent;
	animation: flash ease-in-out;
	animation-iteration-count: 1;
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes flash {
  0% {
    border-color: transparent;
  }

  25% {
    border-color: #54A045;
  }
	
  50% {
    border-color: transparent;
  }

  75% {
    border-color: #54A045;
  }

  100% {
    border-color: transparent;
  }
}

.info-block {
	margin-bottom: 0;
}
.info-block h3,
.info-block .btn {
	margin-top: 2rem;
}
.info-block ul {
	line-height: 1.875rem;
}

.btn-large,
.info-block {
	height: 100%;
}
