@charset "utf-8";
/* CSS Document */


/* Font in sliding panels */


.skin5_row {
	/* [disabled]padding-top: 12px!important; */
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 6px;
	/* [disabled]padding-bottom: 22px!important; */
}


#commentsSliding {
	background-color: #25408F;
}
#commentsSliding h3 {
	font-size: 1.8rem;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 2.4rem;
	margin-bottom: 1rem;
	background-color: #000;
}

#questionsSliding {
	background-color: #2EB457;
}
#questionsSliding h3 {
	font-size: 1.6rem;
	color: rgba(255,255,255,0.70);
	font-weight: 300;
	text-align: center;
	line-height: 1.8rem;
	margin-bottom: 2rem;
	/* [disabled]margin-top: 2rem; */
	margin-right: 2rem;
	padding: 0;
	margin-left: 2rem;
	font-style: italic;
}

#logosSliding {
	
}
#logosSliding h3 {
	font-size: 2.2rem;
	color: #AAAAAA;
	font-weight: 700;
	text-align: center;
	line-height: 2.4rem;
	margin: 0;
}

#logosStationary {
	
}
#logosStationary h3 {
	font-size: 1.4rem;
	color: #CCCCCC;
	font-weight: normal;
	text-align: center;
	line-height: 1rem;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}

#commentsSliding .skin5_row .skin5_p {
	/* [disabled]font-family: 'Caveat', cursive; */
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}

#commentsSliding .skin5_row _skin5_img
{
	margin : 25px auto 15px;
	max-width : 100%;
}
#commentsSliding .skin5_row _skin5_h3
{
	font-size : 18px;
	color : #5F5F5F;
	font-weight : 300;
	margin : 0;
	/* [disabled]margin-bottom : 20px; */
	letter-spacing : 0px;
}
#commentsSliding .skin5 .skin5_h4
{
	font-size : 1.2rem;
	font-weight : 400;
	margin-top: 2rem;
	color : rgba(255,255,255,0.77);
	text-transform : none;
	letter-spacing : 1px;
	text-align: right;
}

#questionsSliding .skin5_row .skin5_p {
	/*font-family: 'Caveat', cursive;*/
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
}

#questionsSliding .skin5_row _skin5_img
{
	margin : 25px auto 15px;
	max-width : 100%;
}
#questionsSliding .skin5_row _skin5_h3
{
	font-size : 18px;
	color : #5F5F5F;
	font-weight : 300;
	margin : 0;
	/* [disabled]margin-bottom : 20px; */
	letter-spacing : 0px;
}
#questionsSliding .skin5 .skin5_h4
{
	font-size : 1.2rem;
	font-weight : 400;
	margin : 0;
	color : #AFAFAF;
	text-transform : none;
	letter-spacing : 1px;
	text-align: center;
}



@media only screen and (min-width : 660px) {
	#commentsSliding .skin5_row .skin5_p {
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.2;
	}
	#commentsSliding .skin5 .skin5_h4 {
	font-size : 1rem;
	margin-top: 0.4rem;
	}
	
	#questionsSliding .skin5_row .skin5_p {
	font-size: 1.8rem;
	text-align: left;
	line-height: 2.4rem;
	}
	#questionsSliding .skin5 .skin5_h4 {
		font-size : 1rem;
		margin : 0;
	}
	#logosSliding h3 {
		font-size: 2.2rem;
		text-align: left;
		line-height: 2.4rem;
		margin: 0;
	}
	
}


#commentsSliding .skin5_row .skin5_p::before {
	/* Add quotes around text. Must be specific slider so specify with ID */
	/*font-size: 40px;
	line-height: 26px;
	font-weight: 400;
	color: #ccc;*/
	/*content: '"';*/
	/*content: open-quote;*/
	/*content: url(../images/symbols/quotes-left.png);*/
	/* Font Awesome symbols */
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	content: "\f10d";
	padding-right: 10px;
		/* moves icon up */
	line-height: 2em;
	vertical-align: bottom;
}
#commentsSliding .skin5_row .skin5_p::after {
	/* Add quotes around text. Must be specific slider so specify with ID */
	/* Font Awesome symbols */
	font-family: "Font Awesome 5 Pro";
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	content: "\f10e";
	padding-left: 10px;
		/* moves icon up */
	line-height: 1.2em;
	vertical-align: bottom;
}
#questionsSliding .skin5_row .skin5_p::after {
	/* Add quotes around text. Must be specific slider so specify with ID */
	/* Font Awesome symbols */
	font-family: "Font Awesome 5 Pro";
	font-size: inherit;
	font-weight: bold;
	color: #fff;
	content: "\f128";
	padding-left: 4px;
		/* moves icon up */
	line-height: inherit;
	vertical-align: bottom;
}
	/* end fontawesome */
