/* Base */

html{ margin:0px; padding:0px;}
body { font-family: 'Montserrat', Arial, Helvetica, sans-serif; font-size:18px; color:#000; height:100%; margin:0px; padding:0px; /*background:black;*/ box-sizing:border-box;}

html, body{
	overflow-x: hidden;
}

/* Homepage slideshow flicker */
 button, a, li, .footer img {
	-webkit-backface-visibility: hidden;	
}   


h2 {
	line-height:1;
}

.font-cursive {
	font-family: cursive;
	font-size: 1.5rem;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

/* Layout */
.container {
	padding:0;
}
@media screen and (min-width:1200px) {
	.col-xl-8-half {
		-webkit-box-flex: 0;
   		 -ms-flex: 0 0 70.833333%;
    	flex: 0 0 70.833333%;
    	max-width: 70.833333%;
	}
}
@media screen and (min-width: 1500px) {
	.container {
		max-width: 1376px;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
   		 -ms-flex: 0 0 83.333333%;
    	flex: 0 0 83.333333%;
    	max-width: 83.333333%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}


.p-30 {
	padding: 30px;
}

 .row-modified {
	margin-left:  0px;
	margin-right: 0px;
}

/* .row-modified > div {
	padding-left:0 !important;
	padding-right:0 !important;
} */
@media screen and (min-width: 768px) {
	.row-modified {
		margin-left:  -15px;
		margin-right: -15px;
	}

	.row-modified > div {
		padding-left:15px !important;
		padding-right:15px !important;
	}
} 

.main-content {
	width:100%;
	max-width: 1071px;
}

.ros-column {
	flex:1; 
	padding-left: 15px;
	padding-right: 15px;
}

.ros-img {
	max-width: 305px;
	margin:auto;
	display: block;
}
@media screen and (min-width:768px) {
	.ros-column {
		padding-left:30px;
		padding-right:0;
	}
}

@media screen and (min-width: 1500px) {
	.caption .d-xxl-none {
		display: none !important;
	}
	.caption .d-xxl-block {
		display: block !important;
	}
}

@media screen and (min-width:3000px) {
	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}
}


/* Modules */
/* About */
.about-btn-container {
	margin-top: 8.5rem;
}

@media screen and (min-width:1200px) {
	.about-txt {
		flex: 1; 
		padding-left: 60px;
	}
}

/* Banner Ads (Homepage) */
.mobile-banner {
	width: 100%;
	max-width: 300px;
	margin: auto;
	display: block;
} 
@media screen and (min-width: 577px) {
	.mobile-banner {
		display: none;
	}
}


.tablet-banner{
	display: block;
	width:100%;
	max-height:250px;
}
@media screen and (min-width:769px) {
	.tablet-banner {
		display: none;
	}
}

.desktop-banner {
	display: none;
}
@media screen and (min-width: 769px) {
	.desktop-banner {
		display: block;
		width:100%;
	}
}


/* Buttons */
.btn {
	line-height: 1;
}

/* New Header/Nav */
.new-header-nav {
	background-color: white;
	position: relative;
	top: 0;
	width:100%;
	z-index: 999;
	border-bottom: solid 5px #065288;
}
@media (min-width:768px) {
	.new-header-nav {
		position: relative;
	}
}
@media (min-width:1200px) {
	.new-header-nav {
		position: fixed;
	}
}
.new-header-nav .nav-link {
	font-size: 15px;
	color: #000!important;
}
.new-header-nav .right-links a {
	font-size: 15px;
}
.new-header-nav .subscribe-link a {
	color: #b60101;
	line-height: 2;
}
.new-header-nav .visitor-btn a {
	border-radius: 15px;
	color: #fff;
}
/* End New header/nav */

/* New Static Slideshow */
.slideshow-home {
	text-align: center;
}
.slideshow-home .carousel-indicators {
	bottom: 61%;
	cursor: pointer;
}
@media (min-width: 768px) {
	.slideshow-home .carousel-indicators {
		bottom: 1%;
   }
}
@media (min-width: 1200px) {
	.slideshow-home .carousel-indicators {
		bottom: 1%;
   }
}
@media (min-width: 1024px) {
	.slideshow-home a {
		top: 90px;
   }
}
@media (min-width: 1200px) {
	.slideshow-home a {
		top: 0px;
   }
}
.slideshow-home .slider-text {
	position: relative;
	margin-top: 0px;
	z-index: 5;
	padding: 15px;
	text-align: center;
	width: 100%;
}
@media (min-width: 768px) {
	.slideshow-home .slider-text {
		padding-left: 5px;
		margin-top: -200px;
		text-align: left;
		width: 100%;
		position: absolute;
   }
}
@media (min-width: 1024px) {
	.slideshow-home .slider-text {
		padding-left: 15px;
		margin-top: -250px;
   }
}
@media (min-width: 1200px) {
	.slideshow-home .slider-text {
		margin-top: -390px;
		padding-left: 305px;
   }
}
@media (min-width: 1366px) {
	.slideshow-home .slider-text {
		margin-top: -280px;
		padding-left: 15px;
   }
}
@media (min-width: 1800px) {
	.slideshow-home .slider-text {
		margin-top: -410px;
		padding-left: 0;
   }
}
.slideshow-home .slider-text h1 {
	font-weight: 700;
	font-size: 35px;
	color: #000;
	margin-bottom: 30px;
	margin-left: 0;
	line-height: 1.4;
	text-transform: uppercase;
	font-family: "Lato", sans-serif;
}
@media (min-width: 768px) {
	.slideshow-home .slider-text h1 {
		font-size: 35px;
		color: #fff;
		text-shadow: 0 0 5px #000;
		margin-bottom: 15px;
   }
}
@media (min-width: 1024px) {
	.slideshow-home .slider-text h1 {
		font-size: 40px;
   }
}
@media (min-width: 1200px) {
	.slideshow-home .slider-text h1 {
		font-size: 65px;
		margin-bottom: 30px;
   }
}
.slideshow-home .slider-text .btn-main {
	font-size: 20px;
	border: 1px solid #fff;
}
@media (min-width: 768px) {
	.slideshow-home .slider-text .btn-main {
		font-size: 25px;
   }
}
.slideshow-home .slider-text .btn-main:hover {
	border: 1px solid blue;
}
.slideshow-home .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: none;
	z-index: 1;
	height: 148px;
}
@media (min-width: 768px) {
	.slideshow-home .overlay {
		height: 338px;
		background-color: rgba(0, 0, 0, 0.2);
   }
}
@media (min-width: 1024px) {
	.slideshow-home .overlay {
		height: 478px;
   }
}
@media (min-width: 1200px) {
	.slideshow-home .overlay {
		height: auto;
   }
}
.carousel-fade {
	overflow: hidden;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 0.8s;
	transition-property: opacity;
}
.carousel-fade .carousel-item img {
	animation: zoom 25s;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
.carousel-item .little-boxes {
	position: relative;
	top: auto;
	text-align: left;
	z-index: 1;
}
@media (min-width:768px) {
	.carousel-item .little-boxes {
		top: auto;
		position: relative;
		padding-right: 0;
	}
}

@media (min-width:1024px) {
	.carousel-item .little-boxes {
		top: auto;
		position: relative;
	}
}
/* @media (min-width:1080px) {
	.carousel-item .little-boxes {
		top: 214px;
		position: absolute;
	}
} */
@media (min-width:1180px) {
	.carousel-item .little-boxes {
		/* top: 255px;
		position: absolute; */
		top: auto;
		position: relative;
	}
}
@media (min-width:1194px) {
	.carousel-item .little-boxes {
		/* top: 260px;
		position: absolute; */
		top: auto;
		position: relative;
	}
}
@media (min-width:1200px) {
	.carousel-item .little-boxes {
		top: 424px;
	}
}
@media (min-width:1366px) {
	.carousel-item .little-boxes {
		top: auto;
		position: relative;
	}
}
@media (min-width:1700px) {
	.carousel-item .little-boxes {
		top: auto;
		position: relative;
	}
}


.carousel-item .little-boxes .box {
	background: #000000a3;
	padding: 15px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.carousel-item .little-boxes a {
	color: #fff;
	line-height: 1;
}
@media (min-width:768px) {
	.carousel-item .little-boxes a {
		font-size: 15px;
	}
}
@media (min-width:1024px) {
	.carousel-item .little-boxes a {
		font-size: 18px;
	}
}
/* End New Slideshow */

/* New Static About Us */
.about-home {
	font-size: 25px;
}
/* End Static About Us */

/* Featured News Static */
.news-link{
	color:inherit;
}

.news-link:hover{
	text-decoration: none;
}

.featured-news-home img {
	width: 100%;
}
.featured-news-home h2 {
	text-transform: uppercase;
	color: #5b5b5b;
	/* font-weight: lighter; */
	font-weight: 400;
}
.featured-news-home .feature-btn {
	border-radius: 15px;
	font-size: 15px;
	padding: 8px 14px;
}

.featured-pics-home img{
	width: 100%;
}

/* Home Explore, Blog and Preferred Business */
.ebp-home .state-photo {
	overflow: hidden;
	height: 150px;
}
.ebp-home img {
	width: 100%;
}

.ebp-home p {
	position: relative;
	padding: 0 15px;
	font-size: 16px;
}
/* .ebp-home .expore-boxes img {
	position: relative;
	top: -43px;
} */
.ebp-home .blog-bus p {
	position: relative;
	bottom: -75px;
}
.ebp-home .featured-gray-background {
	height: auto;
}

.blog-img-margin{
	margin-left:-100px;
}

.prefer-img-margin{
	margin-right:100px;
}
.prefer-img img {
	padding: 12px 10px 10px 0;
}
.blog-bus .featured-gray-background {
	height: auto;
}

.ebp-home b:hover, .title-overlay:hover {
	text-decoration: underline;
}

@media screen and (min-width:768px){
	.blog-margin{
		margin-top: 0px;
	}
	
	.blog-img-margin{
		margin-left:0px;
	}
	
	.prefer-img-margin{
		margin-right:0px;
	}
	.blog-bus .featured-gray-background {
		height: 233px;
	}
	.ebp-home .blog-bus p {
		position: relative;
		bottom: -50px;
	}
}

@media (min-width:1024px) {
	.ebp-home .blog-bus p {
		position: relative;
		bottom: -55px;
	}
	.blog-bus .featured-gray-background {
		height: 233px;
	}
	.ebp-home p {
		font-size: 16px;
	}
}

@media (min-width:1200px) {
	.blog-bus .featured-gray-background {
		height: 233px;
	}
	.ebp-home p {
		position: absolute;
		bottom: 0;
		padding: 0 15px;
	}
	.ebp-home b {
		color: #000;
	}
	.ebp-home .blog-bus p {
		bottom: -55px;
	}
}
@media (min-width:1280px) {
	.ebp-home .blog-bus p {
		bottom: -55px;
	}
}

@media (min-width:1499px) {
	.blog-margin{
		margin-top: 21px;
	}
	
	.blog-img-margin{
		margin-left:-70px;
	}
	
	.prefer-img-margin{
		margin-right:70px;
	}
	.ebp-home .blog-bus p {
		bottom: -55px;
	}
}


.featured-home-img{
	height:250px;
	object-fit:cover;
}

.featured-gray-background{
	background-color: #E7E6E6;
}


/* .featured-news-80{
	width:80%;
} */

/* @media screen and (max-width:575px){
	.featured-pics-home img{
		width:80%;
	}
} */

.more-news-link{
	margin-top:15px;
	padding-right: 45px;
    background-color: #F2F2F2;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
}

.more-news-link a:hover{
    color: #0570B3;
}

.more-news-link a {
    color:gray;
}

.title-overlay{
	position: relative;
	top:0;
	color:white;
	background:rgba(0, 0, 0, .6);
	padding:5px;
	padding-right: 20px;
}

@media screen and (max-width:992px){
	.title-overlay{
		right:0px;
	}
	#business-title{
		right:457px;
	}
	#blog-title{
		right:636px;
	}
	.title-overlay-explore{
		width:78%;
	}
}

@media screen and (max-width:768px){
	.title-overlay{
		right:0px;
	}
	#business-title{
		right:312px;
	}
	#blog-title{
		right:462px;
	}
}

@media screen and (max-width:575px){
	.title-overlay-explore{
		left:12.3%;
		width:71%;
	}
	.title-overlay-prefer{
		left:12.3%;
		width:50%;
	}
	.title-overlay-blog{
		left:12.3%;
		width:30%;
	}
}

