@charset "UTF-8";

/* CSS Document */

/* ------------------ COLORS -------------------- */

.blue { color: #5185a4; }

/* ------------------------- MAIN TAPE OP STYLES ------------------------- */

html, body { 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: 'Droid Serif', serif;
	/* font-weight: 200; */
	color: #2b2b2b;
	font-size: 13px;
	line-height: 1.8em;
	
}
a {
	outline: none;
	text-decoration: none;
	color: #262626;
}
a:hover {
	color: #262626;
	text-decoration: none;
/* 	border-bottom: #aa3f49 4px solid; */
}
img {
	border: none;
	display: block;
}
td {
	padding-right: 8px;	
}

h1, h2, h3 {
	font-family: "BaseTwelveSerifB","Impact";
	font-weight: normal;
	color: #111;
}
h1 a, h2 a, h3 a, h4 a {
    border-bottom: none;
}
em {
	font-style: italic;
}
p {
	line-height: 1.8em;
	font-size: 17px;
	margin: 10px 0px 10px 0px;
	letter-spacing: 0.02em;
}
li strong, li b {
	font-family: "BaseTwelveSerifB", "Impact";
	font-size: 15px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #111;
}
p strong em, li strong em {
	font-family: "BaseTwelveSerifBI", "Impact";
	font-style: normal;
	font-size: 15px;
	color: #111;
}

ul {
	
}
li {
    list-style-type: none;
}

blockquote {
    overflow: hidden;  
    padding-top: 0px;
    padding-bottom: 0px; 
    margin-top: 20px;
    margin-bottom: 20px;
}
blockquote p {
    margin: 10px 0px 10px 0px !important;    
}

.image img {
    width: 100%;
}

/* ------------------ LAYOUT STYLES -------------------- */

.site-wrapper { /* NOT IN USE */
    margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.site-wrapper { /* NOT IN USE */
    margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

header {
/*     background-color: #EEE; */
    padding: 0px 0px 0px 0px;
    width: 100%;
    z-index: 3;
    background-color: white;
    border-bottom: #A0A0A0 1px solid;
    position: fixed;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.40);
}

#primarySearch {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #FFFFFF; 
    display: none;
    opacity: 0;
}

main {
    padding-top: 125px;
/*     max-width: 1100px; */
    display: block;
    margin: 0 0;
    width: 100%;
    position: relative;
}

footer {
    position: relative;
    z-index: 2;
    margin: 30px 0px 0px 0px;
    padding-bottom: 25px;
    border-top: #E0E0E0 1px solid;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 1px -1px 5px 0px rgba(0, 0, 0, 0.20);
}

/* Basic Bootstrap style mods */

.container-fluid {
    max-width: 1100px;   
/*
    padding-left: 30px;
    padding-right: 30px;
*/
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* ------------------ HEADER STYLES -------------------- */

#coverArt {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0px;
    left: -1px;
}

.logo-bar {
    position: relative;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.50);
    overflow: hidden;
    min-height: 70px;
}

#logoBarLeft {
    background-color: #101010;
    position: absolute;
    width: 61%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
#logoBarRight {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 39%;
    height: 100%;
    background-color: #111111;
}
/*
#logoBarCenter { NOT IN USE
    position: absolute;
    left: 20%;
    height: 100%;
    width: 60%;
} 
*/  


/* ------------------ LOGO STYLES -------------------- */

#logo {
    
    margin: 0px 0px 0px 5%;
    position: relative;
    z-index: 3;
    display: block;
    float: left;

    width: 190px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#logo img {
    width: 100%;
}

/* ------------------ NAV STYLES -------------------- */

nav {
    position: relative;
    z-index: 1;
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 10px;   
    letter-spacing: 0.13em;
/*     font-weight: bold; */
    background-color: #FFFFFF;
/*
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.40);
*/
}

nav.primary-nav ul {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    display: block;
    margin: 0px auto 0px auto;
    width: 85%;
    border-right: #E9E9E9 1px solid;

}

nav.primary-nav li {
    float: left;
    padding: 4px 0 2px 0;
    text-align: center;
/*     width: 14.28%; */
    width: 12.5%;
    border-left: #E9E9E9 1px solid;
    border-top: #E0E0E0 1px solid;
}
nav.primary-nav li a {
    color: #282828;
}


nav.primary-nav li.green {
    background-color: #4c9859;
    border-top: #505050 1px solid;
    border: #41964f 1px solid;
    border-bottom: #3e8249 1px solid;
}
nav.primary-nav li.green a {
    color: #FFFFFF;
}

nav.primary-nav li.promote {
    background-color: #e0e0e0;
    border-top: #505050 1px solid;
    border: #c7c7c7 1px solid;
}
nav.primary-nav li.promote a {
/*     color: #FFFFFF; */
}

nav.primary-nav li.selected {
    background-color: #565656;
    border-top: #505050 1px solid;
    border: #363636 1px solid;
}
nav.primary-nav li.selected a {
    color: #FFFFFF;
}


.tiny-mobile-show {
    display: none !important;
}

