/*
Theme Name: AllChicago.org Theme
Theme URI: 
Template: bootstrap-basic4
Author: 
Author URI:
Description: Custom theme for All Chicago website
Version: 1
License: 
License URI: 
Text Domain: bootstrap-basic4-child
Domain Path:
Tags: 
*/



/* CUSTOM COLOR PALETTE */
:root {
	/* COLORS */
	--global--color-all-chicago-light-blue: #00aed8;
	--global--color-all-chicago-dark-blue: #06508f;
	--global--color-all-chicago-orange: #e6a158;
	--global--color-all-chicago-yellow: #fff10a;
	--global--color-all-chicago-gray: #63666a;
	--global--color-just-black: #000;
	--global--color-just-white: #fff;
}

body {
	/* BLOCK EDITOR PRESETS */
	--wp--preset--color--all-chicago-light-blue: #00aed8;
	--wp--preset--color--all-chicago-dark-blue: #06508f;
	--wp--preset--color--all-chicago-orange: #e6a158;
	--wp--preset--color--all-chicago-yellow: #fff10a;
	--wp--preset--color--all-chicago-gray: #63666a;
	--wp--preset--color--just-black: #000;
	--wp--preset--color--just-white: #fff;
}

.has-all-chicago-light-blue-background-color {
    background-color: #00aed8;
}
 
.has-all-chicago-light-blue-color {
    color: #00aed8;
}
 
.has-all-chicago-light-blue-border-color {
    color: #00aed8;
}

.has-all-chicago-dark-blue-background-color {
    background-color: #06508f;
}
 
.has-all-chicago-dark-blue-color {
    color: #06508f;
}
 
.has-all-chicago-dark-blue-border-color {
    color: #06508f;
}

.has-all-chicago-orange-background-color {
    background-color: #e6a158;
}
 
.has-all-chicago-orange-color {
    color: #e6a158;
}
 
.has-all-chicago-orange-border-color {
    color: #e6a158;
}

.has-all-chicago-yellow-background-color {
    background-color: #fff10a;
}
 
.has-all-chicago-yellow-color {
    color: #fff10a;
}
 
.has-all-chicago-yellow-border-color {
    color: #fff10a;
}

.has-all-chicago-gray-background-color {
    background-color: #63666a;
}
 
.has-all-chicago-gray-color {
    color: #63666a;
}
 
.has-all-chicago-gray-border-color {
    color: #63666a;
}

.has-just-black-background-color {
    background-color: #000;
}
 
.has-just-black-color {
    color: #000;
}
 
.has-just-black-border-color {
    color: #000;
}

.has-just-white-background-color {
    background-color: #fff;
}
 
.has-just-white-color {
    color: #fff;
}
 
.has-just-white-border-color {
    color: #fff;
}



/* TEXT & LINKS */
 html body {
	font-size: 18px;
	font-family: 'Source Serif Pro', serif;
 }
 
 p {
	 line-height: 1.5;
	 margin-bottom: 20px;
 }
 
 h1, h2, h3, h4, h5, h6 {
	 font-weight: 600;
	 font-family: 'Source Sans Pro', sans-serif;
 }
 
 a, body a {
	color: #E6A158;	 
	text-decoration: underline;
 }
 
 a:hover, a:active, a:focus, body a:hover, body a:active, body a:focus {
	color: #06508F;
 }
 
 
 
 /* IMAGES */
 img {
	 max-width: 100%;
	 height: auto;
 }
 
 

/* FORMS */
.gform_wrapper {
	font-family: 'Source Sans Pro', sans-serif;
}

input[type="submit"] {
	color: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #00ADDA;
	border: 1px solid #00ADDA;
	font-family: 'Source Sans Pro', sans-serif;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	background-color: #06508F;
	border-color: #06508F;
}



/* MAIN MENU */
.navbar.bg-light {
	background-color: transparent !important;
}

body .navbar.bg-light {
	background-color: #06508F !important;
}

body .mr-auto {
	width: 100%;
}

ul#bb4-primary-menu li {
	width: 20%;
	text-align: center;
}

ul#bb4-primary-menu li a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

ul#bb4-primary-menu li a:hover, ul#bb4-primary-menu li a:focus, ul#bb4-primary-menu li a:active {
	color: #E6A158;
}

ul#bb4-primary-menu li:last-child a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	background-color: #E6A158;
	margin-top: -15px;
	margin-bottom: -15px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	transition: ease 1s;
}

ul#bb4-primary-menu li:last-child a:hover, ul#bb4-primary-menu li:last-child a:focus, ul#bb4-primary-menu li:last-child a:active {
	background-color: #00AED8;
	text-decoration: none;
}

