#page.get-involved .large p {
	font-size:24px;
	margin:30px 0px;
}
.social-wrapper h1 .sub-caption {
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.4;
}

.sub-caption .btn-theme-pink {
	font-family: Raleway, sans-serif !important;
	background-color:#d75987;
	border:none;
	color:#fff;
	font-size:16px;
	padding:1rem 2rem;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.sub-caption .btn-theme-blue {
	font-family: Raleway, sans-serif !important;
	background-color:#2e4f8d;
	border:none;
	color:#fff;
	font-size:16px;
	padding:1rem 2rem;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}

.sub-caption .btn-theme-pink:hover,.sub-caption .btn-theme-blue:hover {
	background-color:#333;
	border:none;
	color:#fff!important;
}

#sponsorship-content {
	font-family: Raleway, sans-serif !important;
	text-align:center;
	margin:0 auto;
}
#sponsorship-content .btn-theme-pink {
	background-color:#d75987;
	border:none;
	color:#fff;
	font-size:16px;
	padding:1rem 2rem;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
#sponsorship-content .btn-theme-blue {
	background-color:#2e4f8d;
	border:none;
	color:#fff;
	font-size:16px;
	padding:1rem 2rem;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
#sponsorship-content .btn-theme-pink:hover,#sponsorship-content .btn-theme-blue:hover {
	background-color:#333;
	border:none;
	color:#fff!important;
}
#sponsorship-content .heading {
	margin:0;
}
#sponsorship-content {
	font-family: Raleway, sans-serif !important;
	text-align: left;
	margin:0;
}
#sponsorship-content .quote {
	font-size:14px;
	position:relative;
	margin: 80px 0px;
}
#sponsorship-content .quote blockquote:before {
	display:none!important;
}
#sponsorship-content .quote blockquote {
	border:0;
	margin:0;
	padding:0;
	background:none;
	color:gray;
	font-family:Georgia,serif;
	font-size:1.5em;
	font-style:italic;
	line-height:1.4!important;
	margin:0;
	position:relative;
	text-shadow:0 1px #fff;
	z-index:600;
}
#sponsorship-content .quote blockquote * {
	box-sizing:border-box;
}
#sponsorship-content .quote blockquote p {
	color: #666;
	font-size: 22px;
	line-height: 1.4!important;
	font-style: italic;
}
#sponsorship-content .quote blockquote p:first-child:before {
	content:'\201C';
	color:#eb71a6;
	font-size:7.5em;
	font-weight:700;
	opacity:.3;
	position:absolute;
	top:-.4em;
	left:-.2em;
	text-shadow:none;
	z-index:-300;
}
#sponsorship-content .quote img {
	border-radius: 50%;
	display: block;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -.2em;
	left: 0;
}
#sponsorship-content .quote .quote-container {
	padding-left:180px;
}
#sponsorship-content .quote cite {
	color:#333;
	display:block;
	font-size:1em;
	margin-top:10px;
	font-style:normal;
}
#sponsorship-content .quote cite span {
	color:#000;
	font-size:1.2em;
	font-style:normal;
	font-weight:700;
	text-transform:uppercase;
}

#sponsorship-content .box-city {
	margin: 0 auto;
	text-align:center;
}

#sponsorship-content .box-city img {
	margin-bottom:20px;
}

#sponsorship-content .box-city h3 {
	font-weight:700;
	font-size:24px;
	margin: 0;
}

#sponsorship-content .box-city h4 {
	font-weight:400;
	font-size:18px;
}
				
#sponsorship-content .box {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	display: block;
	min-height: 600px;
	border: none;
	padding: 15px;
	padding-top: 30px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
#sponsorship-content .box svg {
	display:block;
	color:#fff;
	font-size:60px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}
