/* -- Home -- */

#home-intro {
	width: 110%;
	margin-left: -5%;
	padding: 0 0 58px;	
}

#home-intro .text {
	padding: 30px 130px;
	text-align: center;
	color: #033C6A;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;	
	background: #F7F9FA;
	border: 1px solid #BCBEC0;
	border-radius: 6px;
	cursor: default;
}

#home #features-pair {
	display: flex;
	gap: 58px;
}

#home #features-pair .feature-large {
	flex-basis: 50%;	
}

#home #features-pair .feature-large img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

#home #features-pair .feature-large .title {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 22px;
	line-height: 26px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
}

#home #features-pair .feature-large .description {
	display: block;
	padding: 0 20px 20px 0;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}


#home #features {
	position: relative;
	height: 353px;
	overflow: hidden;	
}

#home #features-intro {
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
	width: 292px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #BCBEC0; 
} 

#home #features-intro h4 {
	margin: 20px 0 5px;
}

#home #features-intro h5 {
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#home #features-carousel {
	position: relative;
	width: 992px;
	height: 353px;
	overflow: hidden;
}

#home #features-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 992px;
	height: 353px;
}

#home #features-carousel ul li {
	width: 992px;
	height: 353px;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background: #FFF;
}

#home #features-carousel ul li img {
	display: block;
	float: left;
}

#home #features-carousel ul li .info {
	display: block;
	float: right;
	width: 292px;
	height: 253px;
	margin-top: 100px;
	text-align: center;	
}

#home #features-carousel ul li .text {
	display: block;
	height: 200px;
	overflow: hidden;
}

#home #features-carousel ul li .title {
	display: block;
	padding: 10px 0 15px;
	font-size: 22px;
	line-height: 26px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
}

#home #features-carousel ul li .summary {
	display: block;
	padding: 0 0 20px 0;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#home #features-carousel .carousel-indicators {
	display: block;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 71px;
	width: 292px;
	text-align: center;
}

#home #features-carousel .carousel-indicators span {
	display: inline-block;
	background: #BCBEC0;
	border: 6px solid #FFF;
	border-radius: 50%;
	height: 9px;
	width: 9px;
	margin-left: -6px;
	transition: background .3s;
}

#home #features-carousel .carousel-indicators span:first-child {
	margin: 0;
}

#home #features-carousel .carousel-indicators span.selected {
	background: #000;
}

#home #sub-features {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}

#home #sub-features ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 58px;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;	
}

#home #sub-features ul li {
	display: block;
	width: 292px;
	padding: 0;
	overflow: hidden;
}

#home #sub-features ul li img {
	display: block;
	margin-bottom: 20px;
}

#home #sub-features ul li .title {
	display: block;
	margin-top: 6px;
	font-size: 22px;
	line-height: 26px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
}

#home #sub-features ul li .summary {
	display: block;
	margin-top: 6px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#home #sub-features .more-button {
	display: none;
	padding: 10px 0 50px;
}

#home #featured-topic {
	width: 100%;
	overflow: hidden;
	text-align: center;	
}

#home #featured-topic h3 {
	padding: 0 20px;
}

#home #featured-topic .tagline {
	padding: 0 20px;
	margin-top: -4px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 22px;
}

#home #featured-topic ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 26px 0 0;	
	overflow: hidden;
}

#home #featured-topic ul li {
	min-height: 130px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: #003D69;
	border-radius: 5px;
}

#home #featured-topic ul li .type {
	display: block;
	padding: 20px 20px 0 20px;
	line-height: 16px;
	font-size: 14px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #80AF3D;
	cursor: default;
}

#home #featured-topic ul li .title {
	display: block;
	padding: 6px 20px 20px 20px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	color: #FFF;
}

#home #ecf {
	padding-top: 58px;
	text-align: center;	
}



/* -- Account -- */

#account h2 {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #BCBEC0;	
}

#account h3 {
	margin-top: 0;	
}

#account #saved-pages {
	padding-bottom: 50px;
	margin-bottom: 45px;
	border-bottom: 1px solid #BCBEC0;	
}