@media screen and (max-width:488px){
	.title-overlay{
		left:12.4%;
	}
}

@media screen and (max-width:469px){
	.title-overlay{
		left:12.5%;
	}
}

@media screen and (max-width:441px){
	.title-overlay{
		left:12.6%;
	}
}

@media screen and (max-width:430px){
	.title-overlay{
		left:12.7%;
	}
}

@media screen and (max-width:426px){
	.title-overlay{
		left:12.8%;
	}
}

@media screen and (max-width:380px){
	.title-overlay{
		left:0%;
	}
}



@media screen and (min-width:1200px){
	.prefer-blog-img-size{
		width:375px !important;
	}
	.title-overlay{
		position: absolute;
	}
}

@media screen and (max-width:1499px){
	.prefer-blog-img-size{
		width:300px !important;
	}
	
}

@media screen and (max-width:1199px){
	.prefer-blog-img-size{
		width:250px !important;
	}
}

@media screen and (max-width:991px){
	.prefer-blog-img-size{
		width:100% !important;
	}
}

@media screen and (min-width:992px){
	.prefer-blog-img-size{
		margin-top:-24px;
	}

	.title-overlay-blog{
		top:-24px;
	}
	.title-overlay {
		font-size: 21px;
	}
}

@media screen and (max-width:1500px){
	.prefer-blog-img-size{
		margin-top:-9px;
	}

	.title-overlay-blog{
		top:-9px;
	}
	
	
}

@media screen and (max-width:991px){
	.prefer-blog-img-size{
		margin-top:auto;
	}

	.title-overlay-blog{
		top:0;
	}
}

@media screen and (max-width:576px){
	.explore-overlay{
		/* position:; */
	}
}


@media screen and (min-width:992px){
	.featured-col-height{
		height: 10px;
	}
}
@media screen and (max-width:768px){
	.featured-news-home h4{
		font-size: 20px;
	}
}

/* End Featured News Static */

/* Advertising Agency Static */
.advertising-agency-home .agency-item {
	overflow: hidden;
	height: auto;
	margin-bottom: 20px;
}
.advertising-agency-home img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.advertising-agency-home h2 {
	text-transform: uppercase;
	color: #5b5b5b;
	/* font-weight: lighter; */
	font-weight: 400;
}
.advertising-agency-home h3 {
	font-size: 23px;
}
.advertising-agency-home .feature-btn {
	border-radius: 15px;
	font-size: 15px;
	padding: 8px 14px;
}

@media (min-width:768px) {
	.advertising-agency-home .agency-item {
		overflow: hidden;
		height: 210px;
		margin-bottom: 20px;
	}
}
@media (min-width:1024px) {
	.advertising-agency-home .agency-item {
		height: 190px;
	}
}
@media (min-width:1200px) {
	.advertising-agency-home .agency-item {
		height: 280px;
	}
}
/* End Advertising Agency Static */

/* Digital Marketing Static Page */
.digital-market-page img {
	width: 80%;
	margin-top: 15px;
}
.digital-market-page .digital h2 {
	font-size: 55px;
	text-transform: uppercase;
	text-align:left ;
}
/* .digital-market-page .digital h2:before {
	background: green;
	content: '';
	display: inline-block;
	width: 80%;
	height: 30px;
} */
.digital-market-page .digital-img .large-img {
	width: 75%;
	justify-content: right;
	position: relative;
	float: none;
}


.digital-market-page .digital .orourke {
	width: 14%;
	float: none;
	margin-left: 10px;
	margin-top:0;
}
/* Fixes orourke logo going behind image */
.orourke-col{
	margin-top:-25px;
	margin-right:10px;
}

.orourke{
	align-self:flex-start;
}

@media screen and (max-width:768px){
	.orourke{
		width: 30% !important;
	}	
}
/* This was messing up green backgrounds behind titles so I commented out span this may need to be reworked -Kieran */
.digital-market-page .digital /*span*/{
	text-align: left;
	padding-right: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	margin-top: -35px;
}
.digital-market-page .paid-media h2 {
	font-size: 40px;
	text-transform: uppercase;
	/* margin-left: 30px; */
}
.digital-market-page .paid-media .accordion-button li {
	line-height: 2.3;
}

.accordion-button :focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }

.digital-market-page .paid-media hr {
	content: "";
	border-bottom: 4px solid #000;
	position: absolute;
	width: 8%;
	left: 0%;
}
.digital-market-page .paid-media .search-line {
	margin-left: 0px;
}

.gray-bg {
	background: #eee;
}

.paid-earned {
	padding: 105px 15px;
}

@media screen and (max-width:767px){
	.paid-earned {
		padding: 50px 15px;
	}
}

.paid-earned ul {
	list-style: decimal;
}
.paid-earned .green-bg {
	background: #C3F697;
	padding: 25px 15px;
	width: 50%;
}
.search-eng {
	margin-left: 0px;
	margin-top: 15px;
}
.search-eng ul{
	list-style-type: disc;
}
.search-eng h3 {
	font-size: 32px;
	color: #5C7248;
}
.search-eng a {
	color: #5C7248;
}
.earned-media {
	margin-top: 145px;
}
.earned-media .blue-bg {
	background: #7AC0E3;
	padding: 25px 15px;
	width: 50%;
	height: 50%;
}
.earned-media a, .earned-media h3 {
	color: #3F6B81;
}
.schedule-text {
	font-size: 22px;
}
.schedule-text p {
	font-size: 23px;
}

@media (min-width:768px) {
	.digital-market-page img {
		float: right;
	}
	.digital-market-page .paid-media img {
		/* float: left; */
		width: 90%;
		margin-right: 10px;
		margin-top: 20px;
	}
	.digital-market-page .target-sol {
		margin-top: 5px;
	}
}
@media (min-width:1024px) {
	.digital-market-page .digital-img .large-img {
		width: 75%;
		margin-right: 10px;
		justify-content: right;
		position: absolute;
	}
	.search-eng {
		margin-left: -150px;
		margin-top: 0;
	}
}
@media (min-width:1200px) {
	.search-eng {
		margin-left: -250px;
	}
}

/* Recruitment Marketing Static Page */
.recruit-pic{
	min-width: 350px;
	height: auto;
}
.recruit-market-page img {
	width: 20%;
}
.recruit-market-page .recruit h2 {
	font-size: 55px;
	text-transform: uppercase;
}
.recruit-market-page .recruit-img .large-img {
	width: 95%;
	margin-right: 10px;
	justify-content: right;
	position: relative;
}

@media (min-width:768px) {
	.recruit-market-page img {
		float: right;
	}
	.recruit-market-page .textbox-target-dig img {
		/* float: left; */
		width: 90%;
		margin-right: 10px;
		margin-top: 20px;
	}
}
@media (min-width:1024px) {
	.recruit-market-page .recruit-img .large-img {
		width: 95%;
		margin-right: 10px;
		justify-content: right;
		position: absolute;
	}
}
.recruit-market-page .recruit .orourke {
	width: 14%;
	float: none;
	margin-left: 10px;
}
/* This being set to span was effecting font size of green titles -Kieran */
.recruit-market-page .recruit /*span*/ {
	text-align: right;
	padding-right: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	margin-top: -35px;
}
.recruit-market-page .recruit p {
	font-size: 21px;
}
.recruit-market-page .target-sol h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin-left: 30px;
}
.recruit-market-page .target-sol li {
	line-height: 2.3;
	font-family: 'Montserrat', sans-serif;
}
.recruit-market-page .target-sol hr {
	content: "";
	border-bottom: 4px solid #000;
	position: absolute;
	width: 8%;
	left: 0%;
}
/* .recruit-market-page .textbox-target-dig .search-line {
	margin-left: 95px;
} */

@media (min-width:768px) {
	.recruit-market-page .textbox-target-dig .search-line {
		margin-left: 0px;
	}
}

@media screen and (max-width:768px){
	.header-mobile{
		font-size: 45px!important;
	}
}
@media screen and (max-width:500px){
	.header-mobile{
		font-size: 35px!important;
	}
}
.gray-bg {
	background: #eee;
}

/* .textbox-target-dig {
	padding: 105px 15px;
} */
.textbox-target-dig ul {
	list-style: decimal;
}
.textbox-target-dig .target-dig p {
	font-size: 17px;
	font-weight: lighter;
}
.textbox-target-dig .green-bg {
	background: #C3F697;
	padding: 25px 15px;
	width: 50%;
}
.textbox-target-dig .text-box-one b {
	font-weight: bold;
	font-size: 25px;
}
.target-dig {
	margin-left: 0px;
}
.target-dig ul{
	list-style-type: disc;
}
.target-dig h3 {
	font-size: 32px;
	color: #5C7248;
}
.target-dig li {
	line-height: 1.5;
}
.target-dig a {
	color: #5C7248;
}
.target-sol {
	margin-top: 145px;
}

@media screen and (max-width:767px){
	.target-sol {
		margin-top: 50px;
	}
}

.target-sol .green-bg {
	background: #C3F697;
	padding: 25px 15px;
	width: 50%;
	height: 50%;
}
.target-sol .green-bg button, .target-sol .blue-bg button {
	background: none;
	border: none;
}
.target-sol li:target{
	color: red;
}
.target-sol a, .earned-media h3 {
	color: #5C7248;
}
.schedule-text, .text-box-one {
	font-size: 22px;
}
.schedule-text, .text-box-one p {
	font-size: 33px;
}
.jumbotron {
	background: none;
}
.ui-state-active {
	color: #000!important;
	background: none!important;
	border: none!important;
	font-weight: lighter!important;
	font-family: 'Montserrat';
}
.ui-state-active a {
	color: #5C7248!important;
	padding-left: 0!important;
	font-weight: lighter!important;
}
.ui-icon {
	display: none!important;
}
.target-dig{}
@media (min-width:768px) {
	.target-dig {
		margin-left: 0px;
		margin-top: 15px;
	}
}
@media (min-width:1024px) {
	.target-dig {
		margin-left: -100px;
	}
	.target-sol {
		margin-top: 5px;
	}
}
@media (min-width:1200px) {
	.target-dig {
		margin-left: -100px;
	}
}

/* Sponsors Static Page */
.sponsors-page img {
	width: 10%;
	float: right;
	margin-left: 10px;
}
.sponsors-page .sponsors-text h2 {
	font-size: 55px;
	text-transform: uppercase;
}
/* Using span tag here messed up title on page */
.sponsors-page .sponsors-text span {
	width: 100%;
	display: block;
	text-align: end;
}
.brown-sponsor{
	text-align: start !important;
}

.brown-sponsor-2{
	text-align: start !important;
}
.sponsors-list-block img {
	width: 100%;
}
.sponsors-list-block h3 {
	font-size: 35px;
	color: #65473dd1;
}
.sponsors-number-list .col-12 {
	display: flex;
	justify-content: center;
}
.sponsors-number-list svg {
	width: 40%;
	fill: #65473dd1;
	height: 160px;
}
.sponsors-number-list .img-box {
	width: 100%;
}
.sponsors-number-list p {
	align-items: center;
	display: flex;
	font-size: 25px;
}
.how-prog h4 {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	font-size: 28px;
}

.online-display img {
	width: 100%;
	margin-left: 0px;
}
.online-display p {
	text-align: center;
}
.online-display h5 {
	text-align: center;
	font-size: 30px;
	color: #a37666;
	text-transform: uppercase;
}

.email-newsletter img {
	width: 100%;
	margin-right: 10px;
}
.email-newsletter p {
	text-align: center;
}
.email-newsletter h5 {
	text-align: center;
	font-size: 30px;
	color: #a37666;
	text-transform: uppercase;
}
.spon-contact-text {
	text-align: center;
	font-size: 22px;
}

@media (min-width:768px) {
	.sponsors-number-list .col-12 {
		justify-content: center;
	}
	.email-newsletter p {
		text-align: left;
	}
	.email-newsletter h5 {
		text-align: left;
		font-size: 30px;
		color: #905D4B;
		text-transform: uppercase;
	}
	.online-display p {
		text-align: right;
	}
	.online-display h5 {
		text-align: right;
		font-size: 30px;
		color: #905D4B;
		text-transform: uppercase;
	}
	.online-display img {
		width: 70%;
		margin-left: 10px;
	}
	.sponsors-number-list p {
		align-items: center;
		display: flex;
		font-size: 18px;
	}
	.sponsors-number-list svg {
		width: 60%;
		fill: #65473dd1;
		height: 120px;
	}
}
@media (min-width:1024px) {
	.sponsors-number-list .col-12 {
		justify-content: center;
	}
	.sponsors-number-list p {
		align-items: center;
		display: flex;
		font-size: 25px;
	}
	.sponsors-number-list svg {
		width: 60%;
		fill: #65473dd1;
		height: 260px;
	}
}
@media (min-width:1200px) {
	.sponsors-number-list .col-12 {
		justify-content: center;
	}
}

