@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-medium.woff') format('woff');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-mediumitalic.woff') format('woff');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../fonts/roboto-bolditalic.woff') format('woff');
font-weight: 700;
font-style: italic;
}

@font-face {
font-family: 'Icomoon';
src: url('../fonts/icomoon17.woff') format('woff');
font-weight: normal;
font-style: normal;
}


[class*="icon"],
a::before, 
a::after,
#current_user span::before,
.delete::after,
input[type='checkbox']::after,
input[type='radio']::after,
.area::before,
.security_level::after,
h4::before,
.modal.error h2::before,
.error_message::before,
.credentials_list h4::after {
font-family: 'Icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


html {
height: 100%;
box-sizing: border-box;
}

*, *::before, *::after {
box-sizing: inherit;
}

:root {
--red: #ca1720;
--gold: #c69c6c;
--green: #2cad56;
--metallic-light: #e0e0e4;
--metallic: #a6a8b4;
--metallic-medium: #cbccd3;
--metallic-dark: #a6a8b4;
--metallic-darker: #797c8e;
--background: #f7f7f7;
--lightgrey: #ededed;
--tin: #dadada;
--grey: #d5d5d2;
--dim: #a4a4a4;
--hardgrey: #c7c7c2;
--softgrey: #ccc;
--mediumgrey: #999;
--lead: #666;
--charcoal: #444;
--anthracite: #333;
}

body {
min-height: 100vh;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
color: #000;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-ms-hyphens: none;
-webkit-hyphens: none;
hyphens: none;
background-color: var(--lead);
text-size-adjust: none;
}

/* main containers */

.wrapper {
max-width: 1920px;
margin: 0 auto;
min-height: 100vh;
display: flex;
flex-direction: column;
background-color: var(--background);
}
header {
flex: 0;
}
main {
min-height: 100%;
flex: 1;
background: var(--background);
outline: none;
display: flex;
flex-direction: column;
}


footer {
flex: 0;
padding: 28px 40px;
font-size: 0.875em;
color: #fff;
background-color: var(--anthracite);
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}

.column_width {
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1386px;
padding: 0 20px;
}
.column_width.narrow {
max-width: 1100px;
}


/* standard tags */

img {
display: block;
border: none;
}
a {
color: var(--red);
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
article a:hover,
.box_grid .item .content a:hover {
text-decoration: underline;
}
.custom .box_grid .item .content a:hover {
text-decoration: none;
}

a.skip_link {
position: absolute;
top: -1000em;
padding: 15px;
color: #fff;
background-color: #000;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 999;
}
a.skip_link:focus {
position: fixed;
top: 0;
left: 0;
}

p {
margin: 1em 0;
}
@supports (appearance: none) or (-moz-appearance: none) or (-webkit-appearance: none) {
input, button, select, option {
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
}


/** scrollbars **/

.scroll_me {
scrollbar-width: thin;
scrollbar-color: var(--metallic) var(--metallic-light);
}
.scroll_me::-webkit-scrollbar,
.select_list::-webkit-scrollbar {
width: 9px;
}
.scroll_me::-webkit-scrollbar-track,
.select_list::-webkit-scrollbar-track{
background: var(--metallic-light);
}
.scroll_me::-webkit-scrollbar-thumb,
.select_list::-webkit-scrollbar-thumb {
background-color: var(--metallic);
border-radius: 6px;
border: 2px solid var(--metallic-light);
}


/* end standard tags */




/* Header */

.top_ribbon a,
#current_user a {
color: #fff;
}
#egradjani p {
margin: 0 0 .5em;
}

/** Top ribbon **/

#egradjani {
display: flex;
flex-direction: column;
background-color: var(--red);
}
.top_ribbon {
position: relative;
padding: 19px 30px 17px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}

#egradjani .section {
flex: 1 1 auto;
}
#egradjani .section#logo {
flex: 0 1 auto;
}

#egradjani .section#function {
flex: 1 0 auto;
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: flex-end;
font-size: 14px;
text-transform: uppercase;
}

#egradjani .segment {
position: relative;
padding-left: 20px;
}
#egradjani .segment a {
display: flex;
align-items: center;
}


#function a {
height: 100%;
padding: 8px;
line-height: 17px;
color: #fff;
background-color: rgba(255, 255, 255, .25);
border-radius: 3px;
transition: background-color 0.33s ease;
}
#function a:hover,
#function a:focus{
background-color: rgba(0, 0, 0, .25);
}
#function .icon img {
height: 32px;
}


.segment .label {
padding-left: 8px;
}
#user_inbox .unread_messages {
padding: 8px;
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
transition: background 0.33s ease;
}
#user_inbox a:hover .unread_messages {
background: rgba(255, 255, 255, .4);
}
#user_inbox .label {
padding-right: 8px;
}
.segment a.tooltip .label {
display: none;
}

.segment a.tooltip:hover .label {
display: block;
position: absolute;
top: 54px;
right: 0;
padding: 9px 13px 7px;
color: #000;
background-color: var(--background);
border-radius: 3px;
z-index: 11;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.segment a.tooltip .label::after {
content: "";
display: block;
width: 7px;
height: 7px;
position: absolute;
top: -3px;
right: 21px;
transform: rotate(45deg);
background-color: var(--background);
}


#egradjani #logo .segment {
padding: 0;
}

#logo .label {
padding-left: 20px;
}
#logo .icon img {
width: 42px;
}
#logo a {
display: flex;
transition: opacity 0.33s ease;
}
#logo a:hover {
opacity: .75;
}
#site_title, #site_subtitle {
display: block;
white-space: nowrap;
}
#site_title {
font-weight: 500;
font-size: 26px;
line-height: 1;
letter-spacing: 0.063em;
margin-top: -3px;
}
#site_subtitle {
line-height: 1;
margin-top: 5px;
}

