﻿@import url(./fix.css?v=2025.06.13);
@import url(./fonts/fonts.css?v=2025.06.13);

/* General */
html {
	background-color: #ffffff;
	}

strong {
  font-weight: normal;
	font-family: WorkSans SemiBold, Tahoma, Geneva, sans-serif;
}

.error-message, p.error-message
{
	color: #C82812;
}
#img-load {
	display: none;
}

/* Forms */
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

label {
	margin-bottom: 5px;
	display: inline-block;
}

input[type=email], input[type=text], input[type=password], textarea {
	border: 2px solid #25272B;
	padding: 3px 5px;
	line-height: 16px;
	margin-bottom: 8px;
}

.select {
	position: relative;
	display: inline-block;
	border: 2px solid #25272B;
	line-height: 16px;
	margin-bottom: 8px;
}
.select select {
	display: inline-block;
	width: 100%;
	padding: 3px 30px 3px 5px;
	cursor: pointer;
	color: #25272B;
	line-height: 16px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #ffffff;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand {
	display: none;
}
.select select:disabled {
	pointer-events: none;
	opacity: .5;
}
.select-arrow {
	position: absolute;
	top: 7px;
	right: 8px;
	width: 17px;
	height: 10px;
	pointer-events: none;
	background: url(/GMACWCMSite/images/reskin/drop-down-arrow.png?v=2025.06.13) top right no-repeat
}

.helptext {
	color: #7C8189;
}

.legal-text {
	margin-top: 8px;
	color: #7C8189;
	font-size: 10px;
	line-height: 14px;
}

/* Popup Forms */
.ui-dialog input[type=email], .ui-dialog input[type=text], .ui-dialog textarea {
	width: 818px
}
.ui-dialog table {
	width: 100%;
}
.ui-dialog table input[type=text] {
	width: 95%;
}
.ui-dialog .select {
	width: 828px;
}
.ui-dialog p {
	margin-bottom: 10px;
}
.ui-dialog .ui-dialog-titlebar-close {
	width: 30px;
	height: 30px;
	top: 15px;
	right: 5px;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
	background: url(/GMACWCMSite/images/reskin/black-x.png?v=2025.06.13) top right no-repeat;
	width: 30px;
	height: 30px;
	margin: 0;
}
.hs-form input.button-cta-green {
	background-color: transparent;
	border: 0;
}

/* Footer */
footer {
	background-color: #25272B;
	overflow: auto;
	padding: 12px;
	height: 98px;
}

	footer section.left {
		float: left;
		width: 488px;
	}
	footer .footer-copy {
		clear: both;
		margin-bottom: 0;
	}
	footer ul.footer-tools {
		list-style: none;
		margin: 0;
		line-height: 18px;
	}
		footer ul.footer-tools li {
			display: inline;
			margin: 0;
			padding: 0 15px 0 0;
		}
			footer ul.footer-tools li a:hover {
				text-decoration: underline;
			}
			
	footer section.right {
		float: right;
		width: 448px;
	}	
	footer ul.social {
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}
		footer ul.social li {
			display: inline-block;
			padding: 0;
			height: 27px;
			width: 27px;
			margin: 0 0 0 12px;
		}
			footer ul.social li a {
				display: block;
				height: 27px;
				width: 27px;
				text-indent: -222em;
			}
				footer ul.social a.linkedin {
					background: url(/GMACWCMSite/images/reskin/icon-linkedin.png?v=2025.06.13) transparent top left no-repeat;
				}
		footer ul.social a.twitter {
			background: url(/GMACWCMSite/images/reskin/icon-twitter.png?v=2025.06.13) transparent top left no-repeat;
		}
		footer ul.social a.google {
			background: url(/GMACWCMSite/images/reskin/icon-google.png?v=2025.06.13) transparent top left no-repeat;
		}
		footer ul.social a.youtube {
			background: url(/GMACWCMSite/images/reskin/icon-youtube.png?v=2025.06.13) transparent top left no-repeat;
		}
		footer ul.social a.rss {
			background: url(/GMACWCMSite/images/reskin/icon-rss.png?v=2025.06.13) transparent top left no-repeat;
		}

