::-moz-selection {
	background: #7773B3;
}

::selection {
	background: #7773B3;
}

html {
	font: normal 14px / 20px "Lato", Helvetica, Arial, sans-serif;
	background: #faf9f8;
}

body {
	margin: 0;
	letter-spacing: 0.01em;
	background: #faf9f8;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
}

a:hover {
	text-decoration: none;
}

a.hyper {
	position: relative;
	color: #000!important;
}

a.hyper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
}

a.hyper:hover {
	color: #000;
	text-decoration: none;
}

a.hyper:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

fieldset {
	border: 1px solid #e61c83;
}

a.site-logo img {
	height: 28px;
}

.uk-grid-small {
    margin-left: -15px;
}

.uk-grid-small > * {
    padding-left: 15px;
}

.uk-nav-offcanvas a.site-logo {
	background: #669b9b!important;
	padding: 6px 15px;
}

.eg-navbar {
	background: #000;
}

.eg-navbar .uk-navbar {
	background: #669b9b;
}

.eg-navbar .uk-navbar-brand, .eg-navbar .uk-navbar-brand a {
	font-size: 14px;
	color: #fff;
}

.eg-navbar .uk-navbar-toggle {
	color: #fff;
}

.eg-navbar .uk-navbar-center {
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eg-navbar .uk-navbar-nav > li {
	margin-right: 20px;
}

.eg-navbar .uk-navbar-flip .uk-navbar-nav > li {
	margin-right: 0;
	margin-left: 20px;
}

.eg-navbar .uk-navbar-nav > li > a {
	height: 40px;
	margin: 0;
	border: none;
	text-shadow: none;
	color: #999;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

.eg-navbar .uk-navbar-nav > li > a:hover,
.eg-navbar .uk-navbar-nav > li > a:active {
	background-color: transparent;
	color: #fff;
	cursor: pointer;
}

.eg-navbar .uk-navbar-nav > li.uk-active > a {
	background-color: #811c63;
	color: #fff;
}

[data-uk-sticky].eg-navbar,
[data-uk-sticky].submenu {
	z-index: 999!important;
}

.uk-nav-navbar > li.uk-active > a,
.uk-nav-navbar > li > a:focus,
.uk-nav-navbar > li > a:hover {
	background: #669b9b;
	color: #fff;
}

.uk-nav-offcanvas ul > li > a.topic.rg,
.uk-nav-navbar > li > a.rg {
	border-left: 5px solid #669998;
}

.uk-nav-navbar > li.uk-active > a.rg,
.uk-nav-navbar > li > a.rg:focus,
.uk-nav-navbar > li > a.rg:hover {
	background: #669998;
	color: #fff;
}

.bg-logo img {
	margin: 10px 0;
	max-height: 100px;
}

.tagline {
	margin-top: 40px;
	font-size: 1.43rem;
	line-height: 1.2;
	color: #669b9b;
	letter-spacing: 1px;
}

.bg-navbar {
	background-color: #fff;
	color: #6d7993;
	z-index: 999!important;
}

.bg-navbar .eg-report img {
	padding: 10px;
	height: 120px;
	margin-left: 0;
}

.bg-navbar .bg-report img {
	padding: 10px;
	height: 120px;
	margin-left: 10px;
}

.bg-navbar .bg-logo:hover img,
.bg-navbar .bg-logo.uk-active img,
.bg-navbar .bg-report:hover img,
.bg-navbar .bg-report.uk-active img {
	*background-color: #6d7993;
}

.bg-navbar .bg-navbar-nav > li.menu-divider {
	background: #6d7993;
	margin: 12px 5px 0px 5px;
	width: 2px;
	height: 20px;
}

.bg-navbar .bg-navbar-nav > li > a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	height: 40px;
	padding: 0 13px;
	color: #444;
	font-size: 1rem;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	margin-right: 1px;
	border: 1px solid transparent;
	border-bottom-width: 0;
}

.bg-navbar .bg-navbar-nav > li > a + div {
	position: absolute;
	left: -40%;
	min-width: 220px;
	padding: 15px;
	font-size: 1em;
	color: #444;
	text-transform: none;
	white-space: nowrap;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow : 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.bg-navbar .bg-navbar-nav > li > a + div img {
	max-height: 16px;
	margin-right: 5px;
}

.bg-navbar .bg-navbar-nav > li:hover > a,
.bg-navbar .bg-navbar-nav > li > a:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a {
	background-color: #fff;
	color: #000;
	*font-weight: 600;
	outline: none;
	position: relative;
	z-index: 1;
}

.bg-navbar .bg-navbar-nav > li > a:active {
	background-color: #6d7993;
	color: #fff;
}

.bg-navbar .bg-navbar-nav > li > a.sm-twitter {
	background-color: initial;
	color: #38a1f3;
}

.bg-navbar .bg-navbar-nav > li > a.sm-linkedin {
	background-color: initial;
	color: #0077b5;
}

.bg-navbar .bg-navbar-nav > li > a.sm-facebook {
	background-color: initial;
	color: #29487d;
}

.bg-navbar .bg-navbar-nav > li > a.sm-instagram {
	background-color: initial;
	color: #262626;
}

.uk-nav-offcanvas > .uk-open > a,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover {
	background: #669b9b;
	color: #fff;
}

.uk-nav-offcanvas ul > li > a {
	color: #000;
}

.bg-navbar .bg-navbar-nav > li:hover > a.default,
.bg-navbar .bg-navbar-nav > li > a.default:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.default,
.bg-navbar .bg-navbar-nav > li.uk-active > a.default,
.bg-navbar .bg-navbar-nav > li > a.default:active {
	background-color: #669b9b;
	color: #fff;
}

.uk-nav-offcanvas ul > li.uk-active > a.topic,
.uk-nav-offcanvas ul > li > a.topic:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.topics,
.bg-navbar .bg-navbar-nav > li > a.topics:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.topics,
.bg-navbar .bg-navbar-nav > li.uk-active > a.topics,
.bg-navbar .bg-navbar-nav > li > a.topics:active {
	background-color: #669b9b!important;
	color: #fff;
}

.uk-nav-offcanvas ul > li.uk-active > a.topic.rg,
.uk-nav-offcanvas ul > li > a.topic.rg:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.topics.rg,
.bg-navbar .bg-navbar-nav > li.uk-active > a.topics.rg,
.bg-navbar .bg-navbar-nav > li > a.topics.rg:active {
	background-color: #669998!important;
	color: #fff;
}

.uk-nav-offcanvas > li.uk-active > a.news,
.uk-nav-offcanvas > li > a.news:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.news,
.bg-navbar .bg-navbar-nav > li > a.news:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.news,
.bg-navbar .bg-navbar-nav > li.uk-active > a.news,
.bg-navbar .bg-navbar-nav > li > a.news:active {
	background-color: #da627d!important;
	color: #fff;
}

.uk-nav-offcanvas > li.uk-active > a.features,
.uk-nav-offcanvas > li > a.features:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.features,
.bg-navbar .bg-navbar-nav > li > a.features:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.features,
.bg-navbar .bg-navbar-nav > li.uk-active > a.features,
.bg-navbar .bg-navbar-nav > li > a.features:active {
	background-color: #3f93af!important;
	color: #fff;
}

.uk-nav-offcanvas > li.uk-active > a.insights,
.uk-nav-offcanvas > li > a.insights:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.insights,
.bg-navbar .bg-navbar-nav > li > a.insights:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.insights,
.bg-navbar .bg-navbar-nav > li.uk-active > a.insights,
.bg-navbar .bg-navbar-nav > li > a.insights:active {
	background-color: #d89f6e!important;
	color: #fff;
}

.uk-nav-offcanvas > li.uk-active > a.publications,
.uk-nav-offcanvas > li > a.publications:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.publications,
.bg-navbar .bg-navbar-nav > li > a.publications:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.publications,
.bg-navbar .bg-navbar-nav > li.uk-active > a.publications,
.bg-navbar .bg-navbar-nav > li > a.publications:active {
	background-color: #6d7993!important;
	color: #fff;
}

.uk-nav-offcanvas > li.uk-active > a.egold,
.uk-nav-offcanvas > li > a.egold:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.egold,
.bg-navbar .bg-navbar-nav > li > a.egold:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.egold,
.bg-navbar .bg-navbar-nav > li.uk-active > a.egold,
.bg-navbar .bg-navbar-nav > li > a.egold:active {
	background-color: #d89f6e!important;
	color: #fff;
}

.uk-nav-offcanvas > li.uk-active > a.rankings,
.uk-nav-offcanvas > li > a.rankings:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.rankings,
.bg-navbar .bg-navbar-nav > li > a.rankings:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.rankings,
.bg-navbar .bg-navbar-nav > li.uk-active > a.rankings,
.bg-navbar .bg-navbar-nav > li > a.rankings:active {
	background-color: #94618e!important;
	color: #fff;
}

.uk-nav-offcanvas > li > a.sm-twitter:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.sm-twitter,
.bg-navbar .bg-navbar-nav > li > a.sm-twitter:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.sm-twitter,
.bg-navbar .bg-navbar-nav > li.uk-active > a.sm-twitter,
.bg-navbar .bg-navbar-nav > li > a.sm-twitter:active {
	background-color: #38a1f3;
	color: #fff;
}

.uk-nav-offcanvas > li > a.sm-linkedin:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.sm-linkedin,
.bg-navbar .bg-navbar-nav > li > a.sm-linkedin:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.sm-linkedin,
.bg-navbar .bg-navbar-nav > li.uk-active > a.sm-linkedin,
.bg-navbar .bg-navbar-nav > li > a.sm-linkedin:active {
	background-color: #0077b5;
	color: #fff;
}

.uk-nav-offcanvas > li > a.sm-facebook:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.sm-facebook,
.bg-navbar .bg-navbar-nav > li > a.sm-facebook:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.sm-facebook,
.bg-navbar .bg-navbar-nav > li.uk-active > a.sm-facebook,
.bg-navbar .bg-navbar-nav > li > a.sm-facebook:active {
	background-color: #29487d;
	color: #fff;
}

.uk-nav-offcanvas > li > a.sm-instagram:hover,
.bg-navbar .bg-navbar-nav > li:hover > a.sm-instagram,
.bg-navbar .bg-navbar-nav > li > a.sm-instagram:focus,
.bg-navbar .bg-navbar-nav > li.uk-open > a.sm-instagram,
.bg-navbar .bg-navbar-nav > li.uk-active > a.sm-instagram,
.bg-navbar .bg-navbar-nav > li > a.sm-instagram:active {
	background-color: #262626;
	color: #fff;
}

.adv,
.uk-panel,
.menu-container {
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.menu-container.welcome {
	border-bottom: 5px solid transparent;
}

.menu-container.default {
	border-bottom: 5px solid #669b9b;
}

.menu-container.topics {
	border-bottom: 5px solid #669b9b;
}

.menu-container.rg {
	border-bottom: 5px solid #669998!important;
}

.menu-container.news {
	border-bottom: 5px solid #da627d;
}

.menu-container.features {
	border-bottom: 5px solid #3f93af;
}

.menu-container.insights {
	border-bottom: 5px solid #d89f6e;
}

.menu-container.publications {
	border-bottom: 5px solid #6d7993;
}

.menu-container.insights {
	border-bottom: 5px solid #d89f6e;
}

.menu-container.egold {
	border-bottom: 5px solid #d89f6e;
}

.menu-container.rankings {
	border-bottom: 5px solid #669b9b;
}

.menu-container.sm-linkedin {
	border-bottom: 5px solid #0077b5;
}

.menu-container.sm-twitter {
	border-bottom: 5px solid #38a1f3;
}

.menu-container.sm-facebook {
	border-bottom: 5px solid #29487d;
}

.menu-container.sm-instagram {
	border-bottom: 5px solid #262626;
}

.bg-navbar .bg-navbar-nav > li.uk-active > a {
	background-color: #fff;
	color: #000;
	*font-weight: 600;
}

.bg-navbar:before,
.bg-navbar:after {
	content: "";
	display: table;
}

.bg-navbar:after {
	clear: both;
}

a.bg-link {
	color: #6d7993 !important;
	-webkit-transition: background .15s cubic-bezier(.33,.66,.66,1);
	transition: background .15s cubic-bezier(.33,.66,.66,1);
}

a.bg-link:hover, a.bg-link:focus, a.bg-link:active {
	border-bottom: 1px solid #6d7993;
}

.eg-container {
	padding: 15px 0;
}

.eg-content-container {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.content {
	margin: 0 auto;
}

.eg-panel {
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}

.header-label {
	font-family: 'Lato';
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}

.headline {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-style: italic;
	font-size: 2.4em;
	line-height: 1em;
	letter-spacing: 1.2px;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}

.submenu {
	padding: 10px 20px 0 20px;
	background-color: #fff;
}

.submenu .uk-subnav > * > * {
	padding: 0 8px;
}

.submenu .uk-subnav.uk-subnav-line {
	margin-left: 0;
	margin-bottom: 10px;
}

.submenu.news .uk-subnav > .uk-active > *,
.submenu.section .uk-subnav > .uk-active > *,
.submenu.topic .uk-subnav > .uk-active > * {
	background-color: #669b9b;
	color: #fff;
}

.submenu.topic.rg .uk-subnav > .uk-active > * {
	background-color: #669998;
	color: #fff;
}

.submenu.topic .uk-subnav > .uk-active > .news,
.submenu.news .uk-subnav > .uk-active > * {
	background-color: #da627d;
	color: #fff;
}

.submenu.topic .uk-subnav > .uk-active > .features,
.submenu.features .uk-subnav > .uk-active > * {
	background-color: #3f93af;
	color: #fff;
}

.submenu.topic .uk-subnav > .uk-active > .insights,
.submenu.insights .uk-subnav > .uk-active > * {
	background-color: #d89f6e;
	color: #fff;
}

.submenu.egold .uk-subnav > .uk-active > * {
	background-color: #d89f6e;
	color: #fff;
}

.uk-subnav-pill.tags > li > a {
	background: #da627d;
	color: #fff;
	font-size: 0.95em;
	border-radius: 5px;
}

.segment-title {
	position: relative;
	text-align: center;
	margin: 25px auto;
}

.segment-title:before {
	position: absolute;
	background: #56626c;
	content: "";
	display: block;
	height: 2px;
	top: 50%;
	left: 0;
	width: 100%;
}

.segment-title span {
	position: relative;
	z-index: 1;
	padding: 0 20px;
	font-family: "Cormorant Garamond", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1.2em;
	background: #faf9f8;
	color: #6d7993;
}

.section-publications {
	background: #6d7993;
}

.section-publications .segment-title span {
	background: #6d7993;
	color: #fff;
}

.publications .uk-slidenav-position,
.section-publications .uk-slidenav-position,
.section-rg .uk-slidenav-position {
	padding: 0 40px;
}

.section-publications .section-title span {
	background: #6d7993;
	color: #fff;
}

.section-publications .section-title:after {
	background: #fff;
}

.section-egold .uk-slidenav-contrast:hover {
	color: #d89f6e;
}

.section-features,
.section-resources {
	background: #56626c;
	padding: 25px 0;
}

.section-features .segment-title:before,
.section-resources .segment-title:before {
	background: #fff;
}

.section-features .segment-title span,
.section-resources .segment-title span {
	background: #56626c;
	color: #fff;
}

.section-resources .section-title span {
	background: #56626c;
	color: #fff;
}

.section-resources .section-title:after {
	background: #fff;
}

.section-partners {
	background: #faf9f8;
	padding: 25px 0;
}

.section-partners .segment-title:before {
	background: #56626c;
}

.section-partners .segment-title span {
	background: #faf9f8;
	color: #d89f6e;
}

.section-title {
	position: relative;
	margin: 30px 0;
}

.section-title span {
	font-size: 1.85rem!important;
	line-height: 1;
	font-family: "Cormorant Garamond", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	background: #faf9f8;
	color: #202020;
	padding-right: 20px;
}

.section-title:after {
	position: absolute;
	background: #202020;
	content: "";
	display: block;
	height: 1px;
	top: 50%;
	left: 0;
	width: 100%;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-square {
	margin: 20px;
}

.list-square li {
	margin-top: 15px;
	list-style: square outside;
}

.list-square li a {
	border-bottom: 1px solid #dcdcdc;
	color: #222;
	font-weight: bold;
}

.list-inline li {
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
}

.social-icons .uk-icon-button {
	color: #fff;
}

.social-icons .uk-icon-button.uk-icon-linkedin {
	background-color: #0077b5;
}

.social-icons .uk-icon-button.uk-icon-twitter {
	background-color: #4099ff;
}

.social-icons .uk-icon-button.uk-icon-facebook {
	background-color: #29487d;
}

.social-icons .uk-icon-button.uk-icon-instagram {
	background-color: #262626;
}

.social-icons .uk-icon-button.uk-icon-youtube-play {
	background-color: #cd201f;
}

.social-icons .uk-icon-button.uk-icon-bookmark {
	background-color: #811c63;
}

.social-icons .uk-icon-button:hover, .social-icons .uk-icon-button:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; 
	background-color: #222;
}

.small-underline {
	border-bottom: 2px solid #811c63;
	display: block;
	margin: 0 auto;
	width: 2em;
	padding-top: 1.5em;
}

.bg-categories {
	border: 1px solid #333;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	background: none;
	border: solid 1px;
	color: inherit;
	display: inline-block;
	font-size: 0.8em;
	font-family: 'Lato';
	font-weight: 900;
	letter-spacing: 2px;
	min-width: 18em;
	padding: 0 0.75em;
	line-height: 3.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.main-text-container {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

.topic-home, .topic-home .uk-thumbnail-caption, .bg-home.uk-active > a {
	background-color: #eee!important;
	color: #222!important;
}

.topic-home .uk-thumbnail {
	border: 1px solid transparent;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video-wrapper.stretch {
	margin: -20px -20px 0 -20px;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bottomout-inline {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin-bottom: 0!important;
    padding: 0 0 18px 0;
}

.publication {
	position: relative;
	max-width: 100%!important;
	display: block;
	height: 524px;
	padding: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin: 0;
}

.publication ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-perspective-origin: 0 100%;
	perspective-origin: 0 100%;
	-webkit-perspective: 1600px;
	perspective: 1600px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: #fff;
}

.publication ul > li {
	display: block!important;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100%!important;
	height: 504px;
	padding: 0;
	margin: 0;
	background-color: #ebebeb;
	-webkit-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.375s cubic-bezier(0.25, 1, 0.25, 1);
	border-radius: 1px;
}

.publication img {
	margin: 0;
	border-radius: 1px
}

.publication .layer {
	margin: 4px 0 0 2px;
	width: 354px;
	max-width: 100%!important;
	height: 494px;
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.1), inset -1px 3px 2px 0 #fff;
	background-image: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
	opacity: 0;
}

.front-cover {
	z-index: 2 !important;
	width: 360px;
	max-width: 100%!important;
	-webkit-transform: rotateY(0deg) translateZ(0px);
	transform: rotateY(0deg) translateZ(0px);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

.page1 {
	display: none;
    -webkit-transform: rotateY(10deg) translateZ(-1px);
    transform: rotateY(10deg) translateZ(-1px);
}

.page2 {
	display: none;
    -webkit-transform: rotateY(20deg) translateZ(-2px);
    transform: rotateY(20deg) translateZ(-2px);
}

.page3 {
	display: none;
    -webkit-transform: rotateY(30deg) translateZ(-3px);
    transform: rotateY(30deg) translateZ(-3px);
}

.page4 {
	display: none;
    -webkit-transform: rotateY(40deg) translateZ(-4px);
    transform: rotateY(40deg) translateZ(-4px);
}

.page5 {
	display: none;
    -webkit-transform: rotateY(50deg) translateZ(-5px);
    transform: rotateY(50deg) translateZ(-5px);
}

.back-cover {
	z-index: 0 !important;
	display: block;
	width: 358px!important;
	max-width: 100%!important;
	background: #cccccd !important;
	-webkit-transform: rotateY(0deg) translateZ(0px);
	transform: rotateY(0deg) translateZ(0px);
	box-shadow: none;
}

.publication:hover .front-cover:before {
	opacity: 1;
	box-shadow: inset -2px 0 1px 0 rgba(0,0,0,0.1);
}

.publication:hover .front-cover {
	-webkit-transform: rotateY(-28deg) translateZ(0px);
	transform:rotateY(-28deg) translateZ(0px);
}

.publication:hover .layer {
	opacity: 1;
}

.publication:hover .page1 {
	display: block;
	-webkit-transform: rotateY(-26deg) translateZ(-1px);
	transform: rotateY(-26deg) translateZ(-1px);
}

.publication:hover .page2 {
	display: block;
	-webkit-transform: rotateY(-24deg) translateZ(-2px);
	transform: rotateY(-24deg) translateZ(-2px);
}

.publication:hover .page3 {
	display: block;
	-webkit-transform: rotateY(-22deg) translateZ(-3px);
	transform: rotateY(-22deg) translateZ(-3px);
}

.publication:hover .page4 {
	display: block;
	-webkit-transform: rotateY(-20deg) translateZ(-4px);
	transform: rotateY(-20deg) translateZ(-4px);
}

.publication:hover .page5 {
	display: block;
	-webkit-transform: rotateY(-18deg) translateZ(-5px);
	transform: rotateY(-18deg) translateZ(-5px);
}

.publication:hover .back-cover {
	-webkit-transform: rotateY(-16deg) translateZ(-6px);
	transform: rotateY(-16deg) translateZ(-6px);
	box-shadow: inset -2px 0 1px 0 rgba(0,0,0,0.1);
}

.article {
	position: relative;
	min-height: 50px;
	width: 100%;
}

.promoter.overlay.topic {
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	padding: 6px 10px;
	text-align: center;
	font-size: 0.85rem;
	text-transform: uppercase;
	background: #669b9b;
	color: #fff;
}

.promoter.overlay.topic {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background: #669b9b!important;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #fff;
	padding: 6px 10px;
}

.promoter.overlay.topic.news {
	background: #da627d;
}

.promoter.overlay.topic.features {
	background: #3f93af;
}

.article .label.text.news {
	color: #da627d;
	font-weight: 600;
	margin: 10px;
}

.article .label.text.features {
	color: #3f93af;
	font-weight: 600;
	margin: 10px;
}

.article .label.text.topic {
	color: #669b9b;
	font-weight: 600;
	margin: 10px;
}

.promoter.overlay.topic.insights,
.promoter.overlay.topic.magazine {
	background: #d89f6e;
}

.article .label.text.insights,
.article .label.text.magazine,
.article .label.text.whitepapers,
.article .label.text.webinars {
	color: #d89f6e;
	font-weight: 600;
	margin: 10px;
}

.article figure {
	width: 100%;
	text-align: center;
}

.article figure img {
	width: 100%;
	text-align: center;
}

.article figure.premium {
	border: 3px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
}

.article figure.plus:after,
.article figure.premium:after,
.plus-content .article .cover:after {
	position: absolute;
	content: "";
	background: url('../img/logo-plus.svg') center center no-repeat;
	background-size: contain;
	width: 32%;
	height: 32%;
	top: 34%;
	left: 34%;
}

.article figure.plus img,
.article figure.premium img,
.plus-content .article .cover img {
	opacity: 0.35;
}

.article:hover figure.plus img,
.article:hover figure.premium img,
.plus-content .article:hover .cover img {
	*opacity: 1;
}

.article:hover figure.plus .uk-overlay-fade,
.article:hover figure.premium .uk-overlay-fade,
.plus-content .article:hover .cover .uk-overlay-fade {
	*opacity: 0;
}

.article figure.exclusive {
	overflow: hidden;
	border: 3px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
}

.article figure.exclusive img {
	opacity: 0.35;
}

.article:hover figure.plus img,
.article:hover figure.premium img,
.article:hover figure.exclusive img,
.article.uk-active figure.exclusive img {
	opacity: 1;
}

.article .cover {
	max-height: 350px;
	overflow: hidden;
}

.article .cover.reset {
	max-height: none!important;
}

.article .cover img {
	width: 100%;
}

.article .sponsor {
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.article .sponsor .logo img {
	float: left;
	width: auto;
	max-width: 200px;
	max-height: 100px;
}

.article.featured .video {
    background: #202020;
    position: absolute;
    top: 0;
    bottom: auto;   
    left: 0;
    z-index: 1;
}

.article .video {
    background: #202020;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.article .uk-thumbnail > .video {
    top: 5px;
    bottom: auto;
    left: 5px;
}

.article .video .sound {
	float: left;
	width: 20px;
	height: 16px;
	background: url('../img/ico-sound.svg') no-repeat;
	background-position: center center;
	margin: 10px 13px;
	background-size: contain;
	color: #fff;
}

.article .video .play {
	float: left;
	width: 20px;
	height: 16px;
	background: url('../img/ico-play.svg') no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 10px 13px;
	color: #fff;
}

.article .video .time {
    float: left;
    padding: 4px 8px;
    background: #efede3;
    font-size: 0.9em;
    color: #202020;
}

.article .uk-thumbnail-caption h2 {
	font-size: 1.8rem;
}

.article .uk-thumbnail-caption h3,
.article .uk-thumbnail-caption h4 {
	color: #000;
	font-weight: 600;
}

.article .uk-thumbnail-caption h3.regular,
.article .uk-thumbnail-caption h4.regular {
	font-weight: 400;
}

.article .info {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0;
	font-size: 0.95em;
	text-decoration: none;
}

.article .info li {
	display: inline;
	font-size: 11px;
	margin: 0;
}

.article .info li a {
	color: #5d4494;
}

.article ul.info li.section {
	color: #5d4494;
}

.article ul.info li.time {
	color: #999;
}

.article ul.info li.stats  {
	color: #777;
}

.article * + h3 {
	margin-top: 0;
}

.article .subject {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 188px;
	padding: 3px 6px;
	background-color: #d89f6e;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #fff;
	font-size: 0.9em;
}

.article .promoter {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 6px;
	width: 120px;
	text-align: center;
	font-size: 0.8em;
	background: #fff;
}

.article .promoter.overlay {
	left: 0;
	right: auto;
	background-color: #fff;
	width: auto;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.article.featured .section {
	position: relative;
	z-index: 1;
	margin: -30px auto 10px auto;
	padding: 10px;
	background: url('../img/hex_cat_block.svg') center center no-repeat;
	background-size: 150px auto;
	color: #7773b3;
}

.article.featured .section:after {
	clear: both;
}

.article.featured figure {
	max-height: 200px;
	overflow: hidden;
}

.article.featured img {
	width: 100%;
}

.article.featured .uk-thumbnail-caption {
	text-align: center;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
}

.article.featured .uk-thumbnail-caption,
.article.featured .uk-thumbnail-caption .more,
.article.featured .uk-thumbnail-caption h3 {
	color: #fff;
}

.bookmark {
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background: url('../img/ico-bookmark.svg') center center no-repeat;
}

.bookmark:hover {
	background: url('../img/ico-bookmark-active.svg') center center no-repeat;
}

/*ROUNDTABLE*/

.rt-consultants {
	margin-bottom: 20px;
}

.rt-consultants .uk-panel {
	max-width: 225px;
}

.rt-consultants .uk-panel-title {
	max-width: 205px;
	padding: 5px 10px;
	font-size: 1em;
	background: #6d7993;
}

.rt-consultants .uk-panel-title a {
	color: white;
}

.rt-intro {
	/*    margin-bottom: 30px;*/
	color: rgba(85, 41, 136, 1);
	font-weight: bold;
	padding-right: 10px;
}

.rt-intro i {
	font-weight: normal;
}

.questions {
	width: 40%;
	float: left;
}

.questions .number {
	background: rgba(85, 41, 136, 0.3);
	text-align: center;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	width: 40px;
	height: 40px;
	float: left;
	transition:0.6s;
}

.questions .number p {
	padding-top: 8px;
	font-size: 22px;
	color: white;
	transition:0.6s;
}

.questions .q-question {
	display: inline-block;
	width: 75%;
	float: left;
	padding-left: 10px;
	color: rgba(85, 41, 136, 0.3);
	transition:0.6s;
}

.question-wrap {
	display: block;
	margin-bottom: 10px;
	clear: both;
	cursor: pointer;
	transition:0.6s;
}

.roundtable-answers {
	width: 60%;
	float: right;
	display: inline-block;
	transition:0.6s;
}

.answer {
	display: none;
	transition:0.6s;
}

.roundtable-question-background{
	padding-left:0;
	padding-right:0;
}

.answer.active { display: block;}

.question-wrap.active .number{
	background: rgba(85, 41, 136, 1);
	transition:0.6s;
}

.question-wrap.active .q-question{
	color: #552988;
	transition:0.6s;
}

.qa-qwrap {
	background: rgba(74,20,140,0.2);
}

.qa-qwrap-odd {
	background: rgba(129,28,99,0.2);
}

.qa-q {
	display: inline-block;
	padding: 15px 5px;
	background: #4a148c;
	font-weight: 900;
	font-size: 30px;
	line-height: 2;
	font-family: 'Playfair Display', Georgia, serif;
	color: white;
}

.qa-qwrap-odd .qa-q {
	background: #811c63;
}

.qa-qtext {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
}

.qa-a {
	margin: 10px 0;
}

.qa-article .uk-text-primary {
	background: #6d7993;
	color: white !important;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 0;
}
.qa-article .uk-text-secondary {
	background: rgba(130,3,97,0.5);
	color: white !important;
	padding: 5px 10px;
	display: table;
	margin-bottom: 0;
}

.uk-tooltip {
	max-width: 300px;
}

.uk-slideshow p {
	font-weight: 600;
	text-align: center;
}

#headlines {
	margin-top: 0;
	margin-bottom: 25px;
}

.uk-overlay-background.uk-overlay-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #222222);
}

#headlines .article .eg-article-img {
	height: auto;
	overflow: hidden;
}

#headlines .uk-overlay-background .uk-article-title {
	width: 90%;
	font-size: 2em;
	line-height: 1.2em;
	margin: 0 auto 30px auto;
}

ul.uk-dotnav {
	padding-bottom: 10px;
}

.uk-dotnav>*>* {
	width: 17px;
	height: 17px;
}

.bg-panel {
	background-color: #faf9f8;
	color: #fff;
}

.bg-panel a {
	color: #fff;
}

blockquote.roundtable {
	border-left: none;
	font-size: 1.9em;
	font-style: normal;
	text-align:center;
	line-height: 1.3;
	width: 40%;
	margin: 0 auto;
}

blockquote.roundtable b {
	font-family: 'Playfair Display';
	font-weight: 700;
	font-style: italic;
}

blockquote.roundtable hr {
	width: 20%;
	margin:10px auto;
	border: 1px solid #e61c83;
}

blockquote.roundtable p {
	margin: 5px 0;
}

.load-more {
	margin: 10px auto!important;
	padding: 15px;
	text-align: center;
}

.load-more .uk-button {
	font-weight: 600;
	text-transform: uppercase;
	padding: 3px 12px;
}

.type {
	color: #669b9b!important;
}

.type.news {
	color: #da627d;
}

.type.features {
	color: #3f93af;
}

.type.long-reads,
.type.premium {
	color: #3f93af!important;
}

.type.insights {
	color: #d89f6e!important;
}

.type.whitepapers {
	color: #d89f6e!important;
}

.type.resources {
	color: #d89f6e!important;
}

.type.events {
	color: #da627d!important;
}

i.my-icon {
	display: inline-block;
	background: url('../img/logo-my.svg') center center no-repeat;
	margin: 10px 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.ico-premium {
	display: inline-block;
	background: url('../img/logo-my.svg') center left no-repeat;
	height: 20px;
	padding-left: 25px;
	font-size: 11px;
	color: #999!important;;
	text-transform: uppercase;
}

.ico-premium::after {
	content: "Premium";
}

.ico-premium:hover {
	color: #999!important;
}

.article-tags {
	margin: 20px;
}

.article-tags .article-tag {
	margin: 0;
}

.article-tags .article-tag a {
	color: #669b9b;
	font-family: 'Open sans';
    font-size: 0.95em;
	font-weight: 600;
	border: 1px solid #669b9b!important;
    padding: 0 10px;
    border-radius: 14px;
	margin: 10px 0;
}

.article-tags .article-tag a.news {
	border: 1px solid #da627d;
}

.article-tags .article-tag a.features {
	border: 1px solid #3f93af;
}

.article-tags .article-tag a.long-reads {
	border: 1px solid #3f93af;
}

.article-tags .article-tag a.insights {
	border: 1px solid #d89f6e!important;
}

.article-tags .article-tag a.whitepapers {
	border: 1px solid #d89f6e!important;
}

.eg-promoted-next {
	border-bottom: 5px solid #669b9b!important;
}

.eg-promoted-next.news {
	border-bottom: 5px solid #da627d;
}

.eg-promoted-next.features {
	border-bottom: 5px solid #3f93af;
}

.eg-promoted-next.long-reads {
	border-bottom: 5px solid #3f93af;
}

.eg-promoted-next.magazine {
	border-bottom: 5px solid #6d7993;
}

.eg-promoted-next.insights {
	border-bottom: 5px solid #d89f6e!important;
}

.eg-promoted-next.whitepapers {
	border-bottom: 5px solid #d89f6e!important;
}

.eg-promoted-next img {
	width: 150px;
}

.eg-promoted-next-info {
	display: flex;
    justify-content: center;
    flex-direction: column;
}

.eg-promoted-next-info h3,
.eg-promoted-next-info p {
	color: #222;
}

.uk-button.news {
	background: #da627d;
	color: #fff;
	border: 0;
}

.uk-button.features {
	background: #3f93af;
	color: #fff;
	border: 0;
}

.uk-button.topic {
	background: #669b9b;
	color: #fff;
	border: 0;
}

.uk-button.rg {
	background: #669998!important;
	border: 0;
}

.uk-button.news:hover {
	background: #6d7993;
	color: #fff;
}

.uk-button.features:hover {
	background: #6d7993;
	color: #fff;
}

.uk-button.topic:hover {
	background: #6d7993;
	color: #fff;
}

.uk-button.insights {
	background: #d89f6e;
	border: 0;
}

.uk-button.insights:hover {
	background: #6d7993;
	color: #fff;
}

.downloads .uk-button-link {
	padding: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #d89f6e;
	border-bottom: 1px solid #d89f6e;
}

.downloads .uk-button-link:hover {
	color: #56626c;
	border-bottom: 1px solid #56626c;
}

.card {
	background-color: #fff;
	border-top: 10px solid #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	padding: 20px;
}

.card.board {
	border-top: 10px solid #6441a5;
}

.card.non-board {
	border-top: 10px solid #e61c83;
}

.card.net {
	border-top: 10px solid #28cb75;
}

.card.overlay {
	position: relative;
	z-index: 99;
	margin: -150px 0 0 0;
}

.card.chart {
	height: 1160px;
	overflow: auto;
}

.card.slide {
	position: fixed;
	z-index: 100;
	width: 265px;
	right: 0;
	bottom: 0;
}

.card.slide .title {
	margin-top: 0;
	color: #333;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
}

.favicon {
	width: 16px;
	height: 16px;
	margin-top: -2px;
	margin-right: 10px;
}

.thumbnail {
	position: relative;
	width: 90px;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.thumbnail.left {
	float: left;
	margin-right: 5px;
}

.thumbnail.slim {
	float: left;
	width: 200px;
	max-height: 80px;
	overflow: hidden;
	margin-right: 10px;
}

.thumbnail.wider {
	float: left;
	width: 343px;
	max-height: 150px;
	overflow: hidden;
	margin-right: 18px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.bar-container {
	position: relative;
	padding-top: 20px;
}

.bar {
	position: absolute;
	z-index: 101;
	opacity: 0.75;
	filter: alpha(opacity=75);
	top: 0;
	width: 100%;
	background-color: #000;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 2px;
	color: #fff;
}

.bar span {
	padding: 2px 10px;
}

.bar.left {
	text-align: left;
	background-color: #6d7993;
	opacity: 1;
	filter: alpha(opacity=100);
}

.company {
	text-transform: none;
}

.company .title {
	text-transform: uppercase;
	color: #dd3333;
	font-weight: bold;
	margin-bottom: 5px;
}

.company ul.info {
	padding-left: 0;
	margin: 5px 0;
	font-size: 0.95em;
}

.company ul.info li {
	list-style: none;
}

.company ul.info li i {
	color: #dd3333;
}

.company .logo {
	margin: 0 10px;
}

.company .logo img {
	max-width: 200px;
	max-height: 100px;
}

.partner.overlay {
	background-color: #fff!important;
	color: #000!important;
	padding: 20px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.partner.overlay .uk-button {
	background: none;
}

.partner.overlay .uk-button:hover {
	background: #dedede;
}

.partner .anchor {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	border-radius: 20px;
	background-color: #6d7993;
	color: #fff;
	font-size: 0.8em;
}

.partner .badge {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
}

.partner .badge img {
	max-height: 25px;
}

.eg-footer {
	margin-top: 48px;
	margin-bottom: 48px;
	font-size: 0.95em;
}

.eg-footer .copyright {
	font-size: 0.95em;
	margin-bottom: 10px;
	color: #666;
}

.eg-footer .uk-subnav > li {
	margin-top: 5px;
}

.eg-footer .uk-icon-hover {
	color: #666;
	font-size: 1.2em;
}

.eg-footer .uk-subnav > li > a {
	text-transform: none;
	letter-spacing: normal;
	color: #666;
}

.eg-footer .uk-subnav > li > a:hover {
	color: #000;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: .25rem;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #eb9316;
}
.btn-toolbar {
	margin-left: -153px;
	margin-top: 60px;
	position: absolute;
	z-index: 99;
}

.reset .btn-toolbar {
	margin-left: -73px;
}

.rank .btn-toolbar {
	margin-left: -53px;
}

.btn.btn-share {
	width: 32px;
	text-align: center;
	background-color: transparent;
	background-position: top center;
	padding: 32px 0 2px 0;
	background-size: initial;
	max-height: none;
	letter-spacing: 0;
}

.btn.btn-share:hover, .btn.btn-share:focus, .btn.btn-share:active {
	background-color: #fff;
	background-position: top center;
	transition: none;
}

.uk-nav ul a {
	font-size: 0.95em;
}

.uk-nav li.article > a > div {
	font-size: 13px;
}

.left-bordered {
    border-left: 1px solid #eee!important;
}

.right-bordered {
    border-right: 1px solid #eee!important;
}

.top-bordered {
    border-top: 1px solid #eee!important;
}

.bottom-bordered {
    border-bottom: 1px solid #eee!important;
}

.uk-nav-side.bordered > li {
    border-top: 1px solid #c7c7c7;
}

.uk-nav-side.bordered > li:first-child {
    border-top: none;
}

.uk-nav-side.bordered > li a {
    padding: 10px;
}

#sharebar {
	display: none;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

#menubar {
	display: none;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 40px;
	overflow: hidden;
}

table tbody {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

table.board tbody {
	border-top: 1px solid #6441a5;
	border-bottom: 1px solid #6441a5;
}

table.board tbody tr:nth-of-type(odd) {
	background-color: #f4f4f9;
}

table.non-board tbody {
	border-top: 1px solid #e61c83;
	border-bottom: 1px solid #e61c83;
}

table.non-board tbody tr:nth-of-type(odd) {
	background-color: #f9f4f7;
}

table.net tbody {
	border-top: 1px solid #28cb75;
	border-bottom: 1px solid #28cb75;
}

table.net tbody tr:nth-of-type(odd) {
	background-color: #f4f9f9;
}

.rank-badge {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 10px;
	font-size: 14px !important;
	color: white;
}

.label-partner {
	color: #6d7993 !important;
	text-transform: uppercase;
}

.card.net .rank-badge {
	background: #28cb75;
}

.card.board .rank-badge {
	background: #4a148c;
}

.card.non-board .rank-badge {
	background: #e61c83;
}

#consultants .uk-nav>li>a {
	padding: 1px 15px;
}

#consultants .uk-nav-header {
	padding-bottom: 0;
}

.consultant .avatar {
	float: left;
	margin: 5px 10px 5px 5px;
}

.consultant .favicon {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.consultant .avatar img {
	width: 70px;
	height: 70px;
	background: #dedede;
}

.consultants {
	margin: 0;
}

.consultants .consultant {
	border-bottom: 1px solid #dedede;
	padding: 5px 0;
	white-space: normal;
}

.consultants .consultant:first-child {
	margin-top: 10px;
	border-top: 1px solid #dedede;
}

.consultants .consultant:hover {
	background: #fff;
}

.consultants .consultant .avatar img {
	width: 50px;
	height: 50px;
}

.info-buttons .uk-button a {
	color: white;
}

.info-buttons i {
	font-size: 3em;
	padding-top:10px;
	color: white;
}

i.uk-icon-sort-amount-asc {
	-ms-transform: scaleX(-1);
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	padding-bottom: 10px;
	font-size: 2.4em;
}

.info-buttons.tech .uk-button {
	background: #0b749a;
	border-color: #0d90c0;
}
.info-buttons.tech .uk-button:hover {
	background: #0d90c0;
}

.info-buttons.gbank .uk-button {
	background: #7ca34d;
	border-color: #9bcc60;
}

.info-buttons.gbank .uk-button:hover {
	background: #9bcc60;
}

.info-buttons.rfs .uk-button {
	background: #6e9a9f;
	border-color: #89c0c7;
}

.info-buttons.rfs .uk-button:hover {
	background: #89c0c7;
}

.info-buttons.consumer .uk-button {
	background: #851257;
	border-color: #c45395;
}

.info-buttons.consumer .uk-button:hover {
	background: #c45395;
}

.info-buttons.industrial .uk-button {
	background: #c99d0e;
	border-color: #f1c40f;
}

.info-buttons.industrial .uk-button:hover {
	background: #f1c40f;
}

.info-buttons.prof-serv .uk-button {
	background: #98b510;
	border-color: #badf0f;
}

.info-buttons.prof-serv .uk-button:hover {
	background: #badf0f;
}

.info-buttons.pharma .uk-button {
	background: #75225b;
	border-color: #922b72;
}

.info-buttons.pharma .uk-button:hover {
	background: #922b72;
}

.info-buttons.gov-nfp .uk-button {
	background: #af514a;
	border-color: #e46a5d;
}

.info-buttons.gov-nfp .uk-button:hover {
	background: #e46a5d;
}

.dates {
	width: 53px;
	margin: 10px auto;
	display: block;
}

.dates > div {
	padding: 3px;
}

.event {
	margin: 10px 20px;
}

.less {
	max-height: 99px;
	overflow: hidden;
}

.more {
	max-height: none;
}

.showmore {
	color: #0077dd;
	font-size: 0.95em;
	cursor: pointer;
}

.showless {
	color: #0077dd;
	font-size: 0.95em;
	cursor: pointer;
	display: none;
}

.banner {
	overflow: hidden;
}

.banner.square {
	margin: 0 auto 10px auto;
}
/* ========================================================================
   UIKit Tweaks
 ========================================================================== */
.uk-h1, h1 {
	font-size: 2em;
}

.uk-text-small {
	*letter-spacing: 1px;
}

.uk-text-bold {
	font-weight: 600;
}

.uk-text-plus {
	color: #9b0ebe!important;
}

a.uk-text-plus {
	border-bottom: 1px solid #9b0ebe;
}

.uk-text-xlarge {
	font-size: 30px;
	font-weight: 600;
}

.uk-text-xxlarge {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.2;
}

article {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	box-shadow : 0px 1px 1px rgba(0, 0, 0, 0.3);
	border-style : solid;
	border-color : #eee;
	border-width : 1px;
}

article.reset {
	position: inherit;
	z-index: 0;
	margin: 0;
	padding-top: 10px;
}

article.basic {
	border: none!important;
	box-shadow: none!important;
}

article:after {
	clear: both;
}

article h1 {
	margin-top: 0;
}

article iframe {
	width: 100%;
}

article p {
	font-size: 1.1em;
	line-height: 30px;
}

article p.quote {
	font-size: 1.5em;
	line-height: 30px;
	font-weight: 600;
	margin: 30px;
	text-align: center;
}

hr.divider {
	width: 50%;
	border: 0;
    height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 30px auto;
}

hr.stick {
	width: 40%;
	border: 0;
    height: 2px;
	background: #56626c;
	margin: 10px 0;
}

.uk-container {
	padding: 0;
}

.uk-dropdown-top, .uk-dropdown-bottom {
	margin-top: 0;
}

.uk-navbar-toggle-search:after {
	content: "\f002";
	color: #fff;
}

.uk-navbar-toggle-alt:after {
	content: "\f141";
}

.uk-offcanvas {
	z-index: 1001;
}

.uk-offcanvas-bar {
	background: #fff;
	padding-bottom: 50px;
}

.uk-nav-offcanvas > li > a {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
}

.uk-nav-offcanvas ul > li > a {
	margin: 5px 0!important;
    padding: 5px 15px!important;
	font-size: 1em;
}

.uk-subnav > * > * {
	*color: #333;
	*font-size: 12px;
	*text-transform: uppercase;
	*letter-spacing: 1px;
}

.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
	color: #6d7993;
	text-decoration: none;
}

.uk-subnav > .uk-active > * {
	font-weight: 600;
	color: #6d7993;
}

.uk-subnav > .uk-active > * > * {
	font-weight: normal;
}

.uk-subnav li.index {
	padding-left: 5px;
}

.uk-thumbnail {
	position: relative;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
}

.uk-thumbnail .slim {
	max-height: 135px;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.uk-thumbnail .slim img {
	height: 135px;
}

.uk-thumbnail img {
	width: 100%;
}

.full-bordered,
.uk-thumbnail:hover,
.uk-thumbnail:focus,
a.uk-thumbnail:hover,
a.uk-thumbnail:focus{
	*box-shadow : 0px 1px 1px rgba(0, 0, 0, 0.3);
	*border-style : solid;
	*border-color : #eee;
	*border-width : 1px;
}

.uk-block,
.uk-thumbnail-caption {
	padding: 18px;
	text-align: left;
}

.uk-cover-background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 350px;
	background: -moz-linear-gradient(-45deg, rgba(119,115,179,1) 0%, rgba(119,115,179,1) 20%, rgba(130,3,97,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(119,115,179,1) 0%,rgba(119,115,179,1) 20%,rgba(130,3,97,1) 100%);
	background: linear-gradient(135deg, rgba(119,115,179,1) 0%,rgba(119,115,179,1) 20%,rgba(130,3,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807773b3', endColorstr='#80820361',GradientType=1 );
}

.uk-overlay-background {
	background: -moz-linear-gradient(-45deg, rgba(119,115,179,0.5) 0%, rgba(119,115,179,0.5) 20%, rgba(130,3,97,0.5) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(119,115,179,0.5) 0%,rgba(119,115,179,0.5) 20%,rgba(130,3,97,0.5) 100%);
	background: linear-gradient(135deg, rgba(119,115,179,0.5) 0%,rgba(119,115,179,0.5) 20%,rgba(130,3,97,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807773b3', endColorstr='#80820361',GradientType=1 );
}

.uk-text-primary {
	color: #222 !important;
}

.uk-button {
	color: #444;
	font-size: 0.8rem;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	text-decoration: none;   
	letter-spacing: 0.2rem;
	text-align: center;
	font-weight: 600;
}

.uk-button-primary {
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	border: 1px solid rgba(33, 33, 33, 1);
}

.uk-button-muted {
	color: #999 !important;
	background-color: transparent;
	text-transform: uppercase;
	border: 1px solid rgba(33, 33, 33, 0.5);
}

.uk-button-info {
	color: #6d7993 !important;
	border: 1px solid #6d7993;
	background-color: #fff;
	text-transform: uppercase;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #669b9b;
	color: #fff;
	font-weight: 600;
}

.uk-button-link {
	color: #999;
}

.uk-button-link:hover,
.uk-button-link:focus {
	color: #333;
	text-decoration: none;
}

.uk-button-large {
	min-height: 40px;
	padding: 0 20px;
	line-height: 38px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.25rem;
}

.uk-button-plus {
	background-color: #9b0ebe;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.uk-button-plus:focus,
.uk-button-plus:hover {
	background-color: #9b0ebe;
	color: #dedede;
}

.uk-search-default .uk-button-plus {
	height: 50px;
}

#search .uk-container {
	padding: 25px;
}

.button-event {
	background-color: #fff;
	color: #ed217c;
	text-transform: uppercase;
	border: 1px solid #ed217c;
}

.button-event:hover,
.button-event:focus {
	background-color: #ed217c;
	color: #fff;
	border: 1px solid #fff;
}

.button-event-inverse {
	background-color: #ed217c;
	color: #fff!important;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.button-event-inverse:hover,
.button-event-inverse:focus {
	background-color: #fff;
	color: #ed217c!important;
	border: 1px solid #ed217c;
}

.optin {
	margin: 0 auto;
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	padding: 0 0 20px 0;
}

.optin h2 {
	color: #6d7993;
	margin: 10px;
}

ul.benefits {
	list-style: none;
}

ul.benefits > li {
	background: url(../img/ico-my-plus.png) 0 5px no-repeat;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: #000;
	margin: 15px 0;
	padding-left: 50px;
}

.my-content-card {
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.my-content-card.plus {
	border: 3px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
	text-align: center;
	padding: 20px;
	color: #000;
}

.my-content-card.plus h2 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 2rem;
	font-weight: 600;
}

.my-content-card.plus h4 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 1.5rem;
    line-height: 1.4;
	font-weight: 600;
}

.my-content-card.plus p {
	color: #000;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}

.my-content-card.plus ul.uk-list-plus {
	padding: 0;
    list-style: none;
}

.my-content-card.plus ul.uk-list-plus li {
	padding-left: 30px;
	font-size: 16px;
	margin: 10px 0;
}

.my-content-card.plus ul.uk-list-plus li:before {
	list-style-type: disc;
	color: #9b0ebe;
	content: '';
	position: relative;
	left: -30px;
	width: 30px;
	height: 1.5em;
	margin-bottom: -1.5em;
	display: list-item;
	list-style-position: inside;
	text-align: right;
}

.my-content-card.plus .uk-button {
	text-transform: none!important;
	border-radius: 5px!important;
	line-height: 28px;
}

.my-content-card.plus .uk-button.button-optin-link {
	border-radius: 0!important;
	line-height: 28px;
}

.my-content-card.plus .uk-button-secondary {
	background-color: #222;
	color: #fff;
}

.my-content-card.plus .uk-button-xlarge {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33!important;
	letter-spacing: 1.8px;
	padding: 15px 30px!important;
}

.button-optin {
	background-color: #222;
	color: #fff!important;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.button-optin:hover,
.button-optin:focus {
	background-color: #151515;
	color: #fff!important;
}

.button-optin-link {
	border-color: transparent;
    background: none;
	color: #ed217c;
	text-transform: uppercase;
	border-bottom: 1px solid #ed217c;
	font-size: 1.2rem;
	padding: 0;
}

.button-optin-link:focus,
.button-optin-link:hover {
	border-color: transparent;
    background: none;
	color: #f960a5;
	border-bottom: 1px solid #f960a5;
	font-size: 1.2rem;
	padding: 0;
}

.button-optin-link.button-optin-link-small {
	font-size: 0.9rem;
}

.my-logo {
	background: url('../img/logo-my.svg') center center no-repeat;
	width: 140px;
	height: 140px;
	margin: 10px auto!important;
}

.my-logo-plus {
	width: 90px;
	height: 90px;
	background: url('../img/logo-plus.svg') center center no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.my-logo-plus-inverse {
	width: 90px;
	height: 90px;
	background: url('../img/logo-plus-inverse.svg') center center no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.my-logo-large {
	width: 150px;
	height: 150px;
}

.my-logo-medium {
	width: 120px;
	height: 120px;
}

.my-logo-small {
	width: 60px;
	height: 60px;
}

.my-logo-mini {
	width: 40px;
	height: 40px;
}

.my-logo-app {
	width: 45px;
	height: 45px;
}

.topper-my {
	background: url('../img/bg-banner-my.jpg') center center no-repeat;
	background-size: cover;
	padding: 10px 0;
	color: #fff;
	font-size: 1.2em;
}

.topper-my p {
	color: #fff;
	font-size: 18px;
}

.topper-my .my-logo-small {
	background: url('../img/logo-my.svg') center center no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 auto!important;
}

.topper-my .my-button {
	background: transparent;
	border-radius: 10px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 0.8em;
	margin: 3px auto!important;
}

.topper-egold {
	background-image: url('../img/egold/bg-egold-topper-promo.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	color: #fff;
}

.topper-egold .eg-logo {
	background: url('../img/logo-eg-inverse.svg') center center no-repeat;
	width: 50px;
	height: 50px;
	margin: 6px 0 6px 30px;
}

.topper-egold .topper-brand {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.08;
	letter-spacing: normal;
	padding: 6px 30px 6px 10px;
	border-right: 2px solid #fff;
}

.topper-egold .topper-theme {
	*background: url('../img/egold/img-recruiters.png') center right no-repeat;
	*padding-right: 110px;
	min-height: 62px;
}

.topper-egold .topper-intro {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: 1px;
}

.topper-egold .topper-button {
	background: #fff;
	border-radius: 10px;
	border: 2px solid #fff;
	margin: 3px auto!important;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #8d10b7;
}

.bg-my {
	background: url('../img/bg-my.jpg') center center no-repeat;
	background-size: cover;
	padding: 20px 0;
}

.bg-my .logo-my {
	background: url('../img/logo-my.svg') center center no-repeat;
	background-size: contain;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 8%;
	top: 25%;
}

.bg-my .logo-my-small {
	width: 70px;
	height: 70px;
	left: 8%;
	top: 12%;
}

.bg-my .logo-my-leading {
	display: none;
	background: url('../img/logo-my.svg') left center no-repeat;
	background-size: contain;
	width: 37px;
	height: 37px;
	float: left;
	margin-right: 0;
}

.bg-my .logo-my-leading-large {
	width: 70px;
	height: 70px;
	margin-right: 30px;
}

ul.my-option-list {
	margin-left: 30px;
	padding: 10px 20px;
}

ul.my-option-list li {
	margin: 10px;
	font-size: 1.1em;
	color: #444;
}

.my-carousel {
	text-align: center;
	min-height: 60vh;
}

.my-carousel h2 {
	font-size: 2.4rem;
	font-weight: 600;
	margin: 20px auto;
}

.my-carousel img {
	max-height: 350px;
}

.my-carousel-welcome {
	text-align: center;
}

.my-carousel-welcome h1 {
	font-size: 2.4rem;
	margin: 20px auto 100px auto;
}

.my-carousel-welcome .logo-my-medium {
	background: url('../img/logo-my.svg') center center no-repeat;
	background-size: contain;
	width: 90px;
	height: 90px;
	margin: 5px auto;
}

.my-carousel-welcome .logo-my-large {
	background: url('../img/logo-my.svg') center center no-repeat;
	background-size: contain;
	width: 150px;
	height: 150px;
	margin: 30px auto;
}

.my-carousel-welcome .my-carousel-img {
	margin: -100px auto 30px auto;
	text-align: center;
}

.my-carousel-welcome .my-carousel-img img {
	max-height: 185px;
}

.eg-text-optin {
	color: #ed217c;
}

.eg-link-contrast {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.eg-link-contrast:hover {
	color: #dedede;
	border-bottom: 1px solid #dedede;
}

.uk-alert {
	border: 1px solid rgba(45,112,145,.3);
	border-radius: 5px;
	text-shadow: 0 1px 0 #fff;
}

.uk-alert-success {
	border-color: rgba(101,159,19,.3);
}

.uk-alert-warning {
	border-color: rgba(226,131,39,.3);
}

.uk-alert-danger {
	border-color: rgba(216,80,48,.3);
}

.uk-comment {

}

.uk-comment .uk-comment-header {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fafafa;
}

.uk-comment .uk-comment-avatar {
	width: 50px;
	height: 50px;
}

.uk-comment .uk-comment-body {
	font-size: 0.95em;
	padding: 0 10px 10px 10px;
}

.uk-panel-title {
	font-size: 1.5em;
}

.gated {
	position: relative;
}

.gated:before {
	bottom: 0;
	content: '';
	display: block;
	height: 5rem;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.7) 31%,white 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.7) 31%,white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
	overflow:auto;
}

.eg-text-primary {
	color: #da627d!important;
}

.eg-alert-primary {
	border: 1px solid #ed217c!important;
	color: #ed217c!important;
	background: none!important;
	padding: 5px!important;
}

.eg-margin {
	margin: 10px auto!important;
}

.eg-margin-top {
	margin-top: 10px;
}

.eg-margin-bottom {
	margin-bottom: 10px;
}

.eg-margin-small-left {
	margin-left: 15px;
}

.eg-margin-small-right {
	margin-right: 15px;
}

.eg-margin-small-top {
	margin-top: 15px!important;
}

.eg-margin-small-bottom {
	margin-bottom: 15px!important;
}

.eg-margin-medium {
	margin: 25px auto!important;
}

.eg-margin-medium-left {
	margin-left: 25px;
}

.eg-margin-medium-right {
	margin-right: 25px;
}

.eg-margin-medium-top {
	margin-top: 25px!important;
}

.eg-margin-medium-bottom {
	margin-bottom: 25px!important;
}

.eg-margin-large {
	margin: 30px auto!important;
}

eg-margin-large-left {
	margin-left: 30px;
}

eg-margin-large-right {
	margin-right: 30px;
}

eg-margin-large-top {
	margin-top: 30px!important;
}

eg-margin-large-bottom {
	margin-bottom: 30px!important;
}

.thumbnail.preview {
	float: none;
	width: calc(100% - 4px);
	max-height: 140px;
	overflow: hidden;
	margin: 0 auto!important;
}

.preview-news {
	border: 2px solid #af0075!important;
}

.preview-features {
	border: 2px solid #17a5dd!important;
}

.preview-long-reads {
	border: 2px solid #5ac2b2!important;
}

.preview-magazine {
	border: 2px solid #0d1f43!important;
}

.preview-insights {
	border: 2px solid #ff8C00!important;
}

.preview-events {
	border: 2px solid #ed217c!important;
}

.preview-resources {
	border: 2px solid #4ac951!important;
}

.preview-label {
	text-align: right;
	font-size: 0.8em;
	color: #b8b8b8;
	text-transform: uppercase;
	margin-top: 1px;
}

.eg-padding-left {
	padding-left: 10px;
}

.resource-title {
	padding-top: 15px;
}

.page-title {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 4.25rem;
	font-weight: 600;
	color: #000;
	line-height: 1;
	margin: 40px auto;
}

.eg-default-placeholder {
	max-width: 100%;
	min-height: 300px;
	margin: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.default-404 {
	background-image: url('../img/img-404.svg');
}

.eg-page-title {
	margin: 0;
	text-align: left;
	font-size: 1.2rem;
	padding: 9px 15px;
	background: #669b9b;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.eg-page-title.topic {
	background: #669b9b;
	color: #fff;
}

.eg-page-title.news {
	background: #da627d;
	color: #fff;
}

.eg-page-title.features {
	background: #3f93af;
	color: #fff;
}

.eg-page-title.rankings {
	background: #94618e;
	color: #fff;
}

.eg-submenu {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.eg-submenu .eg-submenu-handle {
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 1.2rem;
	padding: 5px 15px;
}

.eg-submenu .eg-submenu-handle:after {
	content: "\f107";
	width: 20px;
	margin-right: -3px;
	float: right;
	font-family: FontAwesome;
	text-align: center;
}

.eg-submenu.topics .eg-submenu-handle,
.eg-submenu.topics .uk-nav-dropdown > li > a:focus,
.eg-submenu.topics .uk-nav-dropdown > li > a:hover,
.eg-submenu.topics .uk-nav-dropdown > li.uk-active > a {
	background: #669b9b;
	color: #fff;
}

.eg-submenu.insights .eg-submenu-handle,
.eg-submenu.insights .uk-nav-dropdown > li > a:focus,
.eg-submenu.insights .uk-nav-dropdown > li > a:hover,
.eg-submenu.insights .uk-nav-dropdown > li.uk-active > a {
	background: #d89f6e;
	color: #fff;
}

.eg-section-title {
	margin: 20px 0;
	font-weight: 600;
	color: #000;
	font-size: 1.2em;
	border-bottom: 3px solid #000;
    display: inline-block;
}

.eg-section-title.hot {
	border-bottom: 5px solid #ff2222;
}

.eg-section-title.topic {
	border-bottom: 5px solid #669b9b;
}

.eg-section-title.insights {
	border-bottom: 5px solid #d89f6e;
}

.eg-section-title.warning {
	margin: 20px 0!important;
	padding: 5px 15px!important;
	border-left: 5px solid #d89f6e!important;
	color: #444!important;
	border-bottom: 0;
}

.promoted {
	padding: 5px;
	background-color: rgba(232, 238, 244, 0.35);
}

.logo-promo img {
	width: auto;
	max-width: 100px;
	max-height: 50px;
	margin-top: 3px;
}

.logo-promo.logo-promo-small img {
	width: auto;
	max-width: 80px;
	max-height: 40px;
}

.logo-promo.logo-promo-large img {
	width: auto;
	max-width: 150px;
	max-height: 75px;
}

.uk-overlay-panel a:not([class]) {
	color: inherit;
	text-decoration: none;
}

.uk-overlay-panel.eg-overlay-panel {
	width: 60%;
	height: auto;
	top: auto;
	bottom: 0;
}

.uk-overlay-panel.uk-overlay-left {
	width: 40%;
	text-align: left;
	background: rgba(0,0,0,.6);
}

.uk-overlay-panel h3.primary {
	font-size: 1.8em;
	line-height: 1.4;
}

.uk-overlay-panel h3.secondary {
	font-size: 1.2em;
	line-height: 1.2;
}

.article .uk-overlay-panel {
	padding: 15px;
}

#headlines .article .article-headline-title {
	margin: 0 auto;
	padding: 22px 0;
}

.uk-overlay-panel .eg-overlay-background {
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.uk-overlay-panel .eg-overlay-background h1 {
	color: #000;
	margin: 0;
}

.eg-slider ul.uk-slider > li.uk-slide-before .eg-overlay-background-dark,
.eg-slider ul.uk-slider > li.uk-slide-after .eg-overlay-background-dark {
	position: absolute;
	background-color: #000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	z-index: 3;
}

.uk-slidenav-position .uk-slidenav-previous {
	display: block;
	visibility: visible;
	left: -10px;
}

.uk-slidenav-position .uk-slidenav-next {
	display: block;
	visibility: visible;
	right: -10px;
}

.uk-search-navbar .uk-search-input {
	font-size: 1.3rem;
	padding: 10px;
}

.uk-search-default .uk-search-input,
.uk-search-default .uk-search-input:focus {
	font-size: 1.3rem;
	height: 50px;
	background: #fff;
	border: 1px solid #b7b7b7;
	color: #222;
}

.search-tags {
	margin: 20px;
}

.search-tags .search-tag {
	margin: 0;
	padding-left: 15px !important;
}

.search-tags .search-tag a {
    font-size: 22px;
	font-weight: 400;
	line-height: 1;
	color: #fff !important;
	border: 1px solid #fff !important;
    padding: 10px 20px;
    border-radius: 20px;
	margin: 10px 0;
}
.search-tags .search-tag:focus a,
.search-tags .search-tag:hover a {
	color: #999 !important;
	border: 1px solid #999 !important;
}

.uk-close.uk-close-large:after {
	font-size: 2rem;
}

.uk-modal-dialog.uk-modal-dialog-blank {
	background: rgba(34, 34, 34, 0.95);
	color: #fff;
}

.uk-modal-header {
	margin-bottom: 15px;
	margin: -20px -20px 15px -20px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 4px 4px 0 0;
	background: #fafafa;
}

.uk-modal-footer {
	margin-top: 15px;
	margin: 15px -20px -20px -20px;
	padding: 20px;
	border-top: 1px solid #e5e5e5;
	border-radius: 0 0 4px 4px;
	background: #fafafa;
}

[class*='uk-animation-'] {
	-webkit-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.uk-slidenav-contrast {
	color: #dedede;
}

.uk-slidenav-contrast:hover {
	color: #669b9b;
}

.uk-search-field {
	border: 1px solid #6d7993!important;
	font: 400 12px/1.2 "Lato",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	background-color: #fff!important;
	width: 90px;
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
	width: 115px;
}

.uk-visible-xlarge,
.uk-visible-xxlarge {
	display: none;
}

.g-recaptcha {
	display: inline-block;
}

.my-banner {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	text-align: center;
	padding: 0;
	background: url('../img/bg-app-download.jpg') center center no-repeat;
	background-size: cover;
}

/* ========================================================================
   Media query
 ========================================================================== */
@media screen and (min-width: 1600px) {
	
	/* Whole */
	.uk-width-xxlarge-1-1 {
		width: 100%;
	}
	/* Halves */
	.uk-width-xxlarge-1-2 {
		width: 50%;
	}
	/* Thirds */
	.uk-width-xxlarge-1-3 {
		width: calc(100% * 1 / 3.001);
	}
	.uk-width-xxlarge-2-3 {
		width: calc(100% * 2 / 3.001);
	}
	/* Quarters */
	.uk-width-xxlarge-1-4 {
		width: 25%;
	}
	.uk-width-xxlarge-3-4 {
		width: 75%;
	}
	/* Fifths */
	.uk-width-xxlarge-1-5 {
		width: 20%;
	}
	.uk-width-xxlarge-2-5 {
		width: 40%;
	}
	.uk-width-xxlarge-3-5 {
		width: 60%;
	}
	.uk-width-xxlarge-4-5 {
		width: 80%;
	}
	/* Sixths */
	.uk-width-xxlarge-1-6 {
		width: calc(100% * 1 / 6.001);
	}
	.uk-width-xxlarge-5-6 {
		width: calc(100% * 5 / 6.001);
	}
	.uk-visible-xxlarge {
		display: block !important;
	}
	.uk-hidden-xxlarge {
		display: none !important;
	}
	.uk-grid-width-xxlarge-1-1 > * {
		width: 100%;
	}
	.uk-grid-width-xxlarge-1-2 > * {
		width: 50%;
	}
	.uk-grid-width-xxlarge-1-3 > * {
		width: 33.333%;
	}
	.uk-grid-width-xxlarge-1-4 > * {
		width: 25%;
	}
	.uk-grid-width-xxlarge-1-5 > * {
		width: 20%;
	}
	.uk-grid-width-xxlarge-1-6 > * {
		width: 16.666%;
	}
	.uk-grid-width-xxlarge-1-10 > * {
		width: 10%;
	}
	
	.uk-hidden-xxlarge {
		display: none !important;
	}
	
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
	
	.uk-visible-xlarge {
		display: block !important;
	}
	
	.uk-hidden-xlarge {
		display: none !important;
	}
	
}

@media screen and (min-width: 1200px) {
	
	.bottomout {
		position: absolute;
		bottom: 15px;
		margin-bottom: 0!important;
	}
	
	#headlines {
		margin-top: 20px;
	}
	
	#headlines .article .eg-article-img {
		height: 350px;
	}

	.mag-cover {
		margin-top: -65px!important;
	}
	
	img.partner-bg {
		width: 100%;
		height: 330px;
		overflow: hidden;
	}
	
	.uk-overlay.primary {
		height: 417px;
		overflow: hidden;
	}
	
	.uk-overlay.primary img {
		margin-top: -25px;
	}
	
	.uk-overlay-background.uk-overlay-bottom {
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), #222222);
		width: 70%;
		margin: 10px auto;
	}
	
	.eg-cover-background {
		background-repeat: no-repeat !important;
		background-size: cover !important;
		min-height: 350px;
	}
	.eg-position-cover {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}

@media screen and (max-width: 1199px) {
	.eg-article-img > div {
		height: 230px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	
	.bottomout {
		position: absolute;
		bottom: 15px;
		margin-bottom: 0!important;
	}
	
	#headlines {
		margin-top: 20px;
	}

	.uk-container {
		max-width: 1024px;
	}
	
	.thumbnail.wider {
		width: 330px;
		max-height: none;
	}

	.eg-navbar .uk-navbar-nav > li {
		margin-left: 0;
		margin-right: 10px;
	}

	.bg-navbar .bg-navbar-nav > li > a {
		letter-spacing: 0;
		padding: 0 6px;
	}

	.uk-navbar-nav > li > a {
		padding: 0 10px;
	}
	
	.uk-search-field:focus,
	.uk-search.uk-active .uk-search-field {
		width: 100px!important;
	}

	.btn-toolbar {
		margin-left: -71px;
	}

	.mag-cover {
		margin-top: -65px!important;
	}
	
	img.partner-bg {
		width: 100%;
		height: 330px;
		overflow: hidden;
	}
	
	.publication {
		height: 446px;
	}
	
	.publication ul > li {
		height: 426px!important;
	}
	
	.partner.overlay {
		width: 55%;
	}
	
	.uk-overlay.primary {
		height: 356px;
		overflow: hidden;
		
	}
	
	.uk-overlay.primary img {
		margin-top: -21px;
	}
	
	.topper-egold .eg-logo {
		margin: 6px;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	.btn-toolbar {
		margin-left: -71px;
	}

	.mag-cover {
		margin-top: -65px!important;
	}
	
	.publication {
		height: 504px;
	}
	
	.publication ul > li {
		height: 484px!important;
	}
	
	.partner.overlay {
		position: relative;
		width: auto;
		margin: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.uk-overlay-panel h3.secondary {
		font-size: 1.8em;
		line-height: 1.4;
	}
	
	.uk-overlay-panel.eg-overlay-panel {
		width: auto;
	}
	
	.topper-egold .eg-logo {
		margin: 6px;
	}

}

@media screen and (min-width: 415px) and (max-width: 767px) {
	
	.eg-container,
	.eg-content-container {
		padding: 15px 0;
	}

	.btn-toolbar {
		margin-left: -53px;
	}

	.uk-cover-background {
		height: 350px;
	}

	.btn.btn-share {
		margin: 0 3px;
	}

	.questions,
	.roundtable-answers {
		width: 100%;
	}
	.questions .number {
		margin-bottom: 10px;
	}
	
	.thumbnail.wider {
		width: 270px;
		max-height: none;
	}
	
	.partner.overlay {
		position: relative;
		width: auto;
		margin: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.uk-overlay-panel h3.primary,
	.uk-overlay-panel h3.secondary {
		font-size: 1.1em;
		line-height: 1.2;
	}
	
	.uk-overlay-panel.eg-overlay-panel {
		width: auto;
	}

}

@media screen and (max-width: 639px) {
	
	.topper-egold {
		background-image: linear-gradient(to right, #56227d, #8d10b7);
		padding: 10px 0;
	}
	
	.topper-egold .eg-logo {
		margin: 0 10px;
	}
	
	.topper-egold .topper-brand {
		padding: 0;
		border-right: none;
	}
	
	.topper-egold .topper-theme {
		background: none;
		padding-right: 0;
		min-height: auto;
	}
	
}
	
@media screen and (max-width: 414px) {
	
	.bottomout-inline {
		margin-top: 3px;
		padding: 0;
		position: relative;
	}
	
	#headlines .article .eg-article-img {
		height: 390px;
	}
	
	.uk-overlay-panel.eg-reset-small {
		position: relative;
		padding: 0;
	}
	
	.uk-overlay-panel.eg-reset-small .eg-overlay-background {
		background-color: #fff;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0 0 5px 0;
	}
	
	.eg-container {
		padding: 10px;
	}
	
	.eg-content-container {
		padding: 0 0 15px 0;
	}
	
	.eg-margin-small-left {
		margin-left: 10px;
	}

	.eg-margin-small-right {
		margin-right: 10px;
	}

	.eg-margin-small-top {
		margin-top: 10px!important;
	}

	.eg-margin-small-bottom {
		margin-bottom: 10px!important;
	}
	
	.submenu .uk-subnav.uk-subnav-line {
		margin-top: -5px;
		margin-bottom: 5px;
	}
	
	address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
		margin: 0 0 15px 0;
	}
	
	.article figure {
		width: 120px;
		max-height: 100px;
		float: left;
		margin: 10px;
	}
	
	.article.featured figure {
		width: 100%;
		float: none;
		margin: 0;
	}

	.submenu {
		padding: 5px;
	}

	.uk-h1, h1 {
		font-size: 1.8em;
		line-height: 1.2;
		margin: 10px;
	}

	.uk-article-title {
		font-size: 1.8em;
		line-height: normal;
		margin-left: 10px; 
		margin-right: 10px; 
	}
	
	.uk-article-meta {
		margin: 10px;
	}

	.coming-date h2 {
		border: none;
		font-size: 1.1em;
	}

	.uk-cover-background {
		height: 275px;
	}

	.btn.btn-share {
		margin: 0 3px;
	}

	.questions,
	.roundtable-answers {
		width: 100%;
	}
	.questions .number {
		margin-bottom: 10px;
	}
	
	.card.overlay {
		position: relative;
		z-index: 99;
		margin: -15px 0 0 0;
	}
	
	.partner.overlay {
		position: relative;
		width: auto;
		margin: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.uk-overlay-panel h3.primary,
	.uk-overlay-panel h3.secondary {
		font-size: 1.1em;
		line-height: 1.2;
	}
	
	.uk-overlay-panel.eg-overlay-panel {
		width: auto;
	}
	
	.thumbnail.slim {
		width: 120px;
		max-height: none;
	}
	
	.thumbnail.wider {
		width: 100%;
		max-height: 164px;
		margin-bottom: 18px;
	}
	
	.article .subject {
		max-width: 138px;
	}
	
	.article .uk-thumbnail-caption h3,
	.article .uk-thumbnail-caption h4 {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	
	.uk-thumbnail .slim img {
		height: 100px;
	}
	
	.logo-promo.logo-promo-large img {
		width: auto;
		max-width: 80px;
		max-height: 40px;
	}
	
	.section-resources .segment-title span {
		padding: 0;
	}
	
	.section-title {
		margin: 20px 0;
	}
	
	.section-title:after {
		*display: none;
	}
	
	.section-resources .content {
		padding: 10px;
	}
	
	.section-resources .uk-grid {
		padding: 20px; 
	}
	
	.uk-overlay-background.uk-overlay-bottom {
		background-image: linear-gradient(to bottom, rgb(0, 0, 0), #222222);
		height: 130px;
	}
	
	.uk-overlay-background.uk-overlay-bottom {
		font-size: 1.2em;
	}
	
	.uk-slidenav-position .uk-slidenav-previous {
		left: 0;
	}
	
	.uk-slidenav-position .uk-slidenav-next {
		right: 0;
	}
	
	.bg-my .logo-my {
		display: none;
	}
	
	.bg-my .logo-my-leading {
		display: block;
	}
	
	.my-carousel img {
		max-height: 250px;
	}
	
}

@media print {

	article {
		margin: 0;
		border: 0;
	}

	article img.uk-hidden {
		display: block !important;
	}

	.screen-only {
		display: none;
	}

}