.home .module {

}
.home .module:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
/* FEATURED */
.home #Featured {
	height: 470px;
	position: relative;
	background: #0E2C52 url(../images/bg_bluerepeat.png) center center repeat;
	color: #fff;
}
.home #Featured .featured-tabs-nav {
	position: absolute;
	bottom: 20px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.home #Featured .featured-tabs-nav li {
	float: left;
	margin-left: 10px;
}
.home #Featured .featured-tabs-nav li a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -10000px;
	background: #184A89;
	outline: 0;
}
.home #Featured .featured-tabs-nav li a:hover,
.home #Featured .featured-tabs-nav li a.highlighted {
	background-color: #3D79C2;
}
.home #Featured .featured-tabs {
	height: 100%;
}
.home #Featured .featured-tabs .featured-tab {
	width: 100%;
	height: 100%;
	display: none;
}
.home #Featured .featured-tabs .featured-tab.is-visible {
	display: block;
}
.home #Featured .featured-tabs .featured-tab .media {
	float: left;
	width: 65%;
	height: 100%;
	background: #000;
}
.home #Featured .featured-tabs .featured-tab .media .image {
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
	background: #000 center center no-repeat;
	background-size: cover;
	background-image: url(../images/ft_1.jpg);
}
.home #Featured .featured-tabs .featured-tab .media iframe {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 850px;
	margin: 0 auto;
}
.home #Featured .featured-tabs .featured-tab .info {
	float: right;
	width: 35%;
}
.home #Featured .featured-tabs .featured-tab .info .info-inner {
	padding: 50px;
}
.home #Featured .featured-tabs .featured-tab .info .info-inner .title {
	margin: 0 0 20px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 900;
	max-height: 210px;
	overflow: hidden;
}
.home #Featured .featured-tabs .featured-tab .info .info-inner .abstract {
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 25px;
	max-height: 125px;
	overflow: hidden;
}
.home #Featured .featured-tabs .featured-tab .info .info-inner .learn-more {
	display: table-cell;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
}
@media (max-width: 979px) {
	.home #Featured .featured-tabs .featured-tab .info .info-inner {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.home #Featured {
		height: auto;
	}
	.home #Featured .featured-tabs {
		height: auto;
	}
	.home #Featured .featured-tabs-nav {
		bottom: auto;
		right: auto;
		top: 220px;
		left: 10px;
	}
	.home #Featured .featured-tabs .featured-tab {
		height: auto;
	}
	.home #Featured .featured-tabs .featured-tab .media {
		float: none;
		width: auto;
		height: 200px;
	}
	.home #Featured .featured-tabs .featured-tab .info {
		float: none;
		width: auto;
		padding-top: 40px;
	}
	.home #Featured .featured-tabs .featured-tab .info .info-inner .title {
		max-height: none;
	}
	.home #Featured .featured-tabs .featured-tab .info .info-inner .abstract {
		max-height: none;
	}
}
/* BUTTONS */

