button {
	font-family: "Gotham-Bold";
	font-size: 12.8px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.15s linear, border-color 0.15s linear,
		color 0.15s linear;
	white-space: nowrap;
	width: 169.6px;
	height: 40px;
}
.button.button-outline-blue {
	background-color: #0050ca;
	color: #fff;
	border: solid 1.6px #0050ca;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.24);
	display: block;
	width: 186.1875px;
    /*TODO padding-top: 8px;*/
}
.app .button-outline-blue {
	max-width: 169.6px;
	width: 100%;
}
.button.button-outline-blue:hover {
	background-color: #fff;
	color: #0050ca;
	border: solid 1.6px #0050ca;
	border-radius: 4px;
}

.button.button-blue-outline {
	background-color: #fff;
	color: #0050ca;
	border: solid 1.6px #0050ca;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.24);
	display: block;
	width: 186.1875px;
	/*TODO padding-top: 8px;*/
}
.button.button-blue-outline:hover {
	background-color: #0050ca;
	color: #fff;
	border: solid 1.6px #0050ca;
	border-radius: 4px;
}

.button.button-outline-deep-sky-blue {
	font-size: 12px;
	background-color: #fff;
	color: #0050ca;
	border: solid 1.6px#0050ca;
	border-radius: 4px;
	/*TODO padding-top: 8px;*/
}
.button.button-outline-deep-sky-blue:hover {
	background-color: #0050ca;
	color: #fff;
	border: solid 1.6px#0050ca;
	border-radius: 4px;
}
.learn-more > a {
	width: 186.1875px;
	height: 40px;
}
.learn-more > a > .button.button-outline-deep-sky-blue {
	background-color: #fff;
	color: #0050ca;
	border: solid 1.6px #0050ca;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.24);
	display: block;
	width: 186.1875px;
	font-family: "Gotham-Bold";
	font-size: 10.24px;
}
.learn-more > a > .button.button-outline-deep-sky-blue:hover {
	background-color: #0050ca;
	color: #fff;
	border: solid 1.6px #0050ca;
	border-radius: 4px;
}
.get-in-touch {
	width: 113.6px;
	height: 27.2px;
}

@media (max-width: 1200px) {
	.header button.button.button-outline-deep-sky-blue.get-in-touch {
		display: block;
	}
}

.button.button-outline-white-red {
	background-color: #fff;
	color: #ca002a;
	/*TODO padding-top: 8px;*/
	border: solid 1.6px #fff;
}
.button.button-outline-white-red:hover {
	background-color: #ca002a;
	color: #fff;
	border-radius: 4px;
}

.button.button-outline-red-white {
	background-color: #ca002a;
	color: #fff;
	border: solid 1.6px #fff;
	/*TODO padding-top: 8px;*/
}
.button.button-outline-red-white:hover {
	background-color: #fff;
	color: #ca002a;
	border: solid 1.6px #ca002a;
	border-radius: 4px;
}

.get-in-touch {
	/*TODO padding-top: 8px;*/
	font-family: "Gotham-Bold";
}
#button-contact-parkee {
	font-family: "Gotham-Bold";
	/*TODO padding-top: 8px;*/
}