/* Homepage */
#banner 
{
  color: #25272B;
	font-size: 14px;
	line-height: 18px;
  display: none;
  float: left;
  margin-left: 0;
  margin-right: 0;
	margin-bottom: 10px;
  padding: 10px 10px 0 10px;
  background-color: #ffffff;
  z-index: 10000;
  height: 115px;
  overflow: hidden;
  width: 938px;
  border: 1px solid #7C8189;
	border-top: none;
}

#banner p
{
	color: #25272B;
  margin-bottom: 10px;
}
#banner a:hover {
	text-decoration: underline;
}

#banner-buttons
{
  text-align: center;
}

#banner-buttons input
{
  vertical-align: middle;
}

#banner-buttons label span
{
  vertical-align: middle;
}
#banner-buttons .button-cta {
	width: auto;
	padding-right: 40px;
	display: inline-block;
	margin-top: 10px;
}

.emergency-wrapper {
	width: 900px;
	padding: 30px 30px 20px 30px;
}
.emergency-wrapper p {
	font-size: 13px;
	margin-bottom: 10px;
}

.home-promos {
	padding: 25px 0;
}
.home-promo {
	display: block;
	position: relative;
	height: 170px;
	width: 268px;
	padding: 0 25px;
	border-left: 3px solid #25272B;
	float: left;
}
	.home-promo:first-child {
		border-left: none;
	}
	.home-promo h2 {
		line-height: 34px;
	}
	.home-promo .button-cta-green {
		position: absolute;
		bottom: 0;
		left: 25px;
	}

.home-offer {
	position: relative;
	height: 130px;
	padding: 25px;
	background-color: #25272B;
}
	.home-offer img {
		float: left;
		margin-right: 30px;
	}
	.home-offer a.button-cta-green {
		color: #27A27D !important;
		position: absolute;
		right: 25px;
		bottom: 28px;
		float: none;
	}

.home-actions {
		padding: 25px 0 45px 0;
		border-bottom: 6px solid #25272B;
	}
	.home-action {
		width: 430px;
		padding: 0 25px;
		float: left;
	}
		.home-action a {
			display: block;
			text-align: center;
		}
			.home-action a:hover {
				text-decoration: none;
			}
			.home-action a h3 {
				color: #25272B;
				margin-top: 20px;
				margin-bottom: 0;
			}

