
 @font-face { font-family: 'Twwicons'; src: url('/fonts/twwicons.eot') format('embedded-opentype'), url('/fonts/twwicons.woff') format('woff'), url('/fonts/twwicons.ttf') format('truetype'), url('/fonts/twwicons.svg') format('svg'); font-weight: 400; font-style: normal; } 
 @font-face { font-family: 'Twwicons3'; src: url('/fonts/twwicons3.ttf') format('truetype'); font-weight: 400; font-style: normal; } 
 @font-face { font-family: 'Twwicons4'; src: url('/fonts/twwicons4.ttf') }
 @font-face { font-family: 'Tww'; src: url('/fonts/tww.eot') format('embedded-opentype'), url('/fonts/tww.woff') format('woff'), url('/fonts/tww.ttf') format('truetype'); font-weight: 400; font-style: normal; }

body{
	margin:0;
    min-height: 100%;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

[v-cloak] {display: none}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
	border: 5px solid #f4f4f4;
	border-radius: 50%;
	border-top: 5px solid #000;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.loaderContainer {
    width: 100%;
    display: block;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 250px
}

@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

/* NAVIGATION */

.d-navigation-container {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgb(247, 193, 15);
    height: 80px;
    z-index: 999;
}

.d-navigation-container.d-static {
    top: 0px;
    width: 100%;
    background-color: rgb(247, 193, 15);
    height: 80px;
    position: static;
}

.d-navigation-row {
    position: relative;
    height: 80px;
}

.d-navigation-column-container.logo-container {
    padding-top: 13px;
}

.navigation-logo {
    display: block;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}


.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
}


.w-col-3{
	width: 25%;
}

.w-col-6{
	width: 50%;
}

.w-col-4{
	width: 33.33333%;
}

.navigation-icon-symbol.hamburger {
    display: none;
    font-size: 25px;
}

.navigation-icon-symbol.hamburger {
    display: none;
    font-size: 25px;
}

.navigation-icon-symbol {
    display: inline;
    margin-left: 15px;
    float: right;
    font-family: Twwicons4, sans-serif;
    font-size: 22px;
    cursor: pointer;
}

.d-menu-icon {
    font-size: 25px;
}

.n-link-caption {
    padding-left: 1.5%!important;
}

.w-dropdown-link {
    padding: 10px 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
    color: #222222;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle.w-clearfix.d-menu-dd-toggle {
    padding: 0;
}

.d-menu-icon {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 15px;
    float: left;
    font-family: Twwicons, sans-serif;
    font-size: 25px;
    line-height: 20px;
}

.pointer{
	cursor: pointer;
}

.d-navigation-column-container.right-column {
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-right: 25px;
    float: right;
    text-align: center;
}