nav.mobile-nav {
    width: 33%;
    height: 100%;
    position: fixed;
    left: -33%;
    top: 0;
    background-color: #fafafa;
    border-right: #d9d9d9 solid 1px;
    padding-top: 90px;
    padding-bottom: 50px;
    z-index: 2;  
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
     -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
     box-shadow: inset -1px 1px 2px 0px rgba(0, 0, 0, 0.15);  
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    
}

nav.mobile-nav .divider {
    height: 6px;
    width: 30%;
    margin: 20px 0px 20px 40px;
}

nav.mobile-nav ul {
    padding-left: 0px;
}
nav.mobile-nav ul li {
    font-family: 'BaseTwelveSerifSCB';
    font-size: 22px;
    text-transform: none;
    letter-spacing: 0.07em;
    padding: 8px 0px 8px 40px; 
}
nav.mobile-nav ul li a {
    color: #101010;
}

.logo-bar #navToggle {
    position: relative;
    font-size: 32px;
    margin-top: 17px;
    margin-left: 15px;
/*     margin: 0px; */
    color: #606060 !important;
    display: none;
    padding: 0px !important;

}
.logo-bar #loginToggle,
.logo-bar #subscriptionToggle {
    position: relative;
    float: right;
    margin: 27px 20px 0px 0px;
    font-size: 12px;
}
.logo-bar #primarySearchToggle {
    position: relative;
    float: right;
    font-size: 30px;
    margin: 20px 25px 0px 10px;
    padding: 0px !important;
}
.logo-bar #navToggle {
    color: #D0D0D0;
}
.logo-bar .ui {
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10) !important;
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10) !important;    
}

.header-bar {
    height: 5px;
    background-color: #cc3342;
/*     background-color: #beadcb; */
}


button {
    background: transparent;
    border: none;
    color: #FFFFFF; 
}

/* ------------------ FOOTER STYLES -------------------- */

footer {
    background-color: #383838;
    border-top: #101010 solid 1px;
    padding-top: 15px;
}
footer p,
footer h2,
footer h2 a,
footer h3 a,
footer h3,
footer .meta {
    color: #FFFFFF;    
}
}

footer nav {
    border: none;
}

nav.footer-nav {
    background: transparent;
    border: none;   
}

nav.footer-nav ul {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    display: block;
    margin: 20px auto 0px auto;
    text-align: center;
/*     width: 70%; */
}

nav.footer-nav li {
    display: inline-block;
    padding: 0px 15px 0px 15px;
    text-align: center;
/*     width: 12.5%; */
    border-right: #505050 solid 1px;
    font-size: 11px;
}
nav.footer-nav li:last-of-type {
    border-right: none;   
}
nav.footer-nav li,
nav.footer-nav li a {
    color: #e0e0e0;
    transition: 0.2;
}

nav.footer-nav li.selected a,
nav.footer-nav li a:hover
 {
    color: #FFFFFF;
}

/* Social Footer */

.social {
    text-align: center;
    font-size: 48px;
}
.social-item {
    display: inline-block;   
    margin: 10px 10px 10px 10px;
    color: #e0e0e0;
    transition: 0.2s;
}
.social-item:hover {
    color: #FFFFFF;   
}

/* ------------------ SEARCH STYLES -------------------- */

#primarySearchInput {
    position: relative;
    top: 250px;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 60px;
/*     background-color: #e0e0e0; */
    font-weight: bold;
    text-transform: none;
}
#primarySearchInput:focus {
    border: none !important;   
}

#primarySearchInput:-ms-input-placeholder {
    padding-top: 25px;
    color: #c9c9c9;
}
#primarySearchInput::-moz-placeholder {
    padding-top: 25px;
    color: #c9c9c9;
}
#primarySearchInput:-moz-placeholder {
    padding-top: 25px;
    color: #c9c9c9;
}
#primarySearchInput::-webkit-input-placeholder {
    padding-top: 25px;
    color: #c9c9c9;
}

/* ------------------ CONTENT STYLES -------------------- */

.feature h2, .feature h3, .feature h4 {
    text-align: left;
    margin: 0px 0px 5px 0px;
}

.feature h2 {
    text-transform: capitalize;
    font-family: 'BaseTwelveSansB';
    font-size: 45px;
    margin: 0px 0px 15px 0px;
}

