/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            9.0.0-beta.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/
.dcc-ticker.container {
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
}
.dcc-ticker .mtphr-dnt {
	border: 3px solid #FFCB03;
}
.dcc-ticker .mtphr-dnt-title {
	background: #FFCB03;
	color: #FFF;
	font-family: "FreightSansProBold-Regular";
	font-size: 16px;
	float: none;
	margin-bottom: 0;
	padding: 9px;
	position: relative;
}
.dcc-ticker .mtphr-dnt-tick-contents {
	margin-top: 6px;
}
.no-sidebar .main,
.page-template-member-benefits-full-width-blade .main,
.page-template-page-full-width-blade .main {
	padding: 0 1rem;
}
.inline-sidebar {
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.dcc-ticker .mtphr-dnt-title {
		float: left;
		font-size: 24px;
		margin-right: 30px;
		padding: 5px;
	}
	.dcc-ticker .mtphr-dnt-title:after {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(255, 203, 3, 0);
		border-left-color: #FFCB03;
		border-width: 12px;
		margin-top: -12px;
	}
	.no-sidebar .main,
	.page-template-member-benefits-full-width-blade .main,
	.page-template-page-full-width-blade .main {
		padding: 0 2rem;
	}
	.inline-sidebar .sidebar {
		display: flex;
		flex-wrap: none;
		justify-content: space-between;
	}
	.inline-sidebar .sidebar > div {
		width: 24%;
	}
	.items-square .sidebar {
		flex-wrap: wrap;
		margin: 0 2rem;
	}
	.items-square .sidebar > div {
		width: 48.5%;
	}

}