/* 
 Theme Name:   MG Boot Child
 Theme URI:    
 Description:  Style Sheet
 Author:       JP
 Author URI:   
 Template:     mg
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 /* == Add your own styles below this line ==
--------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
clongaption,
tbody,
tfoot,
thead,
tr,
th,
theadlined,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: disc;
}
/* blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
} */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #f8f3eb !important;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.row {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}
.content {
	padding: 15px 15px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.content-home {
	padding: 0;
}
li {
font-family: Georgia, serif;
    line-height: 1.35;
    margin: 10px 0;
    font-size: 16px;
    font-style: italic;
}
article ul {
		font-family: Georgia, serif;
	margin:0 20px;
}
#header.fixed-top {
	top: 0 !important;		
}
#main {
	background: #fff;
	margin: 0 auto;
	padding-bottom:0;
	min-height: 1000px;
}
.container {
	margin: 0 auto;
	max-width: 1050px;
	width: 100%;
}
section {
	margin: 25px auto;
	padding: 0;
}
article {
	position: relative;
}
.archives {
	margin: 30px 0;
	padding:0 10px;
}
.aside {
	float: right;
	width: 300px;
	margin-left:25px;
}
single #comments-title, .single .entry-content, .single .post-navigation {
	margin: 15px 0;
}
.padded {
	/* 	margin:0 10px;
	padding-top:10px */
	;
}
a {
	color: #111;
	text-decoration: none;
}
b, strong {
	font-weight: 700 !important;
}
em {
	font-style:italic;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1d1d;
	line-height: 1 !important;
	margin-top: 5px;
	font-weight: 600 !important;
}
h1 {
	font-size: 33px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1 !important;
}
h2 {
	font-size: 17px;
	margin-bottom: 0;
		line-height: 1.1 !important;
}
h3 {
	font-size: 16px;
	margin-bottom: 10px;
			line-height: 1.1 !important;
}
h4 {
	font-size: 16px;
	margin-bottom: 2px;
	/* 	font-weight:900 !important;
	  margin-bottom:5px; */
	;
}
h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
h6 {
	font-size: 16px;
}
small {
	font-size: 12px;
}
p {
	font-family: Georgia, serif;
	line-height: 1.35;
	font-size: 15px;
	color: #333;
	margin: 0 0 15px 0;
}
ul li a:link,
p a:link {
	color: #d11000;
}
ul li a:visited,
p a:visited {
	color: #b11000;
}
#widget-area > nav > ul > li a:visited {
	color: #111;
}
.edit-link {
	display: none;
}
/* PADDING */
.pad-r {
	padding-right: 10px;
}
.pad-l {
	padding-left: 10px;
}
.pad-t {
	padding-top: 20px;
}
.pad-b {
	padding-bottom: 10px;
}
.pad-a {
	padding: 10px;
}
.users a {
	color: #fff;
	font-size: 12px;
}
.newsletter-top {
	background-color: #222;
	height: auto;
	text-align: center;
	padding: 12px 0;
}
.newsletter-top a {
color:#fff;
}
.login-top {
	height: auto;
	text-align: center;
	padding: 12px 0;
}
.login-top a {
color: #DAA520
}
.profile-top {
	background-color: #c11000;
	height: auto;
	text-align: center;
	padding: 12px 0;
}
.fixed-top {
	position: relative;
	z-index: 999;
}
.fixed_top {
	padding-top: 135px;
}
.top-bar {
	background: #000;
	position: relative;
	display: block;
	width: 100%;
	transition: top 0.35s;
	height:30px;
}
.fix-top-wrapper {
	position: fixed;
	z-index: 999;
	width: 100%;
}
.nav-container {
	display: inherit;
}
.navbar-brand img {
	width: 325px;
	height: auto;
	padding: 0 10px;
transition: width 1s;
}
.social-box .fa-brands {
	padding: 6px 10px;
}
a.social-box {
	color: #ddd;
	transition: color 0.61s;
}
a:hover.social-box.b-hover {
	color: #4267b2;
	transition: color 0.61s;
}
a:hover.social-box.db-hover {
	color: #1da1f2;
	transition: color 0.61s;
}
a:hover.social-box.i-hover {
	color: #e1306c;
	transition: color 0.61s;
}
a:hover.social-box.y-hover {
	color: #ff0000;
	transition: color 0.61s;
}
a:hover.social-box.in-hover {
	color: #1192d0;
	transition: color 0.61s;
}
.social-box-bottom .fa-brands {
	padding: 1px;
	top: -30px;
}
a.social-box-bottom {
	padding: 0 5px;
	color: #ddd;
	transition: color 0.61s;
}
a:hover.social-box-bottom.b-hover {
	color: #4267b2;
	transition: color 0.61s;
}
a:hover.social-box-bottom.db-hover {
	color: #1da1f2;
	transition: color 0.61s;
}
a:hover.social-box-bottom.i-hover {
	color: #e1306c;
	transition: color 0.61s;
}
a:hover.social-box-bottom.y-hover {
	color: #ff0000;
	transition: color 0.61s;
}
a:hover.social-box-bottom.in-hover {
	color: #1192d0;
	transition: color 0.61s;
}
.fa-share-nodes {
	font-size: 18px;
	font-weight: 600;
	float: right;
	background: #eee;
	padding: 8px;
	border-radius: 25px;
}
.share {
	margin: 4px;
	font-size: 20px;
	float: right;
}
.share-txt {
	text-transform: uppercase;
}
.login-desktop {
	padding: 20px 100px 0 0;
	text-align: right;
}
.list-inline-item a:link,
.list-inline-item a:visited {
	color:#111;
}
.list-inline-item a:hover {
	color:#d11000;
}
/* MEDIA */
.media-caption {
	font-size: 14px;
	padding: 0;
	color: #555;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;
}
/* SPONSORED */
.sponsored-single {
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 2px 4px 3px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
	font-weight: 400;
	font-size: 10px;
	vertical-align: top;
	z-index: 5;
	font-family: courier;
	float: right;
	background: #f7f5d9;
}
.sponsored-single-longread {
	text-transform: uppercase;
	letter-spacing: 0.25px;
	padding: 2px 4px 3px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	vertical-align: top;
	z-index: 5;
	font-family: courier;
	background: #f7f5d9;
	position:absolute;
	top:-25px;
	right:0;
}
.sponsored-single-post {
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 2px 4px 3px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	vertical-align: top;
	z-index: 5;
	font-family: courier;
	float: right;
	background: #f7f5d9;
}
.sponsored-single-friday {
	text-transform: uppercase;
	letter-spacing: -0.25px;
	padding: 1px 4px 2px;
	border-radius: 0;
	line-height: 1;
	display: inline-block;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 13px;
	vertical-align: top;
	border: none;
	z-index: 105;
	font-family: courier;
	position: absolute;
	top: 0;
	left: 5px;
	background: #f7f5d9;
}
/* SUBS & MEMBERS */
i {
	display: inline-block;
	position: relative;
	float: left;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 5px 3px 0 0;
}
.fa-bars:before,
.fa-navicon:before {
	content: "\f0c9";
	font-size: 20px;
	color: #333;
}
.fa-xl.fa-lock {
	font-size: 20px;
	line-height: 1;
	padding: 6px 0 0 0;
}
.fa-md.fa-lock {
font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 3px 2px 0 0;
    border-radius: 0;
    position: relative;
	color:#daa520
}
/* SEARCH */
.fa-magnifying-glass {
	margin: 8px 0 0 18px;
			font-size: 16px;
}
#friday .fa-md.fa-lock {
	font-size: 13px;
	line-height: 1;
	padding: 5px 6px 6px;
	margin: 3px 2px 0 0;
	color: rgba(0, 0, 0, 0.69);
	background: #111;
	position: absolute;
	top: 4px;
	right: 4px;
	color: rgba(255, 255, 255, 1);
	padding: 8px;
	border-radius: 20px
}
/* DATES */
.meta-box-date {
	border: none;
	line-height: 1;
	margin-bottom: 5px;
	display: inline-block;
	color: #111;
	font-size: 11px;
	font-weight:500;
	text-transform:uppercase;
}
.archive .meta-box-date {
	margin-bottom: 0;
}
/* ads */
.ad-banner-1,
.ad-banner-2,
.ad-banner-3,
.ad-banner-4,
.ad-banner-5,
.ad-banner-6,
.ad-banner-7 {
	margin: 0 auto;
}
.ad-block-1 {
	margin: 0 auto;
}
.ad-block-2 {
	margin: 0 auto;
}
.wp-block-image figcaption,
.featured-caption,
.wp-caption .wp-caption-text {
	margin: 5px 0 20px 0;
	padding: 0 5px;
	font-size: 12px;
	text-transform: inherit;
	color: #666 !important;
	letter-spacing: -0.25px;
	text-align: left;
	line-height: 1.3;
	font-style: italic;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
#nav-main {
	background: #fff;
	margin: 0 auto;
	text-align: center;
	max-width: 1050px;
}
a.nav-link {
	color: #000 !important;
	font-size: 11px;
	padding: 8px 14px 0 !important;
	text-transform: uppercase;
	font-weight:700 !important;
	letter-spacing: -0.25;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style:normal;
}
#nav-main-current a.nav-link {
	color: #fff;
	text-transform: capitalize;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	line-height: 10px;
}
a.nav-link:hover {
	color: #c11000 !important;
	text-decoration: none !important;
}
a.nav-link.active {}
a.nav-link.show {
	background: #fff;
	color: #c11000;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #eee;
	color: #333;
}
.menu-item ul {
	border: none;
	background: #fff;
	box-shadow: 4px 4px 15px rgba(0,0,0,0.25);
	padding:0;
	border-radius:0;
	border-left:5px solid #d11000
}
.dropdown-menu.menu-item ul li {
	padding: 15px 0;
	min-width: 200px;
}
.menu-item ul {
	background:#fff;
}
.menu-item ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.5px;
    margin: 10px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style:normal;
}
.menu-item ul li a:hover {
	color: #d11000;
	background-color: #eee;
	transition: color 0.75s;
	transition: background-color 0.95s;
	text-decoration:none;
}
.fixed-top {
	transition: height 0.35s;
}
.fixed-top {
	background: #fff !important;
	width: 100% !important;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
	border-bottom: 0px solid 
		;
}
#nav-main>div>a.navbar-brand.md.d-none.d-md-block>img {
	transition: width 0.35s;
}
#nav-main {
	padding: 1px 2px 0 !important;
	transition: padding 0.35s;
	text-align: left;
}
*/
/* HEADERS */
#business h2,
#politics h2,
#most-read h2,
#opinion h2,
#editors h2,
#environment h2,
#friday h2,
.partners h2,
.press h2,
.webinars h2 {
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	/*   background: #ece0d7 !important; */
	;
}
#business h2 a,
#politics h2 a,
#most-read h2,
#opinion h2 a,
#editors h2,
#environment h2 a,
#friday h2 a,
#top-six h2 a,
.partners h2 a,
.press h2 a,
.webinars h2 a {
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 13px;
	font-weight: 700 !important;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px;
	/*   background: #ece0d7 !important; */
	;
}
#opinion h2 a {
	background: #b22b21;
	color:#fff;
}
#top-six h2 {
	text-transform: uppercase;
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 13px;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 15px
		/*   background: #ece0d7 !important; */
}
/*JOBS */
#jobs {
	border-top:8px solid #4a9dc4;
	background:#f2efed;
	padding:0;
		border-radius:0 25px 0 30px;
}
#jobs .meta-box-date {
	background:#4a9dc4;
	padding:2px 4px 1px;
	color:#fff;
	margin:8px 0 0 0;
		text-transform:uppercase;
}
.jobs-block {
	background:#4a9dc4;
	text-align:center;
	border-radius:0 0 0 30px
}
#jobs h1 {
	color:#fff;
	font-size:52px;
	text-transform:uppercase;
	font-weight:700 !important;
	letter-spacing:-2px;
	padding:0 5px 0 !important;
	margin:25px 0 0 0 !important;
	line-height:0.7 !important;
}
#jobs h2 {
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
	font-weight:700 !important;
	letter-spacing:0;
	padding:0 !important;
	margin:0 0 10px 0 !important;
}
#jobs h3 {
	line-height:17px !important;
		font-size:15px;
}
#jobs h3 a{
	color:#111;
	padding:1px;
	font-weight:600;
}
.jobs-block-two {
	margin:0;
	font-family:arial;
}
.jobs-block-two p {
		font-family:arial;
		font-size:12px;
}
.jobs-block p {
	color:#fff;
	font-family:arial;
	font-size:14px;
	letter-spacing:0;
		text-transform:normal;
		line-height: 1.3 !important;
}

.jobs-block p a {
	background: #fff;
	border-radius:20px;
	padding:3px 10px;
	color:#111;
}





