/* Enter Your Custom CSS Here */
/*@media screen and (min-width: 100px) {
.advert_mobile {
	display:none !important;
	}
}
@media screen and (min-height:150px){
	.advert_mobile{
		display:none !important
	}
} */
@media screen and (max-width: 600px) {
	.advert_billboard {
		display:none !important;
	}
}

@media screen and (min-width: 600px) {
	.advert_mobile{
		display:none !important
	}
}
/* @media screen and (max-height:250px){
	.advert_billboard{
		display:none !important
	}
}
@media screen and (max-width: 600px){
.advert_top{
	display:none !important;
	}
}
@media screen and (max-height:250px){
	.advert_top{
		display:none !important
	}
} */

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: auto;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #F9E344;
}
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
    content: "\2014 \2009";
}

#makeSureThisIsUnique {
	font-weight: bold;
	font-size: 120%;
}
img, iframe {
	max-width: 100%;
}
.mb-5 p {
	min-height: 250px;
	margin-bottom: 0 !important;
}