/* 
 * main.css
 * 
	*General HTML Tags
	*MASTHEAD SECTION
	*Main Content and Sidebar
	*FOOTER
	*Accessibility Helpers
	*PHOTO GRID
	*GOOGLE MAPS
	*GENERAL CONTENT
	*INTRO CONTENT
	*CTA
	*RECENT CONTENT GRID
	*IN PAGE NAV
	*TABBED SECTION
	*COMMANDERS MESSAGE HOME
	*TRI GRID
	*ARTICLE BODY
	*AGGREGATE LIST
	*SEARCH
 * 
 */

/* 
-------------------------------------------------------------------------------- 
General HTML Tags
-------------------------------------------------------------------------------- 
*/

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.625;
    font-size: 1rem;
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
	font-weight: 400;
	color: hsl(0,0%,24%);
}
a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	-webkit-tap-highlight-color:hsl(356, 91%, 47%);
	-webkit-tap-highlight-color:transparent;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1em; 
}
h1,.h1 {
  font-size: 2.488rem;
  margin-top: 0;
  line-height: 1.3; 
}
h2,.h2 {
  font-size: 2.074rem;
  line-height: 1.3; 
}
h3,.h3 {
  font-size: 1.728rem; 
}
h4,.h4 {
  font-size: 1.44rem; 
}
h5,.h5 {
  font-size: 1.2rem; 
}
h6,.h6 {
  font-size: 1rem; 
}
::-moz-selection {
	background: hsl(356, 91%, 47%);
	color: hsl(0,0%,100%); 
}
::selection {
	background: hsl(356, 91%, 47%);
	color: hsl(0,0%,100%); 
}

.button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 1rem 3rem;
	text-transform: uppercase;
	background-color:hsl(0,0%,0%);
}	
.button:hover, .button:focus {
    background-color: hsl(356, 91%, 47%);
    color: hsl(0,0%,99.6%);
}
.btn-red {
	background-color:hsl(356, 91%, 47%);
}
.btn-red:hover {
	background-color:hsl(0,0%,0%);
}
.button-group .button {
    margin: 0;
	margin-right: 1rem;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.button-group .button:last-child {
    margin-right:0;
}

figure.align_left, img.align_left {
	position: relative;
    float: left;
    padding: 0.25rem 1.25rem 0.25rem 0;
}
figure.align_right, img.align_right {
	position: relative;
    float: right;
    padding: 0.25rem 0 0.25rem 1.25rem;
}
figure.align_center {
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5rem;
}
figcaption {
    font-size: 0.88rem;
    opacity: 0.65;
}


.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 39%;
    vertical-align: middle;
    width: 0;
}
  

/* 
-------------------------------------------------------------------------------- 
MASTHEAD SECTION
-------------------------------------------------------------------------------- 
*/
.summit {
	border-bottom: 2px solid hsl(0, 0%, 89%);
	padding: 0.65rem 0;
	background: hsl(0, 0%, 100%);
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	transition : border 500ms ease-out;
}
.site-logo {
    display: flex;
    flex-wrap: nowrap;
	align-items: center;
	padding: 0.35rem 0 0;
	-webkit-transition : all 500ms ease-out;
	-moz-transition : all 500ms ease-out;
	-o-transition : all 500ms ease-out;
	transition : all 500ms ease-out;
}
	.site-logo a img {
		max-width: 172px;
	}

.title-bar-left, .title-bar-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 2 1 0px;
}
.title-bar-right {
	text-align: right;
	flex: 1 1 0;
}
.languages {
	list-style: none; 
	margin: 0 1.9rem;
	padding: 0; 
}
	.languages li {
		list-style: none; 
		display: inline-block;
		padding: 0;
		font-weight:700;
	}

	.languages a {
		padding: 0 0.5em;
		border: none; 
		display: inline;
		border-left: 1px solid hsl(0,0%,80%); 
		text-transform: uppercase;
		color: hsl(0,0%,52.9%);
		font-size:0.825rem;
	}
		.languages li.current a, .languages li a:hover  {
			font-weight: bold; 
			color:hsl(356, 91%, 47%);
		}
		.languages li:first-child a {
			border: none; 
		}


.search-box {
	width:90vw;
}
	.search-icon a {
		font-size: 1.5rem;
		color:hsl(0,0%,0%);
	}
	.search-icon a:hover {
		color:hsl(356, 91%, 47%);
	}
	form.search {
		margin: 0 auto;
		width: 100%; 
	}
	form.search input {
		margin: 0;
		width: 100%; 
	}


.breadcrumbs {
	font-size: 80%; 
	clear: both; 
	padding-top: 1em; 
}
	.breadcrumbs span:after {
		content: ">";
		color: hsl(0,0%,60%); 
		padding-left: 0.5em;
		padding-right: 0.25em; 
	}