/* BUTTON UPDATE 1-28-2021 */
.home #button-update .button {
	float: left;
	position: relative;
	width: 16.66%;
	background: #fff center center no-repeat;
	background-size: cover;
}
.home #button-update .button.button_contact {
	background-image: url(../images/middle_contactme.jpg);
}
.home #button-update .button.button_about {
	background-image: url(../images/middle_aboutjohn.jpg);
}
.home #button-update .button.button_newsroom {
	background-image: url(../images/middle_newsroom.jpg);
}
.home #button-update .button.button_media {
	/*background-image: url(../images/middle_photosvids.jpg);*/
	background-image: url(../images/kids_square.jpg);
}
.home #button-update .button.button_signup {
	background-color: #124888;
	background-image: url(../images/middle_newsletter.png);
}
.home #button-update .button.button_social {
}
.home #button-update .button.button_committees {
	background-image: url(../images/middle_comassignments.jpg);
}
.home #button-update .button.button_legislation {
	background-image: url(../images/middle_legvote.jpg);
}
.home #button-update .button.button_caucus {
	background-image: url(../images/middle_swc.jpg);
}
.home #button-update .button.button_blog {
	background-image: url(../images/middle_2ndop.jpg);
}
.home #button-update .button.button_src {
	background-image: url(../images/src.jpg);
}
.home #button-update .button.button_wyoming {
	background-image: url(../images/middle_aboutwy.jpg);
}
.home #button-update .button .filler {
	width: 100%;
	height: 100%;
	max-width: auto;
}
.home #button-update .button .button-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.home #button-update .button:hover .button-overlay {
	background: rgba(0, 0, 0, .6);
}
.home #button-update .button .button-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: white;
	text-align: center;
	font-weight: normal;
}
.home #button-update .button .button-content:hover {
	text-decoration: none;
}
/* label-style buttons */
.home #button-update .button .button-label {
	display: none;
	margin-top: 60%;
	height: 0;
	position: relative;
}
.home #button-update .button:hover .button-label {
	display: block;
}
.home #button-update .button .button-label-text {
	display: block;
	position: absolute;
	bottom: 10px;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	width: 100%;
}
.home #button-update .button .button-label-learn {
	display: block;
	position: absolute;
	top: 10px;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, .7);
	border-radius: 5px;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
}
/* double-link buttons */
.home #button-update .button .button-double {
	display: none;
	margin-top: 50%;
	position: relative;
	height: 0;
}
.home #button-update .button:hover .button-double {
	display: block;
}
.home #button-update .button .button-double a {
	display: block;
	position: absolute;
	width: 100%;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, .6);
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	color: white;
	padding: 5px 0;
}
.home #button-update .button .button-double a:hover {
	text-decoration: none;
}
.home #button-update .button .button-double .button-double-1 {
	bottom: 5px;
	background: #072a50;
	background: rgba(7, 42, 80, .6);
}
.home #button-update .button .button-double .button-double-2 {
	top: 5px;
	background: #6e727d;
	background: rgba(110, 114, 125, .6);
}
/* contact button */
.home #button-update .button .contact-label {
	display: block;
	margin-top: 50%;
	position: relative;
	height: 0;
}
.home #button-update .button .contact-label-text {
	display: block;
	position: absolute;
	top: -12px;
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #0e2c51;
}
.home #button-update .button:hover .contact-label-text {
	color: #fff;
}
/* signup */
.home #button-update .button .button-signup-form {
	width: 100%;
	height: 100%;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
.home #button-update .button .button-signup-form .full-form {
	display: none;
	margin: 0;
	padding: 15px;
	position: relative;
}
.home #button-update .button .button-signup-form .mini-link {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
}
.home #button-update .button .button-signup-form .mini-link:hover {
	text-decoration: none;
}
.home #button-update .button .button-signup-form .mini-link .signup-label {
	display: block;
	position: absolute;
	height: 0;
	top: 50%;
	left: 0;
	width: 100%;
}
.home #button-update .button .button-signup-form .mini-link .signup-label-text {
	display: block;
	position: absolute;
	top: -24px;
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.home #button-update .button .button-signup-form .title {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 5px;
}
.home #button-update .button .button-signup-form .mini-link .title {
	font-size: 20px;
	line-height: 22px;
}
.home #button-update .button .button-signup-form .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}
.home #button-update .button .button-signup-form .full-form fieldset {
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	height: 40px;
	background: #fff;
}
.home #button-update .button .button-signup-form .full-form fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 40px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 16px; 
	color: #48494d;
}
.home #button-update .button .button-signup-form .full-form fieldset.has-focus label,
.home #button-update .button .button-signup-form .full-form fieldset.has-text label {
	display: none;
}
.home #button-update .button .button-signup-form .full-form input[type=text] {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0 20px 0 10px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 16px; 
	color: #48494d;	
	background: transparent;
	box-shadow: none;
	box-sizing: border-box;
}
.home #button-update .button .button-signup-form .full-form button {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 6px;
	height: 9px;
	text-indent: -10000px;
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	background: transparent url(../images/icon_arrow_email.png) 0 0 no-repeat;
}
/* social */
.home #button-update .button .button-social-links {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.home #button-update .button .button-social-links a {
	display: block;
	position: absolute;
	top: 0;
	width: 48%;
	height: 48%;
	background: center center no-repeat;
	background-size: auto 50%;
}
.home #button-update .button .button-social-links a.facebook {
	left: 0;
	background-image: url(../images/icon_fb.png);
	background-color: #38569c;
	text-align: left;
	text-indent: -10000px;
	outline: 0;
}
.home #button-update .button .button-social-links a.facebook:hover {
	background-color: #263a69;
}
.home #button-update .button .button-social-links a.twitter {
	right: 0;
	background-image: url(../images/icon_tw.png);
	background-color: #30c5ea;
	text-align: left;
	text-indent: -10000px;
	outline: 0;
}
.home #button-update .button .button-social-links a.twitter:hover {
	background-color: #20849d;
}
.home #button-update .button .button-social-links a.youtube {
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	background-image: url(../images/icon_yt.png);
	background-color: #c8312b;
	text-align: left;
	text-indent: -10000px;
	outline: 0;
}
.home #button-update .button .button-social-links a.youtube:hover {
	background-color: #86211d;
}

