
/* box CSS */
.iqrr_rr {
	/* background-color: #fff; */
	
	}
.iqrr_module {
	max-width: 378px !important;
	margin-bottom: 10px;
	
	}
	
.iqrr_module p, .iqrr_module h2, .iqrr_module h3, .iqrr_module a {
	color: #333 !important;
	text-decoration: none !important;
	}

/* images */
.iqrr_image {
	display: block;
	max-width: 378px !important;
	overflow: none;
	}
	
.iqrr_image img {
	margin:0 0 -8px 0 !important;
	padding: 0 !important;
	max-width:100%;
	max-height:100%;
	}


/* text and links */
.iqrr_innertext {
	padding: 15px 10px 15px 10px;
	margin: 0 !important;
	display: block;
		color: #333;
	}

.iqrr_innertext p {
	color: #333;
	}
.iqrr_innertext a {
	text-decoration: none !important; 
	color: #333;
	display: block;
	}
.iqrr_innertext a:hover {
	color: #333;
}
.iqrr_innertext h2, .iqrr_innertext  h3 {
	line-height: 125%;
	padding: 0 0 4px 0;
	margin: 0 !important;
	color: #333;
	}
.iqrr_innertext h2 {
	font-size: 28px;
	}

@media (min-width: 768px) {	
	.iqrr_large {
		font-size: 28px;
		display: block;
		line-height: 120%;
		font-weight: 300;
		}
	.iqrr_medium {
		font-size: 20px;
		display: block;
		line-height: 120%;
		font-weight: 300;
		}
}
@media (max-width: 767px) {	
	.iqrr_large {
		font-size: 22px;
		display: block;
		line-height: 120%;
		font-weight: 300;
		}
	.iqrr_medium {
		font-size: 16px;
		display: block;
		line-height: 120%;
		font-weight: 300;
		}
}



/* two col */
.iqrr_twocol {
	display: flex;
	}	
	
.iqrr_twocol_image {
	max-width: 80px; 
	margin-right: 10px;
	float: left;
	}
.iqrr_twocol_image img {
	max-width: 80px !important; 
	}
.iqrr_twocol_text {
	float: left;
	}
	


/* color schemes */

.iqrr_innertext_blue1 {
	background-color: #f0f0f0;
	/*
	background: -webkit-radial-gradient(circle, #009bd5, #0084b6); /* Safari 5.1 to 6.0 */
	/*
	background: -o-radial-gradient(circle, #009bd5, #0084b6); /* For Opera 11.6 to 12.0 */
	/*
	background: -moz-radial-gradient(circle, #009bd5, #0084b6); /* For Firefox 3.6 to 15 */
	/*
	background: radial-gradient(circle, #009bd5, #0084b6); /* Standard syntax */
	
	}
	
.iqrr_innertext_blue2 {
	background-color: #f0f0f0;
	/* background: -webkit-radial-gradient(circle, #176991, #053d60); /* Safari 5.1 to 6.0 */
	/* background: -o-radial-gradient(circle, #176991, #053d60); /* For Opera 11.6 to 12.0 */
	/* background: -moz-radial-gradient(circle, #176991, #053d60); /* For Firefox 3.6 to 15 */
	/* background: radial-gradient(circle, #176991, #053d60); /* Standard syntax */
	}


/* Video */

.iqrr_video {
	max-width: 378px !important;
	}
	
.video-container {
    position: relative;
    padding-bottom: 47%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

