/* ------------------------------------------------------------ *\
	Language Selector
\* ------------------------------------------------------------ */

.utility-nav .language-selector select { line-height: 1.6; padding-top: 0; padding-bottom: 0; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.section-intro.intro--gray:after { left: -3px; background: url(../img/juts-shape-gray.png) center no-repeat; }

@media (max-width: 1350px) {
  .intro__content  { margin-bottom: 50px;  }
}

/* ------------------------------------------------------------ *\
	Section Accordion
\* ------------------------------------------------------------ */

.section-accordion { background-color: #f5f5f4; padding: 60px 0; }

.section-accordion .section__head { display: flex; flex-wrap: nowrap; }

.section-accordion .section__entry { width: 70%; padding-right: 40px; }
.section-accordion .section__entry h2 { font-size: 48px; }
.section-accordion .section__entry p { color: #000000; }

.section-accordion .section__image { width: 30%; }

.section-accordion .section__body { margin-top: 60px; }

@media (max-width:414px) {
	.section-accordion .section__head { flex-wrap: wrap; flex-direction: column-reverse; }
	.section-accordion .section__entry { width: 100%; padding-right: 0; }
	.section-accordion .section__image { width: 100%; margin-bottom: 30px; }
	.section-accordion .section__body { margin-top: 10px; }
}

/* ------------------------------------------------------------ *\
	Accordion Services
\* ------------------------------------------------------------ */

.accordion-services { position: relative; display: flex; flex-wrap: nowrap; align-items: stretch; justify-content: flex-start; margin: 0 -10px; }

.accordion-services.accordion-active { margin: 0; }
.accordion-services.accordion-active .accordion__section { padding: 0; }
.accordion-services.accordion-active .accordion__section:not(.accordion__section-active) { width: 0; }
.accordion-services.accordion-active .accordion__section-active { width: 100%; }
.accordion-services.accordion-active .accordion__section-active .accordion__head { margin-right: 20px; }
.accordion-services.accordion-active .accordion__section-active .accordion__body { visibility: visible; width: auto; height: auto; opacity: 1; }

.accordion-services .accordion__section { display: flex; flex-wrap: nowrap; justify-content: space-between; width: 20%; transition: width 0.3s; overflow: hidden; padding: 0 10px;}

.accordion-services .accordion__head { display: flex; flex-direction: column; background-color: #99999b; text-align: center; padding: 40px 20px 80px; }
.accordion-services .accordion__head h2,
.accordion-services .accordion__head h3,
.accordion-services .accordion__head a { color: #fff; line-height: 1.1; }
.accordion-services .accordion__head h3 { font-size: 1.1rem; font-weight: 500; min-height: 120px; margin-bottom: 0; }

.accordion-services .accordion__section:nth-child(even) .accordion__head { background-color: #55565b; }

.accordion-services .accordion__icon { position: relative; width: 162px; height: 162px; padding: 20px; border: solid #ffffff 4px; border-radius: 50%; margin: 0 auto; }
.accordion-services .accordion__icon img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 60%; max-height: 60%; }

.accordion-services .accordion__body { display: flex; width: 0; height: 0; visibility: hidden; opacity: 0; transition: opacity 0.3s; }

.accordion-services .accordion__entry { display: flex; flex-wrap: wrap; width: 70%; background-color: #ebebeb; padding: 50px 25px; }
.accordion-services .accordion__entry p { align-self: flex-start; width: 100%; font-weight: 500; font-size: 1.25rem; line-height: 1.4; }

.accordion-services .accordion__lists { align-self: flex-start; display: flex; justify-content: space-between; }
.accordion-services .accordion__lists ul { width: 47%; font-weight: 500; font-size: 1.25rem; line-height: 1.4; margin-left: 0; margin-bottom: 0; }
.accordion-services .accordion__lists li { font-weight: 500; font-size: 17px; margin-left: 20px; }
.accordion-services .accordion__lists li:first-child { list-style: none; margin-left: 0; }
.accordion-services .accordion__lists li ~ li { margin-top: 30px; }

.accordion-services .accordion__close { align-self: flex-end; width: 100%; text-align: right; }
.accordion-services .accordion__close a { color: #444; font-style: italic; font-weight: 500; font-size: 1.25rem; }
.accordion-services .accordion__close a:hover { color: #000; }
.accordion-services .accordion__close a:before { display: inline; content: '< '; }

.accordion-services .accordion__image { width: calc( 30% - 20px); background-size: cover; background-position: center; background-repeat: no-repeat; margin-left: 20px; }

.accordion-services .visible .accordion__body { display: flex; flex-wrap: nowrap; align-items: stretch; justify-content: space-between; transition: opacity 0.3s; }
.accordion-services .visible .accordion__trigger { display: none; }

/* Spanish */

html[lang="es-ES"] .accordion-services .accordion__head h2 { font-size: 1.8rem; min-height: 120px; }
html[lang="es-ES"] .accordion-services .accordion__head h3 { font-size: 1.4rem; min-height: 180px; }

/* Chinese */

html[lang="zh-hans"] .accordion-services .accordion__head h3 { min-height: 0; }

/* Italian */

html[lang="it-IT"] .accordion-services .accordion__head h3 { font-size: 1.4rem; }

@media (max-width:1170px) {
	.accordion-services .accordion__icon { width: 100px; height: 100px; }
	.accordion-services .accordion__head h2 { font-size: 1.8rem; }
	.accordion-services .accordion__head h3 { font-size: 1rem; min-height: 88px }
	.accordion-services .accordion__entry p,
	.accordion-services .accordion__entry ul { font-size: 1rem; }
	.accordion-services .accordion__close { margin-top: 20px; }

	html[lang="es-ES"] .accordion-services .accordion__head h2 { font-size: 1.5rem; min-height: 100px; }
	html[lang="es-ES"] .accordion-services .accordion__head h3 { font-size: 1.1rem; }

	html[lang="it-IT"] .accordion-services .accordion__head h3 { font-size: 1.1rem; }
}

@media (max-width:950px) {
	.accordion-services .accordion__icon { width: 80px; height: 80px; }
	.accordion-services .accordion__head { padding: 40px 10px 80px; }
	.accordion-services .accordion__head h2 { font-size: 1.4rem; line-height: 1.2; }
	.accordion-services .accordion__entry p,
	.accordion-services .accordion__entry ul { font-size: 0.9rem; line-height: 1.2; }
	.accordion-services .accordion__close a { font-size: 1rem; }

	html[lang="es-ES"] .accordion-services .accordion__head h2 { font-size: 1.1rem; min-height: 0; }
	html[lang="es-ES"] .accordion-services .accordion__head h3 { font-size: 1rem; }

	html[lang="it-IT"] .accordion-services .accordion__head h3 { font-size: 1rem; }
}

@media (max-width:730px) {
	.accordion-services { flex-wrap: wrap; }
	.accordion-services .accordion__section { width: 100% !important; flex-wrap: wrap; padding: 0;  }
	.accordion-services .accordion__head { width: 100%; padding: 10px 40px; }
	.accordion-services .accordion__head h2,
	.accordion-services .accordion__head h3 { margin-bottom: 20px; }
	.accordion-services .accordion__head h3 { min-height: 0; }
	.accordion-services .accordion__body { width: 100%; height: 0; flex-wrap: wrap; }
	.accordion-services .accordion__entry { width: 100%; }
	.accordion-services .accordion__image { width: 100%; min-height: 220px; margin-left: 0; }

	.accordion-services.accordion-active .accordion__section:not(.accordion__section-active) { height: 0px; }
	.accordion-services.accordion-active .accordion__section-active .accordion__head { margin-right: 0px; }
	.accordion-services.accordion-active .accordion__section-active .accordion__body { height: 100%; }

	html[lang="es-ES"] .accordion-services .accordion__head h2 { min-height: 0; }
	html[lang="es-ES"] .accordion-services .accordion__head h3 { min-height: 0; }
}

/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */

.section-team { padding: 60px 0 250px; margin-bottom: 20px; }
.section-team .section__head h2 { font-size: 48px; color: #ff6a13; }

@media (max-width:730px) {
	.section-team { padding: 60px 0; }
}

/* ------------------------------------------------------------ *\
	Members
\* ------------------------------------------------------------ */

.members { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; }

.members .members__row { position: relative; display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; width: 100%; }

/* ------------------------------------------------------------ *\
	Members Mobile
\* ------------------------------------------------------------ */

.members-mobile { display: none; }

@media (max-width:730px) {
	.members-mobile { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch }
	.members-mobile .members__row { position: relative; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; width: 100%; }
}

/* ------------------------------------------------------------ *\
	Member
\* ------------------------------------------------------------ */

.member { width: 20%; }

.member .member__head a { display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.member .member__head img { width: 100%; height: auto; transition: all .5s ease; opacity: 1; }
.member .member__head.current-image img { opacity: 0; }
.member .member__head:hover img { opacity: 0; }

.member .member__body { position: absolute; top: 100%; left: 0; display: none; width: 60%; background-color: #99999b; background-color: rgba(153,153,153,0.9); padding: 60px; z-index: 9; }
.member .member__body h3 { display: inline-block; }
.member .member__body h3,
.member .member__body p { color: #fff; }

.member .member__body .member__social { color: #ffffff; font-size: 1.6875rem; line-height: 1.4; margin-left: 20px; }
.member .member__body .fa-stack { height: 100%; width: auto; line-height: 1.4; }

.member .member__body.current-bio--right { left: auto; right: 0; }

.member .member__close { display: block; text-align: right; margin-top: 20px; color: #fff; }

@media (max-width:950px) {
	.member .member__body { width: 80%; padding: 40px; }
}

@media (max-width:730px) {
	.members { display: none; }
}

/* Member Image */

.member-image { width: 50%; }

.member-image a { display: block; height: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }
.member-image img { width: 100%; height: auto; transition: all .5s ease; opacity: 1; }
.member-image.current-image img { opacity: 0; }
.member-image:hover img { opacity: 0; }

/* Member Bio */

.member-bio { display: none; min-width: 100%; width: 100%; background-color: #99999b; background-color: rgba(153,153,153,0.9); padding: 20px; }
.member-bio h3 { display: inline-block; }
.member-bio h3,
.member-bio p { color: #fff; }

.member-bio .member__social { color: #ffffff; font-size: 1.6875rem; line-height: 1.4; margin-left: 20px; }
.member-bio .fa-stack i { display: inline-block; line-height: 1; }

.member-bio .member__close { display: block; text-align: right; margin-top: 20px; color: #fff; }

/* ------------------------------------------------------------ *\
	Section Fullwidth Callout
\* ------------------------------------------------------------ */

.section-fullwidth-callout { text-align: center; padding: 60px 0 40px; margin-bottom: 45px; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn-green.btn-green--alt { width: auto; }
.section-callout .section__actions .btn-green { font-size: 14px; padding: 10px; }
.section-callout .btn--additional { line-height: 1.3; }

.btn-close { position: absolute; top: 15px; right: 14px; width: 40px; height: 40px; display: block; content: ''; background: url(../img/ico-close-popup.png) no-repeat 0 0/cover; background-color: #84C11C;  transition: all 0.3s; }
.btn-close:hover { opacity: 0.7; }

/* ------------------------------------------------------------ *\
	Idea Alt
\* ------------------------------------------------------------ */

.section-ideas--alt .ideas .idea.idea--alt { padding: 20px; flex: 0 1 29%; }
.section-ideas--alt h2 { font-size: 48px; }

@media (max-width:950px) {
	.section-ideas--alt .ideas { justify-content: space-around; }
	.section-ideas--alt .ideas .idea.idea--alt { flex: 0 1 45%; }
}

/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: none; width: 100%; height: 100%; background-color: #00000080; z-index: 2999999999; }
.popup-overlay.popup--show { display: block; }

.popup { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 900px; max-height: 90vh; background-color: #fff; border-radius: 15px; -webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75); box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75); padding: 75px 30px 30px; }

@media (max-width:1400px) {
	.popup { max-width: none; width: 90vw; max-height: 90vh; overflow-y: auto; }
	.popup iframe { width: 100%; height: 400px; }
}

@media (max-width:670px) {
	.popup iframe { height: 240px; }
}

/* ------------------------------------------------------------ *\
	Loading Gif
\* ------------------------------------------------------------ */

body.loading-gif { position: relative; }
body.loading-gif:before { position: fixed; top: 0; bottom: 0; left: 0; right: 0; display: block; content: ''; background-color: #00000080; z-index: 200000; }

/* ------------------------------------------------------------ *\
	Section Case Studies
\* ------------------------------------------------------------ */

.section-case-studies .section__head h2 { font-size: 48px; }

/* ------------------------------------------------------------ *\
	top-bar-container
\* ------------------------------------------------------------ */

.top-bar-container { z-index: 100; }

.top-bar-container ~ .breadcrumb { margin-top: 140px; }

@media (max-width:1024px) {
	.top-bar-container ~ .breadcrumb { margin-top: 0; }
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.global-footer:before {	background-repeat: no-repeat; }

/* ------------------------------------------------------------ *\
	Section callout btn green
\* ------------------------------------------------------------ */


.intro--post:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 187px;
	height: 76px;
	background: url("assets/img/juts-shape.png") center no-repeat;
	background-size: contain;
}