body .dropdown-menu {
	background-color: #06508F;
}

body .dropdown-item.active {
	background-color: #00AED8;
}

body .dropdown-item.active a {
	color: #E6A158;
}



/* UTILITY NAV */
.utilitynav {
	margin-top: 15px;
	text-align: right;
}

.row.utilitynav {
	margin-left: inherit;
	margin-right: inherit;
}

.utilitynav ul.menu {
	list-style: none;
	margin-left: 0;
	margin-right: 35px;
	margin-bottom: 0;
	line-height: 1;
}

.utilitynav ul.menu li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1;
}

.utilitynav ul.menu li a {
	text-transform: uppercase;
	color: #63666A;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
}

.utilitynav ul.menu li a:hover, .utilitynav ul.menu li a:active, .utilitynav ul.menu li a:focus {
	color: #06508F;
	text-decoration: underline;
}



/* LOGO */
.row.site-branding {
	margin-left: inherit;
	margin-right: inherit;
}

body .site-title {
	margin-top: 0;
}

.site-title img {
	width: 275px;
	height: auto;
	margin-bottom: 20px;
}



/* BUTTONS */
.wp-block-button.aligncenter {
	display: flex;
	align-items: center;
}

.wp-block-button.aligncenter a.wp-block-button__link {
	margin-left: auto;
	margin-right: auto;
}

body .is-style-outline > .wp-block-button__link:not(.has-text-color) {
	color: #000;
}



/* HOMEPAGE */
body #main .post, body #main .page {
	border: none;
}

.home .page-header {
	margin-bottom: 0;
}

.home #content {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.home #content.row-with-vspace {
	margin-bottom: 0;
}

.home #main article {
	color: #fff;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 80px;
	padding-bottom: 0px;
}

.home #main article h1.entry-title {
	display: none;
}

.home #main article h1 {
	font-weight: 600;
	font-size: 3rem;
	margin-bottom: 40px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.home #main article .is-style-outline {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

.home #main article .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #00AED8;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 8px 25px;
	border: 2px solid #fff;
	transition: ease 1s;
}

.home #main article .wp-block-button__link:hover, .home #main article .wp-block-button__link:focus, .home #main article .wp-block-button__link:active {
	background-color: #06508F;
	text-decoration: none;
	color: #fff;
}

.homepage-introduction {
	padding: 80px;
}

.homepage-introduction .homepagestats {
	float: right;
	background-color: rgba(0,0,0,0.03);
	padding: 30px 35px;
	margin-left: 180px;
}

.homepage-introduction .homepagestats h2 {
	text-align: right;
	line-height: 30px;
}

.homepage-introduction .homepagestats h5 {
	line-height: 30px;
}

.homepage-introduction .wp-block-separator {
	border-bottom: 1px solid #000;
}

.homepage-introduction .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100%;
}

.homepage-introduction p {
	font-family: 'Source Sans Pro', sans-serif;
}

.homepage-introduction .homepagestats table td {
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	height: 80px;
}

.homepagestatsnumber {
	color: #E6A158;
	font-size: 30px;
	font-family: 'Source Sans Pro', sans-serif;
}

.homepagestatslabel {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}

.homepage-ending {
	background-color: rgba(0,173,218,0.6);
	padding: 80px;
	font-family: 'Source Sans Pro', sans-serif;
}

.homepage-ending h2 .small {
	font-size: 24px;
}

.homepage-ending h2 {
	font-size: 34px;
	margin-bottom: 10px;
}

.homepage-ending hr {
	margin: 0 auto 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.homepage-ending .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 1100px;
	width: 1100px;
}

.homepage-ending h6 {
	font-size: 26px;
	font-weight: 600;
}

.homepage-ending img {
	width: 65px;
	height: 69px;
	opacity: 0.5;
}

.homepage-ending p {
	font-size: 16px;
	padding-left: 12%;
	padding-right: 12%;
}

.homepage-ending .is-style-outline {
	color: #06508F;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

.homepage-ending .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #fff;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: none;
	transition: ease 1s;
}

.homepage-ending .wp-block-button__link:hover, .homepage-ending .wp-block-button__link:active, .homepage-ending .wp-block-button__link:focus {
	background-color: var(--global--color-all-chicago-yellow);
	text-decoration: none;
	font-weight: bold;
}

.homepage-events {
	padding: 60px 120px;
}

.homepage-events .widget_text {
	float: left;
	width: 50%;
}
 
.homepage-events .widget_text h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	width: 240px;
}

.homepage-events .tribe-events-adv-list-widget {
	float: right;
	width: 50%;
}