.home-sections {
	padding: 40px 0 25px 0;
}
	.home-news h3, .home-events h3 {
		margin-bottom: 20px;
	}

	.home-news {
		float: left;
		width: 465px;
	}
	.home-news a:hover {
		text-decoration: underline;
	}
		.home-news .news-items-container {
			height: 355px;
			padding: 32px 0;
			border-top: 3px solid #25272B;
			border-bottom: 3px solid #25272B;
			position: relative;
			overflow: hidden;
		}
		.home-news .news-items-inner-container {
			height: 355px;
			position: relative;
			overflow: hidden;
		}
		.home-news .news-items {
			position: absolute;
			top: 0;
			left: 0;
		}
			.home-news .news-item a.resource-title-link h4 {
				color: #25272B;
				padding-top: 10px;
				margin-top: 15px;
				border-top: 2px solid #25272B;
			}
			.home-news .news-item:first-child a.resource-title-link h4 {
				padding-top: 0;
				margin-top: 0;
				border-top: none;
			}
			.home-news .news-item a.resource-category-link {
				display: block;
				padding-bottom: 12px;
			}
			.home-news .news-item a.resource-copy-link {
				display: block;
			}
		.home-news a.up-arrow {
			display: block;
			height: 25px;
			width: 50px;
			background: url(/GMACWCMSite/images/reskin/up-arrow.png?v=2025.06.13) transparent top left no-repeat;
			position: absolute;
			top: -3px;
			left: 207px;		
		}
		.home-news a.down-arrow {
			display: block;
			height: 25px;
			width: 50px;
			background: url(/GMACWCMSite/images/reskin/down-arrow.png?v=2025.06.13) transparent top left no-repeat;
			position: absolute;
			bottom: -3px;
			left: 207px;
		}

	.home-events {
		float: right;
		width: 465px;
		position: relative;
	}
		.home-events .event-nav {
			height: 60px;
			width: 465px;
			position: absolute;
			top: 44px;
			left: 0;
			background-color: #25272Bcc;
			z-index: 1000;
			overflow: hidden;
		}
			.home-events .event-nav ul {
				z-index: 999;
				padding: 0;
				margin: 0;
				width: auto;
				position: relative;
				left: 186px;
			}
				.home-events .event-nav ul li {
					display: inline-block;
					height: 55px;
					width: 92px;
					border-left: 1px solid #ffffff;
					font: 24px/24px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
					text-align: center;
					padding: 5px 0 0 0;
				}
				.home-events .event-nav ul li:first-child {
					border-left: none;
				}
					.home-events .event-nav ul li a {
						color: #ffffff;
					}
						.home-events .event-nav ul li a:hover {
							text-decoration: none;
						}
					.home-events .event-nav ul li span {
						font: 15px/20px WorkSans, Tahoma, Geneva, sans-serif;
						display: block;
						font-style:italic;
					}
					.home-events .event-nav ul li.active {
						background-color: #25272be6;
					}
					.home-events .event-nav ul li.active a {
						color: #27A27D;
					}
						.home-events .event-nav ul li.active a:hover {
							cursor: default;
						}
		.home-events .event {
			position: relative;
			padding-bottom: 50px;
		}
			.home-events .event img {
				height: 425px;
				width: 465px;
			}
			.home-events .event .overlay {
				display: block;
				padding: 20px 20px 23px 20px;
				width: 425px;
				background-color: #25272be6;
				position: absolute;
				bottom: 50px;
				left: 0;
			}
				.home-events .event .overlay a, .home-events .event .overlay a h4 {
					color: #ffffff;
				}
					.home-events .event .overlay a:hover {
						text-decoration: underline;
					}
					.home-events .event .overlay a h4 {
						margin-bottom: 0;
					}
				.home-events .event .overlay p.tab-intro-copy {
					color: #ffffff;
					margin-top: 5px;
					margin-bottom: 0;
				}
		.home-events a.left-arrow {
			display: block;
			height: 50px;
			width: 25px;
			background: url(/GMACWCMSite/images/reskin/left-arrow.png?v=2025.06.13) transparent top left no-repeat;
			position: absolute;
			top: 250px;
			left: 0;
		}
		.home-events a.right-arrow {
			display: block;
			height: 50px;
			width: 25px;
			background: url(/GMACWCMSite/images/reskin/right-arrow.png?v=2025.06.13) transparent top left no-repeat;
			position: absolute;
			top: 250px;
			right: 0;
		}
		.home-events a.button-cta-green {
			color: #25272B;
			position: absolute;
			right: 0;
			bottom: 0;
			float: none;
		}
	
/* Tab Landing */
.landing-offer {
	position: relative;
	height: 135px;
	padding: 30px 25px 25px 25px;
	margin-top: 40px;
	background-color: #25272B;
}
	.landing-offer h3 {
		color: #ffffff;
		font-size: 45px;
		line-height: 45px;
		margin: 0 0 15px 0;
	}	
	.landing-offer p.statement-copy {
		padding-right: 200px;
	}
	.landing-offer a.button-cta-white {
		position: absolute;
		right: 25px;
		bottom: 28px;
		float: none;
	}