.d-notification-drop-down {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.navigation-date-text {
    position: relative;
    top: 0px;
    display: inline;
    font-family: 'Open Sans', sans-serif;
}

.d-drop-down.w--open {
    position: absolute;
    top: 80px;
    right: 0px;
    z-index: 1000;
    display: inline-block;
    overflow: auto;
    width: 385px;
    height: calc(100vh - 80px);
    background-color: #000;
}

.d-nav-drop-down-text {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    float: none;
    clear: none;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 400;
}

.d-notification-sign-in-box {
    padding: 20px 20px 10px;
}

.d-log-in-btn {
    width: 345px;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(221, 75, 57);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.d-nav-drop-down-text.home {
	display: block;
    font-size: 24px;
    font-weight: 600;
}

.d-nav-drop-down-text.all-issues {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    color: rgb(156, 156, 156);
    font-size: 12px;
    border-width: 1px;
    border-style: none;
    border-color: rgb(255, 255, 255);
    display: block;
}

.d-nav-drop-down-text.home.info {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    font-size: 18px;
    display: block;
}

.d-nav-drop-down-text.subscribe {
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    background-color: #dd4b39;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
}

.d-nav-drop-down-text:hover {
    background-color: #f7c10f;
}

.w-dropdown-link:hover {
    color: #222222;
    text-decoration: none;
}

.d-nav-drop-down-text.subscribe:hover {
    background-color: #ff1e00;
}

/* MINI SUBMENU */

.d-mini-sub-menu-wrapper {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
    text-align: center;
}

.d-mini-sub-menu-links {
    display: inline-block;
    margin-right: 5px;
    padding: 20px;
    border-bottom: 1px solid #000;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 1em;
    font-weight: 300;
    text-align: left;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: none;
}

.d-mini-sub-menu-links.selected {
    border-bottom: 1px solid #f7c10f;
    background-color: transparent;
    color: #fff;
}

.d-mini-sub-menu-links.s-features {
    text-align: center;
}

/* FOOTER */

.d-footer-bar {
    height: 40px;
    background-color: #f7b90f;
}

.d-footer-mag-issues-text {
    padding-top: 70px;
    padding-bottom: 35px;
    font-family: Merriweather, serif;
    color: #f4f4f4;
    font-size: 2.6em;
    font-weight: 300;
    text-align: center;
    margin: 0;
}

.d-footer-container {
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
    background-color: #333;
}

.d-article-preview.footer {
    padding-bottom: 0px;
    background-color: transparent;
}

.d-article-preview {
    position: relative;
    display: block;
    overflow: visible;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
}

.d-footer-mag-issues-sub-text {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-family: Merriweather, serif;
    color: #9c9c9c;
    font-weight: 300;
    text-align: center;
}

.n-footer-see-all-nw {
    display: block;
    width: 350px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5em;
}

.d-footer-see-all-issues {
    display: block;
    width: 350px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5em;
}

.d-big-article-preview-box.mag-preview {
    padding: 20px 10px;
    border-style: none;
    border-width: 1px;
    border-color: #333 #f7b90f #333 #f7c10f;
    background-color: transparent;
    box-shadow: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border: 0;
}

.d-previou-mag-text.footer {
    padding-top: 10px;
    padding-left: 15px;
    text-align: left;
}

.d-previou-mag-date {
    margin-left: 0px;
    border-bottom: 1px none #242424;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 0.8em;
}

.d-preview-mag-header {
    margin-top: 5px;
    margin-bottom: 7px;
    margin-left: 0px;
    border-top: 1px none #000;
    font-family: 'Open Sans', sans-serif;
    color: #f4f4f4;
    font-size: 1.5em;
    line-height: 27px;
    font-weight: 600;
}

.d-previou-mag-description {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #bebebe;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}	

.d-footer-latest-issues-row {
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
    color: #474747;
}

.d-footer-latest-issues-container {
    display: block;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0px;
    background-color: transparent;
    color: #474747;
}

.d-footer-see-all-issues {
    display: block;
    width: 350px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5em;
}

.d-general-container.footer-about-video {
    padding-top: 40px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #242424 #000;
    background-color: #333;
    color: #f7c10f;
    overflow: hidden;
}

.d-footer-quote {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.d-footer-video-quote-icon {
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease;
    font-family: Twwicons, sans-serif;
    color: #fd951e;
    font-size: 60px;
    text-align: center;
}

.d-footer-video-text {
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: Merriweather, serif;
    color: #9c9c9c;
    font-size: 25px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

.d-footer-follow-bar.about-video {
    max-width: 800px;
    padding-bottom: 50px;
}

.d-footer-follow-bar {
    display: block;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: transparent;
}

.d-newsletter-column {
    padding-right: 0px;
    padding-left: 0px;
}

.w-col-8 {
    width: 66.66666667%;
}

.d-twitter-column {
    height: 60px;
    padding-right: 0px;
    padding-left: 20px;
}

.w-col-2 {
    width: 16.66666667%;
}

.newsletter-container .d-twitter-btn, .newsletter-container .d-facebook-btn {
    height: 64px;
}

.d-facebook-column {
    padding-right: 0px;
    padding-left: 20px;
}

.d-facebook-btn {
    display: block;
    height: 62px;
    margin-right: auto;
    padding-top: 0px;
    border: 1px solid #3b5998;
    background-color: #3b5998;
    font-family: Twwicons, sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 1px;
    line-height: 60px;
}

.d-twitter-btn {
    display: block;
    height: 62px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    border: 1px solid #55acee;
    background-color: #55acee;
    font-family: Twwicons, sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    letter-spacing: 0px;
    line-height: 60px;
}

.d-see-more {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px none #333;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 1.2em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5em;
}

.d-see-more.footer {
    margin-top: 50px;
    margin-bottom: 0px;
    background-color: transparent;
}

.d-about-bar-container {
    border-top: 1px solid #333;
    border-bottom: 1px none #000;
    background-color: #f4f4f4;
}

.d-copyright-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
}

.d-copyright-text {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px none #fd951e;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.d-info-bar {
    display: block;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.d-about-us-btn {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    text-align: center;
    text-decoration: none;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.d-about-us-icon, .d-contact-icon, .d-terms-icon {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    font-family: Twwicons, sans-serif;
    font-size: 25px;
    text-align: center;
}

.d-about-us-btn-text {
    display: inline-block;
    font-size: 25px;
    text-align: center;
}


.d-copyright-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
}

.d-copyright-text {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px none #fd951e;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.w-row:before, .w-row:before {
    content: " ";
    display: table;
    clear: both;
}

.w-row:before, .w-row:after {
    content: " ";
    display: table;
    clear: both;
}

.w-col {
    padding-right: 0px;
    padding-left: 0px;
}

.w-col-9 {
    width: 75%;
}

.d-newsletter-entry-field {
    display: block;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border: 2px none #000;
    background-color: #fff;
    font-size: 16px;
}

.w-form {
    margin: 0 0 15px;
}

.d-newsletter-entry-form {
    margin-bottom: 20px;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    font-size: 16px;
}

.d-newsletter-signup-box {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 2px solid #000;
}

.d-newsletter-entry-field {
    display: block;
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    border: 2px none black;
    background-color: white;
    font-size: 16px;
}

.w-section.d-general-container.pagination a, .w-section.d-general-container a {
    text-decoration: none;
}

.d-newsletter-submit-btn {
	display: block;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	background-color: #000;
	font-family: Twwicons, sans-serif;
	color: #9c9c9c;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 7px;
	text-decoration: none;
	list-style-type: none;
}

.d-twitter-column, .d-facebook-column {
    padding-right: 0px;
    padding-left: 20px;
}

input:focus, input:active{
	outline: none;
}

.w-col .w-col {
    padding-right: 0;
    padding-left: 0;
}

.center{
	text-align: center!important;
}

.d-see-more:hover {
    color: #fff;
    cursor: pointer;
}

.d-see-more.footer:hover {
    background-color: #474747;
}

.d-footer-quote:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.d-footer-see-all-issues:hover {
    color: #fff;
}

.d-facebook-btn:hover, .d-twitter-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.d-newsletter-submit-btn:hover {
    background-color: #000;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    font-family: Twwicons, sans-serif;
    color: #f7b90f;
}

.d-about-us-btn:hover {
    border-bottom: 2px none #f7c10f;
    background-color: transparent;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #333;
}

/* CONTENT */

.content{
	min-height: 600px;
	background-color: #fff;
}

.d-prev-description.small {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

.d-row-box.homepage .d-smal-column{
    background: none;
}

.d-row-box.homepage .d-image-background{
    border-radius: 0;
    border: 0;
    height: 175px;
    border-top-right-radius: 13px;
}

.d-navigation-column-container.left {
    z-index: 1;
    position: static;
    display: inline-block;
    width: 60px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 25px;
}

.d-menu-button.on, .d-menu-button:hover {
    color: white;
    background-color: black;
}

.d-menu-button {
    /* margin-right: 20px; */
    margin-right: 3px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 300;
    padding: 10px;
}

.d-title-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.d-row-box.homepage .d-preview-headline{
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.d-row-box.homepage .d-description-container {
    padding-top: 0px;
    padding-bottom: 10px;
}

.d-previou-mag-text.footer {
    padding-top: 10px;
    padding-left: 15px;
    text-align: left;
}

._4.d-preview-headline.homepage{
    color: #fff;
}

/* MAGAZINE LISTING */

.d-landing-slider {
    display: block;
    height: auto;
    background-color: #000;
}

.w-slider {
    position: relative;
    height: auto;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.d-landing-slider-image {
    height: auto;
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.d-landing-slider-image {
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
}

#cover-background {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    position: relative !important;
}

.d-landing-slide-1 {
    display: block;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
    opacity: 1;
    background: black;
    background-size: cover, cover;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}


.mb-mag-landing-blackout {
    height: auto;
    padding-top: 10px;
    padding-right: 100px;
    padding-left: 100px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

.d-article-preview {
    position: relative;
    display: block;
    overflow: visible;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .85);
    color: #fff;
}

.d-preview-box-2 {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
}

.d-mag-tagline-box {
    padding-top: 10px;
/*    padding-bottom: 10px;*/
}

.d-issue-date-bar {
    margin-top: 7px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: transparent;
    text-align: center;
}

.d-issue-date-icon {
    display: inline-block;
    margin-right: 7px;
    font-family: Twwicons, sans-serif;
    color: #9c9c9c;
}

.d-issue-date {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 12px;
}

.d-issue-number {
    display: inline-block;
    margin-left: 7px;
    color: #9c9c9c;
}

.d-issue-number-connect {
    color: #9c9c9c;
    font-weight: 400;
}

.d-mag-landing-cover-wrapper {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
}

.d-cover._1 {
    width: 100%;
}


.d-cover._1 {
    display: block;
    height: auto;
    float: none;
    box-shadow: 0 0 6px 0 #000;
    text-align: center;
}

.d-cover {
    position: relative;
    z-index: 1;
    display: block;
    height: 410px;
    max-width: none;
    margin-top: 0px;
    box-shadow: 0 0 6px 0 #000;
}

.d-cover-box-2 {
    padding: 0px 0px 0px 40px;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-7 {
    width: 58.33333333%;
}

.d-big-article-preview-box._2 {
    padding-top: 25px;
    border-style: solid;
    background-color: transparent;
}

.d-big-article-preview-box {
    height: 100%;
}

.d-big-article-preview-box {
    position: relative;
    margin: 0px 0px 5px;
    padding: 10px 15px;
    border: 1px none #333;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 0 6px 0 #000;
    color: transparent;
    text-decoration: none;
}

.d-section-tag-wrapper.center {
    text-align: center;
}

.d-section-tag-wrapper {
    margin-bottom: 5px;
    text-align: left;
}

.d-section {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 0.9em;
    text-align: left;
    list-style-type: none;
}

.d-section-special {
    color: #fd951e;
    font-weight: 700;
}

.link-no-decoration {
    text-decoration: none;
}

.d-preview-headline.d-cover-story._2 {
    margin-top: 20px;
    margin-bottom:0;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
}

.d-cover-description-box {
    padding: 30px 5px 20px;
}

.d-prev-description._2 {
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

.d-subscribe-bar {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: transparent;
    box-shadow: 0 0 6px 0 #000;
}

.d-follow-box.fb {
    border-left-style: none;
}


.d-follow-box {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #474747;
}

.d-facebook-icon {
    color: #fff;
}

.d-facebook-icon {
    font-family: Twwicons4, sans-serif;
    font-size: 20px;
}

.d-follow-box.tw {
    border-left-style: none;
}

.d-newsletter-sub-box {
    padding: 25px 20px;
    border: 1px solid #474747;
    text-align: left;
    height: 72px;
}

.d-newsletter-sub-text {
    width: calc(100% - 50px);
    height: 100%;
}

.d-newsletter-sub-text {
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

.d-newsletter-sub-text input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
}

.d-newsletter-submit-btn.d-newsletter-icon {
    background-color: transparent !important;
    margin-top: -20px !important;
}


.d-newsletter-submit-btn {
    cursor: pointer;
}

.d-newsletter-icon {
    display: inline-block;
    float: right;
    font-family: Twwicons4, sans-serif;
    font-size: 20px;
    text-align: right;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.d-big-article-preview-box {
    height: 100%;
}

.d-ed-letter-title-wrapper {
    padding-top: 10px;
}

.d-big-article-preview-box {
    position: relative;
    margin: 0px 0px 5px;
    padding: 10px 15px;
    border: 1px none #333;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: 0 0 6px 0 #000;
    color: transparent;
    text-decoration: none;
}

.editor-left .d-section-tag-wrapper{
	text-align: left;
}

.d-format-icon, .d-format {
    opacity: 1;
}

.d-format-icon {
    display: inline-block;
    margin-left: 5px;
    float: none;
    opacity: 0;
    font-family: Twwicons, sans-serif;
    color: #fd951e;
    font-size: 11px;
    text-align: left;
}

.d-preview-headline._4 {
    font-size: 22px;
    font-weight: 700;
}

.d-preview-headline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.editor-right {
    position: relative;
    min-height: 80px;
}

.d-editors-pic {
    display: block;
    height: 100px;
    min-height: 1px;
    float: right;
    bottom: 0px;
    position: absolute;
    right: 0px;
}

.d-editors-letter-preview-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #fd951e;
}

.d-editors-letter-preview-text {
    font-family: Merriweather, serif;
    color: #9c9c9c;
    font-size: 12px;
    text-align: left;
}

.d-ed-letter-more {
    text-decoration: underline;
}

.d-image-background {
    height: 175px;
    border: 1px none #e9e7e7;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 12px;
    background-color: #fdfdfd;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/12---digest-middle-east-.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.d-ed-letter-more a {
    color: #9c9c9c !important;
}

.d-section-title-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.d-section-title {
    font-family: 'Open Sans', sans-serif;
    color: #474747;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
}

.d-section {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #9c9c9c;
    font-size: 0.9em;
    text-align: left;
    list-style-type: none;
}

.w-col.w-col-4.culture {
    padding-left: 10px;
    padding-right: 10px;
}

.d-source-box {
    padding: 5px 10px 5px 0px;
}

.d-link-source {
    color: #666;
    font-size: 12px;
    text-align: center;
}

.d-link-icon {
    font-family: Twwicons4, sans-serif;
}

.d-link-prev {
    background-color: rgb(247, 193, 15);
}

.d-link-prev {
    height: 150px;
    border: 4px none #000;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/Nollywood.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.d-link-no-box {
    display: inline-block;
    padding: 5px 10px;
    float: right;
    border-bottom-left-radius: 10px;
    background-color: #fd951e;
}

.d-link-no.white {
    color: #fff !important;
}

.d-link-no {
    font-weight: 600;
}

.d-link-text-box {
    padding: 10px;
}

.d-world-briefing-title {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.d-big-article-preview-box._2:hover {
    border-color: #333;
    background-color: #000;
}

.d-newsletter-sub-box:hover {
    border-color: #fd951e;
    background-color: #000;
}

.d-follow-box.fb:hover {
    border-color: #3b5998;
    background-color: #3b5998;
}

.d-follow-box.tw:hover {
    border-color: #55acee;
    background-color: #0098ff;
}

.d-subscribe-bar._2 {
    background-color: #333;
}

.d-mag-tagline {
    display: inline-block;
    font-family: Merriweather, serif;
    font-size: 18px;
    line-height: 34px;
    font-weight: 300;
}

/* READER */

.d-black-line.nav {
    position: relative;
    z-index: 24;
    height: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: black;
    color: black;
}

.d-general-container {
    display: block;
    border-style: none;
    border-color: #9c9c9c;
    background-color: white;
}

.d-reader-left-column {
    position: static;
    height: 100%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.w-col.w-col-6.d-reader-central-column {
    margin-right: -10px;
    margin-top: 0px;
    padding-top: 2em;
    padding-bottom: 280px;
    padding-right: 3.5em;
    padding-left: 3.5em;
}

.d-sponsor-text {
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 0px;
    border: 1px none #e9e7e7;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    font-family: Merriweather, serif;
    color: #666;
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.d-about-sponsor {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 4px;
    position: relative;
    bottom: 12px;
}

.sponsor-img {
    min-width: 100% !important;
    margin-top: -10px;
    margin-bottom: -10px;
}

.d-line-space {
    height: 28px;
    border: 1px none #333;
    line-height: 28px;
}

.d-article-tags {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-style: none none dotted;
    border-width: 1px;
    border-color: black black #474747;
}

.d-region-tag {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 10px;
}

.d-format-text {
    display: inline-block;
    margin-left: 3px;
    float: none;
    font-family: 'Open Sans', sans-serif;
    color: #fd951e;
    font-size: 10px;
    font-weight: 400;
}

.d-format-icon {
    display: inline-block;
    margin-left: 5px;
    float: none;
    opacity: 0;
    font-family: Twwicons, sans-serif;
    color: #fd951e;
    font-size: 11px;
    text-align: left;
}


.d-format-icon, .d-format {
    opacity: 1;
}


.d-date-full {
    display: inline-block;
    float: right;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 0.7em;
}

.d-date-icon {
    display: inline-block;
    margin-right: 3px;
    float: right;
    font-family: Twwicons, sans-serif;
    color: #333;
    font-size: 0.7em;
}

.d-header-1 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 35px;
    line-height: 44px;
    font-weight: 700;
}

.d-storyline-bar {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    display: inline-block;
    margin-left: 10px;
    padding-right: 10px;
}

.d-storyline-icon {
    display: inline-block;
    margin-right: 7px;
    margin-left: 0px;
    font-family: Twwicons, sans-serif;
    color: #333;
    font-size: 12px;
}

.d-storyline-name {
    display: inline-block;
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

.d-storyline-load-more-btn {
    margin-bottom: 0px;
    padding: 0px 10px;
    float: none;
    border: 1px solid #e9e7e7;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 7px;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 10px;
}

.d-wire-picture-container {
    position: relative;
    overflow: hidden;
    background-image: none;
}

.d-wire-picture-container {
    height: 350px;
    padding-top: 0px;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/6 - digest africa.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.d-pic-caption-bc {
    position: static;
    right: 0px;
    bottom: 0px;
    width: 26px;
    height: 22px;
    margin-top: 322px;
    margin-right: 5px;
    float: right;
    border-top-left-radius: 7px;
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
    text-align: center;
}

.d-pic-caption-bc {
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 10px;
}

.d-pic-caption-overlay {
    height: 350px;
    padding: 2em 1.2em 0.6em;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 8!important;
}

.d-pic-caption-overlay {
    display: none;
}

.d-pic-caption-overlay {
    position: absolute;
    z-index: 100;
}

.d-pic-caption-overlay {
    width: 100% !important;
    display: block
}

.d-article-image-cover {
    position: absolute;
    height: 100%;
    width: auto;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
}

.without-display {
    display: none;
}

.d-caption-icon {
    display: inline-block;
    margin-top: 1px;
    font-family: Twwicons, sans-serif;
    color: black;
    font-size: 18px;
    text-align: center;
}

.d-pic-cation-text {
    font-family: 'Open Sans', sans-serif;
    color: #f4f4f4;
    font-size: 1.1em;
    line-height: 22px;
    font-weight: 400;
}

.d-pic-cation-source {
    color: #666;
    font-size: 0.7em;
}

.d-prev-share-box {
    display: inline-block;
    padding-top: 3px;
    padding-left: 7px;
    opacity: 0;
}

.d-prev-share-box.body-image.reader-image.reader-image {
    opacity: 1;
}

.d-prev-share-box.body-image {
    padding-left: 0px;
}

.d-prev-share-box.body-image {
    padding-left: 0px;
    opacity: 1;
}

.d-prev-share-btn.small.e {
    display: inline-block;
    padding-top: 6px;
    border-radius: 2px;
}

.d-prev-share-btn.small {
    width: 30px;
    height: 30px;
}

.d-prev-share-icon {
    color: black;
    font-size: 19px;
    font-family: Twwicons;
}

.d-prev-share-btn.small.fb, .d-prev-share-btn.small.tw, .d-prev-share-btn.small.e {
    display: inline-block;
    margin-left: 5px;
    padding-top: 6px;
    border-radius: 2px;
}

.d-prev-share-btn:hover {
    background-color: white;
}

.d-prev-share-btn {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    padding-top: 8px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.65);
    font-family: Twwicons, sans-serif;
    color: black;
    font-size: 15px;
    text-align: center;
}

.d-storyline-bar:hover {
    padding-left: 10px;
    background-color: #f4f4f4;
}

.d-body-text-with {
    display: block;
    width: 550px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.d-body-text-with {
    width: auto;
}

.d-description-2 {
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.d-description-icon {
    font-family: Twwicons, sans-serif;
}

.d-paragraph {
    display: block;
    margin-top: 0px;
    font-family: Merriweather, serif;
    font-size: 17px;
    line-height: 28px;
    list-style-type: square;
}

/* FIRST LETTER PARAGRAPH */

.d-paragraph-first-letter {
    display: inline-block;
    margin-top: 14px;
    margin-right: 5px;
    float: left;
    font-family: Merriweather, serif;
    font-size: 54px;
    font-weight: 400;
    list-style-type: none;
}

.d-note-box {
    padding: 0.6em 0.6em 0.9em;
    border-bottom: 1px dotted #333;
    border-left: 1px solid #f7c10f;
    background-color: #f4f4f4;
}

/* NOTE */

.d-note-icon {
    font-family: Twwicons, sans-serif;
}   

.d-note-icon-text {
    line-height: 200%;
    font-weight: 400;
}

/* IMAGE */

.d-wire-picture-container.body-text img {
    min-width: 100%;
}

.d-wire-picture-container {
    height: 350px;
    padding-top: 0px;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/6 - digest africa.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.d-wire-picture-container {
    position: relative;
    overflow: hidden;
    background-image: none;
}

.d-wire-picture-container.body-text {
    height: auto;
}

.w-clearfix.d-wire-picture-container.body-text {
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 0px;
}

.d-video-caption-text {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.d-video-credit {
    font-size: 12px;
}

/* DATAPOINT */

.d-data-point-text {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.d-datapoint-box {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    border-top: 1px dashed #333;
    border-bottom: 1px dotted #f7c10f;
}

/* QUOTE */

.d-quote-box {
    margin-top: 15px;
    padding-right: 0.9em;
    padding-bottom: 0.9em;
    padding-left: 0.9em;
    border-left: 1px none #9c9c9c;
    background-color: #f4f4f4;
}

.d-quote-icon-yellow {
    margin-bottom: 28px;
    font-family: Twwicons, sans-serif;
    color: #f7c10f;
    font-size: 50px;
    line-height: 0px;
}

.d-quote-text {
    margin-bottom: 10px;
    font-family: Merriweather, serif;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
}

.d-quote-author-title {
    display: inline-block;
    font-family: Merriweather, serif;
}

.d-author-icon {
    display: inline-block;
    font-family: Twwicons, sans-serif;
}

.d-quote-author {
    font-family: Merriweather, serif;
}

/* COUNTERPOINT */

.d-counterpoint-wrapper {
    padding: 1.2em;
    background-color: #666;
    color: #666;
}

.d-counterpoint-title {
    font-family: 'Open Sans', sans-serif;
    color: #b7b5b5;
    font-size: 16px;
    line-height: 200%;
}

.d-counterpoint-icon {
    font-family: Twwicons, sans-serif;
    color: #f7c10f;
    font-size: 31px;
}

.d-counterpoint-text {
    font-family: Merriweather, serif;
    color: white;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
}

/* PARAGRAPH TITLE */

.d-paragraph-title {
    font-family: Twwicons, sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
}

.d-paragraph-title {
    font-family: Twwicons, sans-serif;
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
}

/* END WRAPPER */

.d-end-bar-wrapper {
    clear: both;
}

.d-yellow-line {
    height: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: 7px solid #fdedb9;
    border-bottom: 1px dotted #474747;
}

.d-yellow-line.end {
    margin-top: 28px;
    margin-bottom: 15px;
}

.d-yellow-line.end {
    margin-top: 28px;
    margin-bottom: 15px;
}

.d-yellow-line.end {
    margin-top: 0px;
}

.d-secondary-author {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    display: inline;
}

.d-author-bar {
    display: block;
    padding-top: 0px;
    padding-bottom: 0.3em;
    float: none;
}

.d-format-icon.end-credit {
    margin-left: 0px;
}

.d-date-icon.end {
    display: inline-block;
    margin-left: 7px;
    float: none;
}

.d-date-full.end {
    float: none;
}

.d-end-bar {
    margin-top: 20px;
}

.d-share-row {
    width: auto;
    margin-top: 0px;
    margin-bottom: 10px;
}

.d-share-left-column {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.3em;
    padding-bottom: 0px;
}

.d-share-email-btn {
    display: block;
    margin-right: 10px;
    margin-left: 0px;
    padding: 0.9em 0px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #666;
    font-family: Twwicons, sans-serif;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.d-share-centre-column {
    display: block;
    padding-right: 0.4em!important;
    padding-left: 1em!important;
}

.d-share-twiter-btn {
    display: block;
    margin-right: 5px;
    padding: 0.9em 0px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #55acee;
    font-family: Twwicons, sans-serif;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.d-share-facebook-btn {
    display: block;
    margin-right: 0px;
    margin-left: 5px;
    padding: 0.9em 0px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #3b5998;
    font-family: Twwicons, sans-serif;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.d-share-right-column {
    padding-left: 0.3em;
}

.d-share-more-btn {
    display: block;
    margin-left: 10px;
    padding: 0.9em 0px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #dd4b39;
    font-family: Twwicons, sans-serif;
    color: white;
    font-size: 1.2em;
    text-align: center;
}

.w-section.d-general-container.pagination a, .w-section.d-general-container a {
    text-decoration: none;
}

.d-related-content-title-bar {
    margin-top: 28px;
    margin-bottom: 0px;
}

.d-smal-column {
    padding-right: 0px;
    padding-left: 0px;
    background-color: white;
}

.d-small-article-preview-box {
    margin-bottom: 10px;
    padding-top: 9px;
    padding-right: 5px;
    padding-left: 5px;
}

.d-small-article-preview-box.left {
    padding-right: 10px;
    padding-left: 0px;
}

.d-image-background {
    height: 110px;
    border: 1px solid #e9e7e7;
    border-top-left-radius: 0px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 0px;
    background-color: #fdfdfd;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/12 - digest middle east .jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.d-prev-title-container {
    padding-top: 5px;
}

.d-preview-headline {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 600;
    text-decoration: none;
}

.d-preview-headline.d-related-content {
    margin-bottom: 0px;
    font-size: 0.9em;
    font-weight: 700;
}

.d-preview-tags {
    margin-top: 3px;
    padding-right: 0em;
    font-size: 12px;
}

.d-region-tag {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 10px;
}

.d-region-tag.d-region-small {
    font-size: 0.7em;
}

.d-format-icon.d-small-icon {
    color: #9c9c9c;
    font-size: 10px;
}

.d-related-content-icon {
    margin-right: 3px;
    font-family: Twwicons, sans-serif;
}


/* CONTENTS LEFT FIXED BAR */

.reopen_bar {
    position: fixed;
    left: 0px;
    top: 50%;
    z-index: 9999;
    width: 86px;
    height: auto;
    padding: 10px;
    background-color: #f1f1f1;
    border: 1px solid grey;
    padding: 0.6em;
    border: 1px solid #e9e7e7;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: white;
    cursor: pointer;
    display: none;
}

.reopen_bar {
    top: 45%;
    top: calc(50% - 100px);
    width: 150px;
    display: block;
}

.reopen_bar_text {
    font-size: 15px !important;
    line-height: 0px;
    margin-bottom: -9px;
    position: relative;
    color: #333;
    display: block;
    width: 100%;
    text-align: center;
    top: 12px;
    height: 25px;
}


/* MAGAZINE CONTENTS SIDEBAR */

.d-side-menu-cover-box {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0.6em;
    border: 1px solid #e9e7e7;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: white;
}

.d-side-menu-cover-box img {
    width: 100%;
}

.see-latest-container{
    margin-top: 2%;
    margin-bottom: 3%;
    margin-left:1%;
}

.see-latest-container>a{ 

    border: 2px solid #e9e7e7;
    border-bottom-right-radius: 0;   
    width: 100%;
    font-size: large;
    text-align: center;
}

.d-promo-text-container {
    padding-top: 15px;
    padding-left: 20px;
}

.d-promo-quote-icon {
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    margin-top: 0px;
    font-family: Twwicons, sans-serif;
    color: #dd4b39;
    font-size: 25px;
    text-align: left;
}

.d-promo-text {
    margin-top: 4px;
    margin-left: 5px;
    font-family: Merriweather, serif;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
}

.d-red {
    color: #dd4b39;
}

.d-promo-see-all-issues-btn {
    margin-top: 5px;
    padding: 0.3em 8px;
    border: 1px solid #e9e7e7;
    border-bottom-right-radius: 12px;
    background-color: transparent;
    color: #9c9c9c;
    font-size: 9px;
    letter-spacing: 1px;
}

.d-content-bar {
    border: 0px !important;
}

.d-content-bar {
    display: block;
    padding: 10px 0.9em;
    border-right: 1px solid #e9e7e7;
    background-color: #f4f4f4;
    height: 100%;
    padding-right: 0;
}

.d-reader-preview-container {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.6em;
    border: 1px solid #e9e7e7;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: white;
    cursor:pointer;
}

.d-art-preview-cont-title {
    display: inline-block;
    width: 100%;
}

.d-region-tag {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 10px;
}

.d-region-tag.off {
    color: #666;
}

.d-preview-headline-small {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 1em;
    line-height: 20px;
    font-weight: 400;
}

.d-preview-headline-small.special {
    font-weight: 600;
}

.floating-left-bar{
    position: fixed;
    top: 85px;
    bottom: 0;
    width: 320px;
    height: 100%;   
    height: 100vh;
    z-index: 9;
}

.d-art-preview-cont-right {
    padding-left: 10px;
}

.d-side-menu-section-box {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    text-align: center;
}

.d-side-menu-section {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
}

.d-art-preview-image {
    width: 100%;
    height: 85px;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/14 - economy 1.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

.d-art-preview-image {
    background-color: #e7e6e6;
}

.d-art-preview-image.selected {
    border-bottom: 7px solid #dd4b39;
}

.d-format-text.sidebar {
    font-family: Twwicons, sans-serif;
}

.d-reader-preview-container:hover {
    background-color: black;
}

.d-reader-preview-container:hover .d-preview-headline-small.special, .d-reader-preview-container:hover .d-preview-headline-small, .d-reader-preview-container:hover .d-preview-headline-small.placeholder.on {
    color: white;
}

.d-section-ed-letter {
    display: inline-block;
}

.d-header-1.editors-letter {
    margin-top: 45px;
    font-family: Merriweather, serif;
    font-size: 40px;
    line-height: 50px;
}

.d-salman-shaheen {
    height: 100px;
    margin-top: 30px;
    float: right;
}

.bold{
    font-weight: bold!important;
}

.masthead {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    background-color: #f4f4f4;
    padding: 20px;
}

.masthead_col {
    float: left;
    width: 50%;
    min-height: 260px;
}


.masthead_col.left {
    padding-right: 10px;
}

.masthead_col a {
    color: #7b0046;
}

.d-cover-story-text-wrapper {
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 0px;
}

.d-header-2 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    word-wrap: break-word;
}

.d-wire-picture-container {
    height: 350px;
    padding-top: 0px;
    background-image: url(//d2rutv7uwserri.cloudfront.net/assets/images/6 - digest africa.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.d-wire-picture-container {
    position: relative;
    overflow: hidden;
    background-image: none;
}

.w-clearfix.d-wire-picture-container.cover-img {
    background-image: none;
    position: relative;
    height: auto;
}

.d-cover-story-image {
    margin-top: 5px;
}

.d-cover-story-intro-wrapper .d-article-tags{
    border-top: 1px;
    border-bottom: 0;
    border-top-style: dotted;
}

.hidden{
    display: none!important;
}

.d-read-more-btn {
    display: block;
    padding: 1.2em 0px;
    border: 1px solid #e9e7e7;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #f4f4f4;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1.4em;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2em;
}

.margin-top-30{
    margin-top: 30px!important;
}

.d-big-article-preview-box:hover {
    border-color: #333;
    border-bottom-width: 1px;
    border-left-width: 1px;
    background-color: #000;
    color: transparent;
}

.d-big-article-preview-box.no-highlight:hover {
    border-color: initial;
    border-bottom-width: initial;
    border-left-width: initial;
    background-color: initial;
    color: initial;
}

.d-big-article-preview-box:active {
    background-color: transparent;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    color: transparent;
}

.d-big-article-preview-box:active {
    border-color: #f7c10f;
    background-color: #161616;
    color: transparent;
}


/* STORYLINE */

.d-storyline-landing {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}

.d-storyline-name-landing {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.1em;
}

.d-storyline-icon-big {
    font-family: Twwicons, sans-serif;
}

.d-general-container {
    display: block;
    border-style: none;
    border-color: #9c9c9c;
    background-color: white;
}

.d-article-preview.storyline {
    position: relative;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    background-color: transparent;
    color: white;
}

.d-big-article-preview-box.storyline {
    position: relative;
    margin: 25px 5px 5px;
    padding: 0px 10px 5px;
    border-style: none none dotted dotted;
    border-width: 1px;
    border-color: #f7b90f #e9e7e7 #bebebe;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: white;
    color: transparent;
    text-decoration: none;
    box-shadow: none
}

.d-big-article-preview-box.storyline:hover {
    border-bottom-width: 1px;
    border-bottom-color: #f7c10f;
    border-left-width: 1px;
    border-left-color: #f7c10f;
    background-color: transparent;
}


.d-image-background.storyline{
    background-color: #f7b90f;
}


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.about a{
    color:#333!important;
}

.d-mini-sub-menu-links.d-sub-menu-on {
    border-top: 2px none #fd951e;
    border-bottom: 1px solid #fd951e;
    color: white;
    font-size: 1em;
}

.error{
    color: red;
}

.success{
    color: green;
}



a.d-newsletter-submit-btn{
    color: #9c9c9c!important;
}


/* NEWSLETTER OVERLAY */

.d-sign-up-overlay {
    display: block;
    width: 586px;
    height: auto;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-radius: 12px;
    background-color: #333;
    box-shadow: black 0px 0px 6px 0px;
    padding-bottom: 0;
}

.d-sign-up-overlay-bc {
    height: auto;
    padding: 10px 20px;
    background-color: #f4f4f4;
}

.d-sign-up-text {
    font-size: 14px;
    font-family: Merriweather, serif;
    line-height: 22px;
    font-weight: 600;
    text-align: left;
}

.d-newsletter.black {
    background: black;
}

.manage_link {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-top: 9px;
    text-align: right;
}

.d-sign-up-social-wrapper {
    margin-top: 20px;
}

.d-follow-bar {
    cursor: pointer;
    display: none;
}

.d-follow-bar {
    display: none;
    margin-left: 1px;
    padding: 5px 10px;
    border-radius: 0px 7px 7px 0px;
    background-color: #a8f15f;
}

.d-sign-up-social-wrapper .d-follow-bar {
    display: block;
    background: none;
    padding: 0px;
    margin: 0px;
}

.d-ios-app-btn {
    border-radius: 0px 7px;
    background-color: #000;
    text-align: center;
}

.d-app-links {
    border-radius: 0px 7px;
    font-family: 'Open Sans', sans-serif;
    color: #f7c10f;
    line-height: 29px;
    font-weight: 300;
    text-decoration: none;
}

.d-app-links.apple {
    margin-left: -8px;
}

.d-apple-icon {
    font-family: Twwicons4, sans-serif;
    font-size: 16px;
}

.d-android-app-btn {
    margin-top: 4px;
    border-radius: 0px 7px;
    background-color: #000;
    text-align: center;
}

.d-twitter-column, .d-facebook-column {
    padding-right: 0px;
    padding-left: 20px;
}

.w-col.w-col-4.d-twitter-column.subscription, .w-col.w-col-4.d-facebook-column.subscription {
    height: 50px;
    width: 30%;
}

.w-col.w-col-4.d-facebook-column.subscription, .w-col.w-col-4.d-twitter-column.subscription {
    float: right;
}

a.no-underline {
    text-decoration: none;
}


.d-hide-pop-up {
    display: block;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    float: none;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #333;
    box-shadow: black 0px 0px 2px 0px;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #333;
    box-shadow: black 0px 0px 2px 0px;
    height: 12px;
    cursor: pointer;
}

.d-hide-pop-up-text {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 12px;
    text-align: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #333;
    box-shadow: black 0px 0px 2px 0px;
    height: 25px;
    cursor: pointer
}

/* SEARCH */

input.search-input {
    outline: none;
    border: 0px solid black;
    border-radius: 3px;
    color: black;
    padding: 8px;
    padding-top: 10px;
    padding-left: 35px;
    background-color: rgb(247, 193, 15);
    font-family: 'Twwicons', 'Open Sans';
    position: relative;
    width: 100%;
    font-size: 14px;
}

.search-input-container {
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    /* margin: 0 auto; */
    margin-top: 21px;
    position: relative;
    max-width: 220px;
}

.search-icon {
    position: absolute;
    top: 9px;
    left: 10px;
    font-family: 'Twwicons', 'Open Sans';
    font-size: 20px;
}

.search-input-container .loaderContainer, .search-page-wrapper .loaderContainer {
    min-height: 30px;
    margin-top: -5px;
    margin-left: -2px;
}

.search-input-container .loader, .search-page-wrapper .loader {
    width: 15px;
    height: 15px;
    border: 2px solid #f4f4f4;
    border-radius: 50%;
    border-top: 2px solid #000;
}

.search-results-container {
    position: absolute;
    background: #f9f9f9;
    border: 1px solid #333;
    border-top: none;
    z-index: 99;
    top: 59px;
    left: -20px;
    width: 300px;
    max-height: 300px;
    max-height: 60vh;
    overflow: auto;
}

.search-input.border{
    border: 1px solid #333;
}

.search-element {
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}

.search-element a{
    color: black;
    text-align: left;
    font-size: 11px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 600;
}

.search-element.selected, .search-element:hover {
    background: rgba(204, 204, 204, 0.6);
}

.search-see-all-btn:hover {
    text-decoration: underline;
}

.search-see-all-btn {
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid black;
}

.search-page-wrapper {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.search-back-button {
    background: rgba(204,204,204,0.2);
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 10px;
    font-family: 'Tww','Open Sans', sans-serif;
    border-radius: 5px;
    border: 1px solid rgba(204,204,204,0.5);
    font-size: 20px;
    cursor: pointer;
}

.search-page-container {
    padding: 20px;
}

.search-page-element {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 4px;
    background: #f9f9f9;
    font-weight: bold;
}

.search-page-element a {
    color: rgba(0,0,0,0.8);
}

.search-page-wrapper.homepage{
    padding-top: 20px;
}

.search-page-wrapper input.search-input {
    background: #fff;
}

.search-page-wrapper .search-icon{
    left:30px;
}

input.search-input::-webkit-input-placeholder {
color: black !important;
}
 
input.search-input:-moz-placeholder { /* Firefox 18- */
color: black !important;  
}
 
input.search-input::-moz-placeholder {  /* Firefox 19+ */
color: black !important;  
}
 
input.search-input:-ms-input-placeholder {  
color: black !important;  
}

@media (max-width: 991px){
	.navigation-logo {
	    width: 78% !important;
	}

}

.nreader-container{
    padding-top: 4%;
    padding-bottom: 5%;
}
.nreader-intro{
    margin: 0 auto;
    width: 63%;
}
.newswires-title {
    text-align: center;
}

.newswire-title {
    padding-top:10px;
    text-align: center;
    margin-bottom: 10px;
    color: black;
}

.newswire-image {
    text-align: center;
}

.newswire-image img{
    width: 73%;
    height: 73%;
}

.newswire-container {
    padding: 20px;
}

.newswires-wrapper{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.d-link-prev-box {
    padding-left: 1px;
    padding-right: 0px;
}

._3.d-big-article-preview-box.features {
    padding: 10px;
}

.d-preview-box-2.cover {
    padding-left: 50px;
    padding-right: 50px;
}

._3.d-big-article-preview-box.features.right {
    margin-left: 10px;
}

._3.d-big-article-preview-box.features.left {
    margin-right: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

::-webkit-scrollbar {
    width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f1f1f1
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #888;  
}


.d-paragraph a{
    color: #000!important;
    font-weight: bold;
}


/* newswire bullets */
.w-clearfix.d-paragraph.bullet:before{
    content:"• ";
}

.w-row.n-link:hover {
    background: #fff;
}

.w-row.n-link {
    border: 1px solid #ccc;
    padding: 10px;
    background: #f4f4f4;
    margin-bottom: 40px;
}

span.n-link-title {
    font-size: 20px;
    clear: both;
    display: block;
    margin-bottom: 20px;
    line-height: 29px;
}

.d-404-container {
    font-family: 'Open Sans',sans-serif;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

.d-404-face {
    display: block;
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    text-align: center;
}

.d-404-face .ins {
    text-align: center;
    color: #eeecec;
    font-size: 245px;
    padding: 0;
    margin-top: 150px;
    margin-bottom: 150px;
}

.d-404-text {
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    width: 100%;
    color: #666;
}

span.load-more-text {
    line-height: 34px;
    font-weight: 600;
}

.load-more-container.pointer {
    text-align: center;
}