/* OVERRIDES DEALERON WIDTHS
*  If you delete these the breakpoints
*  will fall back to "normal" for dealeron
* YEP, the worst...
* -------------------------------------------------- */
/* @media (min-width: 1200px) {
  .container {
    width: 1400px!important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) { 
  .container {
    width: 1199px!important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 991px!important;
  }
} */

.container-image {
	position: relative; 
	overflow: hidden; 
	border-radius: 10px; 
	margin-top: 20px;
}
/* fix generic container width */
.container {
	max-width: 100%;
}
.image {
	opacity: 1; width: 100%; height: 100%; transition: 0.5s ease-out;
}

.image:hover {
	transform: scale(1.1); transition: 0.5s ease-in;
}
/* hides the main page h1 and the h1 within the red banner */

#content-description,
h1.hidden {
	display: none !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
		justify-content: center !important;
}
.m-0 {
	margin: 0!important;
}
.p-0 {
	padding: 0!important;
}
.p-2 {
	padding: 20px!important;
}
.mt-0 {
	margin-top: 0 !important;
}
.px-5 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-5 {
	padding-bottom: 3rem!important;
}
.pb-4 {
	padding-bottom: 2.5rem!important;
}
.pb-3 {
	padding-bottom: 2rem!important;
}
.pb-2 {
	padding-bottom: 1rem!important;
}
.pb-1 {
	padding-bottom: .5rem!important;
}
.pt-4 {
	padding-top: 4rem !important;
}
.pt-5 {
	padding-top: 5rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mb-0 {
	margin-bottom: 0rem!important;
}
.mt-5 {
	margin-top: 3rem!important;
}
.mb-5 {
	margin-bottom: 3rem!important;
}
.mb-2 {
	margin-bottom: 1rem!important;
}
/* -------------------------------------------------- */


/* hides the main page h2 */
#content-description {
	display: none !important;
}
h1,
.h1 {
	font-size: 40px !important;
}
h2,
.h2 {
	font-size: 29px;
	padding: 30px 0 0;
	
}
h2:empty {
	background-color: blue;
}
h3,
.h3 {
	font-size: 24px;
	/* font-weight: 200; */
	padding: 30px 0;
}
h4,
.h4 {
	padding-top: 10px;
}
h5,
.h5 {

}
h6,
.h6 {

}
.h2 + .h3,
h2 + h3 {
	padding: 0;
}
.heading-lg,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	/* font-family: 'Fira Sans', Tahoma, sans-serif !important; font-weight: 700; */
}
dl {
	font-size: 120%;
}

dl > dt {
	text-transform: uppercase;
}
dl > dd {
	margin-bottom: 10px;
	margin-left: 10px;
}

a:link, a, a:visited, a:active {
	color: #f86c7b;
}
a:hover {
	/* cursor: pointer;
	 */
	 cursor:pointer;
    pointer-events: auto;
}
.panel {
	background-color: #f8faff;
	border: 1px solid gainsboro;
	border-radius: 0;
}
.panel-heading {
	padding-bottom: 0;
}
.panel-heading h3 {
	padding: 20px 0 10px;
	margin: 0 auto;
}
.bg-alt .panel {
	background-color: white;
}
.well {
	background-color: transparent;
}
.bg-alt .well {
	background-color: white;

}
.panel-title {
	font-weight: 500; text-transform: uppercase; margin-bottom: 10px;
	/* letter-spacing: -.05rem; */
	font-size: 20px !important;
}
.well p {
	max-width: 100%!important;
}
/* GLOBAL STYLES
* Padding below the footer and lighter body text
* -------------------------------------------------- */

body {
	color: #5a5a5a;
}