#filter .label {
max-width: 88px;
}
#user_home .label {
max-width: 55px;
}
#user_inbox .label {
max-width: 92px;
}

#function a#impaired,
#function a#dyslexic {
display: none;
}

.en #user_home .label,
.en #user_inbox .label {
max-width: 65px;
}







/** User bar **/

#current_user {
position: relative;
padding: 0 30px;
text-align: right;
font-size: 15px;
line-height: normal;
color: #fff;
border-top: 1px solid var(--background);
}
#current_user .trigger {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}

.trigger .icon {
padding: 0 10px 17px 0;
line-height: 1;
}
a#user_switch {
display: inline-block;
padding: 13px 0;
}

a#user_switch::before {
content: "\e902";
display: block;
float: right;
margin: -13px 0 -13px 15px;
padding: 13px 10px;
font-size: 20px;
line-height: 1;
vertical-align: middle;
background-color: rgba(255, 255, 255, .25);
}
a#user_switch.open::before {
transform: rotate(180deg);
}
a#user_switch:hover::before {
background-color: rgba(0, 0, 0, .25);
}
#user_slideout {
display: none;
position: absolute;
right: 30px;
margin: 0;
width: 280px;
text-align: left;
padding: 15px 20px 20px;
color: #000;
line-height: normal;
background-color: #fff;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 30;
}
#egradjani #user_slideout .icon {
display: block;
font-size: 2.188em;
line-height: 1;
color: #c69c6c;
margin-bottom: 15px;
}
#user_slideout .user_name {
font-weight: 500;
}
#user_slideout .unread a {
margin-top: 15px;
font-size: 1em;
font-weight: 500;
line-height: 1;
color: #000;
}
#user_slideout .unread a:hover {
color: var(--red);
}
#user_slideout .unread a::before {
content: "\e5c8";
font-size: 16px;
color: var(--red);
line-height: 1;
vertical-align: -2px;
padding-right: 5px;
}
#user_slideout .unread a:hover::before {
color: #000;
}

#user_slideout a.action {
display: block;
margin-top: 20px;
padding: 10px;
font-size: 1em;
color: #000;
text-align: center;
text-transform: none;
border: 2px solid var(--gold);
border-radius: 3px;
}
#user_slideout a.action:hover {
border-color: var(--green);
opacity: 1;
}










/** Font size slide-out **/

#fontsize_slideout {
display: none;
position: fixed;
right: 0;
top: 0;
line-height: 24px;
color: #000;
background-color: var(--background);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 200;
}
#fontsize_slideout .lining {
padding: 20px;
}
#fontsize_slideout a.close {
display: block;
padding: 8px 20px;
font-size: 22px;
line-height: 1;
color: var(--dim);
background-color: var(--charcoal);
transition: all 0.33s ease;
}
#fontsize_slideout a.close:hover {
color: #fff;
opacity: 1;
}
#fontsize_slideout a.close:active {
background-color: var(--mediumgrey);
}
#fontsize_slideout .label {
display: inline-block;
padding-right: 10px;
}
#fontsize_slideout a {
display: inline-block;
vertical-align: middle;
font-size: 24px;
color: var(--anthracite);
}
#fontsize_slideout a:hover {
color: var(--green);
}
#fontsize_slideout a:focus {
color: var(--red);
}

#fontsize_slideout a#default {
margin: 0 10px;
}









/** Filter slide-out **/

#filter_holder {
position: relative;
}
a#filter_close {
display: block;
position: relative;
float: right;
margin: -25px 0 0 0;
padding: 25px 5px 20px;
font-size: 22px;
line-height: 1;
color: var(--dim);
background-color: var(--charcoal);
transition: all 0.33s ease;
}

a#filter_close::after {
content: "";
position: absolute;
left: 5px;
bottom: -11px;
width: 22px;
height: 22px;
background: var(--lightgrey);
transform: rotate(45deg);
z-index: 1;
}

a#filter_close:hover {
color: #fff;
}
a#filter_close:active {
background-color: var(--mediumgrey);
}

#filter_slideout {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 25px 0 40px;
background-color: var(--lightgrey);
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
z-index: 10;
}
.sidekick p {
margin: 0;
}

#filter_slideout .searchbox {
border-color: var(--grey);
}

#filter_slideout h3 {
font-weight: 500;
font-size: 1.125em;
margin: 0 0 1em;
}
#filter_slideout h4 {
font-weight: 500;
font-size: 1.063em;
margin: 1.5em 0 .5em;
}
.filtering_results {
columns: 280px 4;
column-gap: 2em;
column-rule: 1px dotted var(--lead);
background-color: #fff;
padding: 20px;
border-radius: 4px;
}
.filtering_results ul {
margin: 0;
padding-left: 1em;
line-height: normal;
color: var(--red);
}
.filtering_results ul li {
margin-bottom: 0.5em;
}
.filtering_results ul li:hover {
color: #000;
}

.filtering_results ul a {
color: #000;
}
.filtering_results ul a:hover {
color: var(--red);
}

#filter_slideout .showmore {
margin: 20px 0 0 0;
}




#navmainswitch {
display: none;
}

#navmainswitch a {
font-size: 30px;
line-height: 42px;
padding: 0 8px;
color: #fff;
background-color: rgba(255, 255, 255, .25);
border-radius: 3px;
transition: background-color 0.33s ease;
}
#navmainswitch a:hover {
background-color: rgba(0, 0, 0, .25);
}



