
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-BlackItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-LightItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Italic.woff2') format('woff2'),
        url('../fonts/NunitoSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Light.woff2') format('woff2'),
        url('../fonts/NunitoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-SemiBold.woff2') format('woff2'),
        url('../fonts/NunitoSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-Black.woff2') format('woff2'),
        url('../fonts/NunitoSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/NunitoSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

:root {
    --blue: #000a62;
	--lightBlue: #00aeef;
	--grey: #f2f2f2;
	--ultraLightBlue: #f0f6f6;
	--darkGrey: #5a5a5b;
	--red: #b91a19;
}

body{
	font-family: 'Nunito Sans', sans-serif;
	min-height: 100vh;
	font-size: 14px;
	line-height: 1.3;
}

p{
	font-size: 1em;
}

body *{
	font-family: 'Nunito Sans', sans-serif;
}

html {
	overflow-x: hidden
}

body{
	display: flex;
	min-height: 100vh;
	flex-direction: column;
    font-size: 20px;
    color: var(--darkGrey);
}

hr{
	border-top: 1px solid var(--blue);
    width: 100%;
}

em{
	color: inherit;
}

main{
	padding: 0px 0 60px;
	flex: 1;
}

a:hover{
	text-decoration: none;
}

header{
	z-index: 1000;
    position: relative;
}

.top-header-bar{
	padding: 5px 0;
	background-color: var(--blue);
	color: var(--lightBlue);
}

.top-header-bar a{
	color: var(--lightBlue);
	font-size: 14px;
}

.top-header-bar a+a{
	margin-left: 10px;
	vertical-align: middle;
}

.uk-dropdown{
	min-width: auto;
	padding: 10px 20px;
}

.language-container{
	display: inline-block;
}

.language-container button{
	color: var(--lightBlue) !important;
	border: none;
    padding: 0;
    line-height: 100%;
    text-transform: none;
    margin-left: 10px;
}

.bottom-header-bar{
	background-color: var(--grey);
}

.uk-navbar{
	padding: 5px 0;
}

.uk-navbar-toggle{
	margin-left: auto;
}

.uk-navbar-nav{
	margin-left: auto;
}

.uk-logo{
	padding: 0;
}

.uk-logo img{
	margin-right: auto;
}

.uk-navbar-nav>li>span{
	justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
}

.uk-navbar-nav>li>span>a{
	text-transform: none;
	color: var(--blue);
	font-size: 20px;
	border-bottom: 2px solid transparent;
	font-family: 'Nunito Sans', sans-serif;
}

.uk-navbar-nav>li>span>a:hover{
	color: var(--blue);
	border-color: var(--blue);
}

.banner-text{
	color: #fff;
	font-size: 45px;
	z-index: 3;
	position: relative;
}

.banner-text p{
	margin: 0;
}

.banner-bottom{
	position: absolute;
    bottom: -1px;
	left: -1px;
	right: 0;
	width: 100%;
}

.banner-text-overlay{
	background-color: rgba(0, 9, 97, 0.6);
	position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    width: 50%;
	z-index: 1;
}

.uk-slideshow-items li .uk-container{
	height: 100%;
	position: relative;
}

.banner-text{
	right: 15%;
    position: absolute;
    top: 5%;
}

.uk-dotnav{
	z-index: 999;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
	display: flex;
}

.highlight-box-container{
	padding: 80px 0 120px;
}

.highlight-box{
	min-height: 450px;
	height: 100%;
}

.highlight-box-image{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border-radius: 50%;
	border: 15px solid var(--grey);
	margin-bottom: 15px;
}

.highlight-box-title{
	font-size: 21px;
	color: #0c0c0c;
	font-weight: bold;
	margin-bottom: 10px;
    min-height: 55px;
}

.highlight-box-excerpt{
	font-size: 15px;
	margin-bottom: 30px;
}

.highlight-bar{
	background-color: var(--ultraLightBlue);
	padding: 70px 0 35px;
	position: relative;
}

.highlight-bar-title{
	font-size: 46px;
	color: #0c0c0c;
	font-weight: bold;
	padding-right: 5%;
	margin-bottom: 15px;
    line-height: 1;
}

.highlight-bar-description{
	margin-bottom: 25px;
	font-size: 25px;
	padding-right: 25%;
}

.highlight-bar-bg{
	width: 785px;
	height: 250px;
	position: absolute;
    bottom: -35px;
    right: -15%;
	z-index: 5;
}

.highlight-bar-content{
	z-index: 10;
	position: relative;
}

.btn{
	color: #fff;
	background-color: var(--blue);
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 30px;
	text-align: center;
	font-weight: bold;
	border: none;
}

.btn:hover{
	color: #ccc;
	cursor: pointer;
}

.news-container{
	padding: 40px 0;
}

.news-box-image{
	width: 180px;
	height: 140px;
	max-width: 100%;
}

.news-box-date{
	color: #a5a5a5;
	margin-bottom: 25px;
}

.homepage-news-container .btn{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.homepage-news-container .uk-grid>div:nth-of-type(2){
	padding-left: 20px;
}

.homepage-news-container .news-box-title{
	font-size: 18px;
	color: #0c0c0c;
	font-weight: bold;
}

.homepage-news-container .news-box-image{
	margin-bottom: 20px;
	background-position: center center;
}

.homepage-news-container .news-box-excerpt, .homepage-news-container .news-box-date{
	font-size: 18px;
}

.homepage-news-container .news-box{
	margin-bottom: 30px;
}

.partner-bar{
	margin: 15px auto !important;
	width: calc(100% - 25px);
}

.py-60{
	padding-top: 60px;
	padding-bottom: 60px;
}

.sidebar{
	/*width: 325px;*/
    width: 250px;
	margin: 0 auto;
	padding-left: 45px;
}

.news-icon{
	width: 50px;
	height: 50px;
	background-color: var(--blue);
	border-right: 10px solid var(--red);
}

.news-header, .news-footer{
	background-color: var(--ultraLightBlue);
	margin-bottom: 10px;
	font-size: 20px;
}

.page-wrapper .news-box +.news-box{
    margin-top: 60px;
}

.news-box.style2 .news-box-image{
	width: 300px;
	height: 300px;
}

.news-box>div{
	height: 100%;
}

.news-box.style2 .news-box-label, .news-box.style3 .news-box-label, .news-box.style3 .news-date{
	font-weight: bold;
	font-size: 20px;
}

.news-box.style2 .news-box-title, .news-box.style3 .news-box-title{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}

.news-box.style3 .news-box-title{
	margin-bottom: 0;
}

.news-box.style2 .news-box-excerpt{
	font-size: 20px;
}

.news-box.style2 .news-footer{
	margin-top: 10px;
}

.news-box.style3 .news-box-image{
	width: 100%;
	height: 430px;
	box-sizing: border-box;
	color: #fff;
}

.news-box.style3 .news-footer{
	margin-top: 25px;
	background-color: transparent;
}

.news-footer .btn{
	padding-top: 12px;
	padding-bottom: 12px;
}

.news-box.style3 + .news-box.style3{
	margin-top: 90px;
}

.news-box.style3 .news-box-gradient-bg{
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,212,255,0) 95%);
	width: 100%;
    padding: 35px;
}