.base-landing {
	/* this will override the site fonts! Ha! */
	font-family: 'Fira Sans', Tahoma, sans-serif !important; font-weight: 300;
}
.centered {
	text-align: center;
	/* background-color: purple; */
}
/* .base-landing  .row.below-jumbo {
	display: flex;
	justify-content: space-between;
} */
.base-landing p {
	font-size: 120%;
}
.base-landing p.small {
	font-size: 100%;
	line-height: 1.8rem;
}
/* Adding spacing to each section
-------------------------------------------------- */
/* Each section needs spacing above and below */
.ryde {
	/* Padding WILL show background color */
	padding: 2rem;
	/* Margin WILL NOT show background color */
	/* margin-top: -3rem; */
	/* margin-bottom: 9rem; */
	background-color: transparent;
}
/* .ryde.bg-alt,
.bg-alt {
} */
.bg-alt .row,
.bg-alt-pink .row {
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #f8faff;
	margin-left: calc(50% - 50vw); 
	margin-right: calc(50% - 50vw);
}
.classless.bg-alt .row .container .row {
	margin-left: 15px;
	margin-right: 15px;
}
.ryde.bg-alt .container {
	max-width: 100%;
}
.bg-alt-pink .row {
	background-color: #fce6e6;
	/* margin-top: 4rem; */
}
.ryde.bg-bright .row {
	background-color: #ff6e6e;
	/* margin-top: 4rem; */
}
 
.ryde h2 {
	margin: 20px auto 10px;
	width: auto;
	display: inline-block;
  position: relative;
	padding: 0 20px 0 0;
}