/* MAIN */
#headline {
	padding: 20px 0 0;
	margin-top: 0;
}
.headline .headline-img {
	width: 100%;
	height: 430px;
	overflow: hidden;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline .meta-box-date {
	background: #fff;
	padding: 4px 3px 0 0;
	margin: 0;
	font-size: 12px;
}
/* 
.headline-left .meta-box {
	z-index:100;
	top:2px;
	width:100%
} */
.headline-left .meta-box-date {
	padding: 2px 0;
	display: inline-block;
}
.headline-left p {
	margin: 10px 0;
}
.headline-left .fa-md.fa-lock {
	display: inline-block;
	left: 0;
	top: 0;
}
.headline-right-slow .meta-box-date {
	background: transparent;
	padding: 4px;
	margin: 4px auto;
}
.headline-gradient .fa-md.fa-lock {
	font-size: 13px;
	line-height: 1;
	padding: 4px 0;
	margin: 8px 5px 0 0;
	color: #fff;
	/*     color: rgba( 0,0,0,1); */
	border-radius: 100px;
	position: relative;
	top: 0;
	right: 0;
	/* border-radius: 15px; */
	/*     background: rgba(255,255,255,0.95); */
	background: rgba(161, 128, 13, 1);
	text-align: center;
	width: 22px;
	height: 23px;
}
.headline-two-img {
	margin: 0;
	height: 115px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline-four-img {
	margin: 0;
	height: 125px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline-promo-img {
	margin: 0;
	height: 185px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.headline article {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 0;
	margin: 0 0 25px 0;
}
.headline-gradient {
	padding: 20px 10px 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	/* IE6-9 */
	;
}
.headline-gradient h1 {}
.headline-gradient h1 a {
	color: #fff;
	text-shadow: 1px 2px 3px #000;
	font-size: 29px;
	margin-top: 5px;
	position: relative;
	display: block;
	width: 100%;
	line-height: 1.1;
}
.headline-gradient p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
	width: 45%;
	text-align: left;
}
.headline-right-slow h2 {
	padding: 0 5px 10px;
	font-size: 18px;
	margin: 0;
	border-bottom: 3px solid #333;
	font-weight: 700 !important;
}
.headline-right-slow p {
	margin: 0;
	padding: 5px;
	font-size: 14px;
	display: none;
}
.headline-right-slow article {
	border-radius: 0;
	/* 	border:1px solid  #eee; */
	background: #eee;
}
.promo-space {
	/*  background: #eee; */
	margin: 0 0 25px 0;
	width: 100%;
	position: relative;
	/* 	    border: 2px solid #ddd;
	padding:2px;
		border-radius:10px; */
	;
}
.promo-space .entry-meta {
	position: absolute;
	top: 0;
	z-index: 5;
	display: block;
	right:0;
	background: #d11000;
	padding: 4px 8px;
	line-height:1;
	    text-align:center;
}
.promo-space .entry-meta a {
	color: #fff;
	font-size: 12px;
	font-weight:400;
	letter-spacing:0.5px
}
.promo-space h4 {
background: rgba(255, 255, 255, 1);
    padding:6px 15px 6px;
    font-size: 17px;
	letter-spacing:0.25px;
    text-align:center;
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 0;
	left:0;
	width:auto;
    color: #111;
    font-weight: 600 !important;
	top:inherit;
}
.promo-space p {
	font-size: 15px;
	padding: 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	border-bottom: 1px solid #999;
}
.inner-img {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
/* EDITORS */
#editors {
	background: #fff !important;
}
#editors article {
	margin: 0;
	padding: 0;
	border-radius: 0;
	position: relative;
}
#editors p {
	margin: 0 0 30px 0;
	font-size: 15px;
}
#editors .inner-img {
	height: 250px;
	margin-bottom: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/* TOP SIX */
.inner-img-top-six {
	height: 170px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 5px 0;
}
#top-six h3 {
	margin: 5px 0 30px 0;
}
/* FRIDAY */
#friday h2 a {
	background: #cd007a !important;
	color: #fff;
}
#friday h3 {
	-ms-transform: rotate(20deg);
	/* IE 9 */
	transform: rotate(-0deg);
	margin: 0 30px 0 0;
}
#friday h3 a {
font-weight: 400;
    color: #fff;
    font-size: 18px;
    line-height: 1.1;
}
#friday .inner-txt {
    position: relative;
    bottom: 0;
    padding: 8px 8px 10px;
    width: 85%;
    margin: -25px 0 10px 10px;
    background: #cd007a;
    border-bottom: 5px solid #961970;
}
#friday .inner-img {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#friday .inner-img-two {
	height: 300px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#friday .meta-box-date {
	margin: 0;
	position: absolute;
	z-index: 100;
	background: #fff;
	padding: 1px 3px;
}
#friday article {
	position: relative;
	margin-bottom: 0px;
}
.inner-img-archive-friday {
	height: 600px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.inner-img-archive-friday-list {
	height: 325px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.number-one {
	z-index: 50;
	display: inline-block;
	font-size: 32px;
	background: #fff;
	width: 46px;
	height: 46px;
	background: #ecdfd7;
	text-align: center;
	line-height: 1;
	padding: 6px 3px;
	border-radius: 30px;
	color: #d11000;
	position: absolute;
	left: -8px;
	top: -6px;
	font-weight: 700;
	box-shadow: 2px 2px 4px #333;
}
/* COMMERCIAL */
.commercial-box {
	margin: 10px;
	border: 2px solid #333;
	position: relative;
}
#partner-content h2 {
	border-top: 8px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 10px;
}
#partner-content h2 a {}
#partner-content article {
	margin: 15px 0;
}
#partner-content h3 {
	margin: 0;
	font-size: 16px;
	background: #d9d6b8;
	color: #333;
	padding: 10px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: left;
}
#partner-content button {
	background: #111;
	border-radius: 1px;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-bottom: 0;
	border-right: 0;
	padding: 10px 15px 9px 20px;
	color: #fff;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	text-transform: uppercase;
	right: 0;
	border-radius: 21px 0 0 0;
	font-weight: 400;
	letter-spacing: 0.5px;
}
#partner-content button:hover {
	color: #fff;
}
#partner-content h2 a {}
#partner-content .inner-img {
	height: 130px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#partner-content .inner-txt p {
	line-height: 1.3;
	font-size: 14px;
	position: relative;
	padding: 4px 8px;
	display: block;
	margin: 0;
	font-weight: 400;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}
.commercial-text {
	background: #eee;
}
#podcast h2 {
	border-top: 8px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px;
	background: #d1bce5 !important;
}
/* OPINION */
#opinion article {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
#opinion h1 {
	font-weight: 700;
	font-size: 33px;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1 !important;
}
#opinion h3 {
width:95%;
	line-height: 1.1 !important;
	font-size:19px;
}
#opinion .byline-single {
	margin: 0;
}
#opinion p {
	margin-top: 10px;
	font-size: 14px;
	width:90%;
}
#opinion .fa-md.fa-lock {
	margin: 4px 0 0 0;
}
.opinion-one-img {
	margin: 0 0 5px 0;
	float: right;
	height: 200px;
	background-size: cover;
	background-position: center top;
	width:100%;
	border-right:10px solid #fff;
}
.opinion-one {
}
.opinion-two {
	margin: 10px 0 10px;
}
.opinion-one {
	margin: 0;
}
.opinion-two article {
	margin-bottom: 15px;
	background: #def2f2;
	padding: 10px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.opinion-two-meta {
	padding: 5px 0 0 0;
}
.inner-img-opinion {
	height: 500px;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}
/* ENVIRONMENT */
#environment .environment-two article {
	margin: 15px 5px;
	padding-bottom: 10px;
	border-bottom: 3px dotted #278ec9;
}
.inner-img-environment {
	height: 400px;
	margin-bottom: 0;
	background-position: center;
	background-size: cover;
}
#environment h1 {
	margin: 25px 0 5px;
	font-size: 29px;
	line-height: 1.1 !important;
}
#environment h1 a {
	color: #278ec9;
}
#environment h3 a {
	color: #278ec9;
	font-size: 19px !important;
}
#environment h2 a {
	background: #b9d7e8;
}
#environment .byline-single {
	margin-top: 5px;
	margin-bottom:0;
}
#environment .fa-md.fa-lock {
	margin: 5px 0 0 0;
}
.environment-one .meta-box-date {
	font-weight: 400;
	font-size: 13px;
	color: #fff;
}
.environment-one p {
	padding: 5px;
	margin: 5px 0 0 0;
	font-weight: 400;
	font-size: 16px !important;
}
.environment-two p {
	font-size: 15px !important;
	margin: 10px 0 10px 0;
}
.environment-one .fa-md.fa-lock {
	color: #dff799;
}
#environment .featured-caption {
	background: #fff;
	padding: 5px 8px;
	margin: -10px 0 5px 0;
}
.environment-one {
	background: #fff;
	padding: 10px 10px 0;
	margin-bottom: 0;
	margin-top: -15px;
}
.environment-two-img {
	height:145px;
	width:145px;
	background-size:cover;
	float:right;
	border-radius:100px 100px;
	border:5px solid #fff;
	margin:5px;
}
#footer {
	background: #000;
}
#pmpro_account .pmpro_box h3 {
		padding:3px 5px;
	margin:10px 0 0 !important;
		padding:3px 5px;
	margin:10px 0 20px !important;
color:#fff !important;
	background:#333;
	font-weight:400 !important;
}
.pmpro_table {
	border-bottom:2px solid #111;
}
#pmpro_actionlink-levels {
	padding:15px 0 0; 
	text-align:center;
	width:100%;
	font-size:14px;
		 font-family: 'Courier New', Courier, monospace;
}
form.pmpro_form input[type=text]
{
	 font-family: 'Courier New', Courier, monospace;
	padding:6px 6px 4px;
	font-weight:400;
}
form.pmpro_form label {
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:2px;
	color:#666;
}
#post-35253 > p:nth-child(1) {
	display:none;
}
#pmpro_payfast_before_checkout {
	width:70% !important;
	margin:20px auto;
}
#pmpro_payfast_checkout > p {
	margin:20px 0;
}
#pmpro_level-15 {text-align:center;}
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
		padding:3px 5px;
	margin:10px 0 20px !important;
color:#111 !important;
	font-weight:700;
	font-size:29px;
}
.pmpro_account-membership-levelname, .pmpro_account-membership-expiration {
 font-family: 'Courier New', Courier, monospace;
		font-size:15px !important;
		font-weight:600 !important;
}
#pmpro_account .pmpro_box p {
		font-weight:500 !important;
	 font-family: 'Courier New', Courier, monospace;
}
#pmpro_actionlink-change,
#pmpro_actionlink-cancel {
    margin: 20px 0 0;
    font-size: 11px;
    color: #c11000;
    text-transform: uppercase;
		font-weight:500;
	line-height:1;
}
#pmpro_account-membership > table > tbody > tr > td {
	background:#e9e9e9;
	font-size:18px;
}
#pmp-account > div > p:nth-child(1) {
display:none;
}
#pmp-account > div {
	padding:0;
}
#pmpro_account-membership > table > thead > tr > th {
text-transform: uppercase;
    font-size: 11px;
    padding: 5px;
    background: #C11000;
    color: #fff;
}
#pmpro_account-membership > table > tbody > tr > td {
padding:0px 10px 20px;
}
#pmpro_actionlink-level {
	text-align:center;
	margin:10px auto;
	padding:10px;
}
.pmpro_actions_nav a:link {
	background:#c11000 !important;
	text-align:center !important;
	color:#fff !important;
	padding:7px 20px;
	border-radius:30px;
}
.pmpro_actions_nav a:visited {
	background:#c11000 !important;
	text-align:center !important;
	color:#fff !important;
	padding:7px 20px;
	border-radius:30px;
}
#pmp-account h3 {
	   background: #333;
    padding: 2px 4px 2px;
    line-height: 1;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 600 !important;
    font-size: 11px;
    margin: 20px 0 10px 0 !important;
    letter-spacing: 0.25px;
}
#h-manage-your-mail-guardian-account {
	font-size:25px;
	margin:0 0 20px 0
}
 #h-do-we-have-your-correct-details {
	padding:2px 8px 5px;
	line-height:1;
	display:inline-block;
	position:relative;
	font-weight:400 !important;
	font-size:18px;
	margin:20px 0 0 0 !important;
	letter-spacing:0.25px;
/* 	text-transform:uppercase; */
}
.pmplogout {
	position: relative;
    float: right;
    background: #eee;
    padding: 5px 25px !important;
    font-size: 14px;
    border-radius: 50px;
}
#pmpro_actionlink-change {
}
#top-nav-network a {
	color: #fff !important;
}
.digital-edition-top a [ color:#fff !important;
]
/* WIDGET */
.widget {
	max-width: 300px;
	overflow: hidden;
	margin: 0;
	margin-bottom: 10px !important;
}
.widget-area {
    max-width: 300px;
    margin: 0 0 30px 12px;
}
.widget-title {
	margin: 20px 0 0 0;
	font-size: 11px;
	line-height: 1 !important;
	background: #f2ede6;
	padding: 5px 5px 5px !important;
	color: #d11000;
	border-top: 4px solid #d11000;
	text-transform: uppercase;
	font-weight: 600 !important;
	letter-spacing: 0.25px;
}
#widget-area ul {
	list-style:none;
	margin:10px 0 0 0;
}
#widget-area li {
	margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    border-bottom: 1px dotted#d5d2ce;
    padding: 10px;
}
#widget-area li a:link {
	color:#333;
	line-height:1.2;
}
#widget-area .post-date {
	font-weight:400;
	color:#666;
	font-size:11px;
	display:inline-block;
	padding:2px 0;
}
.editors-sidebar {
	margin: 10px 0 4px;
	position: relative;
	overflow: hidden;
	padding: 0 0 4px 0;
}
.editors-sidebar img {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 4px 8px 8px 0;
}
.editors-sidebar h5 {
	line-height: 1.1 !important;
	font-size: 14px;
	margin: 0 0 5px 0;
	font-weight: 600 !important;
}
.editors-date {
	font-size: 12px;
	float: right;
	border: none;
	display: block;
	position: relative;
	margin: 5px 0 0 0;
}
.bg-light {
	background: #fff !important;
}
.archive-left {
	padding:15px 0 0 10px;
}
.archive-left .inner-img-archive {
	height: 450px;
	margin-bottom: 15px;
}
.archive-right .inner-img-archive {
	height: 100px;
	margin-bottom: 15px;
}
.main-archive-meta {
	margin: 0 0 0 10px;
}
.archive-article-list {
	margin: 15px 0 0 0;
}
.archive-article-list h3 {
	margin-top: 0;
	font-size: 18px;
	line-height: 1.1 !important;
	margin-bottom: 5px;
}
.archive-article {
	margin: 0 0 15px 0;
}
.archive-right h3 {
	margin-top: 0;
	font-size: 19px;
	line-height:1.1 !important;;
	margin-bottom: 5px;
}
.archive-right p {
	font-size: 14px;
	line-height:1.1;
	margin-bottom: 5px;
}
.archive-right {
	margin: 0;
	padding: 15px 10px 0 15px
}
.archive-left .fa-md.fa-lock {
	margin:13px 2px 0 0;
}

