::-moz-selection {
	background: #7773b3;
}

::selection {
	background: #7773b3;
}

html {
	font: normal 14px / 20px 'Inter', sans-serif;
	background: #fff;
	color: #212121;
}

body {
	margin: 0;
	letter-spacing: 0.01em;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body.base {
	background: #f6f6f6;
}

iframe {
	border-radius: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #0d1f43;
}

h1.xl {
	font-size: 2.5rem;
	font-weight: 600;
	margin-left: 0!important;
}

hr {
	border-top: 1px solid #c7c7c7;
}

hr.inverse {
	border-top: 1px solid #fff;
}

hr.plus {
	border-image: linear-gradient(269deg, #112D65 0%, #DA3A7B 100%);
    border-image-slice: 1;
    border-top: 3px solid;
	background: none;
}

hr.hunter {
	border-image: linear-gradient(269deg, #8CD5FB 0%, #1D304D 100%);
    border-image-slice: 1;
    border-top: 5px solid;
	background: none;
	margin: 20px 0;
}

em {
	color: #0d1f43;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

fieldset {
	border: 1px solid #e61c83;
}

dl.featured {
	padding: 0;
}

dl.featured dt {
	color: #17a5dd;
	font-size: 22px;
	font-weight: 600;
	line-height: 27px;
}

dl.featured dt:nth-child(n+2) {
	margin-top: 25px;
	padding-top: 5px;
	border-top: none;
}

dl.featured dd {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.site-leaderboard {
	min-height: 90px;
	margin: 0 auto;
	padding: 15px 0;
}

#opt-in-widget {
	display: none;
}

.uk-navbar-nav > li > a {
	color: #0d1f43;
	line-height: 20px;
	height: auto !important;
	padding-left: 10px;
}

.uk-subnav > li.reset > a + .uk-dropdown,
.uk-navbar-nav > li.account > a + .uk-dropdown {
	background: #fff;
	border-bottom: 5px solid #0d1f43;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 100022;
	margin-top: 15px;
}

.uk-subnav.uk-subnav-small > li {
	padding-left: 5px;
}

.uk-subnav > li.reset.uk-active > a {
	color: #0d1f43;
	background-color: transparent;
	font-weight: bold;
	font-size: 16px;
}

.uk-subnav > li.reset > a.active {
	color: #265bc4;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
}

.uk-subnav > li.reset > a.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - 3px);
    width: 5px;
    height: 5px;
    background-color: #265bc4;
    border-radius: 50%;
}

.uk-subnav > li.reset > a.active + .uk-dropdown.rounded {
	border-radius: 5px;
	min-width: 600px;
	max-height: 500px;
	overflow: auto;
	border-bottom: none;
	white-space: normal;
}

.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered {
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #dedede;
	color: #000;
}

.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered:last-child {
	border-bottom: none;
}

.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered a:focus,
.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered a:hover {
	background: none;
	color: initial;
}

.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered h4 {
	color: #265bc4;
	font-weight: 600;
	margin: 5px 0;
}

.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered .intro {
	font-size: 14px;
	line-height: 20px;
}

.uk-subnav > li.reset > a.active + .uk-dropdown .uk-nav li.bordered .promoter {
	margin: 0;
}

.uk-subnav > li.reset > a.disabled {
	color: #9e9e9e;
	background-color: transparent;
	font-size: 14px;
}

.uk-navbar-nav > li.plus > a {
	padding-right: 0;
}

.uk-navbar-nav > li.plus > a + .uk-dropdown {
	border-bottom: none;
	background: linear-gradient(268deg, #112D65 0%, #DA3A7B 100%) left bottom #fff no-repeat; 
	background-size:100% 5px ;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 100022;
	margin-top: 15px;
}

.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus {
	background-color: transparent;
    color: #0d1f43;
}

.eg-navbar {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.eg-navbar .my-menu {
	position: initial;
}

.eg-navbar .uk-navbar {
	background: transparent;
	padding: 0;
}

.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 {
	display: grid;
	max-width: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
}

.eg-navbar .uk-navbar-nav > li {
	margin-left: 0;
	margin-right: 0;
}

.eg-navbar .uk-navbar-flip {
	margin: 10px 0;
}

.eg-navbar .uk-navbar-flip .uk-navbar-nav > li {
	margin-left: 0;
	margin-right: 0;
}

.eg-navbar .uk-navbar-nav > li > a {
	margin: 0;
	padding: 0 10px;
	border: none;
	text-shadow: none;
	color: #0d1f43;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 12px;
	max-height: 60px;
}

.eg-navbar .uk-navbar-nav > li > a:hover,
.eg-navbar .uk-navbar-nav > li > a:active {
	background-color: transparent;
	color: initial;
	cursor: pointer;
}

.eg-navbar .uk-navbar-nav > li.uk-active > a {
	background-color: #5d4494;
	color: #fff;
}

.hr-navbar {
	color: #0d1f43;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.my-container.top-bordered,
.hr-navbar + .uk-container,
.hr-navbar + .my-container {
	*border-top: 1px solid #dedede !important;
}

.hr-navbar .uk-navbar {
	background: #faf9f8;
}

.hr-navbar .hr-slogan {
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #0d1f43;
}

.hr-navbar .hr-logo {
	background: url('../img/logo.svg') no-repeat;
	width: 100%;
	max-width: 315px;
	height: 80px;
	margin: 10px auto;
}

.hr-navbar .logo-app {
	position: relative;
	background: url('../img/logo-app.svg') no-repeat;
	width: 66px;
	height: 66px;
	margin: 10px 0;
}

.hr-navbar .logo-app:after {
	position: absolute;
	content: "UK";
	color: #606060;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	top: -10px;
	right: -25px;
}

.hr-navbar .menu-label {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
	margin: 0 3px;
}

.menu-label.inverse {
	font-size: 16px;
	color: #fff;
}

.hr-navbar .menu-label.uk-active {
	font-weight: 700;
}

.hr-navbar .menu-label.uk-active:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #0d1f43;
}

.hr-navbar .my-menu.my-dropdown .menu-label.uk-active:before {
	width: calc(100% - 24px);
	left: 6px;
}

.menu-button {
	background: linear-gradient(45deg, #5186DC, #175BE3 100%);
	font-size: 16px !important;
	color: #fff !important;
	padding: 8px 10px !important;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.menu-button.menu-button-plus {
	background: linear-gradient(249deg, #112D65 0%, #DA3A7B 100%) !important;
}

.hr-navbar li a.reset {
	padding-left: 0;
}

.hr-navbar li.my-menu {
	position: initial;
	padding: 0 3px;
}

.hr-navbar li.my-menu:focus a,
.hr-navbar li.my-menu:hover a {
	color: #000;
}

.hr-navbar li.my-menu:focus a.inverse,
.hr-navbar li.my-menu:hover a.inverse {
	color: #fff;
}

.hr-navbar li.my-menu a.inverse:focus,
.hr-navbar li.my-menu a.inverse:hover {
	color: #dedede;
}

.hr-navbar li.my-menu:after {
	content: "";
	display: inline-block;
	height: 30px;
	vertical-align: middle;
	margin-left: 6px;
	border-right: 1px solid #0d1f43;
}

.hr-navbar li.my-menu.reset:after {
	display: none;
}

.hr-navbar li.my-menu a {
	display: inline;
	padding: 0;
	line-height: 32px;
}

.my-menu .my-menu-dropdown {
	background: #fff !important;
	padding: 20px !important;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2) !important;
	color: #0d1f43 !important;
	margin: 0 auto !important;
}

.my-menu .my-menu-dropdown.my-full-width-dropdown {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.my-menu .my-menu-dropdown.uk-dropdown-scrollable {
	max-height: calc(100vh - 60px);
}

.my-menu .my-menu-dropdown .uk-accordion {
	padding-top: 15px;
	border-top: 1px solid #0d1f43;
	border-bottom: 1px solid #0d1f43;
}

.my-menu .my-menu-dropdown .uk-accordion-title {
	background: #0d1f43;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.my-menu .my-menu-dropdown .uk-accordion-title:after {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	display: inline-block;
	content: "";
	width: 16px;
	height: 14px;
	background: url('../img/ico-arrow-down-white.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

.my-menu .my-menu-dropdown .uk-accordion-title.uk-active:after {
	margin-top: 3px;
	background: url('../img/ico-arrow-up-white.svg') center center no-repeat;
	background-size: contain;
}

.my-menu .my-menu-dropdown .uk-nav-header {
	padding: 10px;
	margin-top: 10px;
	font-size: 18px;
	color: #0d1f43;
}

.my-menu .my-menu-dropdown .uk-nav-divider {
	margin: 10px;
	width: 50px;
	border-top: 1px solid #0d1f43;
}

.my-menu .my-menu-dropdown li a {
	padding: 0;
	margin: 5px 10px;
	background-color: transparent;
	color: #0d1f43;
}

.my-menu.reset .my-menu-dropdown li a {
	margin: 0 10px;
}

.my-menu .my-menu-dropdown li.uk-active a {
	font-weight: bold;
}

.my-menu .my-menu-dropdown ul.socials {
	padding: 0;
}

.my-menu .my-menu-dropdown ul.socials li {
	padding-left: 5px;
}

.my-menu .my-menu-dropdown ul.socials li a.social {
	width: 36px;
	height: 36px;
	margin: 0 !important;
	padding: 0 !important;
	display: block!important;
}

.my-avatar {
	display: inline;
}

.my-avatar img {
	max-width: 36px;
	max-height: 36px;
	border-radius: 50%;
	background-color: #dedede;
}

.hr-navbar .banner-leaderboard {
	margin: 10px;
}

.hr-navbar .menu-icon img {
	padding: 10px;
	height: 120px;
	margin-left: 10px;
}

.hr-navbar .hr-logo:hover img,
.hr-navbar .hr-logo.uk-active img,
.hr-navbar .menu-icon:hover img,
.hr-navbar .menu-icon.uk-active img {
	background-color: transparent;
}

a.site-logo {
	height: 60px !important;
}

a.site-logo .logo-app {
	position: relative;
	display: inline-block;
	background: url('../img/logo-app.svg') no-repeat;
	width: 40px;
	height: 40px;
	margin: 10px auto;
}

a.site-logo .logo-app:after {
	position: absolute;
	content: "UK";
	color: #606060;
	font-size: 10px;
	font-weight: 400;
	line-height: 10px;
	top: -6px;
	right: -18px;
}

a.site-logo .hr-logo-inverse {
	display: inline-block;
	background: url('../img/logo-inverse.svg') no-repeat;
	width: 112px;
	height: 28px;
	margin: 6px 0;
}

.uk-nav-offcanvas a.site-logo {
	background: #0d1f43!important;
	padding: 0 15px;
}

.uk-nav-offcanvas .uk-nav-divider {
	border-top: 1px solid #ddd;
}

.hr-navbar .hr-navbar-nav > li > a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	height: 45px;
	line-height: 40px;
	color: #0d1f43;
	font-size: 12px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 20px;
	*border: 1px solid transparent;
	border-bottom-width: 0;
}

.hr-navbar .hr-navbar-nav > li > a + .uk-dropdown {
	position: absolute;
	min-width: 240px;
	font-size: 0.95em;
	color: #444;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	background-color: #fff;
	border-bottom: 5px solid #0d1f43;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.hr-navbar .hr-navbar-nav > li > a + div img {
	max-height: 16px;
	margin-right: 5px;
}

.hr-navbar .hr-navbar-nav > li:hover > a,
.hr-navbar .hr-navbar-nav > li > a:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a,
.hr-navbar .hr-navbar-nav > li.uk-active > a,
.hr-navbar .hr-navbar-nav > li > a:active {
	background-color: #0d1f43;
	color: #fff;
	height: 45px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.hr-navbar .hr-navbar-nav > li > a.welcome,
.hr-navbar .hr-navbar-nav > li:hover > a.welcome,
.hr-navbar .hr-navbar-nav > li > a.welcome:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.welcome,
.hr-navbar .hr-navbar-nav > li.uk-active > a.welcome,
.hr-navbar .hr-navbar-nav > li > a.welcome:active {
	background-color: #f5f5f5;
	color: #0d1f43;
}

.hr-navbar .hr-navbar-nav > li > a.default,
.hr-navbar .hr-navbar-nav > li:hover > a.default,
.hr-navbar .hr-navbar-nav > li > a.default:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.default,
.hr-navbar .hr-navbar-nav > li.uk-active > a.default,
.hr-navbar .hr-navbar-nav > li > a.default:active {
	background-color: #0d1f43;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.hrm,
.hr-navbar .hr-navbar-nav > li:hover > a.hrm,
.hr-navbar .hr-navbar-nav > li > a.hrm:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.hrm,
.hr-navbar .hr-navbar-nav > li.uk-active > a.hrm,
.hr-navbar .hr-navbar-nav > li > a.hrm:active {
	background-color: #0d47a1;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.cnb,
.hr-navbar .hr-navbar-nav > li:hover > a.cnb,
.hr-navbar .hr-navbar-nav > li > a.cnb:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.cnb,
.hr-navbar .hr-navbar-nav > li.uk-active > a.cnb,
.hr-navbar .hr-navbar-nav > li > a.cnb:active {
	background-color: #c62828;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.lnd,
.hr-navbar .hr-navbar-nav > li:hover > a.lnd,
.hr-navbar .hr-navbar-nav > li > a.lnd:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.lnd,
.hr-navbar .hr-navbar-nav > li.uk-active > a.lnd,
.hr-navbar .hr-navbar-nav > li > a.lnd:active {
	background-color: #2e7d32;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.rec,
.hr-navbar .hr-navbar-nav > li:hover > a.rec,
.hr-navbar .hr-navbar-nav > li > a.rec:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.rec,
.hr-navbar .hr-navbar-nav > li.uk-active > a.rec,
.hr-navbar .hr-navbar-nav > li > a.rec:active {
	background-color: #4a148c;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.dir,
.hr-navbar .hr-navbar-nav > li:hover > a.dir,
.hr-navbar .hr-navbar-nav > li > a.dir:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.dir,
.hr-navbar .hr-navbar-nav > li.uk-active > a.dir,
.hr-navbar .hr-navbar-nav > li > a.dir:active {
	background-color: #607d8b;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.kc,
.hr-navbar .hr-navbar-nav > li:hover > a.kc,
.hr-navbar .hr-navbar-nav > li > a.kc:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.kc,
.hr-navbar .hr-navbar-nav > li.uk-active > a.kc,
.hr-navbar .hr-navbar-nav > li > a.kc:active {
	background-color: #616161;
	color: #fff;
}

.hr-navbar .hr-navbar-nav > li > a.hrgv,
.hr-navbar .hr-navbar-nav > li:hover > a.hrgv,
.hr-navbar .hr-navbar-nav > li > a.hrgv:focus,
.hr-navbar .hr-navbar-nav > li.uk-open > a.hrgv,
.hr-navbar .hr-navbar-nav > li.uk-active > a.hrgv,
.hr-navbar .hr-navbar-nav > li > a.hrgv:active {
	background-color: #ed217c;
	color: #fff;
}

.hr-navbar:before,
.hr-navbar:after {
	content: "";
	display: table;
}

.hr-navbar:after {
	clear: both;
}

a.muted {
	padding: 0 !important;
	background: none !important;
	color: #666 !important;
	font-weight: 400 !important;
}

a.muted:focus,
a.muted:hover {
	color: #333 !important;
}

a.hyper {
	display: inline-block!important;
	position: relative;
	color: #0d1f43!important;
}

a.hyper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #0d1f43;
	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!important;
	text-decoration: none;
}

a.hyper:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.hyper-active {
	display: inline-block!important;
	position: relative;
	color: #175BE3!important;
	font-weight: 700;
}

a.hyper-active:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #175BE3;
}

a.hyper.primary {
	font-weight: 500;
	color: #175BE3!important;
}

a.hyper.primary:before {
	background-color: #175BE3;
}

a.hyper.primary:hover {
	color: #175BE3!important;
}

a.hyper.inverse {
	display: inline-block!important;
	position: relative;
	color: #fff!important;
}

a.hyper.inverse:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	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.inverse:hover {
	color: #fff!important;
	text-decoration: none;
}

a.hyper.inverse:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

a.plus {
	border: 3px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.my-register-toggle:after {
	margin-left: 5px;
	content: "\f107";
	font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
}

.my-register-toggle.uk-active:after {
	content: "\f106";
}

.eg-container {
	padding: 25px 0;
}

.eg-container-large {
	padding: 50px 10px;
}

.eg-container.prime {
	padding: 50px 0;
	background: transparent linear-gradient(46deg, #F7F9FB 0%, #EFEFEF 100%) 0% 0% no-repeat;
}

.eg-content-container {
	padding: 20px;
	background-color: #fff;
	*border: 1px solid #ccc;
	*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.eg-content-container.reset {
	padding: 20px 0;
}

.eg-content-wrapper {
	padding: 0;
}

.my-container.my-container-center {
	width: 1600px;
	padding: 0 10px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

.my-container.my-container-center .uk-article-meta {
	margin: 10px 0 !important;
}


.my-container-small.my-container-small-center {
	width: 1000px;
	padding: 0 10px;
	max-width: calc(100% - 20px);
	margin: 0 auto;
}

.ico-newsletter img {
	width: 115px;
	max-width: 100%;
	border-radius: 5px;
}

.newsletters-wrapper {
	background: transparent linear-gradient(85deg, #0D1F43 0%, #265BC4 100%) 0% 0% no-repeat padding-box;
	border-radius: 15px;
	margin: 25px 0;
	padding: 25px;
}

.newsletters-wrapper .label-newsletter {
	position: relative;
	padding-left: 90px;
}

.newsletters-wrapper .label-newsletter:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 75px;
	height: 50px;
	background: url('../img/ico-newsletter.svg') center center no-repeat;
	background-size: contain;
}

.preferences-container {
	width: 660px;
	max-width: calc(100% - 20px);
}

.preferences-container h1 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	color: #002B6D;
	position: relative;
	width: fit-content;
	margin: 20px auto !important;
}

.preferences-container h1:after {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	content: "";
    background: transparent linear-gradient(90deg, #56A1FF 0%, #5186DC 100%) 0% 0% no-repeat;
    border-radius: 4px;
    height: 4px;
}

.preferences-container .uk-accordion-title {
	border-radius: 5px;
	background: transparent linear-gradient(90deg, #56A1FF 0%, #5186DC 100%) 0% 0% no-repeat;
	color: #fff;
	padding: 10px 25px;
}

.preferences-container .item-title {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #002B6D;
}

.preferences-container .uk-button-navy {
	background: #002B6D;
	color: #fff;
	border-radius: 5px;
	padding: 10px 30px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.preferences-container .footer-container {
	padding: 0 15px;
}

.article-image-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 26%, #000 86%);
}

.article-caption {
	padding: 20px;
	background: #000;
	color: #fff;
}

.article-content {
	position: relative;
	margin-top: -200px!important;
	z-index: 10;
}

.article-bulletins {
	padding: 20px 0;
}

.article-bulletins .thumbnail.left {
	margin: 0 10px 0 0;
	width: 150px;
}

.article-body {
	background: #fff;
	padding: 20px;
}

.article-body.rounded {
	border-radius: 5px;
}

.article-summary {
	padding: 10px 15px;
	background: #af0075;
	color: #fff;
	line-height: 1.23;
	border-radius: 5px;
}

.article-summary ul {
	margin: 10px 0;
	padding-left: 15px;
}

.article-summary ul li {
	margin: 10px 0;
}

/* Feature-plus */
.plus-top-image {
	height: 650px;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

.plus-container {
	position: relative;
	margin-top: -100px;
	z-index: 1;
	background: #fff;
	padding: 20px;
}

.plus-container .plus-card {
    text-align: center;
    margin: -55px auto 0 auto;
    
}

.plus-container .plus-card .plus-label:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 5px;
	width: 50px;
	height: 50px;
	background: url('../img/logo-plus.svg') center center no-repeat;
	background-size: cover;
}

.plus-container .plus-card .plus-label {
	position: relative;
	display: inline-block;
	background-color: #f1f1f1;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 32px;
	text-transform: uppercase;
	color: #000;
	padding: 18px 10px 18px 65px;
}

.plus-container .plus-article-title {
	font-family: 'Lora', sans-serif;
	font-size: calc(1.5em + 1.5vw);
	line-height: 1.25em;
	color: #000;
	text-align: center;
	padding-top: 15px;
}

.plus-container hr.plus-article-title-pipe {
	border-color: black;
	margin: 25px auto !important;
	width: 65%;
}

.plus-container .plus-article-intro {
	font-size: calc(0.70em + 0.70vw);
	line-height: 160%;
	color: #000;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.plus-container .image-wrapper {
	position: relative;
	padding-bottom: 0;
	height: 100%;
	margin: 20px -150px;
}

.plus-container .image-wrapper + .plus-container {
	margin: -100px -20px 0 -20px;
}

article .quote-container {
	position: relative;
	text-align: left;
	padding: 5px;
	margin: 40px 0px 40px -60px;
	border: none !important;
}

article .quote-container.quote-container-plus {
	border-left: 5px solid;
	border-image: linear-gradient(0deg, #112D65, #DA3A7B);
	border-image-slice: 1;
}

article .quote-container p {
	font-family: 'Lora', sans-serif;
	font-size: 30px;
	font-weight: 500;
	font-style: italic;
	line-height: 115%;
	quotes: "“" "”" "‘" "’";
	text-align: left;
	color: #000000;
	margin: 10px 0 !important;
}

article .quote-container div {
	margin: 10px 0;
	font-size: 16px;
	font-family: 'Inter';
	text-align: left;
	color: #777777;
}

.boxout-container {
	background-color: #faf9f8;
	margin: 5% auto !important;
	border: 5px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
	border-left: 0;
	border-right: 0;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	padding: 0 8%;
}
.boxout-container p {
	margin: 3% auto;
}
/* End of Feature-plus */

.link-article-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	letter-spacing: 0;
	text-transform: none;
	color: #000;
	margin: 10px 0;
}

.link-article-topic {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
	color: #0d1f43;
	margin: 10px 0;
}

.link-article-author {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none;
	color: #0d1f43;
	margin: 10px 0;
}

.link-article-date {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: none;
	color: #0d1f43;
	margin: 10px 0;
}

.link-article-intro {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none;
	color: #000;
	margin: 10px 0;
}

.link-article-meta {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	text-transform: none;
	color: #0d1f43;
	margin: 10px 0;
}

.link-article-button {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: none;
	background: linear-gradient(45deg, #007AFF, #004896 100%);
	color: #fff !important;
	border-radius: 5px;
	margin: 10px!important;
	padding: 10px 30px;
}

.link-article-button:hover {
	color: #eee !important;
}

.menu-container {
	border-bottom: none!important;
}

.menu-container.default {
	border-bottom: 5px solid #fff;
}

.menu-container.hrm {
	border-bottom: 5px solid #0d47a1;
}

.menu-container.cnb {
	border-bottom: 5px solid #c62828;
}

.menu-container.lnd {
	border-bottom: 5px solid #2e7d32;
}

.menu-container.rec {
	border-bottom: 5px solid #4a148c;
}

.menu-container.dir {
	border-bottom: 5px solid #607d8b;
}

.menu-container.kc {
	border-bottom: 5px solid #616161;
}

.menu-container.hrgv {
	border-bottom: 5px solid #ed217c;
}

.notification {
	position: relative;
	padding: 5px 10px !important;
}

.notification a {
	padding: 0 !important;
}

.notification .number {
	position: absolute;
	top: -5px;
    right: -5px;
	background: red;
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.38;
	letter-spacing: -1px;
	color: #fff;
	width: 16px;
	height: 16px;
	padding: 2px;
	text-align: center;
	border-radius: 50%;
}

.uk-breadcrumb.hrm > li > a {
	color: #0d47a1;
}

.uk-breadcrumb.default > li > a {
	color: #0d1f43;
}

.uk-breadcrumb.cnb > li > a {
	color: #c62828;
}

.uk-breadcrumb.lnd > li > a {
	color: #2e7d32;
}

.uk-breadcrumb.rec > li > a {
	color: #4a148c;
}

.uk-badge-notification {
	font-family: 'Inter', sans-serif !important;
}

.uk-subnav-line.hrm li.uk-active a {
	padding: 0 5px;
	background: #0d47a1;
	color: #fff;
	border-bottom: none;
}

.uk-subnav-line.default li.uk-active a {
	padding: 0 5px;
	background: #0d1f43;
	color: #fff;
	border-bottom: none;
}

.uk-subnav-line.cnb li.uk-active a {
	padding: 0 5px;
	background: #c62828;
	color: #fff;
	border-bottom: none;
}

.uk-subnav-line.lnd li.uk-active a {
	padding: 0 5px;
	background: #2e7d32;
	color: #fff;
	border-bottom: none;
}

.uk-subnav-line.rec li.uk-active a {
	padding: 0 5px;
	background: #4a148c;
	color: #fff;
	border-bottom: none;
}

.my-subnav > li > a {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 15px;
	border: 2px solid #333;
	border-radius: 30px;
	margin-bottom: 10px;
}

.my-subnav > li:hover > a,
.my-subnav > li:focus > a,
.my-subnav > li.uk-active > a {
	background: #333;
	color: #fff;
	font-weight: 400;
}

.card-title {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
}

.card-type {
	color: #17a5dd!important;
}

.card-label {
	color: #fff;
}

.card-content {
	background-color: #404ca0;
}

.play-pink {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 40px;
    background: url(../img/ico-play.svg) center center no-repeat rgba(237, 33, 124, 0.85);
    border-top-right-radius: 5px;
}

.content {
	margin: 0 auto;
}

.header {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.33em;
	text-transform: uppercase;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

.header-label {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.5em;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

.submenu {
	padding: 10px 20px 0 20px;
	background-color: #fff;
	*border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}

.submenu.reset {
	border: none;
}

.page-title {
	font-family: 'Inter', 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!important;
	text-align: center;
	font-size: 1.5rem!important;
	font-weight: 400!important;
	padding: 8px 15px;
	background: #0d1f43 !important;
	color: #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.topic {
	font-size: 14px;
	font-weight: 500;
	color: #0d1f43;
	margin: 0 0 5px 0;
}

.eg-page-title.topic {
	background: #0d1f43;
	color: #fff;
}

.eg-page-title.news {
	background: #af0075;
	color: #fff;
}

.eg-page-title.opinions {
	background: #af0075;
	color: #fff;
}

.eg-page-title.features {
	background: #17a5dd;
	color: #fff;
}

.eg-page-title.events {
	background: #ed217c;
	color: #fff;
}

.eg-page-title.videos {
	background: #404ca0;
	color: #fff;
}

.eg-page-title.podcasts {
	background: #1e598a;
	color: #fff;
}

.eg-submenu {
	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.5rem !important;
	font-weight: 400 !important;
	padding: 5px 15px;
	background: #0d1f43;
	color: #fff;
	border-radius: 0 !important;
}

.eg-submenu .eg-submenu-handle:after {
	content: "\f107";
	width: 20px;
	margin-right: -3px;
	float: right;
	font-family: FontAwesome;
	text-align: center;
}

.eg-submenu .uk-nav-dropdown > li > a:focus,
.eg-submenu .uk-nav-dropdown > li > a:hover,
.eg-submenu .uk-nav-dropdown > li.uk-active > a {
	background: #0d1f43;
	color: #fff;
}

.eg-submenu .uk-nav-dropdown > li.gl > a:focus,
.eg-submenu .uk-nav-dropdown > li.gl > a:hover,
.eg-submenu .uk-nav-dropdown > li.gl.uk-active > a {
	background: #ba0f0a;
	color: #fff;
}

.eg-submenu.subtopics .eg-submenu-handle,
.eg-submenu.subtopics .uk-nav-dropdown > li > a:focus,
.eg-submenu.subtopics .uk-nav-dropdown > li > a:hover,
.eg-submenu.subtopics .uk-nav-dropdown > li.uk-active > a {
	background: #0062ad;
	color: #fff;
}

html.leadership .eg-submenu.subtopics .eg-submenu-handle,
html.leadership .eg-submenu.subtopics .uk-nav-dropdown > li > a:focus,
html.leadership .eg-submenu.subtopics .uk-nav-dropdown > li > a:hover,
html.leadership .eg-submenu.subtopics .uk-nav-dropdown > li.uk-active > a {
	background: #ba0f0a;
	color: #fff;
}

.eg-submenu.news .eg-submenu-handle,
.eg-submenu.news .uk-nav-dropdown > li > a:focus,
.eg-submenu.news .uk-nav-dropdown > li > a:hover,
.eg-submenu.news .uk-nav-dropdown > li.uk-active > a {
	background: #af0075;
	color: #fff;
}

.eg-submenu.features .eg-submenu-handle,
.eg-submenu.features .uk-nav-dropdown > li > a:focus,
.eg-submenu.features .uk-nav-dropdown > li > a:hover,
.eg-submenu.features .uk-nav-dropdown > li.uk-active > a {
	background: #17a5dd;
	color: #fff;
}

.eg-submenu.longreads .uk-nav-dropdown > li > a:focus,
.eg-submenu.longreads .uk-nav-dropdown > li > a:hover {
	background: #17a5dd;
	color: #fff;
}

.eg-submenu.longreads .eg-submenu-handle,
.eg-submenu.longreads .uk-nav-dropdown > li.longreads > a:focus,
.eg-submenu.longreads .uk-nav-dropdown > li.longreads > a:hover,
.eg-submenu.longreads .uk-nav-dropdown > li.longreads.uk-active > a,
.eg-submenu.features .uk-nav-dropdown > li.longreads > a:focus,
.eg-submenu.features .uk-nav-dropdown > li.longreads > a:hover,
.eg-submenu.features .uk-nav-dropdown > li.longreads.uk-active > a {
	background: #5ac2b2;
	color: #fff;
}

.eg-submenu .uk-nav-dropdown > li.news > a:focus,
.eg-submenu .uk-nav-dropdown > li.news > a:hover {
	background: #af0075!important;
}

.eg-submenu .uk-nav-dropdown > li.features > a:focus,
.eg-submenu .uk-nav-dropdown > li.features > a:hover {
	background: #17a5dd!important;
}

.eg-submenu .uk-nav-dropdown > li.longreads > a:focus,
.eg-submenu .uk-nav-dropdown > li.longreads > a:hover {
	background: #5ac2b2!important;
}

.eg-submenu .uk-nav-dropdown > li.podcasts > a:focus,
.eg-submenu .uk-nav-dropdown > li.podcasts > a:hover {
	background: #17a5dd!important;
}

.eg-submenu .uk-nav-dropdown > li.videos > a:focus,
.eg-submenu .uk-nav-dropdown > li.videos > a:hover {
	background: #17a5dd!important;
}

.eg-submenu.publications .eg-submenu-handle,
.eg-submenu.publications .uk-nav-dropdown > li > a:focus,
.eg-submenu.publications .uk-nav-dropdown > li > a:hover,
.eg-submenu.publications .uk-nav-dropdown > li.uk-active > a {
	background: #0d1f43;
	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: #ff8C00;
	color: #fff;
}

h1.section-title {
	font-family: 'Inter', sans-serif;
	font-size: 2.5rem;
}

h2.section-title {
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 20px;
}

h3.section-title {
	font-family: 'Inter', sans-serif;
	font-size: 1.6rem;
}

.eg-text-primary {
	color: #ed217c!important;
}

.eg-alert-primary {
	border: 1px solid #ed217c!important;
	color: #ed217c!important;
	background: none!important;
	padding: 5px!important;
}

.section-anchor {
	float: right;
	text-align: right;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #0d1f43;
	padding: 10px 0;
}

.section-anchor.inverse {
	color: #fff !important;
}

.section-title {
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	color: #0d1f43;
	*border-bottom: 1px solid #0d1f43;
	*padding-bottom: 5px;
	margin: 0 0 10px 0;
}

.section-title.section-title-large {
	font-size: 40px!important;
	font-weight: 700;
	line-height: 42px;
}

.section-title.section-title-medium {
	font-size: 28px!important;
	font-weight: 700;
	line-height: 36px;
}

.section-anchor + .section-title {
	margin: 0 0 20px 0!important;
}

.section-title.inverse {
	color: #fff !important;
}

.block-legend {
	font-family: 'Inter', sans-serif;
	position: relative;
	border: 2px solid #0077dd;
	border-radius: 5px;
	margin: 30px 0 25px 0;
	padding: 20px;
}

.block-legend .block-legend-title {
	position: absolute;
	top: -14px;
	left: 20px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	color: #000;
	text-align: center;
}

.block-legend .block-legend-title span {
	width: fit-content;
	background-color: #fff;
	padding: 0 10px;
}

.block-legend .block-legend-title.block-legend-title-small {
    font-size: 16px;
	top: -13px;
    font-weight: 600;
    line-height: 20px;
	text-align: center;
	background-color: transparent;
	left: 0;
	padding: 0;
	width: 100%;
}

.block-legend.extended {
	margin: 35px 0 50px 0;
	padding: 30px;
}

.block-legend.extended .block-legend-cta {
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 100%;
	text-align: center;
}

.block-legend.extended .block-legend-cta span {
	background: #fff;
	width: fit-content;
	margin: 0 auto !important;
	padding: 0 10px;
}

.block-legend.extended .block-legend-cta .block-legend-button {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	text-transform: none;
	background: linear-gradient(45deg, #007AFF, #004896 100%);
	color: #fff !important;
	border-radius: 5px;
	padding: 10px 30px;
}

.block-legend.extended .block-legend-cta .block-legend-button:hover {
	color: #eee !important;
}

.block-legend.events {
	border: 2px solid #ed217c;
}

.block-legend.events .showmore,
.block-legend.events .showless {
	color: #ed217c;
}

.block-legend.events .block-legend-cta .block-legend-button {
	background: #ed217c !important;
}

.block-legend.events .leadgen-title {
	color: #0d1f43 !important;
}

.block-legend.content .leadgen-title {
	color: #0d1f43 !important;
}

.block-legend.content-premium {
	border: 2px solid #D33F7E;
}

.block-legend.content-premium .block-legend-cta .block-legend-button {
	background: linear-gradient(45deg, #D33F7E, #1C2E66 100%);
}

.block-legend.insights {
	border: 2px solid #ff8c00;
}

.block-legend.insights .leadgen-title {
	color: #000 !important;
}

.block-legend.insights .block-legend-cta .block-legend-button {
	background: #ff8c00 !important;
}

.block-title {
	position: relative;
	font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #265bc4;
	margin: 10px 0;
	overflow: hidden;
}

.block-title:after {
	content: "";
	display: inline-block;
	height: 2px;
	vertical-align: middle;
	width: 100%;
	margin-right: -100%;
	margin-left: 20px;
	border-top: 2px solid #333;
}

h2.mag {
	font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
}

h2.mag > span {
	font-size: 24px;
	margin-left: 15px;
}

/* HR Grapevine Event Calendar */
.calendar {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	text-align: center;
	width: 80px;
	margin: 0 auto;
}

.calendar .calendar-header {
	background: #265BC3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: 500;
    font-size: 16px;
	line-height: 23px;
	color: #fff;
	text-transform: uppercase;
}

.calendar .calendar-body {
	background: #fff;
	padding: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.calendar .calendar-date {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
    font-size: 50px;
	line-height: 50px;
	color: #0d1f43;
}

.event-header {
	background: #e10a0a;
	color: #fff;
	padding: 30px;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
    font-size: 40px;
	line-height: 50px;
	margin: 0 auto;
}

.event-body {
	padding: 15px;
}

.event-body .event-name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
    font-size: 25px;
	line-height: 35px;
	margin: 15px auto;
	color: #000;
}

.event-type-roundtable {
	background: url('../img/ico-event-roundtable.svg') center center no-repeat;
	background-size: contain;
	width: 144px;
	height: 138px;
	margin: 20px auto;
}

.event-type-virtual-roundtable {
	background: url('../img/ico-event-virtual-roundtable.svg') center center no-repeat;
	background-size: contain;
	width: 205px;
	height: 138px;
	margin: 20px auto;
}

.event-type-virtual {
	background: url('../img/ico-event-virtual.svg') center center no-repeat;
	background-size: contain;
	width: 199px;
	height: 138px;
	margin: 20px auto;
}

.event-type-meetup {
	background: url('../img/ico-event-meetup.svg') center center no-repeat;
	background-size: contain;
	width: 166px;
	height: 138px;
	margin: 20px auto;
}

.event-type-virtual-meetup {
	background: url('../img/ico-event-virtual-meetup.svg') center center no-repeat;
	background-size: contain;
	width: 164px;
	height: 138px;
	margin: 20px auto;
}

.event-type-digital-summit {
	background: url('../img/ico-event-digital-summit.svg') center center no-repeat;
	background-size: contain;
	width: 164px;
	height: 138px;
	margin: 20px auto;
}

.event-footer {
	background: #e10a0a;
	color: #fff;
	padding: 25px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
    font-size: 30px;
	line-height: 40px;
	margin: 0 auto;
}

/* HR Grapevine Event & Webinar Banner */
.event-header-container {
    position: relative;
    overflow: hidden;
}

.event-header-container .uk-width-medium-1-6, 
.event-header-container .uk-width-medium-4-6 {
	z-index: 99;
}

video {
	position: absolute;
    object-fit: cover;
    z-index: 1;
	top: 0;
	left: 0;
    height: 100%;
    width: 100%;
}

.hr-event-logo-mobile {
	background: none;
}

.event-hand {
	background: none;
}

.hr-event-content h1 {
	font-size: 3rem;
}

.hr-event-content p {
	font-size: 1.5rem;
}

.hr-event-content h1,
.hr-event-content p {
	color: #fff;
	font-family: 'Major Mono Display', monospace !important;
	font-weight: 600;
	margin-bottom: 20px;
}

.hr-event-content-button {
	padding: 5px 10px;
    font-family: "Roboto", serif !important;
    font-size: 16px !important;
    border: 3px solid #ff006f;
    background: rgba(0, 0, 0, 0.4) !important;
    letter-spacing: 0;
    font-size: 20px !important;
	border-top-left-radius: 5px;
}

.hr-event-content-button:hover {
	 background: rgba(255, 0, 111, 0.6) !important;
}

.event-title {
	font-family: 'Roboto', serif;
	color: #ed217c;
}

h2.event-heading {
	font-family: 'Inter', Georgia, "Times New Roman", Times, serif!important;
    font-size: 34px;
    position: relative;
    margin: 40px 0;
}

.event-heading span {
	background: #fff;
	padding-right: 10px;
	position: relative;
	z-index: 1;
}

.event-heading:after {
	background: #0d1f43;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.event-heading:after {
	left: 0;
}

.event-speaker-photo {
	max-width: 80px;
	height: auto;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-square {
	margin: 20px;
}

.list-square li {
	margin-top: 15px;
	list-style: square outside;
	line-height: 28px !important;
}

.list-square li:first-child {
	margin-top: 5px;
}

.list-square li a {
	border-bottom: 1px solid #dcdcdc;
	color: #0d1f43;
	font-size: 18px !important;
	font-weight: 600 !important;
}

.list-square li a.reset {
	border-bottom: none;
}

.list-inline li {
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 10px;
}

.social-widget {
	margin: 10px auto;
	text-align: center;
}

.social-widget h3 {
	margin: 0;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.social-widget h3 + div {
	padding: 20px 10px;
}

.social-widget.social-widget-linkedin h3 {
	background-color: #0077b5;
}

.social-widget.social-widget-linkedin h3 + div {
	background-color: #bfddec;
}

.social-widget.social-widget-twitter h3 {
	background-color: #1da1f2;
}

.social-widget.social-widget-twitter h3 + div {
	background-color: #c6e7fc;
}

.social-widget.social-widget-facebook h3 {
	background-color: #3b5998;
}

.social-widget.social-widget-facebook h3 + div {
	background-color: #ced5e5;
}

.social-widget.social-widget-instagram h3 {
	background-color: #262626;
}

.social-widget.social-widget-instagram h3 + div {
	background-color: #262626;
}

.social-widget.social-widget-youtube h3 {
	background-color: #e52d27;
}

.social-widget.social-widget-youtube h3 + div {
	background-color: #f8cac9;
}

.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: #3b5998;
}

.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: #5d4494;
}

.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:#0d1f43;
}

.small-underline {
	border-bottom: 2px solid #811c63;
	display: block;
	margin: 0 auto;
	width: 2em;
	padding-top: 1.5em;
}

.hr-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: 'Inter', sans-serif;
	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 {
	background-color: #eee!important;
	color: #0d1f43!important;
}

.topic-home .uk-thumbnail {
	border: 1px solid transparent;
}

.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%;
}

.article .article-close {
	display: none;
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	background: #fff;
	border-radius: 50%;
}

.article:focus .article-close,
.article:hover .article-close {
	display: block;
}

.article figure,
.article figure img {
	width: 100%;
	text-align: center;
	margin: 0;
}

.article figure.rounded img {
	border-radius: 5px;
}

.article figure.premium {
	position: relative;
	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.plus: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.premium:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
	z-index: -1;
}

.article figure.premium img {
	opacity: 0.75;
}

.article figure.plus 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 div.exclusive,
.article figure.exclusive {
	position: relative;
	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 div.exclusive:after,
.article figure.exclusive:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
	z-index: -1;
}

.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 div.rounded,
.article div.rounded .uk-thumbnail,
.article div.rounded img {
	border-radius: 5px;
	text-align: center;
	*margin: 0;
}

.article div.rounded .thumbnail {
	border-radius: 5px;
}

.article div.rounded-small,
.article div.rounded-small .uk-thumbnail,
.article div.rounded-small img {
	border-radius: 5px;
	text-align: center;
	margin: 0;
}

.article div.rounded-small .thumbnail {
	border-radius: 5px;
}

.article div.rounded .uk-thumbnail .overlay {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
}

.article div.rounded .uk-thumbnail .promoter.overlay.top {
	border-radius: 5px;
	top: 10px;
	left: 10px;
	padding: 5px 10px;
}

.article .cover.strict {
	max-height: 400px;
	overflow: hidden;
}

.article .cover img {
	width: 100%;
}

.article .cover.rounded img {
	border-radius: 5px;
}

.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: #0d1f43;
	position: absolute;
	top: 0;
	bottom: auto;   
	left: 0;
	z-index: 1;
}

.article .video {
	background: #0d1f43;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
	border-top-right-radius: 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;
}

.play-pink {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 40px;
    background: url(../img/ico-play.svg) center center no-repeat rgba(237, 33, 124, 0.85);
    border-top-right-radius: 5px;
}

.article .video .time {
	float: left;
	padding: 8px;
	background: #faf9f8;
	font-size: 0.9em;
	color: #0d1f43;
	border-top-right-radius: 5px;
}

.bookmark {
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background: url('../img/ico-bookmark.svg') center center no-repeat;
}

.bookmark-white {
	width: 18px;
	height: 18px;
	margin: 0 auto;
	background: url('../img/ico-bookmark-white.svg') center center no-repeat;
}

.bookmark:hover {
	background: url('../img/ico-bookmark-active.svg') center center no-repeat;
}

.ico-share {
	color: #333!important;
	text-align: center;
}

.ico-share:focus > *,
.ico-share:hover > * {
	transform: translateY(-4px);
	transition: all .2s ease-in-out;
}

.ico-share .ico-my-facebook {
	background: url('../img/ico-my-facebook.svg') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-twitter {
	background: url('../img/ico-my-twitter.svg') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-linkedin {
	background: url('../img/ico-my-linkedin.svg') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-email {
	background: url('../img/ico-my-email.svg') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-bookmark {
	background: url('../img/ico-my-bookmark.svg') center center no-repeat;
	background-size: contain;
	width: 12px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-bookmarked {
	background: url('../img/ico-my-bookmark-active.svg') center center no-repeat;
	background-size: contain;
	width: 12px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-like {
	background: url('../img/ico-my-heart.svg') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .ico-my-liked {
	background: url('../img/ico-my-heart-active.svg') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}

.ico-share .share-label {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	color: #333;
	margin: 10px auto;
}

figcaption .video {
	float: left;
	width: 38px;
	height: 44px;
	padding: 18px 21px;
	margin-right: 20px;
	background: #0d1f43;
}

figcaption .video .play {
	width: 100%;
	height: 100%;
	background: url('../img/ico-play.svg') center center no-repeat;
	background-size: contain;
	color: #fff;
}

.content.hrm .article .video,
.content.hrm .article .video .play {
	background: #0d47a1;
}

.content.cnb .article .video,
.content.cnb .article .video .play {
	background: #c62828;
}

.content.lnd .article .video,
.content.lnd .article .video .play {
	background: #2e7d32;
}

.content.rec .article .video,
.content.rec .article .video .play {
	background: #4a148c;
}

.topic-home, .bg-home.uk-active > a {
	background-color: #f5f5f5!important;
	color: #0d1f43!important;
}

.eg-promoted a {
	color: #af0075;
}

.topic-default,
.eg-promoted.default,
.bg-default.uk-active > a {
	background-color: #efefef!important;
	color: #0d1f43!important;
}

.topic-hrm,
.eg-promoted.hrm,
.bg-hrm.uk-active > a {
	background-color: #dfe8f7!important;
	color: #0d1f43!important;
}

.topic-cnb,
.eg-promoted.cnb,
.bg-cnb.uk-active > a {
	background-color: #fae3e3!important;
	color: #0d1f43!important;
}

.topic-lnd,
.eg-promoted.lnd,
.bg-lnd.uk-active > a {
	background-color: #eefcef!important;
	color: #0d1f43!important;
}

.topic-rec,
.eg-promoted.rec,
.bg-rec.uk-active > a {
	background-color: #f3ebfd!important;
	color: #0d1f43!important;
}

.article .uk-thumbnail.rounded {
	border-radius: 5px;
}

.article .uk-thumbnail.rounded .promoter {
	border-bottom-right-radius: 5px;
}

.article .uk-thumbnail-caption h3,
.article .uk-thumbnail-caption h4 {
	color: #0d1f43;
	font-weight: 600;
}

.article .info {
	list-style: none;
	padding-left: 0;
	font-size: 0.95em;
	text-decoration: none;
}

.article .info li {
	display: inline;
	margin-left: 5px;
}

.article .info li:first-child {
	margin-left: 0;
}

.article .info li a {
	color: #0d1f43;
}

.article ul.info li.section {
	color: #0d1f43;
}

.article ul.info li.time {
	color: #999;
}

.article ul.info li.stats  {
	color: #777;
}

.article * + h3,
.article * + h4 {
	margin-top: 0;
}

.article .subject {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 150px;
	padding: 3px 6px;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
}

.article .promoter {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 3px;
	width: auto;
	text-align: center;
	font-size: 0.8em;
	opacity: 0.95;
	filter: alpha(opacity=95);
	z-index: 2;
	background-color: #fff;
	border-radius: 5px;
}

.article .promoter.overlay {
	background-color: #fff;
	left: 10px;
	right: auto;
}

.article .promoter.overlay.top {
	top: 10px;
	left: 10px;
	bottom: auto;
	border-radius: 5px;
}

.article .promoter.bottom-right {
	top: auto;
	bottom: 10px;
	left: auto;
	right: 10px;
	border-top-left-radius: 5px;
}

.article .promoter.bottom-right.large {
	border-top-left-radius: 5px;
}

.article .section.default {
	background: #0d1f43;
	color: #fff;
}

.article .section.hrm {
	background: #0d47a1;
	color: #fff;
}

.article .section.cnb {
	background: #c62828;
	color: #fff;
}

.article .section.lnd {
	background: #2e7d32;
	color: #fff;
}

.article .section.rec {
	background: #4a148c;
	color: #fff;
}

.article.featured .section {
	position: relative;
	z-index: 1;
	margin: -25px auto 10px auto;
	min-width: 70px;
	max-width: 150px;
	padding: 5px 10px;
	background-color: #fff;
	color: #7773b3;
}

.article.featured .section.default {
	width: 80px;
	background-color: #0d1f43;
	color: #fff;
}

.article.featured .section.hrm {
	width: 100px;
	background-color: #0d47a1;
	color: #fff;
}

.article.featured .section.cnb {
	width: 150px;
	background-color: #c62828;
	color: #fff;
}

.article.featured .section.lnd {
	width: 70px;
	background-color: #2e7d32;
	color: #fff;
}

.article.featured .section.rec {
	width: 80px;
	background-color: #4a148c;
	color: #fff;
}

.article.featured .section:after {
	clear: both;
}

.article.featured figure {
	width: auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	max-height: 200px;
	overflow: hidden;
}

.article.featured img {
	*width: 100%;
}

.article.featured .uk-thumbnail-caption {
	text-align: center;
	padding: 10px 20px;
	background: transparent;
	color: #0d1f43;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.article.featured .uk-thumbnail-caption,
.article.featured .uk-thumbnail-caption .more,
.article.featured .uk-thumbnail-caption h3 {
	color: #0d1f43;
}

.uk-tooltip {
	max-width: 300px;
}

#article .uk-slideshow,
#article .uk-slideshow li  {
	height: 520px !important;
}

#article .uk-cover-background {
	background-size: contain !important;
}

.uk-slideshow p {
	font-weight: 600;
	text-align: center;
}

#headlines .uk-overlay-background {
	background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 20%, rgba(130,3,97,0.5) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 20%,rgba(130,3,97,0.5) 100%);
	background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 20%,rgba(130,3,97,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#807773b3', endColorstr='#80820361',GradientType=1 );
}

#headlines .uk-nav {
	border-bottom: 1px solid #c7c7c7;
}

#headlines .uk-nav > li.default {
	border-top: 1px solid #c7c7c7;
	border-right:5px solid #0d1f43;
}

#headlines .uk-nav > li.default a:hover, #headlines .uk-nav > li.default.uk-active a {
	background-color: #8f8f8f;
	color: #fff;
}

#headlines .uk-nav > li.hrm {
	border-top: 1px solid #c7c7c7;
	border-right:5px solid #0d47a1;
}

#headlines .uk-nav > li.hrm a:hover, #headlines .uk-nav > li.hrm.uk-active a {
	background-color: #86a3d0;
	color: #fff;
}

#headlines .uk-nav > li.cnb {
	border-top: 1px solid #c7c7c7;
	border-right:5px solid #c62828;
}

#headlines .uk-nav > li.cnb a:hover, #headlines .uk-nav > li.cnb.uk-active a {
	background-color: #e29393;
	color: #fff;
}

#headlines .uk-nav > li.lnd {
	border-top: 1px solid #c7c7c7;
	border-right:5px solid #2e7d32;
}

#headlines .uk-nav > li.lnd a:hover, #headlines .uk-nav > li.lnd.uk-active a {
	background-color: #96be98;
	color: #fff;
}

#headlines .uk-nav > li.rec {
	border-top: 1px solid #c7c7c7;
	border-right:5px solid #4a148c;
}

#headlines .uk-nav > li.rec a:hover, #headlines .uk-nav > li.rec.uk-active a {
	background-color: #a489c5;
	color: #fff;
}

.load-more {
	margin: 15px auto;
	padding: 5px;
	text-align: center;
}

.card {
	background-color: #fff;
	border-top: 5px 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: 10px;
}

.thumbnail.thumb {
	float: left;
	width: 120px;
	max-height: 80px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 0;
}

.thumbnail.small {
	float: left;
	width: 150px;
	max-height: 100px;
	overflow: hidden;
	margin-right: 18px;
}

.thumbnail.slim {
	float: left;
	width: 200px;
	max-height: 80px;
	overflow: hidden;
	margin-right: 18px;
}

.thumbnail.slim .overlay.topic {
	max-width: 100px!important;
	line-height: 1.25;
}

.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;
}

.bar.cnb {
	opacity: 1!important;
	filter: alpha(opacity=100);
	background-color: #c62828!important;
}

.bar.default {
	opacity: 1!important;
	filter: alpha(opacity=100);
	background-color: #0d1f43!important;
}

.bar.hrm {
	opacity: 1!important;
	filter: alpha(opacity=100);
	background-color: #0d47a1!important;
}

.bar.lnd {
	opacity: 1!important;
	filter: alpha(opacity=100);
	background-color: #2e7d32!important;
}

.bar.rec {
	opacity: 1!important;
	filter: alpha(opacity=100);
	background-color: #4a148c!important;
}

.company {
	text-transform: none;
}

.company .title {
	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;
}

.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: 5px;
	background-color: #000;
	color: #fff;
	font-size: 0.8em;
}

.partner .badge {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
}

.partner .badge img {
	max-height: 25px;
}

.cookie {
	width: 44px;
	height: 44px;
	position: fixed;
	z-index: 101;
	background: url(../img/ico-cookie.svg) #f6f6f6 center center no-repeat;
	background-size: 70% auto;
	left: 10px;
	bottom: 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.cookie:focus,
.cookie:hover {
	background-color: #fff;
	filter: alpha(opacity=100);
    opacity: 1.0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cookie-prompt {
	width: 350px;
	max-width: calc(100vw - 80px);
	height: auto;
	position: fixed;
	z-index: 100099 !important;
	z-index: 102;
	background: #fff;
	color: #222;
	left: 10px;
	bottom: 10px;
	padding: 30px;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cookie-prompt .uk-close {
	float: right;
	margin-top: -20px;
	margin-right: -20px;
}

.go-top {
	background-color: #f6f6f6;
	right: 10px;
	bottom: 10px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.go-top:focus,
.go-top:hover {
	background-color: #fff;
	filter: alpha(opacity=100);
    opacity: 1.0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.eg-footer {
	padding: 50px 0 !important;
	font-size: 0.95em;
}

.eg-footer .copyright {
	font-size: 0.95em;
	margin-bottom: 10px;
}

.eg-footer .uk-subnav > li {
	margin-top: 5px;
}

.eg-footer .uk-subnav > li > a {
	text-transform: none;
	letter-spacing: normal;
	color: #444;
}

.eg-footer .uk-subnav > li > a:hover {
	color: #333;
}

.eg-footer .uk-icon-hover {
	font-size: 1.2em;
}

.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;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 0.25rem;
}

.btn.btn-large {
	font-weight: 600;
	line-height: 1.5;
	padding: .5rem 1rem;
	font-size: 1.2rem;
	border-radius: 0.5rem;
	margin: 10px auto;
}

.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;
}

.topic-action {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	cursor: pointer;
	background: url('../img/ico-add.svg') center center no-repeat;
}

.topic-action.added {
	background: url('../img/ico-added.svg') center center no-repeat;
}

ul.uk-nav li a.topics {
	font-size: 16px;
	padding: 5px 10px;
	background: transparent;
	color: #0d1f43;
	margin-bottom: 5px;
}

ul.uk-nav li a.topics.gl {
	color: #ba0f0a!important;
}

ul.uk-nav li:hover a.topics,
ul.uk-nav li.uk-open a.topics,
ul.uk-nav li.uk-active a.topics {
	font-weight: bold;
}

ul.uk-nav.topics li a {
	padding: 5px 10px;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	transition: padding 0.25s linear;
}

ul.uk-nav.topics li:hover a,
ul.uk-nav.topics li.uk-active a {
	padding: 5px 15px;
	background: #0d1f43;
	color: #fff;
	border-radius: 5px;
}

ul.uk-nav.topics.gl li:hover a,
ul.uk-nav.topics.gl li.uk-active a {
	background: #ba0f0a!important;
	color: #fff!important;
}

ul.topics {
	margin: 0;
}

ul.topics ul {
	margin: 0;
}

.uk-nav ul a {
	font-size: 0.95em;
}

.uk-nav li.article > a > div {
	font-size: 13px;
}

.uk-nav li.article > a > div.rank {
	float: left;
	width: 60px;
	text-align: left;
	margin: 0 0 20px 10px;
	font-family: 'Lora', sans-serif;
	font-size: 56px;
	line-height: 1;
	font-weight: bold;
	color: #ff2222;
}

.uk-nav.uk-nav-side h5 {
	line-height: 1.2;
}

.content.hrm .uk-nav li.article > a > div.rank {
	color: #0d47a1;
}

.content.cnb .uk-nav li.article > a > div.rank {
	color: #c62828;
}

.content.lnd .uk-nav li.article > a > div.rank {
	color: #2e7d32;
}

.content.rec .uk-nav li.article > a > div.rank {
	color: #4a148c;
}

.left-bordered {
    border-left: 1px solid #ddd!important;
}

.right-bordered {
    border-right: 1px solid #ddd!important;
}

.top-bordered {
    border-top: 1px solid #ddd!important;
}

.bottom-bordered {
    border-bottom: 1px solid #ddd!important;
}

.border-left {
	position: relative;
}

.border-left:after {
	content: "";
	border-left: 1px solid #ddd;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 0;
}

.border-right {
	position: relative;
}

.border-right:after {
	content: "";
	border-right: 1px solid #ddd;
	height: 50%;
	position: absolute;
	top: 25%;
	right: 0;
}

.uk-nav-side > li.article {
	margin: 0 0 1px 0;
}

.uk-nav-side.bordered > li {
	border-top: 1px solid #ddd;
}

.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;
}

.uk-table thead th {
	vertical-align: inherit;
	padding: 8px;
	border-bottom: 1px solid #444;
}

.uk-table td {
	padding: 8px;
	border-bottom: 1px solid #e5e5e5;
}

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: #5d4494 !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.ico-menu {
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url('../img/ico-menu.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

i.ico-close {
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url('../img/ico-close.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

i.ico-search {
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url('../img/ico-search.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

i.ico-archive-content {
	display: block;
	content: "";
	width: 85px;
	max-width: 100%;
	height: 86px;
	background: url('../img/ico-archive-content.svg') center left no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

i.ico-premium-content {
	display: block;
	content: "";
	width: 80px;
	max-width: 100%;
	height: 81px;
	background: url('../img/ico-premium-content.svg') center left no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

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 {
	background-color: #ed217c;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.dates.past {
	background-color: #343434;
}

.dates > div {
	padding: 5px 2px;
}

.dates .default {
	width: 40px;
	height: 28px;
	background-position: center center;
	margin: 8px auto;
	color: #fff;
}

.dates .webinar {
	width: 40px;
	height: 28px;
	background: url('../img/ico-webinar.svg') no-repeat;
	background-position: center center;
	margin: 20px auto;
	color: #fff;
}

.dates .virtual {
	width: 40px;
	height: 28px;
	background: url('../img/ico-virtual.svg') no-repeat;
	background-position: center center;
	margin: 20px auto;
	color: #fff;
}

.dates .roundtable {
	width: 40px;
	height: 28px;
	background: url('../img/ico-roundtable.svg') no-repeat;
	background-position: center center;
	margin: 20px auto;
	color: #fff;
}

.less {
	max-height: 190px;
	overflow: hidden;
}

.partner-intro.partner-intro-container {
	max-height: 180px;
	overflow: auto;
}

.partner-intro.less {
	max-height: 180px;
}

.partner-intro-medium.partner-intro-container {
	max-height: 320px;
	overflow: auto;
}

.partner-intro-medium.less {
	max-height: 320px;
}

.more {
	max-height: none;
}

.showmore {
	font-family: 'Inter', sans-serif;
	color: #0077dd;
	font-size: 0.95em;
	cursor: pointer;
	margin: 10px 0;
}

.showless {
	font-family: 'Inter', sans-serif;
	color: #0077dd;
	font-size: 0.95em;
	cursor: pointer;
	display: none;
}

.my-text-meta {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;
}

.my-text-primary {
	color: #b92025;
}

/* ========================================================================
   Account CTA
 ========================================================================== */
.account-panel {
	background: #e6ebf5;
	border-radius: 5px;
	margin: 25px auto;
	padding: 25px;
}

.account-panel h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #0d1f43;
}

.account-panel hr {
	border-top: 2px solid #fff;
}

.account-panel p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: #0d1f43;
}

.account-panel .account-button {
    background: linear-gradient(45deg, #5186DC, #175BE3 100%);
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin: 10px;
}

.account-panel .member-button {
    background: linear-gradient(90deg, #730588, #fe0156, #fc8702 100%) !important;
    color: #fff !important;
    padding: 10px 15px !important;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
	font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin: 10px;
}

/*=================================================================
						Apple Switch
=================================================================*/
.my-switch {
	height: 32px;
	text-align: right;
}
.my-switch input.my-switch-toggle {
	position: absolute;
	opacity: 0;
	display: none;
}
.my-switch input.my-switch-toggle + label {
	position: relative;
	display: inline-block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.4s ease;
	height: 30px;
	width: 50px;
	border: 1px solid #e4e4e4;
	border-radius: 60px;
	background: #fff;
}
.my-switch input.my-switch-toggle + label:before {
	content: "";
	position: absolute;
	display: block;
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	height: 30px;
	width: 51px;
	top: 0;
	left: 0;
	border-radius: 30px;
}
.my-switch input.my-switch-toggle + label:after {
	content: "";
	position: absolute;
	display: block;
	box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	background: whitesmoke;
	height: 28px;
	width: 28px;
	top: 1px;
	left: 0px;
	border-radius: 60px;
}
.my-switch input.my-switch-toggle:checked + label:before {
	background: transparent linear-gradient(90deg, #56A1FF 0%, #5186DC 100%) 0% 0% no-repeat;
	transition: width 0.2s cubic-bezier(0, 0, 0, 0.1);
}
.my-switch input.my-switch-toggle:checked + label:after {
	left: 24px;
}

.my-switch.my-switch-premium {
	text-align: center;
}
.my-switch.my-switch-premium input.my-switch-toggle + label:after {
	height: 26px;
	width: 26px;
	top: 2px;
	left: 2px;
}
.my-switch.my-switch-premium input.my-switch-toggle:checked + label:after {
	left: 23px;
}
.my-switch.my-switch-premium input.my-switch-toggle + label:before {
	background: transparent linear-gradient(241deg, #112D65 0%, #DA3A7B 100%) 0% 0% no-repeat;
}

.my-placeholder {
	display: inline-block;
	width: 150px;
	height: 24px;
	background: #dedede;
}

.my-placeholder.my-placeholder-large {
	width: 300px;
}

.my-placeholder.my-placeholder-medium {
	width: 100px;
}

.my-placeholder.my-placeholder-small {
	width: 50px;
}

/* ========================================================================
   Ribbons
 ========================================================================== */
.ribbon {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
}
.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #2980b9;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 225px;
	padding: 10px 0;
	background-color: #265bc4;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: 700 16px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: 0;
	left: 0;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: 0;
	top: 15px;
	transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
	top: 0;
	right: 0;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
	border-top-color: transparent;
	border-right-color: transparent;
}
.ribbon-top-right::before {
	top: 0;
	left: 0;
}
.ribbon-top-right::after {
	bottom: 0;
	right: 0;
}
.ribbon-top-right span {
	left: 0;
	top: 15px;
	transform: rotate(45deg);
}

/* ========================================================================
   UIKit Tweaks
 ========================================================================== */
.uk-icon-twitter:before {
	content: "\e61b";
}

.uk-pagination > li > a {
	border-radius: 5px;
}

.uk-pagination > .uk-active > span {
	border-radius: 5px;
	background: #0d1f43;
}

.uk-h1, h1 {
	font-size: 2em;
	line-height: 1.25em;
}

.uk-text-small {
	*letter-spacing: 1px;
}

.uk-text-smaller {
	font-size: 0.9em;
	line-height: 1.4;
}

.uk-text-bold {
	font-weight: 600;
}

.uk-text-blue {
	color: #265bc4;
}

.uk-text-black {
	color: #000;
}

.uk-text-dark {
	color: #333;
}

.uk-text-light {
	color: #707070;
}

.uk-text-inverse {
	color: #fff !important;
}

.uk-text-plus {
	color: #9b0ebe!important;
}

a.uk-text-plus {
	border-bottom: 1px solid #9b0ebe;
}

.uk-text-premium {
	color: #d03a7a!important;
}

.uk-text-xlarge {
	font-size: 30px;
	font-weight: 600;
}

.uk-text-xxlarge {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.2;
}

.uk-form-icon > .uk-icon-search.uk-icon-large {
	top: 0;
	margin-top: 13px;
	width: 40px;
	font-size: 20px;
	font-weight: 400;
}

.uk-form-icon > .uk-icon-search.uk-icon-large + .uk-search-input {
	padding-left: 40px !important;
}

.uk-nav-dropdown li.uk-active a {
	font-weight: bold;
}

.uk-button,
.uk-form input:not([type=radio]):not([type=checkbox]),
.uk-form textarea,
.uk-form select {
	border-radius: 5px;
}

.uk-article-meta {
	color: #0d1f43;
}

article {
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	*box-shadow : 0px 1px 1px rgba(0, 0, 0, 0.3);
	*border: 1px solid #eee;
}

article.reset {
	position: inherit;
	z-index: 0;
	margin: 0;
	padding: 20px 0;
}

article.offset {
	position: inherit;
	z-index: 0;
	margin: 0;
	padding: 0 20px;
}

article.basic {
	border: none!important;
	box-shadow: none!important;
	padding: 0;
}

article:after {
	clear: both;
}

article h1 {
	
}

article iframe {
	max-width: 100%;
}

article p {
	font-size: 1.2em;
	line-height: 30px;
}

article p.quote {
	font-size: 1.5em;
	line-height: 30px;
	font-weight: 600;
	margin: 30px;
	text-align: center;
}

article div.stretch {
	margin: 0 -20px;
}

hr.blackbar {
	border-top: none;
    background: #333;
    border-radius: 2px;
    height: 2px;
	margin: 20px 0;
}

hr.bluebar {
	border-top: none;
    background: transparent linear-gradient(90deg, #56A1FF 0%, #5186DC 100%) 0% 0% no-repeat;
    border-radius: 4px;
    height: 4px;
}

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: 20px auto;
}

hr.stick {
	width: 40%;
	border: 0;
    height: 2px;
	background: #56626c;
	margin: 10px 0;
}

.uk-container {
	padding: 0;
}

.uk-dropdown.wider {
	width: 300px;
}

.uk-dropdown-top, .uk-dropdown-bottom {
	margin-top: 0;
}

.uk-navbar-toggle-search:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url('../img/ico-search.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

.uk-navbar-toggle-alt:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url('../img/ico-menu.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

.uk-navbar-toggle-close:after {
	content: '';
	display: inline-block;
	width: 22px;
	height: 20px;
	background: url('../img/ico-close.svg') center center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
}

.uk-offcanvas-bar {
	width: 100%;
	background: #fff;
}

.uk-offcanvas .uk-search-field {
	border: 1px solid #0d1f43;
	font-size: 1rem;
	letter-spacing: 1px;
	color: #0d1f43;
	background-color: #fff;
}

.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	background: #0d1f43;
	color: #fff;
}

.uk-nav-offcanvas > .uk-open > a i.my-plus-icon,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus i.my-plus-icon,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover i.my-plus-icon,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a i.my-plus-icon {
	background: url('../img/logo-plus-inverse.svg') center center no-repeat;
	background-size: cover;
}

.uk-nav-offcanvas > li > a {
	font-family: 'Inter', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #0d1f43;
}

.uk-nav-offcanvas > li.default > a {
	background: #0d1f43!important;
	color: #fff;
}

.uk-nav-offcanvas > li.hrm > a {
	background: #0d47a1!important;
	color: #fff;
}

.uk-nav-offcanvas > li.cnb > a {
	background: #c62828!important;
	color: #fff;
}

.uk-nav-offcanvas > li.lnd > a {
	background: #2e7d32!important;
	color: #fff;
}

.uk-nav-offcanvas > li.rec > a {
	background: #4a148c!important;
	color: #fff;
}

.uk-article-meta .uk-subnav {
	margin-top: 0;
	margin-left: 0;
}

.uk-article-meta .uk-subnav > * {
	padding-left: 0;
	padding-right: 10px;
}

.uk-article-meta .uk-subnav.uk-subnav-line > :before {
	vertical-align: top;
	margin-top: 4px;
}

.uk-article-meta .uk-subnav.uk-align-right > * {
	padding-left: 10px;
	padding-right: 0;
}

.uk-subnav > * {
	margin-top: 0;
}

.uk-subnav.leading > * {
	font-size: 14px;
	line-height: 2;
	max-width: 100%;
	white-space: normal;
}

.uk-subnav > * > * {
	*color: #333;
	*font-size: 12px;
	*text-transform: uppercase;
	*letter-spacing: 1px;
}

.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
	color: #0d1f43;
	text-decoration: none;
}

.uk-subnav > .uk-active > * {
	font-weight: 600;
	color: #0d1f43;
	border-bottom: 1px solid #0d1f43;
}

.uk-subnav > .uk-active > * > * {
	font-weight: normal;
}

.uk-subnav li.index {
	padding-left: 5px;
}

.uk-subnav.tags {
	font-size: 12px;
	color: #0d1f43;
	margin: 0 0 5px 0;
}

.uk-subnav.tags.inverse,
.uk-subnav.tags.inverse i {
	color: #fff !important;
}

.uk-subnav.tags li {
	border: 1px solid #0d1f43;
	border-radius: 5px;
	padding: 0 5px;
	margin: 0 5px 5px 0;
}

.uk-subnav.tags.inverse li {
	border: 1px solid #fff;
}

.uk-subnav.tags li.plus {
	border: none;
	background: linear-gradient(90deg, #730588, #fe0156, #fc8702 100%) !important;
    color: #fff !important;
}

.uk-nav-navbar .uk-nav-header,
.uk-nav-side .uk-nav-header {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	color: #000000;
	text-transform: none;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
	*background: transparent;
}

.uk-nav-navbar > li > a.reset {
	padding: 0;
	margin: 10px;
	background: none;
	color: #000;
}

.uk-nav-navbar > li.uk-active > a.reset,
.uk-nav-navbar > li > a.reset.uk-active {
	font-weight: bold;
}

.uk-thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	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%;
}

.uk-thumbnail img.showcase {
	width: auto;
	max-height: 300px;
}

.uk-thumbnail img.rounded {
	border-radius: 5px;
}

.full-bordered {
	border: 1px solid #eee;
}

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: 20px;
	text-align: left;
}

.uk-cover-background {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	height: 100%;
	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: #0d1f43 !important;
}

.uk-text-secondary {
	color: #000;
}

.uk-button {
	color: #444;
	font-size: 0.8rem;
	font-family: 'Inter', sans-serif;
	text-decoration: none;   
	letter-spacing: 0.1rem;
	text-align: center;
	font-weight: 600;
	margin-bottom: 3px;
}

.uk-button.rounded {
	border-radius: 5px;
}

.uk-button-primary {
	background-color: #fff;
	color: #0d1f43;
	border: 1px solid #0d1f43;
	*text-transform: uppercase!important;
	border-radius: 5px!important;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
	background-color: #0d1f43 !important;
	color: #fff !important;
}

.uk-button-active {
	background-color: #0d1f43;
	color: #fff;
	border: 1px solid #0d1f43;
	text-transform: uppercase!important;
	border-radius: 5px!important;
}

.uk-button-active:hover,
.uk-button-active:focus {
	background-color: #0d1f43;
	color: #fff;
}

.uk-button-secondary {
	background-color: #265bc4;
	color: #fff;
	border: 1px solid #fff;
	text-transform: none!important;
	border-radius: 5px!important;
	border-radius: 5px!important;
}

.uk-button-secondary:hover,
.uk-button-secondary:focus {
	background-color: #0077dd;
	color: #fff;
	border: 1px solid #fff;
}

.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: #0d1f43 !important;
	border: 1px solid #0d1f43;
	background-color: #fff;
	text-transform: uppercase;
	border-radius: 5px!important;
}

.uk-button-plus {
	background-color: #9b0ebe;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	border-radius: 5px!important;
}

.uk-button-plus:focus,
.uk-button-plus:hover {
	background-color: #9b0ebe;
	color: #dedede;
}

.uk-button-premium {
	font-size: 16px !important;
	letter-spacing: 0;
	color: #fff !important;
	padding: 5px 20px !important;
	border-radius: 5px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	background: linear-gradient(249deg, #112D65 0%, #DA3A7B 100%) !important;
}

.uk-button-premium.bordered {
	border: 1px solid #fff;
}

.uk-button-small {
	font-size: 13px;
	text-transform: none!important;
	letter-spacing: 0!important;
}

.uk-button-medium {
	min-height: 40px;
    padding: 0 20px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}

.uk-button-group .uk-button + .uk-button {
	margin-left: 10px;
}

.title-box {
	position: relative;
	font-family: 'Inter', sans-serif;
	background: #0d1f43;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 50px auto;
}

.title-box.title-box-medium {
	border-radius: 5px;
	padding: 30px;
	margin: 0 auto;
}

.title-box p:last-child {
	margin-bottom: 0;
}

.premium-box {
	position: relative;
	font-family: 'Inter', sans-serif;
	background: linear-gradient(258deg, #112D65 0%, #DA3A7B 100%) !important;
	border-radius: 5px;
	padding: 5px;
	margin: 50px auto;
}

.premium-box .premium-container {
	border-radius: 5px;
	background: #fff;
	padding: 20px;
}

.premium-box.premium-box-showcase {
	background: linear-gradient(289deg, #112D65 0%, #DA3A7B 100%) !important;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
}

.premium-box.premium-box-large {
	background: linear-gradient(289deg, #112D65 0%, #DA3A7B 100%) !important;
	border-radius: 5px;
	padding: 50px;
	margin: 0 auto;
}

.premium-box.premium-box-medium {
	background: linear-gradient(289deg, #112D65 0%, #DA3A7B 100%) !important;
	border-radius: 5px;
	padding: 30px;
	margin: 0 auto;
}

.premium-box.premium-box-alt {
	background: linear-gradient(289deg, #112D65 0%, #DA3A7B 100%) !important;
	border-radius: 5px;
	padding: 15px;
	margin: 0 auto;
}

.premium-box.premium-box-small {
	background: linear-gradient(258deg, #112D65 0%, #DA3A7B 100%) !important;
	border-radius: 5px;
	padding: 3px;
	margin: 0 auto;
}

.premium-box.premium-box-small .premium-container {
	border-radius: 5px;
	background: #fff;
	padding: 10px;
}

.premium-box .premium-container .premium-label {
	color: #9F3674;
	border-bottom: 2px solid #9F3674;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	width: fit-content;
	margin: 10px auto;
}

.premium-box .premium-container .premium-price-offer {
	color: #9F3674;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	width: fit-content;
	margin: 10px auto;
}

.premium-box .premium-container .premium-price {
	color: #333;
	font-size: 16px;
	line-height: 60px;
	font-weight: 400;
	width: fit-content;
	margin: 10px auto;
	vertical-align: bottom;
}

.premium-box.inverse .premium-container {
	background: none;
}

.premium-box.inverse .premium-container .premium-label {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.premium-box.inverse .premium-container .premium-price-offer,
.premium-box.inverse .premium-container .premium-price,
.premium-box.inverse .premium-container .uk-text-secondary {
	color: #fff;
}

.premium-box .premium-container .premium-plan-toggle {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 700;
	color: #161616;
	text-transform: uppercase;
}

.premium-box .premium-container .premium-plan {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #161616;
	margin: 10px 0;
}

.premium-box .premium-container .premium-plan-price {
	font-family: 'Inter', sans-serif;
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #161616;
}

.premium-box .premium-container .premium-plan-tag {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: left;
}

.premium-box .premium-container .premum-plan-memo {
	background-color: #f7f7f7;
	border-radius: 5px;
	padding: 5px 15px;
	width: fit-content;
	margin: 10px auto;
}

.premium-box h2.section-title {
	margin-left: 10px;
}

.premium-box h3.section-title {
	margin-left: 5px;
}

.premium-box .premium-lock {
	position: absolute;
	right: 20px;
	top: 20px;
	*background: url('../img/ico-premium-star.svg') center center no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	margin: 0;
}

.premium-box .premium-lock.premium-lock-small {
	right: 15px;
	top: 12px;
	width: 25px;
	height: 25px;
}

.title-bar {
	background: #0D1F43;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	border-radius: 5px;
	margin: 0 0 25px 0;
}

.title-bar.title-bar-premium {
	background: transparent linear-gradient(266deg, #112D65 0%, #DA3A7B 100%) 0% 0% no-repeat padding-box;
}

.title-bar a {
	color: #fff;
}

.title-bar a:focus,
.title-bar a:hover {
	color: #dedede;
}

.headhunter-box {
	background: linear-gradient(213deg, #8CD5FB 0%, #1D304D 100%) !important;
	border-radius: 5px;
	padding: 10px;
	margin: 0 auto;
	max-width: 430px;
}

.headhunter-box > .uk-panel-box > .uk-panel-teaser {
	position: relative;
	margin-top: -20px;
	margin-left: -20px;
	margin-right: -20px;
}

.headhunter-box > .uk-panel-box > .uk-panel-teaser > .logo-hunter {
	position: absolute;
	left: calc(50% - 130px);
	top: calc(50% - 45px);
	background: url('../img/headhunter/logo-headhunter.svg') center center no-repeat;
	background-size: contain;
	width: 260px;
	height: 90px;
}

.headhunter-box > .uk-panel-box > .uk-panel-teaser > img {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.uk-search-default .uk-search-input,
.uk-search-default .uk-button-plus {
	height: 50px;
	border-radius: 5px!important;
}

#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;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.button-event-inverse:hover,
.button-event-inverse:focus {
	background-color: #fff;
	color: #ed217c;
	border: 1px solid #ed217c;
}

.button-optin {
	background-color: #222;
	color: #fff!important;
	font-size: 1.2rem!important;
}

.button-optin:hover,
.button-optin:focus {
	background-color: #151515;
	color: #fff!important;
}

.button-optin-link {
	border-color: transparent;
    background: none;
	color: #265bc4;
	border-bottom: 1px solid #265bc4;
	border-radius: 0;
	font-size: 1.2rem;
	padding: 0;
}

.button-optin-link:focus,
.button-optin-link:hover {
	border-color: transparent;
    background: none;
	color: #0077dd;
	border-bottom: 1px solid #0077dd;
	padding: 0;
}

.button-optin-link.button-optin-link-small {
	font-size: 0.9rem;
}

.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: 1px;
}

.uk-button-xlarge {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: 1.8px;
	padding: 15px 30px;
}

.uk-alert {
	border: 1px solid rgba(45,112,145,.3);
	border-radius: 5px;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
}

.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-alert-dark {
	color: #fff !important;
	background: #000;
	border-color: #000 !important;
	border-radius: 0;
	border-left: none;
	border-right: none;
	margin: 0;
	height: 100vh;
	vertical-align: middle;
}

.uk-alert-dark a,
.uk-alert-dark i {
	color: #fff;
}

#comment {
	margin-bottom: 50px;
}

.uk-comment-list {
	
}

.uk-comment {
	font-family: 'Inter', sans-serif;
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

.uk-comment .uk-comment-header {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #fafafa;
}

.uk-comment .uk-comment-title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #0d1f43;
}

.uk-comment .uk-comment-avatar {
	border-radius: 5px;
	background: #A2A9B0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	float: none;
	margin: 0 auto;
}

.uk-comment .uk-comment-body {
	font-size: 0.95em;
	padding: 0 10px 10px 10px;
}

.uk-panel-title {
	font-size: 1.5em;
}

.uk-panel-title.uk-panel-title-small {
	font-size: 1.2em;
	font-weight: 500;
}

.uk-panel-title.uk-panel-title-large {
	font-size: 2em;
	font-weight: 600;
	line-height: 1.2;
}

div.premium {
	position: relative;
}

div.premium: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;
}

.optin {
	font-family: 'Inter', sans-serif;
	margin: 0 auto;
	background: #fff !important;
	border: 2px solid #175BE3 !important;
	border-radius: 7px !important;
	padding: 0;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.optin .my-copy-title {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #000;
	margin: 10px 0;
}

.optin .my-copy-container {
	padding: 25px;
}

.optin .my-copy-container p {
	font-size: 16px;
	line-height: 20px;
	color: #212121;
}

.optin .my-copy-container ul.uk-list li {
	background: url(../img/ico-tick-blue.svg) left top no-repeat;
    padding-left: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #212121;
}

.optin .my-logo-container {
	position: relative;
	background: url('../img/bg-my-vertical.svg') center center no-repeat;
	background-size: cover;
	padding: 20px 0;
	border-top-left-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 5px;
	min-height: 150px;
}

.optin .my-logo-container.uk-active {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0;
}

.optin .my-logo-container .my-logo {
	position: absolute;
	background: url(../img/logo-my-inverse.svg) center center no-repeat;
	width: 90px;
	height: 90px;
	margin: 0 !important;
	padding: 0 !important;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
}

.optin .my-width {
	width: 600px;
	max-width: 100%;
}

ul.benefits {
	list-style: none;
}

ul.benefits > li {
	background: url(../img/ico-my-plus.png) 0 5px no-repeat;
	font-family: 'Inter', 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-list {
	padding: 15px;
}

.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 h1 {
	font-family: 'Inter', sans-serif;
	font-size: 35px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #333;
}

.my-content-card.plus h2 {
	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 2rem;
	font-weight: 600;
}

.my-content-card.plus h4 {
	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 1.5rem;
    line-height: 1.4;
	font-weight: 600;
}

.my-content-card.plus p {
	font-family: 'Lora', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}

.my-content-card.plus .my-plus-label {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}

.my-content-card.plus .my-plus-label span {
	border-bottom: 2px solid #333;
}

.my-content-card.plus .smallprint {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
    line-height: 20px;
}

.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;
}

.my-content-card.plus .uk-button-xlarge {
	font-family: 'Inter', 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;
}

.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-inverse.svg') center center no-repeat;
	background-size: contain;
	width: 90px;
	height: 90px;
	margin: 5px auto;
}

.my-carousel-welcome .logo-my-medium.logo-hr {
	background: url('../img/logo-app-white.svg') center center no-repeat;
	background-size: contain;
}

.eg-text-optin {
	color: #ed217c;
}

.hr-logo-inverse {
	width: 90px;
	height: 90px;
	background: url('../img/logo-app-white.svg') center center no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.app-logo {
	background: url('../img/logo-app.svg') center center no-repeat;
	width: 90px;
	height: 90px;
	margin: 10px auto!important;
}

.my-logo {
	background: url('../img/logo-my.svg') center center no-repeat;
	width: 90px;
	height: 90px;
	margin: 10px auto!important;
}

.my-logo-inverse {
	background: url('../img/logo-my-inverse.svg') center center no-repeat;
	width: 90px;
	height: 90px;
	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.my-logo-plus-small {
	width: 50px;
	height: 50px;
}

.my-logo-plus.my-logo-plus-large {
	width: 165px;
	height: 165px;
}

.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-plus-white {
	width: 90px;
	height: 90px;
	background: url('../img/logo-plus-white.svg') center center no-repeat;
	background-size: contain;
	margin: 0 auto;
}

.podcast-logo {
	width: 180px;
	height: 180px;
	background: url('../img/logo-podcast.svg') center center no-repeat;
	background-size: contain;
	margin: 0;
}

.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;
}

.my-avatar {
	width: 90px;
	height: 90px;
}

.more-plus-container {
	padding: 50px 80px;
    border: 3px solid;
    border-image: linear-gradient(to left, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
    border-image-slice: 1;
}

.more-plus-container h1 {
	color: #000;
}

.bg-banner-my {
	background: url('../img/bg-banner-my.jpg') center center no-repeat;
	background-size: cover;
	padding: 10px 0;
	color: #fff;
	font-size: 1.2em;
}

.bg-banner-my p {
	color: #fff;
	font-size: 18px;
}

.bg-banner-my .my-logo-small {
	background: url('../img/logo-my.svg') center center no-repeat;
	width: 40px;
	height: 40px;
	margin: 0 auto!important;
}

.bg-banner-my .my-button {
	background: transparent;
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 0.8em;
	margin: 3px auto!important;
}

.bg-my {
	position: relative;
	background: url('../img/bg-my.svg') center center no-repeat;
	background-size: cover;
	padding: 40px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.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: 10px 0;
	padding: 10px 0;
}

ul.my-option-list li {
	margin: 10px 0;
	font-size: 1.1em;
	color: #444;
}

.promoted {
	padding: 2px;
	background: #f7f2da;
}

.logo-promo img {
	width: 100px;
	max-height: 50px;
}

.logo-promo.logo-promo-tiny img {
	width: 60px;
	max-height: 30px;
}

.logo-promo.logo-promo-small img {
	width: 80px;
	max-height: 40px;
}

.logo-promo.logo-promo-medium img {
	width: 120px;
	max-height: 65px;
}

.logo-promo.logo-promo-large img {
	width: 150px;
	max-height: 75px;
}

.logo-promo.logo-promo-xlarge img {
	width: 200px;
	max-height: 100px;
}

.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;
	border-top-right-radius: 5px;
}

.uk-overlay-panel.uk-overlay-left {
	width: 32%;
	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;
}

.bg-long-reads {
	background: url('../img/header-long-reads.svg') no-repeat;
	background-position: top center;
	padding-top: 30px;
}

.bg-podcasts {
	background: url('../img/header-podcasts.svg') no-repeat;
	background-position: top center;
	padding-top: 30px;
}

.header-podcasts {
	background: url('../img/header-podcasts.jpg') no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 100px 50px;
	max-height: 310px;
	border-radius: 5px;
}

.bg-videos {
	background: url('../img/header-videos.svg') no-repeat;
	background-position: top center;
	padding-top: 50px;
}

.bg-long-reads h1.page-title,
.bg-podcasts h1.page-title,
.bg-videos h1.page-title {
	color: #fff;
	font-size: 4rem;
	font-weight: 600;
	text-transform: uppercase;
}

.uk-slidenav-position .uk-slidenav-previous {
	display: block;
	visibility: visible;
	left: 0;
	top: 50%;
}

.uk-slidenav-position .uk-slidenav-next {
	display: block;
	visibility: visible;
	right: 0;
	top: 50%;
}

.uk-slidenav-position .uk-dotnav {
	padding: 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;
	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: 5px;
	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.my-toggle:after {
	content: "\f107";
}

.uk-close.my-toggle.uk-active:after {
	content: "\f106";
}

.uk-close.uk-close-large:after {
	font-size: 2rem;
}

.uk-modal {
	z-index: 1000101;
}

.uk-modal-dialog {
	border-radius: 5px;
}

.uk-modal-dialog .uk-modal-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.uk-modal-dialog.uk-modal-dialog-blank {
	background: rgba(34, 34, 34, 0.9);
	color: #fff;
}

.uk-modal-dialog.cookie-modal {
	width: 100%;
	height: auto;
	min-height: 100vh;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7) !important;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}

.uk-modal-dialog.cookie-modal .uk-close {
	margin: 0;
}

.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-offcanvas-bar {
	padding-bottom: 50px;
}

.uk-slidenav-contrast {
	color: #dedede;
}

.uk-slidenav-contrast:hover {
	color: #ed217c;
}

.uk-search-field::-webkit-input-placeholder {
	color: #999;
}
.uk-search-field::-moz-placeholder {
	color: #999;
}
.uk-search-field:-ms-input-placeholder {
	color: #999;
}
.uk-search-field:-moz-placeholder {
	color: #999;
}

.uk-search-field {
	border: 1px solid #dedede;
	font-size: 1rem;
	letter-spacing: 0;
	color: #0d1f43;
	background-color: #fff;
	border-radius: 5px;
	width: 120px;
	height: 40px;
}

.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
	width: 150px;
}

.uk-search:before {
	top: 5px;
	left: 0;
	width: 32px;
	line-height: 30px;
	color: #0d1f43;
	font-size: 16px;
}

.uk-dropdown {
	border-radius: 5px;
	z-index: 100099 !important;
}

.uk-dropdown-search {
	background: #fff;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	z-index: 100022;
	width: 300px;
}

.uk-grid-small.uk-grid-divider {
	margin-left: -15px;
    margin-right: -15px;
}

.uk-grid-small.uk-grid-divider > * {
	padding-left: 15px;
	padding-right: 15px;
}

.uk-grid-medium.uk-grid-divider {
	margin-left: -25px;
    margin-right: -25px;
}

.uk-grid-medium.uk-grid-divider > * {
	padding-left: 25px;
	padding-right: 25px;
}

.uk-grid-large.uk-grid-divider {
	margin-left: -50px;
    margin-right: -50px;
}

.uk-grid-large.uk-grid-divider > * {
	padding-left: 50px;
	padding-right: 50px;
}

.atss {
	z-index: 100022 !important;
}

/* ========================================================================
   Smart Tags
 ========================================================================== */
.leadgen-title {
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #0077dd;
}

.leadgen-intro,
.leadgen-intro h3,
.leadgen-intro p {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #212121;
}

.leadgen-image img {
	border-radius: 5px;
}

.leadgen-image .promoter.overlay.top {
	border-bottom-right-radius: 5px;
}

.leadgen-image .promoter.overlay.top {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.95;
}

article.article-blank {
	padding: 0 !important;
}

article .leadgen-title,
.article-blank .leadgen-title {
	font-size: 20px;
	line-height: 28px;
}

article .leadgen-intro,
article .leadgen-intro h3,
article .leadgen-intro p,
.article-blank .leadgen-intro,
.article-blank .leadgen-intro p {
	font-size: 14px;
	line-height: 20px;
}

/* Auto */
.uk-width-auto {
	width: auto;
}
/* Expand */
.uk-width-expand {
	flex: 1;
	min-width: 1px;
}

/* ========================================================================
   Media query
 ========================================================================== */
@media screen and (min-width: 1600px) {
	
	.hr-navbar .menu-label {
		margin: 0 6px;
	}

	.hr-navbar li.my-menu {
		padding: 0 6px;
	}

	.hr-navbar li.my-menu:after {
		margin-left: 12px;
	}
	
	/* 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);
	}
	/* Tenths */
	.uk-width-xxlarge-1-10 {
		width: 10%;
	}
	.uk-width-xxlarge-2-10 {
		width: 20%;
	}
	.uk-width-xxlarge-3-10 {
		width: 30%;
	}
	.uk-width-xxlarge-4-10 {
		width: 40%;
	}
	.uk-width-xxlarge-5-10 {
		width: 50%;
	}
	.uk-width-xxlarge-6-10 {
		width: 60%;
	}
	.uk-width-xxlarge-7-10 {
		width: 70%;
	}
	.uk-width-xxlarge-8-10 {
		width: 80%;
	}
	.uk-width-xxlarge-9-10 {
		width: 90%;
	}
	.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-flex-order-last-xxlarge {
		-ms-flex-order: 99;
		-webkit-order: 99;
		order: 99;
	}
	
}

@media screen and (max-width: 1599px) {
	
	.uk-visible-xxlarge {
		display: none!important;
	}
	
}

@media screen and (min-width: 1460px) {
	
	.award {
		display: block!important;
	}
	
}

/* macbook air screen from 1440px */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
	
	.hr-navbar .menu-label {
		margin: 0 6px;
	}
	
	.hr-navbar li.my-menu {
		padding: 0 3px;
	}
	
	.hr-navbar li.my-menu:after {
		margin-left: 6px;
	}
	
	.hr-navbar li.my-menu .menu-button {
		padding: 8px 10px !important;
	}
	
	.thumbnail.small {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
}

@media screen and (min-width: 1366px) and (max-width: 1439px) {
	
	.hr-navbar .menu-label {
		margin: 0 4px;
	}

	.hr-navbar li.my-menu {
		padding: 0 3px;
	}

	.hr-navbar li.my-menu:after {
		margin-left: 6px;
	}
	
	.thumbnail.small {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
}

@media screen and (min-width: 1366px) {
	
	.uk-hidden-xlarge {
		display: none !important;
	}
	
}
	
@media screen and (max-width: 1365px) {
	
	.uk-visible-xlarge {
		display: none!important;
	}
	
}
	
@media screen and (min-width: 1200px) and (max-width: 1365px) {
	
	.uk-navbar-nav > li > a {
		padding: 0;
	}
	
}

@media screen and (max-width: 1219px) {
	
	.quote-container {
        margin-left: auto !important;
        margin-right: auto !important;
    }
	
}
	
@media screen and (min-width: 1200px) {
	
	.eg-content-container {
		margin-top: 20px;
	}

	.mag-cover {
		margin-top: -65px!important;
	}

	#headlines #intros {
		padding-left: 0;
	}

	#headlines .uk-nav > li a {
		height: 51px;
	}
	
	img.partner-bg {
		width: 100%;
		max-height: 350px;
		overflow: hidden;
	}
	
	.article .resource-title {
		min-height: 100px;
	}
	
	.uk-overlay.primary {
		height: 411px;
		overflow: hidden;
	}
        
	.uk-overlay.partner-primary {
		height: 430px;
		overflow: hidden;
	}
	
	.uk-overlay.primary img {
		margin-top: -25px;
	}
	
	.uk-flex-order-last-xlarge {
		-ms-flex-order: 99;
		-webkit-order: 99;
		order: 99;
	}
	
	.uk-grid-divider > [class*=uk-width-xlarge-]:not(.uk-width-xlarge-1-1):nth-child(n+2) {
		border-left: 1px solid #ddd;
	}
	
}

@media screen and (max-width: 1199px) {
	
	.plus-container .image-wrapper {
		margin: 20px -130px;
	}

	.plus-container .quote-container {
		margin: 20px -130px;
	}
	
}

@media screen and (min-width: 960px) {
	
	.uk-modal-dialog-medium {
		width: 800px;
	}
	
	.uk-flex-large-center {
		justify-content: center;
	}
	
	.uk-flex-large-left {
		justify-content: left;
	}
	
	.uk-flex-large-right {
		justify-content: right;
	}
	
	.uk-pull-large-1-3 {
		left: -33%;
	}
	
	.uk-push-large-2-3 {
		left: 66%;
	}
	
	.uk-pull-large-1-4 {
		left: -25%;
	}
	
	.uk-push-large-3-4 {
		left: 75%;
	}
	
}

@media screen and (max-width: 959px) {
	
	.plus-top-image {
		height: 70vw;
	}
	
	.plus-container {
		margin-top: -50px;
	}
	
	.plus-container .plus-article-intro {
		font-size: 1.4em;
		line-height: 160%;
	}
	
	.plus-container .image-wrapper {
		margin: 20px 0;
	}

	.plus-container .image-wrapper + .plus-container {
		margin: -20px -20px 0 -20px;
	}

	.plus-container .quote-container {
		margin: 20px 0;
	}
	
	.eg-content-wrapper {
		padding: 20px;
	}
	
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
	
	.my-container-small.my-container-small-center {
		padding: 0 40px;
		max-width: calc(100% - 80px);
	}
	
	.eg-container {
		padding: 0;
	}
	
	.content {
		padding: 0;
	}
	
	.content article {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.adv {
		padding: 0;
	}

	#headlines #intros {
		padding-left: 0;
	}

	#headlines .uk-nav > li a {
		height: 42px;
	}
	
	.thumbnail.wider {
		width: 330px;
		max-height: none;
	}

	.uk-container {
		max-width: 1024px;
	}

	.uk-navbar-nav > li > a {
		padding: 0 10px;
	}

	.btn-toolbar {
		margin-left: -71px;
	}

	.mag-cover {
		margin-top: -65px!important;
	}
	
	img.partner-bg {
		width: 100%;
		max-height: 350px;
		overflow: hidden;
	}
	
	.publication {
		height: 446px;
	}
	
	.publication ul > li {
		height: 426px!important;
	}
	
	.article .resource-title {
		min-height: 120px;
	}
	
	.uk-overlay.primary {
		height: 349px;
		overflow: hidden;
		
	}
	
	.uk-overlay.primary img {
		margin-top: -21px;
	}
	
	.partner-intro-medium.partner-intro-container {
		max-height: 270px;
		overflow: auto;
	}

	.partner-intro-medium.less {
		max-height: 270px;
	}
	
	.calendar .calendar-date {
		font-size: 42px;
	}
	
	.my-hidden-large {
		display: none !important;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	
	.my-container-small.my-container-small-center {
		padding: 0 20px;
		max-width: calc(100% - 40px);
	}

	#headlines #intros {
		padding-left: 0;
	}

	#headlines .uk-nav > li a {
		height: 46px;
	}

	.btn-toolbar {
		margin-left: -71px;
	}

	.mag-cover {
		margin-top: -65px!important;
	}
	
	.publication {
		height: 504px;
	}
	
	.publication ul > li {
		height: 484px!important;
	}
	
	.article .resource-title {
		min-height: 70px;
	}
	
	.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;
	}
	
	.uk-h1, h1 {
		font-size: 1.8em;
		margin: 10px 0;
	}
	
	.uk-article-meta {
		margin: 10px;
	}
	
	.article-body {
		padding: 10px;
	}
	
	.article-content {
		margin-top: 0!important;
	}
	
	.article-bulletins {
		background: #000;
		padding: 0 50px 20px 50px;
	}
	
	.article-bulletins .thumbnail.left {
		margin-left: 5px;
		width: 120px;
	}
	
	.article-bulletins .uk-slidenav-position .uk-slidenav-previous {
		left: -50px;
	}
	
	.article-bulletins .uk-slidenav-position .uk-slidenav-next {
		right: -50px;
	}
	
}

@media screen and (max-width: 1023px) {
	
	.eg-container {
		padding: 0;
	}
	
	.uk-container.my-container {
		padding: 0 10px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.site-leaderboard {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
	}
	
	.uk-h1, h1 {
		font-size: 1.8em!important;
		margin: 10px 0!important;
	}
	
	.uk-article-meta {
		margin: 10px;
	}
	
	.article-caption .uk-article-meta {
		margin: 10px 0;
	}
	
	.article-body {
		padding: 10px;
	}
	
	.article-content {
		margin-top: 0!important;
	}
	
	.article-bulletins {
		background: #000;
		padding: 0 50px 20px 50px;
	}
	
	.article-bulletins .thumbnail.left {
		margin-left: 5px;
		width: 120px;
	}
	
	.article-bulletins .uk-slidenav-position .uk-slidenav-previous {
		left: -50px;
	}
	
	.article-bulletins .uk-slidenav-position .uk-slidenav-next {
		right: -50px;
	}
	
	.event {
		text-align: center;
		padding: 0 10px;
	}
	
	.event img {
		max-height: 200px;
	}
	
	.dates {
		float: none;
	}
   
	.thumbnail.wider {
		width: 200px;
		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;
	}
	
	.event-header-container {
		padding: 0px 0 20px 0;
	}
	
	.hr-event-content p {
		line-height: 30px;
	}
	
	.hr-event-content p {
		font-size: 1.4rem;
	}
	
	.uk-grid.uk-grid-divider {
		margin-left: 0;
		margin-right: 0;
	}

	.uk-grid.uk-grid-divider > * {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media screen and (min-width: 480px) and (max-width: 767px) {

	.eg-content-container {
		padding: 15px 0 !important;
	}

	.btn-toolbar {
		margin-left: -53px;
	}

	.btn.btn-share {
		margin: 0 3px;
	}

	.questions,
	.roundtable-answers {
		width: 100%;
	}
	
	.questions .number {
		margin-bottom: 10px;
	}
	
	.thumbnail.wider {
		width: 270px;
		max-height: none;
	}
	
}

@media screen and (max-width: 479px) {
	
	a.site-logo .logo-app:after {
		display: none;
		content: none;
	}
	
	.menu-button {
		font-size: 14px !important;
		padding: 8px !important;
	}
	
	.uk-flex-small-center {
		justify-content: center;
	}
	
	.uk-flex-small-left {
		justify-content: left;
	}
	
	.uk-flex-small-right {
		justify-content: right;
	}
	
	.my-container.my-container-center .client-background-contianer {
		margin-left: -10px;
		margin-right: -10px;
		width: 100vw;
	}
	
	.optin .my-logo-container {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.optin .my-logo-container.uk-active {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.uk-navbar-nav > li > a {
		padding: 0 10px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 10px 0;
	}

	address, blockquote, dl, fieldset, figure, ol, p, pre, ul {
		*margin: 0 0 5px 0;
	}

	article,
	article.basic {
		padding: 10px;
	}
	
	article div.stretch {
		margin: 0 -10px;
	}
	
	.uk-breadcrumb {
		margin-left: 10px;
	}

	.article figure {
		width: 150px;
		max-width: 35%;
		float: left;
		margin: 0 10px 0 0;
	}

	.article.featured figure {
		width: 100%;
		float: none;
		margin: 0;
	}

	.submenu {
		padding: 5px;
	}

	.eg-content-container {
		padding: 15px 0 !important;
	}
	
	.eg-content-wrapper {
		padding: 10px;
	}

	.uk-article-title {
		font-size: 1.5em;
		line-height: normal;
		margin: 10px;
	}
	
	.article-caption .uk-article-title {
		margin: 0;
	}
	
	.coming-date h2 {
		border: none;
		font-size: 1.1em;
	}

	.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;
	}
	
	.thumbnail.small {
		float: none;
		width: 100%;
		margin: 10px 0;
	}
	
	.thumbnail.slim {
		width: 150px;
		max-width: 35%;
		max-height: none;
		margin-right: 10px;
	}
	
	.thumbnail.wider {
		width: 100%;
		max-height: 164px;
		margin-bottom: 18px;
	}
	
	.article .subject {
		max-width: 100px;
	}
	
	.article .uk-thumbnail-caption h1 {
		font-size: 1.25em;
	}
	
	.article .uk-thumbnail-caption h2 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	.article .uk-thumbnail-caption h3,
	.article .uk-thumbnail-caption h4 {
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
	.uk-thumbnail .slim img {
		height: 100px;
	}
	
	.logo-promo img {
		max-width: 80px;
		max-height: 40px;
	}

	.logo-promo.logo-promo-medium img,
	.logo-promo.logo-promo-large img,
	.logo-promo.logo-promo-xlarge img {
		width: 80px;
		max-height: 40px;
	}
	
	.article figure + .uk-thumbnail-caption {
		padding: 0;
	}
        
	.uk-overlay-panel.uk-overlay-center {
            text-align: center;
            background: rgba(0,0,0,.6);
            width: 90%;
	}
	
	.more-plus-container {
		padding: 20px;
	}
	
	.uk-subnav.leading > *:before {
		display: none;
	}
	
	.plus-container article {
		padding: 0;
	}
	
	.premium-box.premium-box-medium,
	.premium-box.premium-box-large {
		padding: 25px;
	}
	
	.cookie {
		left: 0;
		bottom: 0;
	}
	
	.go-top {
		right: 0;
		bottom: 0;
	}
	
	.block-legend .block-legend-title {
		left: 0;
		padding: 0;
		width: 100%;
	}
	
}

@media screen and (max-width: 320px) {
	
	.eg-navbar .uk-navbar-nav > li > a {
		padding: 0 6px;
	}
	
	.menu-button {
		font-size: 13px !important;
		padding: 8px !important;
	}
	
}

@media print {

	article {
		margin-bottom: 10px;
		border: 0;
	}

	article img.uk-hidden {
		display: block !important;
	}

	.screen-only {
		display: none;
	}

}

@media (pointer:coarse) {
	
	.article .article-close {
		display: block;
	}
	
}