/* Print Marketing */
.print-marketing img {
	width: 80%;
}
.print-marketing .print h2 {
	font-size: 55px;
	text-transform: uppercase;
}
.print-marketing .print p {
	font-size: 25px;
}

@media (min-width:368px) {
	.print-marketing .classified img {
		/* float: left; */
		width: 100%;
	}
	.number-list svg {
		width: 80%;
	}
}
@media (min-width: 1024px) {
	.print-marketing .classified img {
		/* float: left; */
		width: 50%;
	}
}

@media (min-width:368) {
	.print-marketing .print-img .large-img {
		width: 75%;
		position: relative;
	}
}
@media (min-width:1024px) {
	.print-marketing .print-img .large-img {
		width: 75%;
		margin-right: 10px;
		justify-content: right;
		position: absolute;
	}
}
.print-marketing .img-one {
	transform: rotate(5deg);
}
.classified .row {
	align-items: center;
}
.print-marketing .classified {
	padding: 105px 15px;
}

@media screen and (max-width: 767px){
	.print-marketing .classified {
		padding: 20px 15px;
	}
}

.print-marketing .img-two {
	transform: rotate(-5deg);
}
.print-marketing .classified h2 {
	font-size: 40px;
	text-transform: uppercase;
	color: #5C7248;
}
.print-marketing .classified li {
	line-height: 2.3;
}
.print-marketing .classified hr {
	content: "";
	border-bottom: 4px solid #000;
	position: absolute;
	width: 8%;
	left: 0%;
}
.print-marketing .classified a {
	color: #5C7248;
}

.gray-bg {
	background: #eee;
}

.print-btn{
	border-radius: 18px !important;
}

/* Display Advertising Page */
.display-advertise-page img {
	width: 20%;
}
.display-advertise-page h2 {
	font-size: 45px;
	text-transform: uppercase;
}

.display-advertise-page p {
	font-size: 21px;
}
.display-advertise-page .text-box-one {
	font-size: 26px;
}
.display-advertise-page .extra-links svg {
	width: 1%;
}
.display-advertise-page .extra-links .terms-text p {
	font-size: 15px;
}

.gray-bg {
	background: #eee;
}

.display-advertise-page .display-number-list .number-info {
	display: block;
	justify-content: center;
	text-align: center;
}
.display-advertise-page .display-number-list .block-two {
	text-align: center;
}
.display-advertise-page .display-number-list .block-two .display-text {
	margin-left: 0px;
}
.display-advertise-page .display-number-list svg {
	width: 20%;
	fill: #5C7248;
}
.display-advertise-page .display-number-list .img-box {
	width: 90%;
}
.display-advertise-page .recruit-img .large-img {
	width: 100%;
	position: relative;
}
.display-advertise-page .display-number-list p {
	align-items: center;
	display: block;
	/* font-size: 25px; */
	font-size: 19px;
}
.display-text {
	margin-left: 0px;
}
.display-text .btn {
	margin: 0;
	border-radius: 18px;
	padding: 10px 20px;
}


@media (min-width:768px) {
	.display-advertise-page .textbox-target-dig img {
		/* float: left; */
		width: 90%;
		margin-right: 10px;
		margin-top: 20px;
	}
	.display-advertise-page img {
		float: right;
	}
	.display-advertise-page .display-number-list .img-box {
		width: 80%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.display-advertise-page h2 {
		font-size: 55px;
		text-transform: uppercase;
	}
	.display-advertise-page .text-box-one {
		font-size: 30px;
	}
	.display-advertise-page .display-number-list svg {
		width: 20%;
		height: 150px;
	}
	.display-text {
		margin-left: 0px;
	}
	.display-advertise-page .display-number-list .block-two {
		text-align: left;
	}
	.display-advertise-page .display-number-list .block-two .display-text {
		margin-left: 0px;
	}
	.display-advertise-page .display-number-list .number-info {
		display: block;
		text-align: left;
	}
	.display-advertise-page .recruit-img .large-img {
		width: 70%;
		position: relative;
	}
}
@media (min-width:1024px) {
	.display-advertise-page .recruit-img .large-img {
		width: 85%;
		margin-right: 10px;
		justify-content: right;
		position: absolute;
	}
	.display-advertise-page .display-number-list .img-box {
		width: 100%;
	}
	.display-text {
		margin-left: 35px;
	}
	.display-advertise-page .display-number-list .block-two .display-text {
		margin-left: 33px;
	}
	
}
@media (min-width:1200px) {
	.display-advertise-page .display-number-list .img-box {
		width: 90%;
	}
	.display-advertise-page .display-number-list .block-two {
		text-align: end;
	}
	.display-advertise-page .display-number-list svg {
		width: 20%;
		height: 300px;
	}
}

/* Classified Advertising Page */
.class-advertise-page img {
	width: 20%;
}
.class-advertise-page h2 {
	font-size: 45px;
	text-transform: uppercase;
}
.class-advertise-page h4 {
	font-size: 35px;
}

.class-advertise-page p {
	font-size: 21px;
}
.class-advertise-page .text-box-one {
	font-size: 26px;
}
.class-advertise-page .extra-links svg {
	width: 1%;
}
.class-advertise-page .extra-links .terms-text p {
	font-size: 15px;
}

.gray-bg {
	background: #eee;
}

.class-advertise-page .class-number-list .number-info {
	display: block;
	text-align: center;
}
.class-advertise-page .class-number-list .block-two {
	text-align: center;
}
.class-advertise-page .class-number-list .block-two .class-text {
	margin-left: 0px;
}
.class-advertise-page .class-number-list svg {
	width: 20%;
	fill: #5C7248;
}
.class-advertise-page .class-number-list .img-box {
	width: 90%;
}
.class-advertise-page .recruit-img .large-img {
	width: 100%;
	position: relative;
}
.class-advertise-page .class-number-list p {
	align-items: center;
	display: block;
	/* font-size: 23px; */
	font-size: 19px;
}
.class-advertise-page .text-right {
	text-align: end;
}
.class-advertise-page .text-right span{
	font-style: italic;
}
.class-text {
	margin-left: 0px;
}
.class-text .btn {
	margin: 0;
	border-radius: 18px;
	padding: 10px 20px;
}
.place-class-ad h5{
	font-size: 32px;
}
.place-class-ad h6{
	font-size: 25px;
	font-weight: bold;
}
.place-class-ad img{
	width: 50%;
}
.place-class-ad b{
	font-size: 22px;
	font-weight: bold;
}


@media (min-width:768px) {
	.class-advertise-page .textbox-target-dig img {
		/* float: left; */
		width: 90%;
		margin-right: 10px;
		margin-top: 20px;
	}
	.class-advertise-page .class-number-list .img-box {
		width: 80%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.class-advertise-page h2 {
		font-size: 55px;
		text-transform: uppercase;
	}
	.class-advertise-page .text-box-one {
		font-size: 46px;
	}
	.class-advertise-page .class-number-list svg {
		width: 20%;
		height: 150px;
	}
	.class-advertise-page .class-text {
		margin-left: 0px;
		margin-top: 15px;
	}
	.class-advertise-page .class-number-list .block-two {
		text-align: left;
	}
	.class-advertise-page .class-number-list .block-two .display-text {
		margin-left: 0px;
	}
	.class-advertise-page .class-number-list .number-info {
		display: block;
		text-align: left;
	}
	.class-advertise-page .recruit-img .large-img {
		width: 70%;
		position: relative;
	}
}
@media (min-width:1024px) {
	.class-advertise-page .recruit-img .large-img {
		width: 85%;
		margin-right: 10px;
		justify-content: right;
		position: absolute;
	}
	.class-advertise-page .class-number-list .img-box {
		width: 100%;
	}
	.class-advertise-page .class-text {
		margin-left: 35px;
	}
	.class-advertise-page .class-number-list .block-two .class-text {
		margin-left: 33px;
	}
	
}
@media (min-width:1200px) {
	.class-advertise-page .class-number-list .img-box {
		width: 90%;
	}
	.class-advertise-page .class-number-list .step-4 .img-box {
		width: 70%;
	}
	.class-advertise-page .class-number-list .step-6 .img-box {
		width: 70%;
	}
	.class-advertise-page .class-number-list .block-two {
		text-align: end;
	}
	.class-advertise-page .class-number-list svg {
		width: 20%;
		height: 180px;
	}
}

/* Vistor Center */
.visitor-center-top iframe {
	width: 100%;
}
.visitor-center-top h2 {
	font-size: 50px;
}
.visitor-center-top h3 {
	font-size: 22px;
}
.question-feed span {
	font-size: 35px;
}
.visitor-center-top .address {
	-moz-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
    -webkit-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
    -o-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
    -ms-transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
    transform: scale(1) rotate(0deg) translate(0px, 0px) skew(-15deg, 0deg);
}
.question-feed a {
	color: #000;
	text-decoration: underline;
	font-size: 22px;
}
.visitor-page h2 {
	font-size: 22px;
}

/**** Search Engine Marteting Static Page ****/
/* .search-engine-intro {
	background-color: #C3F697;
	width: 100%;
} */
/* .blue-bg .search-engine-intro {
	background-color: #7AC0E3;
	width: 100%;
} */
.search-engine-detail img {
	width: 10%;
	float: right;
	margin-left: 10px;
}
.search-engine-detail .engine-text-detail p {
	font-size: 22px;
}
.search-engine-detail .engine-text-detail h2 {
	font-size: 50px;
	/* text-transform: uppercase; */
}

/* .search-engine-detail .engine-text span {
	width: 100%;
	display: block;
	text-align: end;
} */

.search-eng-market span:before {
	content: '';
	position: absolute;
	width: 604px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 1%;
	background: #c3f697;
	top: 125px;
	display: none;
}
.face-insta-ad span:before {
	content: '';
	position: absolute;
	width: 774px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 1%;
	background: #c3f697;
	top: 75px;
	display: none;
}
.target-display span:before {
	content: '';
	position: absolute;
	width:314px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 66%;
	background: #c3f697;
	top: 75px;
	display: none;
}
.geofence span:before {
	content: '';
	position: absolute;
	width: 670px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 11%;
	background: #c3f697;
	top: 74px;
	display: none;
}
.youtube-market span:before {
	content: '';
	position: absolute;
	width: 190px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 10px;
	background: #c3f697;
	top: 124px;
	display: none;
}
.tiktok span:before {
	content: '';
	position: absolute;
	width: 230px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 10px;
	background: #c3f697;
	top: 88px;
	display: none;
}
.connect-tv span:before {
	content: '';
	position: absolute;
	width: 456px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 0%;
	background: #c3f697;
	top: 77px;
	display: none;
}
.email-market span:before {
	content: '';
	position: absolute;
	width: 545px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 48%;
	background: #c3f697;
	top: 28px;
	display: none;
}
.search-op span:before {
	content: '';
	position: absolute;
	width: 895px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 22%;
	background: #7AC0E3;
	top: 93px;
	display: none;
}
.web-design span:before {
	content: '';
	position: absolute;
	width: 906px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 17%;
	background: #7AC0E3;
	top: 33px;
	display: none;
}
.brand-manage span:before {
	content: '';
	position: absolute;
	width: 906px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 17%;
	background: #7AC0E3;
	top: 33px;
	display: none;
}
.search-engine-detail .class-text {
	margin-left: 0px;
	margin-top: 15px;
}
.search-engine-item img {
	width: 100%;
}
.search-engine-item .target-engine {
	margin-left: 0px;
}
.search-engine-item .main-img {
	width: 100%;
	margin-top: 15px;
}
.search-engine-item .green-bg {
	background: #C3F697;
	padding: 20px 15px;
	width: 100%;
}
.search-engine-item .blue-bg {
	background: #7AC0E3;
	padding: 20px 15px;
	width: 100%;
}
.search-engine-item h3 {
	font-size: 35px;
	color: #000;
}
.search-engine-list .col-12 {
	display: block;
}
.search-engine-list .paid-number {
	width: 40%;
	fill: #5C7248;
	height: 160px;
}
.search-engine-list .earned-number {
	width: 60%;
	fill: #7AC0E3;
	height: 120px;
	margin-bottom: 30px;
}
.search-engine-list h4 {
	font-size: 30px;
}
.search-engine-list .img-box {
	width: 80%;
}
.search-engine-item p {
	text-align: left;
	font-size: 17 
}
.search-engine-item .block-two p, .search-engine-item .block-four p {
	text-align: right;
}
.search-engine-list .engine-number-info {
	display: block;
}
.search-engine-contact-btn .btn {
	padding: 0.9rem 0.9rem;
	border-radius: 26px;
	font-weight: bold;
}
	.search-engine-list svg{
		fill: #5C7248;
	}

/* Green background for mobile title on print marketing page */
.print-marketing span:before {
	content: '';
	position: absolute;
	width: 206px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 90px;
	background: #c3f697;
	top: 23px;
	display: block;
}

.print-marketing .market:before {
	content: '';
	position: absolute;
	width: 353px;
	height: 35px;
	margin: auto;
	z-index: -1;
	left: 13px;
	background: #c3f697;
	top: 76px;
	display: block;
}

@media (min-width:768px) {
	.sponsors-page .brown-sponsor:before{
		content: '';
		position: absolute;
		width: 331px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #d6b1a4d1;
		top: 69px;
		display: block;	
	}

	.sponsors-page .brown-sponsor-2:before{
		content: '';
		position: absolute;
		width: 469px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #d6b1a4d1;
		top: 117px;
		display: block;	
	}
	
	.display-advertise-page .green-disp-2:before{
		content: '';
		position: absolute;
		width: 403px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #c3f697;
		top: 77px;
		display: block;	
	}
	
	.display-advertise-page .green-disp:before{
		content: '';
		position: absolute;
		width: 254px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #c3f697;
		top: 22px;
		display: block;	
	}
	
	.recruit-market-page .green-recruit-2:before{
		content: '';
		position: absolute;
		width: 367px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 314px;
		background: #c3f697;
		top: 89px;
		display: block;	
	}
	
	.recruit-market-page .green-recruit:before{
		content: '';
		position: absolute;
		width: 425px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 244px;
		background: #c3f697;
		top: 33px;
		display: block;	
	}
	
	.search-engine-item .target-engine {
		margin-left: 0px;
	}
	.search-engine-item .main-img {
		width: 100%;
		margin-top: 15px;
	}
	.search-engine-detail .engine-text h2 {
		font-size: 55px;
	}
	
	.digital-market-page .green-digi-2:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 8px;
		background: #c3f697;
		top: 89px;
		display: block;
	}

	.digital-market-page .green-digi:before {
		content: '';
		position: absolute;
		width: 247px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 32px;
		display: block;
	}

	.print-marketing span:before {
		content: '';
		position: absolute;
		width: 384px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 89px;
		display: block;
	}
	.print-marketing .market:before {
		content: '';
		position: absolute;
		width: 195px;
		height: 15px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 33px;
		display: block;
	}
	.search-eng-market span:before {
		content: '';
		position: absolute;
		width: 604px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 125px;
		display: block;
	}
	.face-insta-ad span:before {
		content: '';
		position: absolute;
		width: 604px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 125px;
		display: block;
	}
	.target-display span:before {
		content: '';
		position: absolute;
		width:314px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 2%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.geofence span:before {
		content: '';
		position: absolute;
		width: 320px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 177px;
		display: block;
	}
	.youtube-market span:before {
		content: '';
		position: absolute;
		width: 460px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #c3f697;
		top: 24px;
		display: block;
	}
	.tiktok span:before {
		content: '';
		position: absolute;
		width: 190px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #c3f697;
		top: 124px;
		display: block;
	}
	.connect-tv span:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 27px;
		display: block;
	}
	.email-market span:before {
		content: '';
		position: absolute;
		width: 456px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 0%;
		background: #c3f697;
		top: 77px;
		display: block;
	}
	.search-op span:before {
		content: '';
		position: absolute;
		width: 555px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 2%;
		background: #7AC0E3;
		top: 27px;
		display: block;
	}
	.web-design span:before {
		content: '';
		position: absolute;
		width: 586px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 22px;
		display: block
	}
	.brand-manage span:before {
		content: '';
		position: absolute;
		width: 646px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 2%;
		background: #7AC0E3;
		top: 33px;
		display: block;
	}
	.video-audio span:before {
		content: '';
		position: absolute;
		width: 659px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 27px;
		display: block;
	}
	.search-engine-list .col-12 {
		justify-content: center;
	}
	.email-newsletter p {
		text-align: left;
	}
	.email-newsletter h5 {
		text-align: left;
		font-size: 30px;
		color: #a37666;
		text-transform: uppercase;
	}
	.search-engine-intro {
		/* background-color: #C3F697; */
		width: 100%;
	}
	.search-engine-item .green-bg, .search-engine-item .blue-bg {
		width: 100%;
	}
	.online-display p {
		text-align: right;
	}
	.online-display h5 {
		text-align: right;
		font-size: 30px;
		color: #a37666;
		text-transform: uppercase;
	}
	.online-display img {
		width: 70%;
		margin-left: 10px;
	}
	.search-engine-list p {
		font-size: 18px;
	}
	.search-engine-list svg {
		width: 60%;
		fill: #5C7248;
		height: 120px;
		margin-bottom: 30px;
	}
	.search-engine-list .paid-number {
		width: 26%;
		height: 120px;
		margin-bottom: 30px;
	}
	.search-engine-list .earned-number {
		width: 26%;
		height: 120px;
		margin-bottom: 30px;
	}
	.search-engine-detail .class-text {
		margin-left: 0px;
		margin-top: 15px;
	}
}
/* .blue-lnews{
	background: #88c7e8;
	top: 79px;
} */
.blue-lnews:before{
	content: '';
	position: absolute;
	width: 170px;
	height: 22px;
	margin: auto;
	left: 9px;
	background: #88c7e8;
	top: 11px;
	display: block;
	z-index: -1;	
}

.blue-lnews-2:before{
	content: '';
	position: absolute;
	width: 166px;
	height: 22px;
	margin: auto;
	left: 9px;
	background: #88c7e8;
	top: 11px;
	display: block;
	z-index: -1;	
}

.blue-lnews-3:before{
	content: '';
	position: absolute;
	width: 137px;
	height: 22px;
	margin: auto;
	left: 9px;
	background: #88c7e8;
	top: 11px;
	display: block;
	z-index: -1;	
}

@media (max-width:1499px) {
	.recruit-market-page .green-recruit-2:before{
		content: '';
		position: absolute;
		width: 367px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 196px;
		background: #c3f697;
		top: 79px;
		display: block;	
	}
	
	.recruit-market-page .green-recruit:before{
		content: '';
		position: absolute;
		width: 425px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 129px;
		background: #c3f697;
		top: 23px;
		display: block;	
	}
	
	.digital-market-page .green-digi-2:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 83px;
		display: block;
	}
	
	.digital-market-page .green-digi:before {
		content: '';
		position: absolute;
		width: 247px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 22px;
		display: block;
	}
}