.ryde.faq h2::after,
.ryde.circle-img-header h2::after,
.ryde.show-more h2::after,
.ryde.text-photo h2::after,
.ryde.left-img-list h2::after {
  content: '';
  position: absolute;
  bottom: 5%;
  left: 0;
  height: 1.2rem;
  width: 100%;
  background: #ff4d4d;
	opacity: .15;
  z-index: 0;
	transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.ryde h2:hover:after {
  transform: scaleX(1);
}

.ryde h2.fromLeft:after {
  transform-origin: 0% 50%;
}

/* .ryde-container {
	background-color: rosybrown;
	padding: 20px 0;
}

.ryde-container > div {
	padding-top: 10px;
} */
.ryde .panel {
	/* background: transparent; */
}
.ryde .panel-footer {
	font-size: 90%;
	background-color: white;
}

.ryde .map-link {
	display: block;
	padding: 20px 10px;
}
.ryde .map-link:hover {
	text-decoration: none;
	color: #333!important;
}
.ryde .map-link .fa {
	display: block;
	padding-bottom: 20px;
}

/* SIDEBAR NAV BUTTONS
-------------------------------------------------- */
.base-landing .container-sidebar {
	margin-top: 3rem;
	/* position: sticky;
	overflow: auto; */
}
.base-landing .btn-group-vertical > .btn {
	border-radius: 0!important;
}
.container-sidebar .btn-group-vertical {
	width: 100%;
}
.container-sidebar .btn-group-vertical a.active {
	background-color: #f8faff;
	color: #333!important;
box-shadow: none;
}
.container-sidebar .btn-group-vertical a.active:hover {
	color: #333!important;
}
/* Home page
-------------------------------------------------- *
*/
.btn-group-vertical.location {
	width: 100%;
}
.btn-group-vertical.location > .btn {
	background-color: #ff4d4d;
	border: 1px solid #c92f2f;
	width: auto;
	display:block;
	padding: 10px 40px;
	margin: 0 auto;
	min-width: 100%;

}

.btn-group-vertical.location > .btn:hover {
	background-color: #efefef;
	border: 1px solid #dedede;
	color: #ff4d4d!important;

}

/* SOME GENERIC STUFF FIRST
-------------------------------------------------- */

/* Speech bubble */
.speech-bubble {
	position: relative;
	background: #fce8e8;
	border-radius: 1em;
	padding: 20px 20px 50px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top-color: #fce8e8;
	border-bottom: 0;
	border-left: 0;
	margin-left: -15px;
	margin-bottom: -30px;
}

.bg-alt .speech-bubble {
	background: #ededed;
	color: #111;
}

.bg-alt .speech-bubble:after {
	border-top-color: #ededed;
}

.speech-bubble-author {
	margin-top: 60px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 120%;
}

.speech-bubble-author img {
	display: inline-block;
}

.speech-bubble-author img {
	float: left;
	margin-right: 10px;
	margin-top: -6%;
	width: 70px;
	height: 70px;
	padding: 0!important;
}

.speech-bubble p.quote {
	padding: 30px;
	font-family: "Space Grotesk";
	font-size: 130%;
	font-weight: 300;
	font-style: italic;
	display: block;
	position: relative;
}

.speech-bubble p.quote::before,
.speech-bubble p.quote::after {
	font-family: "Space Grotesk";
	font-size: 300px;
	position: absolute;
	opacity: .1;
	color: red;
}
.speech-bubble p.quote::before {
	content: '\201C';
	top: -100px;
	left: -105px;
}

.speech-bubble p.quote::after {
	content: '\201D';
	bottom: -250px;
	/* margin-bottom: 0; */
	right: -25px;
}

.fa-ahh {
	color: red;
	font-size: 30px;
}


/* DEALERON FIX
/ makes the jumbotron wider
-------------------------------------------------- */
/* Fixes the jumbotron behind the row
// makes it seem to disappear
	*/
.jumbotron {
	padding: 0 !important;
	background: #ffe0d4;
}

.jumbotron .row {
	margin-left: calc(50% - 50vw); 
	margin-right: calc(50% - 50vw); 
	border-radius: 0; 
	background-image: linear-gradient(to right top, #ff4d4d, #ff5655, #ff5e5e, #ff6666, #ff6e6e);
	/* background-image: linear-gradient(to right top, #847a7a, #908888, #9d9696, #aaa4a4, #b7b2b2); */
	/* background: rgb(204,227,255); */
	/* background: radial-gradient(circle, rgba(204,227,255,1) 0%, rgba(153,195,255,1) 48%); */
	/* background: #ffe0d4 url("https://rydell-assets.s3.us-east-2.amazonaws.com/service-content/header-2k.png"); */
	color: white;
	/* padding: 40px 20px; */
	border-radius: 0 !important; 
	padding: 0 !important; 
	margin-top: 0 !important; 
	margin-bottom: 0 !important;
	display: flex;
	/* min-height: 600px!important; */
	/* object-fit: cover;
	background-size: cover;
	background-position: 90%; */
}

.home .jumbotron .row {
	background-color: black;
	/* background-color: #4d4855;
background-image: linear-gradient(147deg, #4d4855 0%, #000000 74%); */

	background-image:none;
}

.jumbotron p {
	font-weight: 300; font-size: 135%; font-style: italic;
}
/* .jumbotron .img-col:before {
	content: "";
	border-bottom: 800px solid #ff4d4d;
	border-left: 50px solid transparent;
	position: absolute;
	right: 0%;
	top: 0;
	height: 100%;
} */

.jumbotron .row > div {
	padding: 25px 50px;
	margin: 0 auto;
	text-align: center;
	/* max-width: 50%; */
	/* height: 800px; */
}

.jumbotron .row > div h1 {
	/* font-weight: 900; */
	font-size: 80%;
}

.home .jumbotron .row > div {
	text-align: left;	
	padding: 100px 50px;
}

.home .jumbotron .row > div h1 {
	font-family: "Merriweather", Georgia, serif;
	font-weight: 600;
}

.jumbotron .row h1::after {
	content: " at Rydell";
	display: block;
	font-size: 50%;
}
.home .jumbotron .row h1::after {
	content: "";
}

.home .faq .panel img {
	padding-left: 10px;
	padding-right: 10px;
}

.home .faq .panel-heading h3 {
	font-size: 110%;
	min-height: 40px;
}

.home .show-more .panel img {
	background-color: #222;
	padding: 30px 80px;
}
.jumbotron .row .breadcrumb {
	background-color: transparent;
	display: none;
}

.base-landing .jumbotron .row .breadcrumb a {
	color: #5b3232!important;
}

.jumbotron .row > div h1 span {
	display: block; text-transform: uppercase;
}

/* ---- OTHER JUMBOTRON ---- */
.home .jumbotron.rydell-delivers .row {
	background-color: #ff4d4d;
	padding: 0;
} 

.home .jumbotron.rydell-delivers .row > div {
	text-align: left;	
	padding: 0;
}

.home .jumbotron.rydell-delivers h2 {
	font-family: "Merriweather";
	font-weight: 600;
	font-size: 45px;
}
/* Specifically the main Service page
------------------------- */
.base-landing.home .jumbotron .row.ryde {
	background-color: blue !important;
	background-image:none;
}

/* Dividing lines, inside and outside the sections
------------------------- */
.divider-outside {
	margin: 40px 0;
}
.divider-inside {
	border: 1px solid #ddd;
	display: block;
	position: relative;
	margin: 20px auto;
}
/* Thin out the marketing headings */

.featurette-heading {
	font-weight: 700; line-height: 1; letter-spacing: -1px; text-transform: uppercase; font-family: 'Fira Sans', Tahoma, sans-serif !important;
}

/* Contact area at the bottom */
.ryde.contact {
	/* position: absolute; */
	background-color: #6d0f0e;
	margin-left: calc(50% - 50vw); 
	margin-right: calc(50% - 50vw); 
	left: 0;
	margin-bottom: 0;
	margin-top: 40px;
}
.ryde.contact .contact-mommy {
	margin-top: -40px; 
	/* background-color: #25343a;  */
	position: relative; 
	font-size: 120%;
}
.ryde.contact .headline {
	padding: 20px; margin: 0;
	
}

.ryde.contact .contact-mommy .container {
	position: relative; 
	/* background-color: white; */
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.78); 
	top: -40px;
}

.ryde.contact .contact-mommy .container .row {
	background-color: #ffe0d4;

}

.ryde.contact h3 span {
	color: #ff4d4d; font-weight: 900;
}

.ryde.contact .contact-general {
	height: 100%; 
	padding-top: 10px;
	padding-bottom: 10px; 
}

.ryde.contact .contact-forms {
	margin-top: 40px;
}

.ryde.contact address {
	margin-left: 15px; 
	border-left: 3px solid #43484f; 
	padding-left: 15px;
}
.ryde.contact .btn {
	/* margin-top: 10px; */
	margin-bottom: 10px;
}

/* Image sizing control */
.m-auto {
	margin: 0 auto !important;
}
.w-100 {
	width: 100% !important;
	margin: 0 auto;
}
.w-75 {
	width: 75% !important;
	margin: 0 auto;
}
.w-50 {
	width: 50% !important;
	margin: 0 auto;
}
.w-25 {
	width: 25% !important;
	margin: 0 auto;
}
.h-100 {
	height: 100% !important;
}
.mh-35 {
	min-height: 35%;
}
.mh-40 {
	min-height: 40%;
}
img.img-responsive.img-100 {
	max-width: 100px!important;
	width: 100px;
	margin: 0 auto;
	padding: 0px 0 40px;
} 

img.img-responsive.img-300 {
	max-width: 300px!important;
	width: 300px;
	margin: 0 auto;
	padding: 0px 0 40px;
}
img.img-responsive.img-200 {
	max-width: 200px!important;
	width: 200px;
	margin: 0 auto;
	padding: 0px 0 40px;
}

img.img-responsive.img-500 {
	max-width: 500px!important;
	width: 500px;
	margin: 0 auto;
}
img.img-responsive.img-600 {
	max-width: 600px!important;
	width: 600px;
	margin: 0 auto;
}
img.img-responsive.img-700 {
	max-width: 700px!important;
	width: 700px;
	margin: 0 auto;
}
img.img-responsive.img-icon {
	max-width: 10%!important;
	width: 10%;
	margin: 0 auto;
}

.img-container {
	/* background-color: yellow; */
	
}
.img-container .img-square {
	object-fit: cover;
  width: 100%;
  height: 230px;
}
@media (max-width: 992px) {
	.img-container .img-square {
		object-fit: cover;
		width: 100%;
	}
	.d-md-none img {
		display:none !important;
	}
}

.gallery a {
	max-height: 160px;
	overflow: hidden;
	background-color: red;
	border: 0;
}

.gallery a img {
	border: 0;
}



/* Floating angled shape behind sections
------------------------- */
.bg-angled {
	background: #ffe0d4; 
	position: absolute; 
	z-index: -1; 
	margin-left: calc(50% - 50vw); 
	margin-right: calc(50% - 50vw); 
	left: 0; 
	width: 100%;
	color: #fff; 
	margin: 50px auto; 
	padding: 20% 20px; 
	text-align: center;
}

.bg-angled:before,
.bg-angled:after {
	background: inherit; 
	content: ''; 
	display: block; 
	height: 50%; 
	left: 0; 
	position: absolute; 
	right: 0; 
	z-index: -1; 
	backface-visibility: hidden; 
	-webkit-backface-visibility: hidden; 
}

.bg-angled:before {
	top: 0; 
	transform: skewY(1.5deg); 
	transform-origin: 100% 0;
}

.bg-angled:after {
	bottom: 0; 
	transform: skewY(-1.5deg); 
	transform-origin: 100%;
}

.base-landing a,
.base-landing button,
.base-landing.btn, 
.base-landing .ryde-btn,
.base-landing .ryde-btn-white {
	color: #f86c7b !important;
	border-radius: 0;
	border-color: #f86c7b;
	background-color: transparent;
}

.base-landing .btn-lg {
	margin: 20px 0;
}

.base-landing .btn-sm {
	margin: 10px 0;
}

.base-landing .ryde-btn-alt {
	color: white !important;
	border-color: #f86c7b;
	background-color: #f86c7b;
}

.base-landing .ryde-btn-white {
	color: white !important;
	border-color: white;
	background-color: transparent;
}

.base-landing .btn:hover {
	background-color: #5a5a5a; 
	border-color: #5a5a5a; 
	color: #ffffff !important;
	cursor: pointer;
}

.base-landing .btn:active {
	position: relative; top: 1px;
}

/* .base-landing span {
	text-transform: uppercase; font-weight: 700;
} */

.base-landing .help-block {
	display: block; font-size: 80%; font-weight: 300; font-style: italic; margin-top: -7px; color: #5a5a5a;
}

/* Read more button toggle */
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

/* Checklist bullet replacement */
.checklist ul {
		list-style-type: none;
		padding: 30px 80px 40px 60px;
		background-color: white;
		/* margin-left: -35px; */
		border: 1px solid #efefef;
	}
	.checklist ul li {
		margin-bottom: 5px;
		font-size: 105%;
	}
.checklist ul li:before {    
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 -25px;
    color: #ccc;
		font-size: 150%;
}

.checklist .speech-bubble  ul {
	background: transparent;
	border: 0;
	padding: 10px 10px 10px 40px;
}

.checklist .speech-bubble  ul li {
	margin-bottom: 10px;
}

.checklist .speech-bubble ul li::before {
	color: #333;
}

.checklist ol.big-number {
  counter-reset: li;
  list-style-type: none;
  /* font-size: 14px; */
  line-height: 18px;
  padding-left: 20px;
}
.checklist ol.big-number li {
  position: relative;
  padding: 5px 0 5px 30px;
  line-height: 1.75rem;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 400;
}
.checklist ol.big-number li::before {
  content: counter(li);
  counter-increment: li;
  height: 65px;
  width: 65px;
  /* border: 1px solid #a81e1e; */
  /* background-color: lightslategray;
  border-radius: 50%; */
  color: red;
  opacity: .5;
  text-align: center;
  position: absolute;
  left: -25px;
  top: -4px;
  font-size: 45px;
  font-weight: 600;
  padding: 17px 10px;
  z-index: -1;
}



/* Left Image List */
.left-img-list ul {
	list-style-type: none;
	font-size: 110%;
	font-weight: 300;
	padding-left: 0;
}

.left-img-list ul li {
	justify-content: flex-start !important;
	display: flex !important;
	/* background-color: purple; */
	margin: 20px 0;
	height: 100%;
	align-items: center !important;
}

.left-img-list ul li img {
	margin-right: 10px;
	float: left;
	top: 0;
	margin-top: 0;
	margin-bottom: 30px;
	display: inline;
}

.left-img-list ul li span {
	display: inline-block; 
	float: left;
	margin-left: 10px;
	/* line-height: 1rem; */
}


/* Paragraph Lead Highlight */
lead {
	display: block;
	position: relative;

	/* padding-left: 10px; */
	/* border-left: 5px solid gainsboro; */
	font-size: 120%;
  font-weight: 400;
  /* margin: 40px 0; */
}
p.highlight lead {
	display: block;
	padding-left: 10px;
	border-left: 5px solid gainsboro;
	font-size: 120%;
  font-weight: 400;
  margin: 40px 0;
}
/* Show more columns */
.show-more .row {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
	/* background-color: red; */
	-webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-content: flex-end;
align-content: flex-end;
}
.show-more .row article .panel {
	min-height: 100%;
	height: 100%;
}
/* FAQ panels */
.faq .row {
	display: flex;
	flex-wrap: wrap;
}
.faq .row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.faq .panel {
	margin-bottom: 40px;
	margin-top: 40px;
}
.faq .panel .img-circle {
	background-color: #ff6e6e;
	float: right;
	margin-right: 20px;
	margin-top: -10%;
	width: 100px;
	height: 100px;
}
.faq .col-md-12 .panel .img-circle {
	float: right;
	margin-right: 20px;
	margin-top: -5%;
}
/* Text / Photo section */
.text-photo h4 {
	text-transform: uppercase;
}
.text-photo ul {
	margin: 0;
	/* padding-left: 12px; */
}
.text-photo img {
	padding: 10px 0;
}
.text-photo .row div h3 {
	margin-top: 0;
}
.text-photo ol li::marker {
	font-weight: bold;
}
.text-photo ol li b {
	display: block;
	font-size: 110%;
}
.text-photo.youtube .col-sm-12 .embed-responsive {
	margin: 30px 0;
}
/* Circle image header section */
/* .circle-img-header .row {
	display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display:         flex !important;
  flex-wrap: wrap !important;
}
.circle-img-header .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
} */
.circle-img-header .img-circle {
	/* background-color: #ff6e6e; */
	background-color: #f8faff;
	max-width: 140px;
}
.circle-img-header.square {
	max-width: auto;
}
.bg-alt .circle-img-header .img-circle {
	background-color: white;
}
.circle-img-header.alt-color .img-circle {
	background-color: #ff6e6e;
}
.circle-img-header h3,
.faq h3 {
	padding:0;
}
.square .col-md-1 {
	padding-left: 4px !important;
	padding-right: 4px !important;
	/* margin: 50px !important; */
}
.ryde.square .well {
	background-color: transparent;
	box-shadow:none;
	border-radius: 0;
	padding: 20px 5px;
}
.ryde.square a.well {
	border: 1px solid transparent;
	padding: 0;
	color: #333;
	width: 100%;
	/* max-width:fit-content; */
}
.ryde.square a.well:hover {
	/* background-color: #f8faff; */
	padding: 0;
	color: gray;
	text-decoration: none;
}
.ryde.square a.well:hover .img-circle {
	background-color: white;
	border: 3px solid #f8faff;
}
.ryde.square a.well:hover h3 {
	color: #db4545;
}
.ryde.square.circle-img-header a.well .img-circle {
	/* max-width: 100%; */
	/* background-color: blue!important; */
	padding: 0;
}
.ryde.square a.well h3 {
	padding: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	color: #333;
	font-size: 120%;
}
/* Centered Image section */
.ryde .centered p {
	max-width: 80%;
	margin: 0 auto;
}
.img-cen p {
	margin: 0px auto 25px;
}
.img-cen > p + p {
	margin-top: 20px;
	background-color: red;
}
/* From the EV site */
.highlight-box {
	background-color: #d1f2f2;
	border-radius: 20px;
}
.highlight-box-left {
	border-radius: 0px 20px 25px 0px;
	background-color: #f2f7f7;
	margin-right: 5px;
}
.highlight-box .circle-icon {
	display: none;
}
.highlight-box h3 {
	position: relative;
	z-index: 2;
}
.highlight-box a.btn.btn-lg {
	border-color: #00d0ea !important;
  color: #00d0ea !important;
}

@media (min-width: 576px) {
	/*
	* Phone number linking
	*/
	a.phone-link {
			display: none;
	}
	.phone-no-link {
			color: inherit;
			display: inline-block;
	}

	.highlight-box .circle-icon {
			display:block;
			background: #d1f2f2;
			width: 100px;
			height: 100px;
			border-radius: 50%;
			text-align: center;
			/* line-height: 100px; */
			vertical-align: middle;
			padding: 30px;
			margin: -60px auto 0;
			clear: both;
	}
	.highlight-box .circle-icon.pos-abs {
			position: absolute !important;
	}
	.highlight-box .circle-icon img.white-bg {
			display: none;
	}
	.highlight-box .circle-icon img {
			width: 120% !important;
			max-width: 120% !important;
			margin: 0 auto;
	}
	.highlight-box-left .circle-icon img.white-bg {
			display: block;
	}
	.highlight-box-left .circle-icon img.blue-bg {
			display: none;
	}
	.highlight-box-left .circle-icon {
			border-radius: 20px;
			padding: 20px;
			background-color: #f2f7f7;
	}
	.highlight-box-left .circle-icon.pos-abs {
			right: -80px;
			margin-top: 20px;
			margin-right: 0;
			padding: 25px 15px 20px 45px
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/* XS and SM size */

@media (max-width: 768px) {
	/* .jumbotron .container img,
	.jumbotron .img-col:before {
		display: none;
	} */
	.col-md-4 {
		width: 100%;
	}
	.gallery a {
		max-height: 100%;
	}
}
/* SM size */
@media (min-width: 480px) and (max-width: 768px) {
	/* .jumbotron .container .row {
		background-color: purple;
	}
	.jumbotron .img-col:before {
		content: "";
		border-bottom: 600px solid #53ff4d;
		border-left: 40px solid transparent;
		position: absolute;
		right: 0%;
		top: 0;
		height: 100%;
	} */
	.jumbotron .img-col img {
		/* background-color: greenyellow; */
		display:none;
	}
}


/* MD size */

@media (min-width: 768px) and (max-width: 992px) {
	.jumbotron .img-col {
		padding: 0;
		padding-top: 100px;
	}
	.jumbotron .img-col img {
		padding: 0;
		/* display:none; */
	}
	.icons8 {
		background-size: 65%; width: 48px; height: 48px;
	}
	.gallery a {
		max-height: 205px;
	}
}

@media (min-width: 992px) {
	.jumbotron .img-col {
		/* padding: 0;
		padding-top: 100px; */
	}
	/* .jumbotron .container .row {
		background-color: rgb(65, 84, 164);
	} */
	/* angled portion in jumbotron */
	/* .jumbotron .img-col: before {
		content: ""; border-bottom: 600px solid #ff4d4d; border-left: 40px solid transparent; position: absolute; right: 0%; top: 0; height: 100%; z-index: 1000;
	} */
}
/* from size L and smaller */

@media (max-width: 992px) {
	/* angled portion in jumbotron */
	.jumbotron .img-col:before {
		content: ""; border-bottom: 800px solid #ff4d4d; border-left: 50px solid transparent; position: absolute; right: 0%; top: 0; height: 100%; z-index: 1000;
	}
	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 30px !important;
	}
	.row .hide-md {
		display: none;
	}
	.base-landing .container-sidebar {
		display: none;
	}
	
}

@media (min-width: 992px) and (max-width: 1200px) {
	.tumblr-style-boxes .panel {
		min-height: 250px;
	}
	.gallery a {
		max-height: 182px;
	}
}

@media (max-width: 1200px) {

}
/* from size M and bigger */

@media (min-width: 768px) {

}
/* Small */

@media (max-width: 480px) {
}
/* size XL and up */

@media (min-width: 1200px) {
	.tumblr-style-boxes .col-lg-3:nth-child(5) {
		clear: left;
		/* background-color: red!important; */
	}
	.tumblr-style-boxes .panel {
		min-height: 300px;
	}
}
/* super small */

@media (max-width: 525px) {

}

/* ---------------------- 
*  COMMUNITY INVOLVEMENT STYLE OVERRIDES & CUSTOMIZATION
*  There may be a few items above this line, but those
*  will be commented at length
* -------------------------------------------------- */

/* ---------------------- 
 * Jumbotron ----------------------  */


 /* ---------------------- 
 * Sub Nav ----------------------  */
 .container-sidebar .btn-group-vertical {
	 /* border-left: 2px solid #CCC;
	 margin-left: 10px; */
	}
	.container-sidebar .btn {
	 border-color: #efefef!important;
	text-align: left;
	padding:5px 20px
	/* border: 0; */
}

/* ---------------------- 
*  Specific sections ----------------------  */
#rydell-bike-show .stats {
	color: white;
}
#rydell-bike-show .stats .fa {
	display: block;
	padding: 30px 10px;
}
#rydell-bike-show .stats h4 {
	font-size: 220%;
}
#rydell-bike-show .stats small {
	text-transform: uppercase;
}
#rydell-bike-show .embed-responsive {
	margin: 0 auto;
}
#rydell-bike-show .embed-responsive iframe {
	/* max-width: 80%;
max-height: 80%;
margin: 0 auto;
width: 80%;
height: 80%; */
padding: 40px 5px;
}
/* #united-way article:nth-child(5) {
	margin-top: 40px;
} */

      
.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
	width:100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/* Seven columns for main page */
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}

/* 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