.sticky-container {
	-webkit-transition : all 400ms ease-out;
	-moz-transition : all 400ms ease-out;
	-o-transition : all 400ms ease-out;
	transition : all 400ms ease-out;
}
.primary-nav {
	background: hsl(0, 0%, 100%);
	border-bottom: 2px solid hsl(0, 0%, 89%);
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	transition : border 500ms ease-out;
}
	.primary-nav.sticky.is-at-top.is-stuck {
		border-bottom: 2px solid hsl(356, 91%, 47%);
	}
	.primary-nav.sticky.is-anchored.is-at-top {
		-webkit-transition: border 500ms ease-out;
		-moz-transition : border 500ms ease-out;
		-o-transition : border 500ms ease-out;
		transition : border 500ms ease-out;
		z-index: 200;
	}
	.sticky.is-stuck {
		z-index: 250;
	}
	.top-bar {
		padding:0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.top-bar, .top-bar ul {
		background-color: transparent;
	}
	.top-bar li {
		border-left:2px solid hsl(0, 0%, 89%);
	}
	.top-bar li:last-child {
		border-right:2px solid hsl(0, 0%, 89%);
	}
	.dropdown.menu > li {
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700;
		font-size:0.925rem;
		padding: 0.25rem 0;
	}
	.dropdown.menu > li > a {
	  color:hsl(0, 0%, 24%);
	  position: relative;
	  padding: 1.25rem 1.05rem;
	}
	.dropdown.menu > li > a:hover {
		color:hsl(356, 91%, 47%);
	}
	.dropdown.menu > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0;
		background: hsl(356, 91%, 47%);
	}
	.dropdown.menu > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto;
		background: hsl(356, 91%, 47%);
		text-align:left;
	}
	.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 4px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: hsl(356, 91%, 47%) transparent transparent;
		right: 6px;
		left: auto;
		margin-top: -3px;
	}
	.is-dropdown-submenu {
		position: absolute;
		top: 0;
		left: 100%;
		z-index: 1;
		display: none;
		min-width: 200px;
		border: 0;
		background: transparent;
	}
	.dropdown .is-dropdown-submenu a {
		padding: 0.7rem 1rem;
		color: hsl(0,0%,100%);
		width:100%;
	}
	.dropdown .is-dropdown-submenu a:hover {
		color: hsl(0,0%,100%);
		background: hsl(0,0%,23.9%);
	}
	.top-bar .is-dropdown-submenu > li {
		width: 100%;
		border: 0;
	}
	.top-bar .is-dropdown-submenu > li:last-child {
		border-right: 0;
	}
	li.logo-icon  {
		position:relative;
		display: none;
		-webkit-transition : all 500ms ease-out;
		-moz-transition : all 500ms ease-out;
		-o-transition : all 500ms ease-out;
		transition : all 500ms ease-out;
	}
	li.logo-icon:before {
		position: absolute;
		content: "";
		width: 38px;
		height: 40px;
		margin: 0 auto;
		background: url(../img/foxhole-owl-icon-a.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 100%;
		z-index: 0;
		left: 0;
		right: 0;
		top:10px;
	  }
	li.search-nav-icon a {
		display: none;
		border-left:0;
		transition-delay: .8s;
		transition: opacity .2s ease-in-out, transform .1s ease-in-out; 
	}
	li.search-nav-icon {
		border-left:0;
	}
	.primary-nav.sticky.is-at-top.is-stuck .logo-icon,
	.primary-nav.sticky.is-at-top.is-stuck .search-nav-icon a
	{
		display:block;

	}
	.primary-nav.sticky.is-at-top.is-stuck .logo-icon {
		padding: 0.25rem 0.65rem;
	}
	.primary-nav.sticky.is-at-top.is-stuck .logo-icon a {
		z-index:10;
		color: transparent;
	}
	.primary-nav.sticky.is-at-top.is-stuck .search-nav-icon
	{
		border-left:2px solid hsl(0, 0%, 89%);
	}

	.primary-nav.sticky.is-at-top.is-stuck .summit {
		display:none;
	}

.utility-section {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	font-size:0.825rem;
	align-items: center;
}
	.utility-nav ul {
		list-style-type:none;
		display:inline-block;
		margin: 0 0 0;
		font-weight:700;
	}
	.utility-nav ul li {
		display:inline-block;
		margin:0 0.95em;
	}
	.utility-nav ul li a {
		color:hsl(0,0%,52.9%);
		position:relative;
		transition-delay: .8s;
		transition: opacity .2s ease-in-out, transform .1s ease-in-out;    
	}
	.utility-nav ul li a:hover {
		color:hsl(356, 91%, 47%);   
	}
	.utility-nav ul li:last-child {
		margin-right:0;
	}


/* 
-------------------------------------------------------------------------------- 
Main Content and Sidebar
-------------------------------------------------------------------------------- 
*/

#main {
	border-top: 1px solid hsl(0,0%,93.3%); 
	padding-top: 1em; 
	margin-top: 1em; 
	clear: both; 
}

#content, #sidebar {
	padding-bottom: 2em; 
}

/* 
-------------------------------------------------------------------------------- 
FOOTER
-------------------------------------------------------------------------------- 
*/
.footer-section {
    background-color: hsl(60, 10%, 92%);
    padding-top: 0;
}
	.footer {
		background-color: hsl(0, 0%, 21%);
		color:hsl(0, 0%, 100%);
	}
	.footer-logo {
		display: flex;
		justify-content: center;
		margin-top: 15rem;
	}
	.footer-logo img {
		margin-top: -15rem;
	}

/* 
-------------------------------------------------------------------------------- 
Accessibility Helpers
-------------------------------------------------------------------------------- 
*/

/* Hide visually, but remain approachable for screenreader */
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	white-space: nowrap;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	border: 0;
}

/* Show bypass link on hover */
.element-focusable:focus {
	clip: auto;
	overflow: visible;
	height: auto;
}

.bypass-to-main:focus {
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: hsl(0,0%,20%);
	color: hsl(0,0%,100%);
}


