/* Styles that are common to many pages (e.g. originally applicable to the entire social5.com website) */

/*.button-base,
.outline-button-base,
.blue-outline-button,
.blue-outline-button:visited,*/
.orange-outline-button,
/*.orange-outline-button:visited,
.white-outline-button,
.white-outline-button:visited,
.blue-button,
.blue-button:visited,*/
.orange-button
/*.orange-button:visited,
.white-button,
.white-button:visited,
button*/ {
	padding: 0.5rem 1rem;
	color: white;
	background: black;
	text-shadow: 1px 1px rgba(50, 50, 50, 0.15);
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.03rem;
	transition: all 0.2s;
}

/*
.button-base:visited,
.outline-button-base:visited,
.blue-outline-button:visited,
.orange-outline-button:visited,
.white-outline-button:visited,
.blue-button:visited,
.orange-button:visited,
.white-button:visited,
button:visited {
	color: white;
}

.button-base:hover,
.outline-button-base:hover,
.blue-outline-button:hover,
.orange-outline-button:hover,
.white-outline-button:hover,
.blue-button:hover,*/
.orange-button:hover/*,
.white-button:hover,
button:hover*/ {
	border-bottom: 1px solid rgba(100, 100, 100, 0.4);
	color: white !important;
	box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.15);
	text-shadow: 0 3px rgba(50, 50, 50, 0.4);
	text-shadow: 0 1px rgba(56, 56, 56, 0.4);
}*/

.outline-button-base,
.blue-outline-button,
.blue-outline-button:visited,
.orange-outline-button,
.orange-outline-button:visited,
.white-outline-button,
.white-outline-button:visited {
	border: 3px solid black;
	color: black;
	background: transparent;
	text-shadow: none;
	transition: all 30ms;
}

.outline-button-base:hover,
.blue-outline-button:hover,
.orange-outline-button:hover,
.white-outline-button:hover {
	border-width: 2px;
	box-shadow: none;
	text-shadow: none;
}

.blue-button,
.blue-button:visited {
	background: #009ddc;
}

.orange-button,
.orange-button:visited {
	border-bottom: 1px solid #f7941e;
	background: #f7941e;
}

.orange-button:hover,
.orange-button:visited:hover {
	border-bottom: 1px solid rgba(100, 100, 100, 0.4);
}

.white-button,
.white-button:visited {
	background: white;
}

.blue-outline-button,
.blue-outline-button:visited {
	border: 3px solid #009ddc;
	color: #009ddc;
}

.orange-outline-button,
.orange-outline-button:visited {
	border: 3px solid #f7941e;
	color: #f7941e;
}

.white-outline-button,
.white-outline-button:visited {
	border: 3px solid white;
	color: white;
}

button {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.rowE h2 {
	display: block;
}

.rowE h2 {
	display: inline;
	color: #009ddc;
	font-size: 2.5rem;
	line-height: 2.5rem;
	vertical-align: sub;
}

.rowE a {
	display: inline;
	width: 300px;
	margin-left: 35px;
	border-radius: 0.4rem;
}

.home-row {
	padding: 40px 0;
}

.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body:not(.home) h3 {
	margin-bottom: 1rem;
}

body:not(.home) button {
	margin-top: 0.5rem;
	text-transform: uppercase;
}

body:not(.home) .orange-button {
	background: #f7941e;
}

body:not(.home) .orange-button:hover {
	background: #f68d0f;
}

body:not(.home) .blue-button {
	background: #009ddc;
}

body:not(.home) .blue-button:hover {
	background: #0092cd;
}

body:not(.home) .white-button {
	background: #555;
}

body:not(.home) .white-button:hover {
	background: #4d4d4d;
}

body:not(.home) .call-to-action {
	display: block;
	margin-bottom: 1rem;
	color: #009ddc;
	font-size: 0.9rem;
	text-transform: uppercase;
}

body:not(.home) .call-to-action:after {
	content: " »";
}

body:not(.home) .call-to-action:hover:after {
	font-weight: bold;
}

body:not(.home) .call-to-action:hover {
	text-decoration: underline;
}

div.content-header-wrapper {
	display: none;
}

@media (max-width: 767px) {
	.rowE h2 {
		display: block;
	}

	.rowE a {
		margin-left: 0;
	}
}

/* Temporarily hide the menu item for the ARC */
#arc-menu {
	display: none;
}

/* Temporarily hide the "Success Stories" menu item */
#responsive-menu-pro-item-8 {
	display: none !important;
}
