
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.aspect-1x1 {
	aspect-ratio: 1 / 1;
}

.aspect-4x3 {
	aspect-ratio: 4 / 3;
}

.aspect-16x7 {
	aspect-ratio: 16 / 7;
}

.aspect-16x9 {
	aspect-ratio: 16 / 9;
}

.aspect-1x1 img,
.aspect-4x3 img,
.aspect-16x7 img,
.aspect-16x9 img {
	max-height: 100%;
	max-width: 100%;
}

.grid {
	display: grid;	
	grid-column-gap: 1.5em;
	grid-row-gap: 1.5em;
}

@media (min-width:768px) {
	.sm-grid-cols-2{
		grid-template-columns: 1fr 1fr;
	}
	.sm-grid-cols-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width:992px) {
	.md-grid-cols-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.md-grid-cols-4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.md-grid-cols-6 {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

.grid.list {
	grid-template-columns: 1fr;
}

.grid.list .media {
	border: none !important;
	border-bottom: 1px solid #dee2e6 !important;
	border-radius: 0 !important;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem.
}

.grid.list .media .media-left {
	width: 20%;
	height: auto;
	display: inline-block;
	float: left;
	padding: 0;
}

.grid.list .media .media-left .media-object {
	width: auto;
	padding: 0.5rem !important;
}

.grid.list .media .media-body {
	padding-bottom: 0.75rem;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.grid-display-toggles .display-toggle {
	color: #666666;
}

.grid-display-toggles .display-toggle.active {
	color: #F8981D;
}

.grid-display-toggles a.display-toggle:hover,
.grid-display-toggles a.display-toggle:focus {
	background-color: inherit;
}

#blog-header {
	background-color: #ffffff;
	color: #404041;
	position: fixed;
	top: 0;
	width: 100%;
	transition: all 0.4s ease;
	z-index: 100;
}

@media (max-width:991px) {
	#blog-header {
		/*position: relative;*/
	}
}

#blog-header.sticky {
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width:1199px) {
	#blog-header.sticky > .container {
		border-bottom: none;
	}
}

#blog-header + #main-content {
	margin-top: 206px;
	transition: all 0.4s ease;
}

#blog-header.sticky + #main-content {
	margin-top: 96px;
}

@media (max-width:991px) {
	#blog-header + #main-content,
	#blog-header.sticky + #main-content {
		margin-top: 0;
	}
}

#blog-header > .container {
	border-bottom: 1px solid #cccccc;
}

#blog-header .logo-squares {
	display: block;
	width: 20px;
}

#blog-header .navbar-brand {
	float: none;
}

#blog-header .navbar-brand.link-home{
	display: inline-block;
	padding-top: 0;
	padding-left: 0;
	vertical-align: middle;
}

#blog-header .navbar-brand.link-blog {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.4s ease;
}

#blog-header.sticky .navbar-brand.link-blog {
	padding-top: 8px;
	padding-bottom: 8px;
}

#blog-header .navbar-brand .logo {
	margin: 0 auto;
	width: 255px;
	transition: all 0.4s ease;
}

#blog-header.sticky .navbar-brand .logo {
	width: 200px;
}

#blog-header .navbar-toggle {
	display: inline-block;
	float: none;
	margin: 0;
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
}

#blog-header #primary-nav-collapse .nav li:hover .dropdown-menu {
	display: inherit !important;
}

#blog-header .navbar-right a {
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	text-transform: none;
}

#blog-header .navbar-right li > a:hover,
#blog-header .navbar-right li > a:focus {
	text-decoration: underline;
	color: #F8981D;
	background-color: inherit;
}

#blog-header #search-desktop {
	background-color: inherit;
	border-bottom: none;
}

#blog-header #search-desktop .container {
	border-bottom: 1px solid #cccccc;
}

#blog-header #search-desktop .form-inline.search .input-group {
	width: 95%;
}

#blog-header .form-inline.search {
	width: 100%; 
	margin: 0 auto;
}

#blog-header .form-inline.search .input-group {
	width: 100%;
}

