.states-template h2
{
	margin-top: 0;
	font-family: proxima-nova-alt-condensed,sans-serif;
	font-size: 4.2857rem;
	font-weight: 800;
}

.states-template .callout
{
	background-color: #8a73b4;
	padding: 20px 0;
	color: #000000;
	font-size: 1.1429rem;
}

.states-template .callout .cont
{
	position: relative;
}

.states-template .callout .tmb-blurb
{
	padding-bottom: 20px;
}

.states-template .callout .tmb
{
	float: left;
	width: 30%;
	max-width: 250px;
	padding-right: 20px;
}

.states-template .callout .tmb img
{
	width: 100%;
}

.states-template .callout h4
{
	font-weight: 800;
}

.states-template .callout .time
{
	margin: 0.5em 0;
	color: #cccccc;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}

.states-template .callout .blurb a
{
	color: #cccccc;
	font-size: 1rem;
}

.states-template .map
{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
}

.states-template .map .txt
{
	padding-bottom: 30px;
	font-size: 1.2857rem;
}

.states-template .map .container
{
	position: relative;
}

.states-template .map .chapters .sidebar
{
	margin-bottom: 2rem;
	font-size: 1.4286rem;
}

.map-w
{
	display: inline-block;
	position: relative;
}

.map-w .img
{
	position: relative;
}

.map-w .marker
{
	display: inline-block;
	position: absolute;
	width: 10%;
	height: 0; 
	padding-bottom: 10%;
	border-radius: 50%;
}

.map-w .marker:before
{
	content: "";
	display: block;
	background-color: #d0c7e1;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
	box-shadow: 0 0 0 0.8em #f2f2f2;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

/*.map-w .marker:hover
{
	box-shadow: 0 0 0 1.5em #d0c7e1;
}

.map-w .marker:hover:before
{
	background-color: #f2706d;
	box-shadow: 0 0 0 0.8em #f2f2f2;
}

.map-w .marker:hover .bubble
{
	display: block;
}

.map-w .marker:hover ~ .bubble
{
	display: none !important;
}*/

.map-w  .bubble
{
	display: none;
	position: absolute;
	left: 50%;
	top: 150%;
	z-index: 3;
	background-color: #ffffff;
	max-width: 215px;
	color: #000000;
	font-size: 1.4286rem;
	font-weight: 800;
	text-align: center;
/*	box-shadow: 1px 1px 1px rgba(0,0,0,0.2);*/
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.map-w .bubble.mobile
{
	display: block;
	position: relative;
	z-index: 0;
	margin-top: 3em;
}

.map-w  .bubble:after
{
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #000000;
	border-width: 20px;
	margin-left: -20px;
}

.map-w  .bubble h3
{
	background-color: #000000;
	height: 60px;
	margin: 0;
	padding: 20px;
	color: #f2706d;
	font-size: 1.4286rem;
	font-weight: 800;
	white-space: nowrap;
}

.map-w  .bubble p
{
	background-color: #ffffff;
	margin: 0;
	padding: 20px;
}

.states-template .recent-success
{
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}

.states-template .recent-success h2
{
	font-size: 3.5714rem;
}

.states-template .recent-success .tmb
{
	float: left;
	width: 30%;
	max-width: 250px;
	padding-right: 20px;
}

.states-template .officers
{
	background-color: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #000000;
	font-size: 1.2857rem;
}

.states-template .officers .icon
{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}

.states-template .officers .icon img
{
	width: 100%;
	height: auto;
}

.states-template .officers .info
{
	overflow: hidden;
	margin-bottom: 1em;
}

.states-template .officers h3
{
	margin-top: 0;
	margin-bottom: 0.2em;
}

.states-template .officers h4
{
	margin-top: 0;
	color: #f2706d;
}

.states-template .programs
{
	background-color: #f2706d;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
	font-size: 1.2857rem;
}

.module
{
	background-color: #ffffff;
	margin: 1em 0;
}

.module .title span
{
	display: block;
	padding: 0 20px;
	color: #000000;
	font-size: 1.1429rem;
	text-align: center;
}

/*
.module .btn
{
	display: block;
	height: 40px;
	text-align: right;
}

.module .btn.w-icon .icon
{
	height: 40px;
}

.module .btn.w-icon .text
{
	padding: 10px 20px 10px 10px;
	font-size: 1.2857rem;
	text-transform: none;
}

.module .btn.w-icon .text:after
{
	content: " >";
}
*/

.module .button
{
    width: 100%;
}

.module .button a
{
	width: 100%;
    text-align: right;
}


.states-template .events
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.states-template .events .the-black-btn
{
	padding-left: 20px;
	padding-right: 20px;
	white-space: nowrap;
}

.states-template .events .the-black-btn .text
{
	padding-right: 20px;
}

.states-template .events .the-black-btn .white-text
{
	color: #f2706d;
	font-weight: 500;
}

.states-template .connect
{
	background-color: #000000;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #ffffff;
}

.states-template .connect .icons {
    text-align: center;
    padding-top: 30px
}

.states-template .connect .icons a.icon {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 49%;
    height: 205px;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.states-template .connect .icons a.icon:hover {
    color: #fff;
    text-decoration: none
}

.states-template .connect .icons a.icon .img {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    line-height: 0;
    width: 130px
}

.states-template .connect .icons a.icon .img img {
    width: 100%
}

.states-template .connect .icons a.icon .title {
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0
}

.btn.w-icon.icon-right .icon
{
	float: right !important;
}

.btn.w-icon.icon-right.arrow
{
	height: 60px;
	overflow: hidden;
}

.btn.w-icon.icon-right.arrow .icon
{
	height: 100%;
}

.btn.w-icon.icon-right.arrow .icon img
{
	width: 16px;
	margin-top: 14px;
}

.btn.w-icon.icon-right.arrow .text
{
	padding: 10px 30px;
}

.row-eq-height
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}

.img-col {margin-top:15px}

@media screen and (min-width: 992px)
{
	.states-template .callout .tmb-blurb
	{
		float: left;
		width: 70%;
		padding: 0 0 0 20px;
	}

	.states-template .callout .btn
	{
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.states-template .map
	{
		min-height: 560px;
	}

	.states-template .map .txt
	{
		position: absolute;
		left: 15px;
		z-index: 2;
	}

	.states-template .map .chapters
	{
		position: absolute;
		right: 0;
		top: 20px;
		z-index: 2;
	}

	.states-template .connect .icons a.icon
	{
		width: 19%;
	}

	.states-template .connect .icons a.icon .img
	{
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.states-template .connect .icons a.icon:hover .img
	{
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	.module .button a .icon
	{
		-webkit-transition: background .3s ease;
		-moz-transition: background .3s ease;
		-o-transition: background .3s ease;
		transition: background .3s ease;
	}

	.module .button a :hover .icon
	{
		background: #7d62aa;
	}

	.module .button a .icon img
	{
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}

	.module .button a:hover .icon img
	{
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@media (min-width: 750px)
{
	.map-w .bubble
	{
		left: 6em;
		top: 0.5em;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.map-w .bubble.all
	{
		display: block;
	}

	.map-w .bubble:after
	{
		left: auto;
		bottom: auto;
		right: 100%;
		top: 30px;
		border-right-color: #000000;
		border-bottom-color: transparent;
		border-width: 20px;
		margin-top: -20px;
		margin-left: 0;
	}

	.map-w .bubble.mobile
	{
		display: none;
	}
	
	.module .top
	{
		height: 140px;
		overflow: hidden;
	}
	
	.module .tmb
	{
		float: left;
		background-color: #333333;
		width: 50%;
		height: 100%;
	}
	
	.module .tmb img
	{
		width: 100%;
		height: auto;
	}
	
	.module .title
	{
		position: relative;
		float: right;
		width: 50%;
		height: 100%;
	}
	
	.module .title span
	{
		display: block;
		position: absolute;
		top: 50%;
		padding: 0 20px;
		color: #000000;
		font-size: 1.1429rem;
		text-align: center;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (min-width:768px) {
	.post-excerpt-item {	border-bottom:1px solid #949598}
	.date {display:block;margin:0;font-weight:700}
	.date:first-of-type {font-size:30px}
	.date:nth-of-type(2) {font-size:36px;line-height: 36px;}
}