h2 {
	font-size: 30px;
}

h3 {
	font-family: 'Inter', sans-serif;
	color: #333;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 0 0 5px 0;
}

.my-default-placeholder {
	max-width: 100%;
	min-height: 300px;
	margin: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.default-content {
	background-image: url('../img/default-content.svg');
}

.uk-search-default:before {
	top: 8px;
	width: 40px;
	font-size: 24px;
}

.uk-search-default .uk-search-input {
	font-size: 1.3rem;
	height: 50px;
	background: #fff;
	border: 1px solid #b7b7b7;
	color: #222;
	padding: 0 0 0 40px;
	width: 100% !important;
}

.uk-search-default .uk-search-input:focus {
	border: 1px solid #0d1f43;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.uk-subnav.search > * {
	padding-left: 0;
}

.uk-subnav.search > * > a {
	color: #222 !important;
	font-weight: 600 !important;
	padding: 6px 20px;
}

.uk-subnav.search > .uk-active {
	border-bottom: 3px solid #9b0ebe;
}

.uk-subnav.search > *:focus > a,
.uk-subnav.search > *:hover > a,
.uk-subnav.search > .uk-active > a,
.uk-subnav.search > * > a.uk-active {
	color: #9b0ebe !important;
	border-bottom: none;
}

.less {
	max-height: 200px;
}

.uk-button.uk-button-link {
	font-size: 1rem;
	letter-spacing: 0.01em;
}

.search-option {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: 0.7px;
	text-align: left;
	color: #222;
}

.search-checkbox {
	position: relative;
	padding-left: 30px;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: 0.7px;
	text-align: left;
	color: #222;
}

.search-option:focus,
.search-option:hover,
.search-option.uk-active,
.search-checkbox:focus,
.search-checkbox:hover,
.search-checkbox.uk-active {
	color: #9b0ebe;
}

.search-checkbox:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #fff;
	width: 16px;
	height: 16px;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
}

.search-checkbox.uk-active:before {
	background: #9b0ebe;
}

.search-checkbox.uk-active:after {
	position: absolute;
	left: 2px;
	top: 1px;
	content: url('../img/ico-tick.svg');
	width: 12px;
	height: 12px;
	border-radius: 3px;
}

.uk-input {
	border: 1px solid #b7b7b7 !important;
	border-radius: 5px !important;
}

.uk-input:focus,
.uk-input.uk-active {
	border: 1px solid #9b0ebe !important;
	color: #9b0ebe !important;
}

.advanced-tags {
	margin: 15px 0;
}

.advanced-tags .advanced-tag {
	margin: 0 15px 0 0;
}

.advanced-tags .advanced-tag a {
	color: #9b0ebe!important;
    font-size: 14px!important;
	font-weight: 400!important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.7px;
	border: 2px solid #9b0ebe;
    padding: 6px 10px 7px 10px;
    border-radius: 20px;
	margin: 10px 0;
}

.advanced-tags .advanced-tag a:after {
	content: "x";
	font-size: 1.2rem;
	padding-left: 10px;
}

.advanced-tags .advanced-tag-link {
	margin: 0;
}

.advanced-tags .advanced-tag-link a {
	color: #9b0ebe!important;
    font-size: 16px!important;
	font-weight: 400!important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.7px;
	border-bottom: 2px solid #9b0ebe;
    padding: 5px 0;
	margin: 10px 0;
}

.border-free {
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 2px solid #434343;
}

.border-plus {
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 2px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #9b0ebe 1%, #374eb2 28%, #65d6c3 50%, #fa8b05 71%, #f62572);
}

.border-plus .logo-plus:before {
	font-size: 24px;
}

.article figure,
.article .cover {
	position: relative;
	width: auto!important;
	max-width: 100%!important;
}

.article .intro {
	font-size: 15px;
	line-height: 1.33;
	color: #202020;
	margin: 0 0 25px 0;
}

.my-content-card .uk-card-body .uk-card-title {
	margin: 0 0 5px 0;
	font-size: 18px;
}

.search-feed-overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 6px 10px;
    text-align: center;
    font-size: 0.7em;
    text-transform: uppercase;
    background: #0d1f43 !important;
    color: #fff;
    max-width: 50%;
}

@media screen and (max-width: 639px) {
	
	.uk-subnav > * > a {
		padding: 3px 10px;
	}
	
	.uk-width-thumbnail {
		width: 100%;
	}
	
	.uk-flex-small-center {
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	
}

@media screen and (max-width: 320px) {
	
	.uk-subnav > * > a {
		padding: 3px 5px;
	}
	
}