@charset "UTF-8";

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */

	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */

	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */

.no-js .owl-carousel {
	display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
	transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.ico-apple {
	background: url(../css/images/sprite/ico-apple.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 83px;
	height: 112px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-lead {
    background: url(../css/images/sprite/ico-workplace_leadership.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 103px;
	height: 112px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-heart {
	background: url(../css/images/sprite/ico-heart.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 124px;
	height: 112px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-arrow-left {
	background: url(../css/images/sprite/ico-arrow-left.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 38px;
	height: 66px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-arrow-right {
	background: url(../css/images/sprite/ico-arrow-right.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 38px;
	height: 66px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-arrow {
	background: url(../css/images/sprite/ico-arrow.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 8px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-baby-carriage {
	background: url(../css/images/sprite/ico-baby-carriage.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 79px;
	height: 110px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-book {
	background: url(../css/images/sprite/ico-book.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 125px;
	height: 82px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-calendar-2 {
	background: url(../css/images/sprite/ico-calendar-2.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 24px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-calendar {
	background: url(../css/images/sprite/ico-calendar.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
.ico-magnifying-glass {
	background: url(../css/images/sprite/ico-magnifying-glass.png) no-repeat 0 0;
	background-size: 100% 100%;
	width: 19px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.ico-arrow-left {
		background: url(../css/images/sprite/ico-arrow-left@2x.png) no-repeat 0 0;
		width: 38px;
		height: 66px;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
	.ico-arrow-right {
		background: url(../css/images/sprite/ico-arrow-right@2x.png) no-repeat 0 0;
		width: 38px;
		height: 66px;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
	.ico-arrow {
		background: url(../css/images/sprite/ico-arrow@2x.png) no-repeat 0 0;
		width: 8px;
		height: 16px;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
	.ico-calendar-2 {
		background: url(../css/images/sprite/ico-calendar-2@2x.png) no-repeat 0 0;
		width: 24px;
		height: 23px;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
	.ico-magnifying-glass {
		background: url(../css/images/sprite/ico-magnifying-glass@2x.png) no-repeat 0 0;
		width: 19px;
		height: 17px;
		background-size: 100% 100%;
		display: inline-block;
		vertical-align: middle;
		font-size: 0;
	}
}
@font-face {
	font-family: 'FreightSansPro';
	src: url("css/fonts/FreightSansProBook-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightSansProBook-Regular.woff") format("woff"), url("css/fonts/FreightSansProBook-Regular.ttf") format("truetype"), url("css/fonts/FreightSansProBook-Regular.svg#FreightSansProBook-Regular") format("svg");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'FreightSansPro';
	src: url("css/fonts/FreightSansProMedium-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightSansProMedium-Regular.woff") format("woff"), url("css/fonts/FreightSansProMedium-Regular.ttf") format("truetype"), url("css/fonts/FreightSansProMedium-Regular.svg#FreightSansProMedium-Regular") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'FreightSansPro';
	src: url("css/fonts/FreightSansProBold-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightSansProBold-Regular.woff") format("woff"), url("css/fonts/FreightSansProBold-Regular.ttf") format("truetype"), url("css/fonts/FreightSansProBold-Regular.svg#FreightSansProBold-Regular") format("svg");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'FreightTextPro';
	src: url("css/fonts/FreightTextProBook-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightTextProBook-Regular.woff") format("woff"), url("css/fonts/FreightTextProBook-Regular.ttf") format("truetype"), url("css/fonts/FreightTextProBook-Regular.svg#FreightTextProBook-Regular") format("svg");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'FreightTextPro';
	src: url("css/fonts/FreightTextProBook-Italic.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightTextProBook-Italic.woff") format("woff"), url("css/fonts/FreightTextProBook-Italic.ttf") format("truetype"), url("css/fonts/FreightTextProBook-Italic.svg#FreightTextProBook-Italic") format("svg");
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'FreightTextPro';
	src: url("css/fonts/FreightTextPro-Light.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightTextPro-Light.otf") format("opentype"), url("css/fonts/FreightTextPro-Light.woff") format("woff"), url("css/fonts/FreightTextPro-Light.ttf") format("truetype"), url("css/fonts/FreightTextPro-Light.svg#FreightTextPro-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'FreightTextPro';
	src: url("css/fonts/FreightTextPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightTextPro-LightItalic.otf") format("opentype"), url("css/fonts/FreightTextPro-LightItalic.woff") format("woff"), url("css/fonts/FreightTextPro-LightItalic.ttf") format("truetype"), url("css/fonts/FreightTextPro-LightItalic.svg#FreightTextPro-LightItalic") format("svg");
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: 'FreightTextPro';
	src: url("css/fonts/FreightTextPro-Medium.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightTextPro-Medium.otf") format("opentype"), url("css/fonts/FreightTextPro-Medium.woff") format("woff"), url("css/fonts/FreightTextPro-Medium.ttf") format("truetype"), url("css/fonts/FreightTextPro-Medium.svg#FreightTextPro-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'FreightTextPro';
	src: url("css/fonts/FreightTextProBold-Regular.eot?#iefix") format("embedded-opentype"), url("css/fonts/FreightTextProBold-Regular.woff") format("woff"), url("css/fonts/FreightTextProBold-Regular.ttf") format("truetype"), url("css/fonts/FreightTextProBold-Regular.svg#FreightTextProBold-Regular") format("svg");
	font-weight: 700;
	font-style: normal;
}
*,
*:before,
*:after {
	padding: 0;
	margin: 0;
	outline: 0;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
	display: block;
}
html {
	-webkit-tap-highlight-color: transparent;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
	max-width: 100%;
}
img,
iframe {
	border: 0 none;
}
img {
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
b,
strong {
	font-weight: bold;
}
address {
	font-style: normal;
}
svg:not(:root) {
	overflow: hidden;
}
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
	cursor: pointer;
}
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
button,
select {
	text-transform: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
nav ul,
nav ol {
	list-style: none outside none;
}
body {
	font-weight: 200;
	font-size: 20px;
	line-height: 1.4;
	font-family: "FreightTextPro", serif;
	color: #000;
	background: #fff;
	min-width: 320px;
}
a {
	text-decoration: none;
	color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	font-family: "FreightTextPro", serif;
	margin-bottom: calc(1.4em / 2);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	transition: color .5s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #c6341b;
}
h1 {
	font-size: 48px;
	line-height: 1.2;
}
h2 {
	font-size: 44px;
	line-height: 1.05;
}
h3 {
	font-size: 36px;
	line-height: 1.2;
}
h4 {
	font-size: 30px;
	line-height: 1.2;
}
h5 {
	font-size: 24px;
	line-height: 1.2;
}
h6 {
	font-size: 20px;
	line-height: 1.2;
}
p,
ul,
ol,
dl,
table,
blockquote {
	margin-bottom: 1.4em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}
*:focus {
	outline: 2px dashed red !important;
}
@media (max-width: 1024px) {
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 20px;
	}
	body.no-scroll {
		overflow: hidden;
		-webkit-overflow-scrolling: auto;
	}
	h1 {
		font-size: 32px;
		line-height: 1.2;
	}
	h2 {
		font-size: 28px;
		line-height: 1;
	}
	h3 {
		font-size: 30px;
		line-height: 1.1;
	}
	h4 {
		font-size: 24px;
		line-height: 1.2;
	}
	h6 {
		font-size: 18px;
	}
	br.mobile-shown {
		display: none;
	}
}
@media (max-width: 630px) {
	br.mobile-shown {
		display: block;
	}
}
.shell:after,
.shell-secondary:after,
.footer .footer-content:after,
.footer .footer-bar:after {
	content: '';
	display: table;
	line-height: 0;
	clear: both;
}
[class^="title-"] {
	font-family: "FreightTextPro", serif;
}
.title-xxlarge {
	font-size: 48px;
	line-height: 1.2;
}
.title-xlarge {
	font-size: 44px;
	line-height: 1.05;
	text-shadow: 0px 0px 3px #eee;
}
.title-large {
	font-size: 36px;
	line-height: 1;
}
.title-large small {
	display: block;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #6f6f6f;
}
.title-medium {
	font-size: 30px;
	line-height: 1.2;
}
.title-small {
	font-size: 24px;
	line-height: 1.2;
}
.title-xsmall {
	font-size: 20px;
	line-height: 1.2;
}
.title-red {
	color: #c6341b;
}
@media (max-width: 1024px) {
	.title-medium {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.title-xlarge {
		font-size: 28px;
		line-height: 1;
	}
	.title-large {
		font-size: 30px;
		line-height: 1.1;
	}
	.title-medium {
		font-size: 24px;
		line-height: 1.2;
	}
	.title-xsmall {
		font-size: 18px;
	}
}
.no-text {
	display: block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}
.mobile-shown {
	display: none;
}
.mobile-shown-portrait {
	display: none;
}
.desktop-hidden {
    display: none;
}
.fr,
.right {
	float: right;
	display: inline;
}
.fl,
.left {
	float: left;
	display: inline;
}
@media (max-width: 767px) {
	.mobile-hidden {
		display: none;
	}
	.mobile-shown {
		display: inline-block;
	}
    .desktop-hidden {
        display: block; /* Shows on mobile */
    }
}
@media (max-width: 630px) {
	.mobile-hidden-portrait {
		display: none;
	}
	.mobile-shown-portrait {
		display: block;
	}
}
.gsc-results-wrapper-visible {
	margin: 0 9%;
}
.gsc-adBlock {
	display: none !important;
}

.shell {
  max-width: 1170px;
}

.shell,
.shell-secondary,
.shell-tertiary,
.shell-quaternary {
	margin: auto;
}
.shell-secondary {
	max-width: 1055px;
}
.shell-tertiary {
	max-width: 670px;
}
.shell-quaternary {
	max-width: 960px;
}
@media (min-width: 768px) {
	.shell,
	.shell-secondary,
	.shell-tertiary,
	.shell-quaternary {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.shell,
	.shell-secondary,
	.shell-tertiary {
		padding: 0 13px;
	}
}
.btn {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background: #c6341b;
	border: 1px solid #ec4427;
	border-radius: 0;
	padding: 6px 19px;
	transition: background .5s, border-color .5s;
	appearance: none;
    &.btn-gray {
        background: #6f6f6f;
        border-color: #6f6f6f;
        color: #fff;
    }
    &.btn-transparent {
        background: transparent;
        border-color: #6f6f6f;
        color: #000;
        &:hover,
        &:focus {
            color: #fff;
            background-color: #6f6f6f;
        }
    }
}
.btn:hover,
.btn:focus {
	background: #000;
	border-color: #000;
}
.btn-small {
	font-family: "FreightTextPro", serif;
	text-transform: none;
	padding: 6px 16px;
}
.btn-menu {
	display: none;
}
@media (max-width: 767px) {
	.btn-menu {
		display: inline-block;
		vertical-align: middle;
		width: 29px;
		height: 23px;
		position: relative;
	}
	.btn-menu span {
		top: 50%;
		transform: translateY(-50%);
		opacity: 1;
		transition: background .5s;
	}
	.btn-menu span,
	.btn-menu span:before,
	.btn-menu span:after {
		background: #000;
		width: 100%;
		height: 5px;
		position: absolute;
		left: 0;
	}
	.btn-menu span:before,
	.btn-menu span:after {
		content: '';
		transition: top .5s;
	}
	.btn-menu span:before {
		top: -9px;
	}
	.btn-menu span:after {
		top: 9px;
	}
	.btn-menu.active span {
		background: transparent;
	}
	.btn-menu.active span:before,
	.btn-menu.active span:after {
		top: 0;
		transition: transform .5s;
	}
	.btn-menu.active span:before {
		transform: rotate(-45deg);
	}
	.btn-menu.active span:after {
		transform: rotate(45deg);
	}
}
@media (max-width: 767px) {
	.btn-transparent {
		font-size: 0;
		line-height: 0;
		text-indent: -4000px;
		background: transparent;
		border: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.btn-transparent:hover,
	.btn-transparent:focus {
		background: transparent;
	}
}
.btn-block {
	display: block;
	border: 1px solid #c6341b;
	padding: 7px;
	margin-bottom: 7px;
}
.btn-block:before {
	content: 'Open';
}
.btn-block .fa {
	float: right;
	position: relative;
	top: 2px;
}
.btn-block .fa-minus-square {
	display: none;
}
.btn-block.active:before {
	content: 'Close';
}
.btn-block.active .fa-plus-square {
	display: none;
}
.btn-block.active .fa-minus-square {
	display: inline-block;
}
.link-action {
	display: inline-block;
	font: 500 16px/1.2 "FreightTextPro", serif;
	color: #c6341b;
	transition: color .5s;
}
.link-action:hover,
.link-action:focus {
	color: #037c97;
}
.link-action .ico-calendar {
	vertical-align: middle;
	margin: -3px 7px 0 0;
}
.link-action .fa {
	font-size: 12px;
	margin-left: 3px;
}
[class^="list"] {
	list-style: none;
}
.list-contacts {
	font: 700 14px/1.2 "FreightTextPro", serif;
	text-transform: uppercase;
}
.list-contacts span {
	color: #555;
}
.list-contacts li + li {
	margin-top: 19px;
}

.list-contacts .btn {
	margin-left: 10px;
	position: relative;
	top: 9px;
	left: 33px;
}
.list-contacts .btn.no-position {
	display: inline-block;
	margin-left: 0;
	margin-top: 8px;
	margin-bottom: 5px;
	position: static;
}
.list-contacts .btn.no-position ~ .btn {
	margin-left: 10px;
}
@media (max-width: 1190px) {
	.list-contacts li + li {
		margin-top: 15px;
	}
	.list-contacts .btn {
		position: static;
	}
}
@media (max-width: 767px) {
	.list-contacts li:after {
		content: '';
		display: table;
		line-height: 0;
		clear: both;
	}
}
.list-checkboxes {
	padding: 34px 0 64px 41px;
}
.list-checkboxes li + li {
	margin-top: 11px;
}
@media (max-width: 767px) {
	.list-checkboxes {
		padding: 20px 0 30px 0;
	}
	.list-checkboxes li + li {
		margin-top: 11px;
	}
}
.bar {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	background: #003063;
	padding: 5px 0;
	margin-bottom: 18px;
}
.bar-secondary {
	max-width: 1200px;
	margin: 0 auto;
}
.bar a:hover,
.bar a:focus {
	text-decoration: underline;
}
.bar .bar-content {
	font-weight: 500;
	font-family: "FreightTextPro", serif;
	float: left;
}
.bar .bar-actions {
	float: right;
}
.bar a, .bar button, .bar .gg-links span {
	float: right;
	font-size: 16px;
	text-decoration: none;
	font-weight: 400;
	margin-right: 8px;
  }

.bar p.gg-links a, .bar p.gg-links span{
	float: none;
	margin: 0px;
}

.bar p.gg-links span{
	font-size: 12px;
	bottom: 2px;
	position: relative;
	padding: 0px 4px;
}

.bar p.gg-links strong{
	margin-right: 3px;
}

.gg-links .active{
	color: #add8e6;
	pointer-events: none;
	cursor: default;
}

p.gg-links .active:after{
	content: '';
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #003063;
	top: 31px;
	margin-left: -60px;
	position: absolute;
}

.logo {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	background: url(../css/images/logo.png) center center no-repeat;
	background-size: 100% auto;
	width: 243px;
	height: 51px;
}
@media (max-width: 1024px) {
	.logo {
		width: 202px;
		height: 42px;
	}
}
@media (max-width: 767px) {
	.logo {
		width: 159px;
	}
}
.logo-small {
	background-image: url(../css/images/logo-small.png);
	width: 352px;
	height: 46px;
}
.logo-berkeley {
	background-image: url(../css/images/logo-berkeley.png);
	width: 132px;
	height: 41px;
}
.header {
	padding: 0 0 16px;
}
.header .header-content {
	float: right;
	position: relative;
	top: 16px;
}
.header .logo {
	float: left;
}
.header .nav,
.header .nav-wrapper,
.header .search {
	display: inline-block;
	vertical-align: middle;
}
.header .nav + .nav {
	padding-left: 20px;
	margin-left: 15px;
	position: relative;
	z-index: 6;
}
.header .nav + .nav:before {
	content: '';
	background: #000;
	width: 1px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
}
.header .search {
	padding: 0 10px 0 24px;
}
.search-result-container {
    margin-top: 30px;
}
@media (max-width: 1190px) {
	.header {
		padding: 0 0 16px 0;
	}
	.header .header-content {
		top: 25px;
	}
	.header .nav + .nav {
		padding-left: 15px;
		margin-left: 12px;
	}
	.header .nav + .nav:before {
		top: 5px;
	}
}
@media (max-width: 1070px) {
    .header .logo {
        width: 195px;
    }
}
@media (max-width: 1024px) {
	.header {
		padding: 0 0 15px 0;
		position: relative;
		z-index: 15;
	}
	.header .header-content {
		float: none;
		position: static;
	}
	.header .logo {
		display: block;
	}
	.header .search {
		position: absolute;
		right: 0px;
		z-index: 15;
        padding: 16px 10px 0 24px;
        top: 54px;
	}
	.header .nav-wrapper {
		float: right;
		padding: 18px 26px 0px  0px;
	}
}
@media (max-width: 990px) {
    .header .header-content {
        display: flex;
        align-items: center;
        float: right;
        justify-content: center;
	}
    .header .search {
        display: flex;
        top: unset;
    }
}
@media (max-width: 950px) {
	.header .logo,
	.header .nav-wrapper {
		float: none;
	}
	.header .nav-wrapper {
		display: block;
		text-align: center;
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.header {
		padding: 0 0 20px 0;
	}
	.header .header-content {
		float: right;
	}
	.header .nav,
	.header .nav-wrapper {
		display: block;
	}
	.header .nav + .nav {
		border-top: 1px solid #fff;
		padding: 16px 0 0;
		margin: 19px 0 0;
	}
	.header .nav + .nav:before {
		display: none;
	}
	.header .nav-wrapper {
		text-align: center;
		color: #fff;
		background: #003063;
		width: 100%;
		height: calc(100vh - 100px);
		position: absolute;
		top: 100%;
		left: 0;
		visibility: hidden;
		opacity: 0;
		transition: visibility .5s, opacity .5s;
		overflow: auto;
	}
	.header .logo {
		float: left;
	}
	.header .search {
		padding: 0;
		position: static;
	}
	.header .btn-menu {
		margin: 4px 1px 0 15px;
	}
	.header.open .nav-wrapper {
		visibility: visible;
		opacity: 1;
	}
}
.nav {
	font: 500 18px/1.2 "FreightTextPro", serif;
	letter-spacing: .01em;
}
.nav li {
	display: inline-block;
	vertical-align: middle;
}
.nav li + li {
	margin-left: 17px;
}
.nav a {
	transition: color .5s;
}
.nav a:hover,
.nav a:focus {
	color: #c6341b;
}
.nav .nav-link-red {
	color: #c6341b;
}
.nav .current > a {
	color: #c6341b;
}
@media (max-width: 1190px) {
	.nav li + li {
		margin-left: 10px;
	}
}
.nav-primary li,
.nav-utilities li {
	position: relative;
	z-index: 10;
}
.nav-primary li:hover .dropdown-secondary,
.nav-primary li:focus .dropdown-secondary,
.nav-utilities li:hover .dropdown-secondary,
.nav-utilities li:focus .dropdown-secondary {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.nav-primary .dropdown-secondary,
.nav-utilities .dropdown-secondary {
	width: 220px;
	margin-top: 21px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translateX(-105px);
	visibility: hidden;
	opacity: 0;
	transition: top .5s, visibility .5s, opacity .5s;
}
.nav-primary .dropdown-secondary li,
.nav-utilities .dropdown-secondary li {
	display: block;
}
.nav-primary .dropdown-secondary li + li,
.nav-utilities .dropdown-secondary li + li {
	margin: 0;
}
@media (max-width: 1190px) {
	.nav-primary .dropdown-secondary,
	.nav-utilities .dropdown-secondary {
		padding-top: 12px;
	}
}
@media (max-width: 1024px) {
	.nav-primary .dropdown-secondary,
	.nav-utilities .dropdown-secondary {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	.nav-primary li,
	.nav-utilities li {
		display: block;
	}
	.nav-primary li + li,
	.nav-utilities li + li {
		margin: 0;
	}
	.nav-primary a,
	.nav-utilities a {
		display: block;
		padding: 9px 7px;
	}


	.nav-primary .dropdown-secondary,
	.nav-utilities .dropdown-secondary {
		width: 100%;
		max-height: 0;
		padding: 0;
		position: static;
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
		overflow: hidden;
		transition: max-height .5s;
		display:none;
	}
	.nav-primary .has-dd.active .dropdown-secondary,
	.nav-utilities .has-dd.active .dropdown-secondary {
		max-height: 1000px;
		display:block;
	}
}
.nav-secondary {
	font: 700 20px/1.2 "FreightTextPro", serif;
}
.nav-secondary > ul > li {
	border-bottom: 1px solid #d8d9d9;
	padding-bottom: 12px;
}
.nav-secondary > ul > li + li {
	margin-top: 11px;
}
.nav-secondary a:not([class^="btn"]) {
	display: block;
	padding: 0 18px;
	transition: color .5s;
}
.nav-secondary a:not([class^="btn"]):hover,
.nav-secondary a:not([class^="btn"]):focus {
	color: #c6341b;
}
.nav-secondary a.donate-sidebar-link:hover,
.nav-secondary a.donate-sidebar-link:focus{
	color:#fff !important;
	text-decoration: underline;
}
.nav-secondary .dropdown {
	max-height: 0;
	padding-left: 20px;
	overflow: hidden;
	transition: max-height .5s;
}
.nav-secondary .current > a:not([class^="btn"]) {
	color: #c6341b;
}
.nav-secondary .current .dropdown {
	max-height: 1000px;
}
.nav-secondary .btn-block {
	display: none;
}
#nav_categories {
	margin: 0 0 10px 20px;
}
#nav_categories li a {
	color: #c6341b;
}
@media (max-width: 767px) {
	.nav-secondary {
		font-size: 18px;
	}
	.nav-secondary > ul > li {
		padding-bottom: 9px;
	}
	.nav-secondary > ul > li + li {
		margin-top: 8px;
	}
	.nav-secondary a:not([class^="btn"]) {
		padding: 0 7px;
		transition: color .5s;
	}
	.nav-secondary a:not([class^="btn"]):hover,
	.nav-secondary a:not([class^="btn"]):focus {
		color: #c6341b;
	}
}
.intro {
	line-height: 1.2;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 248px 0 97px;
	position: relative;
	z-index: 5;
	height: 500px;
	max-height: 500px;
	/*&:before { content: ''; background: rgba(255, 255, 255, .2); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }*/
}
.intro--vignette {
	-webkit-box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 250px 0px rgba(0,0,0,0.5);
}
.intro h1 {
	padding-bottom: 17px;
}
.intro .intro-content {
	width: calc(50% - 15px);
	float: right;
}
.intro a {
	text-decoration: underline;
}
@media (max-width: 1190px) {
	.intro {
		padding: 240px 0 90px;
		height: 450px;
		max-height: 450px;
	}
	.intro .intro-content {
		width: 50%;
	}
}
@media (max-width: 1024px) {
	.intro {
		padding: 110px 0 80px;
	}
	.intro .intro-content {
		width: 80%;
		float: none;
		margin: auto;
	}
}
@media (max-width: 767px) {
	.intro {
		padding: 64px 0 21px;
		height: 350px;
		max-height: 350px;
	}
	.intro--vignette {
		-webkit-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.5);
		box-shadow: inset 0px 0px 150px 0px rgba(0,0,0,0.5);
	}
	.intro h1 {
		padding-bottom: 0;
	}
	.intro .intro-content {
		width: 100%;
	}
}
.intro-secondary {
	background-size: cover;
	height: 0;
	padding: 15.38%;
	width: 100%;
	background-repeat: no-repeat;
}
.intro-secondary.mobile-shown {
	padding: 30.65%;
}
.search .search-inner {
	background: #003063;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	transition: visibility .5s, opacity .5s;
}
.search .search-content {
	width: 450px;
	padding: 50px 0;
	margin: auto;
	position: relative;
}
.search .search-label {
	display: block;
	font-size: 28px;
	color: #fff;
	padding-bottom: 10px;
}
.search .search-field {
	background: #fff;
	border: 0;
	border-radius: 0;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	margin-bottom: 20px;
}
.search .search-btn {
	width: 100%;
	margin-bottom: 20px;
}
.search .search-close {
	font-size: 30px;
	color: #ddd5c7;
	position: absolute;
	top: 20px;
	right: 0;
}
.search.open .search-inner {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 767px) {
	.search .search-content {
		width: 100%;
		padding: 40px 20px;
	}
	.search .search-close {
		top: 10px;
		right: 20px;
	}
}
.updates {
	display: flex;
	justify-content: space-between;
	list-style: none;
	border-bottom: 1px solid #ddd5c7;
}
.updates .update {
	width: calc(100% / 3);
	position: relative;
	padding: 20px;
}
.updates .update + .update:before {
	content: '';
	background: #ddd5c7;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 1px;
	left: -5px;
}
.updates .update a:hover,
.updates .update a:focus {
	text-decoration: underline;
}
@media (max-width: 1190px) {
	.updates {
		padding-bottom: 10px;
		margin-top: 15px;
	}
	.updates .update + .update:before {
		top: 5px;
	}
	.updates .update:first-child {
		padding-left: 5px;
	}
	.updates .update:last-child {
		padding-right: 5px;
	}
}
@media (max-width: 1024px) {
	.updates {
		flex-wrap: wrap;
	}
	.updates .update {
		width: 50%;
		margin: 6px 0;
	}
	.updates .update + .update:before {
		height: 100%;
	}
	.updates .update,
	.updates .update:first-child,
	.updates .update:last-child {
		padding: 10px 10px 0;
	}
	.updates .update:nth-child(2n+1):before {
		display: none;
	}
}
@media (max-width: 767px) {
	.updates {
		display: block;
		padding-top: 4px;
	}
	.updates .update {
		width: 100%;
		padding: 19px 0 20px;
		margin: 0;
	}
	.updates .update + .update {
		border-top: 1px solid #ddd5c7;
	}
	.updates .update + .update:before {
		display: none;
	}
	.updates .update:first-child {
		padding: 0 0 20px;
	}
	.updates .update:last-child {
		padding: 21px 0 20px;
	}
}
.update {
	font: 500 14px/1.2 "FreightTextPro", serif;
	color: #6f6f6f;
	padding: 11px 20px 0;
}
.update:after {
	content: '';
	display: table;
	line-height: 0;
	clear: both;
}
.update .update-image {
	float: left;
	margin-right: 14px;
}
.update .update-image a {
	display: block;
}
.update .update-content {
	overflow: hidden;
}
.update .update-title {
	line-height: 1.2;
	color: #000;
	margin-top: -2px;
}
.update .update-title:not(:last-child) {
	margin-bottom: 8px;
}
.update .update-meta {
	text-transform: uppercase;
}
.update .link-action {
	margin-top: 20px;
}
@media (max-width: 1190px) {
	.update {
		padding: 10px 10px 0;
	}
	.update .update-image {
		margin-right: 10px;
	}
	.update .update-title {
		margin-top: 0;
	}
	.update .link-action {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.update .update-image {
		margin-right: 14px;
	}
	.update .update-title {
		margin-top: -1px;
	}
	.update .link-action {
		margin-top: 19px;
	}
}
.section {
	text-align: center;
	padding: 40px 0 67px;
}
.section h3 {
	margin-bottom: 23px;
}
.section-features {
	background: #f5f2ee;
	padding: 75px 0 90px;
}
.section-features .section-title {
	text-align: center;
	padding-bottom: 41px;
}
.section-slider {
	padding: 86px 0 118px;
}
.section-slider .section-title {
	margin-bottom: 49px;
}
.section-secondary {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 116px 0 137px;
}
.section-secondary h2 {
	font-weight: 200;
	margin-bottom: 20px;
}
.section-secondary h3 a {
	color: #c6341b;
	transition: color .5s;
}
.section-secondary h3 a:hover,
.section-secondary h3 a:focus {
	color: #000;
}
.section-secondary .section-body {
	width: 51%;
	padding-left: 39px;
}
.section-secondary .section-title {
	font-family: "FreightTextPro", serif;
	margin-bottom: 28px;
}
@media (max-width: 1190px) {
	.section,
	.section-features,
	.section-slider,
	.section-secondary {
		padding: 60px 0;
	}
}
@media (max-width: 1024px) {
	.section,
	.section-features,
	.section-slider,
	.section-secondary {
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	.section {
		padding: 21px 0 47px;
	}
	.section h3 {
		margin-bottom: 10px;
	}
	.section-features {
		padding: 33px 0 40px;
	}
	.section-features .section-title {
		padding-bottom: 19px;
	}
	.section-features .shell-secondary {
		padding: 0 30px;
	}
	.section-slider {
		padding: 24px 0 78px;
	}
	.section-slider .section-title {
		margin-bottom: 28px;
	}
	.section-secondary {
		padding: 49px 0 63px;
		position: relative;
	}
	.section-secondary h2,
	.section-secondary .section-title {
		margin-bottom: 0;
	}
	.section-secondary .section-body {
		width: 100%;
		padding-left: 0;
	}
}
.section-tertiary > h1 {
	margin-bottom: 37px;
}
.section-tertiary > h1 + .profiles {
	margin-top: -7px;
}
.section-tertiary .section-group {
	background: #f5f2ee;
	padding: 33px 30px 31px;
	position: relative;
	left: -30px;
}
.section-tertiary .section-group + .section-group {
	margin-top: 80px;
}
.section-tertiary .section-group + .section-group-secondary {
	margin-top: 39px;
}
.section-tertiary .section-group > .title-large {
	margin-bottom: 22px;
}
.section-tertiary .section-group-secondary {
	background: transparent;
	padding: 33px 30px 30px;
}
.section-tertiary .section-group-secondary > .title-large {
	margin-bottom: 34px;
}
.section-tertiary .section-actions {
	text-align: right;
	padding: 41px 7px 15px;
}
@media (max-width: 1190px) {
	.section-tertiary > h1 {
		margin-bottom: 30px;
	}
	.section-tertiary > h1 + .profiles {
		margin-top: 0;
	}
}
@media (max-width: 1024px) {
	.section-tertiary .section-group {
		padding: 25px;
		position: static;
	}
	.section-tertiary .section-group + .section-group,
	.section-tertiary .section-group + .section-group-secondary {
		margin-top: 30px;
	}
	.section-tertiary .section-group > .title-large {
		margin-bottom: 20px;
	}
	.section-tertiary .section-group-secondary > .title-large {
		margin-bottom: 30px;
	}
	.section-tertiary .section-actions {
		padding: 30px 5px 10px;
	}
}
@media (max-width: 767px) {
	.section-tertiary {
		font-size: 17px;
		line-height: 1.4;
	}
	.section-tertiary h1 {
		margin-bottom: 22px;
	}
	.section-tertiary .section-group {
		padding: 15px;
	}
	.section-tertiary .section-group > .title-large {
		margin-bottom: 15px;
	}
	.section-tertiary .section-group-secondary > .title-large {
		margin-bottom: 15px;
	}
	.section-tertiary .section-actions {
		padding: 15px 0 0;
	}
}
.section-testimonials {
	padding-bottom: 32px;
}
@media (max-width: 1190px) {
	.section-testimonials {
		padding-bottom: 0;
	}
}
.section-tabs {
	padding-top: 4px;
}
.section-tabs .section-head {
	padding-bottom: 36px;
}
.section-tabs .section-head h1 {
	margin-bottom: 6px;
}
@media (max-width: 479px) {
	.section-tabs {
		padding-top: 0;
	}
	.section-tabs .section-head {
		padding-bottom: 15px;
	}
}
.section-announcements .title-large {
	margin-bottom: 14px;
}
.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.features .feature {
	width: calc(50% - 16px);
	margin-bottom: 34px;
}
@media (max-width: 1190px) {
	.features .feature {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.features {
		display: block;
	}
	.features .feature {
		width: 100%;
		margin-bottom: 14px;
	}
}
.feature {
	background: #fff;
}
.feature a {
	transition: color .5s;
}
.feature a:hover,
.feature a:focus {
	color: #c6341b;
	text-decoration: underline;
}
.feature .feature-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 67%;
}
.feature .feature-body {
	padding: 50px 50px 45px 32px;
}
.feature .feature-body img {
	margin-bottom: 27px;
}
.feature .feature-title {
	font-weight: 200;
	line-height: 1.4;
	font-family: "FreightTextPro", serif;
}
.feature .title-large {
	margin: 15px 0 38px;
}
@media (max-width: 1190px) {
	.feature .feature-body {
		padding: 40px 30px;
	}
	.feature .feature-body img {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.feature .feature-image {
		padding-top: 68%;
	}
	.feature .feature-body {
		min-height: 177px;
		padding: 27px 1px 26px 13px;
	}
	.feature .feature-body img {
		width: 206px;
		margin-bottom: 13px;
	}
	.feature .feature-body .logo-thnx4 {
		width: 136px;
		margin: -5px 0 3px;
	}
	.feature .title-large {
		font-size: 22px;
		line-height: 1.2;
		margin: -6px 0 11px;
	}
	.feature .title-xsmall {
		line-height: 1.2;
	}
}
.service {
	line-height: 1.2;
	padding: 0 22px;
}
.service .service-image {
	height: 115px;
	margin-bottom: 45px;
	position: relative;
}
.service .service-image em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.service .title-medium {
	font-weight: 700;
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.service {
		font-size: 18px;
		line-height: 1.2;
		padding: 0;
	}
	.service .service-image {
		margin-bottom: 29px;
		position: relative;
	}
	.service .service-image em {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.service .title-medium {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 7px;
	}
}
.slider-services {
	position: relative;
	z-index: 5;
}
.slider-services .slider-arrow {
	margin-top: -16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
.slider-services .slider-prev {
	left: -50px;
}
.slider-services .slider-next {
	right: -50px;
}
@media (max-width: 1190px) {
	.slider-services {
		padding: 0 40px;
	}
	.slider-services .slider-arrow {
		margin-top: 0;
	}
	.slider-services .slider-prev {
		left: -10px;
	}
	.slider-services .slider-next {
		right: -10px;
	}
}
@media (max-width: 767px) {
	.slider-services {
		padding: 0 11px;
	}
	.slider-services .slider-arrow {
		margin-top: -71px;
		transform: scale(0.7, 0.7) translateY(-50%);
	}
	.slider-services .slider-prev {
		left: 4px;
	}
	.slider-services .slider-next {
		right: 4px;
	}
}
.callout {
	background: #fafafa;
	padding: 34px 0;
	margin-bottom:68px;
}
.callout .callout-body {
	display: flex;
	align-items: center;
	justify-content: center;
}
.callout .callout-title {
	font-weight: 300;
	padding: 0 36px 0 20px;
}
@media (max-width: 1190px) {
	.callout {
		padding: 30px 0;
	}
	.callout .callout-title {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.callout {
		position: relative;
		padding: 37px 0;
	}
	.callout .callout-title {
		font-size: 20px;
		padding: 0 0 6px 10px;
	}
}
.footer {
	font-weight: 300;
	font-size: 18px;
	font-family: "FreightTextPro", serif;
	color: #484848;
	background: #f3f3f3;
	padding: 0 0 30px;
}
.footer .footer-bar {
	padding-top: 20px;
}
.footer .footer-nav {
	font-size: 24px;
	line-height: 1.2;
	padding: 3px 82px 0 78px;
	position: relative;
}



.footer .footer-nav:before {
	content: '';
	background: #7a838a;
	width: 1px;
	height: 103px;
	position: absolute;
	top: 9px;
	left: 0;
}
.footer .footer-nav li + li {
	margin-top: 15px;
}
.footer .footer-nav a {
	transition: color .5s;
}
.footer .footer-nav a:hover,
.footer .footer-nav a:focus {
	color: #c6341b;
}
.footer .footer-hop {
	font-size: 14px;
	position: absolute;
	right: 20%;
	color: rgba(0, 0, 0, 0.7);
}
.footer .footer-hop a {
	color: #c6341b;
	text-decoration: none;
}
.footer .footer-hop a:focus,
.footer .footer-hop a:hover {
	text-decoration: underline;
}
.footer .footer-hop .ico-hopstudios {
	background: url(../images/hop_icon_footer.png) no-repeat 0 0;
	width: 22px;
	height: 22px;
	background-size: 100% auto;
	display: inline-block;
}
.footer .slogan,
.footer .logo-berkeley,
.footer .copyright {
	float: left;
}
.footer .copyright p{
	margin-bottom: .5em;
}
.footer .copyright p.footer-compliance{
	font-size: .75em;
}
.footer .footer-nav,
.footer .socials {
	float: right;
}
.footer .shell {
	padding: 0 32px;
}
.footer .slogan {
	width: 70%;
}
.footer .logo-berkeley {
	margin-right: 32px;
}
.footer .copyright {
	margin-top: 10px;
}
.footer .socials {
	padding-right: 2px;
	margin-top: 5px;
}
@media (max-width: 1190px) {
	.footer .footer-nav {
		padding: 0 30px 0 60px;
		position: relative;
	}
	.footer .footer-nav:before {
		height: 100%;
		top: 2px;
	}
	.footer .footer-nav li + li {
		margin-top: 10px;
	}
	.footer .shell {
		padding: 0 20px;
	}
	.footer .slogan {
		width: 80%;
	}
	.footer .logo-berkeley {
		margin-right: 20px;
	}
	.footer .socials {
		padding-right: 0;
	}
}
@media (max-width: 1024px) {
	.footer .footer-nav {
		padding: 0 20px 0 45px;
	}
	.footer .footer-nav:before {
		top: 3px;
	}
	.footer .logo-berkeley {
		margin-right: 10px;
	}
	.footer .slogan {
		width: 75%;
	}
	.footer .socials {
		display: block;
		text-align: center;
		padding-top: 10px;
		float: none;
		clear: left;
	}
	.footer .copyright {
		float: right;
	}
}
@media (max-width: 767px) {
	.footer {
		font-size: 16px;
		line-height: 1.2;
		padding: 0 0 30px 0;
	}
	.footer .footer-bar {
		display: flex;
		flex-direction: column;
		padding-top: 13px;
	}
	.footer .footer-nav {
		padding: 0 0 0 1px;
	}
	.footer .footer-nav:before {
		display: none;
	}
	.footer .footer-nav li + li {
		margin-top: 15px;
	}
	.footer .footer-hop {
		left: 0;
		right: 0;
		text-align: center;
	}
	.footer .slogan,
	.footer .logo-berkeley,
	.footer .copyright,
	.footer .footer-nav,
	.footer .socials {
		float: none;
	}
	.footer .shell {
		padding: 0 16px;
	}
	.footer .slogan {
		width: 100%;
		margin-bottom: 20px;
	}
	.footer .logo-berkeley {
		margin: 0 0 26px;
	}
	.footer .copyright {
		order: 2;
		margin-top: 0;
	}
	.footer .socials {
		order: -1;
		text-align: left;
		padding-right: 0;
		margin: 0 0 27px;
	}
}
.slogan {
	font-size: 24px;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.slogan {
		font-size: 20px;
	}
}
.socials {
	font-size: 26px;
	line-height: 1.2;
	color: #797979;
}
.socials ul {
	list-style: none;
}
.socials li {
	display: inline-block;
	vertical-align: middle;
}
.socials li + li {
	margin-left: 15px;
}
.socials a {
	transition: color .5s;
}
.socials a:hover,
.socials a:focus {
	color: #c6341b;
}
.socials .fa {
	position: relative;
}
.socials .fa-youtube-play {
	font-size: 28px;
	top: 2px;
}
.socials .fa-facebook {
	font-size: 21px;
}
.socials .fa-twitter {
	font-size: 23px;
	top: 1px;
}
@media (max-width: 767px) {
	.socials li + li {
		margin-left: 21px;
	}
}
.socials-secondary {
	text-align: center;
	color: #fff;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 15;
	transform: translateY(-50%);
}
.socials-secondary li {
	display: block;
}
.socials-secondary li + li {
	margin: 1px 0 0;
}
.socials-secondary a {
	display: block;
	line-height: 49px;
	background: #333;
	width: 49px;
	height: 49px;
	transition: background .5s;
}
.socials-secondary a:hover,
.socials-secondary a:focus {
	color: #fff;
	background: #c6341b;
}
.socials-secondary .fa {
	font-size: 27px;
	position: static;
}
@media (max-width: 767px) {
	.socials-secondary {
		display: none;
	}
}
.sidebar {
	width: 242px;
	float: left;
	padding-top: 9px;
}
.sidebar + .content {
	margin-left: 59px;
}
@media (max-width: 1024px) {
	.sidebar {
		width: 200px;
		padding-top: 10px;
	}
	.sidebar + .content {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.sidebar {
		width: 160px;
	}
}
@media (max-width: 630px) {
	.sidebar {
		width: 100%;
		padding-bottom: 35px;
	}
}
.content {
	width: 670px;
	float: left;
}
.content-large {
	width: 765px;
}
.content-larger {
	width: 795px;
}
@media (max-width: 1190px) {
	.content-large,
	.content-larger {
		width: 670px;
	}
}
@media (max-width: 1024px) {
	.content {
		width: calc(100% - 200px);
		padding-left: 20px;
	}
}
@media (max-width: 767px) {
	.content {
		width: calc(100% - 160px);
		padding-left: 15px;
	}
}
@media (max-width: 630px) {
	.content {
		width: 100%;
		padding: 0;
	}
}
.container {
	padding: 69px 0 66px;
}
@media (max-width: 767px) {
	.container {
		padding: 30px 0;
	}
}
@media (max-width: 630px) {
	.container {
		padding: 15px 0;
	}
}
.articles {
	list-style: none;
}
.articles .article-small + .article-small {
	margin-top: 34px;
}
.articles .article-small-secondary + .article-small-secondary {
	margin-top: 15px;
}
.articles .article-small-quaternary:first-child {
	padding-top: 7px;
}
.articles .article-small-quaternary:last-child {
	border-bottom: 0;
}
.articles .article-small-quaternary + .article-small-quaternary {
	margin-top: 0;
}
@media (max-width: 1024px) {
	.articles .article-small + .article-small {
		margin-top: 30px;
	}
	.articles .article-small-quaternary + .article-small-quaternary {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.articles .article-small + .article-small {
		margin-top: 15px;
	}
}
.article {
	padding-bottom: 25px;
}
.article #volunteers {
	margin-bottom: 0;
}
.article hr {
	clear: both;
}
.article p a:not(.btn),
.article ul:not([class]) a,
.article ol:not([class]) a {
	color: #c6341b;
	position: relative;
	z-index: 5;
	transition: color .5s;
}
.article p a:hover:after,
.article p a:focus:after,
.article ul:not([class]) a:hover:after,
.article ul:not([class]) a:focus:after,
.article ol:not([class]) a:hover:after,
.article ol:not([class]) a:focus:after {
	content: '';
	background: #c6341b;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.article .article-entry > h1 {
	margin-bottom: 19px;
}
.article .article-entry > h2 {
	margin-bottom: 38px;
}
.article .article-entry > h3 {
	margin-bottom: 22px;
}
.article .article-entry > h4 {
	margin-bottom: 6px;
}
.article .article-entry > h5,
.article .article-entry > h6 {
	margin-bottom: 0;
}
.article .article-entry > p:not(:last-child) {
	margin-bottom: 19px;
}
.article .article-entry > div:not(:last-child) {
	margin-bottom: 19px;
}
.article .article-entry ul:not([class]),
.article .article-entry ol:not([class]) {
	padding: 0 0 24px 60px;
}
.article .article-entry ul:not([class]) li,
.article .article-entry ol:not([class]) li {
	padding-left: 9px;
	position: relative;
}
.article .article-entry ul:not([class]) li + li,
.article .article-entry ol:not([class]) li + li {
	margin-top: 12px;
}
.article .article-entry ul:not([class]) {
	list-style: none;
}
.article .article-entry ul:not([class]) li:before {
	content: '';
	background: #000;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	position: absolute;
	top: 11px;
	left: 0;
}
.faq-q h2{
	font-size: 30px !important;
	line-height:1.2 !important;
}

.article .article-entry .faq-q h4,
.article .article-entry .faq-q h2, {
	text-indent: -45px;
	margin-left: 45px;
}
.article .article-entry .faq-q h4:before,
.article .article-entry .faq-q h2:before {
	content: '+';
	background: none;
	width: 9px;
	height: 9px;
	position: inherit;
	top: 0px;
	left: 0px;
	border: 1px solid black;
	padding: 0px 8px;
	margin-right: 10px;
}
.article .article-entry .faq-q.selected h4:before,
.article .article-entry .faq-q.selected h2:before {
	content: '-';
}
.article .article-entry .tabs .tabs-nav ul {
	padding: 0px;
}
.article .article-entry .tabs .tabs-nav li {
	margin-top: 0px;
	padding-left: 0px;
}
.article .article-entry .tabs .tabs-nav li a {
	color: #000;
	height: 70px;
}
.article .article-entry .tabs .tabs-nav li a:hover,
.article .article-entry .tabs .tabs-nav li a:focus,
.article .article-entry .tabs .tabs-nav li.current a {
	color: #fff;
	background: #c6341b;
}
.article .article-entry .tabs .tabs-nav li:before {
	background: #fff;
}
.article .article-entry-secondary {
	line-height: 1.2;
	padding-bottom: 18px;
}
.article .article-entry-secondary h1 {
	margin-bottom: 23px;
}
.article .article-entry-tertiary {
	line-height: 1.2;
}
.article .article-entry-tertiary h1 {
	margin-bottom: 21px;
}
.article .article-entry-tertiary h2 {
	margin-bottom: 23px;
}
.article .article-entry-tertiary h3 {
	padding-top: 14px;
}
.article .article-entry-tertiary h4 {
	padding-top: 20px;
}
.article .article-entry-tertiary h5 {
	padding-top: 24px;
}
.article .article-entry-tertiary p:not(:last-child) {
	margin-bottom: 12px;
}
.article .article-entry-tertiary p.title-medium {
	margin-bottom: 37px;
}
.article .article-map {
	display: flex;
	align-items: stretch;
	background: #f5f2ee;
	margin: 24px 0;
}
.article .article-contacts {
	padding: 5px 10px 5px 24px;
	flex: 1;
}
.article .article-title {
	line-height: 1.17;
}
@media (max-width: 767px) {
	.article {
		padding-bottom: 45px;
	}
	.article h1 {
		margin-bottom: 15px;
	}
	.article h2 {
		margin-bottom: 20px;
	}
	.article h3 {
		margin-bottom: 10px;
	}
	.article .article-entry ul:not([class]),
	.article .article-entry ol:not([class]) {
		padding: 0 0 15px 30px;
	}
	.article .article-entry ul:not([class]) li + li,
	.article .article-entry ol:not([class]) li + li {
		margin-top: 9px;
	}
	.article .article-entry-secondary {
		padding-bottom: 0;
	}
	.article .article-entry-secondary h1 {
		margin-bottom: 15px;
	}
	.article .article-entry-tertiary {
		line-height: 1.4;
	}
	.article .article-entry-tertiary h1 {
		margin-bottom: 15px;
	}
	.article .article-entry-tertiary h2 {
		margin-bottom: 20px;
	}
	.article .article-entry-tertiary h3 {
		padding-top: 5px;
	}
	.article .article-entry-tertiary p:not(:last-child) {
		margin-bottom: 10px;
	}
	.article .article-entry-tertiary p.title-medium {
		margin-bottom: 20px;
	}
	.article .article-entry-tertiary h4,
	.article .article-entry-tertiary h5 {
		padding-top: 10px;
	}
	.article .article-map {
		display: block;
		margin: 20px 0;
	}
	.article .article-contacts {
		padding: 10px;
	}
}
.article-secondary {
	line-height: 1.2;
}
.article-secondary .article-entry > p:not(:last-child) {
	margin-bottom: 24px;
}
.article-secondary .article-title {
	padding: 50px 0 28px;
	margin-bottom: 0;
}
.article-small {
	line-height: 1.2;
	position: relative;
	z-index: 5;
}
.article-small:before {
	content: '';
	border: 2px solid #f5f2ee;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.article-small a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	transition: color .5s;
}
.article-small a:hover h2,
.article-small a:focus h2,
.article-small a:hover h3,
.article-small a:focus h3 {
	text-decoration: underline;
}
.article-small h2 {
	margin-bottom: 11px;
}
.article-small .article-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 240px;
	height: 160px;
}
.article-small .article-content {
	width: calc(100% - 240px);
	padding: 8px 20px 8px 14px;
}
.article-small .article-meta {
	font: 700 14px/1.29 "FreightTextPro", serif;
	color: #555;
	text-transform: uppercase;
	padding: 8px 0 2px;
}
.article-small .article-date {
	color: #000;
	margin-bottom: 6px;
}
@media (max-width: 1024px) {
	.article-small h2 {
		margin-bottom: 7px;
	}
	.article-small .article-image {
		width: 200px;
		height: 200px;
	}
	.article-small .article-content {
		width: calc(100% - 200px);
		padding: 7px 15px;
	}
}
@media (max-width: 767px) {
	.article-small {
		font-size: 16px;
	}
	.article-small:before {
		border-width: 1px;
	}
	.article-small a {
		display: block;
	}
	.article-small h2 {
		margin-bottom: 5px;
	}
	.article-small .article-image {
		width: 100%;
		height: auto;
		padding-top: 45%;
	}
	.article-small .article-content {
		width: 100%;
		padding: 7px 15px 15px;
	}
}
.article-small-secondary {
	font-weight: 500;
	background: #fff;
	padding: 20px 15px 12px 10px;
}
.article-small-secondary a {
	align-items: flex-start;
}
.article-small-secondary img {
	height: auto;
}
.article-small-secondary .article-content {
	padding: 0 0 0 19px;
	margin-top: -7px;
}
.article-small-secondary .title-small {
	margin-bottom: 5px;
}
@media (max-width: 1024px) {
	.article-small-secondary {
		padding: 20px 15px 12px 10px;
	}
	.article-small-secondary .article-content {
		width: 100%;
		padding: 5px 0 0 0;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.article-small-secondary {
		padding: 10px;
	}
	.article-small-secondary img {
		width: 100%;
	}
	.article-small-secondary .article-content {
		padding: 10px 0 0 0;
		margin-top: 0;
	}
	.article-small-secondary .title-small {
		margin-bottom: 0;
	}
}
.article-small-tertiary a {
	align-items: flex-start;
}
.article-small-tertiary .article-meta {
	padding-top: 16px;
}
.article-small-quaternary {
	border-bottom: 1px solid #ddd5c7;
	padding: 26px 0 31px;
}
.article-small-quaternary:before {
	display: none;
}
.article-small-quaternary .article-meta {
	padding: 4px 0 8px;
}
.article-small-quaternary .title-small {
	margin-bottom: 1px;
}
@media (max-width: 1024px) {
	.article-small-quaternary .article-image {
		width: 240px;
		height: 160px;
	}
	.article-small-quaternary .article-content {
		width: calc(100% - 240px);
	}
}
@media (max-width: 767px) {
	.article-small-quaternary {
		padding-bottom: 15px;
	}
	.article-small-quaternary .article-image {
		height: auto;
		padding-top: 67%;
	}
	.article-small-quaternary .article-image,
	.article-small-quaternary .article-content {
		width: 100%;
	}
}
.testimonials {
	list-style: none;
}
.testimonial {
	display: flex;
	align-items: center;
	font: 500 18px/1 "FreightTextPro", serif;
	color: #555;
	border-top: 1px solid #ddd5c7;
	padding: 42px 0 44px;
}
.testimonial blockquote {
	font-weight: 200;
	font-style: italic;
	font-size: 28px;
	line-height: 1.29;
	color: #000;
	position: relative;
	top: -11px;
}
.testimonial .testimonial-content {
	width: calc(100% - 167px);
	padding-left: 31px;
}
.testimonial .testimonial-author {
	padding: 16px 0 0 7px;
    color: #6f6f6f;
}
.testimonial .testimonial-author span {
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}
.testimonial .avatar {
	position: relative;
	left: -2px;
}
@media (max-width: 1190px) {
	.testimonial {
		padding: 40px 0;
	}
	.testimonial blockquote {
		position: static;
	}
	.testimonial .testimonial-content {
		padding-left: 25px;
	}
	.testimonial .testimonial-author {
		padding: 15px 0 0 5px;
	}
	.testimonial .avatar {
		position: static;
	}
}
@media (max-width: 1024px) {
	.testimonial blockquote {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		font-size: 16px;
		padding: 20px 0;
	}
	.testimonial blockquote {
		font-size: 20px;
	}
	.testimonial .testimonial-content {
		width: calc(100% - 100px);
		padding-left: 15px;
	}
}
@media (max-width: 630px) {
	.testimonial {
		display: block;
		padding: 15px 0;
	}
	.testimonial .testimonial-content {
		width: 100%;
		padding-left: 0;
	}
	.testimonial .testimonial-author {
		padding-top: 10px;
	}
	.testimonial .avatar {
		display: block;
		margin: 0 auto 15px;
	}
}
.testimonial-secondary {
	padding: 43px 0 54px;
}
.testimonial-secondary blockquote {
	position: static;
}
.testimonial-secondary .testimonial-content {
	width: 100%;
	padding-left: 24px;
}
.testimonial-secondary .testimonial-author {
	padding: 25px 0 0 5px;
}
@media (max-width: 767px) {
	.testimonial-secondary {
		padding: 30px 0;
	}
	.testimonial-secondary .testimonial-content {
		padding-left: 15px;
	}
	.testimonial-secondary .testimonial-author {
		padding-top: 15px;
	}
}
.avatar {
	border-radius: 50%;
	width: 167px;
	height: 167px;
	overflow: hidden;
}
.avatar img {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.avatar {
		width: 100px;
		height: 100px;
	}
}
.dropdown {
	font-weight: 400;
	font-size: 18px;
}
.dropdown li:first-child {
	padding-top: 6px;
}
.dropdown li + li {
	margin-top: 7px;
}
.dropdown.open {
	max-height: 1000px;
}
.dropdown-secondary ul {
	background: #f5f2ee;
	padding: 13px 0;
	position: relative;
	z-index: 5;
}
.dropdown-secondary ul:before {
	content: '';
	border-top: 9px solid #fff;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
}
.dropdown-secondary a {
	display: block;
	padding: 13px 16px;
}
@media (max-width: 767px) {
	.dropdown-secondary ul {
		background: rgba(255, 255, 255, 0.1);
		padding: 13px 0;
	}
	.dropdown-secondary ul:after {
		content: '';
		background: #fff;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.dropdown-secondary a {
		display: block;
		padding: 13px 16px;
	}
}
.profiles {
	list-style: none;
}
.profiles .profile + .profile {
	padding-top: 54px;
}
.profile {
	line-height: 1.2;
}
.profile p:not(:last-child) {
	padding-bottom: 22px;
}
.profile .profile-detail {
	font: 700 14px/1.29 "FreightTextPro", serif;
	color: #6f6f6f;
	padding-bottom: 27px;
}
.profile .profile-detail p {
	font-size: 20px;
	color: #000;
	font-weight: 200;
	font-family: "FreightSansPro", sans-serif;
}
.profile .profile-detail p a {
	color: #c6341b;
}
.profile .profile-detail img {
	vertical-align: top;
	margin: 0 29px 0 0;
}
.profile .profile-detail .profile-head {
	/* display: inline-block; */
	margin: 0 0 10px 0;
	/* max-width: 490px; */
}
.profile .profile-detail .profile-head .title-xsmall {
	font-weight: 500;
	line-height: 14px;
	color: #000;
}
.profile .profile-image {
	width: 142px;
	height: auto;
	float: left;
	margin: 5px 29px 17px 0;
}
.profile .profile-position {
	text-transform: uppercase;
	font-size: 14px;
	color: #6f6f6f;
	line-height: 24px;
	font-family: "FreightTextPro", sans-serif;
}
@media (max-width: 920px) {
	.profile .profile-head {
		max-width: 335px;
	}
}
@media (max-width: 767px) {
	.profile {
		font-size: 18px;
	}
	.profile p:not(:last-child) {
		padding-bottom: 10px;
	}
	.profile .profile-head {
		font-size: 12px;
		padding-bottom: 10px;
		max-width: 220px;
	}
	.profile .profile-image {
		margin: 8px 20px 10px 0;
	}
}
@media (max-width: 424px) {
	.profile .profile-head {
		max-width: 170px;
	}
}
@media (max-width: 374px) {
	.profile .profile-head {
		max-width: 110px;
	}
}
@media (max-width: 630px) {
	.profile .profile-image {
		display: block;
		float: none;
		margin: 0 0 10px;
	}
}
.map {
	width: 310px;
	min-height: 206px;
}
@media (max-width: 767px) {
	.map {
		width: 100%;
	}
}
.event-agenda {
	display: flex;
	flex-direction: column;
	width: 100%;
	list-style: none;
	border-top: #ddd5c7 solid 1px;
	border-left: #ddd5c7 solid 1px;
	border-right: #ddd5c7 solid 1px;
}
.event-agenda .event {
	border-bottom: #ddd5c7 solid 1px;
	display: flex;
}
.event-agenda .event .event-time {
	min-width: 150px;
	text-align: center;
	border-right: #ddd5c7 solid 1px;
}
.event-agenda .event .event-content {
	flex-grow: 1;
	padding: 4px 5px;
}
.event-agenda .event-secondary {
	background-color: #f9eae0;
	font-style: italic;
}
.tabs .tabs-head {
	padding-bottom: 30px;
}
.tabs .tabs-nav {
	font: 300 16px/1.2 "FreightTextPro", serif;
	text-align: center;
}
.tabs .tabs-nav ul:after {
	content: '';
	display: table;
	line-height: 0;
	clear: both;
}
.tabs .tabs-nav li {
	border: 1px solid #ddd5c7;
	border-right: 0;
	width: 25%;
	float: left;
	margin-bottom: 9px;
}
.tabs .tabs-nav li:last-child,
.tabs .tabs-nav li:nth-child(4n) {
	border-right: 1px solid #ddd5c7;
}
.tabs .tabs-nav a {
	display: block;
	padding: 7px 0 8px;
	transition: color .5s, background .5s;
}
.tabs .tabs-nav a:hover,
.tabs .tabs-nav a:focus,
.tabs .tabs-nav .current a {
	color: #fff;
	background: #c6341b;
}
@media (max-width: 1024px) {
	.tabs .tabs-head {
		padding-bottom: 20px;
	}
	.tabs .tabs-nav li {
		width: calc(100% / 3);
		margin-bottom: 7px;
	}
	.tabs .tabs-nav li:nth-child(4n) {
		border-right: 0;
	}
	.tabs .tabs-nav li:last-child,
	.tabs .tabs-nav li:nth-child(3n) {
		border-right: 1px solid #ddd5c7;
	}
}
@media (max-width: 767px) {
	.tabs .tabs-head {
		padding-bottom: 15px;
	}
}
@media (max-width: 479px) {
	.tabs .tabs-head {
		padding-bottom: 10px;
	}
	.tabs .tabs-nav li {
		width: 100%;
		margin-bottom: 5px;
	}
	.tabs .tabs-nav li,
	.tabs .tabs-nav li:last-child,
	.tabs .tabs-nav li:nth-child(3n),
	.tabs .tabs-nav li:nth-child(4n) {
		border-right: 1px solid #ddd5c7;
	}
	.tabs .tabs-nav a {
		padding: 5px 0;
	}
}
.tab {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
	opacity: 0;
	transition: visibility .5s, opacity .5s;
}
.tab.current {
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
}
.form {
	line-height: 1.2;
}
.form .form-inner {
	display: inline-block;
	position: relative;
}
.form .form-inner .form-label {
	margin-right: 5px;
}
.form .form-btn {
	height: 32px;
	padding: 0 17px;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 767px) {
	.form {
		font-size: 17px;
	}
	.form .form-inner {
		display: block;
	}
	.form .form-inner .form-label {
		display: block;
		margin: 0 0 7px;
	}
}
.checkbox {
	font-weight: 500;
}
.checkbox input {
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.checkbox .form-label {
	display: inline-block;
	vertical-align: top;
}
.checkbox .form-label span {
	display: block;
	padding-left: 7px;
}
@media (max-width: 479px) {
	.checkbox .form-label {
		display: inline;
	}
}
.field {
	border: 1px solid #dbdcdc;
	border-radius: 0;
	width: 371px;
	height: 32px;
	padding: 0 92px 0 10px;
}
@media (max-width: 767px) {
	.field {
		width: 100%;
	}
}
.image-holder {
	max-width: 100%;
}
.image-holder.fr {
	margin: 0 0 15px 15px;
}
.image-holder.fl {
	margin: 0 15px 15px 0;
}
.image-holder span {
	display: block;
	color: #666;
	font-size: 10px;
	line-height: 14px;
}
.image-holder span.photo-credits {
	font-style: italic;
}
/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.mfp-bg {
	opacity: .7;
}
.mfp-wrap {
	height: auto;
	bottom: 0;
	height: auto !important;
}
.mfp-content {
	vertical-align: top;
	margin-top: 75px;
	max-width: 570px;
}
/* ------------------------------------------------------------ *\
	Popup Primary
\* ------------------------------------------------------------ */

.popup-primary {
	max-width: 570px;
	margin: auto;
	background: #fff;
	text-align: center;
	padding: 50px;
}
.popup-primary p a {
	text-decoration: none;
	color: #c6341b;
	font-family: "FreightTextPro", serif;
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	margin-left: 20px;
}
.popup-primary #mce-responses {
    margin-top: 1em;
    margin-bottom: 1em;
}
.popup-primary #mce-responses p.pdf-link {
    margin: 1em 0;
}
.popup-primary #mce-responses a.inline-link {
    margin: 0;
}
.popup-primary p a:hover {
	text-decoration: underline;
}
.popup-primary .popup-head {
	text-align: center;
	margin-bottom: 20px;
}
.popup-primary .popup-title {
	font-size: 36px;
	color: #c6341b;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
.popup-primary .popup-title:before,
.popup-primary .popup-title:after {
	content: '';
	width: 24px;
	height: 1px;
	background: #ddd5c7;
	position: absolute;
	top: 50%;
}
.popup-primary .popup-title:before {
	right: 100%;
	margin-right: 20px;
}
.popup-primary .popup-title:after {
	left: 100%;
	margin-left: 20px;
}
.popup-primary .popup-exit {
	position: fixed;
	top: 0;
	right: 0;
	margin-right: 10px;
	margin-top: 10px;
}

.donation-popup {
	background-color: #fff;
	background: url('../images/popups/GG_HolidayPopup.png');
	background-size: contain;
	margin: -50px;
	padding: 50px;
}

.donation-popup .popup-title {
	margin-top: 20px;
}
.donation-popup .donation-popup__message {
	padding: 24px;
}
.btn-popup {
	display: block;
	font-size: 16px !important;
	border: none;
	box-shadow: none;
	border-radius: 2px;
	color: #fff !important;
	background-color: #0078c1;
	width: 100%;
	margin: 24px 0 0 0 !important;
	line-height: 32px;
}
/* ------------------------------------------------------------ *\
	Popup Newsletter
\* ------------------------------------------------------------ */

.ctct-form-defaults {
	color: #000;
	padding: 15px;
	border-radius: 5px;
}
.mc-embedded-subscribe-form {
	font-family: "FreightText Pro", sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	min-width: 350px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 15px;
}
.mc-embedded-subscribe-form * {
	box-sizing: border-box;
}
.mc-embedded-subscribe-form p {
	margin: 0;
	margin-bottom: 24px;
	font-size: 16px;
	z-index: 1;
}
.mc-embedded-subscribe-form select {
	width: 100%;
	height: 46px;
	border: 1px solid #b0b6bb;
	background-color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mc-embedded-subscribe-form .required {
	position: relative;
}
.mc-embedded-subscribe-form .required:before {
	content: "\2217";
	position: absolute;
	top: -4px;
	left: -12px;
	color: #f5463b;
}
.mc-embedded-subscribe-form .form-body label {
	display: none;
}
.mc-embedded-subscribe-form .form-body input[type="text"],
.mc-embedded-subscribe-form .form-body input[type="email"] {
	border: 0;
	background: #fff;
	height: 32px;
	padding: 0 14px;
	float: left;
	font-family: "FreightTextPro", serif;
	font-size: 16px;
	color: #595959;
	border-radius: 0;
	margin-bottom: 15px;
	font-weight: 300;
}
.mc-embedded-subscribe-form .form-body .list-checkboxes li {
	float: left;
}
.mc-embedded-subscribe-form .form-body .list-checkboxes span {
	font-family: "FreightText Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
}
.mc-embedded-subscribe-form .form-body .list-checkboxes label {
	font-family: "FreightText Pro", sans-serif;
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
}
.mc-embedded-subscribe-form input[type="text"]:focus {
	outline: 1px solid #5dacd6;
}
.mc-embedded-subscribe-form input.is-error {
	border-color: #f5463b !important;
	color: #f5463b !important;
}
.mc-embedded-subscribe-form label {
	display: block;
	margin-bottom: 12px;
	line-height: 1;
}
.mc-embedded-subscribe-form input[type="text"],
.mc-embedded-subscribe-form input[type="email"] {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #b0b6bb;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	font-family: Helvetica Neue, Arial, sans-serif;
	color: #394856;
	font-size: 16px;
	line-height: 1.5;
}
.mc-embedded-subscribe-form .Button {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	background-image: none;
	background-color: #ebedee;
	color: #0078c1;
	border: none;
	box-shadow: none;
	border-radius: 2px;
	user-select: none;
}
.mc-embedded-subscribe-form .mc-button {
	color: #fff;
	background-color: #0078c1;
	display: block;
	width: 100%;
}
.mc-embedded-subscribe-form .mc-button:hover {
	color: #fff;
	background-color: #3e9fda;
}
.mc-embedded-subscribe-form .mc-button:active {
	background-color: #005c94;
}
.mc-embedded-subscribe-form .mce_inline_error {
	font-family: "FreightText Pro", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 12px;
	color: #ed4e33;
	font-weight: 500;
}
.mc-embedded-subscribe-form .mc-form-footer {
	padding: 10px 0px 0px 0px;
}
.mc-embedded-subscribe-form .mc-form-footer p {
	font-size: 11px;
}
.mc-embedded-subscribe-form .mc-form-footer a {
	font-size: 11px;
	margin-left: 0px;
}
/*# sourceMappingURL=style.css.map */
/* Following added @ Hop Studios by Gilbert Lin */
#mobile-map-container {
	display: flex;
	align-items: stretch;
	background: #f5f2ee;
	margin: 10px 0 20px 0;
}
@media (max-width: 768px) {
	.section-body .tabs .tabs-nav li {
		width: 49%;
		border: 1px solid #ddd5c7;
	}
	.section-body .tabs .tabs-nav li:nth-child(2n+1) {
		float: right;
	}
	.events.event-agenda {
		border: none;
	}
	.event-agenda .event {
		border: 1px solid #ddd;
		padding: 8px;
		display: block;
		margin-bottom: 5px;
	}
	.event-time, .event-content {
		display: block !important;
		text-align: left !important;
	}
	.event-time {
		border: none !important;
	}
	.event-content {
		border: none !important;
		padding-left: 15px;
	}
	#mobile-map-container .article-contacts {
		padding: 5px 10px;
	}
}
/* General */
.hidden {
	display: none !important;
}
.text-right {
	text-align: right;
}
.slider-container{
	visibility: hidden;
}

/* Rowan - added to show template debugging info when debugging enabled */
.ee-debugger .tab.tab-open{
	position: relative;
	opacity: 1;
	visibility: visible;
	display: block;
	top: 0;
	left: 0;
}

/* Consent Styles for greatergood.berkeley.edu and ggsc.berkeley.edu
8.28.20 */

#CybotCookiebotDialog { background: #003063 !important; }

#CybotCookiebotDialogBody {
    max-width: 1200px !important;
    background: #003063;
    color: #fff;
    font-family: "FreightText Pro", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4 !important;
    padding: 0 0;
    display: flex;
}

#CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
    font-family: "FreightText Pro", sans-serif !important;
	font-size: 16px !important;
    line-height: 1.4 !important;
}

#CybotCookiebotDialogBodyContent {
    padding: 10px 0 0 10px !important;
    box-sizing: border-box !important;
}

#CybotCookiebotDialogBodyContentTitle { color: #fff !important; }

#CybotCookiebotDialogBodyButtons {
	box-sizing: border-box;
	max-width: 500px !important;;
	display: table !important;
	direction: rtl;
}

#CybotCookiebotDialogBodyButtonDecline, #CybotCookiebotDialogBodyButtonAccept {
    padding: 5px 0 !important;
    border: none !important;
    margin: 0 10px 0px !important;
    width: 100px !important;
}

#CybotCookiebotDialogBodyButtonDecline { background-color: #c6341b !important; }

#CybotCookiebotDialogBodyButtons a, #CybotCookiebotDialogBodyButtons a:hover { font-family: "FreightText Pro", sans-serif !important; }

#CybotCookiebotDialogBodyButtonDetails { display: none !important; }

@media only screen and (min-width: 550px) {
	#CybotCookiebotDialogBodyContent{ width: 65%;}
	#CybotCookiebotDialogBodyButtons{ width: 35% !important; margin-top:30px !important; border-spacing: 10px;}
	#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton { padding: 5px 0 !important; display: table-cell; }
}
@media only screen and (min-width: 550px) and (max-width: 700px) {
	#CybotCookiebotDialogBodyButtons {margin-top: 10% !important;}
}
@media only screen and (max-width: 550px) {
	#CybotCookiebotDialogBody { display: block; }
	#CybotCookiebotDialogBodyButtons { width: 100% !important;; justify-content: space-evenly; max-width: 100% !important; text-align: center; margin-top: 10px !important;}
}



/*---------------------------------------------------------*/
/* -- donation page styles */
.flex-col-center { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-top: 40px; }
.section-my { margin-top: 40px; margin-bottom: 40px; }
.donate-freqency-hidden { opacity: .25; }
.donate-button { border:1px solid #000000; background-color: #FEBA46; border-radius: 4rem; color: #000000; font-weight: 900; margin: auto; padding: 6px 2em 6px 2em; text-align: center; text-transform: uppercase; width: 100%; }

/* Donation Sidebar styles */
.sidebar-card { background-color: #ffffff; border-radius: 1rem; border: 4px solid #607c70; color: #607c70; font-size: 1rem; line-height: 1.2rem; padding: 1rem; text-align: center; width: 100%; margin-top: 2rem }
.sidebar-card img { margin: 1rem; }
.sidebar-card-inverted { width: 100%; background-color: #607c70; color: #d7dad5; text-align: center; border-radius: 1rem; padding: 0px 10px 20px 10px; font-size: 1rem; line-height: .95rem; }
.sidebar-card-inverted h1 { font-size: 1.1rem; font-weight: 600; line-height: normal;}
.sidebar-slot { display: flex; align-items: center; justify-content: center; padding: 3px; width: 100%; flex-direction: row; }
.sidebar-donate-button { background-color: #FEBA46; border-color: #FEBA46 !important; text-transform: uppercase; margin-bottom: 20px; color: #000000; padding: 10px !important; text-align: center; border-radius: 2rem; width: 100%; }
.sidebar-donate-button ::visited { color: #000000; }

/* Donation tiers (grid and pillbar) */
.donation_tier_grid { border-collapse: separate; border: 1px solid #ffffff; }
.donation_tier_grid td { border: 2px solid #f5f2ee; padding: 10px; }
.donation_tier_grid th { padding: 4px; }
.donation_tier_grid th a { width: 100%; padding: 4px 20px; }

.givenow-form { background-color: #f5f2ee; margin: auto; border-radius: 30px; padding: 30px; }
.givenow-form fieldset { border: none; }
.givenow-form .section-name { font-size: .75em; color: #1c2841; font-weight: 900; padding-top: 20px; padding-bottom: 10px; }
.givenow-form h2, .givenow-form h3 { text-align: center; }
.givenow-form h2 { font-size: .85em; }
.givenow-form h3 { font-size: 1.4em; font-weight: 900; color: #1c2841; border-bottom: 1px solid #cfcfcf; padding-bottom: 10px; }
.givenow-form hr { padding: 104px 20px 4px; border-top: 2px solid #1c2841; margin-bottom: 10px; }
.givenow-form .notice { color: #6f6f6f; font-style: italic; text-align: center; font-size: 1rem; border-top: 1px solid #cfcfcf; margin-top: 20px; padding-top: 20px; }

.custom-notice { text-wrap: balance; color: #C6351B; font-weight: bold; text-align: center; font-size: 1rem; margin-top: 20px; padding-top: 20px;  }

/* Donation pages variables */
:root{
    --donate-tier-1-color: #a91839;
    --donate-tier-2-color: #b35e1d;
    --donate-tier-3-color: #607c70;
    --donate-tier-4-color: #3a72ac;
    --donate-tier-5-color: #6869aa;
}

/* donation tiers and grid */
.donate_tier_header { font-size: .75em; font-weight: 900; text-align: center; background-color: #f5f2ee; color: #ffffff; margin: 4px; padding: 2px; display: block; cursor: pointer; }
.donate_tier_check { text-align: center; font-size: 2em; width: 10%; }
.donate_tier_1 { background-color: var(--donate-tier-1-color); }
.donate_tier_2 { background-color: var(--donate-tier-2-color); }
.donate_tier_3 { background-color: var(--donate-tier-3-color); }
.donate_tier_4 { background-color: var(--donate-tier-4-color); }
.donate_tier_5 { background-color: var(--donate-tier-5-color); }
.donate_tier_check_1 { color: var(--donate-tier-1-color); }
.donate_tier_check_2 { color: var(--donate-tier-2-color); }
.donate_tier_check_3 { color: var(--donate-tier-3-color); }
.donate_tier_check_4 { color: var(--donate-tier-4-color); }
.donate_tier_check_5 { color: var(--donate-tier-5-color); }

.pillbar-group { display: flex; align-items: center; justify-content: center; width:100%; }
.pillbar-group label, .pillbar-group input[type="radio"]:checked + label { display: inline-block; font-weight: 900; background-color: #ffffff; color: #15284b; padding: 6px 12px; text-align:center; cursor: pointer; border-radius: 30px; border: 1px solid #15284b; }
.pillbar-group input[type="radio"] { display: none; }
.pillbar-group input[type="radio"]:checked + label { background-color: #15284b; color: #ffffff; }
.pillbar-amounts { gap:10px; flex-wrap:wrap; justify-content: space-between; }
.pillbar-amounts label { width: 30%; }

.thankyou-banner { background-color: #f9b855; background-size: cover; background-image: url(/css/images/thankyou_support.webp); width: 100%; height: 16em; background-repeat: no-repeat; background-position: left; justify-content: flex-end; display: flex; flex-basis: auto; align-items: center; }
.thankyou-banner h3 { width: 55%; padding-right: 1em; justify-self: start; text-align:center; font-size: 2rem; font-weight: 900; }

/* Accordion elements for FAQ elements */
.donate-faq details { width: 100%; margin-bottom: 2rem; }
.donate-faq details summary { font-weight: bold; color: #5F7C70; font-size: 1.2em; display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 1em; list-style: none; border-bottom: 2px solid #f4f1ed; margin-bottom: 20px; cursor: pointer; }
.donate-faq details summary:after, .donate-faq details[open] summary:after { color: #5F7C70; font-size: 3rem; position: relative; line-height: 0; margin-top: 0.75rem; padding-right: 1em; opacity: 0.5; right: 0; font-weight: 200; transition: 200ms linear; font: var(--fa-font-solid); left: 60px; }
.donate-faq details summary:after { content: "\f078"; }
.donate-faq details[open] summary:after { content: "\f077"; }

/* ensure urls inside of text boxes appear in the correct color */
.donate-faq .richtext > a { color: #c6341b; }

/* Faq accordion styles and animation */
.donate-faq summary::-webkit-details-marker { display: none; }
.donate-faq details[open] summary ~ * { animation: open 0.3s ease-in-out; }
@keyframes open { 0% { opacity: 0; } 100% { opacity: 1; } }
/* end Faq accordion styles */

/* Sidebar callouts */
.callout_contact_name { font-weight: 900; padding-top: 10px; padding-bottom: 4px;  }
.callout_contact_title { font-weight: 400; }
.callout-sidebar { background-color: #5F7C70; border-radius: 10px; color: #ffffff; font-size: 1rem; margin-top: 20px; min-width: 160px; max-width: 100%; }
.callout-sidebar a:visited { color: #ffffff; }

/* Donation callout tyles */
.headshot { position: relative; }
.headshot img { position: absolute; width: 90px; border-radius: 100%; outline: .35rem solid #ffffff; top: -45px; left: 50%; transform: translateX(-50%); }
.metadata, .metadata h1 {text-align:center;}
.metadata { padding: 30px 10px 10px; font-size: 1.1em; }
.metadata h3 { font-size: 1.5rem; margin-top: 30px; font-weight: 800; } .metadata-row { display: flex; flex-direction: row; margin-top: .25rem; }
.metadata-icon, .metadata-value { font-size: 1rem; }
.metadata-icon { max-width: 2em; }
.metadata-value { flex: 1 1 0%; margin-top: 4px; }

/* Responsive Donation overrides (large)  */
@media (max-width: 1024px) {
    .metadata-icon { display: none; }
    .callout-sidebar { min-width: 160px; max-width: 180px; }
    .metadata-value { font-size: .75em;  }
}

/* Donation form overrides (mid) */
@media (max-width: 767px) {
    .metadata-icon { display: none; }
    .callout-sidebar { min-width: 160px; max-width: 180px; }
    .metadata-value { font-size: .75em;  }
}





/* START - Educator Donations elements */

#carousel-root {

    /* CSS overides for anythis behavior */
    a { color: #c6341b; }
    a:hover { color: #c6341b; }
    a:visited { color: #c6341b; }
    a:active { color: inherit; }

    background-color: #D9F6FE;

    width: 670px;
    text-align: center;

    #carousel-icon {
        padding-top: 1em;
        margin: auto;
        margin-top:1em;
    }

    .carousel-container {
        display: flex;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        height: 150px;
        scrollbar-width: none;
        -ms-overflow-style: none;

        & div {
            flex: none;
            scroll-snap-align: start;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            font-family: 'FreightTextPro', Times, serif;
            font-style: italic;
            color: #000000;
            box-sizing: border-box;
            padding-left: 2em;
            padding-right: 2em;
        }

        &::-webkit-scrollbar {
            display: none;
        }
    }

    .carousel-navigation {
        display: flex;
        justify-content: space-between;
        position: relative;
        top: -100px;
        width: 100%;


        & button {
            border: none;
            padding: 10px;
            cursor: pointer;
            background-color: transparent;

            img {
                width: 3em;
                height: 3em;
            }
        }
    }

    .carousel-indicators {
        display: flex;
        justify-content: center;
        position: relative;
        top: -40px;

        button {

            border: none;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            cursor: pointer;
            box-shadow: 0 0 5px 0 #000000;

            &.active {
                background-color: #388FE0;
            }
        }
    }
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    #carousel-root {
        width: 440px;

        .carousel-container div {
                font-size: 1rem;
        }
    }
}

#donate_educators_share {
    margin-top: 60px;

    h2 { text-align: center;
        font-size: 1.5em;
        color: #717171;
        font-style: italic;
        font-weight: bold;
        font-family: "FreightTextPro", sans-serif;
    }

    & p {
        width: 75%;
        margin: auto;
        padding-top: 1em;
        padding-bottom: 3em;
    }

    .a2a_s_facebook, .a2a_s_linkedin, .a2a_s_x {
        width: 48px;
        height: 48px;
    }
    .a2a_button_facebook, .a2a_button_linkedin, .a2a_button_x {
        padding-left: 1em;
        padding-right: 1em;
    }
}
/* END - Educator Donations elements */

/* Start of speakers & workshops specific styles */
ul.featured-speaker-jump-link-list{
	list-style-type: none;
	padding:0;
	margin:24px 0 48px 0;
}
ul.featured-speaker-jump-link-list li{
	margin:0 0 12px 0;
}
ul.featured-speaker-jump-link-list li a{
	text-decoration: dotted underline #aaa;
	text-underline-offset: 5px;
}
ul.featured-speaker-jump-link-list li a:hover{
	text-decoration: solid underline #000;
}
.featured-speaker-list{
	margin:0 0 24px 0;
}
.featured-speaker-info{
	display:grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 24px;
	align-items: end;
}
.featured-speaker-details h3{
	font-size:36px;
	margin-bottom: 0;
}
.featured-speaker-details p{
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-family: "FreightTextPro", sans-serif;
	margin:0;
}

.speaker-biography{
	margin-bottom: 24px;
}
.section-group .article-small-secondary{
	margin-bottom: 1em;
}
.section-group .article-small-secondary:last-child{
	margin-bottom: 0;
}
details.speaker-biography summary{font-size: 30px;font-weight: 500;}

details.speaker-biography { width: 100%; margin-bottom: 1rem; }
details.workshop-details { width: 100%; }
details.speaker-biography summary { color: #000; display: flex; flex-direction: row; justify-content: space-between; padding-bottom: 1em;border-bottom: 2px solid #f4f1ed; margin-bottom: 20px; cursor: pointer; }
details.workshop-details summary { color: #000; display: flex; flex-direction: row; justify-content: space-between; cursor: pointer; }
details.speaker-biography summary:after, details.speaker-biography[open] summary:after { color: #000; font-size: 3rem; line-height: 0; margin-top: 0.75rem; padding-right: 1em; opacity: 0.5; right: 0; font-weight: 200; transition: 200ms linear; font: var(--fa-font-solid); left: 60px; }
details.workshop-details summary:after, details.workshop-details[open] summary:after { color: #000; font-size: 3rem; line-height: 0; margin-top: 0.75rem; padding-right: 1em; opacity: 0.5; right: 0; font-weight: 200; transition: 200ms linear; font: var(--fa-font-solid); left: 60px; }
details.speaker-biography summary:after, details.workshop-details summary:after { content: "\f078"; }
details.speaker-biography[open] summary:after, details.workshop-details[open] summary:after { content: "\f077"; }

/* ensure urls inside of text boxes appear in the correct color */
.donate-faq .richtext > a { color: #c6341b; }

/* reusing faq for workshop accordion styles and animation */
.donate-faq summary::-webkit-details-marker { display: none; }
details.speaker-biography[open] summary ~ *, details.workshop-details[open] summary ~ * { animation: open 0.3s ease-in-out; }
@keyframes open { 0% { opacity: 0; } 100% { opacity: 1; } }

ul.additional-speaker-list{
	display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items horizontally */
  gap: 20px; /* Space between items */
  padding: 0;
  margin: 0 0 32px 0;
  list-style: none;
}
.additional-speaker-list li{
	text-align: center; /* Center the text within the list item */
  max-width: 200px; /* Set a max width for consistent layout */
  flex: 1 1 200px; /* Allow items to flex and wrap */
}
.additional-speaker-list .avatar{
	margin: 0 auto;
}
.additional-speaker-list h3{
	margin:12px 0 0 0;
	font-size: 24px;
}
.additional-speaker-list .profile-position{
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-family: "FreightTextPro", sans-serif;
	margin: 0;
}
.video{
	margin:36px 0 12px 0;
}

/* 7 Day Challenge */
#signup-7-day {
	margin-top: 30px;
	border: 3px solid #E72367;
	border-radius: 15px;
	padding: 48px 30px;
}
#signup-7-day .form-header {
	font-size: 1.6em;
	font-family: 'DM Serif Text', serif;
	font-weight: bold;
}
#signup-7-day .field-row {
	display: block;
	margin-top: 12px;
}
#signup-7-day .form-control {
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 8px 12px;
	margin-bottom: 12px;
}
#signup-7-day .btn {
	display: block;
	margin: 24px auto 0;
	font-size: 1.2em;
}
/* END 7 Day Challenge */