.feature h3, .feature h4 {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 10px;   
    letter-spacing: 0.15em;
}
.feature h4 a, .feature .category {
    color: #aa3f49;
    font-size: 11px;
}
h4 a.blue { color: #5185a4 !important; }

h3.content-header.red { color: #aa3f49; }
h3.content-header.purple { color: #957d9a; }
h3.content-header.blue { color: #5185a4; }
h3.content-header.green { color: #59a065; }
h3.content-header.orange { color: #d78741; }

.feature-block {
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
/*     border-bottom: #E0E0E0 1px solid; */
}

.feature .image  {
/*
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
*/
}
.feature .image img {
    width: 100%;
}
.feature .meta {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 11px;   
    letter-spacing: 0.15em;
}

/* Primary Feature */

.primary-feature {
     border-bottom: #E0E0E0 1px solid;
}
.primary-feature.no-border {
    border-bottom: none;   
}

.primary-feature .feature .image {
    float: left;
    width: 60%;
    margin: 0px 0px 20px 0px;
}

.primary-feature .article-content {
    margin-left: 62.5%;
}

.primary-feature .article-content.no-image {
    margin-left: 10%;
    margin-right: 10%;   
}
.primary-feature .article-content.no-image h2,
.primary-feature .article-content.no-image h3,
.primary-feature .article-content.no-image h4,
.primary-feature .article-content.no-image .meta,
.primary-feature .article-content.no-image p
 {
    text-align: center;   
}


/* Primary Feature as header */

.primary-feature.header-block .article-content h2 {
    font-size: 50px;
}
.primary-feature.header-block .article-content p {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

/* Issue blocks */

.issue-block .image, .image.book, .image.issue img {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.50);
    border: #d0d0d0d solid 1px;
}

.image.book {
    margin-top: 5px;   
}

.issue-block .thumb .image {
     -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.60);
}

.thumb .meta {
    text-align: center;
    letter-spacing: 0.050em;
}

.row.grid {
    padding-top: 5px;
    padding-bottom: 5px;
}
    
.thumb .image {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* Issue Blocks */

.issue-block .image {
    margin: 20px 0px 20px 0px;
}

/* Issue Primary Feature */

.primary-feature .issue-block .image {
    width: 50%;
    margin: 20px 0px 20px 0px;
    
}
.primary-feature .issue-block .image-content {
    float: left;
    width: 50%;
}
.primary-feature .issue-block .image-content .image {
    float: none;
    width: auto;
}

.primary-feature .issue-block .article-content {
    margin-left: 53.5%;
    margin-right: 15px;
    padding-top: 30px;
}
.primary-feature .issue-block .article-content h2 {
    text-align: center;
    text-transform: none;
}
.primary-feature .issue-block .article-content h4 {
    text-align: center;
}
.primary-feature .issue-block .article-content p {
    font-size: 15px;
    text-align: justify;
}

/* Ancillary Features */

.ancillary-features {
    padding-top: 20px;
}
.ancillary-features-ad {
    min-width: 300px;
/*     min-height: 1000px; */
    padding: 0px 20px 0px 20px;
    border-left: #E0E0E0 1px solid;
}

.ancillary-features-content {
    border-bottom: none;
}

.secondary-features {
    border-bottom: #E0E0E0 1px solid;
}
.secondary-features .feature {
    border-right: #E0E0E0 1px solid;
}
.secondary-features .feature:last-of-type {
    border: none;
}

.secondary-features .feature .image {
    width: 85%;
    margin: 0 auto 10px auto;
    float: none;
}
.secondary-features .feature .article-content {
    margin-top: 20px;
}

.secondary-features .feature h2,
.secondary-features .feature h3,
.secondary-features .feature h4 {
    text-align: center;
}
.secondary-features .feature h2 {
    font-size: 28px;
    margin-bottom: 8px;
}

.secondary-features .feature p,
.tertiary-features .feature p,
.quad-features .feature p {
    font-size: 16px;
    line-height: 1.5em;
    text-align: center;
}

.tertiary-features .feature,
.quad-features .feature {
    border-right: #E0E0E0 1px solid;
}
.tertiary-features .feature:last-of-type,
.quad-features .feature:last-of-type {
    border: none;
}

.tertiary-features .feature .image,
.quad-features .feature .image {
    width: 85%;
    margin: 0 auto 10px auto;
    float: none;
}
.tertiary-features .feature .article-content,
.quad-features .feature .article-content {
    margin-top: 20px;
}

.tertiary-features .feature h2,
.tertiary-features .feature h3,
.tertiary-features .feature h4 {
    text-align: center;
}
.tertiary-features .feature h2 {
    font-size: 25px;
    margin-bottom: 8px;
}
.tertiary-features .feature h2 a,
.tertiary-features .feature h3 a,
.tertiary-features .feature h4 a {
    border-bottom: none;
}

/* ------------------ SECTION HEADERS -------------------- */


h2.section-header { /* blue */
    background-color: #f6f6f8;
    border-top: #D0D0D0 1px solid;
    border-bottom: #8aaabd 10px solid;
    color: #202020;
    font-family: 'BaseTwelveSerifBI';
    font-size: 55px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 2px 0 4px 6%;
    margin: 25px 0 0px 0;
    text-align: left;
    position: relative;
}

h2.section-header.orange {
    background-color: #f8f8f6;
    border-top: #D0D0D0 1px solid;
    border-bottom: #d89b65 10px solid;
    color: #202020;
}

h2.section-header.green {
    background-color: #f6f8f6;
    border-top: #D0D0D0 1px solid;
    border-bottom: #83b791 10px solid;
    color: #202020;
}

h2.section-header.purple {
    background-color: #f8f6f8;
    border-top: #D0D0D0 1px solid;
    border-bottom: #957d9a 10px solid;
    color: #202020;
}

/* ------------------ COLOR STYLES -------------------- */

.dark {
    background-color: #2b2b2b !important;
}
.dark p,
.dark h2,
.dark h2 a,
.dark h3 a,
.dark h3,
.dark .meta {
    color: #FFFFFF;    
}


.feature-block.sidebar {
    padding: 20px 30px 20px 30px !important;
}
.feature-block h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.feature-block h4 a {
    border: none;
}
.feature-block.sidebar h2,
.feature-block.sidebar h3,
.feature-block.sidebar h4 {
    text-align: center;
}

.feature-block.sidebar .thumb {
    padding-left: 10px;
    padding-right: 10px;
}
.feature-block.sidebar .thumb .meta {
    font-size: 9px;
    color: #606060;
    letter-spacing: 0.010em;
    line-height: 1.3em;
    margin-bottom: 4px;
}
.feature-block.sidebar .row.grid  {
    margin-top: 12px;
}

.feature-block.border-bottom {
    border-bottom: #e0e0e0 solid 1px;    
}



/* ------------------ LIST CONTENT STYLES -------------------- */


.list .item p {
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
}

.list .item {
    border-bottom: #E0E0E0 1px solid;
    overflow: hidden;
    padding: 15px 0px 10px 0px;
}
.list .item:last-of-type {
    border: none;
}

.list .item .meta {
    width: 15%;
    float: left;
    margin: 10px;
    text-align: right;
}
.list .item .date {
    color: #a0a0a0;
}
.list .item .date.right {
    margin: 0px;
    padding: 0px;
}

.list .item .image {
    width: 20%;
    margin: 0 auto 10px auto;
    float: left;
    margin: 10px;
}
.list .item .article-content {
    float: left;
    width: 50%;
    margin: 10px;
}


.list .item .article-content p {
    text-align: left;
}
.list .item h2 {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
    line-height: 1.3em;
    font-family: 'BaseTwelveSansB', 'Impact', sans-serif;
}

.item h3, .item h4, .item .meta {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 11px;   
    letter-spacing: 0.15em;
    margin: 8px 0px 5px 0px;
}
.item .meta {
    color: #555555;
}
.item .meta h4 {
    margin-top: 3px;
}
.item .meta h4 a {
    color: #aa3f49;
}

/* Items with issues */

.item.with-issue .image.issue {
    width: 19% !important;
}
.item.with-issue .image.issue .meta {
    letter-spacing: 0.09em;
    text-align: center;
    color: #a0a0a0;
}
.item.with-issue .image.issue .meta.below {
    margin-top: 3px;
}

/* Aside/sidebar list styles */

.article-sidebar .list-block {
    margin: 40px 20px 40px 20px;
    padding: 0;
    background-color: #957d9a;
}

.article-sidebar .section-header {
/*     background-color: #775e7c; */
    background: transparent;
    border: none;
    font-family: 'BaseTwelveSerifSCB', serif;
    text-transform: capitalize;
    text-align: center;
    font-size: 32px;
    letter-spacing: normal;
    line-height: 0.9em;
    color: #FFFFFF;
    padding: 15px 15px 20px 15px;
}
.article-sidebar .list-block .divider {
    margin: 0px auto 0px auto;
    width: 35%;
    height: 1px;
    background-color: #775e7c;
}
.article-sidebar .list {
    padding: 12px 0px 20px 0px;
}
.article-sidebar .list .item {
    border-bottom: none;
    overflow: hidden;
    padding: 10px 20px 10px 30px;
}
.article-sidebar .list.condensed .item {
    padding: 7px 20px 7px 50px;
}
.article-sidebar .list .item.selected {
    background-color: #775e7c;
}

.article-sidebar .list .item p {
    font-size: 14px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left;
    margin: 0px 0px 0px 2px;
}


.article-sidebar .list .item:last-of-type {
    border: none;
}

.article-sidebar .list .item h2 a,
.article-sidebar .list .item p,
.article-sidebar .list .item h2 .count {
    color: #FFFFFF;
}
.article-sidebar .list .item h2 .count {
    color: #c6b5c9;
}
.article-sidebar .list .item .image {
    display: none;
}
.article-sidebar .list .item .article-content {
    float: none;
    width: auto;
    margin: 0px;
}
.article-sidebar .list .item .article-content p.excerpt {
    text-align: left;
    font-size: 14px;
}
.article-sidebar .list .item h2 {
    font-size: 22px;
    margin: 0px 0px 5px 0px;
    line-height: 1.3em;
    font-family: 'BaseTwelveSansB', 'Impact', sans-serif;
    text-align: left;
}
.article-sidebar .list.condensed .item h2 {
    font-family: 'Droid Serif', 'Georgia', serif;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
}

.article-sidebar .list .item h3, 
.article-sidebar .list .item h4, 
.article-sidebar .list .item .meta {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 11px;   
    letter-spacing: 0.15em;
    margin: 8px 0px 5px 0px;
}

.article-sidebar .list .item .meta {
    display: none;
}
.article-sidebar .list .item .meta h4 {
    margin-top: 3px;
}
.article-sidebar .list .item .meta h4 a {
    color: #aa3f49;
}

.article-sidebar .list-block.plain {
    background: transparent; 
}

.article-sidebar .list-block.plain .section-header {
    margin-top: 0px;
    padding-top: 0px;
}
.article-sidebar .list-block.plain .divider {
    background-color: #E0E0E0;
}
.article-sidebar .list-block.plain .count {
    color: #c0c0c0 !important;   
}

.article-sidebar .list-block.plain .section-header,
.article-sidebar .list-block.plain .list .item h2,
.article-sidebar .list-block.plain .list .item h2 a,
.article-sidebar .list-block.plain .list .item h3,
.article-sidebar .list-block.plain .list .item h3 a,
.article-sidebar .list-block.plain .list .item h4,
.article-sidebar .list-block.plain .list .item h4 a,
.article-sidebar .list-block.plain .list .item p,
.article-sidebar .list-block.plain .list .item .meta  {
    color: #101010;
}

/* ------------------ UI STYLES -------------------- */

.ui, ui:active {
    outline: none;   
}

.ui-text, .ui-text:hover {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 11px;   
    letter-spacing: 0.15em;
    margin: 8px 0px 5px 0px;
    color: white;
}
.ui-text.black, ui-text.black:hover, 
.ui.black, .ui.black:hover,
.ui-text.white, ui-text.white:hover, 
.ui.white, .ui.white:hover {
/*     color: #000000 !important;   */
    -webkit-text-shadow: 0px 0px 1px rgba(0, 0, 0, 1) !important; 
    -moz-text-shadow: 0px 0px 1px rgba(0, 0, 0, 1) !important; 
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1) !important; 
}

/* ------------------ LIST STYLES -------------------- */

/*
.list-header {
    padding: 0px 0px 38px 0px;
    border-bottom: #E9E9E9 1px solid;
    margin: 8px 0px 5px 0px;
}
*/

.list-header {
    padding: 54px 0px 8px 0px;
    border-bottom: #E9E9E9 1px solid;
    margin: -68px 0px 10px 0px;
    background-color: #5185a4;
/*
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
        -moz-box-shadow: inset1px 1px 2px 0px rgba(0, 0, 0, 0.50);
        box-shadow: inset 1px -1px 1px 0px rgba(0, 0, 0, 0.10);
*/
}

/* colors */

.list-header.orange { background-color: #d78741; }
.list-header.brown  { background-color: #cbab6c; }
.list-header.green  { background-color: #59a065; }
.list-header.purple { background-color: #957d9a; }
.list-header.blue   { background-color: #5185a4; }
.list-header.red    { background-color: #aa3f49; }

.list-header.borderless {
    border-bottom: none;
    padding-bottom: 10px;
}
.list-header.pull-up {
    margin-bottom: 0px;   
}

.list-header h1,
.list-header h2,
.list-header h3,
.list-header h4 {
    text-align: center;
    color: white;
}

.list-header h1 a,
.list-header h2 a,
.list-header h3 a,
.list-header h4 a {
    border-bottom: none;
    color: white;
}

.list-header h1 {
    font-family: 'BaseTwelveSerifSCB', 'Impact', sans-serif;
    font-size: 40px;
    letter-spacing: 0.1em;
    margin: 8px 0px 8px 0px;
    text-transform: capitalize;
    
}
.list-header h3 {
    line-height: 1.3em;   
}
.list-header h3 .standout {
    font-size: 13px;   
    line-height: 1.6em;
}

.list-header h3,
.list-header h4,
.list-header .meta,
.header-block .nav-button {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 11px;   
    letter-spacing: 0.15em;
    margin: 8px 0px 5px 5px;
}
.list-header h3.tagline {
    margin-top: -5px;
}
.list-header .nav-button {
    background: transparent !important;   
    position: absolute;
    font-size: 11px !important;
    opacity: 1;
}
.list-header .nav-button.left {
    float: none;
    left: 0px;
    top: 12px;
    text-align: left;
}
.list-header .nav-button.right {
    float: none;
    right: 0px;
    top: 10px;
    text-align: right;
}
.list-header .nav-button:hover {
    opacity: 1;
}



.list-detail h4 a,
.list-detail .meta a {
    color: #aa3f49;
}

/* list-body-content indicates list body is part of a larger container, i.e. not full-width, 
   so styling changes. */

.list-body-content .feature-block .image {
    float: none;
    width: 100%;
}
.list-body-content .feature-block .article-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
}
.list-body-content .feature-block .article-content h2,
.list-body-content .feature-block .article-content h3,
.list-body-content .feature-block .article-content h4,
.list-body-content .feature-block .article-content .excerpt {
    text-align: center;
}

.list-body-content .articles .item .image {
    float: left;
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-body-content .articles .item .article-content {
    float: left;
    width: 50%;
}

.list-body-content .articles .item.condensed-image .image {
    float: left;
    width: 25%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.list-body-content .articles .item.condensed-image .article-content {
    float: left;
    width: 65%;
}

.list-body-content .articles .item .meta {
    float: none;
    width: auto;
    text-align: left;
    margin: -5px 0px 0px 0px;
}
.list-body-content .articles .item h2 {
    line-height: 1.1em;
}

.header-block {
    overflow: hidden;
}
.header-block .header-right {
    float: right;
    position: 
    max-width: 110px;
    margin: 0px 35px 5px 20px;
    height: inherit;
}

.issue-thumb-wrap {
    position: relative;
/*
	top: 50%;
	transform: translateY(-50%);
*/
}
.header-block .issue-thumb .toc {
    text-align: right;
    position: absolute;
    top: 36%;
    color: #FFFFFF;
    width: 55%;
    font-size: 12px;
    -webkit-text-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    -moz-text-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.50);
    text-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.90);
}
.list-header-block .issue-thumb .toc {
    width: 52%;
}

.issue-block.grid {
    overflow: hidden;   
}
.issue-block.bordered .issue-cover.thumb .meta {
    border-top: #e9e9e9 solid 1px;
    padding-top: 15px;
   
}
.issue-block.small-buttons.bordered .issue-cover.thumb .meta {
    margin-top: 20px;
   
}
.issue-block .issue-cover.thumb .issue-toc {
    padding-bottom: 15px;
    padding-left: 5px;
    margin-top: -25px;
    margin-bottom: -20px;
}


.header-right .issue-thumb {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30);
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.30);
    background-color: #101010;
    margin: 12px 0px 14px 0px;
}
.header-right .issue-thumb img {
    position: absolute;
    top: 0px;
    left: 58%;
    width: 80%;
    z-index: 0;
    opacity: 1;
}



/* ------------------ ARTICLE STYLES -------------------- */

.article-detail h1 {
    font-family: 'BaseTwelveSansB', 'Impact', sans-serif;
    font-size: 55px;
    margin: 8px 0px 8px 0px;
}

.article-detail h3,
.article-detail h4,
.article-detail .meta {
    font-family: 'eurostilebold', 'Impact', sans-serif;
    text-transform: uppercase;
    font-size: 11px;   
    letter-spacing: 0.15em;
    margin: 8px 0px 5px 0px;
}
.article-detail h4 a,
.article-detail .meta a {
    color: #aa3f49;
}

.article-header {
    padding: 0px 0px 18px 0px;
    border-bottom: #E9E9E9 1px solid;
    margin: 8px auto 5px auto;
}

.article-body-content {
    margin: 10px 0px 10px 0px;
}

/* Article Content Styles */

.article-body-content {
    font-size: 17px; 
    line-height: 1.8em;
}

.article-body-content p {
    margin-top: 18px;
    margin-bottom: 18px;
}

.article-body-content ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.article-body-content li {
    list-style-type: disc;
    font-size: 17px;
    margin: 18px 0px 18px 12px;
    line-height: 1.4em;
}
.article-body-content li strong,
.article-body-content li b {
    font-size: 20px;
   
}

.article-body-content p strong, 
.article-body-content p b {
/*     display: inline-block; */
    font-family: 'BaseTwelveSerifB';
    font-size: 21px;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    color: #181818;
}

.article-body-content p strong em, 
.article-body-content p b em {
    font-family: 'BaseTwelveSerifBI';
    font-size: 20px;
}

.article-content p a,
.article-body-content a {
    border-bottom: #fdb2ad solid 4px;
/*     border-bottom: #ef8179 solid 3px; */
    padding-bottom: 1px;
/*     box-shadow: inset 0 -5px 0 #ef8179; */

    -webkit-transition: border-bottom-color 0.3s linear;
    -moz-transition: border-bottom-color 0.3s linear;
    -o-transition: border-bottom-color 0.3s linear;
    -ms-transition: border-bottom-color 0.3s linear;
    transition: border-bottom-color 0.3s linear;
}
.article-content p a:hover,
.article-body-content a:hover {
    border-bottom-color: #e56c64;     
}

.article-content p a.no-underline,
.article-body-content a.no-underline {
    border-bottom: none;     
    color: #aa3f49 !important;
}

.article-body-content img {
    max-width: 100%;
}

.article-body-content table td,
.article-body-content table th {
    font-size: 16px;
    padding: 5px 5px 5px 5px;
    line-height: 1.6em; 
}

.article-body-content .content-intro {
    background-color: #FFFFFF;
    border-bottom: #8aaabd 10px solid;
    font-family: 'Droid Serif';
    font-weight: bold;
    font-style: italic;    
    text-transform: normal;
    text-align: justify;
    margin-bottom: 30px;
}

.article-body-content .content-intro p {
    font-size: 18px;
    line-height: 1.8em;
}
.article-body-content .content-intro p strong,
.article-body-content .content-intro p b {
    display: inline;
    font-family: 'BaseTwelveSansSCB' !important;
    letter-spacing: -0.02em;
    font-size: 22px;
}
.article-body-content .content-intro p a,
 .article-body-content .content-intro p a:hover {
    border-bottom: #3a3a3a solid 2px;
}

.article-body-content .content-intro.zine {
    font-family: 'BaseTwelveSansI', sans-serif;
/*
    padding: 10px 30px 10px 30px;
    background-color: #d7eaee;
    color: #17343a;
*/
}
.article-body-content .content-intro.zine p {
    font-size: 20px;
    line-height: 1.8em;
}

.article-body-content .content-speaker {
    font-family: 'BaseTwelveSansB', sans-serif;
    text-transform: uppercase;
    font-size: 15px !important;
    letter-spacing: 0.05em;
}

/*
.article-body-content h2,
.article-body-content h3 {
    text-transform: uppercase;
    font-family: 'BaseTwelveSansBI', 'Impact', sans-serif;
}
.article-body-content h2 {
    font-size: 40px;
    letter-spacing: 0.02em;
    border-bottom: #83b791 solid 7px;
    margin-top: 30px;
    padding-bottom: 5px;
    padding-left: 3px;
    color: #FFFFFF;
    background-color: #101010;
    text-align: center;
}
*/


.article-body-content .content-quote
 {
    background-color: #FFFFFF;
    border-top: #d89b65 10px solid;
    border-bottom: #d89b65 10px solid;
/*     font-family: 'BaseTwelveSansBI'; */
    font-family: 'Droid Serif';
    font-weight: bold;
    font-style: italic;    
    text-transform: normal;
    text-align: justify;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.6em;
    padding: 15px 0px 15px 0px;
    border-left: none;
}
.article-body-content .content-quote p {
    font-size: 24px;   
    line-height: 1.6em;
    margin: 0px;
}
.article-body-content .content-quote p a {
   border-bottom: #303030 solid 2px;
}
.content-quote.image-above {
    padding-top: 5px;
    border-top: none;
}

.article-body-content .content-number {
    font-size: 45px;
    font-family: 'BaseTwelveSansB';
    float: left;
    margin-top: 20px;
    padding: 15px 20px 15px 20px;    
    border-left: #d9d9d9 solid 10px;
}
.article-body-content .content-signature {
    font-size: 13px;
    font-family: 'eurostileblack';
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: right;
    display: block;
    margin: -5px 30px 20px 0px;
}
.article-body-content h3.content-header {
    text-align: center;   
}

.content-meta {
    margin: 25px 0% 15px 0%;
    padding: 18px 0px 15px 10px;
/*     background-color: #e0827b; */
    border-top: #8aaabd 6px solid;
    color: #202020;
    font-family: 'Droid Serif';
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    line-height: 2.0em;   
    text-align: left; 
}
.content-meta a {
    color: #202020;
    border-bottom: #bcd9eb solid 4px;
}
.content-meta a:hover {
    border-bottom: #8aaabd solid 4px;
}
.content-meta p strong {
    font-family: 'BaseTwelveSansB';
    color: #202020;
    font-size: 23px;
    letter-spacing: 0.01em;
}
.content-meta.centered {
    margin: 25px 10% 15px 10%;   
}

.related-content {
    padding-left: 15px;
    padding-right: 15px;
}
.related-content .feature-block {
    border-bottom: #E9E9E9 1px solid;
    margin: 5px 0px 5px 0px;
}
.related-content .feature p {
    font-size: 15px;
}

.content-sidebar {
    padding: 15px 25px 10px 25px;
    background-color: #101010;
    color: #FFFFFF;
    width: 50%;
    float: right;
    margin: 0px 0px 15px 15px;
}
.content-sidebar.full-width {
    width: auto !important;
    float: none;
    margin-left: 0px;
    padding: 15px 30px 10px 30px;
}
.content-sidebar h2,
.content-sidebar p,
.content-sidebar p strong,
.content-sidebar p b,
.content-sidebar li strong,
.content-sidebar li b {
    color: #FFFFFF;
}
.content-sidebar li {
    line-height: 1.5em;   
}
.content-sidebar h2 {
    text-align: center;
    margin-top: 0px;
}
.content-sidebar p {
    text-align: justify;
    font-size: 16px;
}
.content-sidebar p a,
.content-sidebar h2 a {
    color: #FFFFFF;
    border-bottom-color: #7ec3ed;
}
.content-sidebar p a:hover {
    border-bottom-color: #188acf;
}

.content-editor {
    font-family: 'eurostilebold';
    text-align: center;
    
}
.content-editor a {
    border: none;
}

/* ------------------ PRODUCT BLOCKS -------------------- */

.product-header {
    margin-bottom: 0px;
}
.product-body {
    padding-left: 0px;
    padding-right: 0px;
}
.product-block {
    margin: 0px;
    padding: 0px;
}

.product {
    padding: 30px 40px 20px 40px;
}

.product .article-content h2,
.product .article-content h3,
.product .article-content h4,
.product .article-content p,
.product .article-content .meta {
    text-align: center;
}

.product .category, 
.product .meta {
    color: #5185a4;
}

.product .article-content p { 
    text-align: justify;
}

.content-product-block {
    padding: 15px 20px 20px 20px;
    margin-top: 40px;
}
.content-product-block h2,
.content-product-block h3,
.content-product-block h4 {
    text-align: center;
}
.content-product-block h2 {
    font-family: 'BaseTwelveSansB'; 
    font-size: 42px; 
    margin-top: 10px;
    margin-bottom: 20px;
}
.content-product-block .issue-block .image.issue {
   width: 85%;
   margin-left: auto;
   margin-right: auto;
}

/* ------------------ FLATPAGE BLOCK STYLES -------------------- */

.flat-page .article-content h2,
.flat-page .article-content h3,
.flat-page .article-content h4,
.flat-page .article-content p,
.flat-page .article-content .meta {
    text-align: center;
}
.flat-page .article-content h2 {
    font-size: 50px;
}

.flat-page .article-content p,
.flat-page .article-content ul li {
    text-align: justify;
    font-size: 16px;
}
.flat-page .article-content p b {
    font-size: 18px;
}

.flat-page .content-sidebar {
    float: none;
    width: auto;
    margin-left: 0px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 
}
.flat-page .article-content .content-sidebar h2 {
    font-size: 32px;
}
.flat-page .article-content .content-sidebar p {
    font-size: 14px;
    color: #A0A0A0;
}
.flat-page .article-content .content-sidebar p strong,
.flat-page .article-content .content-sidebar p b {
    font-size: 16px;
    color: #d9d9d9;
}

.flat-page .article-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.flat-page .article-body {
    margin-top: 0px;
    padding-top: 0px;
}

.flat-page .article-header .feature-block,
.flat-page .article-header .list-block {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.flat-page .article-body .feature-block,
.flat-page .article-body .list-block {
    margin-top: 0px;
    padding-top: 0px;
}

.flat-page .article-body .feature-block {
    padding-left: 40px;
    padding-right: 40px;
}
.flat-page .article-body .article-sidebar {
    border-left: #E9E9E9 solid 1px;
    margin-top: 20px;
}

.flat-page.no-aside .article-header,
.flat-page.no-aside .article-body {
    padding-left: 8%;
    padding-right: 8%;
}

.editorial-block p, .editorial-block {
    font-family: 'eurostilebold';
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 1.3em;
}

h3.content-header {
    font-family: 'BaseTwelveSerifSCB';
    font-size: 32px;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 20px;
    margin-bottom: 30px;
}
h3.sub-header, h4.sub-header {
    margin-top: -15px;   
    margin-bottom: 20px;
}

.flat-page .thumb .meta {
    letter-spacing: 0.010em !important;
    font-size: 10px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.flat-page .article-body-content ul li {
    line-height: 1.8em !important;   
}

.flat-page .feature-block.grid {
    padding-left: 0px;
    padding-right: 0px;   
}

/* ------------------ SEARCH RESULT STYLES -------------------- */

.highlight {
    color: #68a7e7;
    font-weight: bold;
    font-size: 17px;
}

/* Search results Header */

.list-header.search-results {
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: -10px;
    padding-top: 0px;
    background: transparent !important;
}
.search-results-header {
       
}

.search-results-header .header-label,
.search-results-header input#id_searchterm,
.search-results-header .button {
    display: inline-block;   
    float: none !important; 
}

.search-results-header .header-label {
    width: 35%;   
}
.search-results-header input#id_searchterm {
    width: 40%;   
}
.search-results-header .button {
    width: 15%;   
}

.search-results-header .header-label,
.search-results-header input#id_searchterm {
    font-family: 'BaseTwelveSansSCB', 'Impact', sans-serif !important;
    font-size: 50px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    text-transform: capitalize;   
}

.search-results-header .header-label {
    text-align: right;  
    position: relative;
    top: 0px;  
}
.search-results-header input#id_searchterm {
    background: transparent;
}
.search-results-header input#id_searchterm {
/*     background-color: #fafafa !important; */
    border: none !important;
    color: #5185a4;
    padding-left: 15px;
}
.search-results-header .button {
    margin-top: 0px;   
    background-color: #5185a4;
    position: relative;
    top: -8px;
}

/* ------------------ DIVIDERS, ETC -------------------- */

.article-content .divider,
.article-body-content .divider,
.divider {
    width: 15%;
    margin: 30px auto 30px auto;
    height: 1px;
    background-color: #E0E0E0;
}
.article-body-content .divider {
    width: 30%;
    margin: 40px auto 30px auto;
    height: 1px;
    background-color: #E0E0E0;
}

.divider.content-header {
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider.spacer {
    background: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}
.divider.tiny {
    width: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* FLARE SHARE BAR */

.flare {
    display: none !important;   
}
.shareable .flare {
    display: block !important;   
}

/* ------------------ FIXES/HIDES ETC FOR OLD SITE CONTENT -------------------- */

.contentlisten {
    display: none;
}
.content-intro {
    overflow: hidden;
}
.contentsection {
    display: none;
}

ol.mini-list li {
font-size: .7em !important;
}

ul.mini-list li {
font-size: .7em !important;
}

a.capurl {
	color: #fff !important;
	text-decoration: none !important
	border: 0px !important
}

.captxt a {
	color: #fff !important;
	text-decoration: none !important;
	border: 0px !important
}

div.wht-knight {
 background-color: #fff !important;
 width: 100% !important
}

#sticky.stick {
    margin-top: 115px !important;
    margin-left: 13px !important;
    position: fixed;
    top: 0;
    z-index: 10000;
}

@media (max-width: 992px) {

#sticky.stick {
    position: absolute !important;
    display: none !important
}


}

img.tape {
width: 15px !important;
height: 18px !important;
display: inline-block !important;
}