.displaynone{display:none;}

.brick{
	margin-bottom: 35px;
  border-radius: 2px;
  overflow: hidden;
	max-width: 100%;
}
.brick .brick__meta {
    padding: 1em;
}
.brick a {
    cursor: pointer;
}
.brick__caption,
.brick__title,
.brick__description,
.post_feed__tags {
	margin-bottom: 20px !important;
    line-height: 1em !important;
}
.brick__caption.caption,
.brick__caption > span.caption {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.post-content .brick__description {
    font-size: 15px !important;
    font-weight: 500;
    line-height: 18px !important;
}
.brick .brick__readmore {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 15px;
		align-self: flex-end;
}
.brick .brick__readmore i.material-icons {
    font-size: 18px;
    vertical-align: middle;
}
@media only screen and (min-width: 48rem) {
	.brick {
    margin-bottom: 30px;
	}
	.brick .brick__meta {
		padding: 2em;
	}
	h3.brick__title,
	p.h3.brick__title {
		word-break: break-word;
	}
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}
@media only screen and (min-width: 1001px) {
	.brick {
    margin-bottom: 30px;
    max-width: 600px;
	}
}



/* BLOG  */
.brick--blog {
    background-size: 100% auto;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.brick--blog .brick__meta {
    padding: 1em;
}
.brick--blog .brick__image_container {
	padding-bottom: 160px;
}

.brick--news-archive.brick--grand .brick__image_container,
.brick--blog.brick--grand .brick__image_container {
	position: relative;
  display: block;
  padding-bottom: 160px;
  background-position: center;
  background-size: cover;
	margin-bottom: 0;
  border-radius: 2px;
}
.brick--news-archive.brick--grand .brick__meta,
.brick--blog.brick--grand .brick__meta {
	padding: 0px;
	margin-bottom: 40px;
}
.brick--news-archive.brick--grand .post__byline,
.brick--blog.brick--grand .post__byline {
    padding-top: 10px;
    margin: 0px 0px 15px 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
}
.brick--news-archive.brick--grand .post__byline--images img.post__byline--image,
.brick--blog.brick--grand .post__byline--images img.post__byline--image {
		max-height: 40px;
		max-width: 40px;
		margin-right: 10px;
		margin-top: 0;
}
.brick--news-archive.brick--grand .post__byline--images,
.brick--blog.brick--grand .post__byline--images {
	display: flex;
	height: 40px;
}
.brick--news-archive.brick--grand .brick__meta p:last-of-type,
.brick--blog.brick--grand .brick__meta p:last-of-type {
  line-height: 11px;
  margin-bottom: 0px;
	position: absolute;
	bottom: 40px;
}
.brick--news-archive.brick--grand .brick__meta p:last-of-type span:first-child,
.brick--blog.brick--grand .brick__meta p:last-of-type span:first-child {
    margin-right: 15px;
}

@media only screen and (min-width: 48rem) {

.brick--blog {
    background-size: auto 100%;
    background-position: right center;
}

	.brick--blog .brick__image_container {
		padding-bottom: 0px;
	}
	.brick--blog .brick__meta  {
		padding: 25px 15px 25px 30px;
	}
	.brick--blog .brick__inner .col-sm-6:first-child  {
		padding-right: 0px;
	}
	.brick--blog .brick__inner .col-sm-6:last-child {
		padding-left: 0px;
	}

	.post-content .brick--default h3.brick__title {
	    margin: 0 0 60px !important;
	}
	.post-content .brick--grand h3.brick__title {
	    margin: 0 0 40px !important;
	}
	.post-content .brick--featured h3.brick__title {
	    margin: 0 0 50px !important;
	}
}
@media only screen and (min-width: 64rem) {

	.post-content .brick--default h3.brick__title {
	    margin: 0 0 30px !important;
	}
	.post-content .brick--grand h3.brick__title {
	    margin: 0 0 30px !important;
	}
	.post-content .brick--featured h3.brick__title {
	    margin: 0 0 30px !important;
	}
}
@media only screen and (min-width: 80rem) {}



/* PODCAST */

.brick--podcast.brick--default .brick__meta,
.brick--podcast.brick--featured .brick__meta {
	padding: 25px 15px 25px 30px;
}
.brick--event .brick__meta .brick__caption:last-of-type {
    margin-left: 15px;
}
.brick--podcast.brick--default .brick__image_container{}
.brick--podcast.brick--default .brick__image_container img {
    margin: 33px auto 0px auto;
    max-height: auto;
    max-width: 70px;
    display: block;
}
.brick--podcast.brick--featured .brick__image_container {
    padding-bottom: 180px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center top;
}
.post-content .brick--podcast .post_feed__date--podcast {
    margin-bottom: 20px;
}
.post-content .brick--podcast .post_feed__date--podcast,
.post-content .brick--podcast .post_feed__tags--podcast {
    display: block;
}
@media only screen and (min-width: 48rem) {

	.post-content .brick--podcast .post_feed__date--podcast,
	.post-content .brick--podcast .post_feed__tags--podcast {
	    display: inline-block;
	}

	.post-content .brick--podcast.brick--default .brick__title {
	    margin: 0 0 60px !important;
	}
	.post-content .brick--podcast.brick--grand .brick__title {
	    margin: 0 0 40px !important;
	}
	.post-content .brick--podcast.brick--featured .brick__title {
	    margin: 0 0 50px !important;
	}
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}



/* EVENT */
.brick--event{}
.brick--event .brick__meta {
    padding: 1em;
}
.brick--event .brick__calendar {
    width: 60px;
    padding: 5px;
    display: block;
    position: relative;
    margin: 2em auto;
    background: #0099E2;
    border-radius: 3px;
}
.brick--featured .brick__calendar {
    background: #00000033;
}

.brick__caption--event-display {
    display: block;
    margin: 0px 0px 0px 0px !important;
}
.brick__caption--event-time,
.brick__caption--event-date,
.brick--event .brick__meta .brick__caption:last-of-type,
.brick--event .brick__meta .brick__caption.brick__caption--event-date.show-mobile {
    display: inline-block;
    margin: 0px 0px 20px 0px;
}

.brick__calendar--startmonth,
.brick__calendar--startdate,
.brick__calendar--startday {
    text-align: center;
    display: block;
    position: relative;
}
.brick__calendar--startmonth,
.brick__calendar--startdate {
    margin-bottom: 5px;
}
.brick__calendar--startmonth,
.brick__calendar--startday {
    color: black;
    font-size: 0.7em;
    text-transform: uppercase;
}
.brick__calendar--startdate {
    color: white;=
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 700;
}
@media only screen and (min-width: 48rem) {

	.brick__caption--event-display {
	    display: inline-block;
	    margin: none;
	}
	.brick__caption--event-time,
	.brick__caption--event-date {
	    display: inline-block;
	    margin: 0px 0px 20px 0px;
	}
	.brick--event .brick__meta .brick__caption:last-of-type {
	    display: inline-block;
	    margin: 0px 0px 20px 15px;
	}
	.brick--event .brick__meta .brick__caption.brick__caption--event-date.show-mobile {
	    display: none;
	}
	.brick--event .brick__meta {
		padding: 2em 0px 2em 2em;
	}
	.post-content .brick--event.brick--default .brick__title {
	    margin: 0 0 48px !important;
	}
	.post-content .brick--event.brick--grand .brick__title {
	    margin: 0 0 21px !important;
	}
	.post-content .brick--event.brick--featured .brick__title {
	    margin: 0 0 48px !important;
	}
	.brick__meta {
		display: flex;
		flex-wrap: wrap;
	}
	.brick__meta > * {
		width: 100%;
	}
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}



/* RECORDED WEBINAR*/
.brick--recordedwebinar .brick__inner .brick__meta .brick__caption {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px !important;
}
.brick--recordedwebinar .brick__inner .brick__meta .brick__caption span:first-of-type {
    align-self: center;
}
.brick--recordedwebinar .brick__inner .brick__meta .brick__caption span i.material-icons {
    font-size: 25px;
}
@media only screen and (min-width: 48rem) {

	.post-content .brick--recordedwebinar.brick--default .brick__title {
	    margin: 0 0 48px !important;
	}
	.post-content .brick--recordedwebinar.brick--grand .brick__title {
	    margin: 0 0 21px !important;
	}
	.post-content .brick--recordedwebinar.brick--featured .brick__title {
	    margin: 0 0 48px !important;
	}
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}



/* CASE STUDY */
.brick--casestudy .brick__image_container {
	height: 35px;
    width: 35px;
    margin-bottom: 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (min-width: 48rem) {
	.post-content .brick--casestudy.brick--default .brick__title,
	.post-content .brick--casestudy.brick--default .brick__image_container  {
		margin: 0 0 20px !important;
	}
	.post-content .brick--casestudy.brick--grand .brick__title,
	.post-content .brick--casestudy.brick--grand .brick__image_container {
	    margin: 0 0 20px !important;
	}
	.post-content .brick--casestudy.brick--featured .brick__title,
	.post-content .brick--casestudy.brick--featured .brick__image_container {
	    margin: 0 0 20px !important;
	}
}
@media only screen and (min-width: 64rem) {
	.post-content .brick--casestudy.brick--default .brick__image_container {
		margin: 0 0 60px !important;
	}
	.post-content .brick--casestudy.brick--grand .brick__image_container {
	    margin: 0 0 20px !important;
	}
	.post-content .brick--casestudy.brick--featured .brick__image_container {
	    margin: 0 0 50px !important;
	}
}
@media only screen and (min-width: 80rem) {}



/* PRODUCT */
.brick--product-page p.brick__title {
    font-size: 40px;
    font-weight: 800;
}
.brick--differentiate.brick--product-page p.brick__title {
    font-size: 30px;
}
.brick--product-page .brick__meta {
    padding: 1em;
}
.brick--product-page.brick--default .brick__image_container img,
.brick--product-page.brick--grand .brick__image_container img {
	margin: 33px auto 0px auto;
    max-height: 65px;
    max-width: 65px;
    display: block;
}
.brick--product-page.brick--featured .brick__image_container {
	padding-bottom: 180px;
}
.brick--ally .brick__inner,
.brick--connect .brick__inner,
.brick--decide .brick__inner,
.brick--improve .brick__inner,
.brick--include .brick__inner,
.brick--select .brick__inner,
.brick--voice .brick__inner,
.brick--develop .brick__inner,
.brick--differentiate .brick__inner,
.brick--focus .brick__inner,
.brick--grow .brick__inner {
    background-repeat: no-repeat;
}
.brick--ally .brick__inner,
.brick--connect .brick__inner,
.brick--decide .brick__inner,
.brick--improve .brick__inner,
.brick--include .brick__inner,
.brick--select .brick__inner,
.brick--voice .brick__inner {
	background-size: 45%;
	background-position: 100% 40%;
}
.brick--develop .brick__inner,
.brick--differentiate .brick__inner,
.brick--focus .brick__inner,
.brick--grow .brick__inner {
	background-size: 45% auto;
	background-position: 100% 100%;
}

@media only screen and (min-width: 48rem) {
	.brick--product-page.brick--default .brick__image_container img,
	.brick--product-page.brick--grand .brick__image_container img {
		margin: 33px auto 0px auto;
	    max-height: 65px;
	    max-width: 65px;
	    display: block;
	}
	.brick--product-page .brick__meta {
		padding: 25px 15px 25px 30px;
	}
	.brick--product-page .brick__inner .col-sm-6:first-child {
		padding-right: 0px;
	}
	.brick--product-page .brick__inner .col-sm-6:last-child {
		padding-left: 0px;
	}

	.post-content .brick--product-page.brick--default .brick__description {
		margin: 0 0 60px !important;
	}
	.post-content .brick--product-page.brick--grand .brick__description {
	    margin: 0 0 40px !important;
	}
	.post-content .brick--product-page.brick--featured .brick__description {
	    margin: 0 0 60px !important;
	}
	.brick--ally .brick__inner,
	.brick--connect .brick__inner,
	.brick--decide .brick__inner,
	.brick--improve .brick__inner,
	.brick--include .brick__inner,
	.brick--select .brick__inner,
	.brick--voice .brick__inner {
		background-size: 45%;
		background-position: 100% 40%;
	}
	.brick--develop .brick__inner,
	.brick--differentiate .brick__inner,
	.brick--focus .brick__inner,
	.brick--grow .brick__inner {
		background-size: auto 100%;
		background-position: 100% 100%;
	}
}
@media only screen and (min-width: 64rem) {
	.brick--ally .brick__inner,
	.brick--connect .brick__inner,
	.brick--decide .brick__inner,
	.brick--improve .brick__inner,
	.brick--include .brick__inner,
	.brick--select .brick__inner,
	.brick--voice .brick__inner {
		background-size: 50%;
		background-position: 100% 40%;
	}
	.brick--develop .brick__inner,
	.brick--differentiate .brick__inner,
	.brick--focus .brick__inner,
	.brick--grow .brick__inner {
		background-size: 55% auto;
		background-position: 100% 100%;
	}
}
@media only screen and (min-width: 80rem) {}



/* Solutions */
.brick--solutionsfororgs {
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}
.brick--solutionsfororgs .brick__meta {
    padding: 1em;
}
.brick--solutionsfororgs:not(.brick--small) .brick__image_container{
	padding-bottom: 180px;
}
.brick--solutionsfororgs.brick--small .brick__image_container {
	height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
}
.brick--solutionsfororgs.brick--small .brick__meta {
    padding: 10px 0px 0px 0px !important;
    margin-bottom: 15px;
	border-radius: 0px 0px 2px 2px;
}
.brick--solutionsfororgs.brick--small h3.brick__title {
    margin-bottom: 0px;
}
.brick--solutionsfororgs.brick--small {
    margin-bottom: 30px;
}
.brick--solutionsfororgs.brick--grand .brick__image_container {
	position: relative;
    display: block;
    height: 160px;
    background-position: center;
    background-size: cover;
	margin-bottom: 20px;
    border-radius: 2px;
}
.brick--solutionsfororgs.brick--grand .brick__meta {
    padding: 0px 32px;
}
.brick--solutionsfororgs.brick--grand .post__byline {
    padding-top: 10px;
    margin: 0px 0px 15px 0px;
}
.brick--solutionsfororgs.brick--grand .post__byline--images img.post__byline--image {
    max-height: 40px;
    max-width: 40px;
    margin-top: calc( -20px / 2 );
}
.brick--solutionsfororgs.brick--grand .brick__meta p:last-of-type {
    line-height: 11px;
    margin-bottom: 0px;
}
.brick--solutionsfororgs.brick--grand .brick__meta p:last-of-type span:first-child {
    margin-right: 15px;
}
@media only screen and (min-width: 48rem) {

.brick--solutionsfororgs {
    background-size: auto 100%;
    background-position: right center;
}

	.brick--solutionsfororgs.brick--small {
	    max-width: 270px;
	}
	.brick--solutionsfororgs .brick__image_container {
		padding-bottom: 0px;
	}
	.brick--solutionsfororgs .brick__meta  {
		padding: 25px 15px 25px 30px;
	}
	.brick--solutionsfororgs .brick__inner .col-sm-6:first-child  {
		padding-right: 0px;
	}
	.brick--solutionsfororgs .brick__inner .col-sm-6:last-child {
		padding-left: 0px;
	}
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}



/* Whitepapers */
.brick--white-paper .brick__image_container {
    display: none;
}
.bg-whitepapaergrey {
	background: rgb(245,245,245);
}
.bg-whitepapergreen {
	background: rgb(160,205,79);
}
@media only screen and (min-width: 48rem) {

	.bg-whitepapaergrey {
		background: rgb(245,245,245);
		background: linear-gradient(90deg, rgba(245,245,245,1) 80%, rgba(255,255,255,1) 80%);
	}
	.bg-whitepapergreen {
		background: rgb(160,205,79);
		background: linear-gradient(90deg, rgba(160,205,79,1) 80%, rgba(255,255,255,1) 80%);
	}

	.post-content .brick--white-paper.brick--default .brick__title {
		margin: 0 0 60px !important;
	}
	.brick--white-paper .brick__image_container {
	    display: block;
	}
	.brick--white-paper .brick__image_container img {
	    max-height: 175px;
	}
}
@media only screen and (min-width: 64rem) {}
@media only screen and (min-width: 80rem) {}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.brick--solutionsfororgs, .brick--blog {
    background-size: 60% auto;
	}
}












/* And whispered in the sounds of silence */
