/***********************************************************/
/*  RIA Channel form styles for use with Qualtrics surveys */
/*  Created by Chris Rosenberry - 06.26.20 *****************/
/***********************************************************/


/* Section 1 - Wrapper and container */

.Skin .QuestionBody {
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.Skin .QuestionOuter {
	-ms-overflow-style: auto;
	padding-bottom: 0px !important;
}

.Skin .SkinInner {
	padding-top: 0px;
}

#survey > iframe:nth-child(1) {
	border: none;
}

/* Section 2 - Form fields and labels */

span.LabelWrapper {
	margin-bottom: 0px !important;
}

.Skin label.MultipleAnswer,
.Skin label.SingleAnswer,
.Skin .MC .TextEntryBox {
	font-size: 12px;
	line-height: 19px;
	color: #444;
	border: 1px solid #e1e1e1;
	width: 100%;
	max-width: 100%;
	min-height: 34px;
	padding: 6px 40px 3px 5px;
	margin: 0px 0px 10px;
	border-radius: 0px;
}

.Skin label.SingleAnswer span {
	color: #444444;
	font-weight: 100;
}

.Skin label.MultipleAnswer > span::after,
.Skin label.SingleAnswer > span::after {
	width: 14px;
	height: 14px;
	border: solid 1px #e1e1e1;
}

.Skin .QuestionText {
	font-size: 16px;
	padding-bottom: 15px;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	padding: 0 0 10px !important;
}
.Skin .MC .Inner .InnerInner .QuestionBody .TextEntryBox {
	margin-bottom: 10px;
	text-indent: 5px;
	box-shadow: none;
	margin-top: 0px;
}

/* Section 3 - Buttons */

.Skin #Buttons {
	padding: 0 4px 10px !important;
	max-width: 100% !important;
}

.Skin #Buttons #NextButton,
.Skin #Buttons #PreviousButton {
	border-radius: 22px !important;
	background-color: #5091cd;
	text-transform: uppercase;
	font-size: 14px !important;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 9px;
	color: #ffffff !important;
	margin-top: 0px;
	border: 1px solid #5091cd !important;
	transition: 0.4s;
	box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.1) !important;
	min-height: 0 !important;
	width: auto !important;
	padding: 9px 20px !important;
	text-align: center;
}

.Skin #Buttons #NextButton:hover,
.Skin #Buttons #PreviousButton:hover {
	background: #ffffff !important;
	color: #5091cd !important;
	transition: 0.4s;
	box-shadow: none;
}

/* Section 4 - Hiding the Qualtrics label */

.Skin #Plug {
	text-align: center;
	margin-top: 60px;
	opacity: 0;
	max-height: 2px !important;
	margin-top: 10px !important;
}