.home .woocommerce .wc-memberships-restriction-message {
	display: none !important;
}
.home #roadblock {
	display:none;
}
.archive #roadblock {
	display:none;
}
.search #roadblock {
	display:none;
}
.archive .woocommerce .wc-memberships-restriction-message {
	display: none !important;
}
.woocommerce .wc-memberships-restriction-message {
	margin: 20px 10px 30px !important;
	border-top: 5px #A17F0C solid;
	border-radius: 0;
}
.woocommerce ul {
	padding-left: 20px;
}
.woocommerce li {
	background: #e0e9fc;
	margin: 0 0 5px 0;
	padding: 10px;
}
.woocommerce li a {
	font-size: 14px;
	font-weight: 500;
}
.woocommerce-account .woocommerce-MyAccount-content p {
	font-weight: 400;
	font-size: 14px;
	font-family: 'courier', monospace;
	padding-right: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: none;
	padding: 30px 15px 15px !important;
}
.woocommerce-MyAccount-navigation-link--members-area, .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--orders {
	display: none;
}
.woocommerce-account .addresses .title .edit {
	font-family: 'courier', monospace;
	font-size: 13px;
	padding: 3px;
	font-weight: 400;
	background: #eee;
}
.woocommerce-info::before {
	display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 32px;
}
.woocommerce legend {
	float: left;
	font-size: 14px;
	line-height: inherit;
	margin-bottom: 3px;
	padding: 0;
	width: 100%;
	margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.woocommerce-loop-product__title {
	text-align: center;
	font-size: 20px !important;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: 20px !important;
	text-align: center;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 600;
	margin-bottom: .5em;
	font-size: 22px !important;
	text-align: center;
}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
	width: 30.75%;
	background: #fff;
	border: 1px solid;
}
.woocommerce ul.products li.product .button {
	display: block;
	margin-top: 1em;
	text-align: center;
	background: #d11000;
	color: #fff;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin: 0;
	padding: 0;
	list-style: none outside;
	clear: both;
}
.woocommerce-cart-form__cart-buttons .woocommerce-button--continue-shopping {
	display: none;
}
#post-540404>div>div.woocommerce-notices-wrapper>div.woocommerce-message>a {
	display: none;
}
/* NEWSLIST */
.news-list li p {
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	font-family:arial;
}
.news-list li {
	padding-left: 0;
}
.news-list ul {
	padding-left: 0;
}
.news-list li a:link {
	color:#111;
		font-family:arial, sans-serif;
	line-height:1.2;
	font-style:normal;
}
.news-list li a:visited {
	color:#111;
}
#afr-bus-pol ul {
	padding: 10px 30px 0 15px;
}
#afr-bus-pol li,
#edu-spo-wor li {
	list-style: none;
}
#edu-spo-wor ul {
	padding: 10px 30px 0 15px;
}
/* MOST READ */
#most-read article {
	margin: 10px 0;
	padding: 0 10px 0 0;
}
#most-read .inner-img {
	height: 200px;
	background-position: center;
	background-size: cover;
}
#most-read h5 {
	width: 90%;
	margin: 0;
}
#most-read .meta-box-date {
	margin: 5px 0 5px 0;
	position: relative;
}
/* SIDEBAR */
#sidebar {
	padding: 0;
	max-width: 300px;
	padding-left: 0;
}
#sidebar h4 {
	margin-top: 0;
}
#sidebar h4 a {
	font-weight: 600;
	font-size: 14px;
}
#sidebar .inner-txt {
	margin: 5px 0 0 0;
}
#sidebar .inner-img {
	height: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.sidebar-box-date {
	border: none;
	line-height: 1;
	margin: 10px 0 2px 0;
	display: inline-block;
	color: #111;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:700;
}
.sidebar-box {
	margin: 0;
    padding: 2px 5px 10px 5px;
    border-bottom: 1px dashed #bbb;
}
.sidebar-box h4 {
margin-top: 3px;
    font-size: 16px;
    line-height: 1.2 !important;
	font-weight:300 !important;
}
.editors-editors-one,
.editors-editors-two,
.editors-editors-three {
	margin: 0 0 5px 0;
}
/* CARDS */
.card-body {
	padding: 15px 15px 0;
}
/*SIDEBAR */
.img-box-sidebar {
	position: relative;
	width: 40%;
	z-index: 0;
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
}
.img-box-sidebar a {
	height: 100px;
	max-width: 100px;
	overflow: hidden;
}
.editors-sidebar .meta-holder {
	text-align: left;
}
.img-box-sidebar {
	position: relative;
	width: 40%;
	z-index: 0;
	margin: 0;
	padding: 0 5px 5px 0;
	float: left;
}
/* AFR-BUS-POLITICS */
#afr-bus-pol .byline-single,
#edu-spo-wor .byline-single {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 2px;
}
#afr-bus-pol h3,
#edu-spo-wor h3 {
	border-top: 10px solid;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 12px;
	font-weight: 600 !important;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 5px;
	line-height:1.2
}
#afr-bus-pol h4,
#edu-spo-wor h4 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 16px;
}
#afr-bus-pol p,
#edu-spo-wor p {
	font-size: 14px;
	line-height: 1.2;
}
#afr-bus-pol .meta-box-date,
#edu-spo-wor .meta-box-date {
	margin-bottom: 0;
}
#afr-bus-pol .fa-md.fa-lock,
#edu-spo-wor .fa-md.fa-lock {
	margin: 4px 0 0 0;
}
.africa h3 {
		color: #fcb54b !important;
}
.politics h3 {
		color: #c11000 !important;
}
.business h3 {
			color: #f44607 !important;
}
.education h3 {
	color: #5ca843 !important;
}
.sport h3 {
	color: #27c6a1 !important;
}
.world h3 {
	color: #278ec9 !important;
}
/* CATEGORY */
.entry-meta {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing:0;
	margin-top:0 !important;
	}
.entry-meta a {
	color: #c11000;
}
.main-archive-meta .byline-single {
	margin: 0 0 5px 0;
}
/* TAGS */
.entry-tags {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    letter-spacing: -0.25px;
    padding: 10px 5px;
    background: #f9f0ef;
}
}
/* PAGES */
.content h1 {
	font-size: 23px;
	background: #FFF;
	padding: 5px 0;
	display: block;
	color: #111;
	position: relative;
	margin: 10px 0 40px;
/* 	border-bottom: 5px #111 solid; */
	font-weight:900 !important;
}
.page-title {
	font-size: 16px
    background: #FFF;
    padding: 10px 15px;
    display: block;
    color: #111;
    position: relative;
    margin: 0 15px 20px;
    text-align: center;
/*     border-top: 10px #111 solid;
    border-bottom: 2px #111 solid; */
		font-weight:900 !important;
		text-transform:uppercase;
}
.content p {
	margin: 0 0 20px 0;
	font-size: 15px;
	padding:0;
	line-height: 1.3;
}
h1.page-title {
font-size:22px;	
}
.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 80px;
	line-height: 0.7;
	font-weight: 700;
	margin: 8px 6px 0 0;
	text-transform: uppercase;
	font-style: normal;
}
.has-drop-cap {
	font-size: 16px !important;
}
.content strong {
	font-weight: 700;
}
.content h2 {
	line-height: 1;
	font-size: 17px !important;
	font-weight:600 !important;
	margin:25px 0 4px 0;
	color:#111;
	padding:0;
}
.content ul,
.content ol {
	font-family: georgia;
	font-style: italic;
	margin: 20px 0 45px 30px
}
.content li {
	margin: 5px 0 0 0;
	line-height: 1.3;
	font-size: 15px;
}
.wp-block-file {
	font-size:14px !important;
	background:#333;
	display:inline-block;
	padding:10px 12px;
	border-radius:50px;
	font-weight:400 !important;
		margin:0 0 30px 15px;
}
.wp-block-file a {
	color:#fff;
}
blockquote,
pullquote {
  width: 35%;
  float: right !important;
  margin: 5px 0 0 10px !important;
  border-left: 6px solid #333 !important;
  padding: 5px 10px 5px 10px !important;
}
blockquote strong,
pullquote strong,
blockquote p,
pullquote p,
blockquote h2,
pullquote h2 {
  padding: 2px 5px 2px 5px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.5px;
	!important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
	font-style:italic;
}
/*NEWSLETTER MANAGEMENT PAGES */
.subscribers-only-newsletters p {
	color: #999;
}
/* CATEGORY & ARCHIVE PAGES */
#main-archive {
	margin: 15px 0;
}
.archive-header h1 {
	border-top: 10px solid #000;
	border-bottom: 2px solid #000;
	display: block;
	font-size: 14px;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: uppercase;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 1px;
	/* background: #ece0d7 !important; */
	;
}
.inner-img-archive {
	height: 150px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 10px
}
.archive-left .byline-single {
	margin: 10px 0;
}
/* SINGLE */
.byline-single {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 400;
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-style: italic;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	display: inline-block;
	padding: 3px;
	letter-spacing:0.2px;
	line-height: 1;
}
.byline-search {
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-style: italic;
	display: inline-block;
	padding: 4px 15px;
}
.entry-content p {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida,
		"DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	line-height: 1.35;
	font-size:16px;
}
.entry-title {
	margin: 20px 20px 20px 0;
	font-size: 31px;
	line-height: 1 !important;
}
.single-title {
	margin: 5px 0 10px 0;
	font-size: 33px;
	line-height: 1.1 !important;
}
/* LOGIN STYLES */
.LoginModal .modal-content {
	text-align: center;
	Font-family: arial;
}
.LoginModal .modal-content label {
	Display: block;
}	
.modal-body {
	text-align: center;
}
.modal-header .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.modal-title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}
.modal-header {
	display: block;

	text-align: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e11000+0,a11000+100 */
background: rgb(225,16,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(225,16,0,1) 0%, rgba(161,16,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(225,16,0,1) 0%,rgba(161,16,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(225,16,0,1) 0%,rgba(161,16,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11000', endColorstr='#a11000',GradientType=0 ); /* IE6-9 */

}
.modal-footer {
	display: none;
}
#loginform {
	text-align: center;
}



#wp-submit {
	font-size: 15px;
	height: 30px;
	width: 140px;
	font-weight: 600;
	margin: 10px auto;
}
#loginform label {
	Display: block;
	Font-family: arial;
	text-transform: uppercase;
	width: 280px;
	margin: 0 auto;
	text-align: left;
}
.modal-body {
	font-size: 15px;
	line-height: 1.2;
}
#loginModal a {
	color: #C11000;
	font-weight: 700;
}
#user_pass,
#user_login {
	width: 280px;
	height: 32px;
	font-size: 17px;
	margin: 0 0 10px 0;
}
#show-password-checkbox {
	margin: 0 2px;
}
#loginform>p {
	Font-family: arial;
	font-size: 14px;
	margin: 0 0 5px 0;
}
/* next */
.next-post {
	font-size: 12px !important;
	text-align: right;
	padding: 5px;
	border-radius: 0 10px 10px 0;
	float: right width: 100%;
	height: 60px;
	font-weight: 500;
	line-height: 1.3;
	background: #333;
	color: #fff;
	overflow: hidden;
}
.previous-post {
	font-size: 12px !important;
	text-align: left;
	padding: 5px;
	border-radius: 10px 0 0 10px;
	width: 100%;
	height: 60px;
	font-weight: 500;
	line-height: 1.3;
	background: #333;
	color: #fff;
	overflow: hidden;
}
/* author info */
.author-info {
	text-align: center;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 200;
	font-family: georgia;
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.15px;
	padding: 0 20px;
	width: 90%;
	margin: 15px auto 35px;
}
.author-info strong {
	text-transform: uppercase;
	font-size: 24px;
	padding: 10px 0 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-style: normal;
	font-weight: 700 !important;
	letter-spacing: 0;
}
/* RATIO */
.ratio>* {
	position: relative;
/* 	height: auto; */
}
.ratio:before {
	display: none;
}
.ration {}
#footer {
	background: #000;
	padding: 10px 0 75px;
	margin-top:15px;
}
#footer p {
	color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	font-weight:400;
	letter-spacing:0.15px;
	color:#aaa;
	margin:0;
	line-height:1.2;
}
#footer h3 {
	color: #d11000;
	margin: 15px 0 5px 0;
	font-size: 14px;
	font-weight:600 !important;
		font-family: "Helvetica Neue", Arial, sans-serif;
}
#footer a {
	color: #aaa;
}
#footer p a {
	font-size:13px;
}
#footer a:hover {
	color: #fff;
	text-decoration:none;
}
#footer .copyright p {
	font-size:11px;
	margin:20px 10px 20px;
	text-transform:uppercase;
	color:#aaa;
}
#footer .footer-social a {
	margin: 0;
}
.footer-ampersand {
	float:left;
	margin:10px 0 0 0;
}
.bot-one img {
	padding:10px 0 5px 0
}
.bot-one, .bot-two, .bot-three,
.bot-four {
	padding:0 10px 0 30px;
}
.bot-one, .bot-two, .bot-three {
	border-right:1px dotted #666;
}
.bot-four {
}
.show-mobile {
display:none !important;
}
@media only screen and (max-width: 991px) {
	.navbar-toggler {
		border: none;
	}
.show-mobile {
display:inherit !important;
}
	.show-mobile p {
font-family: arial;
    text-align: left;
    padding: 10px 20px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 7px;
		text-transform:uppercase;
		font-weight:600;
		letter-spacing:0.5px;
		border:1px solid #333;
		border-radius:25px;
		font-size:12px;
	}
		.show-mobile p a:link {
		color:#333;
	}
	.show-mobile p a:visited {
		color:#333;
	}
	.show-mobile	a.social-box {
		color:#333;
	}
	.social-box .fa-brands {
		padding:0 20px
	}
		.fixed_top {
		padding-top: 120px;
	}
	.aside {
	margin-left:0;
}
	.social {
		display: none;
	}
	.fa-magnifying-glass {
		margin: 20px;
		font-size: 20px
	}
	.menu-item ul li a {
		font-weight: 700;
		font-size: 16px;
	}
	a.nav-link {
font-size: 16px;
    padding-top: 15px !important;
	}
	.widget-area {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
	}
	#sidebar {
		margin: 0 auto;
		padding-left: 0;
		width:100%;
		max-width:600px;
	}