#sponsorship-content .box h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#sponsorship-content .box p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
#sponsorship-content .box.pink {
	color:#fff;
	background-color:#ff6863;
}
#sponsorship-content .box.dark-blue {
	color:#fff;
	background-color:#1f518b;
}
#sponsorship-content .box.light-blue {
	color:#fff;
	background-color:#1488c8;
}
#sponsorship-content .box.orange {
	color:#fff;
	background-color:#f7a33b;
}
#sponsorship-content .box.plum {
	color:#fff;
	background-color:#B185A7;
}
#sponsorship-content .box.red {
	color:#fff;
	background-color:#e2413e;
}
#sponsorship-content .box.teal {
	color:#fff;
	background-color:#78cfbf;
}
#sponsorship-content .box.pink svg,#sponsorship-content .box.dark-blue svg,#sponsorship-content .box.light-blue svg,#sponsorship-content .box.orange svg,#sponsorship-content .box.plum svg,#sponsorship-content .box.red svg,#sponsorship-content .box.teal svg {
	color: rgba(255,255,255,.7);
}
#sponsorship-content .box.pink:hover,#sponsorship-content .box.dark-blue:hover,#sponsorship-content .box.light-blue:hover,#sponsorship-content .box.orange:hover,#sponsorship-content .box.plum:hover,#sponsorship-content .box.red:hover,#sponsorship-content .box.teal:hover {
	color: rgba(255,255,255,1);
	background-color:#333;
}
#page.get-involved {
	overflow:hidden;
	width:100%;
}
#page.get-involved p {
	font-size:18px;
	line-height:27px;
}
#page.get-involved a {
	color:#ff6863;
}
#page.get-involved a:hover {
	color:#000;
}
#page.get-involved a.btn {
	color:#fff;
}
#page.get-involved a.btn:hover {
	color:#ff6863;
}
#page.get-involved .header {
	margin:15px 0;
	margin-bottom:45px;
}
#page.get-involved .header h2 {
	font-size:2.2rem;
	line-height:2.6rem;
}
#page.get-involved .header h3 {
	color:#333;
	font-size:24px;
	line-height:1.6;
	font-weight:500;
}
#page.get-involved .header p {
	margin-top:10px;
}
#page.get-involved .box {
	margin-bottom:30px;
}
#page.get-involved .box h3 {
	font-size:1.6em;
	line-height:1.4;
	font-weight:500;
	margin:0;
	padding:0;
}
#page.get-involved .box img {
	width:100%;
	height:auto;
	margin-bottom:15px;
}
#page.get-involved .box p {
	font-size:1.1em;
}
#page.get-involved .btn-get-involved-cta {
	display:inline-block;
	font-size:12px;
	padding:10px 18px;
	color:#fff;
	background-color:#ff6863;
	border:1px solid #ff6863;
	outline:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
#page.get-involved .btn-get-involved-cta:hover {
	color:#ff6863;
	border:1px solid #ff6863;
	background-color:#fff;
}
#page.get-involved .margin-bottom-15 {
	margin-bottom:15px;
}
#page.get-involved .fa-ul {
	margin-left:3em;
	margin-bottom:2em;
}
#page.get-involved .fa-ul li {
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}
#page.get-involved .fa-ul li .fa-li {
	color:#ff6863;
	left:-3em;
	position:absolute;
	text-align:center;
	width:3em;
	line-height:inherit;
}
#page.get-involved .sponsorship-deck .slick-slide img {
	width:100%;
	height:auto;
	border:1px solid #eee;
	padding:10px;
}
#page.get-involved .sponsorship-deck-controls {
	margin:20px 0;
	margin-bottom:30px;
}
#page.get-involved .sponsorship-deck-controls .slick-list {
	margin:0 auto;
	width:80%;
}
#page.get-involved .sponsorship-deck-controls .slick-next {
	right:10px;
	width:28px;
	height:28px;
	z-index:9999;
}
#page.get-involved .sponsorship-deck-controls .slick-prev {
	left:10px;
	width:28px;
	height:28px;
	z-index:9999;
}
#page.get-involved .sponsorship-deck-controls .slick-prev:before,#page.get-involved .sponsorship-deck-controls .slick-next:before {
	font-size:28px;
	color:#aaa;
}
#page.get-involved .sponsorship-deck-controls .slick-slide h5 {
	background-color:#eee;
	color:#999;
	font-size:14px;
	line-height:42px;
	font-weight:700;
	margin:0 5px;
	position:relative;
	text-align:center;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
	cursor:pointer;
}
#page.get-involved .sponsorship-deck-controls .slick-current h5,#page.get-involved .sponsorship-deck-controls .slick-slide:hover h5 {
	color:#fff;
	background-color:#ff6863;
}
#page.get-involved .sponsorship-deck-controls .slick-slide:focus {
	text-decoration:none;
	outline:none;
	box-shadow:none;
}
#page.get-involved .quote {
	margin-bottom:20px;
}

