
body {
	color: #4c545d;
	font-family: 'Open Sans', Arial, sans-serif;
}

.bg-light {
	background-color: #F3F3F3 !important;
}

.bg-dark {
	color: #FFFFFF;
	background-color: #4c545d !important;
}
.bg-blue {
	color: #FFFFFF;
	background-color: #0096C9 !important;
}

	.bg-dark .blockquote-footer, cite {
		color: #4c545d;
		font-style: italic;
	}

.hide-for-mobile {
	display: none;
}

.hide-for-desktop {
	display: inline-block;
}

.row {
	margin-left: auto;
	margin-right: auto;
	width: inherit;
}

h1, h2, h3, .circle-chart__percent {
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

h1 {
	font-size: 2.65rem;
	margin: 0;
}

	.large-letters, .large-letters h1 {
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: 300;
	}
h2 {font-size: 2.65rem;}
h3 {
	font-size: 1.5rem;
}


h4 {
	margin-top: 0.25rem;
	font-size: 1.25rem;
}

	.accordion-list h4 {
		font-size: 1rem;
	}

.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}

#collapseFunFacts {
	margin-top: -3px;
}

ul.accordion-list {
	list-style: none;
	padding-inline-start: 0;
	padding: 30px;
	color: #4c545d;
	background-color: #FFFFFF;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}

	ul.accordion-list li {
		margin-bottom: 10px;
	}

	ul.accordion-list h4 {
		display: inline-block;
	}

/*::-moz-selection {
	color: #FFFFFF;
	background-color: #4c545d;
}

::selection {
	color: #FFFFFF;
	background-color: #4c545d;
}*/

a {
	color: #4c545d;
	-webkit-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}

	a:hover {
		color: #0096C9;
	}

a.text-link {
	color: #0096C9;
}

a.image-link img {
	-webkit-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
}

	a.image-link:hover img {
		-webkit-opacity: 0.75;
		-moz-opacity: 0.75;
		-o-opacity: 0.75;
		opacity: 0.75;
		filter: alpha(opacity=75); /* For IE8 and earlier */
	}

	a.social-icon {
		position: relative;
		height: 33px;
		width: 33px;
		margin: 0 8px;
		-webkit-opacity: 0.75;
		-moz-opacity: 0.75;
		-o-opacity: 0.75;
		opacity: 0.75;
		filter: alpha(opacity=75); /* For IE8 and earlier */
		-webkit-transition: all 120ms ease-in-out;
		-moz-transition: all 120ms ease-in-out;
		-o-transition: all 120ms ease-in-out;
		transition: all 120ms ease-in-out;
	}

		a.social-icon:hover {
			-webkit-opacity: 1;
			-moz-opacity: 1;
			-o-opacity: 1;
			opacity: 1;
			filter: alpha(opacity=100); /* For IE8 and earlier */
		}

		a.social-icon img {
			height: inherit;
			width: inherit;
		}
	
.nav-tabs .nav-link {
	margin-left: 0;
	margin-right: 0;
	color: #AAAAAA;
	font-weight: bold;
	border: 1px solid transparent;
}

	.nav-tabs .nav-link:hover {
		background-color: #FAFAFA;
		border: 1px solid #dee2e6;
		border: 1px solid #EEEEEE;
		border-bottom-color: #dee2e6;
	}

	.nav-tabs .nav-link.active {
		color: #4c545d;
		background-color: #FFFFFF;
		border: 1px solid #dee2e6;
		border-bottom-color: transparent;
	}

a.modern-button, .btn-primary.modern-button {
	display: inline-block;
	position: relative;
	margin: 16px auto;
	padding: 8px 18px;
	min-width: 160px;
	color: #4c545d;
	font-size: 14px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

	a.modern-button:hover, .btn-primary.modern-button:hover {
		color: #4c545d;
		background-color: rgba(255,255,255,0.95);
		border: 1px solid rgba(255,255,255,0.95);
	}

	a.modern-button:active, .btn-primary:not(:disabled):not(.disabled):active {
		color: #4c545d;
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
	}

	.btn-primary:not(:disabled):not(.disabled):active:focus {
		box-shadow: none;
	}

	a.modern-button.outlined {
		background-color: transparent;
		border: 1px solid;
	}

		a.modern-button.outlined:hover {
			text-decoration: none;
			background-color: transparent;
			border: 1px solid;
		}

		a.modern-button.outlined.light {
			color: #FFFFFF;
			border: 1px solid #FFFFFF;
		}

			a.modern-button.outlined.light:hover {
				color: #4c545d;
				background-color: #FFFFFF;
				border: 1px solid #FFFFFF;
			}

.navbar-toggler {
	padding: 0.25rem 0.65rem;
}

	.navbar-toggler:hover .fas.fa-bars {
		color: #0096C9;
	}

	.navbar-toggler:focus {
		outline: none;
	}

.fas.fa-bars {
	color: #4c545d;
	font-size: 1.6rem;
	line-height: 31px;
}

	
.navbar-nav .nav-link {
	margin-left: 0;
	margin-right: 0;
	padding-left: 16px !important;
	padding-right: 16px !important;
	height: 51px;
	color: #4c545d;
	line-height: 34px;
	border: none;
	border-top: 1px solid #DDDDDD;
	box-sizing: border-box;
}

	.navbar-nav .nav-link:hover {
		color: #FFFFFF;
		background-color: #4c545d;
		border-top: 1px solid #4c545d;
	}

/*** BACK TO TOP BUTTON ***/
a.scroll-button {
	position: fixed;
	display: inline-block;
	bottom: 0;
	right: 30px;
	width: 50px;
	height: 48px;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #4c545d;
	/*-webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
	border-radius: 4px 4px 0 0 / 4px 4px 0 0;*/
	border: 1px solid #4c545d;
	border-bottom: none;
	background-color: #FFFFFF;
	background-position: center 12px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-transition: all 120ms ease-in-out;
	-moz-transition: all 120ms ease-in-out;
	-o-transition: all 120ms ease-in-out;
	transition: all 120ms ease-in-out;
	z-index: 10001;
}

	a.scroll-button:hover {
		cursor: pointer;
		text-decoration: none;
		height: 52px;
	}

	a.scroll-button:focus {
		outline: none;
	}

	a.scroll-button:active {
		background-color: #4c545d;
	}

		a.scroll-button:active .fas {
			color: #FFFFFF;
		}

	a.scroll-button .fas {
		position: absolute;
		margin: 0 auto;
		top: 14px;
		left: 0;
		width: 100%;
		color: #333333;
	}

#back-to-top {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}

#back-to-top.reveal {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.card-deck .card {
	margin-top: 30px;
	margin-bottom: 30px;
}

blockquote {
	margin: 20px auto;
	padding: 0;
	border: none;
}

.img-thumbnail {
	padding: 0;
	border: none;
}

#nav-tabContent {
	padding: 20px 0 20px;
}