#editors h3 {
	font-size:23px
}
		.aside {
		width:100%;
	}
	.bot-one, .bot-two, .bot-three,
.bot-four {
	padding:0 10px 0 15px;
	}
#jobs {
		border-radius:0;
}
	.jobs-block {
		border-radius:0;
		margin-bottom:20px
	}
	#jobs h1 {
		font-size:53px;
	}	
}
@media only screen and (max-width: 767px) {
	h1 {
		font-size: 33px;
		line-height: 1 !important;
	}
	h5.offers
{	
    text-align: left !important;
}
	.offer-block-1 p,
.offer-block-2 p, 	.offer-block-3 p,
.offer-block-4 p
{
	font-family:arial;
	width:80%;
	margin:0 auto 20px;
		font-size:13px !important;
	font-weight:600 !important;
}
.offer-block-1 h1,
.offer-block-2 h1,
.offer-block-3 h1,
.offer-block-4 h1 {
	font-size:28px !important;
	font-weight:200 !important;
	margin:10px 0 0;
		background:none;
	text-align:center;
	border:none;
	letter-spacing:1px;
}
.offer-block-1 h2,
.offer-block-2 h2,
.offer-block-3 h2,
.offer-block-4 h2 {
	font-size:30px !important;
	font-weight:900 !important;
	margin:0 10px 10px;
	color:#c11000;
}
.offer-block-2,
.offer-block-4{
		margin: 2%;  !important;
}
.offer-block-1,
.offer-block-3
{
	margin: 2%  !important;
}
.offer-block-1,
.offer-block-2,
.offer-block-3,
.offer-block-4 {
	height:200px  !important;
	width:96% !important;
	margin:0 1%; !important;
	overflow:hidden;
	float:inherit;
	border:5px solid #fff;
	text-align:center;
	border-radius:10px
}
	.archive-right {
		padding: 0 10px;
	}
	.archive-left {
		margin-bottom: 20px;
		padding:15px 10px
	}
	#opinion h1 {
		font-size: 33px;
		margin: 10px 0;
	}
	#opinion h3 {
		font-size: 21px
	}
	#environment h3 a {
		font-size: 21px !important;
	}
		.opinion-one-img {
		width: 100%;
		margin: 0 0 10px 0;
		height: 300px;
		background-size: cover;
		background-position: center center;
	}
	.opinion-two {
		margin: 10px 0 0 0;
	}
	.inner-img-opinion {
		height: 300px;
	}
	.opinion-two-img {
		width: 100%;
		margin: 0 0 10px 0;
		height: 200px;
		background-size: cover;
		background-position: center center;
	}
	#environment h1 {
		font-size: 33px;
	}
	#friday h3 a {
	font-weight: 600;
    color: #fff;
    font-size: 19px;
    background: transparent;
    line-height: 1;
	}
	#top-six h3 {
		margin: 5px 0 30px 0;
		font-size: 16px;
	}
	#afr-bus-pol h3,
	#edu-spo-wor h3 {
		margin: 15px 0 15px 0;
	}
	#afr-bus-pol ul,
	#edu-spo-wor ul {
		padding: 0 10px
	}
	.padded {
		margin: 0;
	}
	.navbar-brand img {
		width: 250px;
		height: auto;
		padding: 0 10px;
	}
	.single-title {
	margin: 5px 0 10px 0;
	font-size: 25px;
	line-height: 1.1 !important;
}
	blockquote,
pullquote {
  width: 50%;
 border-left: 6px solid #333 !important;
}
blockquote strong,
pullquote strong,
blockquote p,
pullquote p,
blockquote h2,
pullquote h2 {
  font-size: 18px !important;
}
		.bot-one, .bot-two, .bot-three,
.bot-four {
	padding:0 10px 10px 5px;
	border:none;
	}
	.ad-banner-1,
	.ad-banner-2,
	.ad-banner-3,
	.ad-banner-4,
	.ad-banner-5,
	.ad-banner-6,
	.ad-banner-7 {
		margin: 0 auto;
	}
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		float: none;
		margin: 0 auto
	}
	#environment .environment-two article {
		margin: 20px 0 0;
	}
	/* HEADLINE MOBILE */
	.headline .headline-img {
		height: 300px;
	}
	/*FRIDAY MOBILE */
	#friday .inner-img-two {
		height: 400px;
	}
	.page-title {
		text-align: center;
		margin: 0 0 10px;
		border-top: 10px solid #111;
		border-bottom: 2px solid #111;
	}
	#sidebar {
		padding: 0;
		max-width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .footer-social a {
	margin: 0;
}
}
/* END MEDIA */
//Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
	...;
}
//Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	...;
}
//Large devices (desktops, 992px and up)
@media (min-width: 992px) {
	...;
}
/* AUTHOR BOX */
/* AUTHOR BOX */
.saboxplugin-wrap .saboxplugin-gravatar img {
	height: auto;
	border-radius: 60px;
	max-width: 60px;
}
.saboxplugin-wrap .saboxplugin-gravatar {
	padding: 0 10px 0 0;
	float: left;
}
.saboxplugin-wrap .saboxplugin-authorname {
	font-weight: 600;
	font-size: 12px;
	margin: 0;
	line-height: 1;
	padding: 6px 0 2px 0;
	display: block;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	color: #111;
}
.saboxplugin-wrap {
	text-align: left;
}
.saboxplugin-wrap .saboxplugin-desc p {
	font-size: 12px !important;
	line-height: 13px !important;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;!important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	text-transform: none;
	color: #333;
	text-align: left;
}
.saboxplugin-wrap .saboxplugin-desc {
	margin: 0 0 4px 0;
}
.sab-edit-settings a,
a.sab-profile-edit {
	display: none;
}
.saboxplugin-wrap {
	border: none;
	padding: 0;
	position: relative;
	margin: 0 0 4px 0;
}
.saboxplugin-wrap .saboxplugin-socials {
	background: transparent;
	padding: 0;
	bottom: 0;
	right: 0;
	border-top: none;
}
.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
	margin: 0;
	background: #fff;
	padding: 0 5px 0 0;
	line-height: 1;
}
.saboxplugin-wrap .clearfix {
	display: none;
	height: 1px;
}
/* LONGFORM */
.longform-row {
	margin-top: 75vh;
	background:#fff;
}
#main-longform {
	margin: 0 auto 15px;
	padding-bottom: 30px;
	min-height: 1000px;
	max-width:1000px;
		width:95%;
}
#main-longform .share {
	float: inherit;
    text-align: center;
}
/* #main-longform .fa-md.fa-lock {
	position:absolute;
	margin:-15px 0 0 0;
} */
.byline-longform {
		font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	font-family: Georgia, Times, “Times New Roman”, serif;
	font-style: italic;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	display: table;
	padding: 5px;
	line-height: 1.2;
	position:relative;
	text-align:center;
	margin:10px auto 20px;
}
#main-longform .entry-title {
text-align: center;
    width: 85%;
    margin: 10px auto;
    font-size: 47px;
    padding: 10px 20px 20px;
    background: #fff;
    font-weight: 700 !important;
    line-height: 0.9; !important;
}
#main-longform h1 {
/* font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif !important; */
}
#main-longform .meta-box {
text-align:center;
	margin:5px 0 0 0;
}
#main-longform .meta-lock {
	position:relative;
	display:inline-block;
}
#main-longform > div:nth-child(1) > div > div > div {
	color:#333 !important;
	font-size:13px;
background-color:rgba(255,255,255,0.85);
		padding:5px 10px;
	display:inline-block;
	max-width:300px;
	border-radius:0;
	float:right
}
#main-longform .fa-md.fa-lock {
font-size: 15px;
    bottom: -1px;
    margin: 0;
}
#main-longform .entry-meta,
#main-longform .meta-box-date{
	font-size:12px;
}
#main-longform .featured-caption {
	text-align:center;
	margin:10px 5px 25px;
	font-size:12px;
/* 	background:#fff;
	padding:10px;
	border-radius:30px */
}
#main-longform .entry-content {
	margin:45px 0 0 0;
	padding:0 25px 25px;
}
/* SEARCH */
#search-container .search-submit i {
	display: none;
	margin-right: 5px;
}
#search-container .search-submit.loading i {
	display: inline-block;
}
#search-container .search-submit.loading span {
	opacity: 0.5;
}
.search p,
.author p,
.tag p {
	padding: 0 15px;
	font-size: 14px;
}
/
/* YARPP */
.yarpp-related h3 {
	font-size: 100% !important;
	font-weight: 600 !important;
	margin: 40px 0 0 0 !important;
	padding: 0;
	text-transform: uppercase !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	margin:0;
}
.yarpp-related .yarpp-thumbnail-title {
	font-size:14px !important;
	font-weight:400 !important;
	margin:5px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	line-height:1.2;
	max-height:100%;
	overflow:none;
	width:95%
}
.yarpp-related h3 {
	margin: 50px 0 10px 0 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    background: #f5f5f5;
    padding: 5px !important;
    color: #C11000;
    border-top: 4px solid #C11000;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.25px;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	height:auto;
	margin-bottom:15px;
	margin-right:0;
	border:none;
	margin:0;
}
 .carousel-item {
    transition: transform 2s ease-in-out;
  }
  .carousel-item.active {
    transform: translateX(0%);
  }
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translateX(0%);
  }
  .carousel-item-next,
  .carousel-item-prev {
    transform: translateX(0%);
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
    opacity: 1;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
  }
/* OFFERS */
h2.offers-dig {

	letter-spacing: -0.5px;
font-size:24px !important;
	font-weight:900 !important;
	margin:40px 0 0 !important;
}
h2.offers-dig {

	letter-spacing: -0.5px;
	font-size:24px !important;
	font-weight:900 !important;
	margin:30px 0 0 !important;
	text-align:center;
	color:#d11000;
	text-transform:uppercase;
}
h2.offers-pri {
	letter-spacing: -0.5px;
font-size:24px !important;
	font-weight:900 !important;
	margin:10px 0 0 !important;
	text-align:center;
		color:#DAA520;
	text-transform:uppercase;
}
h6.offers {
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:400 !important;
}
	.offer-block-1 p,
.offer-block-2 p, 	.offer-block-3 p,
.offer-block-4 p
{
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	width:80%;
	margin:10px auto 10px;
		font-size:13px !important;
	font-weight:600 !important;
}
.offer-block-1 h1,
.offer-block-2 h1,
.offer-block-3 h1,
.offer-block-4 h1 {
	font-size:28px !important;
	font-weight:200 !important;
	margin:5px 0 0;
		background:none;
	text-align:center;
	border:none;
	letter-spacing:1px;
}
.offer-block-1 h2,
.offer-block-2 h2
 {
	font-size:40px !important;
	font-weight:900 !important;
	margin:0 10px 10px;
	color:#d11000;
}
.offer-block-3 h2,
.offer-block-4 h2 {
	font-size:40px !important;
	font-weight:900 !important;
	margin:0 10px 10px;
	color:#DAA520;
}
.offer-block-2,
.offer-block-4{
		margin: 1% 9% 5% 1%;
}
.offer-block-1,
.offer-block-3
{
	margin: 1% 1% 5% 9%;
}
.offer-block-1,
.offer-block-2,
.offer-block-3,
.offer-block-4 {
	width:40%;
	overflow:hidden;
	float:left;
	border:5px solid #fff;
	text-align:center;
	border-radius:10px;
	padding: 5px 10px 15px;
}
h3.offers
{	
    margin: 15px auto !important;
    color: #333;
    font-weight: 700 !important;
    font-size: 17px !important;
	display:block !important;
	position:relative !important;
	text-align:center !important;
	letter-spacing:0px;
} 
h5.offers
{	
    margin: 12px 2px;
    font-weight: 300 !important;
    font-size: 15px;
    text-align: center;
    color: #333
}
.offer-block-1,
.offer-block-2,
.offer-block-3,
.offer-block-4 {
	
	background:#F8F3EB;
	box-shadow:1px 1px 6px;
}
.offers-features {
   
    padding: 1px 1px 35px;
	margin-bottom:15px
}
/* pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
	background:#111;
	color:#fff;
}

.pmpro_btn a:link {
	text-decoration: underline;
	color:#d11000;
}

.pmpro_content_message a:hover {
	color:#d11000 !important
} */
.main_ysa #footer {
    margin-top: 0;
}
.wrapper-200y {
    margin:0 auto;
    max-width: 1050px;
    font-weight: 400;
     font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
    margin-top: -50px;
}
section .wrapper-200y {
    margin: 0 !important;
}
.wrapper-200y > * {
    box-sizing: border-box;
}
.blue-200y {
    color: #039fc6;
    font-weight: 700;
}
.hashtag {
    text-align: center;
    margin: 30px auto 15px;
    font-size: 20px;
    background: #00AFEF;
    color: #fff;
    font-weight: 700;
    padding: 30px 5px;
    max-width: 300px;
    letter-spacing: 2px;
	display: block;
	width:100%;
}


