
#map_locator
{
	height: 44vw;
	min-height: 480px;
	/* background: url(/wp-content/themes/timelineCMS/templates/images/Diagonal-light.png); */
}
#map_content
{
	width: 300px;
	left: -500px;
	height: 44vw;
	min-height: 480px;
	background-color: #eeeeee;
	float: left;
	position: absolute;
	z-index: 99;
}
#map_content_city_name
{
	background-color: #c65e29;
  color: #ffffff;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: bold;
}
#map_content_close_button
{
	position: absolute;
	right: 17px;
	top: 17px;
	height: 16px;
	cursor: pointer;
}	
#map_content_city_brands
{
	padding: 10px 15px;
}
.sidebar_brand_img
{
	display: block;
	padding: 10px 0px;
}

@media only screen and (max-width: 480px)
{
	#map_locator
	{
		min-height: 380px;
	}
	#map_content
	{
		min-height: 380px;
	}
	.sidebar_brand_img {
	    max-height: 40px;
	    width: auto;
	}
	#map_content
	{
		width: 100%;
	}
	.title_strip
	{
	  display: table-cell;
    vertical-align: middle;
    margin-top: -30px;
    top: 20%;
	}
	.tagline_strip_content
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.map_container {
    margin-top: 0px;
    margin-bottom: 44px;
  }
}

#map .sidebar_brand_img
{
	width: auto;
	height: auto;
	max-width: 90%;
	margin-top: 15px;
}
#map p + p
{
    margin-top: 5px;
}

.box-causes IMG
{
	width: auto;
	height: auto;
	max-width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.box-causes BR + BR,
.box-icon-caption BR + BR
{
  content: "";
  margin: 2em;
  display: block;
  font-size: 24%;
}

.parallax-container form
{
	margin-top: 20px;
	text-align: left;
}
form .ff-btn-submit
{
    background-color: #60ab46!important;
}

.material-parallax
{
	background-color: #343333;
}
.material-parallax IMG
{
	opacity: .6;
}

.footer-minimal .icon-bg-white
{
    line-height: 130%;
}

#content_page_item P
{
  -webkit-column-break-inside: avoid;
  margin-bottom: 20px;
}
#content_page_item TD
{
  -webkit-column-break-inside: avoid;
}

@media only screen and (min-width: 760px)
{
	.cnha-two-column #content_page_item
	{
    -moz-column-count: 2;
    -moz-column-gap: 1.26666667rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.26666667rem;
    column-count: 2;
    column-gap: 4.26666667rem;
  }
}

#content_page_item UL, #content_page_item OL
{
  padding: 0px 20px;
  margin: initial;
  margin-top: 10px;
  -webkit-column-break-inside: avoid;
}
#content_page_item UL
{
	list-style: disc;
	
}
#content_page_item OL
{
	list-style: decimal;
}
#content_page_item LI
{
	margin-bottom: 10px;
	display: list-item;
	padding-left: 10px;
}


#content_page_item H1
{
	font-size: 34px;
}
#content_page_item H2
{
	font-size: 30px;
}
#content_page_item H3
{
	font-size: 26px;
}
#content_page_item H4
{
	font-size: 22px;
}
#content_page_item H5
{
	font-size: 16px;
}
#content_page_item H6
{
	font-size: 16px;
}

.text-with-divider
{
    position: relative;
    padding-left: calc(var(--bs-gutter-x) / 2);
    max-width: 100%;
}

.divider::after
{
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #60ab46;
    margin-left: -50px;
}

@media only screen and (min-width: 1200px)
{
	.divider::after
	{
	    margin-top: 5px;
	}
}

.ui-to-top
{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display,inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}

.footer-minimal
{
	background: #343333 url(../images/footer-overlay.png);
    background-size: cover;
    background-position: top right;
}

.pc-text-center
{
	text-align: center;
}
.pc-text-left
{
	text-align: left;
}

.box-icon-inner IMG
{
	width: 60px;
    height: auto;
    max-width: 60px;
}
