/*
Theme Name: BrainPress
Theme URI: http://www.faithpopcorn.com
Author: FPBR, TidyThemes
*/

/* WARNING: DO NOT MAKE ANY DIRECT CSS CHANGES HERE! USE BUILT IN CSS EDITOR INSTEAD! */





/*  DO NOT EDIT: THE LATEST (header)  */
h2.hgroup__heading.uppercase {
    font-family: Oswald;
    font-size: 36px;
    color: #376CA5;
    letter-spacing: 1px;
	text-transform: none!important;  
}

/*  DO NOT EDIT: Hero/Page header Settings */
h3.canela-regular.headline__headline {
	margin-top: 0px;
}


h3.bebas-neue.page__row-heading { /* DNE: BODY CONTENT HEADERS */
    color: #AD9E71;   
    font-family: SourceSansPro-Regular;
    font-size: 1.35rem;
    text-transform: uppercase;
    letter-spacing: 1.81px;
    line-height: 1.2;
    height: 30px;
    margin-top: 0;
    margin-bottom: 3px;
}


/*  DO NOT EDIT: THE LATEST Vertical (header)  */
h4.latestTitle {
    font-family: Oswald;
	font-size: 31px;
	text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 0;
    margin-top: -10;
	padding-bottom: 20px;
}

h5.tomorrowStrendToday {
    font-family: Canela;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    width: 100%;
    letter-spacing: .7px;
}


p.trendDefination {
    font-family: Canela;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    text-transform: none;
	letter-spacing: 0;
    line-height: 1.5;
 /*   margin-top: 23px; */
	margin-top:10px;
    margin-bottom: -10px;
	font-style: none;
}


.page__row p {
    font-size: 17px;
    line-height: 1.8rem;
    letter-spacing: 0.52px;
    font-family: SourceSansPro-Light;
	
}


.page__row ul {
    margin: 1rem 0 0 1rem!important;
    list-style-position: outside;
    list-style-type: square;
}