/** end header **/


.langnav {
margin: 1px 0 20px;
}

#langmenu ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
}
#langmenu ul li {
flex: 0;
text-align: center;
margin-left: 1px;
}


.langnav a {
display: block;
padding: 10px 20px;
color: #fff;
line-height: normal;
background-color: var(--charcoal);
transition: background 0.33s ease;
}
.langnav a:hover,
.langnav a:focus {
background-color: var(--red);
}
.langnav a:active {
color: #000;
background-color: var(--mediumgrey);
transition: none;
}



#top_box {
padding: 0 0 35px;
background-color: var(--lightgrey);
}
.home #top_box {
padding: 25px 0 35px;
}


#top_box h3 {
font-weight: 500;
font-size: 1.125em;
margin: 0 0 .75em;
}

/* General search */

.asymmetric {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: flex-end;
}


.search {
flex: 1 1 66.66%;
border-right: 10px solid transparent;
}

.sidekick {
flex: 0;
text-align: center;
border-left: 10px solid transparent;
}


.sidekick a {
display: block;
padding: 7px 14px;
font-weight: 500;
color: #000;
border-bottom: 3px solid #000;
}


.sidekick a:hover {
border-color: var(--red);
transition: border-color 0.33s ease;
}
.sidekick a:active {
color: var(--mediumgrey);
border-color: var(--mediumgrey);
}





/** search **/

.block_label {
display: block;
margin-bottom: 10px;
}

.searchbox {
position: relative;
background-color: #fff;
border: 1px solid var(--grey);
border-radius: 3px;
}

.inputfield {
width: 100%;
padding: 0 3.750em 0 15px;
background-color: transparent;
border: none;
font: 400 1em/50px 'Roboto', sans-serif;
color: var(--mediumgrey);
}
.inputfield:focus {
color: #000;
}
.searchbutton {
position: absolute;
top: 0;
right: 0;
width: 2.750em;
height: 50px;
font-size: 1.375em;
line-height: 50px;
padding: 0;
border: none;
text-align: center;
color: var(--lead);
background: transparent;
cursor: pointer;
}
.searchbutton:hover,
.searchbutton:focus {
color: var(--red);
}
.searchbutton:active {
color: #000;
}

/** end search **/





/* Box grid - common */

.box_grid {
display: flex;
flex-flow: row wrap;
align-items: stretch;
margin: 0 -10px;
justify-content: center;
}

.box_grid .item {
border: 15px solid transparent;
background-clip: padding-box;
}

.box_grid.two .item {
flex: 1 1 100%;
max-width: 680px;
}

.box_grid.three .item {
flex: 1 0 100%;
max-width: none;
}

.box_grid .item .lining {
position: relative;
display: flex;
flex-direction: column;
min-height: 100%;
background-color: #fff;
}

.box_grid .item .title,
.box_grid .item .bottom {
flex: 0;
}
.box_grid .item .content {
flex: 1;
}



/** variations **/

.top_container .box_grid .item .lining {
background-color: var(--lightgrey);
}
.top_container .box_grid .item .date {
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 7px;
background-color: var(--metallic);
}
.top_container .box_grid .item p {
margin: 0 0 .75em;
}
.no_break {
white-space: nowrap
}



.bottom_container .box_grid .item .content,
.credentials_links .box_grid .item .content {
padding: 20px 20px 30px;
}

.custom .box_grid,
.listing .box_grid {
margin-top: -10px;
}

.custom .box_grid .item .lining {
display: block;
border: 1px solid var(--gold);
}
.custom .box_grid .item .title {
padding: 15px 20px;
font-size: 1.125em;
font-weight: 500;
line-height: normal;
color: #000;
background-color: var(--lightgrey);
}
.custom .box_grid .item .content {
max-height: 350px;
overflow-y: auto;
}
.inner .scroll_me {
padding-bottom: 20px;
}



.box_grid.two .item .date {
position: absolute;
top: 0;
left: 0;
width: 70px;
height: 7px;
background-color: var(--metallic);
}
.box_grid.two .item:first-child .date {
background-color: var(--red);
}

.flag img {
width: 60px;
}

/* end box grid */



.note {
margin: 40px 0;
padding: 15px;
text-align: center;
background-color: #fff;
border-radius: 4px;
border: 1px solid var(--red);
}


.service_title {
margin: 0.75rem 0 0;
font-size: 1.125em;
font-weight: 500;
}

.login_block {
margin-top: 25px;
display: flex;
}

.accept-decline {
display: flex;
margin: 25px 0;
}
.accept-decline.short {
max-width: 320px;
}
.accept-decline.single {
flex: none;
}
.accept-decline.single a {
width:120px;
}

.accept-decline div  {
flex: 1 1 50%;
}
.accept-decline div:first-child  {
padding-right: 10px;
}
.accept-decline div:last-child  {
padding-left: 10px;
}

.accept-decline a {
display: block;
padding: 16px;
text-align: center;
white-space: nowrap;
line-height: normal;
color: #fff;
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
border-radius: 3px;
}
.box_grid .item .content .accept-decline a:hover,
.box_grid .item .content.accept-decline a:focus {
color: #fff;
text-decoration: none;
}

.accept-decline a.accept:hover,
.accept-decline a.accept:focus {
background: var(--green);
}
.accept-decline a.decline:hover,
.accept-decline a.decline:focus {
background: var(--red);
}


.succeed {
color: var(--green);
}
.fail {
color: var(--red);
}



.select_me {
position: relative;
min-width: 250px;
}