.homepage-events:after {
  content: "";
  clear: both;
  display: table;
}

.home .eventcategory {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #63666A;
	font-family: 15px;
}

.home .tribe-mini-calendar-event .list-date {
	display: none;
}

.home .tribe-mini-calendar-event .list-info h2 a {
	color: #06508F;
	font-weight: 600;
	font-size: 26px;
	text-decoration: none;
}

.home .tribe-events-duration {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 18px;
}

.home .tribe-mini-calendar-event {
	border-bottom: none;
	margin-bottom: 40px;
}

.home .tribe-events-widget-link {
	display: none;
}

.homepage-news {
	margin-bottom: 130px;
}

.homepage-news h2 {
	text-align: center;
	margin-bottom: 40px;
}

.homepage-news .rpwe-block li {
	border-bottom: none;
	width: 25%;
	display: inline-block;
	text-align: center;
	margin: 0 4% !important;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
min-height: 353px;
}

.homepage-news .rpwe-thumb {
	border: none !important;
	max-width: 100%;
	height: auto;
	padding: 0px !important;
	width: 100%;
}

.homepage-news .rpwe-block h3 {
	font-size: 20px !important;
	padding: 20px;
}

.homepage-news .rpwe-block h3 a {
	color: #000;
}

.homepage-news .rpwe-block h3 a:hover, .homepage-news .rpwe-block h3 a:focus, .homepage-news .rpwe-block h3 a:active {
	color: #000;
}

.homepage-feature {
	margin-bottom: 60px;
}

.homepage-feature .wp-block-media-text {
	background-color: #E6A158;
}

.homepage-feature .wp-block-media-text .wp-block-media-text__content {
	padding-left: 14%;
	padding-right: 14%;
	color: #fff;
}

.homepage-feature .wp-block-media-text .wp-block-media-text__content {
	font-family: 'Source Sans Pro', sans-serif;
}

.homepage-feature .is-style-outline {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

.homepage-feature .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #00AED8;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: none;
	transition: ease 1s;
}

.homepage-feature .wp-block-button__link:hover, .homepage-feature .wp-block-button__link:focus, .homepage-feature .wp-block-button__link:active {
	background-color: #06508F;
	text-decoration: none;
}

.homepage-feature .wp-block-media-text h2 {
	color: #fff;
}

.homepage-feature .wp-block-separator {
	border-color: #fff;
}

.home .rpwe-block ul {
	display: flex;
}



/* BREADCRUMBS */
.breadcrumbs {
	margin-bottom: 60px;
}

.breadcrumbs, .breadcrumbs a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	color: #63666A;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
	color: #E6A158;
	text-decoration: underline;
}



/* DEFAULT PAGE TEMPLATE */
.featuredimage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.featuredimage {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main.col-md-9.site-main {
	padding-left: 0;
	float: left;
	width: 60%;
	max-width: 60%;
}

#main.col-md-9.site-main article {
	padding-top: 0;
	padding-left: 0;
}

body #main .attachment .entry-title, body #main .post .entry-title, body #main .page .entry-title {
	font-weight: 600;
}



/* DEFAULT SINGLE PAGE TEMPLATE */
h1 a {
	color: #000;
}

h1 a:hover, h1 a:focus, h1 a:active {
	color: #666;
	text-decoration: none;
}

#main .post .entry-header .entry-meta.entry-date, #main .entry-header .entry-meta.entry-date {
	font-size: 14px;
	letter-spacing: 1px;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 40px;
}



/* LANDING PAGE TEMPLATE */
.page-template-page_landingpage .page-header {
	margin-bottom: 0;
}

body.page-template-page_landingpage #main article {
	padding: 0;
}

.page-template-page_landingpage header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_landingpage header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_landingpage .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 10%;
}

.page-template-page_landingpage .entry-content > p {
	padding-left: 10%;
	padding-right: 10%;
}

.page-template-page_landingpage .entry-content > ul {
	padding-left: 10%;
	padding-right: 10%;
}