#account #saved-searches {
	padding-bottom: 40px;
}

#account ul.saved-list {
	list-style: none;
	margin: 0;
	padding: 5px 0;	
}

#account ul.saved-list li {
	margin: 0;
	padding: 18px 0;	
}

#account ul.saved-list li .title {
	display: block;
	padding-bottom: 8px;
	line-height: 24px;
	font-size: 20px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#account ul.saved-list li .details {
	display: block;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
}

#account p.none-found {
	font-weight: normal;
	font-size: 18px;
	color: #AAA;	
}


/* -- Blog -- */

#blog-list .post {
	padding: 50px 0;	
	border-top: 1px solid #BCBEC0;
}

#blog-list .post:first-child {
	padding-top: 0;
	border-top: 0;	
}

#blog-list .post .title {
	font-size: 30px;
	line-height: 34px;
	letter-spacing: -1px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#blog-list .post .details {
	padding-top: 15px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
}

#blog-list .post .details a {
	color: #333;
}

#blog-list .post .details a:hover {
	text-decoration: underline;
}

#blog-list .post .image {
	display: block;
	float: right;
	margin: 20px 0 15px 15px;
}

#blog-list .post .summary {
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
}

#blog-list .post .summary .more {
	line-height: 15px;
}

#blog-list .post .summary .more a {
	border-bottom: 1px solid #5B87DA;
}

#blog-list .post .tags {
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
}

#blog-author-bio {
	padding: 5px 20px;
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 23px;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
	color: #444;
}

#blog-author-bio .image {
	float: right;
	margin-left: 30px;
	border-radius: 50%;	
}

#blog .main img {
	display: block;
	width: 100%;
	height: auto;	
}

#blog .main img.photo-left,
#blog .main img.photo-right {
	width: auto;
	height: auto;	
}


/* -- Vestry Papers -- */

#vp-main .share {
	position: absolute;
	right: 30px;
	margin-top: 10px;
}

#vp-main h2,
#vp-main h3,
#vp-main h4 {
	text-align: center;	
}

#vp-featured-list {
	height: 360px;
	width: 100%;
	padding: 30px 0 60px;
	border-bottom: 1px solid #BCBEC0;
}

#vp-featured-list ul {
	list-style: none; 
	height: 360px;
	padding: 30px 0;
	margin: 0;
}

#vp-featured-list ul li {
	float: left;
	height: 360px;
	width: 292px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#vp-featured-list ul li .divider {
	display: block;
	position: absolute;
	margin-left: -29px;
	width: 1px;
	height: 360px;
	background: #BCBEC0;
	overflow: hidden;
}

#vp-featured-list ul li .image {
	display: block;
	width: 292px;
	height: 196px;
}

#vp-featured-list ul li .image img {
	display: block;
}

#vp-featured-list ul li .title {
	display: block;
	padding-top: 16px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#vp-featured-list ul li .details {
	padding-bottom: 15px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
}

#vp-featured-list ul li .details a {
	color: #333;
}

#vp-featured-list ul li .summary {
	display: block;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#vp-featured-list .carousel-prev,
#vp-featured-list .carousel-next {
	width: 21px;
	height: 25px;
	margin-top: -80px;
	background: url(../images/common/arrows.png) no-repeat;
	background-size: 42px 50px;
}

#vp-featured-list .carousel-prev {
	margin-left: -38px;
}

#vp-featured-list .carousel-prev:hover {
	background-position: 0 -30px;
}

#vp-featured-list .carousel-next {
	margin-right: -38px;
	background-position: -21px 0;
}

#vp-featured-list .carousel-next:hover {
	background-position: -21px -30px;
}

#vp-past-list {
	padding: 70px 0 0;
	border-bottom: 1px solid #BCBEC0;
}

#vp-past-list ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 40px 0;
	margin: 0;
}

#vp-past-list ul li {
	float: left;
	height: 152px;
	width: 45%;
	padding-right: 5%;
	overflow: hidden;
}