.arrow_down {
position: absolute;
right: 19px;
top: 21px;
width: 0;
height: 0;
border-top: 9px solid var(--charcoal);
border-left: 6px solid transparent;
border-right: 6px solid transparent;
}
select#eu-eaa {
font-family: "Roboto", sans-serif;
font-size: 1em;
font-weight: 400;
width: 100%;
padding-left: 10px;
padding-right: 30px;
height: 50px;
background-color: var(--lightgrey);
border: 1px solid var(--metallic);
border-radius: 3px;
cursor: pointer;
}
select#eu-eaa:hover {
border: 1px solid var(--metallic-darker);
}
select#eu-eaa:focus {
border: 1px solid var(--metallic);
}
select#eu-eaa::-ms-expand {
display: none;
}
select#eu-eaa option {
font-size: 0.938em;
font-weight: 400;
background-color: #fff;
}

.identifier {
margin-top: 20px;
font-size: 0.875em;
}


.showmore a {
display: inline-block;
line-height: 40px;
margin-top: 20px;
padding: 0 20px;
color: #fff;
border-radius: 4px;
transition: background 0.33s ease;
}


.credentials_links {
flex: 1;
padding: 30px 0 40px;
background-color: var(--lightgrey);
}

h3.podnaslov {
margin: 0 0 15px;
font-size: 1.250em;
font-weight: 500;
}

.credentials_list h4 {
position: relative;
margin: 0 0 20px;
padding: 15px 40px 15px 15px;
font-size: 1.125em;
line-height: 1;
font-weight: 500;
color: #fff;
background-color: var(--charcoal);
border-radius: 3px;
}

.linkset_group {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}

.linkset {
line-height: normal;
background-color: #fff;
border-radius: 3px;
}
a.service_login {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
padding: 15px;
}
a.service_login span:first-child {
flex: 1;
padding: 6px 0;
font-size: 1.063em;
font-weight: 500;
color: #000;
border-radius: 3px;
transition: all 0.33s ease;
}
a.service_login span:last-child {
flex: 0;
padding: 6px 0 6px 15px;
}

a.service_login:hover span:first-child,
a.service_login:focus span:first-child {
padding: 6px 12px;
color: #fff;
background-color: var(--green);
}

.service_login img {
max-width: 80px;
}



.bottom_container {
flex: 1;
padding: 0;
margin: 40px 0;
}

.foreign_login {
display: flex;
align-items: center;
margin-top: 25px;
}

.foreign_login .form_reset {
flex: 1 1 50%;
padding-left: 10px;
}




.bottom_bar {
flex: 0;
padding: 25px 20px;
text-align: center;
background-color: var(--metallic-light);
}

a.button_link {
display: inline-block;
margin: 10px;
padding: 0 20px;
line-height: 40px;
color: #fff;
background-color: var(--metallic-darker);
border-radius: 3px;
transition: background 0.33s ease;
}
a.button_link:hover,
a.button_link:focus {
color: #fff;
background-color: var(--red);
}

.bottom_bar a.button_link {
padding: 12px 20px;
line-height: normal;
}



.article {
margin: 10px 0 50px;
}

.title_block {
line-height: 1.3;
margin-bottom: 40px;
}

.title_block h1 {
margin: 0;
font-weight: 500;
font-size: 1.5em;
text-align: center;
}

.note.error_message {
position: relative;
padding: 15px 15px 15px 45px;
text-align: left;
}
.error_message::before {
content: "\e941";
transform: rotate(180deg);
font-size: 1.375em;
color: var(--red);
line-height: 1;
display: block;
position: absolute;
top: 15px;
left: 15px;
}

.note.bottom {
padding: 15px;
margin: 40px 0 0;
border: 1px solid var(--metallic-darker);
}

.title_block .subtitle {
margin: 10px 0 0;
font-weight: 500;
font-size: 1.250em;
}


.article .title_block {
margin-top: 0;
}
.article .title_block h1 {
margin: 0;
}



.bottom_container h3 {
margin: 0 0 1em;
font-weight: 500;
}

.bottom_container .item p:last-child {
margin-bottom: 0;
}




.showmore a,
#filter_slideout .showmore a {
margin: 20px 0 0 0;
background-color: var(--charcoal);
}

.showmore a.inactive,
.showmore a.inactive:hover,
.showmore a.inactive:active {
background-color: var(--softgrey);
}

.showmore a:hover,
.showmore a:focus,
#filter_slideout .showmore a:hover,
#filter_slideout .showmore a:focus {
color: #fff;
background-color: var(--red);
}
.showmore a:active,
#filter_slideout .showmore a:active {
background-color: var(--mediumgrey);
}


.category_backlink {
margin: 40px 0 1em -25px;
font-size: 1.063em;
font-weight: 500;
line-height: 1.250em;
}
.category_backlink a {
color: #000;
}
.category_backlink a::before {
content: "\e5c5";
display: block;
margin-right: 5px;
float: left;
font-size: 1.250em;
line-height: 1;
vertical-align: middle;
color: var(--red);
}

.category_backlink a:hover {
color: var(--red);
}

.article .asymmetric {
align-items: stretch;
}
article {
flex: 1 1 66.66%;
margin-right:10px;
padding: 50px 60px;
background-color: #fff;
}
.article_date {
display: block;
margin-bottom: 1.5rem;
font-size: 0.875em;
line-height: 1;
}
article h1 {
margin: 0 0 1em;
font-size: 26px;
font-weight: 500;
line-height: normal;
}
article h2 {
margin: 1.25em 0 1em;
font-size: 22px;
font-weight: 500;
line-height: normal;
}
article h3 {
margin: 1.25em 0 1em;
font-size: 19px;
font-weight: 500;
line-height: normal;
}
.lead {
font-size: 1.063em;
font-weight: 500;
margin-bottom: 1.5em;
padding: 15px 0;
border-top: 1px dotted var(--gold);
border-bottom: 1px dotted var(--gold);
}