.y200-pdf {
	background: #eee;
    border: 1px solid #fff;
    font-weight: 400;
    padding: 0 0 5px 0;
    max-width: 275px;
	width:100%;
	margin:0 auto;
    letter-spacing: 0;
    display: block;
    width: 100%;
 
}


.y200-pdf img {
	max-width:275px;
	width:100%;
}

.y200-pdf p  {
	text-align: center !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
	margin: 0 !important;
	font-weight: 700 !important;
}


.streaming {
    text-align: center;
    margin: 0 auto 10px;
    font-size: 18px;
    background: #eee;
    color: #333;
    font-weight: 600;
    padding: 15px 5px;
    max-width: 200px;
    letter-spacing: 1px;
	display: block;
	width:100%;
	border:1px solid #333;
}

.streaming a:link {
	cursor: crosshair;
}

.ysa-closed {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    background: #002675;
    color: #fff;
    margin: 0 auto 25px;
    font-weight: 400;
    padding: 10px;
    width: 300px;
}
.ysa-info {
    padding-top: 20px;
    padding-bottom: 20px;
}
#home-ysa {
    padding: 0 15px;
}
/************  HERO */
.hero-200y {
    margin-bottom: 0;
}
.hero-200y {
    text-align: center;
}
.hero-200y img {
    margin-top: -35px;
    width: 100%;
    max-width: 970px;
}
		.hero-200y {
		display:inherit;
	}
	.hero-200y-mobile {
		display:none;
	}
/*********** CAROUSEL */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
/*         display: none; */
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}
.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(8.333%);
}
.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-8.333%);
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
/************ CATGORIES */
.categories-200y .card-img-overlay,
.categories-200y .card,
.categories-200y .card-img {
    padding: 0;
    border-radius: 0;
    border: none;
    border-right: 2px solid #fff;
}
.categories-200y .card-img-overlay {
    font-size: 12px;
    font-weight: 400;
    padding: 3px 1px 0;
    background: #1392c7;
    word-wrap: wrap;
    display: block;
    height: 42px;
    color: #fff;
    z-index: 1;
    position: relative;
    margin: -3px 0 0 0;
}
.categories-200y {
    padding: 0;
    overflow: auto;
    white-space: nowrap;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}
.categories-200y .category-200y {
    display: inline-block;
    width: 100px;
    height: auto;
    background-color: #ccc;
}
.categories-200y::-webkit-scrollbar {
    height: 15px;
    border-radius: 0;
    background: #039fc8;
}
.categories-200y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.categories-200y::-webkit-scrollbar-thumb {
    height: 15px;
    border-radius: 0;
    background-color: #333;
    transition: background-color 0.2s ease-in-out;
}
.categories-200y::-webkit-scrollbar-thumb:hover {
    background-color: #111;
}
.categories-200y::-webkit-scrollbar:vertical {
    display: none;
}
/************  TOP */
.top-200y {
	max-width: 970px;
    padding: 3px;
    z-index: 1;
    position: relative;
    background: #059fc7;
    height: 32px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4cede+0,a4cede+22,a4cede+48,059fc7+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(164,206,222,0) 0%, rgba(164,206,222,0.22) 22%, rgba(164,206,222,0.48) 48%, rgba(5,159,199,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(164,206,222,0) 0%,rgba(164,206,222,0.22) 22%,rgba(164,206,222,0.48) 48%,rgba(5,159,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(164,206,222,0) 0%,rgba(164,206,222,0.22) 22%,rgba(164,206,222,0.48) 48%,rgba(5,159,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a4cede', endColorstr='#059fc7',GradientType=1 ); /* IE6-9 */
}
.top-200y select {
	padding: 2px 5px;
    width: fit-content;
    margin: 0 !important;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    border: 2px solid #049fc8;
    color: #049fc8;
    background: #f9f9f9;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    right: 5px;
}
/************  CONTENT */
.content-200y h1 {
    color: #02a0c6;
    /* 	color:#111; */
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: -1px;
    margin: 20px 0 50px 0;
    font-weight:600 !important;
	border-left:25px solid #c4e1ed;
	padding:10px 0 10px 15px
/* 	text-align:justify; */
}
.content-200y p {
    margin: 25px 0 40px 0;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.3;
    /* 			width:90%; */
    color: #333;
    letter-spacing: -0.15px;
     font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif;
}
.content-200y {
    display: flex;
}
.content-200y .content-main-200y,
.content-200y .content-sidebar-200y {
    padding: 0 0 0 30px;
    margin: 30px 0 0 0;
}
.content-200y .content-main-200y {
    flex: 1;
}
.content-main-200y {
	width:45%;
}
.register-200y {
display: block;
}
.register-200y .content-register-200y {
	text-align: center;
}
.content-200y .content-sidebar-200y {
    flex-basis: 55%;
    text-align: center;
}
.content-sidebar-200y img {
    width: 100%;
    max-width: 400px;
}
/************  PARTNERS & SPONSORS */
.partner-200y {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 400;
    background: #02a0c6;
    display: inline-block;
    position: relative;
    padding: 4px 6px;
    color: #fff;
    line-height: 1;
}
.logo-200y {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}
.logo-200y-anglo {
    max-width: 500px;
    text-align: center;
    margin: 10px auto 30px;
}
.sponsor-200y-mandela {
    max-width: 250px;
    margin: 0 auto;
}
.sponsor-200y {
    padding: 0;
    margin: 20px auto 10px;
    max-width: 120px;
    width: 100%;
}
.yfm {
    max-width: 80px;
}
.vodacom {
    max-width: 130px;
}
.sponsors-200y {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sponsors-200y .sponsor-200y .content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sponsors-200y .sponsor-200y .image {
    width: 80px;
    height: 80px;
    background-color: #ccc;
}




/***** VIDEOS & GALLERY ****/

.wrapper-200y .video-holder {
	margin:0 auto 5px; 
	padding:0 5px; 
	text-align:center;
}

.wrapper-200y h1.video-head {
	text-align:center;
	margin:0 0 5px 0;
	padding: 0;
	font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important
}

.wrapper-200y .video-title {
	text-align:center;
	margin:0 auto;
	padding: 5px;
}

.wrapper-200y .photo-gallery {
 text-align: center;
    margin: 12px auto 30px;
    font-size: 20px;
    background: #890D1B;
    color: #fff;
    font-weight: 700;
    padding: 0 0 25px;
    max-width: 300px;
    letter-spacing: 2px;
	display: block;
	width:100%;
	text-transform: capitalize;
}

.wrapper-200y .photo-gallery img {
	max-width: 300px;
	width:100%;
	margin:0 0 20px 0;
}


/***********  DATE & CLOCK */
.date-200y {
    border-top: 3px solid #02a0c6;
    border-bottom: 3px solid #02a0c6;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 45px;
    padding: 45px 0 35px;
    max-width: 1000px;
}
.date-200y h3 {
    font-size: 28px;
    width: 90%;
    text-align: center;
    font-weight:300 !important;
    line-height: 1 !important;
	    text-transform: uppercase;
}
.countdown-begun h4 {
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.small-count {
font-size:18px;
	text-transform:uppercase;
	    font-weight: 300 !important;
	position:relative;
	display:inline-block;
color:#aaa;
}
#countdown {
	line-height:1.5;
    margin: 0 auto;
    text-align: center !important;
    width: 100% !important;
    display: block;
    position: relative;
    font-size: 30px !important;
    padding: 15px 5px;
    color: #fff;
	font-weight:700;
    max-width: 350px !important;
    border-radius: 5px;
    background: rgb(78, 82, 86); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(78, 82, 86, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(78, 82, 86, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(78, 82, 86, 1) 0%,
        rgba(0, 0, 0, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5256', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
/***********  BOTTOM */
section.bottom-200y {
    margin: 20px 0 0 0;
    padding: 55px 0 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(198, 198, 198, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(198, 198, 198, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(198, 198, 198, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6c6c6',GradientType=0 ); /* IE6-9 */
    max-width: 1050px;
    color: #fff;
}
.bottom-200y h2 {
    text-align: center;
    padding: 0px 0 10px;
    font-size: 18px;
	letter-spacing:0.5px;
    font-weight: 500 !important;
    /*  /*  /* font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif; */ */ */
	text-transform:uppercase;
    /* 		color:#fff; */
}
/*** 200YSA MICROSITE ***/
.square-gallery {
	padding-bottom:50px;
}
.main-ysa {
	 /*  /* font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif; */ */
}
section.main-ysa-top {
	height:35px;
	margin: 0 auto;
	background: transparent;
}
.main-ysa .btn {
	--bs-btn-padding-x: 1px !important;
	--bs-btn-padding-y: 1px !important;
	padding: 0 !important;
}
section.main-ysa-hero	{
	margin: 0 auto;
	background: #fff;
	}

	section.main-ysa-hero p {
		font-size: 14px;
		width:100%;
		margin: 0 0 15px;
		text-align: left;
		line-height: 1.1;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	}


/* 200 Young SA */
										
.mg-congrats img {
	max-width: 200px;
    width: 100%;
    margin: 5px 0 10px 15px;
    position: relative;
    display: block;
	float: left
}
/* ANGLO */
.anglo-congrats {
}
.anglo-congrats img {
    max-width: 300px;
    width: 100%;
    margin: 10px 0 10px 0;
    display: block;
    float: right;
	z-index:30px;
	float: right
}
/* 200 Young SUB NAV */
section.main-ysa-subnav {
    background: #00afef;
	background-image: url(https://mg.co.za/wp-content/uploads/2023/06/blue-strip-hor.jpg);
	background-size: cover;
    margin: 0 auto;
    padding: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 5;
}


.anglo-but {
	text-align: center;
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 12px;
}


.y2-ang-int {
	width:100%;
}

.y2-ang-int img {
	max-width:300px;
	margin: 15px auto;
	display: block;
	width:100%;

}	

.y2-mg-int {
	width:100%;
}

.y2-mg-int img {
	max-width:280px;
	margin: 15px auto 45px;
	display: block;
	width:100%;
}


h1.intro-head {
	text-align: left !important;
	width: 100% !important;
	padding:0 !important;
	margin:10px auto 10px !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
}




/* AWARDS FILTER DROPDOWN */
.main-ysa-subnav .filter-dropdown {
}
.main-ysa-subnav .filter-dropdown select {
    background-color: #fff;
    color: #00afef;
    border: 1px solid #00afef;
    padding: 8px;
	width:100%;
	max-width:300px;
	border-radius: 0;
	height:48px;
	display: block !important;
	margin: 0 auto !important;
	font-size: 18px;
  }
/* PAST YEARS DROPDOWN */
.main-ysa-subnav .pastyears-dropdown select {
    background-color: #fff;
    color: #00afef;
    border: 1px solid #00afef;
    padding: 8px;
	width:100%;
	max-width:200px;
	border-radius: 0;
	height:40px;
}
/* .main_ysa .search-200ysa {
	background-color: #333;
    border: 1px solid #fff;
    padding: 0 !;
    font-size: 16px;
    line-height: 1;
	color:#fff !important;
	border-radius: 5px;
	height:34px
} */
.main_ysa #searchform {
	display: inline;
	border-radius: 0;
	background-color: #fff;
    color: #00afef;
    border: 1px solid #00afef;
    padding: 10px;
	color: #00afef;
	height:40px;
  }
  .main_ysa #s {
	transition: all 0.2s ease-out;
	width: 1px;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: transparent;
	opacity: 0;
	color: #00afef;
    padding: 8px;
  }
  .main_ysa #s:focus {
	width: 8em;
	opacity: 1;
	color: #00afef;
  }
  .main_ysa label {
	display: inline-block;
	position: relative;
	color: #00afef;
  }

  .archives-200y {
	text-align: center;
  }

section.archives-200y {
	margin-top: 0;
}

  .archiveSelect {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 5px;
	margin: 0;
	/* background-image: url('dropdown-arrow.png'); */
	background-repeat: no-repeat;
	background-position: right center;
  }

  .archiveWeb-200ycol {

	background: #05738c;
	padding: 25px 5px;


  }

  .archivePDF-200ycol {
	padding: 0;
	background: #8cd7f7;
    background-image: url(https://mg.co.za/wp-content/uploads/2023/06/blue-strip-hor.jpg);
    background-size: cover;

  }

  .archiveWeb-200ycol p,
  .archivePDF-200ycol p {
	font-size:20px !important;
	color:#fff;
	text-shadow: 1px 1px #000;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  }


  .archivePDF-trans {
	height:100%;
	width:100%;
	padding: 25px 5px;
	background-color: rgba(125,0,25,0.65);
  }
   

/* 
 #archiveDrop {
	background-color: #fff;
    color: #00afef;
    border: 1px solid #00afef;
    padding: 8px;
    font-size: 14px;
	width:100%;
	max-width:200px;
	border-radius: 0;
	height:40px;
 } */
  /* Remove default arrow icon */
  .congrats .filter-dropdown select::-ms-expand {
    /* display: none; */
  }
  /* Custom arrow icon */
  .congrats .filter-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('arrow-icon-down.png');
    background-repeat: no-repeat;
    background-position: left;
	background-size: 20px;
  }	
  .main-ysa-subnav .select-style {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 4px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 8px;
	margin: 0;
	background-image: url('dropdown-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
  }
  .select-style:hover,
  .select-style:focus {
	background-color: #eee;
  }
  .y200-dropdown  #tagFiler {
	background: #fff;
  }
.y200-dropdown option {
    background-color: #fff;
    color: #000;
	text-align: center;
}

.y200-2023-intro img {
	width:100%;
	text-align: left;
	display: block;
	margin: 5px auto 10px;
	max-width: 300px;

}


.y200-2023-intro p {
	width: 100%;
	max-width: 850px;
	text-align: center;	
	margin: 0 auto 10px;
	display: block;
	padding: 0 0 10px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;

}

.main_ysa h1 {
	font-size: 22px !important;
    text-transform: capitalize;
    position: relative;
    font-weight: 700 !important;
	width: 100%;
    line-height: 1.1 !important;
	 font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif; 
	 line-height: 0.9 !important;
    color: #00afef;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px;
	margin:0 auto;
}
.main_ysa h2 {
	font-size: 18px !important;
    text-transform: uppercase;
    position: relative;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    line-height: 1 !important;
    color: #333;
    text-align: center;
    display: block;
    padding: 0;
    margin: 15px auto 5px;
    background: transparent;
    

}
.main_ysa h3 {
    background: #111;
    padding: 5px 15px;
    margin-top: 0;
    display: inline-block;
    color: #fff;
    font-weight: 400 !important;
    letter-spacing: 1px;
	float:right;
}
.main_ysa .y200-front-titles {
	position:relative;
	display:block;
	bottom:0;
	/* padding: 80px 5px 10px; */
	width: 100%;
	font-size:14px;
    margin: 6px auto 18px;
	padding: 0 5px 10px;
	text-align: center;
	opacity:1;
transition: opacity 0.5s ease-in-out;
&:hover {
	opacity:1;
	text-decoration:none !important;
	/* text-shadow: 1px 1px 1px #fff; */
}
}
.main_ysa .y200-front-titles strong {
font-size:15px;
line-height: 0.85 !important;
display: block;
}
.main_ysa a:link,
.main_ysa a:hover {
	text-decoration:none !important;
}
.main_ysa .entry-title {
	font-weight: 700 !important;
	font-size:12px;
	color:#111;
	/* text-align:center; */
	/* background: #111; */
top:-10px;
padding:0 5px;
display: block;
position: relative;
	width:100%;
	/* text-shadow: 1px 1px 0 #000; */
	/* font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important; */
	opacity:0.75;
	transition: opacity 0.25s ease-in-out;
	&:hover {
		opacity:1;
		text-decoration:none !important;
		text-shadow: 2px 2px 1px #000;
	}
	}



.main_ysa .y200-featured-image  {
	overflow:hidden;
	max-width:260px;
	width:100%;
	height:150px;
	background-size:cover;
	filter: grayscale(100%);
	transition: filter 0.25s ease-in-out;
	&:hover {
		box-shadow: 3px 2px #fff;
		filter: grayscale(0%);
	}
}
	.y200-sponsors-bottom {
		position: fixed;
		bottom:0;
		height: 80px;
		background: #fff;	
		width:100%;
		text-align: center;
		padding: 0;
		left:0;
	}
	.y200-sponsors-bottom img {
		/* height:55px;
		padding: 5px; */
	}
	.y200-sponsors-bottom {
		background-color: #fff;
		display: flex;
		align-items: center;
		height: 80px;
  }
  .marquee-full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.marquee-box {
	overflow-x: hidden !important;
	display: flex !important;
	flex-direction: row !important;
	position: relative;
	width: 100%;
}
.marquee {
	flex: 0 0 auto;
	min-width: 100%;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	animation: marqueescroll 60s linear 0s infinite;
	animation-play-state: running;
	animation-delay: 0s;
	animation-direction: normal;
}
.marquee figure
{
	margin-right: 3rem;
	margin-left: 3rem;
	padding: 0;
	max-width: 220px;	
	text-align: center;
	vertical-align: top;
}
.marquee figcaption
{
	display:none;
	font-weight: 80%;
	color: #333;
	line-height: 1.2;
}
.marquee img
{
	margin: 0 auto;
	height: auto;
	max-height: 3.5rem;
	max-width: 100%;
	background: #fdfdfd;
	border: none;
}
.marquee-box:hover div {
	animation-play-state: running;
}
.marquee-box:active div {
	animation-play-state: running;
}
@keyframes marqueescroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
/* 200 YSA FOOTER */
section.main-ysa-footer {
	margin: 15px auto 30px;
	padding: 10px 0;
	text-align: center;
}
.ysa-footer-boxes {
	background: #eee;
    padding: 15px 10px 15px;
    border: 2px solid #fff;
	font-size:16px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7dee3+-1,f5f7f9+0,d7dee3+0,e5ebee+45,ffffff+100 */
background: rgb(215,222,227); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(215,222,227,1) -1%, rgba(245,247,249,1) 0%, rgba(215,222,227,1) 0%, rgba(229,235,238,1) 45%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(215,222,227,1) -1%,rgba(245,247,249,1) 0%,rgba(215,222,227,1) 0%,rgba(229,235,238,1) 45%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(215,222,227,1) -1%,rgba(245,247,249,1) 0%,rgba(215,222,227,1) 0%,rgba(229,235,238,1) 45%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7dee3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.ysa-footer-boxes h4 {
	font-size:20px;
	margin: 0 0 2px 0;

}

.ysa-footer-boxes:hover {
background: #ddd;
}
/********* NEWSLETTER */
.newsletter-200y {
    display: flex;
}
.newsletter-200y input {
    width: 300px;
}
.newsletter-200y input,
.newsletter-200y button {
    padding: 10px;
}
.ysa-newsletter {
    background: #fff;
    padding: 10px 0 10px;
}
#mc_embed_signup-ysa input {
    color: #333;
    text-align: left;
    padding: 10px;
    min-width: 280px;
    border: none;
    letter-spacing: 0.5px;
    font-weight: 400;
	border-radius:0;
	height:36px;
	font-size:13px;
	color:#777;
}
#mc_embed_signup-ysa .button {
    width: 200px;
    margin: 10px 0;
    padding: 5px 45px;
    border-radius: 25px;
    background-color: #039fc6;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
	    text-align: center;
}
#mc_embed_signup-ysa .button:hover {
    background: #00aff0;
}
.mce_inline_error,
.y200-error  {
    color: #d11000;
    margin-top: 6px;
	font-size: 13px;
}
.y200-thanks {
    color: #111;
    margin-top: 6px;
	font-size: 14px;
}
/****************** MOBILE SCREENS */
@media screen and (max-width: 768px) {
		#recipeCarousel	.col-1 {
		width:16.666% !important;
	}
	.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(16.666%);
}
.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-16.666%);
}
.content-200y {
    display: block;
}
	.content-200y .content-main-200y, .content-200y .content-sidebar-200y {
	padding:0 15px;
	}
} 
@media screen and (max-width: 400px) {
		#recipeCarousel	.col-1 {
		width:25% !important;
	}
	.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
    transform: translateX(25%);
}
.carousel-inner .carousel-item-start.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
}
		.hero-200y {
		display:none;
	}
	.hero-200y-mobile {
		display:block;
		width:100%;
		text-align:center;
		margin:0 auto;
		max-width:400px;
	}
	.hero-200y {
    margin-bottom: 0;
}
.hero-200y {
    text-align: center;
}
.hero-200y-mobile img {
    margin-top: -35px;
    width: 100%;
    max-width: 300px;
}
}
/*200 YSA PALETTE */
/*
#d86995		art
#89a2d3		business
#4a81a4		civil
#a465a6		education
#8f81af		film
#de8343		entrepeneur
#5a74ab		miniing
#4caba6		health
#d56058		justice
#669dca		tourism
#6f6da5		politics
#9abf55		science
#ba6243		sport
#c695ba   	rural
#a93825 	editors
*/
.arts-entertainment {
    background-color: #d86995;
    color: #d86995;
}
.business {
    background-color: #89a2d3;
    color: #89a2d3;
}
.civil-society {
    background-color: #4a81a4;
    color: #4a81a4;
}
.education {
    background-color: #a465a6;
    color: #a465a6;
}
.environment {
    background-color: #60a963;
    color: #60a963;
}
.entrepreneurship {
    background-color: #de8343;
    color: #de8343;
}
.entrepeneurship {
    background-color: #de8343;
    color: #de8343;
}
.film-media {
    background-color: #8f81af;
    color: #8f81af;
}
.mining-manufacturing {
    background-color: #5a74ab;
    color: #5a74ab;
}
.health {
    background-color: #4caba6;
    color: #4caba6;
}
.justice {
    background-color: #d56058;
    color: #d56058;
}
.tourism-hospitality {
    background-color: #669dca;
    color: #669dca;
}
.politics-government {
    background-color: #6f6da5;
    color: #6f6da5;
}
.technology-innovation {
    background-color: #9abf55;
    color: #9abf55;
}
.sport {
    background-color: #ba6243;
    color: #ba6243;
}
.rural-development {
    background-color: #c695ba;
    color: #c695ba;
}
.editors-choice {
    background-color: #a93825;
    color: #a93825;
}
#sidebar-200y {
	position:relative;
	height:135px;
}