.related {
	margin: 30px 0 40px 0;
	display: table;
}
	.related .related-separator {
		width: 21px;
		background: #ffffff;
		display: none;
	}
	.related .related-col {
		position: relative;
		width: 282px;
		padding: 10px 10px 15px 10px;
		border: 2px solid #25272B;
		display: table-cell;
		text-align: center;
	}
		.related .related-col:first-child {
			margin-left: 0;
		}
		.related .related-col a {
			color: #055143;
		}
		.related .related-col a:hover {
			text-decoration: underline;
		}
		.related .related-col h3 {
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.related .related-col img {
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.related .related-col hr {
			height: 3px;
			background-color: #27A27D;
			border: none;
		}
			.aqua .related .related-col hr {
				background-color: #055143;
			}
			.watermelon .related .related-col hr {
				background-color: #055143;
			}
			.amethyst .related .related-col hr {
				background-color: #055143;
			}
			.sky .related .related-col hr {
				background-color: #055143;
			}
			.plum .related .related-col hr {
				background-color: #055143;
			}
		.related .related-col ul {
			margin: 0;
			padding-top: 10px;
			text-align: left;
		}
			.related .related-col ul li {
				margin-top: 10px;
				border-top: 1px solid #25272B;
				padding-top: 10px;
				display: block;
			}
				.related .related-col ul li:first-child {
					margin-top: 0;
					border-top: none;
					padding-top: 0;
				}
				.related .related-col ul li a {
					display: block;
					min-height: 25px;
					padding-right: 40px;
					background: url(/GMACWCMSite/images/reskin/black-arrow.png?v=2025.06.13) transparent center right no-repeat;
					font: 18px/20px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
					color: #25272B;
					text-decoration: none;
				}
				.related .related-col ul + p {
					border-top: 1px solid #25272B;
					padding-top: 20px;
				}
		.related .related-col p {
			margin-top: 10px;
			margin-bottom: 0;
			text-align: left;
			font: 18px/20px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
			color: #25272B;
		}
		.related a.button-cta.bottom-left {
			position: absolute;
			left: 10px;
			bottom: 15px;
		}
		.related .related-col .twitter-wrapper {
			width: 302px;
			height: 485px;
		}
		.related .related-col + .related-separator {
			display: table-cell;
		}
		.related .related-separator:last-child {
			display: none;
		}

/* Page Utilities */
.page-nav {
	position: relative;
}

a.share {
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 7px;
	margin-right: 8px;
	background: url(/GMACWCMSite/images/reskin/share-icon.png?v=2025.06.13) transparent top left no-repeat;
}
.share-popup {
	background-color: #ffffff;
	position: absolute;
	display: none;
	top: 2px;
	right: 0;
	z-index: 1000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.share-popup .share-close {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	top: 0;
	right: 0;
	background: url(/GMACWCMSite/images/reskin/share-icon.png?v=2025.06.13) transparent top left no-repeat;
}
.share-popup ul {
	padding-top: 15px;
}
	.share-popup ul li {
		padding: 7px 22px 7px 5px;
		border-top: 1px solid #25272B;
		display: block;
	}
		.share-popup ul li:first-child {
			border-top: none;
		}
		.share-popup ul li a {
			color: #25272B;
		}
			.share-popup ul li a:hover {
				text-decoration: underline;
			}

#char-count.error
{
	color: #C82812;
}

/* Local Nav */
a.button-local-nav {
    display: block;
    color: #ffffff;
    background: url(/GMACWCMSite/images/reskin/mobile/icon-menu.png) #25272B center left 9px no-repeat;
    background-size:18px;
    width: 165px;
    padding: 0 0 0 34px;
    font: 16px/30px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
    text-decoration:none;
}
    a.button-local-nav.open {
        background-image: url(/GMACWCMSite/images/reskin/mobile/icon-menu.png);
        
    }
.local-nav {
	display: none;
	background-color: #25272B;
	padding: 10px 10px 20px 10px;
	width: 355px;
	z-index: 1000;
	overflow: visible;
}
.local-nav a {
	display: inline-block;
}
.local-nav li a.expand {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-left: -6px;
	background: url(/GMACWCMSite/images/reskin/trans-white-plus.png?v=2025.06.13) #25272B center center no-repeat;
}
.local-nav li.open a.expand {
	background-image: url(/GMACWCMSite/images/reskin/trans-white-minus.png?v=2025.06.13)
}
.local-nav li.no-children a.expand {
	background: transparent;
}
.local-nav li ul.second-tier {
	display: none;
}
.local-nav li.open ul.second-tier {
	display: block;
}
	.local-nav a.top-tier {
		margin-bottom: 10px;

	}
	.local-nav a.top-tier {
		color: #ffffff !important;
	}
.aqua .local-nav a.top-tier {
	color: #27A27D !important;
	font-size: 22px;
	font-weight: 600;
}
.watermelon .local-nav a.top-tier {
	color: #27A27D !important;
	font-size: 22px;
	font-weight: 600;
}
.amethyst .local-nav a.top-tier {
	color: #27A27D !important;
	font-size: 22px;
	font-weight: 600;
}
.sky .local-nav a.top-tier {
	color: #27A27D !important;
	font-size: 22px;
	font-weight: 600;
}
.plum .local-nav a.top-tier {
	color: #27A27D !important;
	font-size: 22px;
	font-weight: 600;
}
	.local-nav a.top-tier:hover {
		text-decoration: underline;
	}
.local-nav ul.first-tier > li > a {
	vertical-align: top;
	margin-top: 3px;
}
	.local-nav ul.first-tier > li > a.expand {
		margin-top: 0;
	}
	.local-nav a.top-tier.active, .local-nav ul.first-tier > li.active > a, .local-nav ul.second-tier > li.active > a, .local-nav ul.third-tier > li.active > a {
		text-decoration: underline;
	}
.local-nav ul li {
	display: block;
}
.local-nav ul li a:hover {
	text-decoration: underline;
	text-decoration-color: #ffffff;
}
.local-nav ul.second-tier {
	margin-left: 30px;
	margin-bottom: 15px;
}
.local-nav ul.third-tier {
	margin-left: 30px;
}

.local-nav ul.first-tier > li {
	padding: 5px 0;
}
.local-nav ul.first-tier > li > a {
	max-width: 330px;
}
.local-nav ul.second-tier > li {
	padding: 5px 0;
}
.local-nav ul.third-tier > li {
	padding: 7px 0;
}

/* Typical Article */
.typical-article h1 {
	margin-top: 20px;
}
	.typical-article p {
		margin-bottom: 25px;
	}
	.typical-article .primary-feature-intro-copy {
		padding-bottom: 25px;
		border-bottom: 4px solid #7C8189;
		margin-bottom: 20px;
	}
	.typical-article .primary-feature-intro-copy:empty {
		display: none;
	}
	.typical-article .article-body h4 {
		margin-top: 20px;
	}
	.typical-article .article-body ul {
		padding-left: 30px;
		list-style-type: disc;
		margin-bottom: 25px;
	}
	.typical-article .article-body ol {
		padding-left: 30px;
		list-style-type: decimal;
		margin-bottom: 25px;
	}
		.typical-article .article-body ul li, .typical-article .article-body ol li {
			padding: 0;
		}

		.typical-article .article-body a {
		    color: #055143 !important;
		}
		.typical-article .article-body a:hover {
			text-decoration: underline;
		}

	.typical-article .related {
		margin-bottom: 35px;
	}

/* Research Insights */
.research-insights-header .primary-feature-intro-copy {
	padding-bottom: 25px;
	border-bottom: 4px solid #7C8189;
	margin-bottom: 35px;
}
nav.research-insights-categories {
	padding: 0 25px 0 25px;
	margin-bottom: 40px;
	position: relative;
}
nav.research-insights-categories .category {
	text-align: center;
}
nav.research-insights-categories .category a {
	display: block;
}
nav.research-insights-categories .category img {
	margin: 0 auto;
}
nav.research-insights-categories .category div {
	line-height: 18px;
	padding-top: 15px;
}
nav.research-insights-categories .category.active a, .research-insights-categories .category a:hover {
	text-decoration: underline;
}
nav.research-insights-categories .view-all {
	text-align: center;
	margin: 30px 0 0 0;
}
nav.research-insights-categories .view-all a {
	font: 24px/24px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
	color: #25272B;
}
nav.research-insights-categories .view-all a.active {
	color: #7C8189;
}
nav.research-insights-categories .view-all a:hover {
	text-decoration: underline;
}
	nav.research-insights-categories a.left-arrow {
		display: none;
		height: 50px;
		width: 25px;
		background: url(/GMACWCMSite/images/reskin/left-arrow.png?v=2025.06.13) transparent top left no-repeat;
		position: absolute;
		top: 35px;
		left: 0;
	}
	nav.research-insights-categories a.right-arrow {
		display: none;
		height: 50px;
		width: 25px;
		background: url(/GMACWCMSite/images/reskin/right-arrow.png?v=2025.06.13) transparent top left no-repeat;
		position: absolute;
		top: 35px;
		right: 0;
	}

#research-insights-articles .article-card {
	width: 470px;
	padding-bottom: 18px;
	border-bottom: 2px solid #25272B;
	margin-bottom: 23px;
	float: left;
}
	#research-insights-articles .article-card:nth-child(odd) {
		margin-right: 20px;
	}
	#research-insights-articles .article-card img {
		border-top-width: 5px;
		border-top-style: solid;
		width: 100%;
		height: auto;
	}
	#research-insights-articles .article-card .article-card-text {
		height: 205px;
		position: relative;
	}
		#research-insights-articles .article-card .article-card-text h2 {
			margin-top: 20px;
			line-height: 32px;
		}
		#research-insights-articles .article-card .article-card-text a:hover {
			text-decoration: underline;
		}
		#research-insights-articles .article-card .article-card-text a.category {
			display: block;
			padding-top: 3px;
			padding-bottom: 10px;
		}

	#research-insights-articles .article-card .article-card-bottom {
		position: absolute;
		left: 0;
		bottom: 0;
	}