#blog-header .form-inline.search .input-group-addon {
	padding: 0; 
	width: 40px; 
	background-color: #ffffff;
}

#blog-header .form-inline.search .input-group-addon .btn {
	padding-top: 0; 
	padding-bottom: 0; 
	background-color: #ffffff;
	border: 0;
}

#blog-header .form-inline.search .form-control {
	box-shadow: none;
	webkit-box-shadow: none;
}


#blog-header  button:focus {
	box-shadow: none;
}


#blog-header #blog-tagline {
	max-height: 500px;
	overflow: hidden;
	transition: all 0.4s ease;
}

#blog-header.sticky #blog-tagline {
	max-height: 0;
}

#blog-header #blog-tagline .container {
	border-bottom: 1px solid #cccccc;
	padding-top: 1em;
	padding-bottom: 1em;
}

#blog-header #blog-tagline p:last-child {
	margin-bottom: 0;
}


#blog-header #secondary-nav {
	background-color: inherit;
}


#blognav-container > .navbar-collapse {
	padding: 0;
}

#blognav-container .blognav > li a {
	font-size: 14px;
}

#blognav-container .blognav > li.active > a {
	color: #F8981D;
	background-color: inherit;
	text-decoration: underline;
}

#blognav-container .blognav > li > a {
	padding: 15px 15px;
}

#blognav-container .blognav > li > a:hover,
#blognav-container .blognav > li > a:focus,
#blognav-container .blognav > li:hover > a {
	background-color: #f1f1f1 !important;
	color: #F8981D !important;
	border-bottom: 1px solid #F8981D !important;
}

#blognav-container .blognav > li .dropdown-menu {
	margin: 0;
	padding: 8px 0;
	background-color: #f1f1f1;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#blognav-container .blognav .dropdown-menu li {
	margin-bottom: 0;
}

#blognav-container .blognav .dropdown-menu li a {
	background-color: #f1f1f1;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
}

#blognav-container .blognav .dropdown-menu li a:hover {
	color: #F8981D;
}

#blogMobileNav .form-inline.search {
	padding: 1.25em 1.5em;
}
	
#blogMobileNav .mobile-blognav {
	background-color: #F2F2F2;
	color: #404041;
}

#blogMobileNav .mobile-relativitynav {
	background-color: #F8981D;
	color: #ffffff;
}

#blogMobileNav nav {
	font-size: 14px;
	font-weight: 400;
	padding: 0.5em 2em;	
}

#blogMobileNav .nav-item {
	padding: 0.5em 0;
}

#blogMobileNav .nav-toggle {
	padding: 0 1em;
}

#blogMobileNav .nav-item > ul {
	list-style-type: none;
	padding-left: 1.5em;	
	margin-bottom: 0;
}

#blogMobileNav .nav-item > ul > li {
	padding: 0.25em 0;
}

#blogMobileNav nav .nav-item {
	border-bottom: 1px solid #aaaaaa;
}

#blogMobileNav nav .nav-item:last-child {
	border-bottom: none;
}

#blogMobileNav nav a {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
}

#blogMobileNav .nav-item > ul > li > a {
	font-weight: 300;
}


#blog-subscribe-cta .content {
	background-color: #FBC177;
	color: #1a1a1a;	
}

#blog-subscribe-cta .h2 {
	color: #000000;	
}

#blog-subscribe-cta .h3 {
	color: #000000;
}

#blog-subscribe-cta a,
#blog-subscribe-cta a:hover,
#blog-subscribe-cta a:focus {
	color: #ffffff;
	background-color: inherit;
}

#blog-subscribe-cta .subscribe-form {
	background-color: rgba(255,255,255,0.9);
	padding: 2em;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	border-radius: 4px;
}

#blog-subscribe-cta #mktoForm_1075 {
	margin-bottom: 0;
	width: auto !important;
}

#blog-subscribe-cta #mktoForm_1075 > div:nth-child(2) {
	float: none !important;
	width: auto !important;
}

#blog-subscribe-cta #mktoForm_1075 > div:nth-child(3) {
	float: none !important;
	width: auto !important;
	padding-left: 0 !important;
}