/* FLY OUT NAV MENU  */

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-32 {
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 36px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-339 {
    font-family: Canela-Light;
    letter-spacing: 2px;
    font-size: 34px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-341 {
    font-family: Canela-Light;
    letter-spacing: 2px;
    font-size: 34px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-340 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-345 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-346 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-347 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-348 {
    font-size: 34px;
    font-family: Canela-Light;
    letter-spacing: 2px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-342 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-363 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-344 {
    font-size: 34px;
    font-family: Canela-Light;
    letter-spacing: 2px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-343 {
    font-size: 34px;
    letter-spacing: 2px;
    font-family: Canela-Light;
}

h3.news-grid__heading.news-grid__heading--light {
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 32px;
}

/*  END FLY OUT MENU  */

/* DNE: updated preloader*/
.bird {
	background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells.svg);
	background-size: auto 100%;
	width: 176px;
	height: 250px;
	will-change: background-position;
	
	animation-name: fly-cycle;
	animation-duration: 1.5s;
	animation-delay: -0.75s;
	animation-timing-function: steps(10);
	animation-iteration-count: infinite;
}

.bird-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	will-change: transform;
}

@keyframes fly-cycle {
	
	100% {
		background-position: -3600px 0;
	}
	
}


/* Grid Timeline  - 

.snip1543 {
  background-color: #fff;
  color: #fff;
  font-family: "SourceSansPro-Light";
  line-height: 28.8px;
  font-size: 18px;
  margin: 10px;
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
 
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #376CA5;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #376CA5;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 2px;
}

.snip1543 h3 {
  font-family: "Canela";
  font-size: 60px;
  letter-spacing: 1.5px;
  color: #551343;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.snip1543 p {
  font-size: 1.1em;
}

.snip1543 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
*/


/*Grid timeline Font changes
figure.snip1543 figcaption h3 {
    font-size: 33px;
    color: #ffffff;
}

figure.snip1543 figcaption p {
    font-size: 14px;
}

figure.snip1543 figcaption p {
    width: 150%;
}*/

/* DNE: removed header overlapping arrow*/
a.js-jumplink.hero__arrow-down svg {
    display: none;
}

/* DNE: removed bird loader circles
.loader {
	border: 0px ;
}
.loader:after {
	border: 0px ;
}
add this in additional css
*/


/* nav twit hide and small width*/
div.row.news-grid.show-for-medium {
    display: none;
}

div.flyout-nav.isActive {
    width: 320px;
		overflow: hidden;

}

/* the lastest grid menu*/
a.mc-btn-action {
    z-index: 10;
}
header.main-nav.isKnockout {
z-index:111;
}

.spacer {
    height: 55px;
    background-color: #f0f0f0;
}
/*twittwer css in footer.php*/
/*parallax*/
.columns.text-right.animated.show-for-medium.trendbank__image.isAnimated img {
    margin-right: 15px;
}


div.columns.text-right.animated.show-for-medium.trendbank__image.isAnimated img {
    height: 450px;
    margin-bottom: 77px;
}


/*smallify homepage*/
div.timeline__spine {
    background: url('/wp-content/uploads/2020/02/feather-background-standard-gradient-1.jpg') center  ;
    background-size: contain;
}

div.timeline__spine-date {
    font-size: 33px;
    height: 200px;
}

h4.timeline__spine-event-title {
    font-size: 18px;
    margin-top: -144px;
}


p.source-sans-light {
    font-size: 17px; 
}



/*  div.columns.text-center.hgroup {
    margin-bottom: -80px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -80px;  
}  
*/

div.row.align-middle.slick-slide.slick-current.slick-active {
    margin-top: -5px;
}

div.case-studies {
    padding: 1px;
}

div.news {
    padding-top: 22px;
}

div.mc-content {
    background-color: #f0f0f0;
}

a.mc-btn-action {
    border-color: #f0f0f0;
}

/*
div.columns.text-center {
    margin-top: -66px;
}*/


/* DNE: consolidated classes */
div.mu__quote p {
    line-height: 4rem; 
    font-size: 50px;
	font-family: 'Canela Regular'!important;
    text-transform: none!important;
	padding: 0 1.2em 0 1.2em; /* padding adding  */ 

	
	
	
}
div.timeline {
    background-color: #ffffff;
}

div.row.expanded.timeline__footer {
    background-color: #ffffff;
}
div.timeline {
    padding-top: 22px;
}
div.timeline__spine-date {
    font-size: 55px;
}

div.timeline__spine-date {
    font-size: 55px;
}

.timeline__image {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.timeline__image:hover {
    -webkit-filter: grayscale(100);
    filter: grayscale(0);
    transform: scale(1.5);
}

div.timeline__spine {
    width: 1111px;
    /* width */
}


/*scrollbar invisible on timeline*/
/* width */
.timeline__spine::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.timeline__spine::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.timeline__spine::-webkit-scrollbar-thumb {
  background: #fff; 
}

/* Handle on hover */
.timeline__spine::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

div.timeline__spine-date {
    font-size: 55px;
}

.timeline__image {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.timeline__image:hover {
    -webkit-filter: grayscale(100);
    filter: grayscale(0);
    transform: scale(1.5);
}

div.timeline__spine {
    width: 1111px;
    /* width */
}

/*  DNE: MAF  */
div.timeline__spine-date {
    font-size: 55px;
    text-align: left;
    margin-left: 44px;
}

.timeline__image {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    transform: scale(2.3);
    padding-left: 0;
    margin-left: 138px;
}

.timeline__image:hover {
    -webkit-filter: grayscale(100);
    filter: grayscale(0);
    transform: scale(2.3);
}

div.timeline__spine {
    width: 1111px;
    /* width */
}

h5.hgroup__heading.hgroup__heading--small.hgroup__heading--alt {
    margin-top: 0;
    margin-bottom: 0;
}

p.hgroup__subheading.hgroup__subheading--small {
    margin-top: 0;
    font-family: SourceSansPro-Light;
    letter-spacing: 0.52px;
    line-height: 1.8;
}

p.source-sans-light {
    font-family: SourceSansPro-Light;
    letter-spacing: 0.52px;
    line-height: 1.8;
    text-align: left;
    margin-left: 13px;
    width: 333px;
    color: #9E1E6A;
}

h4.timeline__spine-event-title {
    text-align: left;
    margin-left: 44px;
}

 
/* DNE: trend and talent bank section minifying on homepage*/
p.hgroup__subheading {
    font-size: 22px;
}



/* timeline alignment */

.ldate {
	text-align:right !important;
	margin-right:74px;
}

.ltitle {
    text-align: right !important;
    margin-right: 75px;
}

.ldesc {
    text-align: right !important;
    margin-left: 111px !important;
}


/* DNE: MISC */
p.hgroup__subheading.hgroup__subheading--small {
    font-size: 16px;
}
.bar {height:4px !important;}
h4.hgroup__heading.uppercase {
    font-size: 40px;
	margin-top: 22px;

}

/* DNE: timeline bird container */
div.row.expanded.timeline__footer {
    padding: 32px 25px 5px 25px;
    
}

h2.hgroup__heading.hgroup__heading--alt.uppercase.animated.isAnimated {
  font-family: "Oswald Regular";
}

div.news {
    padding-top: 44px;
}

h2.hgroup__heading.uppercase {
    font-size: 40px;
}

p.hgroup__subheading.hgroup__subheading--small {
    margin-bottom: -11px;
}
h2.hgroup__heading.uppercase {
    color: #9E1E6A;
}
p.hgroup__subheading.hgroup__subheading--alt {
    letter-spacing: 0.2px;
}

.material-card.Red.mc-active .mc-content {
    background-color: #f0f0f0 !important;
}
img.img-responsive {
    padding: 11px;
}

i.fa.fa-fw.fa-star {
    display: none;
}

article.material-card.Red h2 strong {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

article.material-card.Red h2 span {
    font-family: Canela-light;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.2px;
}

/*grid buttton*/
material-card.Red.mc-active .mc-btn-action {
    border-color: #551343 !important;
}

.material-card.Red .mc-btn-action:hover {
    background-color: #9E1E6A !important;
}

.material-card.Red .mc-btn-action {
    background-color: #551343 !important;
}

a.mc-btn-action {
    border-color: #551343 !important;
}

.carrd-row {
    margin-top: 30px;
    margin-bottom: 0;
}

article.material-card.Red h2 {
    height: 111px;
}


h2.hgroup__heading.uppercase {
    font-family: "Canela Light"!important;
}

p.hgroup__subheading.hgroup__subheading--alt {
    font-family: Canela Regular;
    margin-bottom: 20px;
}


/* duplicate class -- updated other classes to consolidate --
div.mu__quote p {
    font-size: 48px !important;
}
*/

div.multi-use {
    padding-top: 0;
}

div.news {
    padding-bottom: 30px;
}


/* Button 1 and 2 */

.button_1 {
  position: relative;
  display: inline-flex;
  letter-spacing: 1.4px;
  text-decoration: none;
  color: #AD9E71;
  background-color: #7f1c64;
  padding-left: 2rem;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);
/* changing from Reg to Light font fam */
  font-family: 'SourceSansPro-Light';
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.button_1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #551343;
  z-index: -1;
  transition: -webkit-transform 450ms;
  transition: transform 450ms;
  transition: transform 450ms, -webkit-transform 450ms;
}
.button_1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  padding: 1rem;
  overflow: hidden;
  background-color: #551343;
}
.button_1 svg {
  max-width: 20px;
  width: 100%;
  height: auto;
  max-height: 10px;
  fill: white;
}
.button_1:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button_1:hover svg {
  -webkit-animation: moveArrow 450ms;
          animation: moveArrow 450ms;
}


.button_2 {
  /* changing from Reg to Light font fam */
  font-family: 'SourceSansPro-Light';
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  letter-spacing: 1.4px;
  text-decoration: none;
  color: #AD9E71;
  background-color: #434872;
  padding-left: 2rem;
  overflow: hidden;
  z-index: 1;
  align-items: center;
  box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75);

}
.button_2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  width: 100%;
  height: 100%;
  background-color: #303452;
  z-index: -1;
  transition: -webkit-transform 450ms;
  transition: transform 450ms;
  transition: transform 450ms, -webkit-transform 450ms;
}
.button_2 span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  padding: 1rem;
  overflow: hidden;
  background-color: #303452;
}
.button_2 svg {
  max-width: 20px;
  width: 100%;
  height: auto;
  max-height: 10px;
  fill: white;
}
.button_2:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.button_2:hover svg {
  -webkit-animation: moveArrow 450ms;
          animation: moveArrow 450ms;
}


@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  49% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  50% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*button 1 2 overwrite */
.button_1 , .button_2 {
    margin-bottom: 30px;
    font-size: 17px;
    height: 38px;
}

/*timeline border*/
div.timeline__spine {
    border: solid #396DA3;
}

div.timeline__spine.row.align-middle {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-top: 33px;
}

 
footer.main-footer {
    padding-top: 66px;
    padding-bottom: 66px;
}
 
div.columns.text-right.animated.show-for-medium.trendbank__image.isAnimated img {
    height: 100%;
}

/* DNE: twitter footer */
.ctf-item.ctf-author-popcornbrains.ctf-new.ctf-tc-checked {
    border-width: 11px;
    border-color: #d4d4d4;
    border-style: solid;
    height: 444px;
}

.ctf-header-name {
    font-size: 44px;
}

.ctf-header-img-hover {
    display: none;
}

.ctf-header-text {
    font-family: Oswald;
}

.ctf-header-img img {
    display: none;
}

.ctf-twitterlink {
    display: none;
}

.ctf-reply {
    display: none;
}

.ctf-like {
    display: none;
}

.ctf-retweet {
    display: none;
}

.ctf-header.ctf-no-bio {
    margin-top: 55px;
}

.ctf-owl-dots {
    margin-bottom: 55px;
}

div.ctf-header.ctf-no-bio {
    background-color: #f0f0f0;
    padding-top: 55px;
    padding-bottom: 33px;
    border-style: none;
}

.ctf-header-img {
    display: none;
}

div.ctf-item.ctf-author-popcornbrains.ctf-new.ctf-tc-checked {
    border-color: #f0f0f0;
}

div.ctf-owl-dots {
    margin: 0;
    padding-bottom: 55px;
    background-color: #f0f0f0;
}
	div.ctf-item.ctf-author-popcornbrains.ctf-new.ctf-tc-checked {
    height: 533px;
}

.button_1, .button_2 {
    color: #AD9D72 !important;
    height: 32px;
}
 
.swiper-pagination-bullet-active{
    background-color: #AD9D72 !important;
}

/*  DNE/DNU: Hiden Sidebar Grid  */
.side_grid {
	display: none;
}

.author__image {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.row.ftr {
    margin-top: 64px !important;
    padding-top: 33px !important;
    padding-bottom: 55px !important;
}

/*image and text box */
p.image-and-text-p {
    font-family: SourceSansPro-Light;
}

/* article images - trend pages */
img.articleImages {
    right: 11px !important;
	/*   ADDED FILTER  */
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
	/* top margin & max-width added */
	top:7rem;
	max-width:345px;
}

/* indicative name */
.timeline__image {
    max-height: 5px;
}

/* talent and trendbank body */
p.hgroup__subheading {
    letter-spacing: 0.52px;
    line-height:30px;
}

/*grid date font decrease*/
article.material-card.Red h2 strong {
font-family: SourceSansPro-Light;    
font-size: 12px;
color: #93BAF1;
}

body{        
        font-family: "SourceSansPro-Light",Arial,sans-serif;
        letter-spacing:0.52px;
        line-height:1.8px;
        font-size:17px;
}

p.hgroup__subheading {
    letter-spacing: 0.52px;
}


.timeline__spine.row.align-middle {
    border-color: #f0f0f0 !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}

/* scroll progress bar */
.progress .inner{
    background: linear-gradient(to right, #fff 0%, #93BAF1 42%, #93BAF1 42%, #303452 100%);
	background:-o-linear-gradient(left, #fff 0%, #93BAF1 42%, #93BAF1 42%, #303452 100%);
	background:-webkit-gradient(linear, left top, right top, from(#fff), color-stop(42%, #93BAF1), color-stop(42%, #93BAF1), to(#303452));
    height: 10px;
}

/* DNE/DNT: timeline glich fix */
.rdate {
    margin-top: 33px;
}

.ldate {
    margin-top: 33px;
}
div.timeline__spine-date.ldate {
    margin-right: 55px;
}

h4.timeline__spine-event-title.ltitle {
    margin-right: 53px;	
}

p.source-sans-light.ldesc {
    margin-left: 135px;
}

div.mc-description {
    line-height: 18px;
	bottom: 35px!important;  
}

.carrd-row {
    margin-top: 30px !important;
    margin-bottom: 0 ;
    max-width: 60rem ;
}

/* DNE: Grid css fix */
.mc-description {
    font-size: 11px;
    padding-top: 80px !important;
    height: 200px;
}

div.multi-use {
    margin-top: 80px;
}

div.news {
    padding-bottom: 20px!important;
}

/* DNE: TWITTER FEED SPACING */
div.ctf-tweet-content a {
    display: none!important;
}

.ctf-carousel-more {
    display: none!important;
}
span.ctf-header-name {
    font-size: 44px;
    font-family: Oswald Regular;
    font-weight: normal!important;
}

span.ctf-header-follow {
    display: none!important;
}
#ctf{ overflow: hidden !important;}

/*optin styling*/
img.et_bloom_image_fadein.et_bloom_image.et_bloom_visible_image {
    height: 200px;
}

div.et_bloom_form_content.et_bloom_1_field.et_bloom_bottom_inline.et_bloom_custom_html_form.et_bloom_impression_recorded input {
    border-style: solid;
    border-width: 1px;
    border-color: #690d69;
}

.mnm  {
    font-family:'Canela Light'!important;
    font-size:28px!important;
	line-height: 1.0;
	margin: 5px 0px;
}

.navpr  {
    font-family:'Canela Bold'!important;
    font-size:28px!important;
	line-height: 1.0;
	margin: 35px 0px;
}



/* elem p font fix */
.elementor-text-editor.elementor-clearfix p,.elementor-text-editor.elementor-clearfix ul li, .elementor-text-editor.elementor-clearfix ol li{
font-family: SourceSansPro-Light; 
font-size: 17px;
letter-spacing: 0.52px;
line-height: 1.8rem;
color:#333333;

}

.at-icon-wrapper {
    background-color: #303452!important;
}

.maf-talent {
    max-width: 90%!important;
    margin-left: 50px!important;
}

.maf-below-news {
    padding-bottom: 100px!important;
}

.maf-burger {
	top: 11px!important;
}

.maf-trendbank-foreground { 
    margin-bottom: 0px!important;
	margin-top: 50px!important;
}

/* search bar in header */
.isKnockout .search_div {
    left: 37%;
}
.search_div {
    height: 10px;
    width: 10px;
    padding-top: 47px;
    position: relative;
    left: 32%;
}
 #content {
  position: absolute;
  height:  0px;
  width: 300px;
  margin-left: 170px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#content.on {
  -webkit-animation-name: in-out;
  animation-name: in-out;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

input {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search {
  background: none;
  position: absolute;
  top: 0px;
  left: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  border-radius: 100%;
  outline: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.search:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 14px;
  margin-left: 17px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.close {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.close:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  margin-left: -1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

.close:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #fff;
  margin-top: -1px;
  margin-left: -1px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.square {
  box-sizing: border-box;
  padding: 0 40px 0 10px;
  width: 300px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 0;
  background: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  -webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
  transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
    padding 0.2s;
  -webkit-transition-delay: 0.4s, 0s, 0.4s;
  transition-delay: 0.4s, 0s, 0.4s;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}


/* grid decoloring */
article h2{
	font-size: 20px!important;
letter-spacing: 1.8px!important;
	
}
.mc-active h2, .mc-active h2:before {
    background-color: #303452!important ;
    border-top-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
    border-left-color: transparent!important;
    top: 0!important;
    padding-right: 4rem!important;
    padding-left: 2rem!important;
}

.mc-active h2 strong {
    font-family: Oswald!important;
    font-weight: 200!important;
    letter-spacing: 2px!important;
    font-size: 10px!important;
    color: #fff!important;
}

.mc-active .mc-btn-action {
    top: 15px!important;
}

.mc-description {
    line-height: 24px!important;
    font-family: SourceSansPro-Light!important;
    letter-spacing: 0.52px!important;
    font-size: 17px!important;
    bottom: 35px!important;
    color: #333333!important;
}

.mc-active .mc-footer {
    background-color: #9e9e9e!important;
}

.mc-active .mc-footer .btn_grid {
    height: 45px!important;
    font-family: oswald!important;
    font-weight: 200!important;
    font-size: 14px!important;
    color: #efefef!important;
    text-transform: uppercase!important;
    position: relative!important;
    display: inline-flex!important;
    letter-spacing: 2.8px!important;
    padding-left: 1rem!important;
    background-color: #434872!important;
    overflow: hidden!important;
    z-index: 1!important;
    align-items: center!important;
    box-shadow: 0px 3px 4px -4px rgba(0, 0, 0, 0.75)!important;
}

.img-responsive{
    filter: grayscale(100%);
}
.img-responsive:hover{
    filter: grayscale(0%);
}

.mc-active .img-responsive:hover {
	filter:grayscale(100%) blur(2px)!important;
	opacity: 0.2!important;

}
.mc-active .img-responsive {
	display: inline-block!important;
	vertical-align: middle!important;
	max-width: 100%!important;
	height: auto!important;
	filter: grayscale(1) blur(2px) !important;
    padding-top: 70px!important;
	opacity: 0.2!important;
	background-color: none!important;
}
div.mc-footer {
z-index:12!important;
padding-top:18px!important;}

/* button arrow squared */
.button_1 span,.button_2 span {
padding:11px 8px 11px 8px!important;
}

.default-header-CanelaLight{
	
 font-family: 'Canela Light';
 line-height: 28px;
 font-size: 20px;
 color: #551343;
 letter-spacing: 1px;
}

.default-subheader-OswaldLight{

 font-family: 'Oswald Light';
 letter-spacing: 2px;
 text-transform: uppercase;
 font-size: 22px;
 color: #AD9E71;
}
 
.default-body-SourceSansProLight{

 font-family: SourceSansPro-Light;
 line-height: 1.8rem;
 letter-spacing: 0.52px;
 color: #333333;
 font-size: 17px;
}


/*  TALENTBANKER GRID  */
.image-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  
}

.image-overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

.overlay-fade-in p {
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.2s linear; 
}

.overlay-fade-in img {
  transition: all 0.2s linear; 
}

.overlay-fade-in .image-overlay-content {
  opacity: 1;
  transition: all 0.4s ease-in-out; 
}

.overlay-fade-in h2 {
  color: #f2f2f2;
  font-size: 1.8rem;
/*  margin-top: 40%;*/
  opacity: 1;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.7); 
}

.overlay-fade-in .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #FFF;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #fff;
  position: relative;
  border: 1px solid #999;
  opacity: 0;
  transition: all 0.2s ease-in-out; 
}

.overlay-fade-in:hover img {
 /* transform: scale(1.2); */
	filter:grayscale(0);
}

.overlay-fade-in:hover .image-overlay-content {
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 1; 
}

.overlay-fade-in:hover h2, .overlay-fade-in:hover p, .overlay-fade-in .button {
  opacity: 1; 
}
.overlay-fade-in:hover p {
  transition-delay: 0.1s; 
}
.overlay-fade-in:hover .button {
  transition-delay: 0.2s; 
}

.talent_pic.columns {
     padding: 0px;
}

div.image-overlay-content h2 {
    font-size: 22px;
  
}

p.price {
    font-size: 17px;
    margin: 5px;
}

/* box shadow addition */
.overlay-fade-in:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.3);
	z-index:22;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}
/* talentbanker images */
.image-wrapper img {
    filter: grayscale(100);
	width: 80px;
	height: auto;
	border-radius:100px;
    opacity: 0.6;
}
.price{
	 font-size: 11px!important;
   font-family: Source Sans Pro;
    line-height: 1.2em;
}

.image-overlay-content h2 {
   font-size: 14px!important;
    font-family: Canela-Light;
    padding: 5px;
}

.image-wrapper {
    background-color: rgb(55, 108, 165);
}
.image-wrapper {
    box-shadow: 0 0 2px #f0f0f0;
 }

.image-wrapper img {
    border-radius: 111px;
    margin-top: 40px;
    opacity: 1;
}

.image-wrapper {
    height: 200px;
    background-color: white;
}

div.image-overlay-content h2 {
    background-color: #ffffff;
    color: #000000;
}

.price {
    color: #376CA5!important;
}

.overlay-fade-in:hover .image-overlay-content {
    background-color: rgba(0, 0, 0, 0);
}

div.image-wrapper {
	border: 1px solid #e2e9ed;
}

/*  TalentBank - quote and image separated */
.talent_pic {
    margin-left: 30px;
}

.image-wrapper {
    height: 300px;
	background-color: #ffffff!important;
}

.maf-talent {
    width: 750px;
    max-width: none!important;
    margin-left: 10px!important;
}

h2.talent_name {
    font-size: 17px!important;
    font-family: 'Oswald Light';
    background: transparent !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333333!important;
    margin-top: 131px;
	margin-bottom:1px;
}

h2.talent_desc {
    margin-top: -3px;
    font-family: "SourceSansPro-Light"!important;
    font-size: 12px!important;
    text-transform: uppercase;
    color: #333333!important;
    letter-spacing: 2px;
    background: transparent!important ;
}

.foto {
    margin-top: 11%;
}

.overlay-fade-in:hover img {
    display: none;
}

.overlay-fade-in:hover .price {
    position: absolute;
    top: 0;
    padding: 0;
    font-size: 17px!important;
    font-family: 'Oswald Light';
    line-height: 1.6rem;
    letter-spacing: 2px;
}

.overlay-fade-in:hover .talent_desc {
display:none;
}

/* DNE: tb social */
.ss{ margin-left:10px; margin-right:10px;}

.overlay-fade-in:hover .talent_soc {
position: relative; top:0%;
}

.overlay-fade-in:hover .talent_name {
    margin-top: 16em;
    padding-bottom:0.6em;
}

.tlntbnk{display:none;}

.homedepot_img {
    max-width: 30%;
}
.flyout-nav.isActive {
    background-color: rgba(48, 51, 78,0.2);
}

.price {
    margin: 10px 5px 10px 5px!important;
    font-family: SourceSansPro-Light!important;
	line-height: 1.6rem!important;
	letter-spacing: 0.52px!important;
}

.talent_soc  a {
    color: #c3c3c3;
}

p.price {
    font-size: 17px!important;
    font-family: 'Canela Light'!important;
    margin-left: 12px!important;
    margin-right: 12px!important;
}


/* flipping tiles transition-feed */

.flip-card-inner {
  transition: 1.2s;
}

.trend-desc {
	line-height: 1.4em;
	font-size: 17px;
	font-family: Source Sans Pro;
	letter-spacing: 0.5px;
}

.trend-text {
	Font-family: Canela-regular;
	letter-spacing: 0.8px;
	text-align: center; 
	font-size: 32px;
}

.back__hue{
    background-color:#376CA5 ;
}

.flip-card-front {
    box-shadow: 0 0 20px #000;
}


p.trend-desc.trend-desc--white.marginBtm.descriptionTrend {
    display: none;
}

h2.marginBtm img {
    height: 190px;
    width: auto;
}

/* flipping tiles: background shadow fix */
.flip-card-back h2 img {
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}

/* Talent banker , if # then HIDE icon and HIDE Static card on casestudies */
.fa-hide, .hide_67, .hide_65 {
    display: none!important;
}

/* home header fix */
.hero__cta a:nth-child(1) {
    margin-top: 60px;
}

.head_spacer {
    height: 90px;
}
.TalentBank__head {
    margin-top: 33px;
}

.ctf-header-name {
    font-family: 'Oswald Light';
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 35px;
    color: #551343;
}

/**/
.tile-row {
    margin-left: 143px;
    margin-right: 343px;
}

.flip-card-front,.flip-card-back {
    justify-content: top!important;
    align-items: center!important;
    text-align: center!important;
    /*box-shadow: 1px 1px 10px 1px #efefef;*/
	box-shadow: 2px 3px 11px 3px hsla(0, 6%, 79%, 0.62);
}

.flip-card-front h2 {
    color: #9E1E6A!important;
    font-weight: 500!important;
	margin-top:0px!important;
}
.flip-card-front h2 {
		font-size:12px;
}

.flip-card-front img,.flip-card-back img{
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.5));
}
.flip-card-back img{
margin-bottom: 21px;
}
.button_3 {
    height: 45px!important;
    font-family: 'Oswald Light'!important;
    font-weight: 200;
    font-size: 14px;
    color: #efefef!important;
    letter-spacing: 2px!important;
    padding-left: 1rem;
    background-color: #434872!important;
    margin-bottom: 1px;
    margin-top: 10px;
}


.back__hue {
    background-color: #f6f9fe!important;
}

.flip-card-back {
}

.flip-card-back h2 {
    margin: 20px 0 20px 0!important;
    font-size: 16px!important;
    color: #376CA5!important;
    font-weight: 500!important;
}

.flip-card-back h2 span {
    font-weight: 200!important;
    color: #333333!important;
    font-size: 11px!important;
}

/* case study page*/
	h2.cs-imgCoca img, h2.cs-imgThe img, h2.cs-imgTylenol img, h2.cs-imgTyson img {
   	 height: 90px;
	}	

	h2.cs-imgCoca img,h2.cs-imgTylenol img {
 	   padding: 20px;
	}

	h2.trend-text.bebas-neue-bold.cs-tile-title {
		margin: 0!important;
		color: #7f1c64;
		font-size: 171%!important;
	}

	h2.trend-text.bebas-neue-bold.cs-tile-title span {
		margin: 0!important;
		color: #7f1c64;
	}

	h2.cs-imgCoca img, h2.cs-imgThe img, h2.cs-imgTylenol img, h2.cs-imgTyson img,h2.cs-imgLo img {
   	 height: 90px;
		margin-bottom:0;
	}	

	h2.cs-imgCoca img,h2.cs-imgTylenol img {
 	   padding: 20px;
	}

	h2.trend-text.bebas-neue-bold.cs-tile-title {
		margin: 0!important;
		color: #7f1c64!important;
		font-size: 190%!important;
		font-family: 'Canela Light';
				line-height:1;

	}

	h2.trend-text.bebas-neue-bold.cs-tile-title span {
		margin: 0!important;
		font-family: 'Oswald Light';
		font-weight: 200;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-size: 52%!important;
		color: #376CA5!important;
	}

	.flip-card-back .button_1 {
		margin-bottom: 0!important;
	}
	.cs_back.back__hue {
		background-color: #d7e5fa!important;
	}

/* twt glich fix */
.ctf-carousel .ctf-owl-stage-outer {
    overflow-x: visible!important;
    overflow-y: visible!important;
}

/* mobile responsive */
/* Medium devices (landscape tablets, 768px and below) */

@media only screen and (min-width: 769px) {
	.only-mob,.mob-only {
		display:none;
	}
}

@media only screen and (max-width: 770px) {
	
	html{
		overflow-x:hidden;
	}	
	
  .mob-hide {    
    display: none!important;
  }
  .mob-bg-none {    
    background: none !important;
  }
  .mob-ls-0 {    
    letter-spacing: 0;    
    font-size: 0.8rem;
  }
  .mob-m-20 {    
    margin: 1rem;
  }
  .hero__image {    
    display: none;
  }
  a.mc-btn-action {    
    display: none;
  }
  .mb-hero-head {    
    font-size: 220% !important;    
	 color: #9E1E6A;
    line-height: 130% !important;
	  margin-bottom:0;
  }
	.mb-hero-subhead {    
	 color: #376CA5;
  }
	
  .mb-hero-cta a {    
    margin-bottom: 6% !important;
  }

  .timeline__image {    
    display: none;
  }
  .timeline__spine {    
    width: auto!important;
  }
  .ltitle,.ldesc,.ldate {    
    margin-left: 10%;    
    text-align: left !important;
  }
   .ldesc {    
    margin-left: 1% !important;    
    width: fit-content!important;
  }
  .rdesc {    
    width: fit-content!important;
  }
  .timeline__image,.timeline__spine-row::after {    
    display: none;
  }
  .timeline__spine {    
    display: block;
  }
	
	/* the latest grid */
  .carrd-row {
		width:87%!important;
	}
	
	.carrd {
		margin: 20px 0 20px 0;
	}
	
	.trendbank__text{
		margin-left: 5%;
    	margin-right: 5%;
	}
	/* search hide */
	.search_div{
		display:none;
	}
	/* about page */
	.elementor-1600 .elementor-element.elementor-element-7aa9ba3 {
    padding: 0px 30px 0px 30px!important;
	}
	.elementor-1600 .elementor-element.elementor-element-f2733c5 {
    padding: 0px 30px 0px 30px!important;
	}
	
	.elementor-widget-container{
    margin-left: 1%!important;
    margin-right: 1%!important;
	}
		
	/* approach page */
	.elementor-1589 .elementor-element.elementor-element-f2733c5 {
    padding: 0px 30px 0px 30px!important;
	}
				
	/* trendbank */
	.mob-margin-fix {
    margin: 20px!important;
	}
	.tile-row {
    margin-left: 23px; 
    margin-right: 23px; 
	}
	.row .row {
    margin-right: 0px;
    margin-left: 0px;
	}
	/* twitter feed header */
	#ctf .ctf-header-text p {
    margin-left: 20px!important;
	}
	#ctf,.spacer{ display:none!important;}

	/* buttons */
	.button_1,.button_2 {    
    	letter-spacing: 0;
  	}
	.button_2,.button_2::before, .button_2 span{
		background-color: #434872!important;
 	}
	.button_1, .button_1::before, .button_1 span{
		background-color: #7f1c64!important;
	}
	
	/* interior pages and articles */
	img.articleImages {
    position: relative;
    top: 0;
    max-width: -webkit-fill-available!important;
	}
	
	h3.bebas-neue.page__row-heading {
	    height: auto;
    	margin-top: 10px;
    	margin-bottom: 10px;
	}

	.divider {
	    border: 1px solid #f0f0f0;
	    margin-top: 100px;
	}

	.column, .columns, .attributes {
	    padding-right: 0.5625rem;
	    padding-left: 0.5625rem;
	}

	.marginReduce {
	    margin-top: 10px!important;
	    margin-bottom: 10px!important;
	}

	.full_nltr_row {
	    display: none;
	}

	/* trendbank */
	.flip-card-inner {
    transform: rotateY(180deg);
	}

	.flip-card-inner .button_2 span  {
		display: none;
	}

	.flip-card-inner .button_2  {
		padding: 0.3rem;
		margin-bottom: 5px;
		font-size: 9px;
     	letter-spacing: 2px;
		height:23px;
	}

	.flip-card-back {
		height: 90%;
	}

	.flip-card-front {
		display: none;
	}
	
	.flip-card-back h2 {
		font-size:17px!important;
	}
	
	.flip-card {
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	
	.page-intro--depth {
    	padding-bottom: 1rem;
	}
	
	.flip-card-back h2.Toppling_size,.flip-card-back h2.Adventure_size,.flip-card-back h2.Out_size {
	    font-size: 11px!important;
	}
    	
	.flip-card-inner .button_1  {
		margin-bottom: 5px;
	}

	.page-intro p {
		margin-left: 2px!important;
		margin-right: 2px!important;
	}

	.elementor-1632 .elementor-element.elementor-element-f2733c5 , .elementor-1632 .elementor-element.elementor-element-b28654c, .elementor-1630 .elementor-element.elementor-element-f2733c5, .elementor-1623 .elementor-element.elementor-element-f2733c5 , .elementor-1358 .elementor-element.elementor-element-f2733c5 , .elementor-1358 .elementor-element.elementor-element-b28654c {
		padding: 0 10px 0 10px!important;
	}
	
	/* fat finger timeline fix */
	.fat-finger{
		padding-left: 50px;
		padding-right: 50px;
		background: #f0f0f0;
	}
	
	/* grid button font crunch fix on mob */
	.button-arrow{ margin-left:0!important;}
	.btn_grid { font-size:11px!important; letter-spacing:0.8px!important;}
	
	/* trendpage header fix on mob */
	.hero--short {
    	max-height: 1000px!important;
	}
	
}

.hide_65 {
    display: none!important;
}

.elementor-1557 .elementor-element.elementor-element-ea054cf > .elementor-widget-container {     
	margin: 0px 15% !important; }

span.phonetic {
    font-size: 17px!important;
}

p.trend-deff {
    font-size: 17px!important;
    line-height: 1.4rem!important;
    letter-spacing: 0.9px!important;
}

.head_885 , .head_881 , .head_877 , .head_873 , .head_868 , .head_862 , .head_853 , .head_849 , .head_844 , .head_830 , .head_823 , .head_815 , .head_810 , .head_775 , .head_761 , .head_744 , .head_890 {
    margin-top: 50px!important;
}

/* grid font decreased */
article h2 a span {
    font-size: 18px!important;
    line-height: 26px!important;
}


/* Modal Image Enlarge */

#modalImage
{
    height:70%;
    float:left;
    position:relative;
}
#modalImage img{
    border: 1px solid #333333;
}
#modalImage:hover img
{
    height: 800px;
    width: auto; 
}

/* sticky trends on sidebar */
.article__trend-menu h4 {
    font-family: 'Oswald Light'!important;
    color: #e0e0e0!important;
    text-transform: uppercase!important;
    font-size: 1.2rem!important;
    letter-spacing: 2px!important;
    line-height: 1.2!important;
    padding: 1rem 0px!important;
}

.article__trend-menu {
    background-color: #9e1e6a!important;
    border: 1px solid #551343!important;
    padding-bottom: 1rem!important;
	 box-shadow: 1px 1px 10px 1px #3034528c!important;
}

.article__trend-menu ul li a {
    font-family: 'Canela Light'!important;
    color: #ffffff!important;
    font-size: 1.3rem!important;
    letter-spacing: .52px!important;
    line-height: 1.8!important;
}

/* mobile responsive article trends */
/* Medium devices (landscape tablets, 768px and below) */

@media only screen and (max-width: 769px) {
	.hero.hero--short.row.expanded.align-middle {
    	margin-bottom: 0!important;
	}

	.hero__headline-container {
	    margin-top: 30%!important;
	}
	
	.hero__wrapper .hero__headline-container h3 {
	    line-height: 130%!important;
	}
	
	.head_spacer {
         height: 0px; 
		display:none;
	}
	
	.article__trend-menu {
    box-shadow: none !important;
		border: none!important;
	}

}


/*popup css*/
.popup-wrapper {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 2px 8px #aaa;
	overflow: hidden;
}

.popup-title {
	padding: 10px 15px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #f0f0f0;
}

.popup-title h3 {
	margin: 0;
	line-height: 1.5em;
	color: #333;
}

.popup-body {
	padding: 10px 15px;
	color: #555;
}

.popup-close {
	float: right;
	margin-top: 2px;
	padding: 0;
	font-size: 24px;
	line-height: 1;
	border: 0;
	background: transparent;
	color: #aaa;
	cursor: pointer;
}

.popup-close:hover {
	color: #333;
}

.intro {
	margin-top: 100px;
	text-align: center;
}

.intro h1 {
	color: #aaa;
}

.intro p {
	color: #444;
}

#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4;
	cursor: pointer;
}