/* 
-------------------------------------------------------------------------------- 
PHOTO GRID
-------------------------------------------------------------------------------- 
*/
.grid {
	background: hsl(0,0%,86.7%);
}
.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* 
------------------------------------- 
Photo Grid Elements 
------------------------------------- 
*/
/* 5 columns, percentage width */
.gridItem,
.gridSizer {
	width: 20%;
}
.gridItem {
	float: left;
	height: 200px;
	border: 0 solid;
	border-color: rgba(255, 255, 255, 1);
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.gridItem-widthdouble { width: 40%; }
.gridItem-heightdouble { height: 400px; }


.previewGrid .hover .icon {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: hsl(0,0%,100%);
    font-size: 20px;
}
.previewGrid .hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: hsl(0,0%,0%);
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s;
    opacity: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.previewGrid .gridItem:hover .hover {
  opacity: 1;
}

/* 
-------------------------------------------------------------------------------- 
GOOGLE MAPS
-------------------------------------------------------------------------------- 
*/
#hidden-content {
	width:90vw;
	height:90vh;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.footer-bottom ul, .footer-mid ul {
    list-style-type: none;
    display: inline-block;
    margin:0;
    padding:0;
}
.footer-bottom ul li, .footer-mid ul li {
    display: inline-block;
    margin:0;
    padding:0 0.5rem;
}
.footer-bottom ul li:first-child, .footer-mid:first-child ul li {
    padding-left:0;
}
.footer-bottom ul li:last-child, .footer-mid:last-child ul li {
    padding-right:0;
}

.footer-mid {
    border-top: 2px solid hsl(0,0%,52.9%);
    border-bottom: 2px solid hsl(0,0%,52.9%);
    color: hsl(0,0%,100%);
    font-size:0.825rem;
    padding:2.5rem 0;
}
	.footer-nav {
		text-align: center;
	}
	.footer-nav ul {
		font-weight: 700;
		text-transform: uppercase;
	}
	.footer-mid a {
		color:hsl(0,0%,100%);
	}
	.footer-mid a:hover {
		color:hsl(0,0%,52.9%);
	}
	ul.social {
		text-align: right;
		display: block;
	}
	.social a {
		font-size: 1.5rem;
	}
	.footer-logo-reverse img {
		max-width: 172px;
	}


.legal-nav {
    text-align: right;
}


.footer-bottom {
	color: hsl(0,0%,52.9%);
	font-size:0.825rem;
	padding:2rem 0 4rem;
}
	.footer-bottom a {
		color: hsl(0,0%,52.9%);
	}
	.footer-bottom a:hover {
		color: hsl(0,0%,100%);
	}
	.copyright {
		text-align: center;
	}


.map-section img {
    width: 100%;
    height: auto;
}

.map-section {
    font-size: 0.825rem;
	font-weight: 700;
    margin: 3.25rem 0 0 2rem;
}
.contact-form {
    margin-right: 2rem;
}
.article-submit {
    text-align: right;
    margin-top: 3rem;
}

.footer h2.section-title {
    margin: 0;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
}
.footer h2.section-title a {
    color:hsl(0,0%,100%);
}
.footer h2.section-title a:hover {
    color:hsl(0,0%,52.9%);
}

.footer-top {
    padding: 5rem 0 4rem;
}

.article-submit a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 0.75rem;
}
.article-submit {
    text-align: right;
}