.page-template-page_landingpage .wp-block-columns {
	padding-left: 10%;
	padding-right: 10%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-template-page_landingpage .wp-block-columns .wp-block-column {
	padding-left: 1%;
	padding-right: 1%;
}

.page-template-page_landingpage .wp-block-separator {
	padding-left: 10%;
	padding-right: 10%;
}

.page-template-page_landingpage .page-container h2 {
	color: #06508F;
	margin-bottom: 40px;
	margin-top: 40px;
}

.featuredarea {
	padding-left: 10%;
	padding-right: 10%;
}

.featuredarea p {
	width: 50%;
	float: left;
	margin-right: 10%;
}

.custombox {
	border: 1px solid #63666A;
	padding: 30px;
	width: 30%;
	float: right;
}

.custombox ul li {
	line-height: 2;
	list-style-image: url('https://allchicago.org/wp-content/themes/bootstrap-basic4-child/arrow_black.png');
}

.custombox ul li a {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
}

.custombox ul li a:hover, .custombox ul li a:active, .custombox ul li a:focus {
	color: #63666A;
}

.featuredarea:after {
  content: "";
  clear: both;
  display: table;
}

.has-medium-font-size {
	font-size: 28px;
	font-family: 'Source Sans Pro', sans-serif;
}

.wp-block-media-text {
	background-color: rgba(99,102,106,0.1);
}

.wp-block-media-text h2 {
	color: #000;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 400px;
}

.wp-block-separator {
	border-bottom: 1px solid #63666A;
}

details {
	margin: 0 auto 40px;
	width: 50%;
}

.col-md-9  details {
	width: 100%;
}

details summary {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 30px;
	border-radius: 3px;
	background-color: #00AED8;
	letter-spacing: 1px;
	font-weight: 400;
}

details p {
	padding: 20px;
}

.page-template-page_landingpage .entry-content > h2:not(.has-text-align-center) {
	padding-left: 10%;
}



/* DONATE PAGE TEMPLATE */
.page-template-page_donatepage .page-header {
	margin-bottom: 0;
}

body.page-template-page_donatepage #main article {
	padding: 0;
}

.page-template-page_donatepage header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_donatepage header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_donatepage .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 10%;
}

.page-template-page_donatepage .entry-content p {
	padding-left: 15%;
	padding-right: 15%;
}

.page-template-page_donatepage .entry-content .is-style-outline {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

.page-template-page_donatepage .entry-content .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #E6A158;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: none;
	transition: ease 1s;
}

.page-template-page_donatepage .entry-content .wp-block-button__link:hover, .page-template-page_donatepage .entry-content .wp-block-button__link:active, .page-template-page_donatepage .entry-content .wp-block-button__link:focus {
	background-color: #06508F;
	text-decoration: none;
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
	background-color: #fff;
}

p.donatefeature {
	background-color: rgba(0,173,218,0.6);
	padding-top: 65px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 60px;
	line-height: 1.2;
}

.page-template-page_donatepage .wp-block-columns {
	background-color: rgba(0,173,218,0.6);
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 65px;
	margin-bottom: 60px;
}

.page-template-page_donatepage .wp-block-columns h6 {
	font-size: 26px;
	font-weight: 600;
}

.page-template-page_donatepage .wp-block-columns img {
	width: 65px;
	height: 69px;
	opacity: 0.5;
}

.page-template-page_donatepage .wp-block-columns p {
	font-size: 16px;
	padding-left: 12%;
	padding-right: 12%;
	font-family: 'Source Sans Pro', sans-serif;
}

.page-template-page_donatepage .entry-content details p {
	padding-left: 10%;
	padding-right: 10%;
}



/* BOARD PAGE */
.page-template-page_boardpage .page-header {
	margin-bottom: 0;
}

body.page-template-page_boardpage #main article {
	padding: 0;
}

.page-template-page_boardpage header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_boardpage header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_boardpage .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 15%;
}

.page-template-page_boardpage .entry-content {
	padding-left: 15%;
	padding-right: 15%;
}

.staffblock {
	min-height: 170px;
}

.boardblock, .staffblock {
	width: 33.33%;
	padding-right: 2%;
	margin-bottom: 40px;
	float: left;
	min-height: 100px;
}

.staffblock.executive {
	width: 50%;
	padding-right: 5%;
}

.staffblock:nth-child(3n):after {
	clear: both;
}

.staffblock.executive:nth-child(3n):after {
	clear: inherit;
}

.staffblock:nth-child(2n):after {
	clear: both;
}

.boardblock h3, .staffblock h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}

.boardblock p.affiliation, .staffblock p.jobtitle {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}



/* STAFF PAGE */
.page-template-page_staffpage .page-header {
	margin-bottom: 0;
}

body.page-template-page_staffpage #main article {
	padding: 0;
}

.page-template-page_staffpage header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_staffpage header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_staffpage .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 10%;
}

.page-template-page_staffpage .entry-content {
	padding-left: 10%;
	padding-right: 10%;
}

.page-template-page_staffpage .wp-block-media-text__content {
	font-family: 'Source Sans Pro', sans-serif;
}

.page-template-page_staffpage .wp-block-media-text__content h2 {
	font-weight: 600;
	font-size: 40px;
	margin-bottom: 0;
}