#vp-past-list ul li h4 {
	text-align: left;
}

#vp-past-list ul li .image {
	display: block;
	float: left;
	margin-right: 16px;
}

#vp-past-list ul li .title {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#vp-past-list ul li .download {
	display: block;
	padding: 5px 0 0;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
}

#vp-past-list ul li .download a {
	color: #80AF3D;
}

#vp-past-list .select {
	width: 325px;
	margin: 20px auto;	
}

#vp .main .issue {
	text-align: center;
	font-style: italic;	
}

#vp .main .issue span {
	display: block;
}

#vp .main .issue span a {
	border-bottom: 1px solid #5B87DA;
}

#vp-archive h2 {
	text-align: center;
}

#vp-archive-list {
	width: 100%;
	overflow: hidden;	
}

#vp-archive-list ul {
	list-style: none;
	padding: 30px 0;
	margin: 0;
}

#vp-archive-list ul li {
	float: left;
	height: 70px;
	width: 33.3%;
	overflow: hidden;
	padding: 20px 0;
	margin: 0;
}

#vp-archive-list ul li img {
	display: block;
	float: left;
	margin-right: 16px;
}

#vp-archive-list ul li .title {
	display: block;
	padding-top: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}



/* -- Topics -- */

#topics .share {
	position: absolute;
	right: 30px;
	margin-top: 10px;
}

#topics h2,
#topics h3 {
	text-align: center;	
}

#topics .tagline {
	padding: 10px 20px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}

#topics-featured-list {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #BCBEC0;
}

#topics-featured-list ul {
	list-style: none;
	padding: 30px 0;
	margin: 0;
	
}

#topics-featured-list ul li {
	float: left;
	height: 100px;
	width: 45%;
	overflow: hidden;
	padding: 20px 5% 20px 0;
	margin: 0;
}

#topics-featured-list ul li .image {
	display: block;
	float: left;
	width: 150px;
	margin-right: 26px;
}

#topics-featured-list ul li .image img {
	display: block;
}

#topics-featured-list ul li .title {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#topics-featured-list ul li .summary {
	display: block;
	padding: 0 0 20px 0;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#topics-list {
	width: 100%;
	overflow: hidden;
}

#topics-list ul {
	width: 110%;
	list-style: none;
	padding: 40px 0;
	margin: 0;
}

#topics-list ul li {
	float: left;
	height: 100px;
	width: 265px;
	overflow: hidden;
	padding: 20px;
	margin: 0 35px 35px 0;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
}

#topics-list ul li .title {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#topics-list ul li .summary {
	display: block;
	height: 60px;
	overflow: hidden;
	padding: 0 10px 0 0;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}



/* -- Toolkits & Case Studies -- */

#toolkits .share {
	position: absolute;
	right: 30px;
	margin-top: 10px;
}

#toolkits h2,
#toolkits h3 {
	text-align: center;	
}

#toolkits .tagline {
	padding: 10px 20px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}

#toolkits-main {
	max-width: 750px;
	margin: 60px auto 80px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
}

#toolkits-main img {
	display: block;
	width: 100%;
	height: auto;
}

#toolkits-main iframe {
	display: block;
	width: 750px;
	height: 420px;
}

#toolkits-links {
	padding-top: 40px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
}

#toolkits-links h4 {
	font-size: 16px;
}

#toolkits-links ul {
	list-style: none;
	padding: 24px 0;
	margin: 0;
}

#toolkits-links li {
	padding: 8px 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}


#toolkits-list {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 120px;
	border-top: 1px solid #BCBEC0;
}

#toolkits-list ul {
	display: grid;
	list-style: none;
	padding: 40px 0;
	margin: 0;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

#toolkits-list ul li {
	overflow: hidden;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
}

#toolkits-list ul li .title {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#toolkits-list ul li img {
	display: block;
	width: 100%;
	height: auto;
}

#toolkits-list ul li .title {
	display: block;
	padding: 22px 20px 15px;
}