.sidebar {
flex: 1 1 33.33%;
padding: 60px 0;
}
.sidebar .lining {
padding: 50px 40px 20px;
min-height: 100%;
background-color: var(--lightgrey);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
.sidebar h3 {
margin: 0 0 1em;
font-size: 1.063em;
font-weight: 500;
line-height: normal;
}
.sidebar .block {
margin-bottom: 2.5em;
}
.sidebar ul {
margin: 1em 0;
padding-left: 1em;
line-height: normal;
}
.sidebar ul li {
margin-bottom: 0.75em;
}
#utility {
padding-top: 25px;
border-top: 1px dotted var(--mediumgrey);
}
#utility p {
margin: 0 0 1.25em;
}
#utility a {
color: #000;
}
#utility a:hover {
color: #000;
}
#utility a::before {
display: block;
float: left;
margin-right: 10px;
font-size: 26px;
line-height: 1;
color: var(--charcoal);
}
#utility a:hover::before {
color: var(--green);
}
.print::before {
content: "\e02f";
}
.share_fb::before {
content: "\e91a";
}
.share_tw::before {
content: "\e920";
}

.credentials_list h4::before {
content: "";
display: block;
position: absolute;
top: 0;
right: 15px;
width: 21px;
height: 100%;
}

h4.high::before,
.security_level.high::after {
background: url(../img/security_high_negative.svg) no-repeat center;
}
h4.significant::before,
.security_level.significant::after {
background: url(../img/security_significant_negative.svg) no-repeat center;
}
h4.low::before,
.security_level.low::after {
background: url(../img/security_low_negative.svg) no-repeat center;
}








/** aside **/


aside {
padding: 40px 20px;
background-color: var(--lightgrey);
}
aside .inner {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
justify-content: center;
}
aside .item {
position: relative;
flex: 1 1 50%;
line-height: 1.2;
}
aside .item:first-child {
padding: 20px 40px 20px 0;
}
aside .item:last-child {
padding: 20px 0 20px 40px;
}

aside h3 {
font-weight: 500;
font-size: 1.125em;
margin: 0 0 1em 0;
}

aside .columns {
columns: 200px 3;
column-gap: 40px;
}
aside .columns p {
margin: 0 0 1em;
padding-bottom: 4px;
border-bottom: 1px dotted var(--mediumgrey);
}
aside textarea {
width: 100%;
max-width: 990px;
padding: 15px;
font-family: inherit;
font-size: inherit;
background-color: #fff;
border: 1px solid var(--softgrey);
border-radius: 3px;
}
aside input.contact_field,
input.default {
width: 100%;
padding: 15px;
font-family: inherit;
font-size: inherit;
background-color: #fff;
border: 1px solid var(--softgrey);
border-radius: 3px;
}
input.default.placeholder {
color: var(--mediumgrey);
}
input.default.placeholder:focus {
color: #000;
border-color: var(--mediumgrey);
}


aside input.email:focus,
input.default:focus {
border: 1px solid var(--dim);
}

.send_to input.default {
padding: 10px;
}



.smallprint {
font-size: 0.813em;
}
.send_form {
display: flex;
flex-flow: row nowrap;
align-items: stretch;
}
.send_form div {
flex: 1 1 50%;
max-width: 640px;
}
.send_form div:first-child {
padding-right: 10px;
}
.send_form div:last-child {
padding-left: 10px;
}
input.submit_button {
width: 100%;
padding: 16px;
text-align: center;
font-family: inherit;
font-size: inherit;
color: #fff;
border: none;
border-radius: 3px;
background: linear-gradient(0deg, rgba(51,51,51,1) 0%, rgba(85,85,85,1) 100%);
cursor: pointer;
}
input.submit_button.short {
margin-top: 20px;
width: auto;
padding: 12px 20px;
margin-bottom: 0;
}
input.submit_button:hover,
input.submit_button:focus {
background: var(--green);
}
.send_me {
margin-top: 30px;
}


input.submit_button:active {
color: #000;
background-color: var(--mediumgrey);
}


/** footer content **/

#youreurope img {
height: 38px;
}
#youreurope a {
display: block;
padding:0 30px;
}
#youreurope a:hover img {
opacity: .65;
}
.social {
display: flex;
flex-flow: row nowrap;
justify-content: flex-end;
}

.social a {
float: left;
margin-left: 15px;
}
.social a:first-child {
margin-left: 0;
}

.social a:hover {
opacity: .65;
}
.social img {
height: 18px;
}





/* to top */

.fixed {
display: none;
position: fixed;
bottom: 65px;
right: 20px;
z-index: 100;
}

