/* ================================================================================================ */
/* ================================================================================================ */
@charset "UTF-8";

/* styles-person.css */
/* styles relating to elements from page--person.html.twig */

/* -------------------------------------------------------------- base global (1280+) */
/* 2-column: gray BG beyond padding 100% */

.crumb.main {
  display: none;
}
.crumb.side {
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 32px;
	font-size: 11px;
	letter-spacing: 0.8px;
	color: #828682;
}

.second button {
  font-family: "UniversLTW04-75Black";
  color: #222720;
  background-color: #f1b51d;
  border: 1px solid #f1b51d;
  padding: 7px 20px;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}

.crumb.side a {
	color: #828682;
}
.crumb span.pointer {
  font-family: "UniversLTW04-45Light";
}
.crumb span.first {
  font-family: "UniversLTW04-75Black";
}
.crumb span.second {
  display: block;
  font-family: 'UniversLTW04-45Light';
  font-size: 20px;
  cursor: pointer;
  color: #474946;
  letter-spacing: 0.5px;
}
.crumb span.third {
  font-family: "UniversLTW04-45Light";
}
.transparent {
  color: transparent;
}

span.show-form {
  display: none;
  margin-top: 15px;
}

/* ============================================================== 2-column */
/* -------------------------------------------------------------- breakpoint: 0-1280 */
/* 2-column: 100%: padding is removed, replaced with white background (body) */

@media screen and (max-width: 1280px) {
}

/* -------------------------------------------------------------- breakpoint: 1216-1280 */
/* 2-column: 100%: base vert dims */
/* container is resized for no outside padding */

@media screen and (min-width: 1216px) and (max-width: 1280px) {
}

/* -------------------------------------------------------------- breakpoint: 810-1215 2-column fluid widths */
/* 2-column: fluid widths */

@media screen and (min-width: 810px) and (max-width: 1215px) {
}

/* -------------------------------------------------------------- breakpoint: 1080-1215 */
/* 2-column: 1079/1216 88.7%: step-down vertical dims */

@media screen and (min-width: 1080px) and (max-width: 1215px) {
  .crumb.side {
    padding-top: 9px; /* 10 */
    padding-bottom: 28px; /* 32 */
    font-size: 10px; /* 11 */
    letter-spacing: 0.7px;
  }
}

/* -------------------------------------------------------------- breakpoint: 946-1079 */
/* 2-column: 944/1216 77.6%: step-down vertical dims */

@media screen and (min-width: 946px) and (max-width: 1079px) {
  .crumb.side {
    padding-top: 8px; /* 10 */
    padding-bottom: 25px; /* 32 */
    font-size: 9px; /* 11 */
    letter-spacing: 0.6px;
  }
}

/* -------------------------------------------------------------- breakpoint: 810-945 */
/* 2-column: 818/1216 67.3%: step-down vertical dims */

@media screen and (min-width: 810px) and (max-width: 945px) {
  .crumb.side {
    padding-top: 7px; /* 10 */
    padding-bottom: 22px; /* 32 */
    font-size: 9px; /* 11 */
    letter-spacing: 0.6px;
  }
}

/* ============================================================== 1-column */
/* -------------------------------------------------------------- breakpoint: 0-809 */
/* 1-column: base */

@media screen and (max-width: 809px) {
	.crumb.main {
		display: block;
		position: relative;
		color: #FFFFFF;
		background-color: #595C59;
		/*background-color: forestgreen;*/
	}
	.crumb.main a {
		color: #FFFFFF;
	}
}

/* -------------------------------------------------------------- breakpoint: 320-809 1-column fluid widths */
/* 1-column: fluid widths */

@media screen and (min-width: 320px) and (max-width: 809px) {
  .crumb.main {
    padding-left: 3.776041666666667%; /* 29/768 */
  }
}

/* -------------------------------------------------------------- breakpoint: 0-319 1-column min widths */
/* 1-column: minimum widths */

@media screen and (max-width: 319px) {
  .crumb.main {
    padding-left: 12px; /* 29/768 */
  }
}

/* -------------------------------------------------------------- breakpoint: 768 > 760-809 */
/* 1-column: 768/768 = 100%: base vertical dims */

@media screen and (min-width: 760px) and (max-width: 809px) {
  .crumb.main {
    height: 89px; /* base 89 */
    font-size: 13px; /* base 13 */
    letter-spacing: 0.9px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 23px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 719 > 710-759 */
/* 1-column: 719/768 = 93.6%: step-down vertical dims */

@media screen and (min-width: 710px) and (max-width: 759px) {
  .crumb.main {
    height: 83px; /* base 89 */
    font-size: 12px; /* base 13 */
    letter-spacing: 0.9px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 22px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 660 > 650-709 */
/* 1-column: 660/768 = 85.9%: step-down vertical dims */

@media screen and (min-width: 650px) and (max-width: 709px) {
  .crumb.main {
    height: 76px; /* base 89 */
    font-size: 11px; /* base 13 */
    letter-spacing: 0.8px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 20px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 600 > 590-649 */
/* 1-column: 600/768 = 78.1%: step-down vertical dims */

@media screen and (min-width: 590px) and (max-width: 649px) {
  .crumb.main {
    height: 70px; /* base 89 */
    font-size: 10px; /* base 13 */
    letter-spacing: 0.8px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 18px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 550 > 540-589 */
/* 1-column: 550/768 = 71.6%: step-down vertical dims */

@media screen and (min-width: 540px) and (max-width: 589px) {
  .crumb.main {
    height: 64px; /* base 89 */
    font-size: 9px; /* base 13 */
    letter-spacing: 0.8px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 16px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 500 > 490-539 */
/* 1-column: 500/768 = 65.1%: step-down vertical dims */

@media screen and (min-width: 490px) and (max-width: 539px) {
  .crumb.main {
    height: 58px; /* base 89 */
    font-size: 8px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 15px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 460 > 450-489 */
/* 1-column: 460/768 = 59.9%: step-down vertical dims */

@media screen and (min-width: 450px) and (max-width: 489px) {
  .crumb.main {
    height: 53px; /* base 89 */
    font-size: 8px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 14px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 414 > 410-449 */
/* 1-column: 414/768 = 53.9%: step-down vertical dims */

@media screen and (min-width: 410px) and (max-width: 449px) {
  .crumb.main {
    height: 48px; /* base 89 */
    font-size: 7px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 12px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 400 > 395-409 */
/* 1-column: 400/768 = 52.1%: step-down vertical dims */

@media screen and (min-width: 395px) and (max-width: 409px) {
  .crumb.main {
    height: 46px; /* base 89 */
    font-size: 7px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 12px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 375 > 370-394 */
/* 1-column: 375/768 = 48.8%: step-down vertical dims */

@media screen and (min-width: 370px) and (max-width: 394px) {
  .crumb.main {
    height: 43px; /* base 89 */
    font-size: 7px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 12px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 360 > 355-369 */
/* 1-column: 360/768 = 46.9%: step-down vertical dims */

@media screen and (min-width: 355px) and (max-width: 369px) {
  .crumb.main {
    height: 42px; /* base 89 */
    font-size: 7px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 12px; /* base 23 */
  }
}

/* -------------------------------------------------------------- breakpoint: 320 > 0-354 */
/* 1-column: 320/768 = 41.7%: step-down vertical dims */

@media screen and (max-width: 354px) {
  .crumb.main {
    height: 37px; /* base 89 */
    font-size: 7px; /* base 13 */
    letter-spacing: 0.7px; /* base 0.9 */
  }
  .crumb span.pointer {
    font-size: 12px; /* base 23 */
  }
}