.research-landing .view-more {
	text-align: center;
	margin: 0 0 60px 0;
}
.research-landing .view-more a {
	font: 24px/24px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
	color: #25272B;
}
.research-landing .view-more a:hover {
	text-decoration: underline;
}

.research-article p.publish-date {
	margin-bottom: 0;
}
.research-article .primary-feature-intro-copy {
	padding-bottom: 0;
	border-bottom: 0;
}
.research-article a.category {
	display: block;
	margin-bottom: 25px;	
}
.research-article a.category h4 {
	margin-bottom: 0;
}
.research-article .article-image {
	width: 470px;
	height: auto;
	float: left;
	margin: 5px 20px 20px 0;
}

.related h3.related-heading {
	margin-bottom: 20px;
}
.related .research-card {
	text-align: left;
	padding-bottom: 100px;
}
.related .research-card img {
	margin-top: 0;
	border-top-width: 4px;
	border-top-style: solid;
	width: 100%;
	margin-bottom: 10px;
}
.related .research-card .article-card-bottom {
	position: absolute;
	bottom: 15px;
	left: 10px;
}
.related .research-card a.category {
	padding-bottom: 0;
	border-bottom: 0;
	margin-top: 5px;
}
.related .related-col.research-related hr {
	background-color: #25272B;
}