hr {
	border: none;
	border-bottom: 1px solid #DDDDDD;
}

hr.short {
	position: relative;
	margin: 20px auto 20px 0;
	left: 0;
	width: 80px;
	border: none;
	border-bottom: 1px solid #FFFFFF;
}

.top-header {
	height: 24px;
	background-color: #4c545d;
}

.insight-header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
}

#insight-nav {
	background-color: #4c545d;
	background-color: #FFFFFF;
	border-bottom: 1px solid #4c545d;
}

.navbar-dark .navbar-nav .nav-link {
	color: #BBBBBB;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: #FFFFFF;
}

.navbar-brand {
	margin-left: 15px;
	color: #4c545d;
}

.home-icon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #DDDDDD;
	line-height: 24px;
	text-decoration: none !important;
}

	.home-icon:hover {
		cursor: pointer;
		color: #FFFFFF;
		background-color: #4c545d;
	}

.alt-font {
	font-family: 'Roboto Slab', serif;
}

.bg-insight-letter {
	background-color: #dedede;
}

.hero-banner-bg, .section-banner-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

	.hero-banner-bg {
		height: 70vh;
		margin: -4rem 0 0 0;
	}

	.section-banner-bg {
		height: 440px;
	}

		.hero-banner-bg > div, .section-banner-bg > div {
			height: inherit;
		}

#main-article-bg {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/cover.jpg);
}

#digital-corner-bg {
	background-image: linear-gradient(-10deg, rgba(0, 150, 201, 1), rgba(0, 150, 201, 0)), url(../images/digital-corner-bg-full.jpg);
}

#market-statistics-bg {
	background-image: linear-gradient(rgba(50, 50, 50, 0.35), rgba(0, 0, 0, 0.45)), linear-gradient(-10deg, rgba(0, 150, 201, 0.75), rgba(0, 150, 201, 0.45)), url(../images/shutterstock_482236276.jpg);
}

.bg-whatsnew {
	/* background: linear-gradient(180deg, rgba(246,139,30,1) 0%, rgba(246,139,30,.5) 60%); */
}
.bg-industry {
	background-color: #dedede;
}
.bg-marketingminute {
	/* background: linear-gradient(180deg, rgba(190,215,71,1) 0%, rgba(190,215,71,.5) 60%); */
}
.bg-takefive {
	/* background: linear-gradient(180deg, rgba(54,181,183,1) 0%, rgba(54,181,183,.5) 60%); */
}
.bg-offtopic {
	/* background: linear-gradient(180deg, rgba(236,0,140,1) 0%, rgba(236,0,140,.5) 60%); */
}


.bg-multichannel {
	min-height: 16rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/AdobeStock_206040714.jpg);
	background-size: cover;
	background-position: top center;
}