#toolkits-list ul li .summary {
	display: block;
	height: 60px;
	overflow: hidden;
	padding: 0 20px 22px 20px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#toolkits-sections .section {
	display: none;
	padding: 70px 120px 30px;
	border-radius: 16px;
	margin-bottom: 40px;
	max-width: 750px;
}

#toolkits-sections .section:has(.heading) {
	display: block;	
}

#toolkits-sections .section:nth-child(1) {
	background-color: #EAF6D7;	
}

#toolkits-sections .section:nth-child(1) a {
	color: #7A9C41;
}

#toolkits-sections .section:nth-child(1) a:hover {
	color: #4B6A17;
}

#toolkits-sections .section:nth-child(2) {
	background-color: #E5EEFF;	
}

#toolkits-sections .section:nth-child(3) {
	background-color: #FFEFDA;	
}

#toolkits-sections .section:nth-child(3) a {
	color: #DA795B;
}

#toolkits-sections .section:nth-child(3) a:hover {
	color: #D13200;
}

#toolkits-sections .section:nth-child(4) {
	background-color: #F2D7F6;	
}

#toolkits-sections .section:nth-child(4) a {
	color: #A85BC3;
}

#toolkits-sections .section:nth-child(4) a:hover {
	color: #640C60;
}

#toolkits-sections .section:nth-child(5) {
	background-color: #D8F5E9;	
}

#toolkits-sections .section:nth-child(5) a {
	color: #25BBB2;
}

#toolkits-sections .section:nth-child(5) a:hover {
	color: #055E58;
}

#toolkits-sections .section:nth-child(6) {
	background-color: #FFDCDA;	
}

#toolkits-sections .section:nth-child(6) a {
	color: #DA5B5B;
}

#toolkits-sections .section:nth-child(6) a:hover {
	color: #9F0F0F;
}



#toolkits-sections .section .heading {
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 26px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	cursor: default;
	text-align: center;
}
	
#toolkits-sections .section ul {
	list-style: none;
	margin: 0;
	padding: 60px 0 0;
}

#toolkits-sections .section ul li {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}

#toolkits-sections .section .title {
	display: inline-block;
	line-height: 30px;
	font-size: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}

#toolkits-sections .section .detail {
	display: block;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#toolkits-sections .section .summary {
	display: block;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
	margin-top: 15px;
}

#toolkits-sections .section .summary p {
	margin-top: 0;
	padding-top: 0;
}

#toolkits-all {
	border-bottom: 1px solid #BCBEC0;
	margin: 110px 0 90px;
	
}

.toolkits-button {
	position: absolute;
	z-index: 3;
	width: 100%;
	text-align: center;	
	margin-left: -30px;
	margin-top: -26px;
	
}

.toolkits-button span {
	display: inline-block;
	padding: 0 10px;
	background: #FFF;

}

.toolkits-button span .button {
	width: 200px;
	height: 52px;
	line-height: 52px;
	padding: 0;
}

#toolkits-responses-from {
	margin: -30px 0 50px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

#toolkits-responses {
	max-width: 750px;
	margin: auto;
	padding-bottom: 50px;
}

#toolkits-responses .qa {
	position: relative;
	margin-bottom: 38px;	
}

#toolkits-responses .q {
	padding-left: 40px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #8AAE4F;
}

#toolkits-responses .qa-content .q {
	cursor: pointer;
}

#toolkits-responses .qa-content .q:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 26px;
	transition: transform .3s;
	background: url(../images/common/qa-arrow.png) center center no-repeat;
	background-size: 26px 26px;
}

#toolkits-responses .qa-open .q:before {
	transform: rotate(90deg);
}

#toolkits-responses .a {
	display: none;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
}

#toolkits-responses .qa-open .a {
	display: block;
	padding-bottom: 1px;
}

#toolkits-responses .a img {
	display: block;
	width: 100%;
	height: auto;
}

#toolkits-responses .a iframe {
	width: 750px;
	height: 420px;
}


/* -- Tools -- */

#tools .share {
	position: absolute;
	right: 30px;
	margin-top: 10px;
}