.y200-title {
	position: absolute;
    top: 10%;
    width: 56%;
    left:22%;
    right: 22%;
	z-index: 15
}

.award-category-200y h1 {
	line-height: 1;
    font-size: 40px;
	color:#fff;
	text-shadow: 1px 1px 5px #000;
    font-weight: 900 !important;
    letter-spacing: -0.5px !important;
    display: block;
    text-transform: capitalize;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
;
}

.award-category-200y h2 {
	line-height: 1;
    font-size: 14px;
    font-weight: 700 !important;
    margin: 1px auto 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	color:#fff;
	text-shadow: 1px 1px 4px #000;

}


.y200 h3 {
	line-height: 1;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	padding: 0;
	margin:6px 0 6px 0;
	letter-spacing: 0.5px !important;
	line-height: 1 !important;
	text-align: center;
	color:#fff !important;
}

.y200 p {
    font-weight: 300 !important;
    font-size: 14px;
    font-family: inherit;
}
.y200-left p {
    font-size: 15px;
    font-family: inherit;
	margin: 0 0 10px 0;
	font-weight: 300 !important;
		line-height: 1.3 !important;
		/* font-family: Georgia, 'Times New Roman', Times, serif; */
	}
	.y200-right {
		z-index: 5;
		position: relative;	
		background: rgba(255,255,255,0.8);
	}
.y200-right p {
    font-size: 17px;
	letter-spacing: -0.25px;
    font-family: inherit;
	margin: 0 0 10px 0;
	font-weight: 300 !important;
		line-height: 1.3 !important;
		font-family: Georgia, 'Times New Roman', Times, serif;
}

.y200-right .collapse p {
	margin: 0 0 15px 0;
}

.collapse {
		padding:10px;
}
.additional-info {
	margin: 30px 0 0 0;
}
.btn-y200  {
	/* border:3px solid #333; */
	/* text-align: center !important; */
	margin: 3px auto 3px !important;
	width: 100%;
	font-weight: 400 !important;
	font-size: 19px !important;
	text-align: left;
	line-height: 1;
	padding:8px;
	background: #eee;
	color:#000;
	border-radius: 0;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif; */
}
.y200-right .additional-info .collapse {
}
.btn-y200:hover,
.btn-y200:focus,
.btn-y200:active {
	text-decoration: underline;
	color:#000;
	background: #ddd;
}
.y200-right label {
	font-weight: 700 !important;
	line-height: 1!important;
font-size: 18px !important;
	text-transform:normal;
	margin:20px 0 0;
	font-family: Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
.y200-featured-image {
	width:100%;
}
.y200-featured-image img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
    z-index: 5;
    margin: -50px auto 0;
    position: relative;
}
.y200-featured-image-holder,
.y200-quote,
.y200-article-links {
	display: block;
	text-align: center;
}
.y200-left pullquote {
	width:100%;
	border-left: none !important;
text-align:center;
	margin: 5px auto 45px;
	position: relative;
	z-index:10;
} 
.y200-left pullquote span,
.y200-left pullquote p {
    font-size: 22px !important;
    color: #333;
	line-height: 1.25 !important;
    font-weight:400 !important;
	font-style: italic;
	font-family: 'Times New Roman', Times, serif;
}

.y200-social {
	text-align: center;
	width:100%;
	position: relative;
	z-index:10;	
}

.y200-right ul {
	width:95%;
	padding: 0;
	 /* font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif; */
}
.y200-right li {
    font-style: normal;
    font-size: 17px;
	margin:10px 0 10px 20px;
    list-style: disc;
    line-height: 1.2;
    /* font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif; */
    font-weight: 300 !important;
}
.collapse .p {
	margin: 17px;
	font-weight:300 !important;
}
.anglo-circle-200y img {
    max-width: 200px;
    text-align: center;
    margin: 10px auto 30px;
	background: #fff;;
	padding:10px;
}

