* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

header {
	text-align: center;
}

.logo {
	/*width: 400px;*/
	height: 100px!important;
	margin: 10px;
}

.header-text {
	text-transform: capitalize;
	color: #595d5c;
	font-size: 20px;
	margin: 5px;
	font-weight: 400;
	letter-spacing: .2em;
}

.optin-text {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.optin-text h2 {
	font-size: 16px;
}

/* start smarticlepath */
.form {
	/*background: red;*/
	box-shadow: 2px 4px 23px 0px rgba(0,0,0,0.75);
	padding: 40px;
	border: solid 0.5px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	min-height: 50vh;
	width: 60%;
	margin: 0 auto;
}

.slide {
	display: none;
}

.slide__main {
	width:100%;
}

.slide__question {
	margin-bottom: 5px;
}

.slide__question p {
	font-size: 1.3rem;
	text-align: center;
}

.slide__answer {
	text-align: center;
}

.slide__btn {
	width: 80%;
	background: blue;
	margin-bottom: 10px;
	text-transform: uppercase;
	white-space: normal; /*break the words as normal text*/
}

/* end smarticlepath */

/* wall styles */
#nav {
	background: #EDEDED;
	margin-bottom: 20px;
	box-shadow: 0 8px 6px -6px gray;
}

#navbar {
	justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
}

.arg-logo {
	width: 300px;
}

.confirm__img {
	width: 100%;
}

.confirm__header {
	position: absolute;
	top: 18%;
	left: 30%;
	font-size: 2.5rem;
}

.touchpoints h3, .trending h3 {	
	margin-top: 30px;
	font-weight: 200;
	
}

.touchpoints h3::after, .trending h3::after {
	content: "";
	display: block;
	width: 250px;
	height: 3px;
	border-radius: 100px;
	margin: 10px 0;
	background: blue;
}

.touchpoints__link {
	margin: 10px 0;
	display: block;
	border-bottom: 1px solid #ededed;
}

.trending__thumbnail {
	width: 100px
}

.trending__category {
	font-weight: 900;
	color: gray;
}

.disclaimer {
	width: 90%;
	/*display: flex;
	justify-content: center;*/
	margin : 5px auto;
	font-size: 12px;
	line-height:17px
}

#survey-question img {
	width: 200px;
}

@media (max-width: 900px) {
	.form {
		width: 90%;
	}

	.trending__thumbnail {
		width: 150px;
	}
}

@media (max-width: 800px) {
	.confirm__header {
		position: absolute;
		top: 10%;
		left: 25%;
		font-size: 1.5rem;
	}
}

@media (max-width: 376px) {
	.trending__thumbnail {
		width: 100px;
	}

	.arg-logo {
		width: 200px;
	}
}


.gs-link {
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
	background-color:#c62d1f;
	border-radius:18px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	padding:10px 25px;
	text-decoration:none;
	text-align: center;
	margin: 10px 0;
}
.gs-link:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
	color: #fff;
	text-decoration: none;
}
.gs-link:active {
	position:relative;
	top:1px;
}

.gs-link-title {
	color: #c62d1f;
	font-weight: 700;
}

div.gs-links {
	padding: 5px 10px 20px 10px;
}