@media (max-width:1199px) {
	.recruit-market-page .green-recruit-2:before{
		content: '';
		position: absolute;
		width: 367px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 105px;
		background: #c3f697;
		top: 79px;
		display: block;	
	}
	
	.recruit-market-page .green-recruit:before{
		content: '';
		position: absolute;
		width: 425px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 39px;
		background: #c3f697;
		top: 23px;
		display: block;	
	}

	.digital-market-page .green-digi-2:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 83px;
		display: block;
	}
	
	.digital-market-page .green-digi:before {
		content: '';
		position: absolute;
		width: 247px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 22px;
		display: block;
	}
}

@media (max-width:991px) {
	.recruit-market-page .green-recruit-2:before{
		content: '';
		position: absolute;
		width: 367px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 340px;
		background: #c3f697;
		top: 79px;
		display: block;	
	}
	
	.recruit-market-page .green-recruit:before{
		content: '';
		position: absolute;
		width: 425px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 279px;
		background: #c3f697;
		top: 23px;
		display: block;	
	}
	
	.digital-market-page .green-digi-2:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 83px;
		display: block;
	}
	
	.digital-market-page .green-digi:before {
		content: '';
		position: absolute;
		width: 241px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11px;
		background: #c3f697;
		top: 22px;
		display: block;
	}
}

@media (max-width:767px) {
	.digital-market-page .green-digi-2:before {
		display: none;
	}
	
	.digital-market-page .green-digi:before {
		display: none;
	}

	.recruit-market-page .green-recruit:before{
		display: none;	
	}

	.recruit-market-page .green-recruit-2:before{
		display: none;	
	}

	.print-marketing span:before {
		display: none;
	}

	.print-marketing .market:before {
		display: none;
	}
	
}