@media (min-width: 1200px) {
	.home #button-update .button .button-label-text {
		font-size: 30px;
		line-height: 32px;
	}
	.home #button-update .button .button-label-learn {
		font-size: 22px;
		line-height: 48px;
	}
	.home #button-update .button .button-double a {
		font-size: 22px;
		line-height: 30px;
		padding: 9px 0;
	}
	.home #button-update .button.button_signup {
		background-image: none;
	}
	.home #button-update .button.button_signup:hover .button-overlay {
		display: none;
	}
	.home #button-update .button .button-signup-form .full-form {
		display: block;
	}
	.home #button-update .button .button-signup-form .mini-link {
		display: none;
	}
	.home #button-update .button .contact-label-text {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 979px) {
	.home #button-update .button {
		width: 33.33%;
	}
	.home #button-update .button .button-overlay {
		background: rgba(0, 0, 0, .6);
	}
	.home #button-update .button .button-label {
		display: block;
	}
	.home #button-update .button .button-double {
		display: block;
	}
	.home #button-update .button.button_signup .button-overlay {
		display: none;
	}	
	.home #button-update .button .button-signup-form .full-form {
		display: none;
	}
	.home #button-update .button .button-signup-form .mini-link {
		display: block;
	}
	.home #button-update .button.button_contact .button-overlay {
		display: none;
	}
	.home #button-update .button .contact-label-text {
		color: #0e2c51 !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.home #button-update .button .button-label-text {
		font-size: 30px;
		line-height: 32px;
	}
	.home #button-update .button .button-label-learn {
		font-size: 22px;
		line-height: 48px;
	}
	.home #button-update .button .button-double a {
		font-size: 22px;
		line-height: 30px;
		padding: 9px 0;
	}
	.home #button-update .button.button_signup {
		background-image: none;
	}	
	.home #button-update .button .button-signup-form .full-form {
		display: block;
	}
	.home #button-update .button .button-signup-form .mini-link {
		display: none;
	}
	.home #button-update .button .contact-label-text {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 767px) {
	.home #button-update .button {
		width: 50%;
	}
}

/* CHANGES TO ORIGINAL BUTTON STYLES - SEE TICKET 39492 */
.home #button-update .button-update .button .button-overlay {
	background: rgba(0, 0, 0, .6);
}
.home #button-update .button-update .button .button-label {
	display: block;
}
.home #button-update .button-update .button .button-double {
	display: block;
}
#button-update > .button-update > div.button.button_signup > div > div {
	background: transparent;
}
.home #button-update > .button-update > div.button.button_blog > div > a > span {
	display: none;
}
.home #button-update > .button-update > div.button.button_blog > div > div {
	display: none;
}
.home #button-update .button-update .button .contact-label-text {
	color: #fff;
}
.home #button-update > .button-update > div.button.button_blog > div > a {
	display: none;
}
.home #button-update > .button-update .button-label-learn {
	display: none;
}

#button-update > div > div.button.button_caucus > div > a > span > span.button-label-text {
	font-size: 26px;
}

.home #button-update > div > div.button.button_signup > div > .button-overlay {
	background: transparent;
}