#blog-subscribe-cta #mktoForm_1075 .mktoFormRow .mktoRadioList.mktoHasWidth.mktoRequired {
	padding-top: 0;
}

#blog-subscribe-cta #mktoForm_1075 a {
	color: #666666;
	font-weight: inherit;
}

#blog-subscribe-cta #mktoForm_1075 .mktoButtonRow {
	margin-top: 1em;
}

.blog .media a:hover,
.blog .media a:focus {
	background-color: inherit;
}

.blog .media-body {
	padding: 1em 0;
}

.blog .page-title {
	font-size: 34px;
}

.blog .post-title {
	font-family: ff-tisa-web-pro, proxima-nova, arial, sans-serif;
	color: #1a1a1a;
	font-weight: 400;
}

.blog .post-title.bold {
	font-family: ff-tisa-pro, proxima-nova, arial, sans-serif;
	font-weight: bold;
}

.blog .post-title a {
	color: inherit;
	text-decoration: none;	
	font-weight: inherit;
}

.blog .media-body .post-category {
	font-size: 16px;
	font-weight: 600;
	color: #666666;
}

.blog .media-body .post-category a {
	color: inherit;
	background-color: inherit;
	text-decoration: none;	
}

.blog .media-body .post-byline a {
	color: inherit;
	text-decoration: none;
	font-weight: inherit;
}

.blog .media-body .post-byline a:hover {
	background-color: inherit;
	text-decoration: underline;
}


.blog .media-body .post-category a:hover {
	text-decoration: underline;
}
/*#blog.blog .main-feature-post .aspect-16x9 img {
  	height: 100% !important;
  	width: 100% !important;
	padding:0 !important;
	border-radius: 0.25rem !important;
}*/

.blog .main-feature-post .media-body .post-title {
	font-size: 34px;
	margin-bottom: 1rem;
	font-weight: 700;
}

.blog .post-title a:hover,
.blog .post-title a:focus {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}

.blog .main-feature-post .media-body .post-teaser {
	color: #1A1A1A;
	font-weight: normal;
	font-size: 18px;
}


.blog .main-feature-post .media-body .post-byline {
	font-size: 12px;
	color: #636569;
}


.blog .main-feature-post .media-left {
	width: 50%;
	vertical-align: middle;
	padding: 0;
}

.blog .main-feature-post .media-left a:hover {
	background-color: inherit;	
}

.blog .main-feature-post .media-left img {
	width: auto;
}

@media (max-width:991px) {
	.blog .main-feature-post .media-left {
		display: block;
		width: 100%;
	}
}

@media (max-width:991px) {
	#category-subnav .navbar-nav {
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 1em;
	}
	
	#category-subnav .navbar-nav .navbar-text {
		margin-bottom: 8px;
	}
	
	#category-subnav .navbar-nav a {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}



.blog .featured-posts .media-left {
	width: 25%;
	padding: 0;
	padding-right: 1em;
}

.blog .featured-posts .media-object {
	width: auto;
	padding: 10px;
}

.blog .featured-posts .media-body {
	border-top: 1px solid #cccccc;
	padding-bottom: 0;
}

.blog .media-body .post-title {
	font-size: 18px;
	margin-bottom: 0.6rem;
}
.blog .media-body .post-title.smaller {
	font-size: 16px;
	margin-bottom: 0.6rem;
}

.blog .media-body .post-teaser {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
}

.blog .media-body .post-byline {
	font-size: 12px;
	color: #636569;
	font-weight: 400;
}


.blog .related-section .media-body .post-title {
	font-size: 16px;
}

.blog .section-heading {
	font-size: 16px;
	font-weight: 600;
	color: #666666;
}

.blog #security-breifing .section-heading, .blog #security-breifing .news-source {
color: #db4a2d;}
.blog #security-breifing .news-source{
font-weight:400;}

.blog .featured-category {
	border-top: 1px solid #cccccc;
}

.blog .section-heading a:hover,
.blog .section-heading a:focus {
	color: inherit;
	background-color: inherit;
	text-decoration: underline;
}