@media (min-width:1024px) {
	.search-engine-list .col-12 {
		justify-content: center;
	}
	.search-engine-list p {
		font-size: 19px;
	}
	.search-engine-list svg {
		width: 20%;
		fill: #5C7248;
		height: 170px;
		margin-bottom: 30px;
	}
	.search-engine-item .green-bg, .search-engine-item .blue-bg {
		width: 80%;
	}
	.search-engine-intro {
		/* background-color: #C3F697; */
		width: 80%;
	}
	.search-engine-item .target-engine {
		margin-left: -130px;
	}
	.search-engine-item .main-img {
		width: 100%;
		margin-top: -100px;
	}
	.search-engine-detail .class-text {
		margin-left: 0px;
		margin-top: 0px;
	}
	.search-engine-list .paid-number {
		width: 16%;
		height: 120px;
		margin-bottom: 30px;
	}
	.search-engine-list .earned-number {
		width: 16%;
		height: 120px;
		margin-bottom: 30px;
	}
	.search-eng-market span:before {
		content: '';
		position: absolute;
		width: 604px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 125px;
		display: block;
	}
	.face-insta-ad span:before {
		content: '';
		position: absolute;
		width: 774px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.target-display span:before {
		content: '';
		position: absolute;
		width: 774px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.geofence span:before {
		content: '';
		position: absolute;
		width:314px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 66%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.youtube-market span:before {
		content: '';
		position: absolute;
		width: 680px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 15%;
		background: #c3f697;
		top: 122px;
		display: block;
	}
	.tiktok span:before {
		content: '';
		position: absolute;
		width: 190px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #c3f697;
		top: 124px;
		display: block;
	}
	.connect-tv span:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 27px;
		display: block;
	}
	.email-market span:before {
		content: '';
		position: absolute;
		width: 545px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 0%;
		background: #c3f697;
		top: 18px;
	}
	.search-op span:before {
		content: '';
		position: absolute;
		width: 745px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 76px;
	}
	.web-design span:before {
		content: '';
		position: absolute;
		width: 685px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 21px;
	}
	.brand-manage span:before {
		content: '';
		position: absolute;
		width: 650px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 33px;
		display: block;
	}
	.video-audio span:before {
		content: '';
		position: absolute;
		width: 893px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 27px;
		display: block;
	}
}
@media (min-width:1200px) {
	.search-engine-list .col-12 {
		justify-content: center;
	}
	.search-engine-item .main-img {
		width: 90%;
		margin-top: -114px;
	}
	.search-engine-item .green-bg, .search-engine-item .blue-bg {
		width: 70%;
	}
	.search-engine-item .target-engine {
		margin-left: -190px;
	}
	.search-eng-market span:before {
		content: '';
		position: absolute;
		width: 664px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.face-insta-ad span:before {
		content: '';
		position: absolute;
		width: 914px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.target-display span:before {
		content: '';
		position: absolute;
		width: 767px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #c3f697;
		top: 75px;
		display: block;
	}
	.geofence span:before {
		content: '';
		position: absolute;
		width: 320px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 33%;
		background: #c3f697;
		top: 74px;
		display: block;
	}
	.youtube-market span:before {
		content: '';
		position: absolute;
		width: 670px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 11%;
		background: #c3f697;
		top: 74px;
		display: block;
	}
	.tiktok span:before {
		content: '';
		position: absolute;
		width: 190px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 10px;
		background: #c3f697;
		top: 74px;
		display: block;
	}
	.connect-tv span:before {
		content: '';
		position: absolute;
		width: 370px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 19%;
		background: #c3f697;
		top: 27px;
		display: block;
	}
	.email-market span:before {
		content: '';
		position: absolute;
		width: 455px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 40%;
		background: #c3f697;
		top: 28px;
	}
	.web-design span:before {
		content: '';
		position: absolute;
		width: 742px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 15%;
		background: #7AC0E3;
		top: 21px;
	}
	.brand-manage span:before {
		content: '';
		position: absolute;
		width: 929px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 15%;
		background: #7AC0E3;
		top: 27px;
		display: block;
	}
	.video-audio span:before {
		content: '';
		position: absolute;
		width: 689px;
		height: 35px;
		margin: auto;
		z-index: -1;
		left: 1%;
		background: #7AC0E3;
		top: 77px;
		display: block;
	}
}

/* Community Connection Sub Navbar */
.local-news-subheader li a {
	padding-right: 1rem!important;
	padding-left: 1rem!important;
	color: #000!important;
	font-weight: bold;
}
.local-news-subheader-cat li a {
	padding-right: 0.5rem!important;
	padding-left: 0.5rem!important;
	color: #000!important;
	font-weight: bold;
	font-size: 15px;
}
/* .local-news-subheader img {
	width: 100%;
} */
.local-news-subheader-cat img {
	width: 150%;
}
.local-news-subheader .near-me, .local-news-subheader .search, .local-news-subheader-cat .near-me, .local-news-subheader-cat .search {
	font-size: 13px;
}
.local-news-subheader .near-me i, .local-news-subheader-cat .near-me i {
	color: red;
	font-size: 19px;
	justify-content: center;
	display: flex;
}
.local-news-subheader .search i, .local-news-subheader-cat .search i {
	color: #b5b5b5;
	font-size: 19px;
	justify-content: center;
	display: flex;
}

.local-news-img{
	transition: scale 0.3s ease-in-out;
}
.local-news-img:hover{
	scale: .95;
}

@media screen and (min-width:1200px) {
	.main-img {
		overflow: hidden;
		/* Adding a height was squishing the image so I commented it out. -Kieran */
		/* height: 200px; */
		margin-bottom: 15px;
	}
	.local-news-img{
		min-width:100%;
		min-height: 100%;
		object-fit: cover;
		
	}
}

.trending-now img {
	width: 100%;
}
.trending-now h2 {
	font-size: 22px;
}
.trending-now .trending-title {
	font-weight: bold;
	font-size: 22px;
	color: #000;
}
.trending-now .trending-text {
	font-size: 14px;
	color: #000;
}
.trending-now a {
	font-size: 14px;
	color: blue;
}
.trending-now .signup-form .card{
	background: #7ac0e3;
	border: none;
	border-radius: 0px;
}
.trending-now .signup-form button {
	background: #f0e4d0;
	color: #000;
	width: 100%;
	margin: 0;
	font-weight: bold;
	border-radius: 0;
}
.trending-now, .signup-form h3 {
	font-size: 23px;
}
.things-to-do {
	background: #eee;
}
.things-to-do .right-photos {
	display: grid;
	width: 50%;
	background-color:#dadadaee;
	padding:15px;
}
/* .things-list {
	background: #eee;
} */

.things-list h3 {
	font-size: 22px;
}
.things-list h5 {
	color: #000;
}
.ebp-home .title-overlay {
	width: 86%;
}
.bus-blog h5 {
	color: #000;
}
.local-news-detail .large-img {
	height: 220px;
	overflow: hidden;
}
.local-news-detail .large-img img {
	min-width: 100%;
	min-height: auto;
	object-fit: cover;
}

.local-news-detail .item-block {
	background: #eee;
	padding: 15px;
}
.local-news-detail h2 {
	font-size: 32px;
	font-weight: bold;
}
.local-news-detail h3 {
	font-size: 20px;
	font-weight: normal;
}
.local-news-detail .cat-list {
	background: #C3F697;
	position: relative;
	right: 14px;
	padding: 8px 12px;
	font-size: 16px;
	word-spacing: 7px;
}
.local-news-detail .med-img img {
	width: 100%;
}
.local-news-detail .youtube-vid iframe{
	width: 100%;
}
.local-news-detail .features h4 {
	font-size: 19px;
	margin-bottom: 0;
}
.local-news-detail .card {
	border: 1px solid #000;
}
.local-news-detail .comments img {
	width: 155%;
	float: left;
	margin-right: 10px;
}
.local-news-detail .scroll-effect {
	overflow: hidden scroll;
	height: 300px;
}

.comment-card{
	height: 400px;
}

.local-news-detail .comments h5 {
	font-size: 19px;
	font-weight: bold;
}
.item-info-block iframe {
	width: 100%;
}
.item-info-block .bottom-logo img {
	width: 100%;
}
.local-news-detail .facebook-links .btn-share {
	background: #bbb;
	color: #000;
	text-transform: capitalize;
}
.local-news-detail .facebook-links .btn-follow {
	text-transform: capitalize;
}
.local-news-detail .uber-lyft {
	display: flex;
}
.local-news-detail .uber-lyft img {
	width: 20%;
}
.l-news-preview-txt{
	max-width:400px;
	font-size: 17px;
}
.more-to-do {
	/* background: #dcdcdc; */
	background: #e2f8ff;
  	padding: 6px 16px;
}
.more-to-do a {
	color: #000;
}

@media (min-width:768px) {
	.local-news-detail .comments img {
		width: 60%;
		float: left;
		margin-right: 10px;
	}
	.trending-now .trending-title {
		font-weight: bold;
		font-size: 16px;
		color: #000;
	}
	.things-list .cat-column {
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
	}
	.ebp-home .title-overlay {
		width: 75%;
		padding-right: 5px;
	}
	.bus-blog .bus-blog-box {
		border-right: 1px solid #eee;
	}
	.bus-blog .bus-blog-box .border-left {
		border-left: 1px solid #eee;
	}
	
	.local-news-detail .large-img {
		height: 220px;
		overflow: hidden;
	}
	.local-news-detail .large-img img {
		min-width: 100%;
		min-height: auto;
		object-fit: cover;
	}
	.things-list .main-img {
		height: 140px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.things-list .main-img img {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
	}
	.things-list h5 {
		font-size: 16px;
	}
	.l-news-preview-txt{
		font-size: 14px;
	}
	.more-to-do {
		font-size: 13px;
	}
}
@media (min-width:1024px) {
	.trending-now .trending-title {
		font-weight: bold;
		font-size: 12px;
		color: #000;
	}
	.trending-now, .signup-form h3 {
		font-size: 13px;
	}
	.local-news-detail .large-img img {
		min-width: 100%;
		min-height: auto;
		object-fit: cover;
	}
	.local-news-detail .large-img {
		height: 300px;
		overflow: hidden;
	}
	
	.trending-now .trending-text {
		font-size: 12px;
		color: #000;
	}
	.things-list h5 {
		font-size: 16px;
	}
	.ebp-home .title-overlay {
		width: 103%;
	}
	.l-news-preview-txt{
		max-width:400px;
		font-size: 14px;
	}
}

@media (min-width:1180px) {
	.things-list .main-img {
		height: 140px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.things-list .main-img img {
		min-width: 100%;
		min-height: 100%;
		object-fit: cover;
	}
	.more-to-do {
		font-size: 12px;
	}
	.bus-blog h3{
		font-size: 22px;
	}
	.bus-blog h5{
		font-size: 16px;
	}
	.l-news-preview-txt{
		font-size: 13px;
	}
}


@media (min-width:1200px) {
	.local-news-detail .large-img img {
		min-width: 100%;
		min-height: 100%;
		max-width: 1346px;
		max-height: 1010px;
		object-fit: cover;
	}
	.local-news-detail .large-img {
		height: 470px;
		overflow: hidden;
	}
	.things-list h3 {
		font-size: 32px;
	}
	.trending-now, .signup-form h3 {
		font-size: 19px;
	}
	.more-to-do {
		font-size: 16px;
	}
	.things-list h5 {
		font-size: 20px;
	}
	.things-list .main-img {
		height: 190px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.ebp-home .title-overlay {
		width: 77%;
	  }
	.l-news-preview-txt{
		max-width:400px;
		font-size: 16px;
		color: #000;
	}
	.trending-now .trending-title {
		font-size: 17.5px;
	}
}


/* Star Rate */
.star-rate-page label {
	opacity: 1!important;
	display: block!important;
}
.star-rate-page input {
	margin-right: 10px;
}
.star-rate-page .card {
	background-color: #fff;
}

/* Community Connection Catergory pages */
.local-news-cat .card {
	background-color: #fff;
	min-height: 258px;
}
.local-news-cat img {
	width: 100%;
}
.local-news-cat h2 {
	font-size: 19px;
}

.local-news-card{
	background-color: #F8F5F3 !important;
	border:none;
	border-radius:0;
	z-index: 0;
}

.local-news-card h2{
	font-size:25px;
	text-transform: uppercase;
	/* font-weight: ; */
}


#navbarNav .nav-item, #navbarNav .nav-item a.btn {
	font-family: 'Nunito', 'Montserrat', Arial, Helvetica, sans-serif;
}
.nav-link {
	line-height:1;
}

.nav-btn {
	border-radius: 8px !important;
}

.yardsale-btn {
	background: hsl(24, 84%, 42%); 
	color:#fff;
	transition: background 200ms ease-out;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
}
.yardsale-btn:hover {
	text-decoration: none; 
	background: hsl(24, 84%, 32%);
	color: #fff;
}

/* Contact Us */
.contact-icon {
	width:100%;
	max-width: 235px;
	display: block;
	margin: auto;
}

.contact-btn{
	border-radius: 100px !important;
}

b{ font-family: 'MontserratBold', Arial, Helvetica, sans-serif; font-weight: normal;}
center{	margin:0px;	padding:0px;}
label{float:left;}

a h2{color:black; text-decoration: none;}

/* #guidenav {
	background-color: white;
	position: fixed;
	top: 0;
	width:100%;
	z-index: 999;
	border-bottom: solid 5px #065288;
} */

.no-border-input{
	border:1.5px solid;
	border-top:0;
	border-right:0;
	border-left:0;
	/* border-bottom:2px; */
	border-radius: 0;
}

.no-border-input{
	box-shadow:none !important;
}

/* Header*/
#banner {
	padding: 12px 0;
}

#header{
	width:100%;
	height:160px;
	border-top: solid 5px #065288;
	border-bottom: solid 5px #065288;
	background: black;
}

#headerContent{
	max-width:1013px;
	min-width:950px;
	height:100%;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-size: 0.9em;
}

#headerContent .btn{float:right; clear:right; width:190px; text-align: center; margin:10px 0px 10px 0px;}

#subNav{ max-width: 360px; min-width: 435px; float:right; list-style-type:none; text-align: right; margin: 0px; padding:10px 0px 10px 0px;}
#subNav li{display:inline; text-align: right;  margin-left:10%;}
#subNav a{color:white; font-weight: normal; text-decoration: none; font-size: 0.9em; text-transform: uppercase;}
#subNav a:hover{color:#065288; }

.logo{float:left; background:URL(../images/logo.jpg) no-repeat left top; width: 523px; height:93px; margin-top:5px;}
.logo h3{
	float: right;
	margin: 60px 90px 0px 0px;
	padding:0px;
  	font-family: 'HelveticaNeue';
	font-size: 1.5em;
	font-weight: lighter;
	font-style: italic;
	color:white;
	opacity: 1;
}

#siteSearch{
	width:184px;
	height:20px;
	margin:25px 0px 0px 0px;
	padding:3px;
	border:none;
	background: white;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	float:right;
	clear: right;
}

#siteSearch [type="text"]{
	width:95%;
	border:none;
	font-size: 1.1em;
}

#siteSearch label{position:absolute; margin:1px 0px 0px 5px; color: #C9CACC;}

#navBar{float:left;list-style-type: none; margin:25px 0px 0px 35px; padding:0px; width:75%; color:white;}
#navBar li{float:left; width:25%; text-align: center;}
#navBar a{ color:white; text-decoration: none;}
#navBar a:hover{ color:#0570B3; }

#navBar ul{display:none; width:190px; background: black; padding:15px 5px 5px 5px; list-style-type: none; position: absolute; z-index:15; margin-left:0;}
#navBar ul li{ width:100%; height:35px; text-align: center}
#navBar ul li:hover a{color:#0570B3; text-decoration: none;}

#featured{ width:100%; background: #C9CACC; padding:3px 0px 10px 0px; float:left}
#featured h3{margin:0px 0px 3px 0px; padding: 0px; font-size: 0.9em; letter-spacing: 2px;}
#featured ul{max-width: 1013px; min-width: 950px; list-style-type: none; padding:0px; margin: 0px; overflow: hidden}
#featured li{ text-align: center; display: inline; margin-right:11px; padding:0px;}
#featured li:last-of-type{margin-right:0px;}
@media (min-width : 300px) and (max-width : 1000px) {	
#featured li:last-of-type{display: none;}
}
#featured img{
	max-width:130px;
	width: 100%;
	/*height:82px;*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.50);
	overflow:hidden;
}

#page{width:100%; background: #DCDDDE; padding:10px 0px 10px 0px; text-align: center; float:left;}

/*#mainTxt{width:100%; max-width: 1005px; min-width: 950px; padding:5px 5px 0px 5px;}*/
@media (min-width : 100px) and (max-width : 950px) {
	.clearfix{overflow: none !important;}
}
#mainTxt hr{ color:#999999; height:1px;	border:none; background:#999; margin:10px 0px 10px 0px;	padding: 0px 10px 0px 10px;}
#mainTxt input[type="text"]{border:solid 1px #999999; height:25px; padding-left:5px;}
#mainTxt input[type="password"]{border:solid 1px #999999; height:25px; padding-left:5px;}
#mainTxt input[type="file"]{border:solid 1px #999999; }
#mainTxt textarea{border:solid 1px #999999; }
#mainTxt select{ border:solid 1px #999999; height:25px;}

/* This is to tweak the constant contact fields */
#email_address_0 {border:solid 1px #999999; height:35px; padding-left:5px;}
#first_name_0 {height:35px !important;}
#last_name_0 {height:35px !important;}

#banner_top{
	width:auto;
	max-width: 1005px;
	min-width: 950px;
	max-height:109px;
	margin-bottom: 10px;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#pageRight{
	width:100%;
	/* min-width: 705px; max-width: 770px; */
	min-height:450px;
	text-align: left; 
	/* margin-left:15px */ 
	margin:0; 
	/* float:right; */ 
	font-size: 10pt;}