/* GM News */
.gmnews-header h1 {
	margin-top: 25px;
}
.gmnews-header .primary-feature-intro-copy {
	margin-bottom: 15px;
}
#gmnews-articles {
	margin-top: 35px;
}
#gmnews-articles .article-card {
	width: 470px;
	padding-bottom: 18px;
	border-bottom: 2px solid #25272B;
	margin-bottom: 23px;
	float: left;
}
	#gmnews-articles .article-card:nth-child(odd) {
		margin-right: 20px;
	}
	#gmnews-articles .article-card img {
		width: 100%;
		height: auto;
	}
	#gmnews-articles .article-card .article-card-text {
		height: 205px;
		position: relative;
	}
		#gmnews-articles .article-card .article-card-text h2 {
			margin-top: 20px;
			line-height: 32px;
		}
		#gmnews-articles .article-card .secondary-feature-intro-copy {
			display: block;
			padding-top: 3px;
			padding-bottom: 10px;
		}

	#gmnews-articles .article-card .article-card-bottom {
		position: absolute;
		left: 0;
		bottom: 0;
	}

.gmnews-landing .view-more {
	text-align: center;
	margin: 10px 0 35px 0;
}
.gmnews-landing .view-more a {
	font: 24px/24px WorkSans SemiBold, Tahoma, Geneva, sans-serif;
	color: #25272B;
}
.gmnews-landing .view-more a:hover {
	text-decoration: underline;
}

