/* Ecommerc Workforce Management Styles */
.wrap-header {
	background: #333 url(../jpg/tech-bg-ecommerce-2.jpg) 50% / cover;
	background-blend-mode: luminosity;
	padding: 3rem;
	color: white;
	text-align: center;
}
.wrap-header .container {
	padding: 0;
}
.wrap-header h1 {
	color: white;
	border-bottom: none;
}
.wrap-header p.lead {
	max-width: 42rem;
	margin: auto;
}
h1.entry-title {
	margin-bottom: 0;
    padding-bottom: 20px;
}
h1.entry-title a {
    color: #C52533;
    text-decoration: none;
}
h1.entry-title a:hover, h1.entry-title a:focus {
    color: #9c0715;
}
h1.entry-title img {
    max-width: 100%;
    height: auto;
}
.nav-page {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
}
ul.insider-menu {
	margin-bottom: 2rem;
	padding: 0.25em 0;
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
ul.insider-menu:before {
	content:'Resources:';
	display:inline-flex;
	padding-right: 0.5em;
}
ul.insider-menu li:not(:first-of-type):before {
	content: '/';
	display: inline-flex;
	padding: 0 0.5em;
}
ul.insider-menu li a {
	font-weight: bold;
}
ul.insider-menu li a.active {
	color: #C52533;
}
a.btn-subscribe {
    color: white;
    padding: 0.35em 0.75em;
    margin-bottom: 0.5em;
    background: #C52533;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
}
a.btn-subscribe:hover, a.btn-subscribe:focus {
	background-color: #17385E; 
}
a.btn-auth {
    padding: 0.25em 2em;
    background: #17385E;
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-decoration: none;
    flex-shrink: 0;
}
a.btn-dashboard {
    background-color: #025895;
    color: white;
    padding: 0.15em 0.75em;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1em;
}
a.btn-dashboard:hover, a.btn-dashboard:focus, a.btn-auth:hover, a.btn-auth:focus {
	background-color: #4779AA;
}
section {
	padding: 2rem 0;
}
section .container {
	padding: 0;
}
section.insider-pricing h2, section.insider-calendar h2, section.insider-subscribe h2 {
	color: #C52533;
	font-weight: 400;
	font-size: 2.625rem;
	text-align: center;
	margin-bottom: 2rem;
}
section.insider-pricing ul {
	list-style: none;
	margin: 0 auto 1.5rem;
    padding: 0;
    max-width: 51rem;
}
section.insider-pricing p {
    max-width: 51rem;
    margin: 0 auto 1.5rem;
}
section.insider-pricing p strong {
    font-weight: bold;
}
section.insider-pricing ul li {
	margin: 0 0 0.5rem;
    font-size: 1.125rem;
    line-height: 1.467;
    display: flex;
}
section.insider-pricing ul li:before {
	content: '\f101';
    font-family: 'FontAwesome';
    padding-right: 0.5em;
}
section.insider-calendar ul {
	padding: 0;
	margin: 0 0 1.5rem;
	list-style: none;
	display: flex;
	flex-flow: column;
}
section.insider-calendar ul li {
	display: flex;
    flex-grow: 1;
    flex-basis: 100%;
    flex-flow: column;
    padding: 1em;
    margin: 0.5em;
    background: #17385E;
    color: white;
    text-align: center;
    align-items: center;
}
section.insider-calendar ul li > div:last-of-type {
    margin: auto;
    font-size: 1.125rem;
    line-height: 1.35;
}
section.insider-calendar ul li .month {
    font-family: 'Oswald', sans-serif;
    color: rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
    width: 100%;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
ul.pills {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 52rem;
}
ul.pills li {
    padding: 0.25em 1.5em;
    background-color: #292b2c;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: white;
    border-radius: 25px;
    font-size: 1.5rem;
}
.bkg-red {
	background-color: #C52533 !important;
}
.bkg-blue {
	background-color: #17385E !important;
}
.bkg-purple {
	background-color: #3B1F67 !important;
}
/* Archives */
h2.entry-title {
	margin-bottom: 0.25em;
}
h2.entry-title a {
	color: #292b2c;
	font-weight: 400;
	line-height: 1.2;
}
.subscribe-message {
    background: url(../png/line-bg-dark-2.png);
    color: white;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
/*    display: flex;
    flex-flow: row;
    align-items: center;*/
}
.subscribe-message a {
    margin-bottom: 0 !important;
    white-space: nowrap;
}
.upcoming-date {
    font-weight: 400;
    margin-bottom: 0.5em;
}
.efwm-featured {
	max-height: 200px;
    overflow: hidden;
    display: flex;
    flex-basis: 100%;
    position: relative;
    margin-bottom: 0.5em;
}
.efwm-featured:empty {
    display: none;
}
.efwm-featured img {
	margin: 0 !important;
    max-width: unset !important;
    -ms-flex-item-align: initial !important;
    align-self: initial !important;
}
.efwm-insider-calendar {
    padding: 0;
    margin-bottom: 1.5em;
    list-style: none;
}
.efwm-insider-calendar li {
    margin-bottom: 1em;
}
.efwm-insider-calendar li h2.entry-title {
    font-size: 1.3125rem;
}
.efwm-featured.efwm-newsletter:after {
    content: 'Newsletter \f1ea';
    display: block;
    background: #C52533;
    color: white;
    position: absolute;
    top: 0;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
}
.efwm-featured.efwm-webinars:after {
    content: 'Webinar \f144';
    display: block;
    background: #C52533;
    color: white;
    position: absolute;
    top: 0;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
}
.efwm-featured.efwm-podcast:after {
    content: 'Podcast \f130';
    display: block;
    background: #C52533;
    color: white;
    position: absolute;
    top: 0;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
}
.efwm-featured.efwm-research:after {
    content: 'Research \f0f6';
    display: block;
    background: #C52533;
    color: white;
    position: absolute;
    top: 0;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
}
.efwm-featured.efwm-blog:after {
    content: 'Blog \f09e';
    display: block;
    background: #C52533;
    color: white;
    position: absolute;
    top: 0;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
}
.efwm-calendar-item.efwm-newsletter:before, article.efwm-newsletter:before {
    content: 'Newsletter \f1ea';
    display: inline-block;
    background: #C52533;
    color: white;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
}
.efwm-calendar-item.efwm-webinars:before, article.efwm-webinars:before {
    content: 'Webinar \f144';
    display: inline-block;
    background: #C52533;
    color: white;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
}
.efwm-calendar-item.efwm-podcast:before, article.efwm-podcast:before {
    content: 'Podcast \f130';
    display: inline-block;
    background: #C52533;
    color: white;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
}
.efwm-calendar-item.efwm-research:before, article.efwm-research:before {
    content: 'Research \f0f6';
    display: inline-block;
    background: #C52533;
    color: white;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
}
.efwm-calendar-item.efwm-blog:before, article.efwm-blog:before {
    content: 'Blog \f09e';
    display: inline-block;
    background: #C52533;
    color: white;
    padding: 0.2em 0.5em 0.1em;
    font-family: FontAwesome, 'Oswald', sans-serif;
    line-height: 1.3;
    margin-bottom: 0.25em;
}
/* Upcoming Calendar Widget*/
h2.insider-header, article.article-insider > .upcoming-date {
	font-size: 1.5rem;
	display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    font-weight: 400;
    margin-bottom: 1em;
}
h2.insider-header span, article.article-insider > .upcoming-date span {
	/*width: 100%;*/
	padding-right: 0.5em;
	white-space: nowrap;
}
h2.insider-header:after, article.article-insider > .upcoming-date:after {
	content: ' ';
    display: block;
    width: 100%;
    border-bottom: 1px solid #b5b5b5;
}
/* Single Article */
article.article-insider {
    display: block;
}
article.article-insider h1 {
    margin-bottom: 0.5em;  
}
.posts-list.fullwidth {
    max-width: unset;
    width: 100%;
}
article.article-insider > .upcoming-date {
    font-size: 1.25rem;
    margin-top: -0.35em;
    margin-bottom: 1.5rem;
    line-height: 1;
}
article.article-insider .insider-video-wrap, article.article-insider .insider-zoom-wrap {
    margin-bottom: 1.5rem;
}
article.article-insider .insider-embed, article.article-insider .zoom-window-wrap {
    position: relative;
    padding-bottom: calc(100% / 16 * 9);
    height: 0;
}
article.article-insider .insider-embed iframe, article.article-insider .zoom-window-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
article.article-insider .entry-summary {
    padding: 0.75em;
    font-style: italic;
    border-bottom: 1px solid #b5b5b5;
}
article.article-insider .entry-summary p:last-of-type {
    margin-bottom: 0;
}
article.article-insider .entry-content {
    margin-bottom: 1.5rem;
}
article.article-insider .entry-content-wrap {
    margin-bottom: 3rem;
}
article.article-insider .meeting-info {
    background: #e8f0f5;
    padding: 0.35em 0.5em;
}
article.article-insider .meeting-info p {
    line-height: 1.5;
    margin-bottom: 0;
}
article.article-insider .meeting-info p span {
    color: #3B1F67;
}
/* Queries */
@media(min-width: 520px) {
	section.insider-calendar ul {
		flex-flow: wrap;
	}
	section.insider-calendar ul li {
		max-width: calc(100% / 2 - 1em);
	}
}
@media(min-width: 767px) {
    section.insider-pricing ul {
        display: flex;
        flex-flow: wrap;
    }
    section.insider-pricing ul li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        width: calc(50% - 0.5em);
        background: rgb(41, 43, 44, 0.17);
        padding: 0.5em;
        margin: 0.25em;
    }
	section.insider-calendar ul li {
		max-width: calc(100% / 3 - 1em);
	}
	.efwm-featured {
		max-height: unset;
        margin-right: 1em;
	}
	.efwm-postinfo {
		width: 145%;
    }
    article.article-insider .meeting-info {
        display: flex;
        justify-content: space-between;
    }
}
@media(min-width: 992px) {
	.posts-list, article.article-insider .entry-content {
    	max-width: calc(100% - 320px - 2.5em);
    	display: inline-block;
	}
	.upcoming-calendar {
	    width: calc(320px + 2.5em);
	    padding-left: 2.5em;
	    position: sticky;
	    top: 4em;
	    float: right;
	}
    .subscribe-message {
        display: flex;
        flex-flow: row;
        align-items: center;
    }
    .subscribe-message .content-wrap {
        padding-right: 2rem;
    }
    .subscribe-message p:last-of-type {
        margin-bottom: 0;
    }
}
@media(min-width: 1200px) {
    .efwm-img {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
	.efwm-featured img {
        max-width: 100% !important;
        max-height: 100% !important;
        min-height: 100% !important;
        min-width: 100% !important;
        width: auto !important;
        height: auto !important;
        object-fit: cover;
	}
}