#sectionTitle{
	/*
	width: 100%;
	max-width: 785px;
	min-width: 720px;
	min-height:30px; 
	*/
	/* border: 1px solid #999; */
	font-size: 24px;
	font-family: 'MontserratBold';
	margin:10px 0px ;
	text-align: center;
	text-transform: uppercase;
}


/* Featured Classifieds */
.slide-p {
	padding:15px !important;
} 

 .slider-icon {
	font-size: 3rem;
	margin-left: 1rem;
	margin-right: 1rem;
	padding-left:1rem;
	padding-right:1rem;
} 
@media screen and (min-width:992px) {
	.slider-icon {
		font-size: 18px;
		padding:0;
		margin:0;
	}
} 

/* Footer*/
/* #footer{background: black; width: 100%; padding:20px 0px 20px 0px; float:left; color:white; font-size: 0.8em} */
.footer{background: #065288; width: 100%; padding:20px 0px 20px 0px; float:left; color:white; font-size: 0.8em}
.footer table{max-width: 1015px; min-width: 950px;}
.footer a{color:white; text-decoration: none;}
.footer a:hover{opacity: 0.7; }

/* .social{list-style-type: none; margin:0px; padding:0px;}
.social li{float: left; margin-right:10px;}
.social li:first-of-type {
    margin-top: 7px;
} */

.social{
	list-style-type: none; 
	margin:0px; 
	padding:0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width:100%;
}
@media screen and (min-width:768px) {
	.social {
		justify-content: flex-start;
	}
}

.social li {
	margin-right:1rem;
}

.social li:first-of-type {
	flex-basis: 100%;
	flex-shrink: 0;
}
@media screen and (min-width: 992px) {
	.social li:first-of-type {
		flex-basis: initial;
		flex-shrink: initial;
	}
}

.social li:not(:first-of-type) {
	font-size: 2rem;
}
@media screen and (min-width:992px) {
	.social li:not(:first-of-type) {
		font-size: 2.5rem;
	}
}

.siteMap{list-style-type: none; padding:0;}
.siteMap li{padding:3px; text-align:left;}

@media (min-width: 100px) and ( max-width: 767px ) {
	.siteMap.pl-sm {
		padding-left: 42%;
	}
}

/* Homepage Sections */
.home-section-title {
	flex-direction: column;
	justify-content: center;
	border-bottom: 2px solid black;
	margin-bottom: .5rem;
}
@media screen and (min-width: 768px) {
	.home-section-title {
		flex-direction: row;
		justify-content: space-between;
	}
}


.home-section-title a {
	font-size: 1.75rem;
}
 .home-section-title .fal {
	font-size: 1.6rem;
} 

.home-section-btn {
	font-size: 16px !important;
}
@media screen and (min-width:768px) {
	.home-section-btn {
		font-size: 18px !important;
	}
}



/* Lightbox Plugin Modifications */
#lightbox-container-image {
	width:100%;
}
#lightbox-image {
	width:100%;
} 
 
#lightbox-container-image-box {
	max-width: 700px !important;
	height:auto !important;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	max-height: 100vh !important;
}

#lightbox-container-image-data-box {
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	width:100vw !important;
	padding-left:10vw !important;
	padding-right:10vw !important;
}




#leftDisp{ width:210px; margin-right:0px; padding-top:5px; float:left;/* background:red;*/}
#leftDisp ul{ list-style-type:none;	margin:0px 0px 0px 0px; padding:0px;}
#leftDisp li img{width: 100%;}
#leftDisp li{
	width:210px;
	height:auto;
	margin:0px 0px 15px 0px;
	padding:0px;	
}
#leftDisp a{padding:0px; margin:0px; height:auto;}
#leftDisp li:last-of-type {margin-bottom:0px;}

#mid_main{ max-width: 553px; width:100%; margin:0px; float:left; z-index: 10; position: relative;}
#mid_main ul{ list-style-type:none;	margin:0px; padding:0px; width: 49%;}
#mid_main li img{height: 100%; width:100%;}
#mid_main li{
	max-width: 270px;
	width:100%;
	height:175px;
	overflow: hidden;
	margin:0px 15px 15px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}

#mid_main li:last-of-type {margin-bottom:0px;}

#leftDisp #classNav{ list-style-type:none; margin:0px 0px 15px 0px; width:100%; display:block;}
#classNav li{
	width: 100%;
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	color:#666;

}
#classNav .active{color:black; font-weight:bold;}
#classNav .hdr{font-size: 1.2em; font-weight:bold; color:black; margin:0px 0px 10px 0px;}

#hm_main{
	width:auto;
	max-width:550px;
	max-height: 210px;
	margin:0px 0px 15px 0px;
	overflow: hidden;
	position: relative;
	padding:0px;
	background: gray;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
#hm_main img{width: 100%;}

#rightDisp{ width:210px; position: relative; text-align: right; padding:5px 0px 0px 0px;}
#rightDisp ul{ list-style-type:none; margin:0px; padding:0px;}
#rightDisp li img{width: 100%; margin-bottom: 0}
#rightDisp li{
	width:210px;
	margin:0px 0px 15px 0px;
	padding:0px;
}
#rightDisp li:last-of-type {margin-bottom:0px;}

#rightDisp span{
	min-width:97%;
	background: #065288;
	color:white;
	padding:3px 3px 3px 3px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 1.3em;
	letter-spacing: .1em;
}

#rightDisp .recipe{height:214px; overflow:hidden;}

#classIcons{width:60px; background-color: white; padding:3px 5px 0px 0px;}
.share{cursor: pointer}
#shareBox{display:none; background: black; position: absolute; margin:-65px 0px 0px 35px; padding:10px 0px 5px 10px; }

#messageTable{ margin:10px 0px 0px 15px;}
#messageTable legend{ font-weight:bold;}
#messageTable fieldset{	padding:10px;}
#messageTable textarea{	width:100%;	height:150px;}


#paymentForm{ border:solid 1px #999; padding:5px; width:350px; margin:5px 0px 0px 0px; overflow-y: auto; background:#F4F4F5;}
#paymentForm input[type="text"] { width:98%;}
#paymentForm input[type="select"] {	width:98%;}

#cntBg{width:480px; background:#065288; margin-bottom: 5px; padding:5px 0px 5px 0px; text-align: center;}
#cntBg h3{color:white; font-size: 1.8em; padding:10px 0px 5px 0px; margin:0px;}
#cntBg input[type="text"]{border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px;}

#selectBox{
	width: 600px;
	max-width:100%;
    border-radius: 2px;
	font-size: 1.2rem;
	color: white;
	font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
	/* width:480px; */
	background:#065288;
	margin-bottom: 5px;
	padding:10px 0px 10px 0px;
	text-align: center;
}

#selectBox select{
	height: 31px;
	font-size: 1.2em;
	z-index: 2;
	padding: 0px;
	margin-left:15px;
	text-align: center;
	transition: height 0.125s ease 0s;
	font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 700px) {
	#selectBox { max-width:100%; }
}

.sticky{position:fixed; top:0; margin-left:62px; z-index:100;left:36%;}
/*
.styled-select {
   background: url(../images/arrow_select.png) no-repeat 96% 0;
   height: 25px;
   overflow: hidden;
   width: 240px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 25px;
   padding: 3px; 
   width: 268px;
}


.tan_select_bg{
	background-color: #E9DAC3;
}

.tan_select_bg select{
	color: #2D2D2D;
}*/



.realEstate{height:360px; background:URL(../images/realtor.jpg) bottom right no-repeat white; font-size:0.7em; text-align: left; color:#211F1F; overflow: hidden;}
.realEstate>img{height:133px; margin-bottom:0px; overflow: hidden;}
.realEstate>div{width:200px; padding:5px;}
.realEstate b{ text-align:left; display:block; margin:0px 0px 0px 0px; color:#1E2A65;}
.realEstate a{ text-decoration:none; color:#1E2A65; font-weight:bold;}
.realEstate p{ padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-family: 'MyriadPro';}
.realEstate #realText{ text-align:left;	float:left; margin:10px 0px 5px 0px; font-family: 'MyriadPro'; font-weight: normal; color:#1E2A65; font-size:0.9em; line-height:12px; font-weight: 300;}
.realEstate #realText img{height:20px; width:auto; display: block}

.catType ul{ padding:0px; margin:0px 0px 0px 15px; font-size: 0.9em;}

#ad{ width:100%; height:100%; margin:0px; padding:0px; overflow:hidden;}
#specialAd{border:solid 4px #0570B3; -moz-border-radius: 15px; border-radius: 15px; width:90%; height:250px; padding:5%;}

#cke_adtext{width:300px; clear:right;}

#wrapper{ width:100%; background:#fff; text-align:center; float:left;}
#wrapper ul{list-style-type: none;}
#wrapper li{display:inline; float:none;}

#photoDisp{ background: white; padding:15px; }
#photoDisp div{ 
	text-align: center; 
	/* float:left;  */
	/* margin-right:10px;  */
	/* padding:0px;  */
	/* width:125px;  */
	/* height:92px; 
	overflow: hidden; */
}
#photoDisp a {
	pointer-events: none;
}
@media screen and (min-width: 992px) {
	#photoDisp div{ 
		height:92px; 
		overflow: hidden;
	}
	#photoDisp a {
		pointer-events: auto;
	}
}

#employ_app #wrapper input{background: white}
#employ_app #wrapper textarea{background: white}