#page.get-involved .quote .blockquote {
	margin-left:10px;
	font-size:14px;
}
#page.get-involved .quote .blockquote p {
	margin-top:10px;
	font-style:oblique;
}
#page.get-involved .quote .blockquote cite {
	font-size:12px;
	line-height:15px;
	font-style:normal;
	font-weight:700;
}
#page.get-involved .small-paragraph {
	font-size:14px;
	line-height:22px;
}
.sponsorship-mosaic img {
	border:1px solid #fff;
	border-bottom:2px solid #fff;
}
#sponsorshipCall,#sponsorshipBrochure,#sponsorshipAttendeeList,#sponsorshipRecapReport {
	z-index:99999;
}
#sponsorshipCall .gform_wrapper,#sponsorshipBrochure .gform_wrapper,#sponsorshipAttendeeList .gform_wrapper,#sponsorshipRecapReport .gform_wrapper {
	margin:20px;
}
#sponsorshipCall h2,#sponsorshipBrochure h2,#sponsorshipAttendeeList h2,#sponsorshipRecapReport h2 {
	margin:20px;
}
#sponsorshipCall input[type="text"],#sponsorshipCall input[type="email"],#sponsorshipCall input[type="tel"],#sponsorshipBrochure input[type="text"],#sponsorshipBrochure input[type="email"],#sponsorshipBrochure input[type="tel"],#sponsorshipAttendeeList input[type="text"],#sponsorshipAttendeeList input[type="email"],#sponsorshipAttendeeList input[type="tel"],#sponsorshipRecapReport input[type="text"],#sponsorshipRecapReport input[type="email"],#sponsorshipRecapReport input[type="tel"] {
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:5px;
}
#page.get-involved .header.centered {
	text-align:center;
}
#page.get-involved .separator-left.centered {
	text-align:center;
	margin:20px auto;
}
#page.get-involved .stats {
	margin:25px 0;
}
#page.get-involved .stats p {
	font-size:.9em;
	line-height:1.4;
	text-align:center;
	color:#999;
}
#page.get-involved .stats .circular-chart {
	display:block;
	margin:10px auto;
	margin-bottom:20px;
	max-width:80%;
	max-height:250px;
}
#page.get-involved .stats .circle-bg {
	fill:none;
	stroke:#eee;
	stroke-width:5;
}
#page.get-involved .stats .circle {
	fill:none;
	stroke-width:4;
	stroke-linecap:round;
}
#page.get-involved .stats.aos-animate .circular-chart .circle {
	-webkit-animation:statprogress 1s ease-out forwards;
	-moz-animation:statprogress 1s ease-out forwards;
	animation:statprogress 1s ease-out forwards;
}
#page.get-involved .stats .circular-chart.pink .circle {
	stroke:#ff6863;
}
#page.get-involved .stats .circular-chart.dark-blue .circle {
	stroke:#1f518b;
}
#page.get-involved .stats .circular-chart.light-blue .circle {
	stroke:#1488c8;
}
#page.get-involved .stats .circular-chart.orange .circle {
	stroke:#f7a33b;
}
#page.get-involved .stats .circular-chart.red .circle {
	stroke:#e2413e;
}
#page.get-involved .stats .circular-chart.teal .circle {
	stroke:#78cfbf;
}
#page.get-involved .stats .percentage {
	font-size:.5em;
	font-weight:700;
	text-anchor:middle;
}
#page.get-involved .stats .percentage.pink {
	fill:#ff6863;
}
#page.get-involved .stats .percentage.dark-blue {
	fill:#1f518b;
}
#page.get-involved .stats .percentage.light-blue {
	fill:#1488c8;
}
#page.get-involved .stats .percentage.orange {
	fill:#f7a33b;
}
#page.get-involved .stats .percentage.red {
	fill:#e2413e;
}
#page.get-involved .stats .percentage.teal {
	fill:#78cfbf;
}
#page.get-involved .sponsorship-mosaic img {
	border:1px solid #fff;
	border-bottom:2px solid #fff;
}
#page.get-involved .logo {
	width:100%;
	height:auto;
	margin-bottom:10px;
	border:1px solid #ddd;
	padding:5px;
	-webkit-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}
#page.get-involved .logo:hover {
	border:1px solid #ddd;
}
#page.get-involved .btn-outline-pink {
	font-size:12px !important;
	padding:1rem 2rem !important;
	color:#fff !important;
	background-color:#ff6863 !important;
	border:1px solid #ff6863 !important;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
#page.get-involved .btn-outline-pink:hover {
	color:#ff6863 !important;
	border:1px solid #ff6863 !important;
	background-color:#fff !important;
}
.meeting-request-option {
	display:block;
	margin-left:10px;
	font-size:14px;
}
.meeting-request-option img {
	float:left;
	height:100px;
	width:auto;
	border:1px solid #eee;
	margin-right:20px;
	padding:10px;
}
.meeting-request-option em {
	display:block;
	font-style:normal;
	font-weight:700;
}
.gform_wrapper .button {
	font-size:12px;
	padding:1rem 2rem;
	color:#fff;
	background-color:#ff6863;
	border:1px solid #ff6863;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	-ms-transition:all .3s ease;
	transition:all .3s ease;
}
.gform_wrapper .button:hover {
	color:#ff6863;
	border:1px solid #ff6863;
	background-color:transparent;
}