.page-template-page_staffpage .wp-block-media-text .wp-block-media-text__media {
	padding: 40px;
}

.stafffeaturedimage {
	margin-bottom: 20px;
}



/* LATEST NEWS PAGE */
.page-template-page_latestnews .page-header {
	margin-bottom: 0;
}

body.page-template-page_latestnews #main article {
	padding: 0;
}

.page-template-page_latestnews header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_latestnews header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_latestnews .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 15%;
}

.page-template-page_latestnews .entry-content {
	padding-left: 15%;
	padding-right: 15%;
}

.page-template-page_latestnews .entry-content table td {
	vertical-align: top;
}

.newscategory, .blogblock h2, .blogblock .entry-date, .blogblock .entry-content {
	margin-left: 40px;
}

.blogblock h2 a {
	color: #000;
	font-size: 32px;
	line-height: 1.1;
	text-decoration: none;
}

.blogblock h2 {
	margin-bottom: 0px;
}

.blogblock .entry-date {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 20px;
}

.blogblock .entry-content {
	padding-left: 0;
	padding-right: 0;
	font-family: 'Source Sans Pro', sans-serif;
}

.newscategory ul li {
	list-style: none;
}

.newscategory ul {
	padding-left: 0;
	margin-bottom: 20px;
}

.newscategory ul li a {
	color: #63666A;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}



/* BLOG PAGE */
.page-template-page_blog .page-header {
	margin-bottom: 0;
}

body.page-template-page_blog #main article {
	padding: 0;
}

.page-template-page_blog header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_blog header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_blog .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 15%;
}

.page-template-page_blog .entry-content {
	padding-left: 15%;
	padding-right: 15%;
}

.page-template-page_blog .blogblock .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.page-template-page_blog .entry-content table td {
	vertical-align: top;
}



/* IN THE NEWS PAGE */
.page-template-page_inthenews .page-header {
	margin-bottom: 0;
}

body.page-template-page_inthenews #main article {
	padding: 0;
}

.page-template-page_inthenews header.entry-header {
	text-align: center;
	color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.page-template-page_inthenews header.entry-header h1 {
	font-size: 3rem;
}

.page-template-page_inthenews .breadcrumbs {
	margin-bottom: 75px;
	padding-left: 15%;
}

.page-template-page_inthenews .entry-content {
	padding-left: 15%;
	padding-right: 15%;
}

.page-template-page_inthenews .blogblock .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.page-template-page_inthenews .entry-content table td {
	vertical-align: top;
}

.page-template-page_inthenews .newscategory {
	color: #63666A;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}



/* EVENTS */
body.events-gridview, body.events-gridview p {
	font-family: 'Source Sans Pro', sans-serif;
}

body .tribe-events-notices {
	background-color: #00AED8;
	color: #fff;
	text-shadow: none;
	border-color: #00AED8;
}

#tribe-events-content a {
	color: #000;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color: #06508F;
}

#tribe-events .tribe-events-button {
	background-color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}

#tribe-bar-filters-wrap, #tribe-bar-views, .tribe-grid-content-wrap, .tribe-events-nav-next, .tribe-events-nav-previous {
	font-family: 'Source Sans Pro', sans-serif;
}

.events-gridview.events-archive #tribe-events-content .tribe-events-category-continuum-of-care-meeting h3 a {
	color: #63666A;
}

.events-gridview.events-archive #tribe-events-content .tribe-events-category-training h3 a {
	color: #E6A158;
}

.events-gridview.events-archive #tribe-events-content .tribe-events-category-special-event h3 a {
	color: #CA0A0D;
}

.events-gridview.events-archive #tribe-events-content .tribe-events-category-all-chicago-meeting h3 a {
	color: #06508F;
}

.events-gridview.events-archive #tribe-events-content .tribe-events-category-other h3 a {
	color: #333;
}



.events-list.events-archive #tribe-events-content .tribe-events-category-continuum-of-care-meeting h3 a {
	color: #63666A;
}

.events-list.events-archive #tribe-events-content .tribe-events-category-training h3 a {
	color: #E6A158;
}

.events-list.events-archive #tribe-events-content .tribe-events-category-special-event h3 a {
	color: #CA0A0D;
}

.events-list.events-archive #tribe-events-content .tribe-events-category-all-chicago-meeting h3 a {
	color: #06508F;
}

.events-list.events-archive #tribe-events-content .tribe-events-category-other h3 a {
	color: #333;
}



/* SEARCH RESULTS */
.search-results .entry-meta {
	display: none;
}

.search-results #main .page, .search-results #main .post {
	padding-top: 0;
	padding-left: 0;
}