.bg-experts {
	min-height: 16rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/AdobeStock_177912343.jpg);
	background-size: cover;
	background-position: top left;
}
.bg-newday {
	min-height: 16rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/AdobeStock_128513361.jpg);
	background-size: cover;
	background-position: center left;
}
.bg-survey {
	min-height: 16rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/AdobeStock_232435759.jpg);
	background-size: cover;
	background-position: center;
}
.bg-givingback {
	min-height: 16rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/GivingBack-SunmarkCharityEvent.jpg);
	background-size: cover;
	background-position: center top;
}
#mainArticleHero {
	min-height: 16rem;
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .15)), url(../images/AdobeStock_138219982.jpg);
	background-size: cover;
	background-position: center;
	z-index: 1;
}
#mainArticleHeroOverlayL1 {
	z-index: 2;
	margin-top: -200px;
	position: absolute;
}	
#mainArticleHeroOverlayL2 {
	z-index: 2;
	margin-top: -140px;
	position: absolute;
}	

#mainArticleHeroOverlayL1 h2, #mainArticleHeroOverlayL2 h2  {
	color: white;
	background-color: #4c545d;
	font-size: 36px;
	display: block;
	padding: 2px 20px;
}
.osg-text-teal {
	color: #36b5b7;
}
.osg-text-blue  , .subhead {
	color: #0096c9;
}
.osg-text-orange  {
	color: #f68b1e;
}
.osg-text-lime {
	color: #bed747;
}
.osg-text-magenta  {
	color: #ec008c;
}

footer.page-footer {
	position: relative;
	width: 100%;
	color: #DDDDDD;
	font-size: 0.85rem;
	background-color: #4c545d;
}

	footer.page-footer a {
		color: #FFFFFF;
	}

		footer.page-footer a:hover {
			color: #FFFFFF;
		}


.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
/*	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;*/
}
.verticleCenter {
	display: flex;
	flex-direction: column;
	align-content: center;
	vertical-align: middle;
}
.inset {
	padding: 2rem 3rem;
}

.paddingReset {padding:0;}

.video-container {
    /* width is set as 100% here. any width can be specified as per requirement */
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
}
.video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 576px) {
	
	.hero-banner-bg {
		margin: 0;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}
	
}

@media (min-width: 768px) {

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}
	
}

@media (min-width: 992px) {

	.hide-for-mobile {
		display: inline-block;
	}

	.hide-for-desktop {
		display: none;
	}

	#insight-nav {
		height: 51px;
	}
	
	.navbar-nav .nav-link {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
		padding-left: 0 !important;
		padding-right: 0 !important;
		height: 51px;
		color: #4c545d;
		line-height: 28px;
		border: none;
		border-top: 2px solid transparent;
		box-sizing: border-box;
	}

		.navbar-nav .nav-link:hover {
			color: #4c545d;
			background-color: transparent;
			border-top: 2px solid #4c545d;
		}

	.section-banner-bg {
		height: 500px;
	}

	.card-body {
		min-height: 540px;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	
}

@media (min-width: 1200px) {

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	#digital-corner-bg {
		background-attachment: fixed;
	}

	.card-body {
		min-height: 445px;
	}
	.card-body2 {
		min-height: 0px;
	}
	
}



/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

}
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	.display-1, .display-2, .display-3, .display-4 {
		font-size: 3rem;
	}
	.border-left, .border-right {
		border-left: 0 !important;
		border-right: 0 !important;
	}

}
/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
	
	.mobile-narrow {
		margin: 30px auto;
		max-width: 420px;
	}
	
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}
/* BG IMAGES */

.event-bg {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.7)), url('');
	height: 140px;
	background-size: cover;
	background-position: center;
}
.bg-gwads {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.7)), url('https://assets.simpleviewcms.com/simpleview/image/fetch/c_fill,h_475,q_75,w_790/https://lasvegas.simpleviewcrm.com/images/listings/original_TheLINQ_2.jpg');
}
.bg-hfma {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.7)), url('https://businessviewmagazine.com/wp-content/uploads/2016/10/orange-county-convention-center.jpg');
}
.bg-aca {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.7)), url('https://imgcy.trivago.com/c_limit,d_dummy.jpeg,f_auto,h_470,q_auto,w_805/partnerimages/36/12/361206928.jpeg');
}

.bg-lti {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.7)), url('https://www.chihealth.com/en/about-us/chi-health-center/jcr:content/content/photo_band.img.1440.high.jpg/1551385204377.jpg');
}
.bg-memorial {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.0)), url('https://osgbillingservices.files.wordpress.com/2019/05/insight-29-memorial-day.jpg');
}
.bg-fourth {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.0)), url('https://osgbillingservices.files.wordpress.com/2019/05/insight-29-fourth.jpg');
}
.bg-labor {
	background-image: linear-gradient(to bottom right, rgba(0, 150, 201, 0.5), rgba(0, 150, 201, 0.0)), url('https://osgbillingservices.files.wordpress.com/2019/05/insight-29-labor.jpg');
}
/* .bg-digitalcorner {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7)), url('https://osgbillingservices.files.wordpress.com/2019/05/insights-29-webchat.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
} */

.blockquote a {
	font-weight: bold;
}
.border-left {
	border-left: 2px dotted #0096c9 !important;
}
.border-right {
	border-right: 2px dotted #0096c9 !important;
}

html {
	scroll-behavior: smooth;
}