.gmnews-left {
	width: 582px;
	float: left;
	margin-bottom: 30px;
}
	.gmnews-left .gmnews-subscribe {
		color: #ffffff;
		background-color: #25272B;
		padding: 20px 0 0 20px;
		height: 110px;
		line-height: 26px;
		position: relative;
	}
		.gmnews-left .gmnews-subscribe a.email {
			float: none;
			position: absolute;
			bottom: 20px;
			right: 115px;
		}
		.gmnews-left .gmnews-subscribe a.rss {
			float: none;
			position: absolute;
			bottom: 20px;
			right: 20px;
		}

		.gmnews-left .job-postings h3 {
			margin: 30px 0 17px 0;
		}
		.gmnews-left .job-postings .job-postings-box {
			padding: 20px 20px 65px 20px;
			border: 2px solid #25272B;
			height: 360px;
			position: relative;
			overflow: hidden;
		}
			.gmnews-left .job-postings .job-postings-box .job-opening {
				margin-top: 20px;
				border-top: 1px solid #25272B;
				padding-top: 17px;
			}
				.gmnews-left .job-postings .job-postings-box .job-opening:first-child {
					margin-top: 0;
					border-top: none;
					padding-top: 0;
				}
				.gmnews-left .job-postings .job-postings-box .job-opening h3 {
					margin: 0 0 10px 0;
				}
			.gmnews-left .job-postings .job-postings-box a.post-jobs {
				float: none;
				position: absolute;
				bottom: 20px;
				right: 145px;
			}
			.gmnews-left .job-postings .job-postings-box a.view-all {
				float: none;
				position: absolute;
				bottom: 20px;
				right: 20px;
			}
		.gmnews-left a.left-promo img, .gmnews-left a.right-promo img {
			margin: 28px 0 0 0;
			width: 280px;
			height: 280px;
		}
		.gmnews-left a.left-promo img {
			float: left;
		}
		.gmnews-left a.right-promo img {
			float: right;
		}

.gmnews-right {
	width: 335px;
	float: right;
	margin-bottom: 30px;
	height: 954px;
	border: 2px solid #25272B;
}

.local-nav .issue-links {
	margin-top: 25px;
	border-top: 2px solid #ffffff;
	padding-top: 20px;
}
.local-nav .subscribe-links {
	margin-top: 25px;
	border-top: 2px solid #ffffff;
	padding-top: 25px;
	color: #ffffff;
	line-height: 18px;
}
.local-nav .subscribe-links p {
	padding-bottom: 10px;
}
.local-nav .subscribe-links .subscribe-heading {
	color: #27A27D;
}
.local-nav .subscribe-links a {
	display: block;
}
	.local-nav .subscribe-links a:hover {
		text-decoration: underline;
	}

.archive-list {
	margin-bottom: 40px;
}
.archive-list ul {
	list-style-type: none;
}
.archive-list ul li {
	margin-top: 20px;
}
.archive-list ul li a:hover {
	text-decoration: underline;
}
.archive-list ul li ul {
	list-style-type: disc;
	padding-left: 30px;
}
.archive-list ul li ul li {
	margin-top: 0;
}

.gmnews-article {
	margin-bottom: 40px;
}
.gmnews-article p.publish-date {
	margin-bottom: 0;
}
.gmnews-article .primary-feature-intro-copy {
	padding-bottom: 0;
	border-bottom: 0;
}
.gmnews-article .date-author {
	margin-bottom: 25px;
}
.gmnews-article h4.author {
	margin-bottom: 0;
}
.gmnews-article .article-image {
	width: 470px;
	height: auto;
	float: left;
	margin: 5px 20px 20px 0;
}