.search-results #main .page .entry-title, .search-results #main .post .entry-title {
	font-weight: 400;
}



/* SIDEBAR */
#sidebar-right {
	float: right;
}

#sidebar-right ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

#sidebar-right ul li:last-child {
	border-bottom: none;
}

#sidebar-right ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar-right ul li a:hover, #sidebar-right ul li a:focus, #sidebar-right ul li a:active {
	text-decoration: underline;
}

.single #sidebar-right ul.sub-menu {
	display: none;
}

#sidebar-right .current_page_item > a {
	font-weight: bold;
}

#sidebar-right ul li, .page #sidebar-right ul li ul li {
	display: none;
}

#sidebar-right ul li.current-menu-ancestor, #sidebar-right ul li.current-menu-parent, #sidebar-right .current_page_item, #sidebar-right ul li.current-menu-ancestor ul li, #sidebar-right ul li.current-menu-parent ul li {
	display: inherit;
}

body #sidebar-left .widget, body #sidebar-right .widget {
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

#sidebar-left .widget .widget-title, #sidebar-right .widget .widget-title {
	font-weight: bold;
}



/* SOCIAL SHARE TOOL */
.ssba.ssbp-wrap {
	display: none;
}

#main article .entry-content .ssba.ssbp-wrap {
	display: inherit;
	margin-top: 40px;
	margin-bottom: 40px;
}

.ssba-share-text {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	font-family: 'Source Sans Pro', sans-serif;
}

#main article .entry-content .ssba.ssbp-wrap br {
		display: none;
	}
	#main article .entry-content .ssba.ssbp-wrap p {
		display: inline;
	}



/* TAGS CATEGORIES */
.cat-links a {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
}



/* EMAIL SIGNUP */
.home .emailsignup .wp-block-media-text .wp-block-media-text__content {
	padding-left: 14%;
	padding-right: 14%;
	padding-top: 8%;
	padding-bottom: 8%;
}

.home .emailsignup {
	background-color: rgba(99,102,106,0.1);
	color: #333;
	padding: 0;
	margin-bottom: 0px;
}

.home .emailsignup h2 {
	color: #333;
	font-weight: 700;
}

.emailsignup h2 {
	color: #333;
	font-weight: 700;
}

.emailsignup {
	background-color: rgba(99,102,106,0.1);
	padding: 0;
	margin-bottom: 0px;
}

.emailsignup .wp-block-media-text .wp-block-media-text__content {
	padding-left: 14%;
	padding-right: 14%;
	padding-top: 8%;
	padding-bottom: 8%;
}

.home .emailsignup .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-color: #fff;
}

.home .emailsignup .wp-block-separator.is-style-wide {
	color: #fff;
}

.emailsignup .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-color: #00AED8;
}

.emailsignup p {
	font-family: 'Source Sans Pro', sans-serif;
}

.home .emailsignup .is-style-outline {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

.home .emailsignup .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #00AED8;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: none;
	transition: ease 1s;
}

.home .emailsignup .wp-block-button__link:hover, .home .emailsignup .wp-block-button__link:focus, .home .emailsignup .wp-block-button__link:active {
	background-color: #06508F;
	text-decoration: none;
}

.emailsignup .is-style-outline {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

.emailsignup .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #E6A158;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: none;
	transition: ease 1s;
}

.emailsignup .wp-block-button__link:hover, .emailsignup .wp-block-button__link:focus, .emailsignup .wp-block-button__link:active {
	background-color: #06508F;
	text-decoration: none;
}



/* HOW WE ARE ENDING HOMELESSNESS */
#custom_post_widget-272 {
	background-color: rgba(0,173,218,0.6);
	padding: 80px;
	font-family: 'Source Sans Pro', sans-serif;
}

#custom_post_widget-272 h2 .small {
	font-size: 24px;
}

#custom_post_widget-272 h2 {
	font-size: 34px;
	margin-bottom: 10px;
	color: #000;
}

#custom_post_widget-272 hr {
	margin: 0 auto 50px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#custom_post_widget-272 .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 900px;
	width: 900px;
}

#custom_post_widget-272 h6 {
	font-size: 26px;
	font-weight: 600;
}

#custom_post_widget-272 img {
	width: 65px;
	height: 69px;
	opacity: 0.5;
}

#custom_post_widget-272 p {
	font-size: 16px;
	padding-left: 10%;
	padding-right: 10%;
}

#custom_post_widget-272 .is-style-outline {
	color: #06508F;
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	border-radius: 3px;
}

#custom_post_widget-272 .wp-block-button__link {
	font-size: 16px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	background-color: #fff;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	border: none;
	transition: ease 1s;
}