/* ORIGINAL HOMEPAGE BUTTONS MODULE STYLES  */
/* .home #Buttons .button {
	float: left;
	position: relative;
	width: 16.66%;
	background: #fff center center no-repeat;
	background-size: cover;
}
.home #Buttons .button.button_contact {
	background-image: url(../images/middle_contactme.jpg);
}
.home #Buttons .button.button_about {
	background-image: url(../images/middle_aboutjohn.jpg);
}
.home #Buttons .button.button_newsroom {
	background-image: url(../images/middle_newsroom.jpg);
}
.home #Buttons .button.button_media {
	background-image: url(../images/kids_square.jpg);
}
.home #Buttons .button.button_signup {
	background-color: #124888;
	background-image: url(../images/middle_newsletter.png);
}
.home #Buttons .button.button_social {
}
.home #Buttons .button.button_committees {
	background-image: url(../images/middle_comassignments.jpg);
}
.home #Buttons .button.button_legislation {
	background-image: url(../images/middle_legvote.jpg);
}
.home #Buttons .button.button_caucus {
	background-image: url(../images/middle_swc.jpg);
}
.home #Buttons .button.button_blog {
	background-image: url(../images/middle_2ndop.jpg);
}
.home #Buttons .button.button_src {
	background-image: url(../images/src.jpg);
}
.home #Buttons .button.button_wyoming {
	background-image: url(../images/middle_aboutwy.jpg);
}
.home #Buttons .button .filler {
	width: 100%;
	height: 100%;
	max-width: auto;
}
.home #Buttons .button .button-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.home #Buttons .button:hover .button-overlay {
	background: rgba(0, 0, 0, .6);
}
.home #Buttons .button .button-content {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: white;
	text-align: center;
	font-weight: normal;
}
.home #Buttons .button .button-content:hover {
	text-decoration: none;
}
*/
/* label-style buttons */
/* .home #Buttons .button .button-label {
	display: none;
	margin-top: 60%;
	height: 0;
	position: relative;
}
.home #Buttons .button:hover .button-label {
	display: block;
}
.home #Buttons .button .button-label-text {
	display: block;
	position: absolute;
	bottom: 10px;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	width: 100%;
}
.home #Buttons .button .button-label-learn {
	display: block;
	position: absolute;
	top: 10px;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, .7);
	border-radius: 5px;
	font-size: 18px;
	line-height: 30px;
	width: 100%;
} */
/* double-link buttons */
/* .home #Buttons .button .button-double {
	display: none;
	margin-top: 50%;
	position: relative;
	height: 0;
}
.home #Buttons .button:hover .button-double {
	display: block;
}
.home #Buttons .button .button-double a {
	display: block;
	position: absolute;
	width: 100%;
	border: 1px solid #fff;
	border-color: rgba(255, 255, 255, .6);
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	color: white;
	padding: 5px 0;
}
.home #Buttons .button .button-double a:hover {
	text-decoration: none;
}
.home #Buttons .button .button-double .button-double-1 {
	bottom: 5px;
	background: #072a50;
	background: rgba(7, 42, 80, .6);
}
.home #Buttons .button .button-double .button-double-2 {
	top: 5px;
	background: #6e727d;
	background: rgba(110, 114, 125, .6);
} */
/* contact button */
/* .home #Buttons .button .contact-label {
	display: block;
	margin-top: 50%;
	position: relative;
	height: 0;
}
.home #Buttons .button .contact-label-text {
	display: block;
	position: absolute;
	top: -12px;
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #0e2c51;
}
.home #Buttons .button:hover .contact-label-text {
	color: #fff;
} */
/* signup */
/* .home #Buttons .button .button-signup-form {
	width: 100%;
	height: 100%;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
.home #Buttons .button .button-signup-form .full-form {
	display: none;
	margin: 0;
	padding: 15px;
	position: relative;
}
.home #Buttons .button .button-signup-form .mini-link {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
}
.home #Buttons .button .button-signup-form .mini-link:hover {
	text-decoration: none;
}
.home #Buttons .button .button-signup-form .mini-link .signup-label {
	display: block;
	position: absolute;
	height: 0;
	top: 50%;
	left: 0;
	width: 100%;
}
.home #Buttons .button .button-signup-form .mini-link .signup-label-text {
	display: block;
	position: absolute;
	top: -24px;
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.home #Buttons .button .button-signup-form .title {
	display: block;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 5px;
}
.home #Buttons .button .button-signup-form .mini-link .title {
	font-size: 20px;
	line-height: 22px;
}
.home #Buttons .button .button-signup-form .text {
	display: block;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
}
.home #Buttons .button .button-signup-form .full-form fieldset {
	margin: 0 0 5px;
	padding: 0;
	position: relative;
	height: 40px;
	background: #fff;
}
.home #Buttons .button .button-signup-form .full-form fieldset label {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 40px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 16px; 
	color: #48494d;
}
.home #Buttons .button .button-signup-form .full-form fieldset.has-focus label,
.home #Buttons .button .button-signup-form .full-form fieldset.has-text label {
	display: none;
}
.home #Buttons .button .button-signup-form .full-form input[type=text] {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0 20px 0 10px;
	font-family: 'Source Sans Pro', sans-serif; 
	font-size: 16px; 
	color: #48494d;	
	background: transparent;
	box-shadow: none;
	box-sizing: border-box;
}
.home #Buttons .button .button-signup-form .full-form button {
	display: block;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 6px;
	height: 9px;
	text-indent: -10000px;
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	background: transparent url(../images/icon_arrow_email.png) 0 0 no-repeat;
} */
/* social */
/* .home #Buttons .button .button-social-links {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.home #Buttons .button .button-social-links a {
	display: block;
	position: absolute;
	top: 0;
	width: 48%;
	height: 48%;
	background: center center no-repeat;
	background-size: auto 50%;
}
.home #Buttons .button .button-social-links a.facebook {
	left: 0;
	background-image: url(../images/icon_fb.png);
	background-color: #38569c;
	text-align: left;
	text-indent: -10000px;
	outline: 0;
}
.home #Buttons .button .button-social-links a.facebook:hover {
	background-color: #263a69;
}
.home #Buttons .button .button-social-links a.twitter {
	right: 0;
	background-image: url(../images/icon_tw.png);
	background-color: #30c5ea;
	text-align: left;
	text-indent: -10000px;
	outline: 0;
}
.home #Buttons .button .button-social-links a.twitter:hover {
	background-color: #20849d;
}
.home #Buttons .button .button-social-links a.youtube {
	left: 0;
	bottom: 0;
	top: auto;
	width: 100%;
	background-image: url(../images/icon_yt.png);
	background-color: #c8312b;
	text-align: left;
	text-indent: -10000px;
	outline: 0;
}
.home #Buttons .button .button-social-links a.youtube:hover {
	background-color: #86211d;
}

@media (min-width: 1200px) {
	.home #Buttons .button .button-label-text {
		font-size: 30px;
		line-height: 32px;
	}
	.home #Buttons .button .button-label-learn {
		font-size: 22px;
		line-height: 48px;
	}
	.home #Buttons .button .button-double a {
		font-size: 22px;
		line-height: 30px;
		padding: 9px 0;
	}
	.home #Buttons .button.button_signup {
		background-image: none;
	}
	.home #Buttons .button.button_signup:hover .button-overlay {
		display: none;
	}
	.home #Buttons .button .button-signup-form .full-form {
		display: block;
	}
	.home #Buttons .button .button-signup-form .mini-link {
		display: none;
	}
	.home #Buttons .button .contact-label-text {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 979px) {
	.home #Buttons .button {
		width: 33.33%;
	}
	.home #Buttons .button .button-overlay {
		background: rgba(0, 0, 0, .6);
	}
	.home #Buttons .button .button-label {
		display: block;
	}
	.home #Buttons .button .button-double {
		display: block;
	}
	.home #Buttons .button.button_signup .button-overlay {
		display: none;
	}	
	.home #Buttons .button .button-signup-form .full-form {
		display: none;
	}
	.home #Buttons .button .button-signup-form .mini-link {
		display: block;
	}
	.home #Buttons .button.button_contact .button-overlay {
		display: none;
	}
	.home #Buttons .button .contact-label-text {
		color: #0e2c51 !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.home #Buttons .button .button-label-text {
		font-size: 30px;
		line-height: 32px;
	}
	.home #Buttons .button .button-label-learn {
		font-size: 22px;
		line-height: 48px;
	}
	.home #Buttons .button .button-double a {
		font-size: 22px;
		line-height: 30px;
		padding: 9px 0;
	}
	.home #Buttons .button.button_signup {
		background-image: none;
	}	
	.home #Buttons .button .button-signup-form .full-form {
		display: block;
	}
	.home #Buttons .button .button-signup-form .mini-link {
		display: none;
	}
	.home #Buttons .button .contact-label-text {
		font-size: 32px;
		line-height: 34px;
	}
}
@media (max-width: 767px) {
	.home #Buttons .button {
		width: 50%;
	}
}

#Buttons > div.button.button_caucus > div > a > span > span.button-label-text {
	font-size: 21px;
} */