.featured-category .media-body .post-title {
	font-size: 16px;
}

.blog .category-hero h1 {
	font-weight: 600;
	color: #000000;
}

#category-subnav .container {
	border-bottom: 1px solid #cccccc;
}

#category-subnav .navbar-nav {
	margin-left: 15px;
}

#category-subnav .navbar-nav > li.parent a {
	font-weight: 700;
}

#category-subnav .navbar-nav > li,
#category-subnav .navbar-nav > li > a {
	font-size: 14px;
	font-weight: 400;
	color: #404041;
	text-transform: none;
	text-decoration: none;
}

#category-subnav .navbar-nav > li > a:hover {
	text-decoration: underline;
}

#category-subnav .navbar-nav > li.active > a {
	color: #F8981D;
}

.blog .post-hero {
	padding-top: 3em;
	padding-bottom: 3em;
}

.blog .post-hero .post-category a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

.blog .post-hero .post-category a:hover {
	background-color: inherit;
	text-decoration: underline;
}

.blog .post-hero .post-title {
	font-size: 38px;
	font-weight: 700;
	margin-top: 0.4em;
}

.blog .post-hero .post-author a {
	color: #1a1a1a;
	text-decoration: none;
}

.blog .post-hero .post-author a:hover {
	background-color: inherit;
	text-decoration: underline;
}

.blog .post-hero .media-left {
	width: 15%;
	padding: 0;
	vertical-align: middle;
}
.blog .post-hero .media-left img.author {
	width: 64px;
	margin: 0 auto;
	vertical-align: middle;
}

.blog .post-hero .media-body {
}

.blog #share-nav.affix {
	top: 180px;
}

.blog .post-body {
	color: #1a1a1a;
}

@media (min-width:992px) {
	.blog .post-body .wide {
		margin-left: -20%;
		margin-right: -20%;
	}
}

.blog blockquote,
.blog .callout-block {
	border-top: 2px solid #F8981D;
	border-bottom: 2px solid #F8981D;
	border-left: none;
	border-right: none;
	padding-top: 2em;
	padding-bottom: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-family: ff-tisa-web-pro, proxima-nova, arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.blog figure {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
}

.blog figure img {
	margin: 0 auto;
	max-width: 100%;
}

.blog figure figcaption {
	display: block;
	text-align: center;
}

.blog .ctablock {
	margin-top: 3em;
	margin-bottom: 3em;
	border-top: 1px solid #cccccc;
	padding-top: 3em;
}

.blog hr {
	border-top: 1px solid #cccccc;
}

.blog .authorblock {
	margin-top: 3em;
	margin-bottom: 3em;
}

.blog .authorblock .author-description {
	/*font-style: italic;*/
}

.blog .load-more-meta {
	font-size: 16px;
	margin-top: 1em;
	display: none;
}

.blog.author .author-info-block {
	border: none;
	margin: 0;
	padding: 0;
}

.blog .author-info-block .media-left {
	width: 15%;
	padding: 0;
}

.blog .author-info-block .media-left img {
	width: 64px;
	margin: 0 auto;
}

.blog .author-info-block .media-body {
	padding: 0;
}

.blog.author .author-info-block .media-body .page-title {
	color: #1a1a1a;
}

.blog .author-info-block .media-body .author-description {
	color: #1a1a1a;
}


/* ------------- blog filter styles --------------- */

.blog #post-filters {
	border-bottom: 1px solid #cccccc;
}

.blog .filters .filter {
	margin: 10px 5px !important;
}


.blog #post-filters .form-inline .form-group {
	text-align: left;
}

.blog #post-filters .active-filters {
	width: 100%;
}

.blog #post-filters .keyword-search-group {
	margin-bottom: 10px;
	display: inline-block;
	width: 250px;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.blog .keyword-search-group .input-group input {
	border-right: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blog .keyword-search-group .input-group .btn {
	border-left: none;
}

.blog #post-filters .keyword-search-group .form-control,
.blog #post-filters .keyword-search-group .btn {
	height: 36px;
	margin: 0 !important;
}