.fixed a {
display: block;
width: 42px;
text-align: center;
font-size: 22px;
line-height: 40px;
color: #fff;
background-color: var(--lead);
transition: all 0.33s ease;
border: 1px solid #eff3f4;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.fixed a:hover,
.fixed a:focus,
.fixed a:active {
color: #fff;
background-color: var(--red);
}




/** modal **/

.modal {
position: relative;
min-width: 320px;
max-width: 400px;
margin: 0 auto;
line-height: normal;
}
.modal.large {
max-width: 600px;
}
.modal .lining {
border-top: 51px solid transparent;
padding: 30px 20px 40px;
background-color: var(--background);
background-clip: padding-box;
border-radius: 4px;
}

.modal h2,
.modal h3 {
position: absolute;
top: 0;
left: 0;
width: calc(100% - 5px);
font-weight: 500;
font-size: 17px;
line-height: 50px;
margin: 0;
padding: 0 56px 0 20px;
background-color: var(--metallic-light);
border-top-left-radius: 4px;
border-bottom: 1px solid #fff;
}


.modal p {
margin: 0 0 1em;
}
.modal p:last-child {
margin: 0 ;
}

.modal .submit_button {
margin: 20px 0 0;
}




.modal ul {
list-style: none;
margin: 0;
padding: 0;
}

.modal ul li {
padding: 10px;
border-bottom: 1px dotted var(--mediumgrey);
}
.modal ul li:first-child {
border-top: 1px dotted var(--mediumgrey);
}
.modal ul li:hover {
background-color: #fff;
}
.modal .results {
margin: 20px 0 0;
}



.modal .scroll_me {
max-height: 321px;
overflow-y: auto;
}
.modal .selection ul li {
padding-right: 40px;
}




.modal .assist {
position: absolute;
top: 0;
right: 51px;
width: 51px;
height: 51px;
border-left: 1px solid #fff;
z-index:1;
}

.modal .assist a {
display: block;
text-align: center;
position: relative;
}
.modal .assist a::before {
content: "\e97a";
font-size: 16px;
line-height: 50px;
}

.modal .assist a:hover {
color: #000;
}



.table {
margin: 0 0 40px;
line-height: normal;
}
.row {
display: flex;
align-items: flex-start;
border-bottom: 1px solid var(--softgrey);
}

.row.head {
font-weight: 500;
background-color: var(--lightgrey);
border-top: 1px solid var(--softgrey);
}


.cell {
flex: 1 0 auto;
width: 33.33%;
text-align: center;
padding: 10px;
}
.cell_title {
display: none;
}

/** check boxes & radio buttons **/

.checkit {
position: relative;
display: inline-block;
min-width: 20px;
padding-left: 25px;
}
.checkit input,
.radio_select input {
opacity: 0;
width: 0;
height: 0;
}

.track,
.area {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--mediumgrey);
-webkit-transition: all 0.33s ease;
transition: all 0.33s ease;
border-radius: 9px;
}
.track:before,
.area::before {
position: absolute;
content: "";
height: 14px;
width: 14px;
top: 2px;
left: 2px;
background-color: #fff;
-webkit-transition: all 0.33s ease;
transition: all 0.33s ease;
border-radius: 50%;
}
.area {
background-color: transparent;
border-radius: 0;
}
.area::before {
content: "\e97c";
height: 20px;
width: 20px;
top: 0;
left: 0;
font-size: 20px;
line-height: 1;
color: var(--green);
background-color: transparent;
}
.area:focus::before {
color: #000;
}
.checkit .area::before {
content: "\e966";
color: var(--mediumgrey);
}

.radio_select {
display: block;
position: relative;
width: 20px;
height: 20px;
float: right;
margin-right: -27px;
vertical-align: middle;
}
.radio_select .area::before {
content: "\e966";
color: var(--mediumgrey);
}
.radio_select input:checked + .area::before,
.checkit input:checked + .area::before {
content: "\e97c";
color: var(--green);
}


.radio_select input:hover + .area::before,
.checkit input:hover + .area::before {
color: #000;
}
.radio_select input:focus + .area::before,
.checkit input:focus + .area::before {
color: var(--green);
}

.poll .checkit {
margin-left: 10px;
}

fieldset {
margin: 0;
padding: 0;
border: none;
}


/** end check boxes **/





/* Magnific Popup */

.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
}

.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}

.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
display: none;
}

.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}

.mfp-ajax-cur {
cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}

.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}

.mfp-loading.mfp-figure {
display: none;
}

.mfp-hide {
display: none !important;
}

.mfp-preloader {
color: var(--softgrey);
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: var(--softgrey);
}
.mfp-preloader a:hover {
color: #fff;
}

.mfp-s-ready .mfp-preloader {
display: none;
}

.mfp-s-error .mfp-content {
display: none;
}

button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation;
}

button::-moz-focus-inner {
padding: 0;
border: 0;
}

.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #fff;
font-style: normal;
font-size: 28px;
font-family: "Roboto";
}
.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}
.mfp-close:active {
top: 1px;
}

.modal .mfp-close {
top: 0;
right: 0;
width: 51px;
height: 51px;
padding: 0;
font-size: 1px;
line-height: 1px;
opacity: 1;
color: transparent;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-top-right-radius: 4px;
}

.modal .mfp-close::before {
display: block;
height: 50px;
font-family: 'Icomoon' !important;
content: "\e95a";
font-size: 22px;
line-height: 50px;
text-align: center;
color: var(--red);
background-color: var(--metallic-light);
border-top-right-radius: 4px;
}
.modal .mfp-close:hover::before {
color: #000;
}

.modal.error .mfp-close::before {
color: #fff;
background-color: var(--red);
}
.modal.error .mfp-close:hover::before {
color: #000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: var(--softgrey);
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}

.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: var(--softgrey);
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}

.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}

.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after {
border-right: 17px solid #fff;
margin-left: 31px;
}
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after {
border-left: 17px solid #fff;
margin-left: 39px;
}
.mfp-arrow-right:before {
border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}

.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
}

img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
}

.mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: var(--charcoal);
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}

.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}

.mfp-title {
text-align: left;
line-height: 18px;
color: #f3f3f3;
word-wrap: break-word;
padding-right: 36px;
}

.mfp-image-holder .mfp-content {
max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}


/** cookie bar **/