.subpage-banner{
	overflow: hidden;
}

.subpage-banner .subpage-header{
	font-size: 55px;
	color: #fff;
	margin-bottom: 15px;
}

.subpage-banner .uk-container{
	width: 100%;
}

.text h1{
	font-size: 30px;
	margin: 0 0 35px 0;
	font-weight: bold;
}

.text h2{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.text h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}

.text h2 + h3{
	margin-top: -20px;
}

.text .news-main-content{
	margin-top: 15px;
	font-size: 20px;
}

.infopage-content{
	font-size: 20px;
}

.sidebar-box{
	background-color: var(--ultraLightBlue);
	padding: 25px;
	text-align: left;
	font-size: 15px;
}

.sidebar-box + .sidebar-box, .press-list-row + .press-list-row{
	margin-top: 30px;
}
.press-list-row{
    margin-bottom: 60px;
}

.sidebar-news-image{
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	background-repeat: no-repeat;
	background-size: inherit;
}

.sidebar-news-title{
	font-weight: bold;
}

.sidebar-news-text{
	margin-bottom: 20px;
}

.uk-form-horizontal .label{
	background-color: var(--darkGrey);
	color: #fff;
	border-right: 10px solid var(--red);
	padding: 7px 10px;
    height: 40px;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	width: 215px;
}