#tools h2,
#tools h3 {
	text-align: center;	
}

#tools.form h3 {
	text-align: left;	
	margin-top: 40px;
}

#tools .tagline {
	padding: 10px 20px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}

#tools-featured-list {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #BCBEC0;
}

#tools-featured-list ul {
	list-style: none;
	width: 110%;
	padding: 30px 0;
	margin: 0;
}

#tools-featured-list ul li {
	float: left;
	height: 360px;
	width: 292px;
	overflow: hidden;
	padding: 0 58px 0 0;
	margin: 0;
	text-align: center;
}

#tools-featured-list ul li .image {
	display: block;
}

#tools-featured-list ul li .image img {
	display: block;
}

#tools-featured-list ul li .title {
	display: block;
	padding-top: 16px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#tools-featured-list ul li .summary {
	display: block;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#tools-list {
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 20px;
	border-bottom: 1px solid #BCBEC0;
}

#tools-list ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	padding: 40px 0;
	margin: 0;
}

#tools-list ul li {
	float: left;
	height: 75px;
	width: 45%;
	margin-bottom: 25px;
	padding-right: 5%;
	overflow: hidden;
}

#tools-list ul li .image {
	display: block;
	float: left;
	margin-right: 16px;
}

#tools-list ul li .title {
	display: block;
	padding-top: 2px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#tools-list ul li .summary {
	display: block;
	padding: 0 10px 0 0;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#tools-topics {
	padding-top: 70px;
	padding-bottom: 30px;
}

#tools-topics .list {
	padding: 20px 0;
	font-size: 20px;
	line-height: 42px;
	font-weight: bold;
	column-count: 3;
}

.tools-button {
	z-index: 3;
	width: 100%;
	text-align: center;	
	margin-top: -16px;
}

.tools-button span {
	display: inline-block;
	padding: 0 10px;
	background: #FFF;
}

.tools-button span .button {
	width: 180px;
	padding: 0;
}

.editable-popup-block label {
	font-size: 14px;	
}

.editable-popup-block .upload {
	display: none !important;	
}


/* -- Search -- */

#search-field {
	text-align: center;	
	line-height: 54px;
	height: 54px;
	margin-bottom: 10px;
	overflow: hidden;
}

#search-field .input {
	display: inline-block;
	width: 360px;
	border: 1px solid #BCBEC0;
	border-radius: 5px;
	margin: 0 2px 0 0;
}

#search-field .button-lg {
	display: inline-block;
	margin: -5px 0 0;
	padding: 0 30px;
}

#search .tagline {
	padding: 10px 20px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}

#search .cols {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #BCBEC0;
}

#search-results {
	min-height: 600px;	
}

#search-results .result {
	padding-bottom: 40px;	
}

#search-results .result .title {
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#search-results .result .details {
	padding: 7px 0 10px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
}

#search-results .result .details a {
	color: #333;
}

#search-results .result .details a:hover {
	text-decoration: underline;
}

#search-results .result .summary {
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 22px;
}

#search .filters h4 {
	margin: 26px 0 7px;
}

#search #added-topics {
	padding-top: 8px;
}

#search #added-topics .topic {
	height: 20px;	
	padding: 9px 0 0 17px;
	font-size: 14px;
	line-height: 20px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	cursor: default;
}


/* -- Topics -- */


#topics .cols {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #BCBEC0;
}

#topics .filters h4 {
	margin: 26px 0 7px;
}

#topics .filters h4:first-child {
	margin-top: 0;
}


/* -- Webinars -- */

#webinars .share {
	position: absolute;
	right: 30px;
	margin-top: 10px;
}

#webinars h2,
#webinars h3 {
	text-align: center;
}

#webinars .tagline {
	padding: 10px 20px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 26px;
	font-style: italic;
	line-height: 28px;
	text-align: center;
}


#webinars-featured-list {
	height: 360px;
	width: 100%;
	padding: 30px 0 60px;
	border-bottom: 1px solid #BCBEC0;
}