/* 
.anglo-circle-200y img {
    display: block;
    width: 90%;
    margin: 0 auto;
    top: 30%;
    position: relative;
} */
.sponsor-circle-200y,
.sponsor-circle-200y-2,
.sponsor-circle-200y-3,
.sponsor-circle-200y-4 {
	background: #fff;
    border-radius: 100%;
    height: 180px;
    width: 180px;
    position: absolute;
    right: 10px;
    top: -15px;
    /* box-shadow: 4px 4px 6px #333; */
    z-index: 10;
    padding: 10px 0 0 0;
    text-align: center;
}
.sponsor-circle-200y img {
    display: inline-block;
	max-width: 170px;
	width:80%;
	position: relative;
	top:30%;

}

.sponsor-circle-200y-2 img {
	display: inline-block;
	max-width: 140px;
	width:70%;
	position: relative;
	top:7.5%;
}


.sponsor-circle-200y-3 img {
	display: inline-block;
	max-width: 130px;
	width:80%;
	position: relative;
	top:10%;
}

.sponsor-circle-200y-4 img {
	display: inline-block;
	max-height: 110px;
	width:auto;
	position: relative;
	top:20px;
}

.icon-200y {
	position: relative;
	display: inline-block;
	padding:0;
}
.icon-200y img {
    height: 160px;
    width: 160px;
    margin: -15px 0 0 0;
    z-index: 6;
    display: block;
    position: relative;
}

p.ysa-prof {
	font-size:17px;
}

.ysa-social {
	font-size:32px;
	margin:0 15px;
	
}

.ysa-social:hover {
	color:#999;
}


/* WEBINAR */
.webinars img {
	width:100%;
	max-width:700px;
margin:10px auto 10px !important;
	display:block;
/* 		border-bottom:1px dashed #777; */
	padding-bottom:10px;
}
.webinar-head {
margin: 10px 1% 10px;
    text-align: center;
    position: relative;
    width: 98%;
    padding: 15px 10px 20px;
    line-height: 1;
		border-radius: 0;
    background: #fff;
	height:100%;
	min-height:240px;
    background-position: center top;
    background-size: cover;
	background-repeat:no-repeat;
}
.webinar-head h1 {
  border-top: 10px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 30px;
}
.classy {
  border-top: 10px solid #000;
    border-bottom: 2px solid #000;
    display: block;
    font-size: 14px;
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 1px;
}
.webinar-head-box h1 {
	text-transform:capitalize;
	font-weight:700 !important;
	 font-size: 24px;
	color:#d11000;
	margin:5px auto 20px;
	letter-spacing:0;
	color:#278ec9;
	line-height:1.1!important;
	width:75%;
	min-width:250px;
}
.webinar-head-box h3{
	font-weight:700 !important;
	 font-size: 30px;
	display:inline-block;
	margin-top:25px;
	color:#fff;
	padding:5px 20px;
		font-weight:400 !important;
	text-transform:uppercase;
		background-color:#DAA520
}
.presented_by {
		font-weight:300 !important;
		 font-size: 12px;
	line-height:1;
	color:#333;
	letter-spacing:1px;
*/
}
.webinars-info {
	margin-top:15px;
	font-weight:500;
	color:#fff;
	text-transform:uppercase;
			 font-size: 12px;
	background:#278ec9;
	padding:10px 15px;
	width:auto;
	display:inline-block;
	border-radius:55px;
}
/*--- WEBINARS ---*/
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
 padding: 0 !important;
}
.navbar-brand img {
 padding: 0 10px 0 10px !important;
}
.headline-right {
	margin:15px 0 0 0;
}
.headline-two-img {
	height:125px !important;
}
.offer-block-1 h1,
.offer-block-2 h1,
.offer-block-3 h1,
.offer-block-4 h1 {
	margin: 20px 0 0 0 !important;
    font-family: georgia;
    font-style: italic;
    letter-spacing: -0.5px;
	font-family:22px;
	color:#333;
}
ol,
ul {
 list-style-position: inside !important;
}
#edu-spo-wor,
#afr-bus-pol {
 margin-top: 15px;
}
/*SIGN UP */
#mc_embed_signup form {
 margin: 15px auto 5px !important;
 padding: 5px 10px 10px;
 text-align: center !important;
 background-color: #ddd5c9;
 background-image: linear-gradient(180deg, #ddd5c9 0%, #ffff 95%, #ffff 100%);
/*  	border-radius:10px 10px 0 0; */
 border-top: 12px solid #ffc539;
	max-width:320px;
	width:100%;
}
#mc_embed_signup h1 {
 font-size: 22px;
 margin-top: 0;
 padding: 0px 5px 5px;
 text-transform: uppercase;
 color: #454545;
/*  text-shadow: 1px 1px 1px #fff; */
 letter-spacing: -0.5px;
 font-weight: 900 !important;
}
#mc_embed_signup p {
 color: #111;
 font-family: arial;
 /* 	    text-transform: uppercase; */
 font-size: 13px;
 font-weight: 500 !important;
 margin: 10px 0;
 padding: 0 20px;
 /* 	text-shadow:1px 1px 2px #000; */
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
  Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
#mc_embed_signup .mc-field-group input {
 display: block;
 width: 100%;
 max-width: 250px;
 padding: 8px 0;
 text-indent: 0;
 text-align: center;
 color: #333;
 font-size: 14px;
 font-weight: 400 !important;
 border: none;
 border-radius: 0;
 background: #fff;
 /*  box-shadow:-2px -2px 0px rgba(0, 0, 0, 0.25) */
 margin: 0 auto;
}
#mc_embed_signup .mc-field-group {
 width: 100% !important;
}
#mc_embed_signup .helper_text {
 background: transparent !important;
}
#mc_embed_signup .button {
 margin: 0 !important;
 width: 65% !important;
 min-width: 250px;
 border: none;
 padding: 12px;
/*  border-radius: 20px; */
 color: #fff;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: 13px;
 font-weight: 700;
 background-color: #ffe53b;
 background-image: linear-gradient(147deg, #ffe53b 0%, #ff2525 54%);
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
  Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}
#mc_embed_signup .button:hover {
 color: #fff;
 background-color: #ffe53b;
 background-image: linear-gradient(147deg, #333 0%, #000 54%);
}
#mc_embed_signup div.response {
 margin: 0 !important;
 padding: 0 0 10px !important;
}
#mc_embed_signup div.mce_inline_error {
 margin: 10px 0 10px 0;
 padding: 5px 10px;
 font-weight: bold;
 z-index: 1;
 color: #d11000;
}
#mc_embed_signup div#mce-responses {
 margin: 0 !important;
}
#mc_embed_signup div#mce-response,
#mc_embed_signup div#mce-responses,
#mc_embed_signup div.response {
 float: inherit !important;
 width: 100% !important;
 margin: 0 !important;
 font-weight: 500 !important;
}
.mornings-icon {
 width: 50px;
}
/* TOP BAR */
.users a {
 color: #fff;
 font-size: 12px !important;
 font-weight: 400 !important;
 line-height: 1;
 letter-spacing: 0.5px;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.top-bar {
 height: 30px !important;
}
.careers-top {
 padding: 5px 0 8px !important;
 text-align: center;
 background: rgb(47, 116, 133);
 background: linear-gradient(
  360deg,
  rgba(47, 116, 133, 1) 0%,
  rgba(58, 139, 159, 1) 100%
 );
}
.careers-top a {
 color: #fff;
}
.newsletter-top {
 background-color: #123 !important;
 height: auto;
 text-align: center;
 padding: 5px 0 8px !important;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14243d+0,2a4f7c+100 */
 background: rgb(20, 36, 61); /* Old browsers */
 background: -moz-linear-gradient(
  top,
  rgba(20, 36, 61, 1) 0%,
  rgba(42, 79, 124, 1) 100%
 ); /* FF3.6-15 */
 background: -webkit-linear-gradient(
  top,
  rgba(20, 36, 61, 1) 0%,
  rgba(42, 79, 124, 1) 100%
 ); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(
  to bottom,
  rgba(20, 36, 61, 1) 0%,
  rgba(42, 79, 124, 1) 100%
 ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14243d', endColorstr='#2a4f7c',GradientType=0 ); /* IE6-9 */
}
.newsletter-top a {
 color: #eee !important;
}
.login-top {
 height: auto;
 text-align: center;
 padding: 5px 0 8px !important;
}
.login-top a {
 color: #daa520;
}
.profile-top {
 background-color: #c11000;
 height: auto;
 text-align: center;
 padding: 5px 0 8px !important;
}
/
#newsletter div.yarpp {
 display: none !important;
}
#newsletter > div > div.yarpp {
 display: none !important;
}
#newsletter .yarpp-thumbnails-horizontal {
 display: none;
}
.opinion-one-img {
 height: 275px !important;
 background-position: center top !important;
}
.has-drop-cap {
 font-size: 18px !important;
}
/* ROADBLOCK */
#roadblock {
 text-align: center;
 border: 2px dashed #ccc;
 border-radius: 15px;
 margin: 20px auto;
 position: relative;
 padding: 25px 0 20px;
}
#roadblock a {
 color: #d11000;
}
#roadblock .fa-md.fa-lock {
 font-size: 18px;
 position: absolute;
 color: #a17f0c;
}
.roadblock-lock {
 margin-bottom: 20px;
 position: absolute;
 left: 50%;
 right: 50%;
 top: 15px;
}
#roadblock > p.block-sub > a {
 font-weight: 400;
 background: #d11000 !important;
 padding: 8px 20px;
 border-radius: 0;
 display: inline-block;
 margin: 15px auto 15px;
 width: auto;
 color: #fff;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 1px;
}
#roadblock p {
 font-family: arial, sans-serif;
 margin: 10px 0 10px 0;
 font-weight: 400 !important;
 font-size: 14px;
}
#roadblock h2 {
 margin: 0 0 20px;
 color: #a17f0c;
 font-size: 22px;
 font-style: italic;
 letter-spacing: -0.75px;
 font-weight: 600 !important;
 line-height: 1.05 !important;
 text-shadow: 1px 1px 2px #fff;
}
#roadblock h3 {
 padding: 5px 10px;
 display: inline-block;
 font-family: arial;
 font-size: 18px;
 margin: 10px 0 0 0;
}
#roadblock h4 {
 font-weight: 600 !important;
 font-size: 18px;
 /* 	font-style: italic; */
 color: #a17f0c;
 margin-top: 25px;
}
.block-lock {
 text-align: center;
 margin: 0 auto;
}
.block-sub {
 background: #d11000 !important;
 padding: 5px 10px !important;
 color: #fff !important;
 font-size: 14px !important;
}
#roadblock a {
 background: none;
 border: none;
 box-shadow: none;
 color: #d11000;
 margin: 0;
 padding: 0;
 font-weight: 600 !important;
}
.home .woocommerce .wc-memberships-restriction-message {
 display: none !important;
}
.home #roadblock {
 display: none;
}
.archive #roadblock {
 display: none;
}
.search #roadblock {
 display: none;
}
.advads-stop-injection {
 display: none;
}
.entry-content h2 {
 font-size: 21px;
 margin-bottom: 5px;
 margin-top: 25px;
 font-weight: 700 !important;
}
@media only screen and (max-width: 991px) {
 .social-box .fa-brands {
  padding: 0 8px !important;
  font-size: 23px !important;
  line-height: 0.7;
 }
	.archive-right {
    margin: 0 0 30px 0 !important;
}
	.offer-block-1 h1,
.offer-block-2 h1,
.offer-block-3 h1,
.offer-block-4 h1 {
	margin:15px 0 0 0 !important;
}
 #main-longform .entry-content {
  padding: 0 12px 20px 12px !important;
 }
 .show-mobile p {
  font-family: arial;
  text-align: left;
  padding: 10px 5px;
  display: block;
  position: relative !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 1px solid #333;
  border-radius: 25px;
  font-size: 12px;
  width: 100% !important;
  max-width: 250px;
  margin: 30px 20px 10px !important;
  text-align: center !important;
 }
 #main-longform .entry-title {
  font-size: 37px !important;
 }
}
#pmpro_form .pmpro_checkout h3 {
 display: none;
}
#pmpro_form .pmpro_checkout p {
 font-size: 18px;
 font-family: arial, sans-serif;
}
.pmpro_checkout-fields {
 margin: 50px 0;
 text-align: center;
}
#other_discount_code_p {
 font-size: 14px !important;
}
.pmpro_alert {
 text-align: center;
}
.pmpro_submit {
 text-align: center;
}
.pmpro_btn.pmpro_btn-submit-checkout {
	background: #d11000;
	border: none;
	box-shadow: none;
    color: #FFF;
	margin:0;
	padding:0;
		font-weight: 600;
		font-size: 16px;
    padding: 10px 30px !important;
}
@media only screen and (min-width: 992px) {
 a.nav-link {
  letter-spacing: 0px;
  font-size: 12px !important;
  text-transform: capitalize !important;
 }
 /* 
.top-bar { max-width:1050px;
margin:0 auto}
#header.fixed-top {
	width:1050px !important;
	margin: 0 auto;
	border-radius:0 0 10px 10px;
 */
}
form.pmpro_form label {
 text-align: center;
}
.embed-responsive,
.post-thumbnail,
.wp-video {
 width: 100% !important;
}
.post img,
.post-thumbnail img {
 width: 100% !important;
}
#member-profile-edit
 > div.pmpro_checkout_box-user
 > div
 > div.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.first_name
 > label {
 text-align: left;
}
#member-profile-edit
 > div.pmpro_checkout_box-user
 > div
 > div.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.last_name
 > label {
 text-align: left;
}
#member-profile-edit
 > div.pmpro_checkout_box-user
 > div
 > div.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.last_name
 > label {
 text-align: left;
}
#member-profile-edit
 > div.pmpro_checkout_box-user
 > div
 > div.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.display_name
 > label {
 text-align: left;
}
#member-profile-edit
 > div.pmpro_checkout_box-user
 > div
 > div.pmpro_member_profile_edit-field.pmpro_member_profile_edit-field-.user_email
 > label {
 text-align: left;
}
.pmpro_member_log_out a {
 text-align: center;
 background: #d8a420;
 width: 100px;
 float: right;
 padding: 5px 10px;
 color: #fff;
 border-radius: 20px;
 font-size: 12px;
 text-transform: uppercase;
 font-weight: 600;
}
/* WALLPAPER */
@media only screen and (min-width: 992px) {
/* #header.fixed-top {
    top: 0 !important;
    max-width: 1050px !important;
    margin: 0 auto;
width:100% !important;
	border-radius:0 0 10px 10px
} */
/* .top-bar {
	max-width:1050px !important;
	margin:0 auto;
	width:100% !important;
}  */
}
/* FRIDAY */
#friday .inner-img-two {
 background-position: top center !important;
}
.social-meks-longfrom {
 margin: 0 auto !important;
 width: 100% !important;
 position: relative;
 margin: 0 auto !important;
 display: inline-block;
 text-align: center !important;
}
.social-meks-longfrom .meks_ess {
 margin: 0 0 5px 0;
 display: inline-flex;
}
.meks_ess.circle .meks_ess-item {
 max-height: 32px !important;
 min-width: 32px !important;
 max-width: 32px !important;
 width: 32px !important;
 line-height: 32px !important;
 font-size: 16px !important;
 color: #3d3d3d !important;
}
.social-meks {
 float: right !important;
 margin: 0 5px 0 0 !important;
}
.social-box .fa-brands {
 padding: 3px 10px 10px !important;
}
@media only screen and (max-width: 992px) {
 a.nav-link {
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  text-transform: capitalize !important;
 }
 #navbar li {
  margin: 5px 0;
 }
 .users a {
  color: #fff;
  font-size: 11px !important;
  font-weight: 500 !important;
 }
 .menu-item ul {
  box-shadow: none !important;
  background: #eee !important;
  border-left: none !important;
 }
}
.promo-space .entry-meta a {
	font-size:10px !important;
}
.promo-space {
	height:200px !important;
}
.headline-promo-img {
    margin: 0 auto  !important;
	background-size:55% !important;
	background-position: center !important;
}
.promo-space h4 {
	font-size:16px !important;
	bottom:20px !important;
	left:10% !important;
	right:10% !important;
	width:80% !important;
	background:transparent !important;
	position:relative !important;
}
/* SOCIAL MEKS */
 .social-meks {
  float: inherit !important;
  margin: 5px 0 !important;
 }
}
.error404 .entry-content {
	padding:50px 0;
	min-height:800px;
	text-align:center;
}
.error404 .search-form {
	width:400px;
	margin:0 auto;
}
.error404 .widget-area {
	text-align:center;
	margin:50px auto;
}
.error404 .widget-area li {
	text-align:left;
}
.error404 .editors-sidebar {
		text-align:left;
}
.error404 h2 {
	margin-bottom:30px !important;
}
.error404 h2 {
	margin-bottom:30px !important;
}
.cookie-consent-banner {
    border: 1px solid #666;
    background-color: #ccc;
    position: fixed;
    left: 10px;
    bottom: 10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 15px;
    z-index: 20; 
}
.cookie-consent-banner .cookie-consent-banner-button {
        width: 100%;
        padding: 10px;
        background-color: #333;
        border: 1px solid #222;
        color: #fff;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
}
@media screen and (max-width: 640px) {
.cookie-consent-banner { 
        right: 10px;
}
}
@media screen and (min-width: 640px) {
.cookie-consent-banner { 
        max-width: 300px;
}
}