.uk-form-horizontal input, .uk-form-horizontal textarea, .text-content{
	font-size: 20px;
}

.uk-form-horizontal .field.name_phone .uk-form-controls span, .uk-form-horizontal .field.name_phone .uk-form-controls input{
	display: inline-block;
	vertical-align: middle;
}

.uk-form-horizontal .field.name_phone .uk-form-controls span{
	font-size: 20px;
	padding: 0 5px;
}

.uk-textarea{
	min-height: 100px;
}

.uk-form-horizontal.profil-form .label{
	width: 150px;
}
.uk-form-horizontal.profil-form .longform .label{
	width: 290px;
}

.uk-form-horizontal.profil-form .uk-form-controls{
	margin-left: 150px;
}
.uk-form-horizontal.profil-form .longform .uk-form-controls{
	margin-left: 290px;
}

.highlight-bar-img{
	margin: 35px 0 -35px !important;
}

.uk-form-horizontal .uk-input, .uk-form-horizontal .uk-textarea{
	background-color: var(--ultraLightBlue);
	border: none;
}
.uk-form-horizontal .type_info .uk-input{
    background-color: #bfbfbf;
}

/* COMPETITION START */

.competition-page{
	position: relative;
}

.competition-page *{
	transition: all 0.3s linear;
}