#cookie-bar {
padding: 28px 40px;
font-size: 14px;
line-height: normal;
color: #fff;
background-color: var(--anthracite);
border-top: 1px solid var(--lead)
}


#cookie-bar a.policy {
color: #fff;
text-decoration: underline;
}
#cookie-bar a.policy:hover {
text-decoration: none;
}

#cookie-bar a.cb-enable {
display: inline-block;
margin-top: 10px;
padding: 6px 12px;
color: #000;
border-radius: 3px;
background-color: #fff;
}

#cookie-bar a.cb-enable:hover,
#cookie-bar a.cb-enable:focus {
color: #fff;
background-color: var(--green);
}








/**** media queries ****/


@media all and (max-width: 1386px) {

.top_ribbon,
#current_user {
padding-left: 20px;
padding-right: 20px;
}
#user_slideout {
right: 20px;
}

a#filter_close {
padding: 20px 9px 25px;
font-size: 22px;
}

a#filter_close::after {
bottom: -15px;
width: 30px;
height: 30px;
}
.category_backlink {
margin-left: 0;
}
aside {
padding: 40px 0 50px;
}
.fixed {
bottom: 20px;
right: 10px;
}
footer,
#cookie-bar {
padding: 28px 70px 28px 20px;
}

}






@media all and (max-width: 1070px) {

#egradjani .segment {
padding-left: 10px;
justify-content: space-between;
}
a.service_login span:first-child {
padding: 0;
}
a.service_login:hover span:first-child,
a.service_login:focus span:first-child {
padding: 0;
color: var(--green);
background-color: transparent;
}

}

@media all and (max-width: 1024px) {

article {
padding: 40px 40px 50px;
background-color: #fff;
}
.sidebar .lining {
padding: 40px 20px 20px;
}


}

@media all and (max-width: 1023px) {


.top_ribbon {
flex-direction: column;
align-items: flex-start;
padding: 0;
}
#navmainswitch {
display: block;
}
#egradjani .section#logo {
width: 100%;
display: flex;
justify-content: space-between;
padding: 20px 20px 19px;
}
#egradjani .segment {
padding-left: 0;
}
#egradjani .section#function {
width: 100%;
padding: 10px 19px;
flex-flow: row wrap;
}

.segment a.tooltip:hover .label {
display: inherit;
position: inherit;
padding: 0 0 0 8px;
color: inherit;
background-color: transparent;
border-radius: 0;
box-shadow: none;
}

.segment a.tooltip .label::after {
display: none;
}

#shell {
display: none;
width: 100%;
border-top: 1px solid var(--background);
}
#function .segment {
flex: 1 1 50%;
border: 1px solid transparent;
}
#function a {
height: 100%;
padding: 8px 12px;
}
#filter .label,
#user_home .label,
#user_inbox .label,
.en #filter .label,
.en #user_home .label,
.en #user_inbox .label {
max-width: none;
}
#vision_impaired .label,
#resize .label,
#dyslexia .label {
display: block;
}
#user_inbox a {
justify-content: space-between;
}
#user_inbox .icon,
#user_inbox .unread_messages {
flex: 0;
}
#user_inbox .label {
flex: 1;
}
a#user_switch::before,
a#user_switch:hover::before {
margin: -13px 0 -13px 15px;
padding: 13px 0;
background-color: transparent;
}
#filterswitch {
order: 1;
}
#user_home {
order: 3;
}
#user_inbox {
order: 5;
}
#vision_impaired {
order: 2;
}
#dyslexia {
order: 4;
}
#resize {
order: 6;
}
#log_button {
order: 7;
}

a#filter_close {
margin: -18px -10px 0 0;
color: var(--red);
background-color: transparent;
}
a#filter_close::after {
display: none;
}

a#filter_close:hover {
color: #000;
}
a#filter_close:active {
background-color: transparent;
}

.box_grid.three .item {
flex: 1 0 100%;
max-width: none;
}

.credentials_list .box_grid.three {
flex-direction: column;
}
.credentials_list .box_grid.three .item {
max-width: none;
}



}



@media all and (max-width: 980px) {




.article .asymmetric {
display: block;
}
article {
margin-right:0;
}
.sidebar {
padding: 10px 0 0;
margin-bottom: 30px;
}
.sidebar .lining {
border-radius: 0;
margin: 0 -10px;
padding: 0;
display: flex;
flex-flow: row wrap;
background-color: transparent;
}
.sidebar .lining .block,
.sidebar .lining .block#utility {
flex: 1 1 50%;
margin: 0;
padding: 30px 20px 15px;
background-color: var(--lightgrey);
border: 10px solid transparent;
background-clip: padding-box;
}
.pagenav {
width: 100%;
margin-left: -25px;
}


aside .item:first-child {
padding: 0 20px 0 0;
}
aside .item:last-child {
padding: 0 0 0 20px;
}
aside .columns {
column-gap: 20px;
}
aside .radio {
display: block;
margin: 10px 0 10px -10px;
}

.foreign_login {
flex-flow: row wrap;
}
.select_me {
max-width:none;
padding-right: 0;
}
.foreign_login .form_reset {
flex: 1 1 100%;
padding-left: 0;
}
.small_button {
margin-top: 10px;
}

}


@media all and (max-width: 900px) {

.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}



.box_grid {
margin-left: -5px;
margin-right: -5px;
}
.box_grid .item {
border-left-width: 5px;
border-right-width: 5px;
}

}



@media all and (max-width: 840px) {

footer {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.copyright {
order: 3;
}
#youreurope a {
order: 1;
padding:0;
}
.social {
order: 2;
padding: 20px 0 15px;
}
.social a {
margin: 0 15px 0 0;
}


}