#custom_post_widget-272 .wp-block-button__link:hover, #custom_post_widget-272 .wp-block-button__link:active, #custom_post_widget-272 .wp-block-button__link:focus {
	background-color: #06508F;
	text-decoration: none;
	color: #fff;
}

.page-template-page_landingpage #custom_post_widget-272 .wp-block-columns {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}



/* COVER BLOCK */
.wp-block-cover__inner-container > p, .wp-block-cover__inner-container > h2, .wp-block-cover__inner-container > h3, .wp-block-cover__inner-container > h4, .wp-block-cover__inner-container > h5, .wp-block-cover__inner-container > h6 {
	margin-bottom: 0;
}

.wp-block-cover-image.has-background-dim::before, .wp-block-cover.has-background-dim::before {
	z-index: inherit;
}


.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
/*	z-index: inherit; */
}

body .wp-block-cover-image.has-background-dim::before, body .wp-block-cover.has-background-dim::before {
	opacity: 0;
}

body.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before, body.wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient)::before, body.wp-block-cover .wp-block-cover__gradient-background { 
	opacity: 0;
}



/* BUTTON */
body .wp-block-button__link {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
	font-size: 16px;
	border-radius: 3px;
	letter-spacing: 1px;
	padding: 10px 20px;
	transition: ease 0.3s;
	font-family: 'Source Sans Pro', sans-serif;
}

body .wp-block-button__link:hover, body .wp-block-button__link:active, body .wp-block-button__link:focus {
	text-decoration: none;
	background-color: #000;
	color: #fff;
	transform: translateX(1px);
}

.wp-block-button {
	margin-bottom: 5px;
}



/* FOOTER */
.home .footeremailsignup {
	display: none;
}

body .site-footer {
	border: none;
	background-color: #06508F;
	color: #fff;
	padding: 60px 40px;
	background-image: url('https://allchicago.org/wp-content/uploads/2019/10/foote_bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}

body .site-footer a {
	color: #fff;
	text-decoration: none;
}

body .site-footer a:hover, body .site-footer a:focus, body .site-footer a:active {
	text-decoration: underline;
}

body .site-footer table td {
	border: none;
}

.footer-left #custom_post_widget-3 {
	margin-bottom: 100px;
}

.footer-left #custom_post_widget-3 img {
	width: 221px;
	height: auto;
}

.footer-left .widget_search {
	margin-bottom: 20px;
}

.footer-left .widget_search input.form-control {
	width: 180px;
	max-width: 180px;
}

.footer-left .widget_search .btn.btn-outline-secondary {
	background-color: #666;
	color: #fff;
	border-color: #666;
	transition: ease 1s;
}

.footer-left .widget_search .btn.btn-outline-secondary:hover, .footer-left .widget_search .btn.btn-outline-secondary:active, .footer-left .widget_search .btn.btn-outline-secondary:focus {
	background-color: #000;
}

.site-footer .col-md-12 {
	border-top: 1px solid #fff;
	padding: 20px 0;
	margin-top: 40px;
}

.site-footer .col-md-6.footer-left {
	padding-left: 0;
}

.site-footer .col-md-6.footer-right {
	padding-right: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-align: right;
}

.site-footer .col-md-6.footer-right table {
	float: right;
}

.site-footer .col-md-6.footer-right td {
	vertical-align: top;
	padding: 0 30px;
}

.site-footer .col-md-6.footer-right h4 {
	font-size: 16px;
	font-weight: 600;
}

.site-footer .col-md-6.footer-right p {
	line-height: 2;
}

.site-footer .col-md-12 table {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 1px;
	width: 100%;
}

.site-footer .col-md-12 table td {
	width: 50%;
}



/* COOKIE NOTICE */
body .cookie-notice-container {
	 font-family: 'Source Sans Pro', sans-serif;
}