.blog #post-filters .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 180px;
}

.blog #post-filters input.daterange {
	width: 210px;
	font-weight: 400;
}

/* ------------- end blog filter styles --------------- */

#grid-section-authors .media img.author {
	max-width: 80px;
}

#grid-section-authors .media .author-title {
	font-size: 18px;
	text-align: center;
}

#grid-section-authors.list .media .author-title {
	text-align: left;
}













/*-------------------------------------- begin styles added for blog editorial layout ------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);

/*--- begin scrolly styles -----*/

.scrolly {
	position: relative;
	z-index: 90;	
}

.blog-editorial .scrolly {
	margin-top: 0px;
}

@media (min-width: 600px) {
	.blog-editorial .scrolly {
		margin-top: 0px;
	}
}

.scrolly video {
	display: inline-block;
}

.scrolly img {
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

.scrolly .layers-wrapper {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: -1;
}

.scrolly .layers {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	top: 0;
	position: relative;
}

.scrolly .layers .layer {
	object-fit: cover;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}

.scrolly .layers .layer:first-child {
	opacity: 1 !important;
}

.scrolly .scrolly-text {
	margin-bottom: 100vh;	
	max-width: 900px;
	color: #F8F8F8;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

.blog .scrolly .scrolly-text {
	font-family: "ff-tisa-web-pro", serif;
	font-style: normal;
	font-weight: 500;
	font-size: 44px;
	line-height: 52px;
	color: #ffffff;
	text-shadow:2px 2px 8px #000;
}

@media (min-width: 600px) {
	.blog .scrolly .scrolly-text {
	}
}

.scrolly .scrolly-text:first-of-type {
	margin-top: -33vh;
}

.scrolly .scrolly-text:last-of-type {
	padding-bottom: 8em;
	margin-bottom: 0;
}


/*--- end scrolly styles -----*/



.bkg-orange {
	background-color: #F8981D;
}

.bkg-ltgrey {
	background-color: #f8f8f8;
}

.bkg-dkgrey {
	background-color: #202020;
}

.vjs-poster img {
	-o-object-fit: cover;
	object-fit: cover;
}

.video-js .vjs-big-play-button {
	background-image: url('/relativity/images/icons/play-btn.svg');
	background-color: transparent;
	border: none;
	width: 3em;
	height: 3em;
	margin-top: -1.5em;
}

.video-js:hover .vjs-big-play-button {
	background-image: url('/relativity/images/icons/play-btn-hover.svg');
	background-color: transparent;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	display: none;
}

/* need the next 3 rules for the custom play button to disply on iOS!! */

.vjs-poster.vjs-hidden {
    display: block !important;
}

.vjs-youtube-mobile .vjs-big-play-button {
    display: flex !important;
}

.vjs-has-started .vjs-big-play-button {
    display: none !important;
}

.blog-editorial a  {
	font-weight: 400;
} 

.blog-editorial p  {
	margin-bottom:25px;
} 

.blog-editorial h1.post-title  {
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 52px;
	color: #2B2B2B;
}

@media only screen and (max-width: 767px) {
	.blog-editorial h1.post-title  {
		font-size: 1.4rem;
		line-height: 1.3;
		margin-bottom: 1em;
	}
}

.blog-editorial .img-circle.author {
	width: 60px;
}

.blog-editorial .post-author {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: 700;
	color: #2B2B2B;
}

.blog-editorial .post-author a {
	text-decoration: none;
	color: inherit;
}

.blog-editorial .post-author a:hover {
	text-decoration: underline;
	background: none;
}

.blog-editorial .post-meta {
	font-size: 12px;
	font-weight: 400;
	color: #636569;
}

.blog-editorial .st-custom-button[data-network] {
	display: inline-block;
	padding: 10px 0px;
	cursor: pointer;
}

.blog-editorial .post-body {
	font-family: "ff-tisa-web-pro", serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 29px;
	color: #2B2B2B;
}

@media only screen and (max-width: 767px) {
	.blog-editorial .post-body {
		font-size: 17px;
		line-height: 1.6;
	}
	.blog .scrolly .scrolly-text  {	
		font-size: 1.4rem;
		line-height: 1.3;
	}
}

.blog-editorial .post-body .lead {
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #2B2B2B;
}

@media only screen and (max-width: 767px) {
	.blog-editorial .post-body .lead {
		font-size: 20px;
		line-height: 1.4;
		margin-bottom: 2em !important;
	}
}

/*
.blog-editorial p.dropcap:first-letter {
	
	float: left;
	font-style: normal;
	font-weight: 500;
	font-size: 100px;
	line-height: 80px;
	color: #1A1A1A;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
}
*/

.blog-editorial p.dropcap:first-letter {
	font-family: "permanent-marker-pro", sans-serif;
	float: left;
	font-style: normal;
	font-weight: 400;
	font-size: 96px;
	line-height: 76px;
	color: #1A1A1A;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 26px;
	background-size: contain;
	background-repeat: no-repeat;
}

.blog-editorial p.a-splash.dropcap:first-letter {
	background-image: url('/relativity/assets/image/blog/A-letter-splash.svg');
}

.blog-editorial p.c-splash.dropcap:first-letter {
	background-image: url('/relativity/assets/image/blog/C-letter-splash.svg');
}

.blog-editorial p.d-splash.dropcap:first-letter {
	background-image: url('/relativity/assets/image/blog/D-letter-splash.svg');
}

.blog-editorial p.f-splash.dropcap:first-letter {
	background-image: url('/relativity/assets/image/blog/F-letter-splash.svg');
}

.blog-editorial blockquote {
  font-family: "ff-tisa-web-pro", serif;
  font-style: normal;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  color: #2b2b2b;
  margin: 10px auto;
  padding:1.2em 30px 1.2em 75px;
  border: none;
  position: relative;
}


.blog-editorial  blockquote::before{
	content: "\201C";
	color:#F8981D;
	font-style: normal;
	font-weight: 500;
	font-size: 80px;
	line-height: 80px;
	position: absolute;
	left: 10px;
	top: 34px;
}

.blog-editorial blockquote::after{
  content: "";
}

.blog-editorial .wide blockquote {
	width: 80%;
}

.blog-editorial .wide blockquote.right {
	width: 65%;
	margin-right: auto;
	padding-right: 0;
}

@media only screen and (max-width: 991px) {
	.blog-editorial .wide blockquote.right {
		width: 80%;
		margin-right: 50px;
		font-size: 22px;
		line-height: 1.5;
	}
	
	.blog-editorial  blockquote::before {
		top: 20px;
		left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-editorial .wide blockquote.right {
		width: 98%;
		margin-right: 0;
	}
}

.blog-editorial .post-body .wide {
	margin-left: -20%;
	margin-right: -20%;
}

@media only screen and (max-width: 991px) {
	.blog-editorial .post-body .wide {
		margin-left: inherit;
		margin-right: inherit;
	}
	
	.blog-editorial .post-body .wide div[class*="col-"] {
		margin-bottom: 1em;
	}
	.blog-editorial .post-body .wide div[class*="col-"]:last-of-type {
		margin-bottom: 0;
	}
}

.blog-editorial .comic-section-break {
	display: block;
	margin: 0 auto;
	padding: 3rem 0;
	width: 250px;
}

@media only screen and (max-width: 767px) {
	.blog-editorial .comic-section-break {
		padding: 2rem 0;
		width: 200px;
	}
}

.blog-editorial .col-md-2 + .col-md-7.col-md-push-1 .break-out {
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 87.6% + var(--bs-gutter-x) ) / 2);	
}

@media only screen and (max-width: 991px) {
	.blog-editorial .col-md-2 + .col-md-7.col-md-push-1 .break-out {
		left: calc(-1 * (100vw - 100%  ) / 2);
	}
}

@media only screen and (max-width: 991px) {
	.blog-editorial .post-meta {
		margin-bottom: 1em !important;
	}
	
	.blog-editorial #share-nav {
		text-align: left;
	}
}


/*-------------------------------------- end styles added for blog editorial layout ------------------------------------*/