@media all and (max-width: 800px) and (orientation: landscape), all and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
} 
}





@media all and (max-width: 768px) {

.sidebar .lining, aside .inner {
flex-direction: column;
}
aside {
padding: 0;
background-color: transparent;
}
aside .column_width {
padding: 0;
}
aside .item:first-child,
aside .item:last-child {
padding: 30px 20px;
background-color: var(--lightgrey);
}
aside .item:last-child {
margin-top: 20px;
padding-bottom: 50px;
}
aside .radio {
display: inline;
margin: 0;
}
#subnav > ul {
flex-direction: column;
}
#subnav > ul > li {
border: none;
}
.box_grid.two .item {
max-width: none;
}


}



@media all and (max-width: 767px) {


.box_grid:not(.five) {
flex-direction: column;
}
.box_grid.three .item {
max-width: none;
}



/** dotted **/

.filtering_results {
column-rule: 1px solid var(--grey);
}
aside .columns p,
.modal ul li {
border-bottom: 1px solid var(--grey);
}
.modal ul li:first-child,
.select_list option:first-child {
border-top: 1px solid var(--grey);
}
.lead {
border-top: 1px solid var(--gold);
border-bottom: 1px solid var(--gold);
}

.foreign_login {
flex-flow: row nowrap;
}
.select_me {
max-width: 50%;
padding-right: 10px;
}
.foreign_login .form_reset {
flex: 1 1 50%;
padding-left: 10px;
}
.small_button {
margin-top: 0;
}


}




@media all and (max-width: 680px) {


.table {
border-top: 1px solid var(--softgrey);
}
.head {
display: none;
}
.row {
flex-flow: column;
}
.cell {
flex: 1 1 auto;
width: 100%;
text-align: left;
display: flex;
}
.cell_title {
display: block;
flex: 0;
min-width: 160px;
padding-right: 10px;
color: var(--metallic-darker);
}
.cols2 .cell {
padding: 10px 0;
}
.cols2 .cell_title {
min-width: 80px;
}
.cols3 .cell:nth-child(2) {
padding-top: 0;
padding-bottom: 0;
}
.cols2 .cell:nth-child(2) {
padding-top: 0;
}
.cell:nth-child(n)::before {
display: inline-block;
width: 152px;
margin-left: -152px;
padding-right: 10px;
vertical-align: top;
font-family: "Roboto" !important;
color: var(--metallic-darker);
}


.linkset_group {
display: block;
}
a.service_login {
flex-flow: column;
margin-bottom: 15px;
text-align: center;
}
.linkset:last-child a.service_login {
margin-bottom: 0;
}
a.service_login span:last-child {
order: 0;
}



a.service_login span:first-child {
order: 2;
}

a.service_login span:last-child {
order: 1;
padding: 0 0 10px;
}


}





@media all and (max-width: 560px) {


.column_width.langselect {
padding: 0 10px;
}
.langnav {
margin: 1px -10px 40px;
}
#langmenu ul li {
flex: 1 1 auto;
}

.asymmetric {
display: block;
}
.sidekick {
margin-top: 10px;
border: none;
max-width: none;
}
.sidekick a {
display: inline-block;
}


.mobile_handler {
display: none;
margin-top: 15px;
}

.linkset_group {
grid-template-columns: 1fr;
}

.credentials_list h4 {
padding-left: 35px;
cursor: pointer;
}

.credentials_list h4::after {
content: "\e90c";
display: block;
position: absolute;
top: 12px;
left: 8px;
font-size: 1.250em;
color: #fff;
}

.credentials_links {
padding: 40px 0;
}
.credentials_list h4 {
margin: 0;
}
.credentials_list h4.open {
background-color: var(--metallic-darker);
}
.credentials_list h4.open::after {
content: "\e90f";
top: 13px;
}

}




@media all and (max-width: 480px) {

#egradjani .section#function {
flex-direction: column;
}
#current_user {
padding: 0 20px;
text-align: left;
line-height: normal;
}
#current_user .trigger {
justify-content: flex-start;
align-items: flex-start;
}
.trigger .icon {
flex: 0;
padding: 13px 10px 0 0;
}
a#user_switch {
flex: 1;
}

#filterswitch {
order: 1;
}
#user_home {
order: 2;
}
#user_inbox {
order: 3;
}
#vision_impaired {
order: 4;
}
#dyslexia {
order: 5;
}
#resize {
order: 6;
}
#log_button {
order: 7;
}

#user_slideout {
width: calc(100% - 40px);
}

.modal {
max-width: none;
}

article ol {
padding-left: 1.5em;
}
article ol ul {
padding-left: 1em;
}


}



@media all and (max-width: 479px) {


a#filter_close {
margin: -18px 0 0 0;
}
.column_width {
padding: 0 10px;
}

article {
margin: 0 -10px;
padding: 30px 15px 20px;
background-color: #fff;
}

.modal .lining {
padding-left: 10px;
padding-right: 10px;
border-radius: 0;
}
.modal h2,
.modal h3 {
padding-left: 10px;
border-radius: 0;
}
.modal .mfp-close,
.modal .mfp-close::before {
border-radius: 0;
}

aside .radio {
display: block;
margin: 10px 0 5px -10px;
}

.category_backlink {
margin: 30px 0 15px;
}


.bottom_bar .button_link {
display: block;
}
.accept-decline.short {
max-width: none;
}

.small_button {
margin-top: 15px;
}

.note {
margin: 30px 0;
}
.note.bottom {
margin: 30px 0 0;
}

.note.error_message {
padding: 15px 15px 15px 40px;
}
.error_message::before {
left: 10px;
}



}