.competition-start-container{
	background-image: url('/assets/images/start_bg-min.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 80px;
}
.competition-info-container{
    background-color: #f0f9f8;
	background-image: url('/assets/images/start_bg-min.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 200px;
	padding-bottom: 80px;
}

.intro-block .uk-flex{
	margin-bottom: 40px;
}

.intro-block-content{
	max-width: 740px;
	margin: 0 auto;
}

.competition-page h1{
	font-size: 48px;
	font-weight: bold;
	color: #000961;
	margin-bottom: 50px;
}

.intro-block-content p{
	font-size: 20px;
	color: #392d5b;
}

.intro-block-image, .highlight-block-image, .highlight-block-content{
	max-width: 450px;
	margin: 0 auto;
}

.competition-btn{
	color: #fff;
	background: #0f1764;
	display: inline-block;
	font-weight: bold;
	position: relative;
	border: 7px solid rgba(255,255,255,0.4);
    outline: 1px dashed #fff;
    outline-offset: 10px;
	border-radius: 50px;
	padding: 15px 70px;
    font-size: 20px;
}

.competition-btn:before{
	content: url('../images/Tovabb_ikon-01.svg');
	position: absolute;
	width: 35px;
    top: 10px;
    left: 10px;
}

.competition-btn.register-icon:before{
	content: url('../images/Ikonok_kieg-04.svg');
}

.competition-btn:hover{
	color: #fff;
	background: #000961;
}

.highlight-block{
	padding-top: 70px;
}

.highlight-block .uk-flex{
	margin-bottom: 70px;
}

.highlight-block-content li{
	color: #000961;
	font-size: 45px;
	font-weight: bold;
}

.competition-info-block{
	background: #0f1764 url('../images/start_highlight_bg-min.png');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
	color: #fff;
	padding: 60px 0;
	margin-bottom: 60px;
}

.competition-info-block h2{
	color: #fff !important;
	font-weight: bold;
	font-size: 46px;
}

.competition-info-block .uk-container{
	max-width: 1024px;
}

.competition-info-content{
	padding: 0 15px;
}

.competition-btn-container{
	background: url('../images/Palyazat_ikonok-01.svg');
	background-repeat: no-repeat;
    width: 360px;
    height: 260px;
}

.competition-btn-container .competition-btn{
	top: 65px;
    left: 145px;
}

.competition-register-page .competition-info-block, .competition-home-page .competition-info-block{
	padding: 20px 0;
	font-size: 24px;
}

.competition-page .btn, .competition-page .uk-button-primary, .competition-page .uk-table .uk-button{
	border-radius: 30px;
	border: 7px solid rgba(255,255,255,1);
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 30px;
    text-align: center;
    font-weight: bold;
}

.competition-page .btn, .competition-page .uk-button-primary{
	background-color: var(--blue);
    display:inline-block;
    margin:5px 0;
}

.competition-page h3{
	color: #000961;
	font-size: 25px;
	font-weight: bold;
}

.competition-page form .field{
	background-color: #6a6f9f;
	border-radius: 30px;
	padding: 5px;
	display: flex;
}

.competition-page form .control{
	background-color: #fff;
	border-radius: 30px;
	flex: 1;
	overflow: hidden;
}

.competition-page form select{
	border-radius: 30px;
}

.competition-page form .type_dateselect .control.uk-form-controls{
	background-color: transparent !important;
}

.competition-page .uk-form-horizontal .uk-input, .competition-page .uk-form-horizontal .uk-textarea{
	background-color: transparent;
}

.competition-page .uk-form-horizontal .label{
	background-color: transparent;
	border-right: none;
	min-width: 30%;
	width: auto;
}

.competition-page .uk-form-horizontal.profil-form .uk-form-controls{
	margin-left: 0 !important;
}

.competition-page h2{
	color: #000961;
	font-weight: bold;
	font-size: 46px;
}

.competition-info-bar{
	border-radius: 30px;
	background: #6a6f9f;
	padding: 20px;
	color: #fff;
}

.competition-box-option{
	background: url('../images/Ikonok_alap_hover-01.svg');
	width: 200px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.competition-box-option img{
	width: 110px;
}

.competition-box-option p{
	font-weight: bold;
    margin: 0;
    font-size: 15px;
    color: #fff;
}

.competition-option{
	display: inline-block;
}

.competition-option:hover .competition-box-option{
	background: url('../images/Ikonok_alap_hover-02.svg');
}

.competition-box-option-title{
	text-align: center;
	color: #000961;
	font-weight: bold;
	font-size: 38px;
}

.competition-page .drop-area-container{
	padding: 10px 20px;
}

.competition-page .name_birthdate.type_dateselect>.control{
	display: flex;
}

.competition-btn.cogs-icon:before{
	content: url('../images/Ikonok_kieg-03.svg');
}

.competition-page .uk-table > * {
	font-size: 14px;
}

.competition-page .uk-table .uk-button{
	font-size: 14px;
	border-width: 3px;
	padding: 5px 15px;
}

.competition-page .uk-table td{
	padding: 10px 25px;
	background-color: #6a6f9f;
	color: #fff;
}

.competition-page .uk-table{
	border-collapse: separate;
    border-spacing: 0 15px;
}

.competition-page .uk-table td:first-of-type{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

.competition-page .uk-table td:last-of-type{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

.competition-page .uk-table td + td{
	border-left: 10px solid #fff;
}

.competition-page .uk-table .uk-button-danger span{
	display: none;
}

.competition-list .competition-btn-container .competition-btn{
	top: 90px;
    padding: 10px 30px 10px 55px;
	left: 140px;
	background-repeat: no-repeat;
    background-size: 28px;
    background-position: 10px 50%;
}

.competition-list .competition-btn-container .competition-btn:before{
	display: none;
}
.competition-list .description{
    font-size:15px;
    padding-left:50%;
    padding-top:100px;
}
.comp4{
    width:40%;
}
.comp6{
    width:60%;
}
.uk-progress {
	background-image: url('/assets/images/ProgressBar-01.svg');
	background-color: transparent;
	background-size: cover;
}

.uk-progress-bar{
	height: 100%;
	background-image: url('/assets/images/ProgressBar-02.svg');
	background-size: cover;
}
.csummary{
    border-radius: 30px;
    background-color: var(--blue);
    color: #fff;

    padding: 30px;

}
.cwarning{
    border-radius: 30px;
    padding: 15px 30px;
}

.competition-banner{
	background-image: url('../images/banner-min.png');
	display: flex;
	justify-content: center;
	align-items: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    min-height:130px;
    position: absolute;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
}

.competition-banner h1{
	color: #fff;
	margin-bottom: 0;
}

/* COMPETITION END */


.cookie-container{
	z-index: 999;
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
	background-color: var(--grey);
}

.uk-totop{
	display: none;
	position: fixed;
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
    background-color: #333;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
    border-radius: 50%;
	z-index: 9999;
}

.uk-totop:hover{
	background-color: #000;
}

.footer-bar{
	background-color: #282d5a;
	padding: 50px 0;
	color: #fff;
}

.copyright-bar{
	background-color: #000;
	color: #fff;
	padding: 5px 0;
}

.uk-offcanvas-bar{
	background-color: var(--grey);
}

.uk-offcanvas-bar .uk-nav li>a{
	text-transform: none;
    color: var(--blue);
    font-size: 20px;
    border-bottom: 2px solid transparent;
}

.uk-offcanvas-bar .uk-nav li>a:hover{
	border-color: var(--blue);
}

.infobox{
    background-color:var(--blue);
    padding:20px;
    color:white;
    font-size: 20px;
}
.halfform .label {
    width:150px;
}

.halfform .control {
    margin-left:150px;
}

.news-btn-mobile{
	display: none !important;
}

.slick-prev:before, .slick-next:before{
	color: var(--blue);
}
.competition{
    position:relative;
    padding-top:315px;
    max-width:800px;

}
.soon{
    position:absolute;
    text-align:center;
    width:100%;
    top:-165px;
}


.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

@media screen and (max-width: 1199px) {

    .competition{
        position: relative;
        padding-top:160px;
    }
    .soon{
        position: absolute;
        top:-120px;
    }
    .soon img{
        width:320px;
    }
}

@media screen and (max-width: 960px) {
	.page-wrapper{
		display: block;
	}

	.homepage-news-container .news-box-image{
		width: 100%;
	}

	.homepage-news-container .uk-grid>div:nth-of-type(2){
		padding-left: 30px;
	}

	.sidebar-container{
		margin-left: auto;
		margin-right: auto;
	}

	.banner-text{
		right: 5%;
	}

	.uk-form-horizontal .label{
		width: 100% !important;
	}

	.uk-form-horizontal.profil-form .uk-form-controls{
		margin-left: 0 !important;
	}

	.sidebar{
		padding-left: 0;
	}

	.footer-bar{
		text-align: center;
	}

	.footer-column + .footer-column{
		margin-top: 15px;
	}

	.homepage-news-container .uk-flex-top>.uk-height-1-1{
		height: auto;
		margin-top: 0;
	}

	.news-btn-desktop{
		display: none !important;
	}

	.news-btn-mobile{
		display: block !important;
	}

	.homepage-news-container .news-box-excerpt{
		margin-bottom: 15px;
	}

	.homepage-news-container .news-box-title{
		margin-bottom: 5px;
	}

	.competition-page h1{
		font-size: 40px;
	}

	.highlight-block-content li{
		font-size: 30px;
	}

	.competition-info-block{
		background-size: cover;
	}

	.competition-btn-container{
		width: 320px;
		margin: 0 auto;
	}

	.competition-page .uk-form-horizontal .label{
		width: auto !important;
	}

}

@media screen and (max-width: 640px) {
    .comp4, .comp6{
        width:100%;
    }
	.uk-logo img{
		max-width: 175px;
	}

	.highlight-bar-title, .highlight-bar-description{
		padding-right: 0;
	}

	.highlight-bar-content{
		text-align: center;
	}

	.highlight-bar-bg{
		display: none;
	}

	.uk-form-horizontal .label{
		margin-bottom: 0;
		width: 100%;
	}

	.banner-text{
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
	}

	.banner-text h1{
		font-size: 30px;
	}

	.banner-text.bg-color{
		background-color: rgba(0, 9, 97, 0.6);
	}

	.highlight-box-container{
		padding: 60px 0 30px;
	}

	.news-container{
		padding: 0;
	}

	.news-box.style2 .news-box-image{
		width: 250px;
		height: 250px;
	}

	.news-box.style3 .news-box-image{
		height: 215px;
	}

	.news-box.style3 .news-box-gradient-bg{
		padding: 15px;
	}

	.news-box.style2 .news-box-title, .news-box.style3 .news-box-title{
		font-size: 20px;
	}

	.news-box.style2 .news-box-label, .news-box.style3 .news-box-label, .news-box.style3 .news-date{
		font-size: 16px;
	}

	.news-footer .btn{
		display: inline-block;
		max-width: 170px;
		margin-left: auto;
	}

	.style3 .news-footer>.uk-grid{
		display: block;
	}

	.style3 .news-footer .news-label{
		text-align: center !important;
	}

	.highlight-box-title{
		min-height: auto;
	}

	.highlight-bar-title{
		font-size: 25px;
	}

	.highlight-bar-description{
		font-size: 20px;
	}

	.btn{
		font-size: 14px;
	}

	.homepage-news-container .news-box-excerpt, .homepage-news-container .news-box-date{
		font-size: 16px;
	}

	.footer-bar{
		padding: 10px 0;
	}

	.text h1{
		font-size: 22px;
	}

	.news-footer>.uk-grid>div:nth-of-type(2){
		padding-left: 15px;
		font-size: 15px;
	}

	.news-footer>.uk-grid>div:nth-of-type(3){
		padding-left: 10px;
	}

	.news-footer>.uk-grid>.uk-grid-margin{
		margin: 0 !important;
	}

	.uk-dotnav{
		bottom: -10px;
	}

	.highlight-bar{
		margin-bottom: 30px;
	}

	.news-container .uk-height-1-1{
		height: auto;
	}

	.highlight-box{
		min-height: 300px;
	}

	table, tr, td{
		display: block;
		width: auto !important;
		height: auto !important;
		word-break: break-word;
	}

	.news-box + .news-box{
		margin-top: 60px;
	}

	.homepage-news-container .news-box-image{
		margin-bottom: 0;
	}

	.subpage-banner .subpage-header{
		font-size: 35px;
		word-wrap: break-word;
	}

	.banner-text h1{
		font-size: 18px;
	}

	.press-list-row>.uk-grid{
		display: block;
	}

	.press-list-row>.uk-grid .uk-text-right{
		text-align: center !important;
	}

	.press-list-row + .press-list-row{
		margin-top: 60px;
	}

	.intro-block-content, .highlight-block-content{
		max-width: 100%;
	}

	.competition-btn-container .competition-btn{
		font-size: 18px;
		left: 35px !important;
	}

	.competition-page form .field{
		flex-wrap: wrap;
		padding-bottom: 10px;
	}

	.competition-page .uk-form-horizontal .label, .competition-page form .type_dateselect .control.uk-form-controls, .competition-page form .control{
		width: 100% !important;
		flex: none;
	}

	.competition-page .uk-table tr{
		display: block;
		margin-bottom: 10px;
	}

	.competition-page table {
		border: 0;
	  }

	.competition-page  table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	  }

	.competition-page  table tr {
		border-bottom: 3px solid #fff;
		display: block;
		margin-bottom: .625em;
	  }

	.competition-page  table td {
		display: block;
		font-size: .8em;
		text-align: right;
	  }

	.competition-page  table td::before {
		/*
		* aria-label has no advantage, it won't be read inside a table
		content: attr(aria-label);
		*/
		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	  }

	.competition-page  table td:last-child {
		border-bottom: 0;
	}

	.competition-page .uk-table td + td{
		border: none;
	}

	.competition-page .uk-table td:first-of-type, .competition-page .uk-table td:last-of-type{
		border-radius: 0;
	}

	.competition-page .uk-table tbody{
		display: block;
	}

	.competition-page .competition-list .description{
		padding: 0;
		margin-bottom: 10px;
	}
}