/* Tools Landing */
.tools {
	margin-bottom: 35px;
}
.tools p {
	margin-bottom: 0;
}
.tools-item-type {
	padding-top: 20px;
	border-top: #7C8189 4px solid;
	margin-top: 10px;
}
.tools-item-type:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.tools-item-image
{
	  float: left;
	  vertical-align: top;
	  text-align: center;
	  width: 250px;
}
.tools-item
{
	display: inline-block;
	margin: 0 14px 0 14px;
	padding: 10px 0;
	vertical-align: top;
  border-bottom: none;
  float: right;
  width: 660px;
	padding-top: 20px;
	border-top: #25272B 1px solid;
	margin-top: 10px;
}
.tools-item:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}
.tools-item a.button-cta.text-right {
	margin-top: 10px;
}

/* Tabbed Article */
.tabbed-article .article-body {
	margin-bottom: 35px;
}
.tabbed-article h2 {
	margin-top: 20px;
}

/* Abstract */
.right-sidebar a {
	color: #055143;
}
.right-sidebar a:hover {
	text-decoration: underline;
}
.abstract .left-content, .abstract .right-sidebar {
	margin-bottom: 0;
}
.abstract h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.abstract div.tags-author {
	padding-bottom: 15px;
}
.abstract .related .related-col ul li a:hover {
	text-decoration: none;
}
.abstract .tags, .abstract .tags a {
	color: #7C8189;
}
.abstract .tags a:hover {
	text-decoration: underline;
}
.abstract .body-image {
	float: left;
	margin: 0 20px 20px 0;
}
.abstract .body-image img {
	max-width: 50%;
	height: auto;
}
.abstract .right-sidebar {
	padding-bottom: 10px;
}
.detail-stats .access-icon-div {
	float: right;
}
.detail-stats .access-icon-div img {
	margin-top: 0;
}
.detail-stats .file-info {
	line-height: 18px;
}
.detail-stats .file-info.swf {
	min-height: 36px;
	padding-left: 50px;
	background:url(/GMACWCMSite/images/new/icon-swf.png) no-repeat left top transparent;
}
.detail-stats .file-info.xls {
	min-height: 36px;
	padding-left: 50px;
	background:url(/GMACWCMSite/images/new/icon_excell.png) no-repeat left top transparent;
}
.detail-stats .file-info.video {
	min-height: 36px;
	padding-left: 50px;
	background:url(/GMACWCMSite/images/new/icon_video.png) no-repeat left top transparent;
}
.detail-stats .file-info.pdf {
	min-height: 36px;
	padding-left: 50px;
	background:url(/GMACWCMSite/images/new/icon-pdf.png) no-repeat left top transparent;
}
.detail-stats .file-info.doc {
	min-height: 36px;
	padding-left: 50px;
	background:url(/GMACWCMSite/images/new/icon-word.png) no-repeat left top transparent;
}
.detail-stats .file-info.ppt {
	min-height: 36px;
	padding-left: 50px;
	background:url(/GMACWCMSite/images/new/icon-ppt.png) no-repeat left top transparent;
}
.detail-stats .download-info {
	margin: 10px 0;
	line-height: 16px;
}
.abstract .right-sidebar a.button-cta:hover {
	text-decoration: none;
}

/* FAQ */
.faq-article h1 {
	margin-top: 25px;
}
.faq-article p, .faq-article ul, .faq-article ol {
	margin-bottom: 18px;
}
.faq-article .left-content.full {
	width: 960px;
}
.faq-article .right-sidebar h2 {
	margin-bottom: 20px;
}
.faq-article .right-sidebar hr {
	color: #ffffff;
	border-top: 2px solid #7C8189;
	margin-bottom: 15px;
}
.expandable-text .expandable-title {
	padding-left: 30px;	
	cursor: pointer;
	background: url(/GMACWCMSite/images/reskin/trans-black-plus.png?v=2025.06.13) top left no-repeat;
	overflow: hidden;
}
.expandable-text .expandable-title.opened {
	background-image: url(/GMACWCMSite/images/reskin/trans-black-minus.png?v=2025.06.13);
}
.expandable-text .expandable-body {
	display: none;
	padding-left: 30px;
}
.expandable-text .expandable-body ul, .expandable-text .expandable-body ol {
	margin-left: 30px;
}