.classAd{
	padding:1%;
	width:98%;
	background:#FAFEFE;
	border: solid 1px #CACDCD;
	margin-bottom:10px;
	float: left;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.lrgTxt{font-size:1.90em; height:70px;}
.sup{ padding:0px;	vertical-align:top;	font-size:9px;}
.btnblck{
	font-family: 'Montserrat';
	text-transform:uppercase;
	border:none;
	background: black;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding:8px;
	color:white;
	margin:5px;
	font-size: 1.0em;
	text-decoration: none;
	float: right;
	cursor:pointer;
}
a.btn{
	font-family: 'Montserrat';
	text-transform:uppercase;
	border:none;
	background: #065288;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding:8px;
	color:white;
	/* margin:5px; */
	font-size: 1.0em;
	text-decoration: none;
	cursor:pointer;
}
.btn{
	font-family: 'Montserrat';
	text-transform:uppercase;
	border:none;
	background: #065288;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding:8px;
	color:white;
	margin:5px;
	font-size: 1.0em;
	text-decoration: none;
	cursor:pointer;
}
input.btn{
	font-family: 'Montserrat';
	text-transform:uppercase;
	border:none;
	background: #065288;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	padding:7px;
	color:white;
	margin:5px;
	font-size: 1.0em;
	text-decoration: none;
	cursor:pointer;
}
.large{ font-size: 1.5em; font-weight: normal; font-family: 'Montserrat'; padding:8px 0px 8px 0px; max-width: 600px;}

.ulControl ul{ margin:0px 0px 0px 20px; padding:5px 5px 5px 0px; width:100%; list-style:none;}

.topBtn{position: fixed; bottom:5%; margin-left:1%; opacity: 0.8; }

.lishdw li {-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);}
.shdw img{-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.85);}
/* .noShdw img{-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.85);	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.85);	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.85);} */

.clearfix{overflow: auto}

.placeclass a{text-decoration: none;}
.placeclass h1{ color: #0570B3; margin: 8px; padding:0px; font-family: 'MontserratBold'; font-size: 2.2em;}
.placeclass h3{ color: #0570B3; margin: 0px; padding:0px 0px 0px 0px; font-size: 1.3em;}
.placeclass h3 small{ color: black; margin: 0px; padding:0px; display: block}
.placeclass hr{	width:100%; margin:0px; padding:0px; height:1px; clear:both;}
.placeclass .floater{float:left; margin: 0px 5px 5px 0px; clear:both;}

/***********************************************************************************************************************/

#classCats{
	list-style-type: none;
	float: left;
	margin:0px;
	padding:0px;
}

#classCats a {text-decoration:none; text-transform: uppercase; font-size: 0.8em}

#classCats .activeCat{
	font-weight: bold;
	border-bottom:dashed 1px gray;
	width:95%;
}

/* .landing{
	padding:2%;
	width:96%;
	background:#FAFEFE;
	border: solid 1px #CACDCD;
	margin:10px 0px 10px 0px;
	float: left;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
} */

.landing ul{
	list-style-type: none;
	float: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2%;
	width:32%;
}

.landing li{padding-bottom:10px;}
.landing li:last-of-type{padding-bottom:0px;}
.landing a{text-decoration:none; font-size: 13pt;}
.landing a:hover{text-decoration:underline;}

#bottom_Ad{
	width:100%;
	max-height:140px;
	overflow:hidden;
	margin:20px 0px 5px 0px;
	clear:both;
	color:black;
	font-size:12px;
	text-align:left;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);		
}

#bottom_Ad img{
	width:100%;
}

#bottom_Ad b{
	text-align:left;
	display:block;
	margin:0px 0px 5px 0px;
	color:#065288;
}

#bottom_Ad a{
	text-decoration:none;
	color:#065288;
	font-weight:bold;
}

.colTitle{
	font-size:1.3em;
	font-weight:bold;
	text-align: left;
}

#topbanner_wrap{
	height:105px;
	width:945px;
	overflow:hidden;
	margin:0px 0px 10px 0px;
	box-shadow: 1px 1px 2px #CBCBCB;
}


#wrapper2{
	border:solid 1px #999999;
	padding:4%;
	width:92%;
	display:inline-block;
	background:white;
	text-align:left;
}

/*#wrapper2{
	border:solid 1px #999999;
	padding: 5% 2% 5% 2%;
	width:95%;
	background:white;
	text-align:left;
}*/

#noPadWrap{
	border:solid 1px #999999;
	background:white;
	text-align:left;
}

#preview1{
	padding:4px 3px 4px 3px;
}

#preview2{
	padding:4px 3px 4px 3px;
}

#preview3{
	padding:4px 3px 4px 3px;
}

#preview4{
	padding:4px 3px 4px 3px;
}

#preview5{
	padding:4px 3px 4px 3px;
}

#preview6{
	padding:4px 3px 4px 3px;
}


#employ_app{
	/* border:solid 1px #999999; */
	border: 1px solid rgba(0,0,0,.125);
	padding:2%;
	width:96%;
	display:inline-block;
	background:white;
	text-align:left;
}

#employ_app input[type=text]{
	width:98%;
}

#employ_app textarea{
	width:80px;
	min-height:50px;
}

.class-date-pick{
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:solid 1px gray;
	padding:1px;
}

#nextNback {font-size:10px;}
#nextNback a{color:#113711;}

#classadLinks a{
	color:#065288;
	font-size:1.2em;
}

#dispInfo{
	width:100%;
	height:100%;
}

#dispInfo ul{
	list-style-type:none;
	padding:0px;
}

#dispInfo li{
	padding:0px 0px 5px 0px;
	margin:0px;
	font-weight:bold;
	font-size:1.1em;
}

.option1{color:#1A6DA8;}
.option2{color:#1A6DA8;}
.option3{color:#1A6DA8;}
.option4{color:#1A6DA8;}
.option1:hover{color:#104B73;}
.option2:hover{color:#104B73;}
.option3:hover{color:#104B73;}
.option4:hover{color:#104B73;}

#show1{	width:100%;	height:100%;}
#show2{	width:100%;	height:100%;}
#show3{	width:100%;	height:100%;}
#show4{	width:100%;	height:100%;}
#show5{	width:100%;	height:100%;}

#commPrint{
	background:#003466;
	width:202px;
	height:90%;
	padding:5% 5% 5% 5%;
	color:white;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#commPrint b{
	font-size:1.4em;
	text-transform:uppercase;
}

#commPrint ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
	font-size:1.1em;
}

#commPrintPink{
	background:#EFBAD2;
	width:90%;
	height:90%;
	padding:5%;
	color:black;
	font-size:1.3em;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#commPrintPink ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#commPrintPink b{
	font-size:1.2em;
}

#commPrintPink a{
	color:#AC0034;
	text-decoration:none;
}

#commPrintRed{
	background:#9C1619;
	width:90%;
	height:90%;
	padding:5%;
	color:white;
	font-size:1.3em;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#commPrintRed ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#commPrintRed b{
	font-size:1.2em;
}

#commPrintRed a{
	color:#EEB9D2;
	text-decoration:none;
}

#services{
	background:#9BCA3B;
	width:90%;
	height:90%;
	padding:5%;
	color:black;
	font-size:1.3em;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#services b{
	font-size:1.2em;
}

#services ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#servicesLrg{
	background:#9BCA3B;
	width:45%;
	height:90%;
	padding:2%;
	color:black;
	font-size:1.3em;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-align:left;
}

#servicesLrg b{
	font-size:1.2em;
}

#servicesLrg ul{
	list-style-type: none;
	padding:0px;
	margin:0px;
}

#test b{
	font-size:1.3em;
	text-decoration:underline;
}

#user_descrip{
	padding:10px 15px 15px 15px;
	text-align:left;
	border-color:#999;
}

#smlTitle{
	font-size:0.6em;
	font-weight:normal;
	text-indent:5px;
}

#smlTitle2{
	font-size:0.7em;
	font-weight:normal;
	text-indent:5px;
}

#form__table input{
	width:100%;
}

#singlesInfo input{
	width:100%;
}

#singlesInfo select{
	width:100%;
}


#singlesInfo textarea{
	width:100%;
}

.tinyTxt{
	font-size:0.8em;
}

.note{
	color:#065288;
	font-size:0.9em;
}

.noteRed{
	color:#DE002C;
	font-size:0.9em;
}

.altRow{
	background:#F6F6F6;
}

#container{
  clear: both;
  width:262px;
}

#box li{
	display:inline;
	float: none;
	overflow: auto;
	border: solid 1px red;
}


#thumbnail{
	width:123px;
	height:92px;
	margin: 3px;
	overflow: hidden;
}


.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: width, height;
     -moz-transition-property: width, height;
      -ms-transition-property: width, height;
       -o-transition-property: width, height;
          transition-property: width, height;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

#catList a{
	text-decoration:none;
	font-size:1.2em;
	color:black;
}

#recipeBox h3{
	/*color:#1E2A65;*/
	margin:0px;
}

#recipeBox .maintitle{
	color:#065288;
	margin:0px;
}

#searchRecipes{
	border:none;
	padding:3px;
}

.onlineadv1{
	font-size:0.9em;
	padding:15px 0px 0px 5px;
}

.onlineadv1 b{
	color:#196CA7;
	font-size:1.1em;
	margin:0px 0px 10px 0px;
}

.onlineadv1 ul{
	padding:3px;
	margin:0px 0px 0px 10px;
	list-style-type:disc;
	line-height:20px;
	font-size:1em;
	text-align:left;
}

.onlineHR{
	margin-left:45px;
}

.onlineadv2{
	font-size:0.9em;
	padding:60px 10px 0px 0px;
}

.onlineadv2 b{
	color:#196CA7;
	font-size:1.1em;
	margin:0px 0px 10px 0px;
}

.onlineadv2 ul{
	padding:3px;
	margin:0px 0px 0px 10px;
	list-style-type:disc;
	line-height:20px;
	text-align:left;
}


/************ page styles **********/
a {
	color:#0570B3;
}

.noline{
	text-decoration:none;
}

.em{
	text-decoration:line-through;
}

#noBorder{
	clear:both;
	border:none;
}

#noBorder img{
	border:none;
}

.noBorder img{
	border:none;
}

.printOnly{
	display:none;
}

/************ other styles **********/
.tiny{font-size:9px}

.tdInv{
	background-color:#eeeeee;
	padding: 2px;
}

.menu{
	margin: 0 0 0 150px;
}

.tblBorder{
border: 1px solid #001A55;
margin: 0 0 10px 0;
}

.title {font-size: 17pt;
		font-weight: bold;
	}

.midtitle {font-size: 14pt;
		font-weight: bold;
	}

.smltitle {font-size: 12pt;
		font-weight: bold;
	}

.minititle {font-size: .9em;
		font-weight: bold;
	}

a.linktitle:link, a.linktitle:visited, a.linktitle:hover, a.linktitle:active{
		font-size: .9em;
		font-weight: bold;
	}

a.linktitle:hover{
		text-decoration:none;
	}

ul.nobullets{
list-style-type:none;
}

.formBorder{
	background-color:#FFF;
	border:1px solid #001A55;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#001A55;
}
.formBorderFake{
	height:20px;
	margin-top:1px;
	padding: 1px 8px 1px 8px;
	background-color:#FFF;
	border:1px solid #001A55;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#001A55;
	text-decoration:none;
}
.formBtn{
	background-color:#FFF;
	border:1px solid #001A55;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#001A55;
}
/************ Error Styles **********/
#errTitle{
	font-size:20px;
	font-weight:bold;
	margin: 0 10px 0 0;
	padding: 0 0 0 0px;
}

.errSmall{font-size:8pt}

#errFooter{
	margin: 0;
	font-size:9px;
	color:#CCCCCC;
}

#errBlock{
	margin: 0 auto;
	width: 350px;
	font-family: courier;
	font-size:12px;
	color: #003366;
	border:1px solid #003366;
	background-color:#FFFFFF;
}
#inline_help{
	font-size: 0.65em;
}

/************ END Error Styles **********/

/*
 * Brainworks Software Development Corporation Classified CSS Stylesheet.
 * First Create on May 7, 2003
 * Added distinct links for use with in Classifieds on May 8, 2003
 */

/* First, a list of anchor tags that can be used
 * to provide a different link presentation within
 * the Classifieds section. These styles are assigned
 * as a class and override the standard anchor tags.
 */