#webinars-featured-list ul {
	list-style: none; 
	height: 360px;
	padding: 30px 0;
	margin: 0;
}

#webinars-featured-list ul li {
	float: left;
	height: 360px;
	width: 292px;
	padding: 0;
	margin: 0;
	text-align: center;
}

#webinars-featured-list ul li .divider {
	display: block;
	position: absolute;
	margin-left: -29px;
	width: 1px;
	height: 360px;
	background: #BCBEC0;
	overflow: hidden;
}

#webinars-featured-list ul li .image {
	display: block;
	width: 292px;
	height: 196px;
}

#webinars-featured-list ul li .image img {
	display: block;
}

#webinars-featured-list.static {
	height: auto;
}

#webinars-featured-list.static ul {
	text-align: center;
	height: auto;
}

#webinars-featured-list.static ul li {
	float: none;
	display: inline-block;
	margin-right: 54px;
}

#webinars-featured-list.static ul li:last-child {
	margin-right: 0;
}

#webinars-featured-list.static ul li:first-child .divider {
	display: none;
}

#webinars-featured-list ul li .title {
	display: block;
	padding-top: 16px;
	padding-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#webinars-featured-list ul li .details {
	padding-bottom: 15px;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 19px;
}

#webinars-featured-list ul li .details a {
	color: #333;
}

#webinars-featured-list ul li .summary {
	display: block;
	font-family: adobe-garamond-pro, times, serif;
	font-size: 18px;
	line-height: 20px;
}

#webinars-featured-list .carousel-prev,
#webinars-featured-list .carousel-next {
	width: 21px;
	height: 25px;
	margin-top: -80px;
	background: url(../images/common/arrows.png) no-repeat;
	background-size: 42px 50px;
}

#webinars-featured-list .carousel-prev {
	margin-left: -38px;
}

#webinars-featured-list .carousel-prev:hover {
	background-position: 0 -30px;
}

#webinars-featured-list .carousel-next {
	margin-right: -38px;
	background-position: -21px 0;
}

#webinars-featured-list .carousel-next:hover {
	background-position: -21px -30px;
}


#webinars-list {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 40px;
	margin-bottom: 0;
	border-bottom: 1px solid #BCBEC0;
}

#webinars-list ul {
	list-style: none;
	padding: 30px 0;
	margin: 0;
	
}

#webinars-list ul li {
	float: left;
	height: 100px;
	width: 45%;
	overflow: hidden;
	padding: 20px 5% 20px 0;
	margin: 0;
	text-align: left;
}

#webinars-list ul li img {
	display: block;
	float: left;
	width: 150px;
	margin-right: 16px;
}

#webinars-list ul li .title {
	display: block;
	padding-top: 4px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 22px;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	font-weight: normal;
}

#tools.special .tagline {
	padding-left: 10%;
	padding-right: 10%;
}

#tools.special #tools-boxes {
	width: 100%;
	max-width: 1000px;
	overflow: hidden;
	padding: 30px 0 20px;
}

#tools.special #tools-boxes div {
	box-sizing: border-box;
	float: left;
	width: 50%;
	height: 235px;
	padding: 10px;
}

#tools.special #tools-boxes .rows2 a span:first-child {
	padding-top: 60px;
}

#tools.special #tools-boxes .rows3 a span:first-child {
	padding-top: 30px;
}

#tools.special #tools-boxes div a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 230px;
	font-size: 76px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	letter-spacing: -2px;
}

#tools.special #tools-boxes div a span {
	display: block;
	line-height: 52px;
	font-size: 50px;
	text-transform: initial;
	letter-spacing: -1px;
}

#tools.special #tools-boxes div a:hover {
	opacity: .8;
}

#tools.special #tools-boxes-menu,
#tools.special #tools-boxes-nav {
	position: relative;
	width: 100%;
	max-width: 1000px;
	padding: 30px 0 20px;
}

#tools.special #tools-boxes-nav {
	overflow: hidden;
}