/* 
-------------------------------------------------------------------------------- 
SLIDER
-------------------------------------------------------------------------------- 
*/
.hero {
	background-image:url(../img/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:center center;
}
.feature-slider {
	border-bottom: 0 solid hsl(0,0%,69.8%);
	background-color:hsl(0,0%,95%,0.5);
}
.feature-slider:not(.slick-initialized) .feature-slide:not(:first-of-type) {
	display: none;
}
.feature-slide {
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center center;
	padding: 4rem 0 2.5rem;
	height: 520px;
	outline: none;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow:hidden;
	visibility: hidden;
}
.feature-slide:focus {
	color: transparent;
	background:transparent;
	border:transparent;
}
.home .feature-slide {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	height: 680px;
	overflow:hidden;
	visibility: hidden;
}

/* Aggregate Header */
	/* Aggregate Sub List Pages */
	.aggregate-list-sub .feature-slide, .aggregate-list-cmd-sub .feature-slide {
		padding: 4rem 0 2.5rem;
	}


.feature-title {
	font-family: 'Roboto Mono', monospace;
	text-transform: uppercase;
}
.aggregate-leadership .feature-title {
	font-family: 'Roboto Mono', monospace;
	text-transform: uppercase;
}
.header-caption .feature-title {
	width: 75%;
}
.feature-title span {
    background-color: hsl(356, 91%, 47%);
    line-height: 1.5;
	color: hsl(0,0%,100%);
	display:inline;
	padding: 0 1.05rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.hero-content {
    background: hsla(0, 0%, 0%, 0.6);
    color: hsl(0,0%,90%);
    padding: .75rem 1.25rem 0.5rem;
    margin: 1.5rem 0;
    font-family: 'Roboto Mono', monospace;
}

	.dots-slide {
		position: relative;
		display: block;
	}
	.slick-dots {
		position: relative;
		bottom: 20px;
		left: 0;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	.slick-dots li {
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
		/*margin: 0 24px;*/
		margin: 30px 24px 0;
		padding: 0;
		cursor: pointer;
	}
	.slick-dots li:first-child {
		margin: 0 24px 0 0;
	}

	.slick-dots li:only-child {
		display: none;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 20px;
		height: 20px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.slick-dots li button:before {
		font-family: 'slick';
		font-size: 48px;
		line-height: 34px;
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		content: '•';
		text-align: center;
		opacity: .25;
		color: hsl(0,0%,0%);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slick-dots li.slick-active button:before {
		font-family: 'slick';
		font-size: 48px;
		line-height: 34px;
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 32px;
		content: '•';
		text-align: center;
		border: 0px solid;
		border-radius: 200px;
		opacity: 1;
		color: hsl(356, 91%, 47%);
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-moz-box-shadow: inset 0 0 10px hsl(356, 91%, 47%);
		-webkit-box-shadow: inset 0 0 10px hsl(356, 91%, 47%);
		box-shadow: inset 0 0 4px hsl(356, 91%, 47%);
	}
	.slick-dots li button:hover:before, .slick-dots li button:focus:before {
		opacity: 1;
		color: hsl(356, 91%, 47%);
	}
	.slick-loading .slick-list
	{
		background: hsl(0,0%,100%) url('../img/ajax-loader.gif') center center no-repeat;
	}


.md-text {
	font-family: 'Roboto Mono', monospace;
	font-weight: 500;
	margin: 3rem 0;
}


/* 
-------------------------------------------------------------------------------- 
GENERAL CONTENT
-------------------------------------------------------------------------------- 
*/
.content a {
	font-weight:700;
	color:hsl(356, 91%, 47%);
}
.content a:hover {
	color:hsl(0,0%,0%);
}
.content .button {
	color:hsl(0,0%,99.6%);
}
.content .button:hover {
	color:hsl(0,0%,100%);
}

/* 
-------------------------------------------------------------------------------- 
INTRO CONTENT
-------------------------------------------------------------------------------- 
*/
.intro-section.content {
    padding: 8rem 0;
}
.image-header-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
}
.image-header-icon {
    text-align: right;
}
.image-header-icon img {
    max-width: 40%;
}


/* 
-------------------------------------------------------------------------------- 
CTA
-------------------------------------------------------------------------------- 
*/
.cta-section.content {
    text-align: center;
    margin: 9rem 0 8rem;
}
.cta-inner-content h2 {
	text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
	font-weight:700;
}

/* 
-------------------------------------------------------------------------------- 
RECENT CONTENT GRID
-------------------------------------------------------------------------------- 
*/
.content-grid {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-rows: 200px 200px;
	background-color: hsl(0,0%,100%);
	color: hsl(0,0%,26.7%);
}
.content-grid  .content-grid-item {
		background-color: hsl(0,0%,26.7%);
		color: hsl(0,0%,100%);
		border-radius: 0;
		position:relative;
	}
	.content-grid-item:nth-of-type(1) {
		grid-column: 1 / 2 ;
		grid-row: 1 / 3;
	}
	.content-grid-item:nth-of-type(2) {
		grid-column: 2 / 3 ;
		grid-row: 1 / 2 ;
	}
	.content-grid-item:nth-of-type(3) {
		grid-column: 3 / 4 ;
		grid-row: 1 / 2 ;
	}
	.content-grid-item:nth-of-type(4) {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.content-grid-item:nth-of-type(5) {
		grid-column: 3 / 4;
		grid-row: 2 / 3;
	}

		.content-grid-item:nth-of-type(2) .content-grid-text,
		.content-grid-item:nth-of-type(3) .content-grid-text,
		.content-grid-item:nth-of-type(4) .content-grid-text,
		.content-grid-item:nth-of-type(5) .content-grid-text {
			display:none;
		}

		.content-grid-item a  {
			display: block;
			height: 100%;
			width: 100%;
		}
		.content-grid-inner {
			position:absolute;
			bottom:12px;
			width:98%;
		}
		.content-grid-inner ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			display: inline-block;
			padding: 0 1.05rem;
		}
		.content-grid-inner ul li {
			display:inline-block;
			text-align:left;
		}
		.content-grid-inner .feature-title {
			margin:0;
			text-transform: none;
			width: 90%;
		}
		.content-grid-inner .feature-title span {
			background: hsl(0, 0%, 0%);
			font-weight: 500;
			font-size: 0.85rem;
			padding: 0.25rem 1.05rem;
			line-height: 2;
		}
		.content-grid-text {
			padding: 1rem 1.05rem 0;
			font-size: 0.95rem;
			text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
			color: hsl(0,0%,100%);
		}
		.author {
		   font-size:0.8rem;
		   max-width: 95%;
		   margin: 0;
		line-height: 2;
		}
		.author span {
			background-color:hsl(0, 0%, 90%);
			color:hsl(0, 0%, 24%);
			display: inline;
			padding: 0.35rem 1rem;
			box-decoration-break: clone;
			-webkit-box-decoration-break: clone;
		}
		.author em {
			font-style: normal;
    		font-weight: 400;
		}

		.cat_name {
		   color:hsl(0, 0%, 100%);
		   font-size:0.8rem;
		   text-transform:capitalize;
		   text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
		}
		ul.cat_name li:before {
			content:"";
			height:10px;
			width:1px;
			background:hsl(0,0%,100%);
			display:inline-block;
			margin:0 0.5rem;
			position:relative;
			top:0.035rem;
		}
		ul.cat_name li:first-child:before {
			display:none;
		}
			.articles-entry .cat_name, .articles-entry-cmd .cat_name {
				display: block;
				list-style-type: none;
				margin: 0;
			}
			.articles-entry .cat_name li, .articles-entry-cmd .cat_name li {
				display:inline-block;
				text-align:left;
			}
		.author em:before {
			content:"";
			height:10px;
			width:1px;
			background:hsl(0,0%,24%);
			display:inline-block;
			margin:0 0.5rem;
			position:relative;
			top:0;
		}
		.author em:first-child:before {
			display:none;
		}
		.author em:last-child:before {
			margin-left:0.25rem
		}
		.content-grid-item:nth-of-type(1) .content-grid-inner .feature-title span {
			font-size: 1.15rem;
		}
		.content-grid-item:nth-of-type(1) .content-grid-inner .feature-title span {
			padding: 0.25rem 1.05rem 0.35em;
			z-index:10;
			position:relative;
		}
		.content-grid-item:nth-of-type(1) .author {
			font-size: 0.85rem;
			margin: 0;
		}
		.content-grid-item:nth-of-type(1) .cat_name {
		   font-size:0.85rem;
		}
		.content-grid-item:nth-of-type(1) .content-grid-inner .cat_name ul {
			display:block;
		}
		ul.cat_name {
			display: block;
		}
		.content-grid .content-grid-item:before, .list-card-header:before {
			content:"";
			background: rgb(0,0,0);
			background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 85%, rgba(0,0,0,0.70) 100%);
			width:100%;
			height:100%;
			display:block;
			position:absolute;
			top:0;
			left:0;
			right:0;
			bottom:0;
			z-index:0;
		}
		.content-grid-item.premier .feature-title {
			margin-top:-2px;
			margin-bottom:0;
		}
		


/* 
-------------------------------------------------------------------------------- 
IN PAGE NAV
-------------------------------------------------------------------------------- 
*/
.in-page-nav-section {
    padding: 1rem 0;
}
.in-page-nav {
    width:100%;
}
.in-page-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid hsl(60, 10%, 88%);
    border-bottom: 2px solid hsl(60, 10%, 88%);
    display: grid;
    grid-auto-flow:column;
    text-align:center;
}
.in-page-nav ul li {
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	border-right:2px solid hsl(60, 10%, 88%);
	padding:1.5rem 0.5rem;
}
.in-page-nav ul li a {
    color:hsl(0, 0%, 24%);
}
.in-page-nav ul li a:hover {
	color:hsl(356, 91%, 47%);
}
.in-page-nav ul li:first-child {
    font-family: 'Roboto Mono', monospace;
    text-transform:capitalize;
    font-weight:500;
    border-left:2px solid hsl(60, 10%, 88%);
}
.in-page-nav ul li:last-child a {
    font-family: 'Roboto Mono', monospace;
    color:hsl(356, 91%, 47%);
    font-weight:500;
}
.in-page-nav ul li:last-child a:hover {
    color:hsl(0, 0%, 24%);
}



/* 
-------------------------------------------------------------------------------- 
TABBED SECTION
-------------------------------------------------------------------------------- 
*/
.tabber-section {
	position:relative;
	overflow: hidden;
}
.tabs-panel {
    display: none;
	padding: 2rem;
	margin-top: 49px;
	position: relative;
}
.tabs-panel {
	animation-duration: 1s;
	animation-name: fadeOut;
}
	.tabs-panel.is-active {
		animation-duration: 1s;
		animation-name: fadeIn;
	}
	@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	@keyframes fadeOut {
		from { opacity: 1; }
		to { opacity: 0; }
	}

	.tabs-panel {
		animation-duration: 1s;
		animation-name: fadeOut;
	}
		.tabs-panel.is-active {
			animation-duration: 1s;
			animation-name: fadeIn;
		}
		@keyframes fadeIn {
			from { opacity: 0; }
			to { opacity: 1; }
		}
		@keyframes fadeOut {
			from { opacity: 1; }
			to { opacity: 0; }
		}

.tabs-title > a {
    display: block;
    padding: 0.85rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color:  hsl(0, 0%, 24%);
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
.tabs-title > a:hover, .tabs-title.is-active a {
    color: hsl(356, 91%, 47%);
}
.tabber {
    background-color: hsl(356, 91%, 47%);
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top: 6rem;
}
.tabber .feature-title {
	margin-bottom:0;
}

.tab-right-title span {
	background:hsl(0,0%,24%);
	text-transform: capitalize;
	font-weight:400;
	padding: 2px 1.05rem 3px;
}
.tab-nav-bg .feature-title {
    display: flex;
}
.tab-nav-bg .feature-title span {
    background-color: hsl(356, 91%, 47%);
    line-height: 1.5;
    color: hsl(0,0%,100%);
    display: inline;
    padding: 0 1.05rem 0 1.5rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    width: 100%;
}
.feature-title.tab-right-title {
    position: absolute;
    top: -49px;
    left: -1px;
}
.recent-box {
    display: flex;
    flex-wrap: nowrap;
}
.recent-img {
    width: 100%;
    padding: 0 1.5rem 0 0;
}

.tabs-content {
    border: 1px solid hsl(0,0%,90.2%);
    border-top: 0;
    background: hsl(0,0%,100%);
    color: hsl(0,0%,3.9%);
    margin-bottom: 6rem;
}
.tabs-panel-right {
    font-family: 'Roboto Mono', monospace;
}
.recent-content h2, .recent-section h5 {
	font-family: 'Roboto Mono', monospace;
	line-height: 1;
}
.recent-section {
    padding: 2rem 0 0;
}
.tabs {
    margin: 0;
    border: 0;
    background: transparent;
    list-style-type: none;
}
.tab-nav-bg {
	position:relative;
	z-index:100;
}
.tab-nav-bg:before {
	content: "";
    position: absolute;
    top: -100px;
    right: 0;
    display: block;
    width: 50vw;
    height: 180%;
    min-height: 180%;
    background-color: hsl(60, 10%, 92%);
    z-index: -1;
}




/* 
-------------------------------------------------------------------------------- 
COMMANDERS MESSAGE HOME
-------------------------------------------------------------------------------- 
*/
.cmd-msg-wrapper {
	background-color: hsl(0, 0%, 95%);
    padding-top: 0;
}
	.cmd-msg-wrapper.article-content-msg {
		padding: 0;
	}
	.cmd-msg-wrapper.article-content-msg .content a {
		color:hsl(0,0%,0%);
	}
	.cmd-msg-wrapper.article-content-msg .content a:hover {
		color:hsl(356, 91%, 47%);
	}
	.cmd-msg-wrapper.article-content-msg .content .button {
		color:hsl(0,0%,100%);
	}
	.cmd-msg-wrapper.article-content-msg .content .button:hover {
		color:hsl(0,0%,100%);
	}
	.cmd-msg-content h5 {
		font-family: 'Roboto Mono', monospace;
	}
	.cmd-msg-content {
		padding-bottom: 3rem;
	}
	.cmd-msg-all {
		text-transform: uppercase;
		font-family: 'Roboto Mono', monospace;
		font-weight: 400;
		padding: 0.6rem 0 0;
	}

.cmd-msg-section.content {
    background-color: hsl(103, 11%, 88%);
    padding-bottom: 6rem;
    margin-top: 6rem;
}
.cmd-msg-wrapper.article-content-msg .cmd-msg-section.content {
		background-color: hsl(103, 11%, 88%);
		padding: 6rem 0;
		margin:0;
	}
.cmd-msg-img {
    margin-top: -5rem;
	position: relative;
	margin-right: 2.5rem;
}
	.home .cmd-msg-wrapper .feature-title {
		padding-top: 4rem;
	}
	.cmd-msg-wrapper.article-content-msg .cmd-msg-img {
		margin: 0 2.5rem 0 0;
	}
.cmd-msg-img span {
    background: hsl(0,0%,0%);
    color: hsl(0,0%,100%);
    padding: 0.5rem 0.8rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cmd-msg-icon {
    text-align: right;
}

	.cmd-msg-wrapper.article-content-msg:nth-child(even) .cmd-msg-section.content {
		background-color:hsl(100, 6%, 20%);
		color:hsl(0, 0%, 100%);
	}
	.cmd-msg-wrapper.article-content-msg:nth-child(even) .grid-container > .grid-x {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.cmd-msg-wrapper.article-content-msg:nth-child(even) .cmd-msg-img {
		margin: 0 0 0 2.5rem;
	}
	.cmd-msg-wrapper.article-content-msg:nth-child(even) .content .button {
		background-color:hsl(0,0%,100%);
		color: hsl(0,0%,0%);
	}
	.cmd-msg-wrapper.article-content-msg:nth-child(even) .content .button:hover {
		background-color:hsl(356, 91%, 47%);
		color: hsl(0,0%,100%);
	}
	.cmd-msg-wrapper.article-content-msg:nth-child(even) .content a {
		color: hsl(0,0%,100%);
	}
	.cmd-msg-wrapper.article-content-msg:nth-child(even) .content a:hover {
		color: hsl(356, 91%, 47%);
	}

/*
-------------------------------------------------------------------------------- 
TRI GRID
-------------------------------------------------------------------------------- 
*/
.list-card.triple-card .list-card-item-wrap {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 2fr 1fr 1fr;
	background-color: transparent;
	color: hsl(0,0%,26.7%);
}

.list-card.duo-card  .list-card-item-wrap{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr 1fr;
	background-color: transparent;
	color: hsl(0,0%,26.7%);
}


/* exp */
.list-card-wrapper {
    padding-right: 5rem;
    box-sizing: border-box;
}
.list-card {
    padding: 5rem 0 5rem;
}
.list-card-inner {
    position: relative;
    background-color: transparent;
    background-size: 95%;
    background-position: 100% 0%;
	background-repeat: no-repeat;
	padding-top: 2rem;
	color: hsl(0, 0%, 100%);
}
.list-summary {
	padding: 0 5rem 0 2rem;
	font-family: 'Roboto Mono', monospace;
	text-align:justify;
}
/* exp */



	.list-card-item-wrap .list-card-item {
		background-color: hsl(0, 0%, 100%);
		color: hsl(0, 0%, 24%);
		border-radius: 0;
		position:relative;
		display: flex;
		-webkit-box-orient: vertical; 
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		box-shadow: 4px 4px 5px 0px hsla(0, 0%, 40%, 0.15);
	}
	.list-card-content {
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: center;
		padding: 1.75rem;
	}
	.list-card-title {
		font-family: 'Roboto Mono', monospace;
	}
	.list-card-footer {
		text-align: center;
		font-family: 'Roboto Mono', monospace;
		padding: 1.5rem 0.5rem;
	}
	.list-card-footer a, .single-list-card-footer a {
		color:hsl(0, 0%, 0%);
		font-weight:600;
	}
	.list-card-footer a:hover, .single-list-card-footer a:hover {
		color:hsl(356, 91%, 47%);
	}
	.list-card-inner .recent-section {
		padding-left: calc(15% - 5vw);
	}
	.list-button-wrap {
		text-align: right;
		padding: 3rem 0 0;
	}

	
	/* Duo Card Single Page and Listings */
	.list-card-header {
		position: relative;
	}
	.list-card .content-grid-inner .feature-title {
		margin: 0;
		text-transform: none;
		width: 99%;
	}
	.list-card .author {
		font-size: 0.85rem;
		max-width: 100%;
		margin: 0;
	}
	.list-card .content-grid-inner .feature-title span {
		font-size: 1.25rem;
		line-height: 1.75;
	}
	.list-card  .author span {
		line-height: 1;
		padding: 0.25rem 1rem;
	}
	.list-card .content-grid-inner ul li {
		line-height: 2;
	}
	/* Duo Card Single Page and Listings */


	.list-card.triple-card .list-card-item:nth-child(n+2) .content-grid-inner {
		max-width:90%;   
	}
	.list-card.triple-card .list-card-item:nth-child(n+2) .content-grid-inner .feature-title {
		display:none;   
	}
	.list-card.triple-card .list-card-item:nth-child(n+2) .content-grid-inner .cat_name li {
		line-height: 1;
	}
	.list-card.triple-card .list-card-item:nth-child(n+2) .content-grid-inner .author {
		font-size: 0.8rem;
		margin: 0;
	}
	.list-card.triple-card .list-card-item:nth-of-type(1) .list-card-title {
		display:none; 
	}



	/* Single Card */
	.single-list-card-wrapper {
		padding-right: 5rem;
		box-sizing: border-box;
	}
		.aggregate-list-sub .single-list-card-wrapper, .aggregate-list-cmd-sub .single-list-card-wrapper {
			padding-right: 0;
			box-sizing: border-box;
		}
	.list-card-item-top img {
		width: 100%;
		display: block;
	}
	.single-list-card-item::after {
		content: ' ';
		display: table;
		clear: both;
	}
	.list-card-item-top {
		float: right;
		width: 66%;
		margin-right: -100%;
		position: relative;
		z-index: 1;
	}
	.list-card-item-bottom {
		float: left;
		width: 65%;
		z-index:5
	}
	.single-list-card-content-wrap {
		background: hsl(0,0%,100%);
		padding: 1.5rem 1.75rem;
		box-shadow: 0px 1px 8px 2px hsla(0, 0%, 40%, 0.25);
		position: relative;
		min-height: 400px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.aggregate-list-sub, .aggregate-list-cmd-sub {
		background: hsl(0, 0%, 94%);
	}
	.single-list-card-content {
		padding-bottom: 1rem;
		color: hsl(0, 0%, 24%);
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		flex: 1;
	}
	.single-list-card-footer {
		text-align: right;
	}
	.single-list-card-footer .button {
		color:hsl(0,0%,100%);
	}
	.single-list-card-footer .button:hover {
		color:hsl(0,0%,100%);
	}
	.single-list-card-content-wrap:before {
		content: "";
		position: absolute;
		width: 80px;
		height: 40px;
		left: -15px;
		top: -15px;
		background-color: hsl(0,2.7%,7.3%);
		z-index: -1;
	}
	.single-list-card-content-wrap .list-card-title {
		margin-bottom: 0.5rem;
	}
	.single-list-card-content-wrap .list-card-title:after, 
	.single-list-ac-card-content .list-card-title:after {
		content: "";
		width: 68px;
		height: 3px;
		background: red;
		display: block;
		margin-top: 0.5rem;
	}
	.list-card-date {
		padding: 0.25rem 0 0.25rem;
		font-size: 0.85rem;
		font-family: 'Roboto Mono', monospace;
		font-weight: 500;
	}
	.list-card-text {
		padding-top: 1.5rem;
	}
	@supports (display: grid) {
		.list-card-item-top img {
			width: 100%;
			display: block;
		}
		.single-list-card-item {
			display: grid;
			position: relative;
			grid-template-columns: repeat(12, 1fr);
			align-items: center;
		}
			/* Aggregate Sublist */
			.aggregate-list-sub .single-list-card-item, .aggregate-list-cmd-sub .single-list-card-item {
				align-items: start;
			}
			.aggregate-list-sub .single-list-card-content-wrap, .aggregate-list-cmd-sub .single-list-card-content-wrap {
				margin-top: 4rem;
				min-height: 480px;
				display: flex;
				flex-wrap: nowrap;
				flex-direction: column;
			}
			/* Aggregate Sublist */

		.list-card-item-bottom {
			grid-column: 6 / -1;
			grid-row: 1;
			width: 100%;
		}
		.list-card-item-top {
			grid-row: 1;
			grid-column: 1 / span 9;
			width: 100%;
		}
	}
	  

	/* Article and Content Alternating Grid */
	.single-list-ac-card-wrapper {
		box-sizing: border-box;
		padding: 4rem 0;
	}
	.single-list-ac-card-footer {
		text-align: right;
	}
	.single-list-ac-card-footer .button-group {
		justify-content:flex-end;
	}
	.list-ac-card-item-top img {
		width: 100%;
		display: block;
	}
	.single-list-ac-card-item::after {
		content: ' ';
		display: table;
		clear: both;
	}
	.list-ac-card-item-top {
		float: right;
		width: 66%;
		margin-right: -100%;
		position: relative;
		z-index: 1;
	}
	.list-ac-card-item-bottom {
		float: left;
		width: 65%;
		z-index:5
	}
	.single-list-ac-card-content-wrap {
		background: hsl(0,0%,100%);
		padding: 1.5rem 1.75rem;
		box-shadow: 0px 1px 8px 2px hsla(0, 0%, 40%, 0.25);
		position: relative;
		min-height: 320px;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.single-list-ac-card-content {
		padding-bottom: 1rem;
		color: hsl(0, 0%, 24%);
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		flex: 1;
	}
	.single-list-ac-card-content-wrap:before {
		content: "";
		position: absolute;
		width: 80px;
		height: 40px;
		left: -15px;
		top: -15px;
		background-color: hsl(0,2.7%,7.3%);
		z-index: -1;
	}
	@supports (display: grid) {
		.list-ac-card-item-top img {
			width: 100%;
			display: block;
		}
		.single-list-ac-card-item {
			display: grid;
			position: relative;
			grid-template-columns: repeat(12, 1fr);
			align-items: center;
		}
		.list-ac-card-item-bottom {
			grid-column: 7 / -1;
			grid-row: 1;
			width: 100%;
		}
		.list-ac-card-item-top {
			grid-row: 1;
			grid-column: 1 / span 7;
			width: 100%;
		}
	}


	ul.single-list-cat {
		display: inline-block;
		color: hsl(0, 0%, 24%);
		list-style-type: none;
		margin: 0;
		font-size: 0.85rem;
		font-family: 'Roboto Mono', monospace;
	}

	ul.single-list-cat li {
		display: inline-block;
		color: hsl(0, 0%, 24%);
		list-style-type: none;
		margin: 0;
		font-size: 0.85rem;
	}
	ul.single-list-cat li:before {
		content:"";
		height:10px;
		width:1px;
		background:hsl(0, 0%, 24%);
		display:inline-block;
		margin:0 0.5rem;
		position:relative;
		top:0.035rem;
	}
	ul.single-list-cat li:first-child:before {
		display:none;
	}
	.list-ac-card-section {
		background-color: hsl(60, 10%, 92%);
	}

	/* -----------------  ODD ----------------- */
	.list-ac-card-section:nth-of-type(2n) {
		background: hsl(0,0%,24%);
	}

	.list-ac-card-section:nth-of-type(2n) .list-ac-card-item-top {
		float: left;
		width: 66%;
		margin-right: -100%;
		position: relative;
		z-index: 1;
	}
	.list-ac-card-section:nth-of-type(2n) .list-ac-card-item-bottom {
		float: right;
		width: 65%;
		z-index:5
	}
	.list-ac-card-section:nth-of-type(2n) .single-list-ac-card-content-wrap:before {
		content: "";
		position: absolute;
		width: 80px;
		height: 40px;
		left: auto;
		right: -15px;
		top: -15px;
		background-color: hsl(0,2.7%,7.3%);
		z-index: -1;
	}	
	@supports (display: grid) {
		.single-list-ac-card-item {
			display: grid;
			position: relative;
			grid-template-columns: repeat(12, 1fr);
			align-items: center;
		}
		.list-ac-card-section:nth-of-type(2n) .list-ac-card-item-bottom {
			grid-column: 1 / 7;
			grid-row: 1;
			width: 100%;
		}
		.list-ac-card-section:nth-of-type(2n) .list-ac-card-item-top {
			grid-row: 1;
			grid-column: 6 / span 7;
			width: 100%;
		}
	}
	/* -----------------  ODD ----------------- */





/*
-------------------------------------------------------------------------------- 
ARTICLE BODY
-------------------------------------------------------------------------------- 
*/

.article-body-a img {
	
}
.article-content .article-body ul, .article-content .article-body ol {
    margin-left: 2.5rem;
}

ul.article-authors {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color:hsl(0, 0%, 70%);
    font-size:.95rem;
}
ul.article-authors li:first-child {
	font-weight:700;
	font-family: 'Roboto Mono', monospace;
}

.article-top-meta {
	padding-bottom: 2rem;
	display:none;
}
.article-top-meta span {
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding-top: 8px;
    font-weight: 700;
	font-size:.8rem;
	color:hsl(0, 0%, 70%);
	font-family: 'Roboto Mono', monospace;
}

ul.article-categories {
    list-style-type: none;
    text-align: center;
    font-size: .65rem;
    display: block;
    color:hsl(0, 0%, 70%);
    margin:0;
    padding:0;
}
ul.article-categories li {
    text-align: center;
    font-size: .65rem;
    display: inline-block;
    padding:0.5rem;
}
ul.article-categories li:first-child {
    font-weight:700;
}
.content-article-section {
    padding: 4rem 0;
}
.content-article-section.article-alt-wrap {
	background-color: hsl(60, 10%, 92%);
}

/*
-------------------------------------------------------------------------------- 
AGGREGATE LIST
-------------------------------------------------------------------------------- 
*/
.aggregate-sub-section {
    padding: 1rem 0 8rem;
}
.aggregate-content-section {
    padding: 1rem 0 0;
}
.aggregate-list-sub .hero-caption .feature-title, .aggregate-list-cmd-sub .hero-caption .feature-title{
    margin: 0;
}
.aggregate-list-sub .hero-caption .hero-content, .aggregate-list-cmd-sub .hero-caption .hero-content {
	margin: 0 10rem 0 0;
}
.list-card-agl-inner {
    margin: -40vh 0 0;
}

.aggregate-ss-card-item-wrap {
	display: grid;
	grid-column-gap: 10px;
    grid-row-gap: 40px;
	grid-template-columns: repeat(3, 1fr);
	background-color: transparent;
	color: hsl(0,0%,26.7%);
}
.aggregate-ss-card-item-wrap  .aggregate-ss-card-item {
	background-color: hsl(0, 0%, 100%);
    color: hsl(0, 0%, 24%);
    border-radius: 0;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: none;
}
.aggregate-ss-card-item-wrap  .list-card-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.non-linked-item a {
	cursor: default;
}
.global-cards-wrap {
	background: rgb(239,239,239);
	background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
}
.global-cards-wrap .feature-title {
	margin-left:-55px;
}
.section-spacer-bg {
	min-height: 180px;
	background-color:hsl(60, 10%, 92%);
	background-size:cover;
	background-position: top center;
	margin-bottom: -6rem;
}
.section-spacer-bg.spacer-two {
	min-height: 320px;
	margin-bottom: -15rem;
}

/*
-------------------------------------------------------------------------------- 
SEARCH
-------------------------------------------------------------------------------- 
*/
.search .nav {
    margin:0;
    padding:0; 
    list-style-type:none;
}
.search .nav li {
    border-bottom: 1px solid hsl(0,0%,91%);
    padding: 1rem 0;
}