/* SERVICES */
.home #Services {
	background: #102E54 url(../images/bg_bluerepeat.png) center center repeat;
	color: white;
	text-align: center;
	padding: 50px 0;
}
.home #Services h2 {
	margin: 0;
	padding: 0;
	font-size: 64px;
	line-height: 70px;
	font-weight: 900;
}
.home #Services p {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
}
.home #Services ul {
	margin: 0 auto;
	padding: 0;
	width: 759px;
	height: 130px;
	list-style: none;
}
.home #Services ul li {
	float: left;
	margin-left: 15px;
}
.home #Services ul li:first-child {
	margin-left: 0;
}
.home #Services ul li a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #99a8bb;
	width: 114px;
	height: 200px;
}
.home #Services ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.home #Services ul li a:before {
	content: '';
	display: block;
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background: #184988 center center no-repeat;
	margin-bottom: 20px;
}
.home #Services ul li a:hover:before {
	background-color: #005fbc;
}
.home #Services ul li.visit a:before {
	background-image: url(../images/icon_visitdc.png);
}
.home #Services ul li.casework a:before {
	background-image: url(../images/icon_fedgency.png);
}
.home #Services ul li.academy a:before {
	background-image: url(../images/icon_acadnom.png);
}
.home #Services ul li.students a:before {
	background-image: url(../images/icon_students.png);
}
.home #Services ul li.flags a:before {
	background-image: url(../images/icon_flagreq.png);
}
.home #Services ul li.resources a:before {
	background-image: url(../images/icon_fedgovres.png);
}
.home #Services ul li.tickets a:before {
	background-color: #a60c33;
	background-image: url(../images/icon_inauguration.png);
}
@media (max-width: 767px) {
	.home #Services h2 {
		font-size: 34px;
		line-height: 40px;
	}
	.home #Services p {
		font-size: 20px;
		line-height: 22px;
	}
	.home #Services ul {
		width: 248px;
	}
	.home #Services ul li {
		margin-left: 5px !important;
		margin-right: 5px;
	}
}

