

body.has-overlay {
	overflow: hidden!important;
}

.js-widget .bkg-image-panel {
	cursor: pointer;
	-webkit-transition: transform 0.4s ease-in-out, -webkit-box-shadow 0.3s ease;
	transition: transform 0.4s ease-in-out, box-shadow 0.3s ease;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

@media only screen and (min-width: 980px) {
	.js-widget .bkg-image-panel.on-hover {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.38);
		box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.38);
		
	}
}

.js-widget .bkg-image-panel.on-highlight {
	z-index: 1001;
	position: relative;
}
.is-exp-icon, 
.is-exp-icon > span {
	position: absolute;
	left: 0;
	top:0;
	width: 28px;
	height: 28px;
}
.is-exp-icon > span {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	z-index: 1;
	border-width: 0 0 28px 28px;
	text-indent: -9999em;
	border-color: transparent transparent #79797B transparent;
}
.grey-panel.bkg-image-panel.double-height { position: relative; }

.is-exp-icon { background-color: #F9D523; 
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	z-index: 1;
}
.js-widget .bkg-image-panel.on-hover .is-exp-icon {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#modaloverlay { 
	background-color: rgba(29,29,27,0); 
	height:100%; 
	left:0; 
	position:absolute; 
	top:0; 
	width:100%; 
	z-index:0;
	-webkit-transition: background-color 0.6s ease-out;
	transition: background-color 0.6s ease-out;
}
#modaloverlay.is-open { z-index: 1000; background-color: rgba(29,29,27,0.4); }
.has-overlay #modaloverlay.is-open { background-color: rgba(29,29,27,0.9); }

