
.pc-feature {
	font-size: 0.7em;
	text-align: left;
}
.pc-feature h5{
	padding-top: 0.7rem;
	padding-left: 4.5rem;
	padding-bottom: 2rem;
}
.item .col4:first-of-type .thumbs-up h5 {
	padding-bottom: 0;
}
.thumbs-up {
	background: url(../images/thumbs_up.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 4rem;
}
.thumbs-down {
	background: url(../images/thumbs_down.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 4rem;
}

.pc-background h5 {
	color: #07c7f2;
	font-size: 1.6rem;
	margin-top: 3rem;
}
.pc-feature {
	color: #9fbcbf;
}
.pc-feature strong{
	color: white;
}


ul ul {
	list-style-type: none !important;
}

.svgfeature img {
	width:  100%;
}

.showHamburger ul.naviglinks {
	transform: rotate(180deg);
}
.showHamburger ul.naviglinks > li {
	transform: rotate(-180deg);
}

div#logo a img {
	height: 60px;
	margin-top: 6px;
	cursor: pointer;
}

.linkscontainer {
	padding-top: 30rem;
	overflow: auto;
}

.extbutton {
	width: 40rem;
	min-height: 12rem !important;
	font-size: unset !important;
	text-transform: none !important;
	display: inline-block !important;
	letter-spacing: 0.5px !important;
	color: white !important;
	font-weight: bold !important;
	line-height: 3rem !important;
	margin-bottom: 40px !important;
}

.extbutton:first-of-type {
	border: 3px solid #a0cd63 !important;
	background-color: #a0cd63 !important;
	color: white !important;
}

.extbutton:first-of-type:hover, .extbutton:first-of-type:hover p {
	background-color: white !important;
	color: #a0cd63 !important;
}

.extbutton:last-of-type {
	border: 3px solid #07c7f2 !important;
	background-color: #07c7f2 !important;
	color: white !important;
}

.extbutton:last-of-type:hover, .extbutton:last-of-type:hover p {
	background-color: white !important;
	color: #07c7f2 !important;
}

.extbutton p {
	text-decoration: underline;
	margin: -12px 0px 5px 0px !important;
}

iframe {
	border: 3px solid #07c7f2;
	border-radius: 10px;
}

#thg {
	overflow: scroll;
}

@media screen and (max-width: 36em) {
	div#logo a img, .stickynavig div#logo a img {
		height: 80px;
	}
}