body .cn-button.bootstrap {
	background-color: #06508F;
	background-image: linear-gradient(to bottom,#0088cc,#06508F);
}



/* SPECIAL ANNOUNCEMENT */
.special-announcement {
	background-color: #00AED8;
	color: #fff;
}

.special-announcement a, .special-announcement a:hover, .special-announcement a:focus, .special-announcement a:active {
	color: #fff;
	text-decoration: underline;
}

.special-announcement p {
	margin-bottom: 0;
}

.special-announcement summary {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.special-announcement details {
	padding: 0;
	font-weight: inherit;
	background-color: inherit;
	width: 80%;
	margin: 0 auto;
}

.special-announcement details p {
	padding: 0;
}


/* MOBILE STYLES */

@media only screen and (max-width: 375px) {
	.home #main article {
		padding-top: 200px;
	}
	.home #main article h1 {
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.utilitynav li#menu-item-255, .utilitynav li#menu-item-260 {
		display: none;
	}
	.site-branding .widget {
		text-align: center;
	}
	.utilitynav ul.menu li {
		margin-bottom: 20px;
		margin-left: 0;
		margin-right: 10px;
	}
	.utilitynav li#menu-item-258, .utilitynav li#menu-item-259 {
		display: none;
	}
	.utilitynav ul.menu {
		padding: 0;
		margin: 0
	}
	ul#bb4-primary-menu li {
		width: 100%;
		text-align: left;
		padding-left: 20px;
	}
	ul#bb4-primary-menu li:last-child a {
		background-color: transparent;
		box-shadow: none;
	}
	ul#bb4-primary-menu li:last-child a:hover, ul#bb4-primary-menu li:last-child a:focus, ul#bb4-primary-menu li:last-child a:active {
		background-color: transparent;
	}
	body .dropdown-menu {
		border: none;
	}
	body .navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	body .navbar-light .navbar-toggler {
		border-color: #fff;
	}
	#site-footer .widget_custom_post_widget table td {
		display: block;
		width: 100%;
	}
	body .site-footer .col-md-6.footer-right {
		text-align: left !important;
		padding-left: 0;
	}
	#custom_post_widget-2 tr td {
		text-align: right;
	}
	.site-footer .col-md-6.footer-right table {
		float: none;
		margin-top: 60px;
	}
	.site-footer .col-md-6.footer-right td {
		padding-left: 0;
	}
	.home #main article {
		padding-top: 300px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.homepage-introduction {
		padding: 10px;
	}
	.home #main article h1 {
		color: #333;
		text-shadow: none;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.home .homepage-feature .wp-block-media-text .wp-block-media-text__media {
		margin-bottom: 40px;
	}
	.homepage-news .rpwe-block li {
		width: 90%;
		display: block;
		box-shadow: none;
	}
	.home .rpwe-block ul {
		display: block;
	}
	.homepage-events {
		padding: 40px 20px;
	}
	.homepage-events .widget_text {
		float: none;
		width: 100%;
		text-align: center;
	}
	.homepage-events .widget_text h2 {
		width: 100%;
		margin-bottom: 40px;
	}
	.homepage-events .tribe-events-adv-list-widget {
		float: none;
		width: 100%;
	}
	.homepage-ending {
		padding: 40px 20px;
	}
	.homepage-feature .is-style-outline {
		margin-bottom: 20px;
	}
	.homepage-ending .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
		width: 300px;
		max-width: 300px;
	}
	.wp-block-column {
		margin-bottom: 40px;
	}
	#main article .entry-content .ssba.ssbp-wrap br {
		display: none;
	}
	#main article .entry-content .ssba.ssbp-wrap p {
		display: inline;
	}
	.breadcrumbs {
		padding-left: 30px;
	}
	.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
		max-width: 70%;
		width: 70%;
	}
	.custombox {
		float: none;
		width: 100%;
	}
	.page-template-page_latestnews img.wp-post-image {
		max-width: 100%;
		height: auto;
	}
	.blogblock table td {
		display: block;
		width: 100%;
	}
	.newscategory, .blogblock h2, .blogblock .entry-date, .blogblock .entry-content {
		margin-left: 0;
	}
	#main.col-md-9.site-main {
		width: 90%;
		max-width: 90%;
		padding-left: 15px;
	}
	.boardblock, .staffblock, .staffblock.executive {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.stafffeaturedimage img {
		max-width: 100%;
		width: 90%;
		height: auto;
	}
	body #tribe-events-content .tribe-events-sub-nav li a {
		color: #fff;
	}
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
	.home #main article {
		padding-top: 400px;
	}
	.home #main article h1 {
		font-size: 2rem;
	}
	.homepage-feature .wp-block-media-text .wp-block-media-text__content {
		padding-top: 14%;
		padding-bottom: 14%;
	}
	body #sidebar-right.col-md-4 {
		max-width: 90%;
		float: none;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1399px) {
	.homepage-introduction .homepagestats {
		margin-left: 40px;
		width: 60%;
	}
} 

@media only screen and (min-width: 1400px) {
	.home #main article {
		padding-top: 140px;
		padding-bottom: 100px;
	}
	.homepage-introduction .homepagestats {
		margin-left: 40px;
		width: 60%;
	}
	.homepage-introduction {
		padding: 140px 80px 140px;
	}
}

@media only screen and (min-width: 1400px) {
	.home #main article {
		padding-top: 20%;
	}
	.homepage-introduction {
		padding-top: 0;
	}
}