#cn-close-notice {
	color:#fff !important;
}


/* 200YSA REGISTRATION FORM */
h3.frm_form_title {
	margin:0 0 30px 0 !important;
	font-size:34px !important;
	color:#059fc7 !important;
	font-weight:600 !important;
	line-height:1.1 !important;
	width:100% !important;
}
.frm_fields_container {
	margin-top:40px;
}
.with_frm_style .frm_primary_label {
	margin-top:5px;
}
.frm_description p {
		font-size:18px !important;
}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
	font-size:16px;
}
.webinars .aside img {
	max-width:140px !important;
	margin-top:0 !important;
}
#visa-offer h1 {
	font-size:30px !important;
	text-align:center;
}
#visa-offer h2 {
	font-size:20px !important;
	text-align:center;
	max-width:700px;
		margin:0 auto;
	border-top:2px solid #1534CB;
	border-bottom:2px solid #1534CB;padding:5px;
	color:#fff;
	background:#1534CB;
	font-weight:300 !important;
	text-transform:uppercase;
	letter-spacing:1px;
}
#visa-offer h3 {
	font-size:22px !important;
	text-align:center;
	max-width:700px;
		margin:-20px auto 30px;
	padding:0;
		line-height:1.2 !important;
}
#visa-offer h4 {
	font-size:28px !important;
	text-align:center;
		margin:10px auto 0;
	font-weight:900 !important;
	color:#1534CB;
	line-height:1 !important;
}
#visa-offer h5 {
	font-size:42px !important;
	text-align:center;
		margin:0 auto;
	font-weight:900 !important;
	color:#1534CB;
}
#visa-offer h6 {
font-size:18px !important;
	padding:30px 0 10px 0;
}
#visa-offer p {
	max-width:600px;
	margin:10px auto 20px;
	text-align:justify;
	font-size:15px !important;
	font-family:arial;
}
#visa-offer .offer-block-1 {
	float:inherit !important;
	margin:50px auto 0;
	padding:0;
}
.ad-block-2, .ad-banner-2 {
	padding:10px 0 !important;
}



/* MOBILE 200 YSA */

@media only screen and (max-width: 992px) {



section.main-ysa-subnav {

    top: 60px;

}	


.congrats {
	font-size:1.1em;
	margin: 10px auto;
}

.y200-title {
	top:10%;
}

.award-category-200y h1 {
	font-size: 30px;


}


}



@media only screen and (max-width: 768px) {

	#sidebar-200y {
		height:100px;
	}

	.congrats {
		font-size:1.6em;
		margin: 10px auto;
		display: none;
	}
	
	.mg-congrats img  {
		margin:0 0 15px 5px;
		float: left;
		max-width:140px;
	}

	.anglo-congrats img  {
		margin:5px 0 0 0;
		float: right;
		max-width:200px;
	}


.y200-featured-image img {
    margin: -35px auto 0;
}
.sponsor-circle-200y,
.sponsor-circle-200y-2,
.sponsor-circle-200y-3,
.sponsor-circle-200y-4 {
	background: #fff;
    border-radius: 100%;
    height: 85px;
    width: 85px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 10;
    padding: 2px;
    text-align: center;
}
.sponsor-circle-200y img {
    display: inline-block;
	max-width: 70px;
	width:90%;
	position: relative;
	top:30%;

}

/* DONE AUTRUM */
.sponsor-circle-200y-2 img {
	display: inline-block;
	max-width: 75px;
	width:90%;
	position: relative;
	top:6%;
}

/* DONE CDH */
.sponsor-circle-200y-3 img {
	display: inline-block;
	max-width: 75px;
	width:90%;
	position: relative;
	top:17.5%;
}

.sponsor-circle-200y-4 img {
	display: inline-block;
	max-height: 70px;
	width:auto;
	position: relative;
	top:5px;
}


.icon-200y img {
	width: 100px;
	height:100px;
	margin: 0;
}

.main_ysa .y200-featured-image {
	height: 200px;
}

.y200-featured-image img {
max-width:300px;
max-height:300px;
}

.y200-left pullquote {
	margin-bottom: 0;
	width:100%;
}

.y200-title {
	top:10%;
}

.award-category-200y h1 {
	font-size: 22px;


}

.award-category-200y h2 {
	font-size: 11px;
}

}






/* ROADBLOCK */
#reg-sub {
	text-align: left;
	/* border:2px dashed #ccc; */
	border-radius:15px;
	margin:20px auto;
	position:relative;
	/* padding:5px; */
	background: #f8f3eb;
}


#reg-sub ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: disc;
	list-style-position: inside;
}

#reg-sub li {
	margin: 5px 0 10px 0 !important;
	font-weight: 600 !important;
	font-size: 15px;
	font-style: normal;
	letter-spacing: -0.15px;
	line-height: 1.2 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	list-style-position: inside;
	padding-left: -5px;
	list-style-type: "✓";
}

#reg-sub li span {
position: relative;
left: 2px;
}

::marker {
	color: #d11000;
	font-size: 18px;
  }

#reg-sub h2 {
	margin: 20px 0 0 0;
	/* color: #A17F0C; */
	/* color:#d11000; */
	font-size: 20px;
	/* font-style: italic; */
	letter-spacing: -0.25px;
	line-height: 1.25 !important;
	text-shadow: 1px 1px 2px #fff;
	text-align: center !important;
	/* color: #A17F0C; */
	color: #c11000 !important;
	font-weight: 900 !important;
	/* text-transform: uppercase; */
	/* text-align: left !important; */
	
}
#reg-sub h3 {
	margin: 0;
	color: #333;
	display: inline-block;
	font-size: 32px;
	letter-spacing: -1px;
	margin: 0;
	font-weight: 900 !important;
	text-transform: uppercase;
	text-align: left !important;


}
#reg-sub h4 {
	font-size: 14px;
	margin: 0 0 20px 0;
	letter-spacing: -0.25px;
	font-weight: 700 !important;
	text-transform: uppercase;
	text-align: left;
	color:#d11000;
	/* color: #A17F0C; */
}

#reg-sub h5 {
	font-weight: 300 !important;
	font-size: 16px;
	font-style: normal;
	letter-spacing: -0.15px;
	line-height: 1 !important;
	margin: 0 0 25px 0;
	text-align: center !important;


}

.rb-reg {
	border-right:1px dashed #999;

}

.rb-reg p {
	margin: 5px 0 15px 0 !important;
	font-weight: 300 !important;
	font-size: 15px;
	letter-spacing: -0.05px;
	line-height: 1.2 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	list-style-position: outside;
}

.rb-sub p {
	margin: 5px 0 15px 0 !important;
	font-weight: 300 !important;
	font-size: 15px;
	letter-spacing: -0.05px;
	line-height: 1.2 !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
	list-style-position: outside;
}


#reg-sub .rb-sub a,
#reg-sub .rb-reg a {
	background: #d11000;
	padding: 10px;
	color:#fff;
	width:150px;
}

#reg-sub .rb-sub a:hover,
#reg-sub .rb-reg a:hover {
	color:#fff !important;
	text-decoration: underline;
}

.rb-already {
	text-align: center ;
	margin-top: 20px;

}

#reg-sub .rb-already a {
	background:transparent;
padding: 0;
margin: 0;
border: none;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
text-transform: capitalize;
font-size:15px
}

#reg-sub .rb-already a:hover {
	text-decoration: underline;
}


.home #reg-sub {
	display:none;
}
.archive #reg-sub {
	display:none;
}
.search #reg-sub {
	display:none;
}

/* OLD ROADBLOCK */
#roadblock {
	text-align: center;
	border:2px dashed #ccc;
	border-radius:15px;
	margin:20px auto;
	position:relative;
	padding:25px 0 20px;
}
#roadblock a {
	color: #d11000;
}
#roadblock .fa-md.fa-lock {
	font-size: 18px;
	position:absolute;
	color: #A17F0C;
}
.roadblock-lock {
	margin-bottom:20px;
	position:absolute;
	left:50%;
	right:50%;
	top:15px;
} 
#roadblock>p.block-sub>a {
	font-weight: 400;
	background: #d11000 !important;
	padding: 8px 20px;
	border-radius: 0;
	display: inline-block;
	margin: 15px auto 15px;
	width: auto;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#roadblock p {
	font-family: arial, sans-serif;
	margin: 10px 0 10px 0;
	font-weight: 400 !important;
	font-size: 14px;
}
#roadblock h2 {
	margin: 0 0 20px;
	color: #A17F0C;
	font-size: 22px;
	font-style: italic;
	letter-spacing: -0.75px;
	font-weight: 600 !important;
	line-height: 1.05 !important;
	text-shadow: 1px 1px 2px #fff;
}
#roadblock h3 {
	padding: 5px 10px;
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	margin: 10px 0 0 0;
}
#roadblock h4 {
	font-weight: 600 !important;
	font-size: 18px;
/* 	font-style: italic; */
	color: #A17F0C;
	margin-top:25px;
}
.block-lock {
	text-align: center;
	margin: 0 auto;
}
.block-sub {
	background:#d11000 !important;
	padding:5px 10px !important;
	color:#fff !important;
		font-size: 14px !important;
}
#roadblock a {
	background: none;
	border: none;
	box-shadow: none;
    color: #D11000;
	margin:0;
	padding:0;
		font-weight: 600 !important;
}


/* THREE ARTICLE PAGE */

.page-three-article-limit h1 {
	font-size:18px;
}

h2.continue {
    background-color: #d11000;
    color: #fff;
    padding: 10px;
    display: block;
    width: 300px;
    text-align: center;
    margin: 30px auto 0;
	font-size:16px !important;
}

.offers-features ul {
	text-align: center;
	margin: 10px !important;
}
.offers-features li {
	text-align: center;
	list-style-type: "✓ ";
	list-style-position: inside;
	font-size: 17px;
}