/* INDEV */
/* .home #Services ul li {
	width: 95px;
} */

.home #Services ul li.tickets a:before {
	background-color: #a60c33;
	background-image: url(../images/icon_inauguration.png);
}
.home #Services ul li.tickets a:hover:before {
	background-color: #d6073b;
}
/* OFFICE LOCATIONS */
.home #OfficeLocations {
	background: grey url(../images/bg_grayrepeat.png) center center repeat;
	color: white;
}
.home #OfficeLocations .map-container {
	float: left;
	width: 70%;
}
.home #OfficeLocations .map-container img {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.home #OfficeLocations .offices {
	float: right;
	width: 30%;
	background-color: #48494D;
}
.home #OfficeLocations .offices .office {
	border-bottom: 1px solid #343538;
	border-left: 1px solid #343538;
}
.home #OfficeLocations .offices .office h3 {
	margin: 0;
	padding: 25px 10px 25px 80px;
	background: 10px center no-repeat;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	cursor: pointer;
}
.home #OfficeLocations .offices .office h3:hover,
.home #OfficeLocations .offices .office.is-expanded h3 {
	background-color: #343539;
}
.home #OfficeLocations .offices .office#office-casper h3 {
	background-image: url(../images/map_circle_casper.png);
}
.home #OfficeLocations .offices .office#office-cheyenne h3 {
	background-image: url(../images/map_circle_cheyenne.png);
}
.home #OfficeLocations .offices .office#office-riverton h3 {
	background-image: url(../images/map_circle_riverton.png);
}
.home #OfficeLocations .offices .office#office-rock-springs h3 {
	background-image: url(../images/map_circle_rocksprings.png);
}
.home #OfficeLocations .offices .office#office-sheridan h3 {
	background-image: url(../images/map_circle_sheridan.png);
}
.home #OfficeLocations .offices .office#office-washington-dc h3 {
	background-image: url(../images/map_circle_dc.png);
}
.home #OfficeLocations .offices .office address {
	display: none;
	margin: 0;
	padding: 20px 20px 20px 80px;
	font-size: 20px;
	line-height: 24px;
}
.home #OfficeLocations .offices .office.is-expanded address {
	display: block;
}
.home #OfficeLocations .offices .office#office-casper address {
	background-color: #3abe87;
}
.home #OfficeLocations .offices .office#office-cheyenne address {
	background-color: #db9309;
}
.home #OfficeLocations .offices .office#office-riverton address {
	background-color: #aec63c;
}
.home #OfficeLocations .offices .office#office-rock-springs address {
	background-color: #3dbdc9;
}
.home #OfficeLocations .offices .office#office-sheridan address {
	background-color: #a60c33;
}
.home #OfficeLocations .offices .office#office-washington-dc address {
	background-color: #2472c3;
}
.home #OfficeLocations .offices .office address p {
	margin: 0;
	padding: 0;
}
@media (max-width: 979px) {
	.home #OfficeLocations .map-container {
		float: none;
		width: auto;
		padding: 20px;
	}
	.home #OfficeLocations .map-container img {
		width: 100%;
	}
	.home #OfficeLocations .offices {
		float: none;
		width: auto;
		border-top: 1px solid #343538;
	}
	.home #OfficeLocations .offices .office {
		border-left: 0;
	}
}

