@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url("../css/fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../css/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../css/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../css/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../css/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../css/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: 0.14286em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */

.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

.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-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 {
	tap-highlight-color: transparent;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	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;
	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;
	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;
}
.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;
	}
}
@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,
.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: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: #888;
}
.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;
}
.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;
		height: 33px;
	}
}
.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: 18px 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;
}
@media (max-width: 1190px) {
	.header {
		padding: 16px 0;
	}
	.header .header-content {
		top: 25px;
	}
	.header .nav + .nav {
		padding-left: 15px;
		margin-left: 12px;
	}
	.header .nav + .nav:before {
		top: 5px;
	}
	.header .search {
		padding: 0 0 0 20px;
	}
}
@media (max-width: 1024px) {
	.header {
		padding: 15px 0;
		position: relative;
		z-index: 15;
	}
	.header .header-content {
		float: none;
		position: static;
	}
	.header .logo {
		display: block;
	}
	.header .search {
		padding: 0;
		position: absolute;
		top: 7px;
		right: 20px;
		z-index: 15;
	}
	.header .nav-wrapper {
		float: right;
		padding-top: 18px;
	}
}
@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: 18px 0 20px;
	}
	.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;
	padding-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-utilities li + li {
		/*margin-left: 30px;*/
	}
	.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;
	}
	.nav-primary .has-dd.active .dropdown-secondary,
	.nav-utilities .has-dd.active .dropdown-secondary {
		max-height: 1000px;
	}
}
.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 .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;
}
.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: 68px 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 {
		padding-top: 50px;
	}
	.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 {
		padding-top: 30px;
	}
	.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: 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;
}
.article .article-entry .faq-q h4 {
	text-indent: -45px;
	margin-left: 45px;
}
.article .article-entry .faq-q h4: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 {
	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: #888;
	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: #888;
	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;
}
.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 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 */
#debug .tab{
	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;}
}