/*
.bwanchor
{
	font-family: Arial;
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}

.bwanchor:link
{
	font-family: Georgia;
	font-size: 9pt;
	color: green;
	text-decoration: none;
}

.bwanchor:hover
{
	font-family: Impact;
	font-size: 18pt;
	color: blue;
	text-decoration: none;
}

.bwanchor:active
{
	font-family: Verdana;
	font-size: 15pt;
	color: yellow;
	text-decoration: none;
}

.bwanchor:focus
{
	font-family: Courier New;
	font-size: 12pt;
	color: red;
	text-decoration: none;
}

.bwanchor:visited
{
	font-family: Roman;
	font-size: 10pt;
	color: orange;
	text-decoration: none;
}
*/
/* Common text style attributes */
.bwads {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
.bwbold { font-weight: bold; }
.bwitalic { font-style: italic; }
.bwunderline { text-decoration: underline; }
.bwallcaps { text-transform: uppercase; }
.bwsmallcaps { font-variant: small-caps; }
.bwmonospace { font-family: monospace; }
.bwsuperscript  { vertical-align: super; }
.bwsubscript { vertical-align: sub; }
.bwstrikethru { text-decoration: line-through; }

/* Common text alignment styles */
.bwleft { text-align: left; }
.bwright { text-align: right; }
.bwjustify { text-align: justify; }
.bwcenter { text-align: center; }

/* Styles that change font size */
.bwsmall2{ font-size: 7pt; }
.bwsmall1{ font-size: 8pt; }
.bwlarge1{ font-size: 12pt; }
.bwlarge2{ font-size: 14pt; }
.bwlarge3{ font-size: 16pt; }
.bwlarge4{ font-size: 18pt; }



.classifiedCatFlag{background:rgba(245,210,0,1); width:45%; padding:1% 7%; max-width:380px; text-align:center; display:inline-block; vertical-align:text-top; margin-bottom:10px;}
.classifiedCatFlag b{font-family:'MontserratBold', sans-serif;}

.photoFlag{background:#0570B3; width:70%; padding:1% 2%; color:white; font-family:'MontserratBold', sans-serif; text-align:center;}
.photoFlag em{font-size:0.9em;}


/*HEADER */

.nav-item {
	text-transform: uppercase;
}
@media screen and (min-with:1200px) {
	.nav-item {
		display: flex;
		align-items: center;
	}
}

#banner .input-group {
	margin: auto;   
	width: 30%;
	max-width: 562px;
}


/* ABOUT US */
#leftDisp,
#pageRight {
	padding:1.5rem;
}

#distr-map-link {
	font-weight:bold;
}

.btn-about {
	width: 80%;
	margin: 1.5rem auto;
	border-radius: 10px !important;
}

.cork {
	background-image: url(../images/corkboard02.jpg);
	background-position: center;
	background-size: contain;
	/* background-repeat: no-repeat; */

	text-shadow: 0 0 4px rgb(0,0,0);
}

.cork-frame {
	border-image: url(../images/corkframe.png) 25 repeat;
    border-width: 10px;
	border-style: solid;
	box-shadow: 0 0 6px rgba(0,0,0,0.8) inset;
}




.bulletin-item {
	box-shadow: 0 3px 8px rgba(0,0,0,.6);
	-webkit-backface-visibility: hidden;
	transform-origin: top center;
	margin: auto;

}

.bulletin-item.long {
	max-width: 210px;
}
.bulletin-item.square {
	max-width: 150px;
}
@media screen and (min-width:1200px) {
	.bulletin-item.long {
		max-width: 270px;
	}
	.bulletin-item.square {
		max-width: 175px;
	}
}
@media screen and (min-width:1500px) {
	.bulletin-item.long {
		max-width: 310px;
	}
	.bulletin-item.square {
		max-width: 200px;
	}
}

.pin {
	box-shadow: none;
	position: absolute;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	transform: scale(.8);

}


#pin01 {
	top:-10px;
	left:45%;
	
}


#pin02 {
	left: 45%;
	top: -10px;
}



#pin03 {
	left: 40%;
}


#pin04 {
	top:-10px;
	left:45%;
}

#pin05 {
	left:40%;
}

.mw-335 {
	/* max-width:335px; */
	width:335px;
	margin:auto;
	display: block;
}


.featured-overlay {
	opacity:0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	transition: opacity 250ms;
	overflow:hidden;
}

.featured-container { 
	 margin: 15px; 
	overflow:hidden;
	height:0;
	padding-top: calc(100% - 30px);
}

.featured-img {
	position: absolute;
	top:0;
	left:0;
}
@supports (object-fit: cover) {
	.featured-img {
		width:100%;
		/* height: calc(100% - 30px); */
		height:100%;
		object-fit: cover;
		object-position: center;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE11 */
	.featured-img {
		min-width:100%;
		min-height:100%;
		transform: translateX(-50%);
		margin-left: 50%;
	}
}

.featured-btn {
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	width: 175px;
	padding:3px;
	margin: auto;
}

@media screen and (min-width:768px) {
	.featured-classifieds, .featured-display {
		margin-left:-15px;
		margin-right: -15px;
	}
}
@media screen and (min-width:992px) {
	.featured-container:hover .featured-overlay {
		opacity:1;
		transition: opacity 200ms;
		z-index:10;
	}
}

.featured-display-item {
	padding: 15px;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.featured-display-item {
		pointer-events: auto;
	}
}

.featured-title {
	border-bottom: 1px solid white;
}

@media screen and (min-width:1200px) {
	.featured-title, .featured-btn, .featured-location {
		font-size: 12px;
	}
}



.featured-deats {
	line-height:1;
}
.featured-deats:nth-of-type(1) {
	font-size: 1.25rem;
}
.featured-deats:nth-of-type(2) {
	font-size: 1.5rem;
}
@media screen and (min-width:1200px) {
	.featured-deats:nth-of-type(1) {
		font-size: 1rem;
	}
	.featured-deats:nth-of-type(2) {
		font-size: 1.25rem;
	}
}

.featured-price {
	color:hsl(35, 72%, 65%);
}

.flex-1 {
	flex: 1;
}

/* Classified Header */
#parallaxBg {
	background-attachment: inherit;
	background-image: url(../images/banner_bg_parallax.jpg);
	width:100%;
	/* z-index:-1; */
	top:0;
	left:0;
	right:0;
}

@media (min-width:1200px) {
	#parallaxBg {
		background-attachment: fixed;
	}
}

#banner-classified-btn {
	display: inline-block;
	/* position: absolute; */
	/* bottom: -36px; */
	padding: 5px 8px;
	/* left: 44%; */
}
.classified-btn-wrapper {
	position: relative;
	bottom: -36px;
	padding: 5px 8px;
	left: 0;
	right:0;
}

#banner img { 
	max-width: 500px;
}

div#mainText {
	/* padding-top: 32px; */
	/* padding-bottom: 42px; */
	/* background-color: #dcdddf; */
	/* min-height: 520px; */
	min-height:80vh;
}

a.blog-prev-title {
	font-size: 1.5rem;
	font-weight: 800;
	color: #065288;
	letter-spacing: -1px;
}

ul.faq-cat-lst {
	list-style-type: none;
	padding: 0;
}

ul.faq-cat-lst li {
	text-transform: uppercase;
	font-weight: bold;
}
ul.faq-cat-lst a {
	color: black;
}

ul.faq-cat-lst li.active {
	color: #065288;
}


div.why-ad-card {
	/* background-color: #065288; */
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	height: 300px;
	padding-top: 25%;
	background-size: 350px;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width:400px){
	div.why-ad-card {
		background-size: contain;
	}
}


div.class-banner {
	padding: 5px 14px 3px 0;
	background-color: #8FC73F;
	color: white;
	text-align: right;
	display: inline-block;
	position: absolute;
	right: -1px;
	bottom: 0;
	margin-left: auto;
	min-width:30%;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
	clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}

.border-green {
	border: 2px solid #8FC73F;
}




.classified-img-container {
	width:22%;
	float:left;
	text-align:center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5), 
	0 4px 8px rgba(0,0,0,0.11);
}

.classified-gallery-column {
	height:auto !important; 
	overflow: visible !important;
}

.classified-ad-overlay {
	height: 0;
	overflow: visible;
	padding-top: 100%;
	position: relative;
	box-shadow: 0 2px 4px rgba(0,0,0,0.5), 
	0 4px 8px rgba(0,0,0,0.11);
}

.classified-ad-overlay > img {
	position: absolute;
	top:0;
	left:0;
}

.classified-img-container img, .classified-ad-overlay img {
	width:100%; 
	height:100%;
	object-fit: cover;
	object-position: center;
}

.classified-body-container {
	width:76%;
	margin-left:2%;
	float:right;
}

@media screen and ( min-width: 701px ) and ( max-width: 991px ) {
	div.class-banner { min-width: 45%; }
}

@media screen and ( max-width: 700px) {
	.classified-img-container {
		width: auto;
		max-width: 100%;
		float: none;
	}
	.classified-body-container {
		width: auto;
	}
	div.class-banner {
		min-width: 60%;
	}

	.sticky {
		left: 0;
	}
}

/* Share Icons */
.share-link:hover{
	text-decoration: none;
}

.share-icon {
	color: #fff; 
	background-color: #065288; 
	border-radius:50%; 
	font-size: 1.5rem; 
	width:40px; 
	height:40px 
}




/* States */
.block-pointer {
	pointer-events: none !important;
}



/* Themes */
.banner-green {
	color:#8FC73F;
}



/*IE11 CSS*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ms-link {
		width:114px;
	}
}

/* yard sale map page */
#yardSaleMap {
	height: 100%;
}

.hide-inputs {
	display:none;
}

.news-detail td{
	width:100%;
}

.news-detail .half-td{
	display:inline-grid;
	width:49%;
}

.mobile-image {
	width: 480px;
}


@media(min-width:320px) and (max-width:1500px){
	.news-detail .half-td{
		width:100%;
	}
	.mobile-image {
		padding-right:20px;
	}
}


.business-mobile-logo {
	width: 400px;
	float: left;
	padding-right:15px;
	padding-bottom:15px;
}

@media(min-width:320px) and (max-width:991px){
	.mobile-image{
		width:100%;
	}
	.business-mobile-logo{
		width:100%;
	}
}

@media(min-width:992px) and (max-width:1199px){
	.business-mobile-logo {
		width: 350px;
	}
}

.business-text, .business-text span{
	text-align:left!important;
}

.internal-padding{
	padding:40px;
}



.disclaimer{
	text-align:left;
	padding:40px;
	padding-bottom:0;
}

.news-detail .more-news-details{
	border-bottom: 1px solid #333;
	padding:15px 0;
}

.news-detail .more-news-details:last-child{
	border-bottom:0;
}


.image-container {
	height:350px;
	overflow:hidden;
}

.margin-left-desktop {
	margin-left: 27px;
}

@media(min-width:320px) and (max-width:1199px){
	.margin-left-desktop{
		margin-left:0;
	}
	.image-container img{
		width:100%
	}
	.business-1 td{
		width:100%;
		display:block;
	}
}

.disclaimer p{
	font-size:14px;
}

.omg-text{
	color:#065288!important;
	font-weight:700;
}


@media(min-width:320px) and (max-width:767px){
	body{
		overflow-x:hidden;
	}

}

.business-image-container{
	height:95px;
}

/* DIGITAL MARKETING - ACCORDION CUSTOM */
.gd-toggler[aria-expanded="false"] {
	padding-left: 0;
	cursor: pointer;
}

.gd-toggler[aria-expanded="true"] {
	padding-left: 2em;
	text-decoration: underline;
	text-decoration-style: double;
}

/* Community Connection NAV HEADER */
.ln-nav > ul > .nav-item.active > .nav-link {
	border-bottom-color: #065288;
	border-bottom-style: groove;
}

.media-font{
	font-family: 'montserrat',sans-serif;
	font-size: 18px;
}

.iframe-map-contact{
	position: absolute;
	bottom:666px;
	left:375px;
}

@media screen and (max-width:1499px){
	.iframe-map-contact{
		position: absolute;
		bottom:666px;
		left:285px;
	}	
}

@media screen and (max-width:1199px){
	.iframe-map-contact{
		position: absolute;
		bottom:720px;
		left:230px;
	}	
}

@media screen and (max-width:991px){
	.iframe-map-contact{
		position: static;
		
	}	
}

.contact-blue{
	color:#70aed0;
}

.testing{
	background-color: white;
	width:100vw;
}

/* span, .dispHeader{
	font-size: 40px;
	text-transform:capitalize;
} */

.dispheader-2{
	position:absolute;
	top:-59px;
	left:17px;
}

.blue-contact:before{
	content: '';
	position: absolute;
	width: 676px;
	height: 30px;
	margin: auto;
	left: -8px;
	background: #88c7e8;
	top: -88px;
	display: block;
	z-index: -1;	
}

@media screen and (max-width:767px){
	.blue-contact:before{
		content: '';
		position: absolute;
		width: 272px;
		height: 26px;
		margin: auto;
		left: -8px;
		background: #88c7e8;
		top: -74px;
		display: block;
		z-index: -1;	
	}

	.dispheader-2{
		position:absolute;
		top:-70px;
		left:17px;
	}
}

.fix-font{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000;
}