.widget-modal { 
	position: absolute;
	z-index: 2001;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display: none;
	overflow: hidden;

}
.widget-stage { 
	background-color: transparent;
	position: absolute;
}
.widget-stage .bkg-image-panel { z-index: 1; }
.widget-stage .bg-canvas, 
.widget__slideshow,
.widget__slide-list,
.widget__slide {  
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
} 
.widget-stage .bg-canvas.yellow { background-color: #F9D523; }
.widget-stage .bg-canvas.grey { background-color: #79797B; }
.widget-stage .bkg-image-panel .right,
.widget-stage .bkg-image-panel .left {
	width:50%;
	position:relative;
}


/* Widget Controls
*/
.widget__close-overlay, .widget__section-label-item a { 
	display: inline-block; 
	height: 38px; 
	line-height: 38px; 
	background-color: #58595b; 
	color: #F9D523; 
	font-weight: 600; 
	font-size: 14px;
	background-repeat: no-repeat;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}
.widget__close-overlay:hover, .widget__section-label-item a:hover { background-color: #68696b; color: #F9D523; }
.widget__close-overlay { top: 116px; right: 0; background-image: url(../images/arrow-cross.svg); background-position: right 12px center; }
.widget__close-overlay,
.widget__section-label-item,
.widget__scroll-arrow { position: absolute; }
.widget__slide-set-navigation,
.widget__section-label-item { list-style: none; margin: 0; padding: 0; }
.widget__section-label-item { bottom: -38px; }
.widget__section-label-item--prev { left: 0; }
.widget__section-label-item--next { right: 0; }
.widget__section-label-item--prev a { padding-left: 36px; padding-right: 16px; background-image: url(../images/yellow-arrow-left.svg); background-position: 12px center; }
.widget__section-label-item--next a { padding-left: 36px; background-image: url(../images/yellow-arrow-right.svg); background-position: right 12px center; }
.widget__section-label-item--next a, .widget__close-overlay { padding-right: 41px; padding-left: 16px; }
.widget__close-overlay { display: none; }

@media only screen and (max-width: 980px) {
	.widget__section-label-item a { font-size: 13px; height: 34px; line-height: 34px; }
	.widget__section-label-item { bottom: -34px; }
}

/* Mobile styles */
@media only screen and (max-width: 450px) {
	.widget__section-label-item { width: calc(50% - 1px); }
	.widget__section-label-item a { width: 100%; display: block; font-size: 12px; }
	.widget__section-label-item--next a { text-align: right; }
}

.widget__scroll-arrow, .widget__scroll-arrow:focus { outline: none; }

.widget__scroll-arrow { 
	border: 0; 
	text-indent: -9999em; 
	background-color: transparent; 
	background-repeat: no-repeat; 
	-webkit-transition: all 0.3s ease; 
	transition: all 0.3s ease; 
	width: 50px; 
	height: 140px; 
	top: calc(50% - 70px);
}
.widget__scroll-arrow--next { background-image: url(../images/yellow-arrow-right-lrg.svg); right: -100px; background-position: left center; }
.widget__scroll-arrow--prev { background-image: url(../images/yellow-arrow-left-lrg.svg); left: -100px; background-position: right center; }
.widget__scroll-arrow.inactive { display: none; }

@media only screen and (min-width: 980px) {
	.widget__scroll-arrow--next:hover { background-position: left 12px center; }
	.widget__scroll-arrow--prev:hover { background-position: right 12px center; }
}

@media only screen and (max-width: 980px) {
	.widget__scroll-arrow {
	    width: 35px;
	    height: 98px;
	    top: calc(50% - 49px);
	}
	.widget__scroll-arrow--next, .widget__scroll-arrow--prev { background-size: 30px auto; }
	.widget__scroll-arrow--next { right: -54px; } 
	.widget__scroll-arrow--prev { left: -54px; }
}


/* Mobile styles 
*/
@media only screen and (max-width: 639px) {
	.widget__scroll-arrow { width: 40px; z-index: 2; height: 40px; top: 0; background-color: #58595b; }
	.widget__scroll-arrow--prev { top: 0; left: 0; }
	.widget__scroll-arrow--next { left: 41px; }
	.widget__scroll-arrow--next, 
	.widget__scroll-arrow--prev { 
		background-position: 50% 50%;
		background-size: auto 27px; 
	}
	.widget__close-overlay {  top: 0; right: 0; }
}


/* The slides 
*/

.widget__slideshow {
	opacity:0;
	z-index: 2;
}
.widget__slide-thumbs {
	z-index: 2;
}
.widget__slide-list {
	z-index: 1;
	overflow: hidden;
}
.widget__slide article {
	display: flex;
	height: 100%;
}
.widget__slide[data-format="squareText"] .widget__slide-content,
.widget__slide[data-format="squareText"] .widget__slide-image,
.widget__slide[data-format="portraitText"] .widget__slide-content,
.widget__slide[data-format="portraitText"] .widget__slide-image { width:50%; }

.widget__slide[data-format="landscapeText"] .widget__slide-content { width: 30%; }
.widget__slide[data-format="landscapeText"] .widget__slide-image { width: 70%; }

.widget__slide[data-format="videoText"] .widget__slide-content { width: 27%; }
.widget__slide[data-format="videoText"] .widget__slide-image { width: 73%; }

.widget__slide { display: none; }

.widget__slide-image {
	overflow: hidden;
	position: relative;
}
.widget__slide-image:before {
	content: '';
	display: block;
}
.widget__slide-image img {
	position: absolute;
	height: auto;
	max-width: none;
	width: 101%;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.widget__slide-image--instagram:after {
	content: '';
	display: block;
	width: 43px;
	height: 43px;
	background: url(../images/instagram-icon-large.svg) no-repeat left top / contain;
	z-index: 5;
	position: absolute;
	left: 16px;
	top: 16px;
}
@media only screen and (max-width: 979px) {
	.widget__slide-image--instagram:after {
		width: 30px;
		height: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.widget__slide-image--instagram:after {
		width: 24px;
		height: 24px;
	}
}

.widget__slide[data-alignment="textLeft"] .widget__slide-image { order: 2; }
.widget__slide[data-alignment="textLeft"] .widget__slide-content { order: 1; }

/* Instagram multi media items
*/
.widget__multi-media-post,
.widget__link-to-post {
	display: block;
	margin: 1.5rem 0;
	background: url(../images/mulltiple-media-items.svg) no-repeat left center / 32px 32px;
	color: #525253;
	padding-left: 41px;
	min-height: 32px;
	line-height: 32px;
	font-weight: 500;
}
.widget__link-to-post {
	background-image: url(../images/link-to-instagram.svg);
}
.widget__multi-media-post:hover, .widget__link-to-post:hover,
.widget__multi-media-post:focus, .widget__link-to-post:focus,
.widget__multi-media-post:active, .widget__link-to-post:active {
	color: #525253;
}
.widget__multi-media-post:hover,
.widget__link-to-post:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 450px) {
	.widget__multi-media-post, .widget__link-to-post { font-size: 14px; background-size: 28px 28px; min-height: 28px; padding-left: 37px; }
}



/* Mobile styles */
@media only screen and (max-width: 979px) and (orientation:portrait) {
	.widget__slide .widget__slide-content,
	.widget__slide .widget__slide-image {  
		-webkit-transition: height 0.4s ease-out;
		transition: height 0.4s ease-out;
	}

	.widget__slide[data-format="squareText"] .widget__slide-content,
	.widget__slide[data-format="squareText"] .widget__slide-image,
	.widget__slide[data-format="portraitText"] .widget__slide-content,
	.widget__slide[data-format="portraitText"] .widget__slide-image { width:100%; }
	.widget__slide[data-format="landscapeText"] .widget__slide-content { width: 100%; }
	.widget__slide[data-format="landscapeText"] .widget__slide-image { width: 100%; }
	.widget__slide[data-format="videoText"] .widget__slide-content { width: 100%; }
	.widget__slide[data-format="videoText"] .widget__slide-image { width: 100%; }

	.widget__slide[data-format="squareText"] .widget__slide-content { height: 50%; }
	.widget__slide[data-format="squareText"] .widget__slide-image { height: 50%; }
	.widget__slide[data-format="portraitText"] .widget__slide-content { height: 30%; }
	.widget__slide[data-format="portraitText"] .widget__slide-image { height:70%; }
	.widget__slide[data-format="landscapeText"] .widget__slide-content { height: 55%; }
	.widget__slide[data-format="landscapeText"] .widget__slide-image { height: 45%; }
	.widget__slide[data-format="videoText"] .widget__slide-content { height: 60%; }
	/*.widget__slide[data-format="videoText"] .widget__slide-image { height: 40%; }*/

	.widget__slide[data-alignment="textLeft"] .widget__slide-image { order: 1; }
	.widget__slide[data-alignment="textLeft"] .widget__slide-content { order: 2; }

	.widget__slide article { flex-wrap: wrap; }

	.widget__slide.text-expanded .widget__slide-content { height: 70%!important; }
	.widget__slide.text-expanded .widget__slide-image { height: 30%!important; }
}

@media only screen and (max-width: 768px) and (orientation:portrait) {
	.widget__slide[data-format="landscapeText"][related-content="true"] .widget__slide-image{ height: 65%; }
	.widget__slide[data-format="landscapeText"][related-content="true"] .widget__slide-content { height: 35%; }
}

@media only screen and (max-width: 450px) and (orientation:portrait) {
	.widget__slide-content { position: relative; }
	.widget__slide-content:after {
		display: block;
		content: '';
		position: absolute;
		width: 100%;
		height: 38px;
		bottom: 0;
		left: 0;
		z-index: 1;
		background: -moz-linear-gradient(top, rgba(249,213,35,0) 0%, rgba(249,213,35,0.73) 52%, rgba(249,213,35,1) 71%, rgba(249,213,35,1) 100%);
		background: -webkit-linear-gradient(top, rgba(249,213,35,0) 0%,rgba(249,213,35,0.73) 52%,rgba(249,213,35,1) 71%,rgba(249,213,35,1) 100%);
		background: linear-gradient(to bottom, rgba(249,213,35,0) 0%,rgba(249,213,35,0.73) 52%,rgba(249,213,35,1) 71%,rgba(249,213,35,1) 100%);
	}
	.widget__slide.text-expanded .widget__slide-content { height: 80%!important; }
	.widget__slide.text-expanded .widget__slide-image { height: 20%!important; }
}

/*@media only screen and (min-width: 769px) and (max-width: 980px) {
	.widget__slide[data-format="landscapeText"][related-content="true"] .widget__slide-image{ height: 65%; }
	.widget__slide[data-format="landscapeText"][related-content="true"] .widget__slide-content { height: 35%; }
}*/



/* Content and typography 
*/

.widget__slide-content {
	padding: 20px 0 0 25px;
	margin-bottom: 30px;
}	
	
.widget__slide-content.oversized {
	margin-bottom: 44px;
	position: relative;
}

.widget__slide-content-inner {
	padding-right: 35px;
	height: 100%;
	width: 100%;
}

.widget__slide-content.oversized .widget__slide-content-inner {
	overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-color: #68696b #F9D523;
	scrollbar-width: thin;
}
.widget__slide-content.oversized .widget__slide-content-scrollable-wrapper {
	width: 100%;
    -webkit-overflow-scrolling: touch;
}
.widget__slide-content.oversized .widget__slide-content-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #F9D523;
}
.widget__slide-content.oversized .widget__slide-content-inner::-webkit-scrollbar {
    background-color: #68696b;
    width: 6px;
} 
.widget__slide-content.oversized .widget__slide-content-inner::-webkit-scrollbar-thumb {
    background-color: #68696b;
}
.widget__slide-content.oversized .widget__slide-content-inner::-webkit-scrollbar-button {
	background-color: #FFF;
}

.widget__slide-content.oversized:after {
	background: -moz-linear-gradient(top, rgba(249,213,35,0) 0%, rgba(249,213,35,0.5) 50%, rgba(249,213,35,1) 100%);
	background: -webkit-linear-gradient(top, rgba(249,213,35,0) 0%,rgba(249,213,35,0.5) 50%,rgba(249,213,35,1) 100%);
	background: linear-gradient(to bottom, rgba(249,213,35,0) 0%,rgba(249,213,35,0.5) 50%,rgba(249,213,35,1) 100%);
	/*background: #777;*/
	bottom: 0;
	left:0;
	width: calc(100% - 8px);
	height: 30px;
	position: absolute;
}
.widget__slide-content.oversized:after,
.widget__slide-content.oversized:before {
	display: block;
	content: '';
}
.widget__slide-content.oversized:before {
	opacity: 0.6;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 10px 0 10px;
	border-color: #FFF transparent transparent transparent;
	position: absolute;
	left: calc(50% - 26px);
	bottom: -25px;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.widget__slide-content.oversized.scroll-end:before {
	opacity: 0;
}


.widget__slide-content p, 
.widget__slide-content h3 { color: #58595b; }

.widget__slide-content p { font-size: 0.9em; margin-bottom: 2em; }

.widget__slide-content h3 {  
	font-size: 32px;
	margin-top: 0;
	line-height: 1.15;
}

.widget__slide-content .widget__bookmark-bar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.5em;
}

.widget__slide-content .widget__chapter-title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 13px;
	font-weight: 500;
	margin: 0 0 2em;
}

.widget__slide-content .widget__slide-chapter-count {
    font-size: 14px;
}

@media only screen and (max-width: 1400px) and (max-height: 720px) {
	.widget__slide-content p.widget__slide-chapter-count,
	.widget__slide-content .widget__chapter-title { margin-bottom: 1em; }
}

@media only screen and (max-width: 1100px) {
	.widget__slide-content h3, .widget__slide-content h4 { font-size: 26px; }
	.widget__slide-content p { font-size: 0.8em; margin-bottom: 1.6em; }
	.widget__slide-content .widget__chapter-title, .widget__slide-content .widget__slide-chapter-count { font-size: 11px; }
}

@media only screen and (max-width: 1200px) and (max-height: 720px) {
	.widget__slide-content h3, .widget__slide-content h4 { font-size: 24px; }
	.widget__slide-content p { font-size: 0.75em; }

}


@media only screen and (min-width: 980px) and (max-width: 1200px) and (max-height: 900px) {
	.widget__slide-content p { font-size: 0.7em; }
}

@media only screen and (max-width: 980px), only screen and (min-width: 980px) and (max-height: 690px) {
	.widget__slide-content h3, .widget__slide-content h4 { font-size: 22px; }
	.widget__slide-content p { font-size: 0.75em; line-height: 1.4; }
	.widget__slide-content { padding: 25px 0 0 20px; margin-bottom: 20px; }
	.widget__slide-content-inner { padding-right: 18px; }
}

@media only screen and (max-width: 450px) {
	.widget__slide-content { padding: 18px 0 0 20px; margin-bottom: 20px; }
	.widget__slide-content-inner { padding-right: 18px; }
}



.widget__slide-thumbs {
	position:absolute;
	bottom: 0;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
.widget__slide-thumbs ol,
.widget__slide-thumbs li { list-style: none; margin: 0; padding: 0; }

ol.widget__thumbnails { display: flex; background-color: #79797B; padding: 6px; display: none; }
.widget__slide-thumbs div { position: relative; width: 90px; overflow: hidden; cursor: pointer; }
.widget__slide-thumbs div:before { position: relative; content:''; display: block; padding-top: 100%; }
.widget__slide-thumbs div:after { position: absolute; top:0; left:0; content:''; display: block; width:100%; height:100%; background-color: rgba(0,0,0,0.4); z-index: 1; -webkit-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; }
.widget__slide-thumbs div:hover:after, .widget__slide-thumbs .is-active div:after { background-color: rgba(0,0,0,0); }
.widget__slide-thumbs .is-active.is-dimmed div:after { background-color: rgba(0,0,0,0.15); }
.widget__slide-thumbs div img { position:absolute; max-width: none; top: 0; width:100%; height:auto; z-index: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translate(-50%); }
.widget__slide-thumbs div.landscapeText img, .widget__slide-thumbs div.videoText img { width:auto; height:100%; }
.widget__slide-thumbs li { margin-right: 6px; }
.widget__slide-thumbs li:last-child { margin-right: 0; }

@media only screen and (max-width: 980px) {
	.widget__slide-thumbs div { width: 70px; }
}

.widget__thumb-dots {
	position:absolute;
	bottom: -30px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
}
.widget__thumb-dots{
	display: flex;
}
.widget__thumb-dots li { position: relative; margin: 0 3px; padding-top:13px; }
.widget__thumb-dots li:after {  
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	background-color: #79797B;
	width:17px;
	height: 1px;
	bottom: 0;
	opacity: 0;
	-webkit-border-radius: 0 0 8.5px 8.5px;
	border-radius: 0 0 8.5px 8.5px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.widget__thumb-dots li.on-hover:after {
	height: 30px;
	opacity: 1;
}
.widget__thumb-dots div {
	position: relative;
	text-indent: -9999em;
	width: 17px;
	height: 17px;
	z-index: 1;
	outline: none;
}
.widget__thumb-dots div:focus { outline: none; }

.widget__thumb-dots li.clicked div:after,
.widget__thumb-dots li.is-active div:after { background-color: #F9D523; }
.widget__thumb-dots li:not(.is-active).on-hover div:after { background-color: #a2a4a5; }

.widget__thumb-dots li:focus { background-color: #79797B; }

.widget__thumb-dots div:before,
.widget__thumb-dots div:after {
	display: block;
	position: absolute;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.widget__thumb-dots div:before {
	width: 17px;
	height: 17px;
	background-color: #79797B;
}
.widget__thumb-dots div:after {
	width: 9px;
	height: 9px;
	top: 4px;
	left: 4px;
	background-color: #79797B;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.widget__embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.widget__embed-container:before { position: absolute; display: block; content:''; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; background: #333; z-index: 0; }
.widget__embed-container iframe, 
.widget__embed-container object, 
.widget__embed-container embed,
.widget__embed-container .instagram-vid { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.widget__slide-image--instagram .widget__embed-container:after {
	display: block;
	position: absolute;
	content: '';
	width: 59px;
	height: 67px;
	background: url(../images/instagram-play-icon.svg) no-repeat 50% 50% / contain;
	top: 50%;
    left: 50%;
    opacity: 0.8;
    z-index: 5;
    transform: translate(-50%, -50%);
    transition: opacity 0.5s ease;
}
.widget__slide-image--instagram .widget__embed-container.isPlaying:after {
	opacity: 0;
}

.widget__slide[data-format="squareText"] .widget__embed-container { padding-bottom: 100%; }

.widget__slide-related.widget__slide-image {
	background-color: #1d1d1b;
}

.widget__slide-related-inner {
	display: flex;
	position: absolute;
	height: calc(100% - 50px);
	width: 100%;
	top:auto;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 17px;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
}

.widget__slide-related-inner .slick-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 100%;
}


.widget__project-item {
	color: #FFF;
	width: 45%;
	margin: 0 10px;
	position: relative;

	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
    order: 0;
    flex: 0 1 auto;
}

.widget__project-item, .widget__project-item.widget__project-item--blog { background-color: #58595b; } /* grey */
.widget__project-item.widget__project-item--project { background-color: #F9D523; } /* yellow */

.widget__project-overlay {
	display: block;
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.widget__project-item:hover, .widget__project-item.widget__project-item--blog:hover { background-color: #686868; }
.widget__project-item.widget__project-item--project:hover { background-color: #FADA3C; }

.widget__content-button {
	background-color: #58595b;
	color: #FFF;
	text-transform: uppercase;
	padding: 4px 8px;
	-webkit-transition: background-color 0.4s ease-out, color 0.4s ease;
	transition: background-color 0.4s ease-out, color 0.4s ease;
}

.widget__content-button:hover { background-color: #686868; color: #F9D523; }

.widget__content-button:active, 
.widget__content-button:visited,  
.widget__content-button:focus {
	color: #FFF;
}

.widget__scroll-controls { position: absolute; top: 0; right: 0; z-index: 1; }
.widget__rc-scroll {
	 overflow: hidden;
	 display: none!important;
	 width: 40px;
	 height: 40px;
	 text-indent: -9999em;
	 background-color: #58595b;
	 background-image: url(../images/yellow-arrow-right.svg);
     background-position: 50% 50%;
     background-repeat: no-repeat;
	 border: 0;
	 -webkit-transition: background-color 0.4s ease-out;
	 transition: background-color 0.4s ease-out;
}
.widget__rc-scroll:hover {
	background-color: #686868;
}
.widget__rc-scroll.widget__rc-scroll--right {
	margin-left: 1px;
}

.widget__rc-scroll.widget__rc-scroll--left {
	 background-image: url(../images/yellow-arrow-left.svg);
}

@media only screen and (min-width: 450px) {
	 .widget__rc-scroll { display: inline-block!important; }
}

@media only screen and (min-width: 640px) and (max-width: 1199px) {
	.widget__rc-scroll { width: 36px; height: 36px; }
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
	.widget__slide-related-inner { padding-top: 0; }
}



.widget__project-content {
	padding: 15px;
	position: relative;
}
.widget__project-content h4 {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
}
.widget__project-item h5 {
	position: absolute;
	background-color: #58595b;
	color: #F9D523;
	z-index: 1;
	font-size: 14px;
	padding: 4px 10px 5px;
	margin: 0;
	font-weight: 400;
	left: 0;
	top: 0;
}
.widget__project-item.widget__project-item--project .widget__project-content h4,
.widget__project-item.widget__project-item--project h5,
.widget__project-item.widget__project-item--project .widget__project-content p { color: #58595b; }
.widget__project-item.widget__project-item--project h5 { background-color: #F9D523; }

.widget__project-content p {
	font-size: 12px;
	margin-bottom: 0.3em;
}
.widget__project-image {
	position:relative;
	overflow: hidden;
}
.widget__project-image:before {
	display: block;
	content: '';
	padding-top: 80%;

	position: relative;
}

.widget__project-image img {
	width: 100%;
}

.widget__project-content .go-to-project {
	display: block;
	font-size: 11px;
}

.widget__project-item .widget__project-content .go-to-project, .widget__project-item.widget__project-item--blog .widget__project-content .go-to-project { color: #F9D523; }
.widget__project-item.widget__project-item--project .widget__project-content .go-to-project { color: #58595b; }

.widget__project-content .go-to-project:hover {
	text-decoration: underline;
}


/* Manufacturing logos
*/
.widget__logo-list-header {
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
    letter-spacing: 0.04em;
    font-weight: 400;
}
.widget__logo-list, .widget__logo-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget__logo-list {
	display: flex;
	flex-wrap: wrap;
}
.widget__logo-list li div {
	background-color: #FFF;
	padding: 5px 6px;
}
.widget__logo-list li { margin: 0 6px 5px 0; }
.widget__logo-list li img { max-height: 16px; height:16px; display: block; width: auto; max-width: none; }

@media only screen and (min-width: 1300px) and (min-height: 700px) {
	.widget__logo-list li img { max-height: 20px; height:20px;}
}

@media only screen and (min-width: 1300px) and (min-height: 800px) {
	.widget__logo-list li img { max-height: 24px; height:24px; }
	.widget__logo-list li div { padding: 9px 6px; }
}

/* Media queries 
*/

@media only screen and (max-width: 1199px) {
	.widget__project-content h4 { font-size: 16px; }
	.widget__project-content { padding: 8px 15px; }
	.widget__project-content p { font-size: 11px; line-height: 1.45; }
}

@media only screen and (min-width: 640px) and (max-width: 1199px) {
	.widget__project-image:before { padding-top: 65%; }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.widget__project-content h4 { font-size: 16px; }
	.widget__project-content { padding: 8px 15px; }
	.widget__project-image:before { padding-top: 70%; }
	.widget__project-content p { font-size: 12px; line-height: 1.45; }
}

@media only screen and (min-width: 1400px) and (min-height: 1000px) {
	.widget__project-image:before {
		padding-top: 90%;
	}
}
@media only screen and (min-width: 1100px) and (min-height: 800px) {
	.widget__project-content h4 { font-size: 20px; }
	.widget__project-content p { font-size: 14px; }
	.widget__project-content .go-to-project { font-size: 13px; }
}
@media only screen and (min-width: 1200px) and (min-height: 800px) {
	.widget__project-content h4 { font-size: 22px; }
}
@media only screen and (min-width: 1200px) and (min-height: 720px) {
	.widget__project-content h4 { font-size: 20px; }
	.widget__project-content p { font-size: 13px; }
	.widget__project-content .go-to-project { font-size: 12px; }
	.widget__content-button {
		padding: 6px 14px;
	}
}
@media only screen and (min-width: 1200px) and (min-height: 900px) {
	.widget__project-content h4 { font-size: 18px; }
}
@media only screen and (min-width: 1400px) and (min-height: 900px) {
	.widget__project-content h4 { font-size: 20px; padding-right: 10%; }
	.widget__project-content p { font-size: 15px; }
	.widget__project-content .go-to-project { font-size: 14px; }
	.widget__project-image:before { padding-top: 72%; }
}
@media only screen and (min-width: 1300px) and (min-height: 840px) {
	.widget__slide-related-inner { padding-top: 32px; padding-bottom: 32px; }
	.widget__content-button { padding: 8px 18px; }
}
@media only screen and (max-height: 700px) {
	.widget__project-image:before {
		padding-top: 75%;
	}
}

@media only screen and (max-height: 675px) {
	.widget__project-image:before {
		padding-top: 75%;
	}
}
@media only screen and (max-height: 650px) {
	.widget__project-image:before {
		padding-top: 68%;
	}
}

@media only screen and (max-width: 980px) {
	.widget__project-content h4 { font-size: 16px; margin-top: 0; }
	.widget__project-content { padding: 10px; }
}

@media only screen and (max-width: 768px) {
	.widget__thumb-dots, .widget__slide-thumbs { display: none; }
}


@media only screen and (max-width: 449px) and (max-height: 675px) {
	.widget__project-content p { display: none; }
	.widget__project-image:before { padding-top: 40%; }
}

@media only screen and (min-width: 450px) and (max-width: 639px) and (max-height: 675px) {
	.widget__project-content p { display: none; }
	.widget__project-image:before { padding-top: 50%; }
}


@media only screen and (min-width: 1024px) and (max-height: 899px) {
	.widget__project-image:before { padding-top: 65%; }
	.widget__project-content p { font-size: 12px; }
	.widget__project-content { padding: 8px 15px; }
}