#tools.special #tools-boxes-nav div {
	box-sizing: border-box;
	height: 100px;
	padding: 10px;
}

#tools.special #tools-boxes-nav div {
	float: left;
	width: 25%;
}

#tools.special #tools-boxes-menu div,
#tools.special #tools-boxes-nav div a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 90px;
	font-size: 36px;
	color: #FFF;
	text-align: center;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: GillSansMTStd-Bold, arial, sans-serif;
	letter-spacing: -2px;
	overflow: hidden;
}

#tools.special #tools-boxes-menu div {
	box-sizing: initial;
	text-transform: initial;
	cursor: default;
}

#tools.special #tools-boxes-nav div a span {
	display: block;
	width: 100%;
	height: 100%;
	background: #BCBEC0;
}

#tools.special #tools-boxes-nav div a:hover span,
#tools.special #tools-boxes-nav div a.selected span,
#tools.special #tools-boxes-nav div a.selected:hover span {
	background: none;
}

#tools.special #tools-boxes-menu a {
	display: block;
	position: absolute;
	z-index: 2;
	top: 56px;
	width: 40px;
	height: 40px;
	background: red;
}

#tools.special #tools-boxes-menu a.prev {
	left: 40px;
	background: url(../images/common/arrow-prev.svg) center center no-repeat;
}

#tools.special #tools-boxes-menu a.prev:after {
	display: none;
	position: absolute;
	z-index: 3;
	margin-top: 50px;
	left: 0;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	color: #000;
	width: 130px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	text-align: center;
	border: 1px solid #000;
	content: "Previous Section";
}

#tools.special #tools-boxes-menu a.prev:hover:after {
	display: block;
}

#tools.special #tools-boxes-menu a.next {
	right: 40px;
	background: url(../images/common/arrow-next.svg) center center no-repeat;
}

#tools.special #tools-boxes-menu a.next:after {
	display: none;
	position: absolute;
	z-index: 3;
	margin-top: 50px;
	right: 0;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
	color: #000;
	width: 104px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0;
	text-align: center;
	border: 1px solid #000;
	content: "Next Section";
}

#tools.special #tools-boxes-menu a.next:hover:after {
	display: block;
}

#tools.special #tools-special-content {
	width: 100%;
	max-width: 746px;
	margin: auto;
	padding-bottom: 40px;
}

#tools.special #tools-special-content h3 {
	padding-top: 40px;
	margin-top: 40px;
	text-align: left;
	text-transform: initial;
	font-weight: normal;
	letter-spacing: -.25px;
	border-top: 1px solid #C9CBCD;
	
}

#tools.special #tools-special-content h3:first-child {
	border-top: 0;
	margin-top: 30px;
	padding-top: 0;
}

#tools.special #tools-special-content p {
	font-family: adobe-garamond-pro, times, serif;
	font-size: 22px;
	line-height: 30px;
}

#tools.special #tools-special-content strong,
#tools.special #tools-special-content strong {
	font-family: GillSansMTStd-Medium, arial, sans-serif;
	letter-spacing: 1px;
}

/*-- ECF360 Promo -- */

.promo360 {
	position: relative;
	height: 84px;
	margin: 30px 10px 10px;
	border-radius: 5px;
	background: #5987C6;
	color: #FFF;
}

.promo360-new {
	position: absolute;
	top: 18px;
	left: -10px;
	width: 101px;
	height:	46px;
	background: url(../images/pages/new.svg) no-repeat;
	background-size: contain;
}

.promo360-text {
	padding: 28px 180px 0 110px;
	font-size: 29px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

.promo360-text a {
	color: #FFF;
}

.promo360-new span {
	visibility: hidden;
}

.promo360-button {
	position: absolute;
	top: 20px;
	right: 24px;
}

.promo360-button a {
	display: block;
	border: 2px solid #FFF;
	border-radius: 4px;
	padding: 11px 18px;
	color: #FFF;
	font-size: 20px;
	transition: background .2s, color .2s;
}

.promo360-button a:hover {
	color: #5987C6;
	background: #FFF;
}