/*
Theme Name: WebSAV 2020
Description: Responsive theme for SAS website
Author: CSC SAV - VS
Author URI: http://vs.sav.sk/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0.  Fonts
	1. 	CSS Reset
	2. 	Document Setup
	3. 	Element Base
	4. 	Helper Classes
	5. 	Site Header
	6. 	Menus
	7. 	Page Template
	8.  Blocks
	9.  Site Pagination
	10. Error 404
	11. Widgets
	12. Site Footer
  13. Media Queries
  14. Print Settings

----------------------------------------------------------------------------- */

/*	0. Fonts
/* -------------------------------------------------------------------------- */

@font-face {
    font-family: Montserrat-Light;
    src: url(../fonts/montserrat/Montserrat-Light.woff);
    font-weight: 300;
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/montserrat/Montserrat-Regular.woff);
    font-weight: 400;
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/montserrat/Montserrat-Medium.woff);
    font-weight: 500;
}

@font-face {
    font-family: OpenSans-Light;
    src: url(../fonts/open_sans/OpenSans-Light.woff);
    font-weight: 300;
}

@font-face {
    font-family: OpenSans-Regular;
    src: url(../fonts/open_sans/OpenSans-Regular.woff);
    font-weight: 400;
}

@font-face {
    font-family: OpenSans-Semibold;
    src: url(../fonts/open_sans/OpenSans-Semibold.woff);
    font-weight: 600;
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/roboto/Roboto-Light.woff);
    font-weight: 300;
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/roboto/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: RobotoCondensed-Regular;
    src: url(../fonts/roboto_condensed/RobotoCondensed-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url(../fonts/roboto_condensed/RobotoCondensed-Bold.ttf);
    font-weight: 700;
}

/*	1. CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, div, span, object, iframe, pre, a, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, figcaption, figure, form, label, legend, button, table, caption, thead, tbody, tfoot, th, tr, td, abbr, acronym, del, dfn, ins, kbd, q, samp, strong, tt, var, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: none;
    line-height: inherit;
    text-align: inherit;
    font-size: inherit;
}

blockquote::before,
blockquote::after {
    content: "";
}

/* -------------------------------------------------------------------------- */

/*	2. Document Setup
/* -------------------------------------------------------------------------- */

html {
    font-size: 62.5%; /* 1rem = 10px */
    scroll-behavior: smooth;
}

body {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #6a6d6f;
    -webkit-font-smoothing: antialiased;
    counter-reset: outer;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/* Screen Reader ----------------------------- */

.sr-only {
    overflow: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/* -------------------------------------------------------------------------- */

/*	3. Element Base
/* -------------------------------------------------------------------------- */

/* Headings ---------------------------------- */

/* Home Page Headings */
h1.title_org,
.title_org {
    margin-top: 1.2rem;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    vertical-align: middle;
    color: #6a6d6f;
    letter-spacing: 0;
    text-transform: uppercase;
}

h2.home-page {
    display: block;
    margin-top: 2rem;
    margin-bottom: 1.8rem;
    padding-bottom: 1.53333333rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #959293;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(149, 146, 147, 0) 5%, rgba(149, 146, 147, 1) 50%, rgba(149, 146, 147, 0) 95%) 1;
    line-height: 3.5rem;
    text-align: center;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 2.7rem;
    font-weight: 300;
    color: #535152;
}

h2.white {
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #fff;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 80%) 1;
    color: #fff;
}

/* Sub Page Heading */
h1.sub-page {
    margin: 0;
    padding: 4.0737rem 3.4rem 2.75rem 3.4rem;
    text-indent: -3.4rem;
    border: none;
    line-height: 2.8rem;
    text-align: left;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #000;
}

h1.sub-page::before {
    content: "";
    display: inline-block;
    position: relative;
    width: 2.5rem;
    height: 2.2rem;
    margin-right: 0.9rem;
    background: #97141c;
    overflow: hidden;
}

h1.social-title {
    margin-top: 3.8rem;
}

h2 {
    margin-bottom: 1rem;
    line-height: 2.5rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ad161e;
    text-align: left;
}

h2.brand {
    margin-bottom: 1.4rem;
    line-height: 2.1rem;
    font-size: 1.7rem;
    color: #403c3d;
    text-align: left;
}

h2.brand::before {
    content: "";
    display: inline-block;
    position: relative;
    bottom: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 2.3rem;
    margin-right: 1.2rem;
    background: #ce0e1c;
    overflow: hidden;
}

h2.org-title {
    font-family: 'Montserrat-Light', sans-serif;
    margin-bottom: 2.8rem;
    line-height: 2.3rem;
    font-size: 1.8rem;
    color: #000;
}

h2.group {
    margin-top: 0.8rem;
    margin-bottom: 2.7rem;
    line-height: 2.1rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.7rem;
    color: #ad161e;
    text-align: left;
}

a h2.group {
    display: contents;
}

h2.news-list,
h2.news-site-list {
    line-height: 1.8rem;
    margin: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.4rem;
    color: #000;
    text-align: left;
}

h2.news-site-list {
    width: 80%;
    display: inline-block;
    text-align: center;
}

h2.other-site-list {
    line-height: 1.8rem;
    margin: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.4rem;
    color: #494748;
    text-align: left;
}

h3.contact {
    width: 40rem;
}

h2.news-list:hover,
h2.news-site-list:hover,
h2.other-site-list:hover {
    color: #ad161f;
}

h2.news-site-list:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

@media only screen and (min-width: 600px) {
    h2.news-site-list {
        width: auto;
        text-align: left;
    }
}

@media only screen and (min-width: 1001px) {
    h2.brand {
        margin-bottom: 1.9rem;
        line-height: 2.5rem;
        font-size: 2.1rem;
    }

    h2.org-title {
        margin-bottom: 3.6rem;
        line-height: 3rem;
        font-size: 2.7rem;
    }

    h2.group {
        line-height: 2.5rem;
        font-size: 2.1rem;
    }

    h2.news-list,
    h2.news-site-list,
    h2.other-site-list {
        line-height: 2.1rem;
        font-size: 1.6rem;
    }
}

h3 {
    margin-top: 2rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ad161f;
    text-transform: uppercase;
}

h3.h2-like {
    margin-bottom: 1rem;
    line-height: 2.5rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ad161e;
    text-align: left;
}

h3.news-newest-title,
h3.news-other-title {
    margin-top: 0;
    padding-top: 0.1rem;
    border: 0;
    text-align: left;
}

h3.news-other-title {
    margin-bottom: 0.8rem;
    line-height: 1.8rem;
    vertical-align: top;
}

h3.news-newest-title > a,
h3.news-other-title > a {
    border: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
    text-transform: none;
}

h3.news-newest-title > a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
}

h3.news-other-title > a {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #ad161f;
}

h3.events {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    text-transform: none;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 1.9rem;
    font-weight: 300;
    color: #717071;
}

h3.brand {
    margin-bottom: 1.9rem;
    font-size: 2.1rem;
    color: #403c3d;
}

h3.brand::before {
    content: "";
    display: inline-block;
    position: relative;
    bottom: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 1.2rem;
    background: #ce0e1c;
    overflow: hidden;
}

h3.group {
    margin-top: 0.8rem;
    margin-bottom: 2.7rem;
    line-height: 2.1rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.7rem;
    color: #ad161e;
    text-align: left;
}

h3.no-class {
    line-height: inherit;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: inherit;
    font-weight: 400;
    color: #494748;
    text-transform: none;
}

@media only screen and (min-width: 1001px) {
    h3.group {
        line-height: 2.5rem;
        font-size: 2.1rem;
    }
}

h4 {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
}

h4.project-name-sk {
    font-size: 1.5rem;
    color: #494748;
    text-transform: uppercase;
}

h4.project-name-en {
    font-size: 1.5rem;
    color: #b1b3b4;
    text-transform: uppercase;
}

h4.basic {
    margin-top: 2rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ad161f;
    text-transform: uppercase;
}

/* Footer headings */

h4.ask_experts,
h5 {
    margin-bottom: 1rem;
    padding-bottom: 1.53333333rem;
    border-top: 0;
    text-align: center;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #494748;
    text-transform: uppercase;
}

h4.ask_experts,
h5 a {
    color: #494748;
}

h5.basic {
    margin-top: 2rem;
    text-align: left;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #ad161f;
    text-transform: uppercase;
}

h6 {
    margin-top: 1rem;
    margin-bottom: 0.4rem;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}

/* Intranet Heading */
h2.intranet-user {
    margin-bottom: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 2.3rem;
    color: #ad161e;
}

/* CKEditor */
.news-single-body h1,
.news-single-body h2,
.news-single-body h3,
.news-single-body h4,
.news-single-body h5,
.news-single-body h6,
.news-single-body h1 b,
.news-single-body h2 b,
.news-single-body h3 b,
.news-single-body h4 b,
.news-single-body h5 b,
.news-single-body h6 b {
    font-family: 'Montserrat-Medium', sans-serif;
    color: #494748;
}

/* Links ------------------------------------- */

a {
    color: #494748;
    text-decoration: none;
}

a:hover {
    color: #ad161e;
}

a:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

/* Paragraphs -------------------------------- */

p {
    margin-bottom: 1rem;
}

/* Lists ------------------------------------- */

/* Unordered Lists --------------------------- */

ul {
    list-style: none;
}

/* Ordered Lists ----------------------------- */

ol {
    list-style: none;
    counter-reset: outer;
}

ol > li {
    color: #000;
    counter-increment: list-counter;
}

ol > li:not(:first-child) {
    margin-top: 2rem;
}

ol > li::before {
    content: counter(list-counter) ". ";
    width: 2.2rem;
    display: inline-block;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #ce0e1c;
}

ol.default-ol {
    list-style: none;
}

ol.default-ol > li {
    color: #494748;
}

ol.default-ol > li:not(:first-child) {
    margin-top: 1rem;
}

ol.default-ol > li::before {
    content: "";
    width: auto;
}

/* List Box ---------------------------------- */

select {
    outline: none;
}

/* Definition Lists -------------------------- */

dt {
    font-family: 'Montserrat-Medium', sans-serif;
    text-decoration: underline;
}

dd {
    margin: 0;
    padding: 0 0 0.5rem 0;
}

/* Quotes ------------------------------------- */

blockquote {
    position: relative;
    width: 100%;
    max-width: 60rem;
    margin: 2rem auto 1rem;
    padding: 2rem 4rem;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-style: italic;
}

cite {
    display: block;
    width: 100%;
    max-width: 60rem;
    margin: 0 auto 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: right;
    font-size: 1.6rem;
}

cite:before {
    content: "\2014 \2009";
}

/* Code -------------------------------------- */

code {
    font-size: 2rem;
}

/* Media ------------------------------------- */

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

object {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
    pointer-events: none;
}

iframe {
	display: block;
	max-width: 100%;
}

figcaption {
    cursor: pointer;
}

/* Inputs ------------------------------------ */

input:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

/* Buttons ----------------------------------- */

button:active {
    outline: none;
}

button:focus {
    outline: 0.1rem solid #ce0e1c;
    padding: 0 1rem;
    border-radius: 0.5rem;
}

/* Textarea ---------------------------------- */

textarea:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

/* Tables ------------------------------------- */

table {
    width: 100%;
    max-width: 100%;
    margin: 2.5rem 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 1.5rem;
    text-align: left;
    overflow: hidden;
}

.alignleft > table {
    margin: 0;
}

.alignright > table {
    margin: 0;
}

th,
td {
    margin: 0;
    padding: 0.55rem 0;
    border: none;
    line-height: 1.7rem;
    overflow: visible;
}

th:not(:first-of-type),
td:not(:first-of-type) {
    padding-left: 1rem;
}

th {
    font-family: 'Montserrat-Medium', sans-serif;
}

caption {
    padding: 0.5rem;
    font-family: 'Montserrat-Medium', sans-serif;
    text-align: center;
}

thead {
    vertical-align: bottom;
    white-space: nowrap;
}

/* Others ------------------------------------- */

address {
    line-height: 2rem;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    color: #494748;
}

@media only screen and (min-width: 1001px) {
    address {
        line-height: 2.2rem;
        font-size: 1.7rem;
    }
}

.address-header {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #212021;
}

hr {
    height: 0;
    margin: 0;
    border: 0;
}

sup,
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
}

/* Svg Classes ------------------------------- */

a.svg_link {
    display: inline-block;
}

/* Logo */
.svg_link #logo_org,
.svg_link #logo_org img {
    width: 8rem;
    height: 8rem;
}

/* Responsive Menu */
.svg_link #icon_burger {
    width: 2.5rem;
    height: auto;
}

/* Search */
.svg_link #icon_search,
.svg_link #icon_search img,
.svg_link #icon_search_employee,
.svg_link #icon_search_employee img {
    width: 3.5rem;
    height: auto;
    position: relative;
    bottom: 0.1rem;
}

/* Social Bar */
.svg_link #icon_fb_bar {
    width: auto;
    height: 2.5rem;
}

.svg_link #icon_insta_bar {
    width: auto;
    height: 2.5rem;
}

.svg_link #icon_twit_bar {
    width: auto;
    height: 2.5rem;
}

.svg_link #icon_rss_bar {
    width: auto;
    height: 2.5rem;
}

.svg_link #icon_podbean_bar {
    width: auto;
    height: 2.5rem;
}

.svg_link #icon_back_to_top_side_bar {
    width: auto;
    height: 2.5rem;
}

/* Social Block */
.svg_link .icon_youtube_main,
.svg_link .icon_vimeo_main {
    width: auto;
    height: 3rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.svg_link img.icon_yt {
    width: auto;
    height: 3rem;    
}

.svg_link img[id^="icon_youtube"] {
    width: auto;
    height: 3rem;
}

.svg_link img[id^="icon_vimeo"] {
    width: auto;
    height: 3rem;
}

.svg_link #icon_fb_main {
    width: auto;
    height: 3rem;
}

.svg_link img[id^="icon_fb"] {
    width: auto;
    height: 3rem;
}

.svg_link #icon_insta_main {
    width: auto;
    height: 3rem;
}

.svg_link img[id^="icon_insta"] {
    width: auto;
    height: 3rem;
}

.svg_link #icon_podbean_main {
    width: auto;
    height: 3rem;
}

.svg_link img[id^="icon_podbean"] {
    width: auto;
    height: 3rem;
}

.svg_link #icon_twit_main {
    width: auto;
    height: 3rem;
}

.svg_link img[id^="icon_twit"] {
    width: auto;
    height: 3rem;
}

/* Contact */
.svg_link img[id^="icon_gps"] {
    width: 2rem;
    height: auto;
}

.svg_link img[id^="icon_mail"] {
    width: 2rem;
    height: auto;
}

.svg_link #icon_mail {
    margin-top: 1.1rem;
}

.svg_link img[id^="icon_phone"] {
    width: 2.4rem;
    height: auto;
}

.svg_link img[id^="icon_ico"] {
    width: 1.4rem;
    height: auto;
}

.svg_link #icon_ico {
    margin-top: 0.7rem;
}

.svg_link #icon_top {
    width: 1.5rem;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/* Footer Social Block */
.svg_link #icon_fb_footer,
.svg_link #icon_insta_footer,
.svg_link #icon_twit_footer,
.svg_link #icon_rss_footer,
.svg_link #icon_podbean_footer {
    width: 2.8rem;
    height: auto;
}

@media only screen and (min-width: 1001px) {
    .svg_link #icon_fb_footer,
    .svg_link #icon_insta_footer,
    .svg_link #icon_twit_footer,
    .svg_link #icon_rss_footer,
    .svg_link #icon_podbean_footer {
        width: 3.7rem;
        height: auto;
    }
}

/* Other */
.svg_link .no_image {
    width: 10rem;
}

.svg_icon_folder {
    width: 2rem;
    height: auto;
    position: relative;
    bottom: 0.1rem;
    margin-right: 0.2rem;
}  

.svg_icon {
    width: 1.6rem;
    height: auto;
    position: relative;
    bottom: 0.1rem;
    margin-right: 0.2rem;
}

.svg_icon_bigger {
  width: 1.9rem;
}

/* -------------------------------------------------------------------------- */

/*	4. Helper Classes
/* -------------------------------------------------------------------------- */

/* Containers -------------------------------- */

.container-wrapper {
    width: 100%;
    margin: 0;
}

.container,
.container-nav {
    max-width: 121.6rem;
    margin: 0 auto;
}

/* More Space -------------------------------- */

.p-more-room {
    padding-top: 1rem;
}

/* Visibility -------------------------------- */

.show {
    display: block;
}

.hide {
    display: none;
}

@media screen and (max-width: 1300px) {
    .xs_hide {
        display: none !important;
    }
}

/* Floats ------------------------------------ */

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

/* Margins ----------------------------------- */

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1 {
    margin-top: 1rem !important;
}

.margin-top-2 {
    margin-top: 2rem !important;
}

.margin-top-3 {
    margin-top: 3rem !important;
}

.margin-top-4 {
    margin-top: 4rem !important;
}

.margin-top-5 {
    margin-top: 5rem !important;
}

.margin-top-6 {
    margin-top: 6rem !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-1 {
    margin-bottom: 1rem !important;
}

.margin-bottom-2 {
    margin-bottom: 2rem !important;
}

.margin-bottom-3 {
    margin-bottom: 3rem !important;
}

.margin-bottom-4 {
    margin-bottom: 4rem !important;
}

.margin-left-1 {
    margin-left: 1rem;
}

.margin-left-2 {
    margin-left: 2rem;
}

.margin-left-3 {
    margin-left: 3rem;
}

.margin-left-4 {
    margin-left: 4rem;
}

.margin-left-6 {
    margin-left: 6rem;
}

.margin-auto {
    margin-right: auto;
    margin-left: auto;
}

/* Paddings ----------------------------------- */

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1rem !important;
}

.padding-top-2 {
    padding-top: 2rem !important;
}

.padding-top-3 {
    padding-top: 3rem !important;
}

.padding-top-4 {
    padding-top: 4rem !important;
}

.padding-top-5 {
    padding-top: 5rem !important;
}

.padding-top-6 {
    padding-top: 6rem !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-1 {
    padding-left: 1rem !important;
}

.padding-left-2 {
    padding-left: 2rem !important;
}

.padding-left-3 {
    padding-left: 3rem !important;
}

.padding-left-6 {
    padding-left: 6rem !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-1 {
    padding-bottom: 1rem !important;
}

.padding-bottom-2 {
    padding-bottom: 2rem !important;
}

.padding-bottom-3 {
    padding-bottom: 3rem !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-1 {
    padding-right: 1rem !important;
}

.padding-right-2 {
    padding-right: 2rem !important;
}

.padding-right-3 {
    padding-right: 3rem !important;
}

.padding-right-4 {
    padding-right: 4rem !important;
}

/* Borders ----------------------------------- */

.border_solid_bottom_red {
    border-bottom: 0.2rem solid #ad161f !important;
}

.border_solid_bottom_red_thin {
    border-bottom: 0.1rem solid #ad161f !important;
}

.border_solid_bottom_gray {
    border-bottom: 0.2rem solid #999c9e !important;
}

.border_solid_bottom_gray_thin {
    border-bottom: 0.1rem solid #494748 !important;
}

a:hover.border_solid_bottom_gray_thin {
    border-bottom: 0.1rem solid #ad161f !important;
}

.border_solid_left_red {
    padding-left: 0.2rem;
    border-left: 0.5rem solid #ad161f;
}

/* Aligns ------------------------------------ */

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.justify {
    text-align: justify !important;
}

.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

/* Overflows --------------------------------- */

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

/* Cursor ------------------------------------ */

.pointer {
    cursor: pointer !important;
}

/* Font Sizes -------------------------------- */

.big,
.big a {
    line-height: 2.4rem !important;
    font-size: 2rem !important;
}

.bigger,
.bigger a {
    line-height: 2.2rem !important;
    font-size: 1.8rem !important;
}

.standard,
.standard a {
    line-height: 2.1rem !important;
    font-size: 1.7rem !important;
}

.normal,
.normal a {
    line-height: 2rem !important;
    font-size: 1.6rem !important;
}

.smaller,
.smaller a {
    line-height: 1.8rem !important;
    font-size: 1.4rem !important;
}

.small,
.small a {
    line-height: 1.6rem !important;
    font-size: 1.2rem !important;
}

/* Wraps ------------------------------------- */

.nowrap {
    white-space: nowrap;
}

/* Clearfix ---------------------------------- */

.container:before,
.container:after,
.container-nav:before,
.container-nav:after {
    content: " ";
    clear: both;
    display: table;
}

/* Flex Box ---------------------------------- */

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

/* Mobile Select Box ------------------------- */

#sm-res-select {
    display: none;
}

/* -------------------------------------------------------------------------- */

/*	5.	Site Header
/* -------------------------------------------------------------------------- */

/* Skip Link --------------------------------- */

.skip-link a {
    position: absolute;
    top: -3em;
    padding: 0.75em 0.95em;
    background-color: #fff;
    color: #494748;
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-transform: uppercase;
    outline: none;
}

.skip-link a:focus {
    top: 11rem;
    left: 3.5rem;
}

.skip-link a:hover {
    background-color: #bc0d1d;
    color: #fff;
    transition: 0.5s ease-out;
}

/* Flex Row ---------------------------------- */

.site-header {
    background: #fff;
    position: relative;
}

.org-header {
    flex-basis: 100%;
    order: 1;
    width: 100%;
    display: table;
    margin: 2.8rem auto 2.5rem;
    text-align: center;
}

.flex-row {
    flex-basis: 100%;
    order: 3;
    padding: 0.5rem 2rem 2rem;
    font-size: 1.33333333rem;
}

.flex-row a {
    color: #494748;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.flex-row a:hover {
    color: #a91c1f;
}

.preferred-links {
    display: none;
}

.preferred-links a,
#current_links button,
#career_grps button,
#contact_grps button,
#science_grps button {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.language {
    float: right;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #7c7c7c;
    border-radius: 0.5rem;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.language > a {
    color: #fff;
}

.language:hover {
    background-color: #982120;
}

.language > a:hover {
    color: #fff;
}

.search-btn,
.search-employee-btn {
    float: right;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-right: 0.5rem;
    background-color: #808080;
    border-radius: 0.7rem;
    vertical-align: middle;
    text-align: center;
}

.navigate-btn {
    margin-top: 0.2rem;
}
.navigate-btn a {
    line-height: 3rem;
    background-color: #808080;
    border-radius: 0.7rem;
    color: #fff !important;
    padding: 0.2rem 1.2rem;
    font-size: 1.4rem;
    font-family: 'Montserrat-Medium',sans-serif;
}

/* Toggles ----------------------------------- */

#toggle {
    float: left;
    display: block;
    width: 2.5rem;
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#corner-cross {
    width: 1.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 999999;
}

/* Search Form --------------------------------------------- */

.search-form {
    float: left;
    width: 100%;
    display: block;
    margin-top: 1.9rem;
    margin-right: 0;
    border: none;
}

/*.search-form .search-text {
    width: 100%;
}

.search-form .search-text > input[type=text] {
    float: left;
    width: 92%;
    height: 2.5rem;
    background-color: #f0f0f0;
    border: none;
    padding: 0 1rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.4rem;
}

.search-form .search-text > input[type="text"]:-moz-placeholder,
.search-form .search-text > input[type="text"]::-moz-placeholder {
    color: #6a6d6f;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.search-form .search-text > input[type="text"]::-webkit-input-placeholder,
.search-form .search-text > input[type="text"]:-ms-input-placeholder,
.search-form .search-text > input[type="text"]::-ms-input-placehol
der,
.search-form .search-text > input[type="text"]::placeholder,
.search-form .search-text > input[type="text"]:focus {
    color: #6a6d6f;
}

.search-form .search-submit {
    float: left;
    width: 8%;
    height: 2.5rem;
    padding: 0;
    background: no-repeat center center;
    background-image: url(../img/layout/header/icon_find_magnifier.svg);
    background-color: #7c7c7c;
    border: none;
    cursor: pointer;
    outline: none;
}

.search-form .search-submit:hover {
    background-color: #982120;
}

.search-form .search-submit:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}*/

/* Google Search container */
div#___gcse_0 {
    width: 100%;
    height: 2.5rem;
}

div.gsc-control-cse {
    height: 2.5rem;
    padding: 0!important;
    border: 0!important;
    background: transparent!important;
}

table.gsc-search-box {
    margin-top: 0;
    padding-bottom: 2rem!important;
}

/* Input box */
td.gsc-input {
    width: 92%;
    padding: 0!important;
}

div.gsc-input-box {
    height: 2.5rem;
    border: none;
    background-color: #f0f0f0;
    padding: 0 1rem;
    font-family: 'Montserrat-Medium',sans-serif;
    font-size: 1.2rem!important;
}

table#gs_id50 {
    height: 2.5rem;
    margin: 0;
}

td#gs_tti50 {
    padding: 0;
}

input.gsc-input {
    background: none!important;
    font-family: 'Montserrat-Medium',sans-serif;
    font-size: 1.2rem!important;
    color: #6a6d6f;
}

input.gsc-input::placeholder {
    font-size: 1.2rem!important;
    color: #6a6d6f;
}

/* Search button */
td.gsc-search-button {
    width: 8%;
    padding: 0;
    background-color: #7c7c7c;
}

button.gsc-search-button {
    width: 100%;
    height: 2.5rem;
    border: 0;
    background-color: #7c7c7c;
    margin: 0;
    padding: 0;
}

button.gsc-search-button:hover {
    background-color: #982120;
    cursor: pointer;
}

button.gsc-search-button svg {
    display: block;
    position: relative;
    right: 0.2rem;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
}

/* Clear button */
td.gsib_b {
    padding: 0;
}

span#gs_cb50 {
    color: #ddd;
}

span#gs_cb50:hover {
    color: #444;
}

/* Completion container*/
.gstl_50.gssb_c {
    display: none;
    /*top: 18.7rem!important;*/
    z-index: 99999;
}

div.gsq_a td {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.2rem!important;
    color:#000;
}

div.gsq_a td b {
    color:#6a6d6f;
}

table.gsc-completion-container > tbody > tr:last-child {
    display: none;
}

/* Search results */
/* Layer */
div.gsc-results-wrapper-overlay {
    width: 90%!important;
    height: 90%!important;
    left: 5%!important;
}

/* Header */
div.gsc-above-wrapper-area {
    display: none;
}

/* Block */
div.gsc-webResult.gsc-result {
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-color: #9c9e9f;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 25%, rgba(185, 187, 193, 0) 100%) 1;
}

div.gsc-table-cell-snippet-close {
    margin-top: 1rem;
}

/* Title */
div.gsc-result div.gs-title {
    height: 3rem;
    line-height: 3rem;
}

div.gs-webResult.gs-result a.gs-title,
div.gs-webResult.gs-result a.gs-title:link,
div.gs-imageResult a.gs-title:link {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.7rem;
    color: #000!important;
}

/* Link */
div.gs-webResult div.gs-visibleUrl-breadcrumb {
    display: none;
}

/* Image */
div.gs-web-image-box,
div.gs-promotion-image-box {
    width: 13rem;
}

div.gs-web-image-box .gs-image,
div.gs-promotion-image-box .gs-promotion-image {
    max-width: 12rem;
    border: 0;
}

/* Text */
div.gsc-control-cse,
div.gsc-control-cse .gsc-table-result {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.5rem;
    line-height: 2.3rem;
    color: #494748;
}

div.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet b,
div.gs-fileFormatType b,
div.gs-webResult.gs-result a.gs-title:link b,
div.gs-imageResult a.gs-title:link {
    color: #ad161f!important;
}

/* Pagination */
div.gsc-results .gsc-cursor-current-page {
    color: #ad161f!important;
}

/* Footer */
div.gcsc-find-more-on-google > svg.gcsc-find-more-on-google-magnifier {
    fill: #494748;
}

span.gcsc-find-more-on-google-text {
    color: #494748;
}

span.gcsc-find-more-on-google-query {
    color: #ad161f;
}

@media screen and (min-width: 1061px) {
    /* Google Search container */
    div#___gcse_0 {
        width: 27.3rem;
        position: relative;
        bottom: 0.1rem;
    }

    form.gsc-search-box {
        margin-bottom: 0!important;
    }

    table.gsc-search-box {
        margin: 0;
        padding-bottom: 0!important;
    }

    /* Input box */
    td.gsc-input {
        width: auto;
    }

    div.gsc-input-box {
        border-top-left-radius: 0.8rem;
        border-bottom-left-radius: 0.8rem;
    }

    /* Search button */
    td.gsc-search-button {
        width: 2.5rem;
        padding: 0;
        background-color: transparent;
    }

    button.gsc-search-button {
        width: 2.7rem;
        border-top-right-radius: 0.8rem;
        border-bottom-right-radius: 0.8rem;
    }

    /* Completion container*/
    .gstl_50.gssb_c {
        display: block;
        top: 1.2rem!important;
    }

    /* Search results */
    /* Layer */
    div.gsc-results-wrapper-overlay {
        width: 72%!important;
        height: 83.5%!important;
        left: 12%!important;
    }
}

.search-form .sr-only {
    width: 1px;
}

/* -------------------------------------------------------------------------- */

/*	6.	Menus
/* -------------------------------------------------------------------------- */

/* Primary Responsive Menu --------------------------------- */

.navigation-main {
    position: relative;
    background-color: #a91c1f;
    background-image: linear-gradient(to right, #bc0d1d, #972220, #b70919);
    -webkit-box-shadow: 0.495rem 0.495rem 0.5rem 0rem rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 0.495rem 0.495rem 0.5rem 0rem rgba(0, 0, 0, 0.60);
    box-shadow: 0.495rem 0.495rem 0.5rem 0rem rgba(0, 0, 0, 0.60);
    z-index: 10001;
}

/* Smaller resolution (sliding) version */

@media screen and (max-width: 1061px) {
    #popout {
        max-width: 50rem;
        width: 50%;
        min-height: 20rem;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50rem;
        z-index: 999999;
    }

    #popout-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 3.5rem;
        background: #a91c1f;
        color: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .primary-menu {
        padding: 0.5rem 0 0.7rem;
    }

    .primary-menu li {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .primary-menu li:hover,
    .primary-menu li button:hover {
        color: #9c9e9f;
        cursor: pointer;
    }

    .primary-menu li a,
    .primary-menu li button {
        width: 100%;
        display: block;
        padding: 0.7rem 5rem 0.7rem;
        color: #fff;
    }

    .primary-menu li a:hover {
        cursor: pointer;
    }

    .primary-menu li a:focus {
        outline: 0.1rem solid #000;
    }

    .primary-menu #popout-container > li > a {
        text-transform: uppercase;
    }

    .primary-menu ul .menu-item-has-children > button {
        background: transparent;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1.6rem;
        color: #fff;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }

    /* Levels */
    .primary-menu .sub-menu,
    .primary-menu .sub-menu.hide-menu {
        display: none;
    }

    .primary-menu .sub-menu.show-menu {
        display: block;
    }    

    .primary-menu .sub-menu li {
        font-family: 'Montserrat-Regular', sans-serif; /*Safari*/
        font-size: 1.4rem;
    }

    .primary-menu .menu-item-has-children .sub-menu > a {
        padding-left: 6rem;
    }

    .primary-menu .menu-item-has-children .sub-menu a {
        padding-left: 7.2rem;
    }

    .primary-menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu a {
        padding-left: 7rem;
    }

    .primary-menu li.current-menu-item a,
    .primary-menu li.current-menu-parent > a {
        background-color: #97141c;
    }
}

@media screen and (max-width: 600px) {
    #popout {
        width: 80%;
    }

    #popout-container {
        padding-top: 2.75rem;
    }
    
    .primary-menu li a,
    .primary-menu li button {
        padding: 0.7rem 4rem;
    }
}

/* Larger resolution (fixed) version */

@media screen and (min-width: 1001px) {
    .primary-menu {
        width: 100%;
    }

    /* First level */
    .primary-menu li {
        display: block;
    }

    .primary-menu #popout-container > ul > li {
        float: left;
        display: block;
        position: relative;
        line-height: 6rem;
        text-align: center;
    }

    .primary-menu #popout-container > ul > li:nth-of-type(1) {
        width: 6.666126644736843%;
        padding-left: 0;
        text-align: left;
    }

    .primary-menu #popout-container > ul > li:nth-of-type(2) {
        width: 14.479457236842105%;
        text-align: center;
    }

    .primary-menu #popout-container > ul > li:nth-of-type(3) {
        width: 21.690230263157893%;
        text-align: center;
    }

    .primary-menu #popout-container > ul > li:nth-of-type(4) {
        width: 29.02986842105263%;
        text-align: center;
    }

    .primary-menu #popout-container > ul > li:nth-of-type(5) {
        width: 18.598125%;
        text-align: center;
    }

    .primary-menu #popout-container > ul > li:nth-of-type(6) {
        width: 9.536192434210525%;
        padding-right: 0;
        text-align: right;
    }

    .primary-menu .home-icon {
        min-width: 2rem;
        background-image: url('../img/layout/header/icon_home_clr.svg');
        background-repeat: no-repeat;
        background-size: 2rem auto;
        background-position: 0% 50%;
    }

    .primary-menu .home-icon:hover,
    .primary-menu .current-menu-item.home-icon {
        background-image: url('../img/layout/header/icon_home.svg');
        background-position: 0% 50%;
    }

    .primary-menu #popout-container > ul > li > a {
        display: block;
        position: relative;
        padding: 0;
        color: #fff;
        font-size: 1.4rem;
        text-transform: uppercase;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }

    .primary-menu #popout-container > ul > li > a:hover,
    .primary-menu #popout-container > ul > li > button:hover {
        color: #9c9e9f;
    }

    .primary-menu li button:focus,
    .primary-menu li a:focus {
        padding: 0 1rem;
        outline: 0.1rem solid #9c9e9f;
    }

    .primary-menu #popout-container > ul > .home-icon > a {
        font-size: 0;
        color: transparent;
    }

    .primary-menu .menu-item-has-children {
        position: relative;
    }

    .primary-menu ul .menu-item-has-children:hover {
        cursor: pointer;
    }

    .primary-menu ul .menu-item-has-children:hover > a {
        z-index: 9999999;/*999*/
    }

    .primary-menu ul .menu-item-has-children > a:hover,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a::after,
    .primary-menu #popout-container > ul .current-menu-parent > a::after {
        color: #9c9e9f;
    }

    .primary-menu ul .menu-item-has-children > button {
        padding-top: 0.3rem;
        background: transparent;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1.4rem;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }

    .primary-menu ul .menu-item-has-children > button:hover {
        color: #ad161e;
        cursor: pointer;
    }

    /* Second level */
    .primary-menu ul .menu-item-has-children > button:hover > .sub-menu {
        display: block;
    }

    .primary-menu ul li > .sub-menu {
        display: none;
        position: absolute;
        width: 32rem;
        height: auto;
        padding: 1rem 0 1.5rem;
        background: #eff0f0;
        z-index: 99999999;/*999*/
    }

    .primary-menu ul li > .sub-menu li {
        position: relative;
        line-height: 2.8rem;
        text-align: left;
    }

    .primary-menu ul li > .sub-menu li > a {
        display: block;
        position: relative;
        padding: 0 2rem;
        color: #636161;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1.46666667rem;
    }

    .primary-menu ul .sub-menu a:hover {
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu li a:hover {
        background: #a91c1f;
    }

    .primary-menu #popout-container > ul li > .sub-menu .menu-item-has-children:hover > a,
    .primary-menu #popout-container > ul li > .sub-menu .menu-item-has-children:hover > a:after {
        background: #a91c1f;
        color: #fff;
    }

    /* Third level */
    .primary-menu ul li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
        background-color: #c8cacb;
    }

    .primary-menu #popout-container > ul li > .sub-menu .menu-item-has-children:hover > ul {
        display: block;
        position: absolute;
        top: -1rem;
        left: 32rem;
    }

    /* Current items */
    .primary-menu .current-menu-item a,
    .primary-menu .current-menu-parent > a {
        color: #9c9e9f;
    }

    .primary-menu .current-menu-parent > ul .current-menu-item a,
    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a {
        background: #a91c1f;
        color: #fff;
    }
}

@media only screen and (max-width: 1350px) {
    .primary-menu {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

/* Page Menu --------------------------------- */

.page-menu-container {
    display: none;
}

@media only screen and (min-width: 1001px) {
    .page-menu-container {
        display: block;
        float: left;
        width: 33%;
        margin-top: 4.0737rem;
        margin-right: 2%;
        background: #eff0f0;
    }

    .page-menu-title {
        height: 2.9rem;
        padding-right: 1.5rem;
        padding-left: 2.5rem;
        background-color: #972220;
        background: linear-gradient(90deg, rgba(188, 13, 29, 1) 0%, rgba(151, 34, 32, 1) 100%);
        line-height: 2.9rem;
        vertical-align: middle;
        font-family: 'Montserrat-Medium', sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }

    .page-menu {
        padding-top: 1rem;
        padding-bottom: 1.5rem;
    }
    
    .page-menu li {
        padding: 0.5rem 2.5rem;
    }

    .page-menu li a,
    .page-menu li button {
        background: transparent;
        padding: 0;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1.6rem;
        color: #494748;
    }

    .page-menu li.menu-item-has-children a:hover,
    .page-menu li.menu-item-has-children button:hover {
        cursor: pointer;
    }

    .page-menu li.menu-item-has-children > a::after,
    .page-menu li.menu-item-has-children > button::after {
        content: "\25b8";
        font-weight: 700;
        color: #494748;
    }

    .page-menu li.current-menu-parent {
        padding: 0.5rem 0;
    }

    .page-menu li.current-menu-parent a,
    .page-menu li.current-menu-parent button {
        padding: 0.25rem 2.5rem;
    }

    .page-menu li.current-menu-item {
        background-color: #726f6f;
    }

    .page-menu li.current-menu-item a {
        color: #fff;
    }

    .page-menu li.current-menu-item a::before {
        content: "\00bb";
        width: 1.25rem;
        display: inline-block;
    }

    .page-menu .menu-item-has-children > a::after {
        content: "\25b8";
        position: relative;
        left: 0.4rem;
        font-weight: 700;
        color: #fff;
    }

    .page-menu .menu-item-has-children > a.page-menu-shown::after {
        content: "\25be";
    }

    .page-menu ul.sub-menu {
        margin-top: 0.5rem;
    }

    .page-menu ul.sub-menu li a {
        font-size: 1.5rem;
        color: #504e50;
    }

    .page-menu ul.sub-menu li.current-menu-item a {
        color: #fff;
    }


    .page-menu ul.sub-menu li.current-menu-item a::before {
        content: "\00bb";
        width: 1.25rem;
        display: inline-block;
    }
    
    /* Levels */
    .page-menu .sub-menu.show-menu,
    .page-menu .current-menu-parent .sub-menu {
        display: block;
    }

    .page-menu .sub-menu,
    .page-menu .sub-menu.hide-menu {
        display: none;
    }

}

@media only screen and (min-width: 1150px) {
    .page-menu-container {
        width: 28%;
    }
}

/* -------------------------------------------------------------------------- */

/*	7.	Page Template
/* -------------------------------------------------------------------------- */

#home-page {
    margin-bottom: 6rem;
}

.akademia-page {
    margin-bottom: 6rem;
    padding: 0 2rem;
}

.akademia-page-container,
.akademia-full-page-container {
    background-color: #fff;
    padding-bottom: 4rem;
    text-align: left;
    overflow: hidden;
}

.akademia-page-content {
    padding: 1rem 2rem 0;
    line-height: 2.15rem;
    letter-spacing: -0.015em;
    font-size: 1.5rem;
    overflow: auto;
}

.akademia-sub-page-content {
    padding: 1rem 0 0;
    line-height: 2.15rem;
    letter-spacing: -0.015em;
    font-size: 1.5rem;
}

.akademia-page-content a,
.akademia-sub-page-content a {
    color: #ad161f;
}

.akademia-page-content li a,
.akademia-sub-page-content li a {
    color: #494748;
}

.akademia-page-content h1 a,
.akademia-sub-page-content h1 a,
.akademia-page-content h2 a,
.akademia-sub-page-content h2 a,
.akademia-page-content h3 a,
.akademia-sub-page-content h3 a,
.akademia-page-content h4 a,
.akademia-sub-page-content h4 a,
.akademia-page-content h5 a,
.akademia-sub-page-content h5 a,
.akademia-page-content h6 a,
.akademia-sub-page-content h6 a {
    color: #494748;
}

/*.akademia-sub-page-content a.link_btn {
    clear: both;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.6rem 2rem;
    background: radial-gradient(circle, #bc0d1d, #972220);
    border: none;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.akademia-sub-page-content a.link_btn_small {
    position: relative;
    bottom: 0.1rem;
    padding: 0.2rem 1.2rem 0.3rem 1rem;
    background: radial-gradient(circle, #bc0d1d, #972220);
    border: none;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}*/

.akademia-sub-page-content .storin {
    line-height: 2.4rem;
}

@media only screen and (min-width: 600px) {
    .akademia-sub-page-content .storin-counter {
        width: 15%;
    }
}

.akademia-sub-page-content .area-image-left,
.akademia-sub-page-content .area-image-center {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.akademia-page-container .akademia-sub-page-content span.highlight {
    font-weight: bold;
}

.akademia-page-container .akademia-sub-page-content span.highlight span {
    font-size: inherit;
}

.akademia-page-container .akademia-sub-page-content span.highlight-search {
    background-color: #999c9e;
    color: white;
    padding: 0.2rem 0;
    border-radius: 0.3rem;
}

@media only screen and (min-width: 600px) {
    .akademia-sub-page-content .area-image-left {
        float: left;
        width: 45%;
        padding: 1.5rem;
        margin: 1rem 2rem 1rem 0;
        border: 0.2rem solid #ad161e;
    }

    .akademia-sub-page-content .area-image-center {
        width: 65%;
        padding: 1.5rem;
        margin: 2rem 0;
        border: 0.2rem solid #ad161e;
    }
}

/* Notes ------------------------------------- */

.note {
    margin-top: 4rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
    color: #494748;
}

/* Titles ------------------------------------ */

.standard-title {
    margin-top: 2.8rem;
    margin-bottom: 1.6rem;
    line-height: 2.8rem;
    font-size: 2.1rem;
    color: #403c3d;
    text-align: left;
}

.standard-title-emphasized {
    position: relative;
    margin-top: 2.8rem;
    margin-bottom: 1.6rem;
    padding-left: 2rem;
    line-height: 2.8rem;
    font-size: 2.1rem;
    color: #403c3d;
    text-align: left;
}

.standard-title-emphasized:before {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 0.8rem;
    left: 0.3rem;
    background-color: #ce0e1c;
    background-repeat: no-repeat;
    background-position: left center;
    content: '\2022';
    text-indent: -999999px;
}

.intranet-standard-title {
    margin-bottom: 1rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 2.1rem;
    color: #494748;
    line-height: 2.6rem;
    text-align: left;
    text-transform: uppercase;
}

/* Double Arrow ------------------------------ */

.double-arrow {
    padding: 0 0.8rem;
    position: relative;
    bottom: 2px;    
}

/* Lines ------------------------------------- */

.single-line {
    margin-bottom: 3rem;
    padding-top: 3rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #494748;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 35%, rgba(73, 71, 72, 0.2) 50%, rgba(73, 71, 72, 0) 65%) 1;
}

.single-line-less-room {
    margin-bottom: 1.2rem;
    padding-top: 1.6rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #494748;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 35%, rgba(73, 71, 72, 0.2) 50%, rgba(73, 71, 72, 0) 65%) 1;
}

.intranet-sm-line {
    display: block;
}

@media screen and (min-width: 1000px) {
    .intranet-sm-line {
        display: none;
    }
}

/* Dot Leaders ------------------------------- */

ul.dot-leaders {
    /*max-width: 40em;*/
    padding: 0;
    overflow-x: hidden;
    list-style: none;
    font-size: 1.5rem;
}

ul.dot-leaders {
    line-height: 2.8rem;
}
    
ul.dot-leaders li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content: "...................................................................................................................................................................................................................................................................";
    color: #9c9e9f;
    font-family: 'Montserrat-Light', sans-serif;
}

ul.dot-leaders  span:first-child {
    padding-right: 0.33em;
    background: #fcfcfc;
}
    
ul.dot-leaders span + span {
    float: right;
    padding-left: 0.33em;
    background: #fcfcfc;
}

/* Lists ------------------------------------- */

.standard-list-emphasized {
    margin-bottom: 2.7rem;
    margin-left: 2rem;
}

.standard-list li,
.standard-list-emphasized li,
.news-single-body ul li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2.5rem;
    vertical-align: middle;
    text-align: left;
}

.standard-list li li,
.standard-list-emphasized li li,
.news-single-body ul li li {
    margin-top: 1rem;
}

.standard-list li::before,
.standard-list-emphasized li::before,
.news-single-body ul li::before {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.65rem;
    left: 0.3rem;
    background-color: #9c9e9f;
    background-repeat: no-repeat;
    background-position: left center;
    content: '\2022';
    text-indent: -999999px;
}

.standard-list-emphasized.default-ol li {
    padding-left: 1rem;
}

.standard-list-emphasized.default-ol li::before {
    display: none;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    content: '';
}

.standard-list li,
.standard-list-emphasized li,
.news-single-body ul li,
.standard-list li > a,
.standard-list-emphasized li > a,
.news-single-body ul li > a {
    line-height: 1.9rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.5rem;
    color: #494748;
}

.standard-list li > a:hover,
.standard-list-emphasized li > a:hover,
.news-single-body ul li > a:hover {
    color: #ad161e;
}

.standard-list-text {
    padding-right: 2rem;
    padding-left: 2rem;
}

/* Cont public list */
.cont-public-float {
    float: left;
    width: 70%;
}

.cont-public a {
    font-family: Montserrat-Medium;
}

.cont-public a:hover {
    color: #ad161e !important;
}

@media screen and (max-width: 600px) {
    .cont-public {
        padding-bottom: 1rem;
    }
    .cont-public-float {
        width: 100% !important;
    }
}

/* Elvys List -------------------------------- */

.elvys-list {
    margin-bottom: 2.7rem;
    margin-left: 1.7rem;
}

.elvys-list li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2.3rem;
    vertical-align: middle;
    text-align: left;
}

.elvys-list li::before,
.elvys-list li.top-level::before {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.65rem;
    left: 0.3rem;
    background-color: #ad161e;
    background-repeat: no-repeat;
    background-position: left center;
    content: '\2022';
    text-indent: -999999px;
}

.elvys-list li.top-level::before {
    background-color: #494748;
}

.elvys-list li.sub-level {
    margin-left: 2.1rem;
    font-size: 1.45rem;
}

.elvys-list li a {
    color: #6a6d6f;
}

.elvys-list li a:hover {
    color: #ad161f;
}

@media only screen and (min-width: 1001px) {
    .standard-title-emphasized:before {
        top: 1rem;
    }
}

@media only screen and (min-width: 1001px) {
    .standard-list li::before,
    .standard-list-emphasized li::before,
    .news-single-body ul li::before {
        top: 0.75rem;
    }

    .standard-list li,
    .standard-list-emphasized li,
    .news-single-body ul li,
    .standard-list li > a,
    .standard-list-emphasized li > a,
    .news-single-body ul li > a {
        line-height: 2.2rem;
        font-size: 1.6rem;
    }

    .standard-list-emphasized.search-service-hints li {
        font-size: 1.4rem;
    }

    .standard-list-emphasized.search-service-hints li::before {
        width: 0.7rem;
        height: 0.7rem;
    }
}

/* Lists Items Before ------------------------ */

.arrow-down-silver {
    width: 1.2rem;
    height: auto;
    margin-right: 1rem;
}

/* Collapsible List -------------------------- */

.collapsible {
    display: block;
    width: 100%;
    background-color: transparent;
    font-family: 'Montserrat-Regular', sans-serif;
    cursor: pointer;
    outline: none;
}

.active,
.collapsible:hover {
    color: #000;
    transition-duration: 0.5s;
}

.collapsible_div {
    width: 100%;
    max-height: 0;
    margin-top: 0.2rem;
    padding-left: 2rem;
    line-height: 1.7rem;
    font-size: 1.3rem;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

/* List Pagination ---------------------------- */

.list-pagination-wrapper {
    width: 100%;
    padding-top: 2rem;
}

.list-pagination {
    width: 12.8rem;
    margin: 0 auto;
    overflow: auto;
}

.list-pagination-back,
.list-pagination-next {
    float: left;
    position: relative;
    top: 1rem;
}

.list-pagination .inactive {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.list-pagination-sites {
    float: left;
    margin: 0 1.2rem;
    font-size: 1.6rem;
    text-align: center;
}

.list-pagination-sites .current-site {
    color: #ad161e;
}

.list-pagination-sites .sum-sites {
    color: #b9bbc1;
}

.list-pagination-back img.start,
.list-pagination-next img.end {
    width: 1rem;
    height: auto;
}

.list-pagination-back img.back,
.list-pagination-next img.next {
    width: 1.3rem;
    height: auto;
}

/* Back button ------------------------------- */

.back-button {
    text-transform: uppercase; 
    text-align: center;
}

.back-button a {
    color: #494748;
    border: 1px solid #515151;
    padding: 0.6rem 1.5rem;
    border-radius: 6px;
    font-size: 1.5rem;
}

.back-button a:hover {
    color: #ad161f;
    border: 1px solid #ad161f;
}

/* Links ------------------------------------- */

.standard-link {
    position: relative;
    padding-left: 2.5rem;
}

.standard-link::before {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    top: 0.75rem;
    left: 0.3rem;
    background-color: #9c9e9f;
    background-repeat: no-repeat;
    background-position: left center;
    content: '\2022';
    text-indent: -999999px;
}

.intranet-back-link a {
    font-size: 1.5rem;
    color: #000;
}

.intranet-back-link a:hover {
    color: #ad161e;
}

.intranet-inst-name {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: #000;
}

.intranet-actualization-date {
    font-size: 1.5rem;
    color: #9c9e9f;
}

.intranet-edit-buttons {
    width: 11%;
}

.intranet-platforms {
    width: 1.8rem;
    position: relative;
    bottom: 0.2rem;
}

/* Images ------------------------------------ */

.block-img {
    display: block;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.15);
}

.inline-img {
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.15);
}

/* Images Tooltip ---------------------------- */

a.img-tooltip {
    overflow: auto;
}

a.img-tooltip:hover {
    position: relative;
}

a.img-tooltip[data-title]:hover:after {
    content: attr(data-title);
    position: absolute;
    top: 12rem;
    left: 16rem;
    padding: 0.4rem 1.2rem;
    background: #eff0f0;
    font-size: 1.1rem;
    color: #494748;
    white-space: nowrap;
    z-index: 2;
}

/* Table List -------------------------------- */

.table-list {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin: 0;
}

.table-list th {
    background: #e7e7eb;
    border: none;
    padding: 0.7rem;
}

.table-list th,
.table-list th a {
    font-family: 'Montserrat-Medium', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    color: #222;
}

.table-list th:first-of-type {
    padding-left: 1.4rem;
}

.table-list tr {
    border: 0 !important;
}

.table-list tr:last-child td {
    border: 0;
}

.table-list td {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 0.1rem solid #e2e3e4;
    padding-top: 0.8rem;
    padding-right: 1.2rem;
    padding-bottom: 0.8rem;
    padding-left: 0.7rem;
    line-height: 2rem;
    vertical-align: top;
    font-family: 'OpenSans-Regular', sans-serif;
}

.table-list.bordered td {
    border-right: 0.1rem solid #e2e3e4;
    border-left: 0.1rem solid #e2e3e4;
    border-bottom: 0.1rem solid #e2e3e4;
}

.table-list.bordered-all td {
    border-top: 0.1rem solid #e2e3e4;
    border-right: 0.1rem solid #e2e3e4;
    border-left: 0.1rem solid #e2e3e4;
    border-bottom: 0.1rem solid #e2e3e4;
}

@media only screen and (min-width: 600px) {
    .table-list td:first-of-type {
        padding-left: 1.4rem;
    }
}   

.table-list td a {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.table-list td.ts_phone a {
    color: #494748;
}

.table-list td.ts_phone a:hover {
    color: #ad161f;
}

.table-list td.org-name-detached {
    padding-top: 3.3rem;
    border-bottom: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 2.1rem;
    color: #97141c;
    text-align: center;
    text-transform: uppercase;
}

/* Members List ------------------------------ */

.group-members {
    clear: both;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.3rem;
    overflow: auto;
}

.group-member-name,
.group-member-name a {
    line-height: 2.6rem;
    font-size: 1.5rem;
    color: #212021;
    text-align: left;
}

.group-member-name a:hover {
    color: #ad161f;
}

.group-member-job {
    padding-bottom: 1rem;
    line-height: 2.6rem;
    font-size: 1.4rem;
    color: #807e7f;
    text-align: left;
}

@media only screen and (min-width: 600px) {
    .group-member-name {
        float: left;
        width: 50%;
    }

    .group-member-name a {
        width: 100%;
    }

    .group-member-job {
        float: left;
        width: 50%;
        padding-bottom: 0;
        /*padding-left: 0;*/
    }
}

/* Form Container ---------------------------- */
/* Old - change for new form-container class */

.form_container {
    margin-top: 2rem;
    padding: 1.5rem 1.5rem 1rem;
    background-color: #e6e8ea;
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: left;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.form_container .col-25 {
    float: left;
    width: 25%;
    margin-top: 0.6rem;
}

.form_container .col-33 {
    float: left;
    width: 33%;
    margin-top: 0.3rem;
}

.form_container .col-50 {
    float: left;
    width: 50%;
    margin-top: 0.6rem;
}

.form_container .col-67 {
    float: left;
    width: 67%;
    margin-top: 0.6rem;
}

.form_container .col-75 {
    float: left;
    width: 75%;
    margin-top: 0.6rem;
}

.form_container .col-100 {
    float: left;
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 0;
}

.form_container .in-row-col-28 {
    float: left;
    width: 28%;
    margin-right: 1rem;
}

.form_container .row {
    margin-bottom: 1rem;
}

.form_container .row:after {
    clear: both;
    display: table;
    content: "";
}

.form_container .input_note {
    clear: both;
    margin: 0.8rem 0 0;
    line-height: 1.9rem;
    font-size: 1.3rem;
}

.form_container .note {
    clear: both;
    margin: 0.8rem 0 0;
    line-height: 2.2rem;
    font-size: 1.3rem;
}

.form_container input[type=text],
.form_container input[type=email],
.form_container input[type=search],
.form_container input[type=password],
.form_container select,
.form_container textarea {
    width: 100%;
    padding: 0.9rem 0.6rem 0.6rem;
    background: none;
    background-color: #fff;
    border: 0;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.4rem;
    color: #494748;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
}

.form_container input[type=file] {
    padding-top: 1rem;
}

.form_container .file-upload-btn {
    display: inline-block;
    background: #fff;
    border: 0.1rem solid #bbb;
    padding: 0.6rem 1.2rem;
    cursor: pointer;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.form_container input[type=text]:placeholder-shown {
    color: #b9bbc1;
}

.form_container input[type=checkbox] {
    margin-top: 1rem;
    transform: scale(1.4);
}

.form_container input[type=radio],
.form-container input[type=radio] {
    position: relative;
    top: 0.2rem;
    margin-top: 1.5rem;
    margin-right: 1rem;
    border: 0.1rem solid #ccc;
    font-size: 1.3rem;
    transform: scale(1.4);
}

.form_container select.inline {
    width: auto;
}

.form_container label {
    display: inline-block;
    padding: 0.9rem 0.6rem 0.6rem 0;
    color: #403c3d;
}

.form_container label.small_row {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
}

.form_container .not_input {
    display: inline-block;
    padding: 1.2rem 1.2rem 1.2rem 0;
    font-size: 1.4rem;
}

.form_container input[type=submit],
.form_container input[type=reset],
.form_container a.hide_form {
    clear: both;
    display: inline-block;
    background-color: #ad161e;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 0.8rem 3rem;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
}

.form_container input[type=submit].delete,
.form_container a.hide_form.delete {
    background-color: #bb7f7f;
}

.form_container input[type=button] {
    clear: both;
    display: inline-block;
    background-color: #aaa;
    color: #fff;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    padding: 0.6rem 1.4rem;
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
    font-size: 1.3rem;
    text-align: center;
}

.form_container input[type=reset] {
    background-color: #aaa;
}

.form_container a.hide_form {
    margin-left: 1rem;
    padding: 0.5rem 3rem;
    background-color: #aaa;
}

.form_container input[type=submit]:hover {
    background-color: #ad161e;
    color: #fff;
}

.form_container input[type=submit].delete:hover {
    background-color: #ad161e;
    color: #fff;
}

.form_container a.hide_form:hover,
.form_container input[type=button]:hover {
    background-color: #ad161e;
}

.form_container ul li {
    margin-bottom: 1rem;
}

.form_container img.help {
    border: none;
    margin: 1rem 0;
    font-size: 1.3rem;
}

.form_container#sf {
    width: 100%;
    margin-top: 0.5rem;
    padding: 2.4rem 0;
    overflow: auto;
}

.form_container .search_service_label {
    float: right;
    width: 10.6rem;
    height: 2.8rem;
    margin-right: 2.9rem;
    background-color: #6a6d6f;
    color: #fff;
    border: none;
    border-radius: 0.4rem;
    line-height: 2.8rem;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.form_container .search_service_name input {
    height: 2.8rem;
}

.form_container .search_service_submit input[type=submit] {
    width: 10.6rem;
    height: 2.8rem !important;
    margin-top: 0;
    margin-left: 2.9rem;
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-size: 1.4rem !important;
}

.form_container .search_service_submit input[type=submit]:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.form_container input[type=text].one_line_text,
.form_container input[type=search].one_line_text {
    display: inline;
    width: 55%;
}

.form_container input[type=submit].one_line_submit {
    display: inline;
    width: 35%;
    margin: 0.5rem 0 1rem 1rem;
}

.form_container input[type=text]:focus,
.form_container input[type=password]:focus,
.form_container input[type=radio]:focus,
.form_container input[type=checkbox]:focus,
.form_container input[type=email]:focus,
.form_container input[type=search]:focus,
.form_container input[type=button]:focus,
.form_container input[type=submit]:focus,
.form_container input[type=reset]:focus,
.form_container select:focus,
.form_container textarea:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

@media only screen and (min-width: 850px) {
    .form_container .newsletter {
        text-align: left !important;
    }

    .form_container .newsletter input {
        width: 90%;
    }

    .form_container input[type=text],
    .form_container input[type=email],
    .form_container input[type=search],
    .form_container input[type=password],
    .form_container select,
    .form_container textarea {
        font-size: 1.5rem;
    }
}

.form_success_alert {
    width: 100%;
    box-sizing: border-box;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #def0d8;
    border: 0.1rem solid #d9ead3;
    color: #3b7348;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.form_fail_alert {
    width: 100%;
    box-sizing: border-box;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #f2dedf;
    border: 0.1rem solid #f3dcdf;
    color: #a24549;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.form_info_alert {
    width: 100%;
    box-sizing: border-box;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: #d1ecf1;
    border: 0.1rem solid #c8e8ee;
    color: #0c6890;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

a.form-link-list-btn {
    display: block;
    width: 70%;
    box-sizing: border-box;
    margin: 2rem auto;
    padding: 0.6rem 3rem 0.4rem;
    background-color: #fff;
    border: 0.1rem solid #b9bbc1;
    color: #707175;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    border-radius: 0.6rem;
}

a.form-link-list-btn:hover {
    border: 0.1rem solid #ad161e;
    color: #494748;
}

/* Periodicity */
.form_container #periodicity {
    display: none;
}

.form_container #non-periodicity {
    display: none;
}

@media screen and (max-width: 800px) {
    .form_container .col-25,
    .form_container .col-33,
    .form_container .col-50,
    .form_container .col-67,
    .form_container input[type=submit],
    .form_container input[type=reset] {
      width: 100%;
    }

    .form_container input[type=submit],
    .form_container input[type=reset] {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }

    .form_container a.hide_form {
      width: 100%;
      margin-top: 1rem;
      margin-right: 0;
      margin-left: 0;
      padding-right: 0;
      padding-left: 0;
    }

    .form_container input[type=checkbox] {
      margin-top: 0;
      transform: scale(1.2);
    }

    .form_container label {
      padding: 1.2rem 0 0 0;
    }

    .form_container label.label_title {
      padding: 1.2rem 0;
    }

    .form_container ul {
      margin-top: 1rem;
    }

    .form_container .search_service_label {
        float: none;
        width: 70%;
        margin: 0 auto;
    }

    .form_container .search_service_name {
        width: 100%;
    }

    .form_container .search_service_name input {
        display: block;
        width: 70%;
        margin: 1rem auto 0;
    }
    
    .form_container .search_service_name input[placeholder] {
        text-align: center;
    }

    .form_container .search_service_submit {
        width: 100%;
    }

    .form_container .search_service_submit input[type=submit] {
        display: block;
        width: 70% !important;
        margin: 1rem auto 0;
    }

    .form_container input[type=text].one_line_text,
    .form_container input[type=search].one_line_text {
      display: block;
      width: 100%;
    }

    .form_container input[type=submit].one_line_submit {
      display: block;
      width: 100%;
      margin: 2rem 0 0;
    }

    .form_container .search_checkbox1 {
      margin-top: 2rem;
    }

    .form_container .search_checkbox2 {
      margin-top: 1rem;
    }

    #intranet_access tr td:nth-child(4) {
      display: none;
    }
    .send_pass {
      width: 90%;
    }
}

/* Form Container ---------------------------- */

.form-container {
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: left;
}

.form-container .col-25 {
    float: left;
    width: 25%;
    margin-top: 0.6rem;
}

.form-container .col-33 {
    float: left;
    width: 33%;
    margin-top: 0.6rem;
}

.form-container .col-50 {
    float: left;
    width: 50%;
    margin-top: 0.6rem;
}

.form-container .col-67 {
    float: left;
    width: 67%;
    margin-top: 0.6rem;
}

.form-container .col-75 {
    float: left;
    width: 75%;
    margin-top: 0.6rem;
}

.form-container .col-100 {
    float: left;
    width: 100%;
    margin-top: 0.6rem;
    margin-bottom: 0;
}

.form-container .in-row-col-28 {
    float: left;
    width: 28%;
    margin-right: 1rem;
}

.form-container .row {
    margin-bottom: 1rem;
}

.form-container .row:after {
    clear: both;
    display: table;
    content: "";
}

.form_container#login input[type=submit],
.form_container#sf input[type=submit],
.form-container input[type=text],
.form-container input[type=number],
.form-container input[type=email],
.form-container input[type=tel],
.form-container input[type=search],
.form-container input[type=password],
.form-container input[type=file],
.form-container select,
.form-container textarea {
    width: 100%;
    height: 4rem;
    padding: 0.4rem 0.6rem;
    background: #ad161e;
    border: 0;
    box-sizing: border-box;
    resize: vertical;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    outline: none;
}

.form_container#login input[type=submit],
.form_container#sf input[type=submit] {
    width: auto;
    padding: 0 2rem;
    text-transform: uppercase;
}

.form_container#login input[type=submit]:focus,
.form_container#sf input[type=submit]:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.form-container label {
    display: inline-block;
    padding: 0 1rem 0 0;
    line-height: 1.7rem;
    font-size: 1.3rem;
}

.form-container .checkbox-container {
    width: 100%;
    margin: 2rem 0;
    overflow: hidden;
}

.form-container .checkbox-container input[type=checkbox] {
    float: left;
}

.form-container .checkbox-container div {
    margin: 0 0 0 3rem;
    overflow: hidden;
}

.form-container .input-note {
    clear: both;
    margin: 0.8rem 0 0;
    line-height: 1.9rem;
    font-size: 1.3rem;
}

.form-container .note {
    clear: both;
    margin: 0.8rem 0 0;
    line-height: 2.2rem;
    font-size: 1.3rem;
}

@media only screen and (min-width: 850px) {
    .form-container label {
        padding: 1.2rem 1.2rem 1.2rem 0;
        line-height: 1.9rem;
        font-size: 1.5rem;
    }
}

.form-container input[type=submit],
.form-container input[type=reset],
.form-container a.hide_form {
    clear: both;
    display: inline-block;
    height: 3.8rem;
    background-color: #ad161e;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 0.4rem 1.2rem;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.5rem;
    text-align: center;
    outline: none;
}

.form-container input[type=submit],
.form-container input[type=reset] {
    font-family: 'Montserrat-Regular', sans-serif;
    text-transform: uppercase;
}

.form-container input[type=button] {
    clear: both;
    display: inline-block;
    background-color: #aaa;
    color: #fff;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem;
    padding: 0.6rem 1.4rem;
    border: none;
    border-radius: 0.3rem;
    cursor: pointer;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.5rem;
    text-align: center;
}

/* Light Color Elements */

.form-container input.input-box-light,
.form-container textarea.textarea-box-light {
    background-color: #eff0f0;
    color: #494748;
}

.form_container#login {
    width: 88%;
    margin: 0 auto;
    padding: 0 5rem;
    background-color: #ededed;
}

.form-login-note {
    margin-top: 4rem;
    text-align: center;
    line-height: 1.9rem;
    font-size: 1.5rem;
}

@media only screen and (min-width: 800px) {
    .form_container#login {
        width: 100%;
        padding: 0;
    }

    .form_container#login input[type=text],
    .form_container#login input[type=email],
    .form_container#login input[type=password] {
        width: 90%;
    }

    .form_container label {
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 1000px) {
    .form_container label {
        padding-left: 6rem;
    }
}

.form-container#newsletter {
    width: 60%;
    margin: 0 auto;
}

/* OMS Form */
/* Calls Form */

.form-container #call-form .col-67 .select-box-light,
.form-container #oms_form-form .col-67 .select-box-light {
    line-height: inherit;
}

.form-container #call-form .col-67 .select-box-light#submission_date,
.form-container #oms_form-form .col-67 .select-box-light#submission_date {
    display: inline-block;
    width: 13rem;
    margin-right: 2rem;
}

.form-container #call-form .select-box-light#select-box-smaller-1,
.form-container #oms_form-form .select-box-light#select-box-smaller-1 {
    width: 14rem;
}

.form-container #call-form .select-box-light#select-box-smaller-2,
.form-container #oms_form-form .select-box-light#select-box-smaller-2 {
    width: 11rem;
}

.form-container #call-form .select-box-light#select-box-smaller-1 select,
.form-container #call-form .select-box-light#select-box-smaller-2 select,
.form-container #oms_form-form .select-box-light#select-box-smaller-1 select,
.form-container #oms_form-form .select-box-light#select-box-smaller-2 select {
    background-color: #fff;
}

.form-container #call-form .select-box-light#select-box-smaller-1::after,
.form-container #call-form .select-box-light#select-box-smaller-2::after,
.form-container #oms_form-form .select-box-light#select-box-smaller-1::after,
.form-container #oms_form-form .select-box-light#select-box-smaller-2::after {
    background-color: #fff;
}

.form-container #call-form .textarea-box-light.textarea-box-smaller,
.form-container #oms_form-form .textarea-box-light.textarea-box-smaller {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    text-align: left;
    font-size: 1.2rem;
    vertical-align: top;
    overflow: hidden;
    resize: none;
}

.form-container #call-form textarea,
.form-container #oms_form-form textarea {
    height: auto;
}

/* Note Container */

.note-container {
    padding: 2rem;
    background-color: #e6e8ea;
    text-align: center;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

/* Select Boxes ------------------------------ */

/* Custom Select ----------------------------- */

.select-box,
.select-box-light {
    display: flex;
    width: 16.5rem;
    position: relative;
    line-height: 2.5;
    overflow: hidden;
}

.select-box-light {
    background: #fff;
}

/*for mvts*/
.select-box::after,
.select-box-light::after {
    content: '';
    width: 3.5rem;
    height: 4rem;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b2b1b1;
    background-image: url('../img/layout/main/arrow_red.svg');
    background-size: 1.5rem 2rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: #ad161e;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.select-box-light::after {
    background-color: #eff0f0;
    color: #ad161e;
}

.select-box:hover::after,
.select-box-light:hover::after {
    color: #960a11;
}

.select-box select,
.select-box-light select {
    flex: 1;
    border: 0;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-box-light select {
    background: #eff0f0;
    color: #494847;
}

.select-box select[multiple] ::after,
.select-box-light select[multiple] ::after {
    content: none;
}

.select-box select::-ms-expand,
.select-box-light select::-ms-expand {
    display: none;
}

/* Select Pure (adding tags to news) -------- */

.select-pure__select {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    min-height: 4.4rem;
    position: relative;
    padding: 0.5rem 1rem;
    background: #f9f9f8;
    border: 0.1rem solid rgba(0, 0, 0, 0.15);
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.6rem;
    color: #363b3e;
    cursor: pointer;
    transition: 0.2s;
}

.select-pure__options {
    display: none;
    width: 100%;
    max-height: 221px;
    position: absolute;
    top: 5rem;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    overflow-y: scroll;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    height: 4.4rem;
    padding: 1rem;
    background: #fff;
    border-bottom: 0.1rem solid #e4e4e4;
    box-sizing: border-box;
    line-height: 2.5rem;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.3rem 0.7rem;
    background: #5e6264;
    border-radius: 0.4rem;
    color: #fff;
    cursor: initial;
}

.select-pure__selected-label:last-of-type {
    margin-right: 0;
}

.select-pure__selected-label i {
    display: inline-block;
    margin-left: 0.7rem;
    cursor: pointer;
}

.select-pure__selected-label i:hover {
    color: #e4e4e4;
}

.select-pure__autocomplete {
    width: 100%;
    padding: 1rem;
    background: #f9f9f8;
    border-top: none;
    border-right: none;
    border-bottom: 0.1rem solid #e4e4e4;
    border-left: none;
    box-sizing: border-box;
    font-size: 1.6rem;
    outline: none;
}

/* Special -----------------------------------*/
.proposal-id {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.4rem 0.8rem;
    border-radius: 0.3rem;
    background-color: #888;
    color: #fff;
}

/* Alerts ------------------------------------ */

.no-results {
    padding: 2rem 0 !important;
    border-bottom: 0 !important;
    font-size: 1.7rem;
    color: #ad161e;
    text-align: center;
    text-transform: uppercase;
}

/*
 * Specific parts/sites ----------------------
 */
 
/* News@homepage ----------------------------- */

/* Latest News */

.news-newest {
    width: 100%;
    margin-top: 1.3rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.news-newest .news-img {
    width: 100%;
    height: auto;
    max-height: 39rem;
    overflow: hidden;
}

.news-newest .news-img img {
    width: 100%;
}

.news-img a:focus img {
    border: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.news-new-tag {
    display: inline-block;
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.8rem;
    background-color: #d32427;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.005rem;
    color: #fff;
}

.news-meta {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.2rem;
}

.news-newest .news-meta {
    margin-top: 1.4rem;
    margin-bottom: 1rem;
}

.news-meta .news-date {
    padding-right: 0.2rem;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 2rem;
    color: #ad161f;
}

.news-meta .news-tags {
    display: inline;
}

.news-meta .news-tags a {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #6a6d6e;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.news-meta .news-tags a:hover {
    color: #ad161f;
}

.news-newest .news-text {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #474948;
}

@media only screen and (min-width: 750px) {
    .news-newest {
        width: 50%;
        float: left;
        margin-top: 0.8rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .news-newest .news-img {
        width: 100%;
        height: auto;
        max-height: 39rem;
        overflow: hidden;
    }

    .news-new-tag {
        display: inline-block;
        width: 8rem;
        height: 2rem;
        line-height: 2rem;
        margin-top: 2rem;
        margin-bottom: 1.8rem;
        background-color: #d32427;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        font-family: 'OpenSans-Regular', sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        letter-spacing: 0.005rem;
        color: #fff;
    }

    .news-meta {
        font-family: 'Montserrat-Light', sans-serif;
        font-size: 1.2rem;
    }

    .news-newest .news-meta {
        margin-top: 1.4rem;
        margin-bottom: 1rem;
    }

    .news-meta .news-date {
        padding-right: 0.2rem;
        font-family: 'Montserrat-Medium', sans-serif;
        color: #ad161f;
    }

    .news-meta .news-tags {
        display: none;
    }

    .news-newest .news-text {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .news-newest .news-text {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .news-newest {
        width: 50%;
        float: left;
        margin-top: 1.3rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .news-newest .news-img {
        width: 100%;
        height: auto;
        max-height: 39rem;
        overflow: hidden;
    }

    .news-new-tag {
        display: inline-block;
        width: 11.1rem;
        height: 2.4rem;
        line-height: 2.4rem;
        margin-top: 3.2rem;
        margin-bottom: 2.9rem;
        background-color: #d32427;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        font-family: 'OpenSans-Regular', sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 0.005rem;
        color: #fff;
    }

    .news-meta {
        font-family: 'Montserrat-Light', sans-serif;
        font-size: 1.2rem;
    }

    .news-newest .news-meta {
        margin-top: 1.8rem;
        margin-bottom: 1.4rem;
    }

    .news-meta .news-date {
        padding-right: 0.5rem;
        font-family: 'Montserrat-Medium', sans-serif;
        color: #ad161f;
    }

    .news-meta .news-tags {
        display: inline;
    }

    .news-meta .news-tags a {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
        font-family: 'Montserrat-Regular', sans-serif;
        color: #6a6d6e;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        display: block;
        line-height: 2.3rem;
        font-size: 1.5rem;
        font-weight: 400;
        color: #474948;
    }
}

/* Other News List */
.news-other-list {
    width: 100%;
    margin-top: 2rem;
}

.news-other {
    clear: both;
    margin-right: 2rem;
    margin-bottom: 0;
    margin-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    border-top: 0.1rem solid #9c9e9f;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 30%, rgba(185, 187, 193, 0) 100%) 1;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-other::-webkit-scrollbar {
    display: none;
}

.news-other .news-img {
    float: left;
    width: 33%;
    max-width: 26rem;
    height: auto;
    max-height: 15rem;
    position: relative;
    overflow: hidden;
}

.news-other .news-meta {
    margin-bottom: 0.8rem;
}

.news-other .news-text-block {
    width: 67%;
    float: left;
    position: relative;
    bottom: 0.3rem;
    padding-left: 1rem;
}

.news-other .news-text {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    color: #474948;
}

.news-other .news-more a {
    display: none;
}

@media only screen and (max-width: 630px) {
    .news-other .news-text {
        display: none;
    }
}

@media only screen and (min-width: 750px) {
    .news-other-list {
        float: left;
        width: 50%;
        margin-top: 0.8rem;
    }

    .news-other {
        clear: both;
        margin-bottom: 2.2rem;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 1.3rem;
        border-top: 0;
        border-image: none;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .news-other::-webkit-scrollbar {
        display: none;
    }

    .news-other .news-img {
        float: left;
        width: 33%;
        max-width: 26rem;
        height: auto;
        max-height: 15rem;
        position: relative;
        overflow: hidden;
    }

    .news-other .news-meta {
        margin-bottom: 0.8rem;
    }

    .news-other .news-meta .news-tags {
        display: none;
    }

    .news-other .news-text-block {
        width: 63%;
        float: left;
        position: relative;
        bottom: 0.3rem;
        padding-left: 1rem;
    }

    .news-other .news-text {
        display: none;
    }

    .news-other .news-more a {
        display: none;
    }
}

@media only screen and (min-width: 1200px) {
    .news-other .news-meta .news-tags {
        display: inline;
    }

    .news-other .news-text {
        display: block;
        line-height: 1.8rem;
        font-size: 1.2rem;
    }
}

@media only screen and (min-width: 801px) {
    h3.events {
        margin-top: 0;
        border: 0;
        text-transform: none;
        text-align: left;
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 2.9rem;
        font-weight: 300;
        color: #717071;
    }
}

@media only screen and (min-width: 751px) {
    h3.news-other-title {
        line-height: 2.2rem;
    }
    h3.news-newest-title > a,
    h3.news-other-title > a {
        font-size: 1.7rem;
        line-height: 2.5rem;
    }
}

@media only screen and (min-width: 1201px) {
    h3.news-other-title {
        margin-bottom: 1.3rem;
        line-height: 2rem;
        vertical-align: top;
    }

    h3.news-newest-title > a,
    h3.news-other-title > a {
        border: 0;
        font-family: 'Montserrat-Regular', sans-serif;
        font-weight: 400;
        text-transform: none;
    }

    h3.news-newest-title > a {
        font-size: 2.3rem;
        color: #000;
        line-height: 3.1rem;
    }

    h3.news-other-title > a {
        margin-bottom: 0;
        font-size: 1.7rem;
        color: #000;
    }

    h3.events {
        margin-top: 0;
        border: 0;
        text-transform: none;
        text-align: left;
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 2.9rem;
        font-weight: 300;
        color: #717071;
    }

    .news-other-list {
        width: 50%;
        float: left;
        margin-top: 1.3rem;
    }

    .news-other {
        clear: both;
        margin-bottom: 2.3rem;
        padding-left: 1.3rem;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .news-other::-webkit-scrollbar {
        display: none;
    }

    .news-other .news-img {
        float: left;
        width: 45%;
        max-width: 26rem;
        height: auto;
        max-height: 15rem;
        position: relative;
        overflow: hidden;
    }

    .news-other .news-meta {
        margin-bottom: 1.1rem;
    }

    .news-other .news-meta .news-tags {
        display: inline;
    }

    .news-other .news-text-block {
        width: 55%;
        float: left;
        position: relative;
        bottom: 0.3rem;
        padding-left: 2rem;
    }

    .news-other .news-text {
        line-height: 2.2rem;
        font-size: 1.4rem;
        font-weight: 400;
        color: #474948;
    }

    .news-other .news-more a {
        display: none;
    }
}

/* News Read All Button */
.news_read_all {
    clear: both;
    float: none;
    padding-top: 3rem;
    padding-bottom: 5rem;
    text-align: center;
}

.news_read_all a {
    display: inline-block;
    padding: 0.45rem 1.5rem;
    background-color: #dbdada;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 400;
    color: #494748;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.news_read_all a:hover {
    background-color: #ac171e;
    color: #fff;
}

.news_read_all a .raquo {
    font-size: 1.8rem;
    margin-left: 0.3rem;
}

.intranet-news-read-all {
    clear: both;
    float: none;
    text-align: left;
}

.intranet-news-read-all a {
    display: inline-block;
    padding: 0.45rem 2.5rem;
    background-color: #e6e8ea;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 500;
    color: #494748;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.intranet-news-read-all a:hover {
    background-color: #ac171e;
    color: #fff;
}

@media only screen and (min-width: 800px) {
    .news_read_all {
        padding-top: 4rem;
        padding-bottom: 6rem;
    }

    .news_read_all a {
        padding: 0.9rem 2rem;
        font-size: 1.35rem;
    }

    .news_read_all a .raquo {
        font-size: 1.9rem;
    }
}

@media only screen and (min-width: 1200px) {
    .news_read_all {
        padding-top: 4.7rem;
        padding-bottom: 7rem;
    }

    .news_read_all a {
        padding: 1rem 2rem;
        font-size: 1.5rem;
    }

    .news_read_all a .raquo {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .conf_read_all {
        padding-bottom: 0;
    }
}

/* Contracts Button */

@media only screen and (min-width: 600px) {
    .contracts_button {
        float: left;
        width: 30%;
        margin-right: 5%;
    }
    
    .contracts_button_nomarg {
        float: left;
        width: 30%;
    }
}

.contracts_button a,
.contracts_button_nomarg a {
    width: 100%;
    margin-bottom: 2rem;
}

.contracts_button_text {
    line-height: 9.7rem;
    background-color: #726f6f;
    color: white;
    height: 10rem;
    font-size: 1.4rem;
    text-align: center;
    border-radius: 0.4rem;
}

.contracts_button_text span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.9rem;
}

/* Departments@structure --------------------- */

.department_no {
    width: 2.5rem;
    height: 2.2rem;
    position: relative;
    bottom: 0.6rem;
    margin-right: 0.75rem;
    padding: 0.1rem 1rem 0.2rem;
    background-color: #ad161e;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.4rem;
    color: #fff;
}

@media only screen and (min-width: 800px) {
    .department_no {
        width: 3.2rem;
        height: 2.9rem;
        bottom: 0.7rem;
        margin-right: 1.25rem;
        font-size: 2rem;
    }
}

.departments-list {
    margin-left: 4.4rem;
}

/* P SAS@samospravne organy ------------------ */

.psas-intro {
    margin-bottom: 7rem;
}

.psas-div {
    margin-bottom: 3.2rem;
    text-align: center;
}

.psas-name {
    margin-top: 0.2rem;
    line-height: 1.8rem;
}

.psas-name > a {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.8rem;
    color: #000;
}

.psas-name > a:hover {
    color: #ad161f;
}

.psas-email {
    margin-top: 0.1rem;
    margin-bottom: 2.5rem;
    line-height: 1.7rem;
}

.psas-email > a {
    display: block;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.5rem;
    color: #9c9e9f;
}

.psas-email > a:hover {
    color: #ad161e;
}

/* SC SAS@samospravne organy ----------------- */

.vr-chairman {
    overflow: auto;
}

.vr-chairman-img {
}

.vr-chairman-info {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

@media only screen and (min-width: 600px) {
    .vr-chairman-img {
        float: left;
        padding-bottom: 3rem;
    }

    .vr-chairman-info {
        float: left;
        position: relative;
        top: 11.9rem;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 2rem;
    }
}

.vr-chairman-info-name a {
    font-size: 1.8rem;
    color: #000;
}

.vr-chairman-info-job {
    font-size: 1.5rem;
    color: #ad161e;
    text-transform: uppercase;
}

/* Calendar@conferences -------------------- */

.calendar-date {
    margin-top: 0.3rem;
    margin-bottom: 2.3rem;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.8rem;
    color: #ad161e;
    text-align: center;
}

.calendar-date-control {
    position: relative;
    bottom: 0.1rem;
}

.calendar-heading {
    margin-bottom: 0;
    font-size: 1.8rem;
    color: #717071;
    text-align: center;
    text-transform: uppercase;
}

/* News@services-news ------------------------ */

/* Search Form ------------------------------- */

.search-form-news {
    display: block;
    /*width: 43.5rem;*/
    border: none;
}

.search-form-news input[type="text"],
.search-form-news select {
    float: left;
    height: 3.4rem;
    width: 20rem;
    padding: 0 1rem;
    background-color: #eff0f0;
    border: none;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.4rem;
}

.search-form-news select {
    width: 28rem;
    margin-left: 1rem;
}

@media only screen and (max-width: 599px) {
    .search-form-news input[type="text"] {
        margin-bottom: 1rem;
    }
    .search-form-news select {
        margin-left: 0;
        width: 20rem;
        clear: both;
    }
}

@media only screen and (min-width: 600px) {
    .search-form-news input[type="text"] {
        width: 28rem;
    }
}

.search-form-news input[type="text"]:-moz-placeholder,
.search-form-news input[type="text"]::-moz-placeholder {
    color: #6a6d6f;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.search-form-news input[type="text"]::-webkit-input-placeholder,
.search-form-news input[type="text"]:-ms-input-placeholder,
.search-form-news input[type="text"]::-ms-input-placeholder,
.search-form-news input[type="text"]::placeholder,
.search-form-news input[type="text"]:focus {
    color: #494748;
}

.search-form-news .search-submit-news {
    float: left;
    width: 3.4rem;
    height: 3.4rem;
    padding: 0;
    background: no-repeat center center;
    background-color: #7c7c7c;
    background-image: url(../img/layout/header/icon_find_magnifier.svg);
    border: none;
    outline: none;
    cursor: pointer;
}

.search-form-news .search-submit-news:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.search-form-news .sr-only {
    width: 1px;
}

.search-form-news .remove-filter-btn {
    float: left;
    display: inline-block;
    width: 9rem;
    height: 3.4rem;
    margin-left: 1.1rem;
    padding: 0 1rem;
    background-color: #7c7c7c;
    border: none;
    line-height: 3.4rem;
    vertical-align: middle;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    white-space: normal;
    outline: none;
}

.search-form-news .remove-filter-btn:hover {
    background-color: #a4161e;
}

.search-form-news .remove-filter-btn:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.search-form-rule {
    clear: both;
    padding-top: 0.2rem;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 1.3rem;
    color: #6a6d6e;
    
}

/* News List --------------------------------- */

.news-site-list {
    margin-top: 3.2rem;
}

.news-site-list-row {
    clear: both;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #9c9e9f;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 50%, rgba(185, 187, 193, 0) 100%) 1;
    overflow: auto;
}

.news-site-list-img {
    width: 100%;
}

.news-site-list-img img.block-img {
    margin: 0 auto;
    border: 0.4rem solid #fff;
    max-width: 100%;
}

.news-site-list-info {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.news-site-list-tags {
    margin-bottom: 1rem;
    text-align: center;
}

.news-site-tag {
    margin-right: 0.9rem;
}

.news-site-tag a {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    line-height: 1rem;
    vertical-align: middle;
    font-family: 'OpenSans-Semibold', sans-serif;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.015em;
    text-align: center;
    text-transform: uppercase;
}

.news-site-tag.first,
.news-site-tag.second,
.news-site-tag.third,
.news-site-tag.fourth {
    background-color: #bbbdbe;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.news-site-tag.first:hover,
.news-site-tag.second:hover,
.news-site-tag.third:hover,
.news-site-tag.fourth:hover {
    background-color: #ce0e1c;
}

.news-site-list-date {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.1rem;
    color: #ad161e;
}

.intranet-news-site-list-date {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.1rem;
    color: #ad161e;
}

.news-site-list-seen {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.1rem;
    color: #6a6d6e;
}

/* Media section */
@media only screen and (min-width: 600px) {
    .news-site-list-img {
        float: left;
        width: auto;
    }
    
    .news-site-list-img img.block-img {
        max-width: 208px;
    }

    .news-site-list-info {
        width: auto;
        margin-top: 0;
        padding-left: 3.5rem;
        text-align: left;
        overflow: auto;
    }

    .news-site-list-tags {
        text-align: left;
    }
}

@media only screen and (min-width: 1200px) {
    .news-site-list-img {
        float: left;
    }

    .news-site-list-info {
        padding-left: 2rem;
    }
}

@media only screen and (min-width: 800px) {
    .news-site-list-tags {
        margin-bottom: 1.7rem;
    }

    .news-site-tag a {
        position: relative;
        bottom: 0.1rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        line-height: 1.2rem;
        vertical-align: middle;
        font-family: 'OpenSans-Semibold', sans-serif;
        font-size: 1.2rem;
        color: #fff;
        letter-spacing: 0.015em;
        text-align: center;
        text-transform: uppercase;
    }

    .news-site-list-date {
        font-size: 1.4rem;
    }

    .intranet-news-site-list-date {
        font-size: 1.5rem;
    }

    .news-site-list-seen {
        font-size: 1.4rem;
    }
}

/* Single news -------------------------------- */

.news-single-title-img {
    width: 100%;
    height: auto;
    max-height: 40rem;
    margin-bottom: 3rem;
    overflow: hidden;
}

.news-single-title-img img {
    width: 100%;
    height: auto;
}

.news-single-date {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
}

.news-single-seen {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #6a6d6e;
}

/* Media section */
@media only screen and (min-width: 800px) {
    .news-single-title-img {
        position: relative;
        overflow: hidden;
        height: 35rem;
        margin-bottom: 3rem;
    }

    .news-single-title-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

/* News Gallery ------------------------------- */

.news-gallery {
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0,0,0,0.25);
}

/* Related news ------------------------------- */

.news-related-list-row {
    clear: both;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #9c9e9f;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 50%, rgba(185, 187, 193, 0) 100%) 1;
    overflow: auto;
}

.news-related-list-img {
    float: left;
}

.news-related-list-img img.block-img {
    width: 12rem;
    height: auto;
    border: 0;
}

.news-related-list-info {
    padding-left: 2rem;
    color: #000;
    overflow: auto;
}

/* CKEditor */

.news-single-body,
.news-single-body span,
.news-single-body div,
.news-single-body p,
.news-single-body b {
    line-height: 2.5rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.7rem !important;
    text-align: left !important;
    color: #494748;
}

.news-single-body b {
    font-family: 'Montserrat-Medium', sans-serif;
}

.news-single-body a {
    font-family: 'Montserrat-Medium', sans-serif;
    color: #ad161e;
}

.news-single-attach {
    width: 100%;
    margin-top: 3rem;
    font-size: 1.2rem;
    text-align: center;
}

/* Others (not news)@services-news ----------- */

/* List -------------------------------------- */

.other-site-list-row {
    clear: both;
    margin-bottom: 1.1rem;
    padding-bottom: 0.9rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #9c9e9f;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.3) 0%, rgba(185, 187, 193, 0.3) 50%, rgba(185, 187, 193, 0) 100%) 1;
    overflow: auto;
}

.other-site-list-date {
    overflow: hidden;
}

.other-site-list-date .day {
    float: left;
    width: 5.8rem;
    margin-right: 0.75rem;
    padding: 0.6rem 0.3rem;
    background-color: #bc0c1d;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.other-site-list-date .day_after {
    float: left;
}

.other-site-list-date .month {
    padding-top: 0.1rem;
    line-height: 0.9rem;
    font-size: 1rem;
    color: #000;
    text-transform: uppercase;
}

.other-site-list-date .year {
    line-height: 3rem;
    vertical-align: bottom;
    font-size: 2rem;
    color: #000;
}

.other-site-list-info {
    margin-top: 0.5rem;
}

.other-site-list-seen {
    line-height: 1.4rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.3rem;
    color: #ad161f;
}

/* Journals@publications --------------------- */

.alphabet-letter {
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 3rem;
    color: #d32427;
    text-transform: uppercase;
}

.journal-issue-count {
    position: relative;
    bottom: 0.2rem;
    padding: 0.2rem 1rem;
    background-color: #e1e2e2;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    color: #494748;
}

/* Alphabet list@intranet --------------------- */

.alpha-letter {
    font-size: 3rem;
    color: #ad161f;
    padding-top: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 0.1rem solid #9c9e9f;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 50%, rgba(185, 187, 193, 0) 100%) 1;
}

.alpha-list {
    float: left;
    margin-right: 3rem;
    margin-bottom: 1rem;
}  

.alpha-list a {
    font-size: 2rem;
    color: #717071;
}

@media only screen and (max-width: 650px) {
    .alpha-list {
        margin-right: 2.5rem;
    }  
    .alpha-list a {
        font-size: 1.8rem;
    }
}

.alpha-list a:hover {
    color: #ad161f;
}

/* Organization site@ins-org-ins ------------- */

.org-site-logo {
    margin-top: 1.8rem;
    margin-bottom: 3.8rem;
    text-align: center;
}

.org-site-logo img {
    width: 12.1rem;
    height: auto;
}

.org-site-logo {
    margin-top: 1.8rem;
    margin-bottom: 3.8rem;
    font-size: 2rem;
    text-align: center;
}

.org-site-address {
    line-height: 2rem;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.6rem;
    color: #646567;
}

.org-site-phone {
    font-family: 'Montserrat-Regular', sans-serif;
    text-align: center;
    color: #494748;
}

.org-site-phone a {
    color: #494748;
}

.org-person-text {
    clear: both;
    padding-top: 2.0rem;
    line-height: 1.8rem;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.4rem;
    color: #646567;
}

/*.org-site-research-title {
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 2rem;
    font-size: 1.6rem;
    color: #7b7c7e;
}

.org-site-research {
    line-height: 1.8rem;
    font-family: 'Montserrat-Light', sans-serif;
    color: #646567;
}

.org-site-orcid {
    font-family: 'Montserrat-Light', sans-serif;
    color: #000;
}*/

.org-gps {
    margin-top: 0.3rem;
}

.org-gps,
.org-gps a {
    line-height: 2.2rem;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.8rem;
    color: #6a6d6e;
}

.org-gps a:hover {
    color: #ad161e;
}

.org-url a {
    font-family: 'Montserrat-Light', sans-serif;
    color: #ad161e;
}

.org-email a {
    font-family: 'Montserrat-Light', sans-serif;
    color: #646567;
}

.org-email a:hover {
    color: #ad161e;
}

.org-person-name a {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.6rem;
    color: #000;
}

.org-person-name a:hover {
    color: #ad161e;
}

.org-person-email a {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.5rem;
    color: #6a6d6e;
}

.org-person-email a:hover {
    color: #ad161f;
}

.org-person-phone,
.org-person-fax {
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.5rem;
    color: #6a6d6e;
}

.org-person-phone a {
    color: #9c9e9f;
}

.org-person-phone a:hover {
    color: #ad161e;
}

.org-branch-address {
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 2.0rem;
    font-size: 1.6rem;
    color: #6a6d6e;
}

.org-branch-head-position {
    margin-top: 0.5rem;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 1.4rem;
    color: #646567;
    text-transform: uppercase;
}

.org-branch-head-name a {
    font-size: 1.5rem;
    font-family: 'Montserrat-Light', sans-serif;
    color: #000;
}

.org-branch-head-name a:hover {
    color: #ad161f;
}

@media only screen and (min-width: 1000px) {
    .org-site-address {
        line-height: 2.4rem;
        font-size: 2rem;
    }
    
    .org-person-text {
        line-height: 2.2rem;
        font-size: 2rem;
    }
    
    .org-site-research-title {
        line-height: 2.4rem;
        font-size: 2rem;
    }
    
    .org-site-research {
        line-height: 2.2rem;
        margin-bottom: 0.4rem;
    }

    .org-person-name a {
        font-size: 1.9rem;
    }

    .org-branch-head-name a {
        font-size: 1.8rem;
    }
}

/* Publications@ins-org-ins ------------- */

.citation-text {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    color: #ad161e;
}

.citation-test {
    padding: 0.2rem;
    border: 0.1rem solid #494847;
}

#citation-table {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #9c9e9f;
}

#citation-table td {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5rem;
    font-family: 'OpenSans-Regular', sans-serif;
    font-size: 1.2rem;
    vertical-align: top;
}

#citation-table tr > td:nth-of-type(1) {
    width: 5%;
}

#citation-table tr > td:nth-of-type(2) {
    width: 95%;
}

/* Monography@ins-org-ins --------------- */

.monography_institute_list {
    float: none;
    clear: both;
    width: 100%;
    height: 195px;
    padding-top: 3rem;
}

.monography_institute_list:nth-of-type(1) {
    padding-top: 0;
}

.monography_institute_list_left {
    float: left;
    width: 13rem;
    text-align: left;
}

.monography_institute_list_left img {
    width: 12rem;
    height: 16.8rem;
}

.monography_institute_list_right {
    float: left;
    width: calc(100% - 13rem);
}

.monography_institute_list_right .title {
    display: inline-block;
}

/* Contracts@org info site ------------------- */

.contracts-back {
    position: relative;
    right: 1.3rem;
    margin-top: 4rem;
    font-size: 1.5rem;
    text-transform: uppercase;
}

/* User profile@user-org-user ------------------------- */
.user-profile {
    clear: both;
    overflow: hidden;
}

.user-profile h2 {
  color: #494748;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2.1rem;
}

.user-profile h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-transform: uppercase;
  font-family: 'Montserrat-Medium', sans-serif;
}

.user-profile-emeritus {
  color: #646567;
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
  font-size: 1.8rem;
  font-family: 'Montserrat-Medium', sans-serif;
}

.user-profile-text {
    clear: both;
    padding-top: 2.0rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
    color: #646567;
}

.user-profile-research {
    line-height: 1.8rem;
    color: #646567;
}

.user-profile-platforms img {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    margin-right: 1rem;
    width: 2.4rem;
}

.user-image {
    text-align: left;
}

.user-image img {
    max-width: 20rem;
    height: 20rem;
    width: auto;
    border: 0.3rem solid #fff;
    text-align: center;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
}

.user-image img.no-shadow {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.user-info {
    margin-top: 3rem;
}

.user-info address {
    font-family: 'Montserrat-Regular', sans-serif;
}

.user-info .dark-red {
    font-family: 'Montserrat-Medium', sans-serif;
}

.user-info .inst_name {
    margin-left: 1.3rem;
}

.user-info .inst_name a {
    color: #000;
}

.user-info .inst_org_name {
    color: #000;
    margin-left: 2.9rem;
    line-height: 2rem;
}

.user-info .padding {
    padding-top: 0.5rem;
}

.user-info .street,
.user-info .city,
.user-info .country {
    color: #646567;
    margin-left: 2.9rem;
    line-height: 2rem;
}

.user-info .phone {
    color: #646567;
    margin-left: 1.7rem;
}

.user-info .mail {
    color: #646567;
    margin-left: 1.1rem;
}

.user-info .mail a,
.user-info .web a,
.user-info .phone a {
    color: #646567;
}

.user-info .mail a:hover,
.user-info .web a:hover,
.user-info .phone a:hover,
.user-info .inst_name a:hover {
    color: #ad161e;
}

.user-info .web {
    margin-left: 1.0rem;
}

.user-info .web a {
    color: #000;
}

.user-info .url {
    margin-top: 2rem;
}

.user-info .url a {
    color: #646567;
}

.orcid_id {
    width: 1.5rem;
    position: relative;
    bottom: 0.1rem;
}

@media only screen and (min-width: 750px) {
    .user-image {
        float: left;
        overflow: auto;
    }

    .user-image img {
        margin: 0 1.5rem 1.5rem 0;
        border: 0.3rem solid #fff;
        overflow: auto;
    }

    .user-info {
        float: left;
        width: calc(100% - 24.5rem);
        margin-top: 0;
        margin-left: 3rem;
    }
    
    .user-profile h2 {
      font-size: 2.4rem;
    }
    
    .user-profile h3 {
      font-size: 1.8rem;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .user-info {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1000px) {
    .user-profile-text {
        line-height: 2.2rem;
        font-size: 1.6rem;
    }
    
    .user-profile-research {
        line-height: 2.2rem;
        margin-bottom: 0.4rem;
    }
}

/* Phd Topic@education ----------------------- */

.phd-topic:not(:first-of-type) {
    margin-top: 5rem;
}

/* Gallery@activity -------------------------- */

.photo-gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.photo-gallery .column {
    flex: 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 0.4rem;
}

.photo-gallery .column img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 16rem;
    margin-top: 0.8rem;
    vertical-align: middle;
}

@media screen and (max-width: 650px) {
    .photo-gallery .column {
        flex: 100%;
        max-width: 100%;
    }

    .photo-gallery .column img {
        max-height: none;
    }
}

/* Ktt Offer@activity ------------------------ */

.ktt-offer {
    margin-left: 2.3rem;
    line-height: 3rem;
}

.ktt-offer img {
    width: 3rem;
    height: auto;
    margin-right: 1rem;
    vertical-align: middle;
}

.ktt-offer a {
    vertical-align: middle;
}

/* List@journals ----------------------------- */
/* List@monography --------------------------- */

.monography_list {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.monography_list_title {
    margin-top: 2rem;
}

.monography_list a {
    line-height: 2.3rem;
    font-size: 2rem;
    color: #000;
}

.monography_list a:hover {
    color: #ad161f;
}

.monography_list_item {
    margin-left: 2.3rem;
}

.monography_list_item a,
.monography_list_sub_item a {
    line-height: 2.3rem;
    font-size: 1.7rem;
    color: #000;
}

.monography_list_sub_item {
    margin-left: 4.6rem;
}

.monography_newest_list {
    display: none;
}

.journal-newest {
    display: none;
}

@media only screen and (min-width: 800px) {
    .journal-newest {
        display: block;
    }

    .monography_newest_list {
        display: block;
        float: left;
        width: 33.33333333%;
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding-right: 3rem;
    }
}

/* Monography response page -------------------- */

.monography_profile_header {
    padding-bottom: 1rem;
    overflow: auto;
}

.monography_profile_header_left img {
    width: 19rem;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.25);
}

.monography_profile_header_right {
    margin-top: 3rem;
}

.monography_profile_authors {
    font-size: 1.7rem;
    color: #000;
}

h2.monography_profile_title {
    margin-top: 1rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 2.6rem;
    line-height: 3.4rem;
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
    color: #434142;
}

.monography_profile_publish_date {
    font-size: 1.2rem;
}

.monography_profile_header_right a.link_btn,
.monography_profile_content a.link_btn,
.akademia-sub-page-content a.link_btn {
    clear: both;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.6rem 2rem;
    background: none;
    border: 0.1rem solid #434142;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.5rem;
    color: #434142;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.monography_profile_header_right a.link_btn:hover,
.monography_profile_content a.link_btn:hover,
.akademia-sub-page-content a.link_btn:hover {
    border-color: #ad161f;
    color: #ad161f;
}

.monography_profile_header_right select {
    clear: both;
    display: inline-block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.6rem 2rem;
    background: none;
    border: 0.1rem solid #434142;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.5rem;
    color: #434142;
    text-align: center;
    cursor: pointer;
    width: 47.5%;
}

.monography_profile_header_right a.link_btn.fulltext_btn {
    width: 47.5%;
}

.monography_profile_content a.link_btn_small {
    clear: both;
    display: inline-block;
    padding: 0 1.2rem 0 1rem;
    background: none;
    border: 0.1rem solid #434142;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.2rem;
    color: #434142;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.monography_profile_content a.link_btn_small:hover {
    border-color: #ad161f;
    color: #ad161f;
}

.monography_how_to_cite {
    margin-bottom: 1rem;
}

.monography_how_to_cite div {
    margin-left: 2rem;
}

.monography_how_to_cite::before {
    content: "";
    display: block;
    float: left;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
    background:#ad161f;
}

@media only screen and (min-width: 600px) {
    .monography_profile_header_left {
        float: left;
        width: 22rem;
    }

    .monography_profile_header_right {
        float: right;
        width: calc(100% - 22rem);
        margin-top: 0;
    }
}

/* Publication cover --------------------------- */

.publication_cover img {
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.75);
    box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.75);
}

.publication_title_info {
    width: 18rem;
    margin-top: 1rem;
    color: #403c3d;
    text-align: left;
}

.publication_title_info a {
    color: #494748;
}

.publication_title_info a:hover {
    color: #ad161e;
}

/* Accreditation ------------------------- */
ul.accreditation li {
  color: #9c9e9f;
}

ul.accreditation li a {
  color: #717071;
}

ul.accreditation li a.accreditation-institute {
  font-family: 'Montserrat-Medium', sans-serif;
  color: #494748;
}

ul.accreditation li a.accreditation-institute:hover {
  color: #ad161f;
}

/* Profiles@contacts ------------------------- */

.contact-profile {
    clear: both;
    overflow: hidden;
}

.contact-image {
    text-align: left;
}

.contact-image img {
    border: 0.3rem solid #fff;
    text-align: center;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
    box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
}

.contact-image img.logo {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contact-info {
    margin-top: 3rem;
}

.contact-info .inst_name {
    font-family: 'Montserrat-Regular', sans-serif;
    margin-left: 1.3rem;
    color: #000;
}

.contact-info .inst_name a {
    color: #494748;
    font-weight: 500;
}

.contact-info address {
    font-family: 'Montserrat-Regular', sans-serif;
}

.contact-info .dark-red {
    font-family: 'Montserrat-Medium', sans-serif;
}

.contact-info .street,
.contact-info .city,
.contact-info .country {
    margin-left: 2.9rem;
    line-height: 2rem;
}

.contact-info .phone {
    margin-left: 1.7rem;
    font-family: 'Montserrat-Regular', sans-serif;
}

.contact-info .mail {
    margin-left: 1.1rem;
}

.contact-info .mail a,
.contact-info .web a,
.contact-info .phone a {
    color: #6a6d6f;
    font-family: 'Montserrat-Regular', sans-serif;
}

.contact-info .mail a:hover,
.contact-info .web a:hover,
.contact-info .phone a:hover,
.contact-info .inst_name a:hover {
    color: #ad161e;
}

.contact-info .web {
    margin-left: 1.0rem;
}

.contact-info .url {
    margin-top: 2rem;
}

.contact-info .url a {
    color: #ad161f;
    font-family: 'Montserrat-Light', sans-serif;
}

.active-phone a:hover {
    color: #ad161e !important;
}

@media only screen and (min-width: 750px) {
    .contact-image {
        float: left;
        overflow: auto;
    }

    .contact-image img {
        width: 20rem;
        height: auto;
        margin: 0 1.5rem 1.5rem 0;
        border: 0.3rem solid #fff;
        overflow: auto;
    }

    .contact-info {
        float: left;
        width: calc(100% - 24.5rem);
        margin-top: 0;
        margin-left: 3rem;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1150px) {
    .contact-image img {
        border: 0.3rem solid #fff;
        text-align: center;
        -webkit-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
        box-shadow: 0.7rem 0.7rem 0.7rem 0rem rgba(0, 0, 0, 0.15);
    }

    .contact-image img.logo {
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .contact-info {
        margin-top: 3rem;
        margin-left: 0;
    }
}

/* Elvys List@intranet ----------------------- */

.elvys_list_ar {
    position: relative;
    left: 2rem;
    list-style-position: outside;
}

.elvys_list_ar li {
    margin-top: 0.4rem;
}

/* Elvys Menu@intranet ----------------------- */

.menu-elvys {
    clear: both;
    width: 100%;
    margin: 2rem 0 2.5rem;
    font-size: 1.3rem;
    font-weight: 400;
    overflow: auto;
}

.menu-elvys div {
    float: left;
    width: 32.5%;
    margin-top: 1rem;
    padding-top: 0.2rem;
    background-color: #e6e8ea;
    line-height: 3rem;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
}

.menu-elvys div:nth-of-type(3n+2) {
    margin-right: 1.25%;
    margin-left: 1.25%;
}

.menu-elvys div a {
    display: block;
    padding: 0.3rem 0;
    color: #494748;
    font-size: 1.6rem;
}

.menu-elvys div.active {
    float: left;
    width: 32.5%;
    background-color: #ad161e;
    line-height: 3rem;
    vertical-align: middle;
    text-align: center;
}

.menu-elvys div.active a {
    color: #fff;
}

.menu-elvys .admin_bg {
    background-color: #494748;
}

.menu-elvys .admin_bg a {
    color: #fff;
}

/* Mobile */
@media screen and (min-width: 581px) and (max-width: 1200px) {
    .menu-elvys div a {
        line-height: 1.9rem;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 580px) {
    .menu-elvys div a {
        line-height: 1.7rem;
        font-size: 1.1rem;
    }
}

.menu_elvys_under {
    clear: left;
    padding-top: 0.5rem;
    text-align: center;
}

.menu_elvys_under span {
    color: #9c210d;
}

.table-list-lines {
    border-collapse: collapse;
    border: 0.1rem solid #bfc1c1;
}

.table-list-lines td {
    padding: 0.4rem 1rem;
    border: 0.1rem solid #bfc1c1;
    vertical-align: middle;
    text-align: left;
}

a.submit_like {
    display: inline-block;
    background-color: #bc0d1d;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1rem;
    padding: 1.2rem 2rem;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 1.3rem;
    text-align: center;
}

a.submit_like.bg-gray {
    background-color: #6e6a6b;
}

a.submit_like.bg-gray:hover {
    background-color: #bc0d1d !important;
}

/* Pagination */
.pagination {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.pagination a {
    padding: 0 0.4rem;
    font-size: 1.1em;
    color: #717071;
}

.pagination a:hover {
    color: #ad161e;
}

.pagination a.active {
    color: #ad161e;
}

.news_tag {
    background: #5e6264;
    border-radius: 0.4rem;
    color: #fff;
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.3rem 0.7rem;
}

.news_tag a {
    font-size: 0.9em;
    color: #fff;
}

.news_tag a img {
    position: relative;
    top: 0.2rem;
    height: 1.2rem;
}

.border_dotted_bottom,
.border_solid_bottom {
    margin: 0.5rem 0;
    border-bottom: 0.1rem solid #d7d5d5;
}

.border-none {
    border: 0 !important;
}

/* Other Elvys Styles@intranet --------------- */
/* Change these old styles */

.elvys_edit { /* deprecated table */
    background-color: #f7f3ee;
    border: 0.1rem solid #f1e5d7;
}

.elvys_edit td {
    padding: 0.4rem;
}

.elvys_edit .submit_input {
    background-color: #faf8f6;
    padding: 0.3rem 0.5rem 0.1rem 0;
    text-align: center;
}

.elvys_title {
    float: left;
    width: 50%;
}

.elvys_title_2 {
    float: left;
    width: 50%;
    margin-top: 0.9rem;
}

.elvys_action {
    background-color: #ebdddb;
}

.elvys_action td {
    padding-left: 0.5rem;
}

.cw-title {
    text-align: right;
    background: #d3d3d3;
}

.cw-title2 {
    text-align: right;
    background: #e4e4e4;
}

div.educ {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

a.educlink {
  margin-left: 1.5rem;
}

.line {
    clear: both;
    border-bottom: 0.1rem solid #ccc;
    width: 99%;
}

.line-table {
    border-bottom: 0.1rem solid #ccc;
    padding: 0;
}

/* Elvys_last_forms styles */
.lfe_error {
    background-color: #f2dedf !important;
}

.lfe_error_captcha {
    background-color: #f2dedf !important;
    padding: 0.6rem 0.6rem 0.4rem;
    width: 31.4rem;
}

.lfe_alert {
    text-align: center;
    font-style: italic;
    padding: 0.5rem 0;
}

.lfe_title {
    font-size: 1.4rem;
    text-align: center;
    background-color: #e9ca84;
    padding: 0.5rem 0;
    clear: both;
    color: #402f05;
}

.lfe_select_year {
    text-align: center;
    background-color: #f3f3f3;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    clear: both;
}

.lfe_select_year select {
    margin-left: 0.5rem;
}

.lfe_header_name {
    color: #000079;
    font-family: Tahoma, Sans, Verdana;
    font-size: 1.2rem;
    font-weight: 500;
    clear: right;
}

.lfe_header_links {
    height: 2rem;
    margin-top: 0.2rem;
}

.lfe_header_links a {
    display: block;
    color: #004e00;
    border: 0.1rem solid #008800;
    background-color: #edfaec;
    padding: 0.2rem 0.5rem;
    float: right;
    margin-left: 0.2rem;
}

.lfe_header_links img {
    margin-right: 0.5rem;
}

.lfe_form {
    width: 100%;
    background-color: #e6f0f7;
    border: 0.2rem solid #d6e9f5;
    padding: 0.7rem;
}

.lfe_form_submit {
    text-align: right;
    padding-top: 0.7rem;
}

.lfe_user_list {
    margin: 0.2rem 0;
}

.lfe_position {
    position: relative;
    bottom: 13rem;
}

.gray {
    font-size: 1.2rem;
    text-align: left;
}

table.vt_news textarea {
  width: 80%;
}

/* News done */
.news_done_header {
    margin: 8rem 0 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #def0d8;
    font-size: 1.5rem;
    color: #3b7348;
}

/* In process */
.in_process_header {
    margin: 2rem 0 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #d1ecf1;
    font-size: 1.5rem;
    color: #0c6890;
}

.news_done_title,
.in_process_title {
    padding: 0.5rem 1.5rem;
    background-color: #eee;
    font-size: 1.4rem;
}

.news_done_content,
.in_process_content {
    padding: 0.5rem 1.5rem 0;
    font-size: 1.2rem;
}

.news_done_date_to,
.in_process_date_to {
    padding: 0.4rem 1.5rem 1.5rem;
    font-size: 1.2rem;
    color: #888;
}

/* Suggestions */
.suggestions {
    margin-top: 4rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
}

/* Select Box@journal volume --------------- */

#select-journal-volume.select-box-light {
    width: 28rem;
}

/* Select Box@publications year ------------ */

#select-publication-year.select-box {
    width: 22rem;
}

/* Select Box@publications category -------- */

#select-publication-category.select-box-light {
    width: 90%;
}

/* Select Box@offer type ------------------- */

#select-offer-type.select-box {
    width: 16.5rem;
}

/* Select Box@offer institute -------------- */

#select-offer-institute.select-box {
    max-width: 32rem;
}

#select-annual-org {
    width: 16.5rem;
}

/* Table Lists ----------------------------- */

/* Table List@conferences ------------------ */

#conferences-table.table-list td.type {
    width: 6%;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    text-align: center;
}

#conferences-table.table-list td.title {
    width: 40%;
    font-size: 1.4rem;
}

#conferences-table.table-list td.title a {
    color: #494748;
}

#conferences-table.table-list td.title a:hover {
    color: #ad161e;
}

#conferences-table.table-list td.place {
    width: 28%;
    font-size: 1.4rem;
    color: #717071;
}

#conferences-table.table-list td.date_from,
#conferences-table.table-list td.date_to {
    width: 13%;
    font-size: 1.4rem;
    color: #717071;
}

#conferences-table.table-list td.title a:hover {
    color: #ad161e;
}

/* Table List@commissions ------------------ */

#commissions-table.table-list td.date {
    width: 13%;
    color: #7b7c7e;
}

#commissions-table.table-list td.stars {
    width: 6%;
    text-align: center;
}

#commissions-table.table-list td.lock {
    background: url('/img/layout/intranet/lock.svg') no-repeat;
    background-size: 45%;
    background-position: center 0.8rem;
}

#commissions-table.table-list td.doc {
    width: 81%;
    vertical-align: middle;
    color: #000;
}

#commissions-table.table-list td.doc a {
    color: #494748;
}

#commissions-table.table-list td.doc a:hover {
    color: #ad161e;
}

/* Table List@worker search list ------------------ */

#worker-search-table.table-list th {
    background-color: #ecedec;
    color: #7b7c7e;
    font-size: 1.7rem;
}

#worker-search-table.table-list td.title {
    padding-left: 1.4rem;
    font-size: 1.4rem;
    color: #7b7c7e;
    vertical-align: middle;
}

#worker-search-table.table-list td.name {
    padding-left: 0.8rem;
}

#worker-search-table.table-list td.name .surname a {
    color: #ad161e;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

#worker-search-table.table-list td.name .surname a:hover {
    color: #ad161e;
}

#worker-search-table.table-list td.name .firstname {
    color: #7b7c7e;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

#worker-search-table.table-list td.institute {
    padding-left: 0.8rem;
    font-size: 1.5rem;
    vertical-align: middle;
}

#worker-search-table.table-list td.institute,
#worker-search-table.table-list td.institute a {
    color: #494748;
}

#worker-search-table.table-list td.institute div.detached-institute a {
    color: #7b7c7e;
}

#worker-search-table.table-list td.institute a:hover,
#worker-search-table.table-list td.institute div.detached-institute a:hover {
    color: #ad161e;
}

#worker-search-table.table-list td.email {
    padding-left: 0.8rem;
    font-size: 1.5rem;
    vertical-align: middle;
}

#worker-search-table.table-list td.email,
#worker-search-table.table-list td.email a {
    color: #494748;
}

#worker-search-table.table-list td.email a:hover {
    color: #ad161e;
}

/* Table List@worker list ------------------ */

#worker-table.table-list td.title {
    width: 16.8%;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    color: #6a6d6e;
}

#worker-table.table-list td.name {
    width: 24.3%;
    font-size: 1.4rem;
}

#worker-table.table-list td.name .surname a {
    font-size: 1.6rem;
    color: #ad161e;
}

#worker-table.table-list td.name .firstname a {
    color: #9c9e9f;
}

#worker-table.table-list td.email {
    width: 40.4%;
    font-size: 1.4rem;
}

#worker-table.table-list td.email,
#worker-table.table-list td.email a {
    color: #6a6d6e;
}

#worker-table.table-list td.email a:hover {
    color: #ad161e;
}

#worker-table.table-list td.phone {
    width: 18.5%;
    line-height: 1.7rem;
    font-size: 1.4rem;
    color: #000;
}

#worker-table.table-list td h4 {
    line-height: 2.2rem;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 3rem;
    color: #494748;
}

/* Table List@worker PhD list ------------------ */

#worker-phd-table.table-list td.title {
    width: 16.8%;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    color: #6a6d6e;
}

#worker-phd-table.table-list td.name {
    width: 24.3%;
    font-size: 1.4rem;
}

#worker-phd-table.table-list td.name .surname a {
    font-size: 1.6rem;
    color: #ad161e;
}

#worker-phd-table.table-list td.name .firstname a {
    color: #9c9e9f;
}

#worker-phd-table.table-list td.study {
    width: 18.5%;
    line-height: 1.7rem;
    font-size: 1.4rem;
    color: #000;
}

#worker-phd-table.table-list td.university {
    width: 40.4%;
    font-size: 1.4rem;
    color: #6a6d6e;
}

#worker-phd-table.table-list td h4 {
    line-height: 2.2rem;
    font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 3rem;
    color: #494748;
}

/* Table List@worker ao list --------------- */

#worker-ao-table.table-list td.title {
    width: 20%;
    padding-left: 1.4rem;
    font-size: 1.4rem;
    color: #6a6d6e;
}

#worker-ao-table.table-list td.name {
    width: 40%;
    font-size: 1.4rem;
}

#worker-ao-table.table-list td.name .surname a {
    font-size: 1.6rem;
    color: #ad161e;
}

#worker-ao-table.table-list td.name .firstname a {
    color: #9c9e9f;
}

#worker-ao-table.table-list td.category {
    width: 40%;
    /*line-height: 1.42rem;*/
    font-size: 1.4rem;
    color: #000;
}

/* Table List@project list ---+------------ */

.project-list-table {
    margin: 0;
}

.project-list-table td {
    border: 0;
    padding-top: 0;
    padding-right: 1.2rem;
    padding-bottom: 0.5rem;
    padding-left: 0 !important;
    font-family: 'Montserrat-Regular', sans-serif;
}

.project-list-table td.row-1 {
    width: 25%;
    font-size: 1.5rem;
    color: #868889;
}

.project-list-table td.row-2 {
    width: 75%;
    font-size: 1.6rem;
}

.project-list-table td.row-2.period {
    color: #97141c;
}

.project-list-table td.row-2.program {
    font-family: 'Montserrat-Medium', sans-serif;
    color: #494748;
}

.project-list-table td.row-2.solver a {
    color: #6a6d6f;
}

.project-list-table td.row-2.solver a:hover {
    color: #ad161e;
}

.project-list-table td.row-2.web,
.project-list-table td.row-2.annotation {
    color: #7b7c7e;
}

@media only screen and (max-width: 650px) {
  .project-list-table tr {
    margin-bottom: 0.3rem !important;
  }
  .project-list-table td {
    padding: 0.3rem 0 0.2rem !important;
  }
  .project-list-table td.row-1,
  .project-list-table td.row-2 {
    width: 100%;
  }
}

/* Table List@contracts -------------------- */

table[id^="contracts-table"].table-list {
    margin-top: 4rem;
}

table[id^="contracts-table"].table-list th:last-of-type {
    padding-right: 1.4rem;
    text-align: right;
}

table[id^="contracts-table"].table-list td.number {
    width: 20%;
    padding-left: 1.4rem;
    color: #6a6d6e;
}

table[id^="contracts-table"].table-list td.description {
    width: 40%;
    padding-left: 0.7rem;
    color: #6a6d6e;
}

table[id^="contracts-table"].table-list td.description a:hover span {
    border-bottom: 1px solid #ad161e;
}

table[id^="contracts-table"].table-list td.date {
    width: 20%;
    padding-left: 0.7rem;
    color: #6a6d6e;
}

table[id^="contracts-table"].table-list td.amount {
    width: 20%;
    padding-left: 0.7rem;
    color: #000;
    text-align: right;
}

table[id^="contracts-table"].table-list tr:last-child td {
    border-bottom: 0;
}

/* Table List@project excellence ------------ */

#project-excellence-table.table-list td.terms {
    width: 27%;
    padding-left: 1.4rem;
    color: #7b7c7e;
}

#project-excellence-table.table-list td:nth-of-type(2) {
    width: 23%;
}

#project-excellence-table.table-list td:nth-of-type(3) {
    width: 35%;
}

#project-excellence-table.table-list td:nth-of-type(4) {
    width: 15%;
}

#project-excellence-table.table-list td a {
    color: #ad161e;
}

#project-excellence-table.table-list tr:last-child td {
    border-bottom: 0;
}

/* Table List@offers list ------------------- */

#offers-table.table-list td.code {
    width: 23%;
    color: #7b7c7e;
}

#offers-table.table-list td.title {
    width: 47%;
}

#offers-table.table-list td.title a {
    color: #494748;
}

#offers-table.table-list td.title a:hover {
    color: #ad161e;
}

#offers-table.table-list td.type {
    width: 20%;
    color: #7b7c7e;
}

#offers-table.table-list td.year {
    width: 10%;
}

#offers-table.table-list td a {
    color: #ad161e;
}

#offers-table.table-list tr:last-child td {
    border-bottom: 0;
}

/* Table List@competitions ------------------ */

#competitions-table.table-list td.date {
    width: 13%;
    color: #6a6d6e;
}

#competitions-table.table-list td.title {
    width: 87%;
}

#competitions-table.table-list td.title a {
    color: #494748;
}

#competitions-table.table-list td.title a:hover {
    color: #ad161e;
}

#competitions-table.table-list tr:last-child td {
    border-bottom: 0;
}

/* Table List@news Intranet ----------------- */
#news-table.table-list th:first-of-type,
#news-table.table-list td:first-of-type {
    width: 0.5rem !important;
    padding: 0;    
}

#news-table.table-list td.status.news-disable {
    background-color: #f73f34;
}

#news-table.table-list td.status.news-start {
    background-color: #53baeb;
}

#news-table.table-list td.status.news-finish {
    background-color: #f4991e;
}

#news-table.table-list td.date {
    width: 13%;
}

#news-table.table-list td.publish {
    width: 5%;    
    text-align: center;
}

#news-table.table-list td.publish img.internet {
    width: 1.6rem;
    position: relative;
    bottom: 1.2px;
}

#news-table.table-list td.publish img.team {
    position: relative;
    bottom: 1.4px;
}

#news-table.table-list td.static {
    width: 2%;
    line-height: 0.5rem;
    position: relative;
    top: 0.2rem;
}

.news-legend td.static-legend {
    line-height: 0.5rem;
    text-align: center;
}

.news-legend td:first-of-type {
    width: 2.0rem;
}

.news-legend td .news-disable,
.news-legend td .news-start,
.news-legend td .news-finish {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}

.news-legend td .news-disable {
    background-color: #f73f34;
}

.news-legend td .news-start {
    background-color: #53baeb;
}

.news-legend td .news-finish {
    background-color: #f4991e;
}

.news-legend td.static-legend .dot-blue,
#news-table.table-list td.static .dot-blue {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #22398e;
    display: inline-block;
}

.news-legend td.static-legend .dot-red,
#news-table.table-list td.static .dot-red {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #df0001;
    display: inline-block;
}

.news-legend td.static-legend .dot-white,
#news-table.table-list td.static .dot-white {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #fcfcfc;
    display: inline-block;
}

#news-table.table-list td.version {
    width: 6%;    
}

#news-table.table-list td.author {
    width: 18%;
    color: #494748;
}

#news-table.table-list td.title {
    width: 46%;
}

#news-table.table-list td.title2 {
    width: 49%;
}

#news-table.table-list td.author a,
#news-table.table-list td.title a,
#psav-table.table-list td.title a {
    color: #494748;
}

#news-table.table-list td.author a:hover,
#news-table.table-list td.title a:hover,
#psav-table.table-list td.title a:hover {
    color: #ad161f;
}

a.news-table-button {
    text-transform: uppercase;
    padding: 0.4rem 2rem;
    font-size: 1.4rem;
}

/* Table List@team admin -------------------- */
#team-table.table-list td.name {
    width: 25%;
}

#team-table.table-list td.name a {
    color: #494748;
}

#team-table.table-list td.name a:hover {
    color: #ad161e;
}

#team-table.table-list td.position {
    width: 25%;
    font-size: 1.3rem;
}

#team-table.table-list td.rank {
    width: 5%;
}

#team-table.table-list td.news {
    width: 15%;
}

#team-table.table-list td.docs {
    width: 15%;
}

#team-table.table-list td.editor {
    width: 5%;
}

#team-table.table-list td.editor img {
    width: 1.8rem;
}

#team-table.table-list td.news img.internet,
#team-table.table-list td.docs img.internet {
    width: 1.4rem;
}

#team-table.table-list td.news img.sav,
#team-table.table-list td.docs img.sav {
    width: 1.7rem;
}

#team-table.table-list td.news img.team,
#team-table.table-list td.docs img.team {
    width: 1.7rem;
}

/* Table List@documents --------------------- */
#documents-table.table-list td.date,
#documents-table-2.table-list td.date {
    width: 13%;
    color: #6a6d6e;
}

#documents-table.table-list td.stars,
#documents-table-2.table-list td.stars {
    width: 6%;
    text-align: center;
}

#documents-table.table-list td.lock {
    background: url('/img/layout/intranet/lock.svg') no-repeat;
    background-size: 45%;
    background-position: center 0.8rem;
}

#documents-table.table-list td.lang,
#documents-table-2.table-list td.lang {
    width: 6%;
}

#documents-table.table-list td.title,
#documents-table-2.table-list td.title {
    width: 81%;
}

#documents-table.table-list td.title-2,
#documents-table-2.table-list td.title-2 {
    width: 75%;
}

#documents-table.table-list td.title a,
#documents-table-2.table-list td.title a {
    color: #494748;
}

#documents-table.table-list td.title a:hover,
#documents-table-2.table-list td.title a:hover {
    color: #ad161e;
}

#documents-table.table-list tr:last-child td,
#documents-table-2.table-list tr:last-child td {
    border-bottom: 0;
}

/* Table List@offers-job -------------------- */

#offers-job-table.table-list td.date {
    width: 15%;
}

#offers-job-table.table-list td.inst_name {
    width: 40%;
}

#offers-job-table.table-list td.inst_name a {
    color: #494748;
}

#offers-job-table.table-list td.inst_name a:hover {
    color: #ad161f;
}

#offers-job-table.table-list td.title {
    width: 35%;
    color: #494748;
}

#offers-job-table.table-list td.is_new {
    width: 10%;
}

#offers-job-table.table-list tr:last-child td {
    border-bottom: 0;
}

/* Table List@calls-sas-most-finance-table -- */

table#calls-sas-most-finance-table.table-list {
    border-collapse: separate;
}

#calls-sas-most-finance-table.table-list th {
    font-size: 1.4rem;
}

#calls-sas-most-finance-table.table-list td {
    padding-left: 0.7rem;
    border-left: 0.1rem solid #e7e7eb;
}

#calls-sas-most-finance-table.table-list tr td:nth-child(1),
#calls-sas-most-finance-table.table-list tr td:nth-child(3),
#calls-sas-most-finance-table.table-list tr td:nth-child(4),
#calls-sas-most-finance-table.table-list tr td:nth-child(5),
#calls-sas-most-finance-table.table-list tr td:nth-child(6) {
    vertical-align: middle;
}

#calls-sas-most-finance-table.table-list tr td:last-child {
    border-right: 0.1rem solid #e7e7eb;
}

#calls-sas-most-finance-table.table-list tr td input {
    background-color: #fff;
    color: #6a6d6f;
    text-align: center;
}

#calls-sas-most-finance-table.table-list tr td input[type='number']::-webkit-inner-spin-button, 
#calls-sas-most-finance-table.table-list tr td input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

#calls-sas-most-finance-table.table-list tr:last-child td {
    border-bottom: 0.1rem solid #e7e7eb;
}

/* Table List@calls-sas-most-participants-table -- */

table#calls-sas-most-participants-table.table-list {
    border-collapse: separate;
}

#calls-sas-most-participants-table.table-list th {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-size: 1.4rem;
}

#calls-sas-most-participants-table.table-list td {
    padding-left: 0.7rem;
    border-left: 0.1rem solid #e7e7eb;
}

#calls-sas-most-participants-table.table-list tr td:nth-child(1),
#calls-sas-most-participants-table.table-list tr td:nth-child(3),
#calls-sas-most-participants-table.table-list tr td:nth-child(4),
#calls-sas-most-participants-table.table-list tr td:nth-child(5),
#calls-sas-most-participants-table.table-list tr td:nth-child(6) {
    vertical-align: top;
}

#calls-sas-most-participants-table.table-list tr td:nth-child(1),
#calls-sas-most-participants-table.table-list tr td:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}

#calls-sas-most-participants-table.table-list tr td:last-child {
    border-right: 0.1rem solid #e7e7eb;
}

#calls-sas-most-participants-table.table-list tr td input {
    background-color: #fff;
    color: #6a6d6f;
    text-align: center;
}

#calls-sas-most-participants-table.table-list tr td input[type='number']::-webkit-inner-spin-button, 
#calls-sas-most-participants-table.table-list tr td input[type='number']::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

#calls-sas-most-participants-table.table-list tr:last-child td {
    border-bottom: 0.1rem solid #e7e7eb;
}

/* Table List@accounting-mobility-solving-time-table -- */

#accounting-mobility-travel-table.table-list tr td input,
#accounting-mobility-material-table.table-list tr td input {
    background-color: #eff0f0;
    color: #6a6d6f;
    text-align: center;
}

/* Table List@accounting-mvts-a-solving-time-table -- */

#accounting-mvts-a-solving-time-table.table-list tr td input,
#accounting-mvts-a-finance-budget-table.table-list tr td input,
#accounting-mvts-a-finance-nonbudget-table.table-list tr td input,
#accounting-mvts-a-personal-costs-table.table-list tr td input,
#accounting-mvts-a-property-costs-table.table-list tr td input,
#accounting-mvts-a-travel-costs-table.table-list tr td input,
#accounting-mvts-a-invest-costs-table.table-list tr td input,
#accounting-mvts-a-indirect-sum-table.table-list tr td input {
    background-color: #eff0f0;
    color: #6a6d6f;
    text-align: center;
}

/* Table List@accounting-mvts-b-finance-table -- */

#accounting-mvts-b-finance-table.table-list tr td input {
    background-color: #fff;
    color: #6a6d6f;
    text-align: center;
}

/* Table List@educ-school -------------------- */

#educ-school.table-list tr td:nth-child(1) {
    width: 40%;
}
    
#educ-school.table-list tr td:nth-child(2) {
    width: 15%;
}
    
#educ-school.table-list tr td:nth-child(3) {
    width: 15%;
}
    
#educ-school.table-list tr td:nth-child(4) {
    width: 15%;
}
    
#educ-school.table-list tr td:nth-child(5) {
    width: 15%;
}

/* Password checker ---------------------------------- */

.password_checker_gray {
  float: left;
  width: 32%;
  border-top: 0.2rem solid #999c9e;
}
.password_checker_red {
  float: left;
  width: 32%;
  border-top: 0.2rem solid #ff5630;
}
.password_checker_orange {
  float: left;
  width: 32%;
  border-top: 0.2rem solid #ffab00;
}
.password_checker_green {
  float: left;
  width: 32%;
  border-top: 0.2rem solid #4caf50;
}
.password_checker_space {
  float: left;
  width: 2%;
  line-height: 0.2rem;
}
.password_checker_text {
  clear: both;
  padding-top: 0.5rem;
  font-size: 1.3rem;
  text-align: center;
}

/* -------------------------------------------------------------------------- */

/*	8. Blocks
/* -------------------------------------------------------------------------- */

/* Block Typography Classes ------------------ */

/* Custom Colors ----------------------------- */

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.light-gray {
    color: #9c9e9f !important;
}

.light-gray-2 {
    color: #717071 !important;
}

.dark-gray {
    color: #494748 !important;
}

.light-red {
    color: #ce0e1c !important;
}

.dark-red {
    color: #ad161e !important;
}

/* Hovers ------------------------------------ */

a.black:hover,
a.dark-gray:hover {
    color: #ad161f !important;
}

/* Custom Background Colors ------------------ */

.bg-gray {
    background-color: #424044 !important;
}

.bg-lightgray {
    background-color: #d2d1d1;
}

.bg-lightgray-2 {
    background-color: #b1b3b4;
}

.bg-page-lightgray {
    background-color: #fff;
}


/* Font Styles ------------------------------- */

em,
.italic {
    font-style: italic;
}

/* Font Weights ------------------------------ */

.light {
    font-family: 'Montserrat-Light', sans-serif;
    font-weight: 300;
}

.regular {
    font-family: 'Montserrat-Regular', sans-serif;
    font-weight: 400;
}

b,
strong,
.medium {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 500;
}

.bold {
    font-family: 'Montserrat-Medium', sans-serif;
    font-weight: 700;
}

/* Text Decorations -------------------------- */

.underline {
    text-decoration: underline;
}

/* Text Transforms --------------------------- */

.uppercase {
    text-transform: uppercase;
}

.text-transform-none {
    text-transform: none;
}

/* Line Heights ------------------------------ */

.line-height-empty {
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

/* Bottom Gradient Line ---------------------- */

.bottom-line {
    clear: both;
    padding-top: 5.85rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #494748;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 35%, rgba(73, 71, 72, 0.2) 50%, rgba(73, 71, 72, 0) 65%) 1;
}

.bottom-line-page {
    clear: both;
    margin-bottom: 4rem;
    padding-top: 4rem;
    border-top: 0;
    border-right: 0;
    border-bottom: 0.1rem solid #494748;
    border-left: 0;
    border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 35%, rgba(73, 71, 72, 0.2) 50%, rgba(73, 71, 72, 0) 65%) 1;
}

/* -------------------------------------------------------------------------- */

/*	11. Widgets
/* -------------------------------------------------------------------------- */

/* Slogan ------------------------------------ */

.slogan {
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 3rem;
    color: #e3e3e5;
}

/* News Slider ------------------------------- */

/* Main News Slider */
.news-slider {
    display: flex;
    clear: both;
    width: 100%;
    min-height: 30rem;
    position: relative;
    margin: 0 auto 3rem;
    padding: 0 2rem;
    align-items: center;
    overflow: hidden;
}

.news-slides {
    display: none;
    width: 100%;
}

.news-slides a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.news-slider img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    object-position: 50% 50%;
}

.news-slides-text-block-container {
    width: 100%;
    padding: 1.2rem 0.6rem;
    background-color: #f0f0f0;
}

.news-slides-date {
    display: none;
}

.news-slides-text {
    font-size: 1.6rem;
    font-family: 'Montserrat-Medium', sans-serif;
    line-height: 2.4rem;
    color: #2f2f2f;
}

.news-slides-body {
    display: none;
}

.news-slider .indicator {
    width: calc(100% - 4rem);
    position: absolute;
    top: 1rem;
    bottom: auto;
    margin: 0 auto;
    text-align: center;
}

.news-slider .dot {
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    margin: 0 0.2rem;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.6s ease-out;
}

.news-slider .active {
    background-color: rgba(255, 255, 255, 0.8);
}

.news-slider .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 3s;
}

.blink {
    animation: blinker 1s linear 3;
}

@-webkit-keyframes blinker {  
    50% { opacity: 0.2; }
}


@keyframes blinker {  
    50% { opacity: 0.2; }
}

@-webkit-keyframes fade {
    from { opacity: 0.75 }
    to { opacity: 1 }
}

@keyframes fade {
    from { opacity: 0.75 }
    to { opacity: 1 }
}

@media only screen and (min-width: 801px) {
    .news-slider {
        height: auto;
        min-height: 0;
        max-height: 52rem;
        margin: auto;
        padding: 0;
    }

    .news-slider img {
        max-width: 100%;
        height: auto;
        object-fit: fill;
        vertical-align: middle;
    }

    .news-slides-date {
        display: block;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        font-size: 1rem;
        color: #bb0e1d;
    }
}

/* Presentation ------------------------------ */

#departments-block {
    background: #d2d1d1 url(../img/presentation/departments/departments-block-bg.jpg) 50% 0%;
}

#vocabularies-block {
    background: #d2d1d1 url(../img/presentation/vocabularies/vocabularies-block-bg.jpg) 50% 0%;
}

.presentation-block-list a,
.presentation-block-list-sm a {
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto 1.5rem;
    cursor: auto;
}

.presentation-block-list figure,
.presentation-block-list-sm figure {
    display: none;
}

.presentation-block-list .presentation-text,
.presentation-block-list-sm .presentation-text {
    width: 100%;
    display: block;
    padding: 1rem;
    background-color: rgba(210, 209, 209, 0.5);
    text-align: center;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 1.5rem;
    color: #818281;
    letter-spacing: 0.01rem;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.presentation-block-list .presentation-text br,
.presentation-block-list-sm .presentation-text br {
    display: none;
}

.presentation-block-list .presentation-text:hover,
.presentation-block-list-sm .presentation-text:hover {
    background: radial-gradient(circle, #bc0d1d, #972220);
    color: #fff;
    cursor: pointer;
}

#vocabularies-block .presentation-text {
    color: #fff;
}

/* Social Data */

.social-area {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.social-area figure {
    width: 100%;
    height: 18rem;
    position: relative;
    background-color: #9c9e9f;
    overflow: hidden;
    cursor: pointer;
}

.social-area figure .profile-img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.social-area figure figcaption {
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    z-index: 9;
}

.social-area-block {
    overflow: auto;
}

.social-post-main a {
    display: inline-block;
    width: 100%;
}

.social-post-main a:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.social-post-main-content {
    margin-bottom: 2.3rem;
    padding: 1.5rem 1.25rem;
    -webkit-box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
    -moz-box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
    box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
}

.social-post-main-meta {
    font-size: 1rem;
    color: #6a6d6e;
}

.social-post-main-title {
    margin-top: 0.5rem;
    line-height: 2.5rem;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 2rem;
    color: #535152;
}

.social-post-other {
    display: none;
}

.social-post-other a {
    display: inline-block;
}

.social-post-other a:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

/* Video List -------------------------------- */

.video-container-wrapper {
    margin-right: 2rem;
    margin-left: 2rem;
}

.video-container {
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

.akademia-video-player {
    display: block;
    width: 100%;
    margin: 1.5rem auto 0;
    border-radius: 1.5rem;
}

.akademia-video-player figure {
    display: block;
    position: relative;
    margin: 0 auto;
}

.akademia-video-player figure:hover {
    cursor: pointer;
}

.akademia-video-player figcaption.play {
    width: 4rem;
    height: 2.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: url('img/svg/icon_play.svg') no-repeat;
}

.akademia-video-host {
    padding-top: 1.7rem;
    padding-bottom: 0.7rem;
}

.akademia-video-date {
    position: relative;
    top: 1rem;
    margin-left: 1rem;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.2rem;
    color: #d2d1d1;
}

.akademia-video-meta {
    display: block;
    width: 100%;
    margin-bottom: 5rem;
    font-family: 'Montserrat-Light', sans-serif;
}

.akademia-video-title {
    margin-top: 0.4rem;
}

.akademia-video-title a,
.akademia-video-title a:hover {
    line-height: 2.4rem;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    font-size: 1.9rem;
    color: #fff;
}

.akademia-video-starring {
    position: relative;
    top: 0.6rem;
    margin-top: 0.4rem;
    line-height: 2rem;
    font-family: 'Roboto-Light', sans-serif;
    font-size: 1.4rem;
    text-align: left;
}

@media only screen and (min-width: 601px) {
    .video-container {
        width: 80%;
    }

    .akademia-video-meta {
        margin-left: 0;
    }

    .akademia-video-title,
    .akademia-video-starring {
        margin-right: 0;
    }
}

@media only screen and (min-width: 801px) {
    /* Video List */
    .video-container-wrapper {
        margin-right: 2rem;
        margin-left: 2rem;
    }

    .video-container {
        float: left;
        width: 33.33333333%;
    }

    .akademia-video-player {
        width: 92.66666667%;
        height: auto;
        margin-top: 1.3rem;
    }

    .akademia-video-player img {
        width: 100%;
        height: auto;
    }

    .video-container:nth-of-type(1) .akademia-video-player,
    .video-container:nth-of-type(1) .akademia-video-meta {
        margin-left: 0;
        margin-right: 7.33333333%;
    }

    .video-container:nth-of-type(2) .akademia-video-player,
    .video-container:nth-of-type(2) .akademia-video-meta {
        margin-left: 3.66666667%;
        margin-right: 3.66666667%;
    }

    .video-container:nth-of-type(3) .akademia-video-player,
    .video-container:nth-of-type(3) .akademia-video-meta {
        margin-left: 7.33333333%;
        margin-right: 0;
    }

    .akademia-video-title {
        margin-top: 1rem;
        margin-right: 4rem;
    }

    .akademia-video-starring {
        margin-right: 4rem;
    }

}

@media only screen and (min-width: 1281px) {
    .video-container-wrapper {
        margin-right: 0;
        margin-left: 0;
    }
}

/* Tiny Content Slider ----------------------- */

.tns-container {
    width: 70%;
    position: relative;
    left: 0 !important;
    margin: 0 auto;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

.tns-outer {
    width: 100%;
    margin: 0 4rem auto;
}

.tns-outer button,
.tns-outer .tns-liveregion {
    font-size: 1.2rem;
}

.tns-outer button[data-action="start"],
.tns-outer button[data-action="stop"] {
    width: 2.2rem;
    height: 2.2rem;
    position: relative;
    top: 4rem;
    left: 2rem;
    padding: 0;
    font-size: 1.2rem;
    color: #a0a0a0;
    text-align: center;
    z-index: 9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.tns-outer button[data-action="start"]:focus,
.tns-outer button[data-action="stop"]:focus {
    outline: 0.1rem solid #494748;
    border-radius: 0;
}

.tns-controls {
    height: 0;
}

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
    width: 3rem;
    height: 5.5rem;
    position: relative;
    font-size: 3.5rem;
    text-align: center;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"] {
    display: none;
}

.tns-controls button[data-controls="prev"] span,
.tns-controls button[data-controls="next"] span {
    position: relative;
    bottom: 0.5rem;
}

.tns-controls-sas {
    width: 1.5rem;
    height: auto;
}

@media only screen and (min-width: 201px) {
    .tns-container {
        width: 100%;
        left: 0;
    }

    .tns-outer {
        width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 980px) {
    .tns-container {
        width: 100%;
        left: 0;
    }

    .tns-outer {
        width: 70%;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1251px) {
    .tns-container {
        position: relative;
        left: 1.5rem !important;
        width: 70%;
    }

    .tns-outer {
        width: 100%;
        margin: 0 auto;
    }

    .tns-controls button[data-controls="prev"],
    .tns-controls button[data-controls="next"] {
        width: 5.3rem;
        height: 8rem;
        position: relative;
        font-size: 7rem;
        text-align: center;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }

    .tns-controls button[data-controls="prev"] {
        display: block;
        right: 9rem;
    }

    .tns-controls button[data-controls="next"] {
        display: block;
        left: 83rem;
    }

    .tns-controls-sas {
        width: 1.5rem;
        height: auto;
    }
}

@media only screen and (min-width: 1351px) {
    .tns-controls button[data-controls="prev"] {
        right: 9rem;
    }

    .tns-controls button[data-controls="next"] {
        left: 89rem;
    }
}

@media only screen and (min-width: 1501px) {
    .tns-container {
        width: 100%;
    }

    .tns-controls button[data-controls="prev"] {
        right: 11rem;
    }

    .tns-controls button[data-controls="next"] {
        left: 127.6rem;
    }
}

/* Departments Block Slider ----------------- */
#departments-block-slider figure {
    display: block;
    width: 14rem;
    height: auto;
    position: relative;
    background-color: #000;
    text-align: left;
    overflow: hidden;
}

#departments-block-slider figure figcaption {
    width: 90%;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin-bottom: 0;
    padding-right: 1rem;
    line-height: 2rem;
    font-family: 'RobotoCondensed-Bold', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    z-index: 9999;
}

@media only screen and (min-width: 801px) {
    #departments-block-slider figure figcaption {
        width: 90%;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        margin-bottom: 0;
        line-height: 2.8rem;
        font-family: 'RobotoCondensed-Bold', sans-serif;
        font-size: 2.4rem;
        color: #fff;
        z-index: 9999;
    }
}

#departments-block-slider figure img {
     width: 100%;
     height: auto;
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

#departments-block-slider figure:hover img {
    cursor: pointer;
    -webkit-transform: scale(1.03, 1.03) rotate(0.5deg);
    -moz-transform: scale(1.03, 1.03) rotate(0.5deg);
    -ms-transform: scale(1.03, 1.03) rotate(0.5deg);
    -o-transform: scale(1.03, 1.03) rotate(0.5deg);
    transform: scale(1.03, 1.03) rotate(0.5deg);
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}

#departments-block-slider-ow .tns-controls button[data-controls="prev"],
#departments-block-slider-ow .tns-controls button[data-controls="next"] {
    top: 6rem;
    background: rgba(234, 233, 235, 1);
    color: #a0a0a0;
}

#departments-block-slider-ow .tns-controls button[data-controls="prev"]:hover,
#departments-block-slider-ow .tns-controls button[data-controls="next"]:hover {
    background: rgba(247, 246, 246, 1);
    color: #ac171e;
}

.tns-item {
    font-family: 'Roboto Condensed';
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 201px) {
    #departments-block-slider figure {
        width: 12rem;
    }
}

@media only screen and (min-width: 401px) {
    #departments-block-slider figure {
        width: 16rem;
    }
}

@media only screen and (min-width: 601px) {
    #departments-block-slider figure {
        width: 18rem;
    }
}

@media only screen and (min-width: 650px) {
    #departments-block-slider figure {
        width: 22rem;
    }
}

@media only screen and (min-width: 701px) {
    #departments-block-slider figure {
        width: 14rem;
    }
}

@media only screen and (min-width: 801px) {
    #departments-block-slider figure {
        width: 18rem;
    }
}

@media only screen and (min-width: 1001px) {
    #departments-block-slider figure {
        width: 22rem;
    }

    #departments-block-slider-ow .tns-controls button[data-controls="prev"] {
        top: 10rem;
    }

    #departments-block-slider-ow .tns-controls button[data-controls="next"] {
        top: 2rem;
    }
}

@media only screen and (min-width: 1351px) {
    #departments-block-slider figure {
        width: 26.3rem;
    }

    #departments-block-slider-ow .tns-controls button[data-controls="prev"] {
        top: 14rem;
    }

    #departments-block-slider-ow .tns-controls button[data-controls="next"] {
        top: 6rem;
    }
}

/* Events ------------------------------------ */
/* Calendar (Left Side) */

.calendar {
    width: 100%;
    float: none;
    margin: 1.3rem 0 0;
}

.calendar_inner {
    width: 90%;
    margin: 0 auto;
    padding: 2.8rem 0 4rem;
    background-color: #f3f3f4;
}

.calendar_title {
    margin: 0 auto 2rem;
    line-height: 1.8rem;
    vertical-align: middle;
    text-align: center;
    text-transform: lowercase;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.7rem;
    color: #ac2225;
}

.calendar_title input[type="button"] {
    position: relative;
    bottom: 0.1rem;
    background-color: inherit;
    border: 0;
    font-size: 1.1rem;
    color: #5d464d;
    cursor: pointer;
    outline: none;
}

.calendar_title input[type="button"]:focus {
    outline: 0.1rem solid #ce0e1c;
    border-radius: 0.5rem;
}

.calendar_table {
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0.2rem;
    text-align: center;
    overflow: auto;
}

.calendar_weekdays th {
    padding: 3.3%;
    font-family: 'Montserrat-Medium', sans-serif;
    color: #fff;
    background-color: #bc0c1d;
}

.calendar_week td {
    position: relative;
    padding: 3.3%;
}

.calendar_week td[id^="is_event"] {
    position: relative;
    cursor: pointer;
}

.calendar_week td a {
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    color: #44454e;
}

span[id^="calendar_day_events"] {
    display: none;
    width: 20rem;
    position: absolute;
    left: -0.2rem;
    padding: 0.5rem 1rem;
    background-color: #edeab4;
    border-left: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    text-align: left;
    font-size: 1.2rem;
    color: #6d6c6d;
    z-index: 9;
}

.calendar_no_day {
    background-color: #ededed;
}

.calendar_day {
    padding: 3%;
    background-color: #dbdada;
    font-size: 1.45rem;
    color: #44454e;
}

td.calendar_today a {
    font-family: 'Montserrat-Medium', sans-serif;
    color: #ac171e;
}

.calendar_event a {
    display: block;
}

.conference_event {
    background-color: #f6f5e2;
}

.news_event {
    background-color: #b6b5b6;
}

.double_event {
    background-color: #edeab4;
}

/* Events List (Good Bye Right Side) */

.details {
    width: 100%;
    float: none;
    padding-right: 2rem;
    padding-left: 2rem;
}

.event {
    margin-top: 3rem;
}

.event:first-of-type {
    margin-top: 2rem;
}

.event_date {
    overflow: auto;
}

.event_date .day {
    float: left;
    margin-right: 0.75rem;
    padding: 0.25rem 0.75rem;
    background-color: #bc0c1d;
    font-family: 'OpenSans-Light', sans-serif;
    font-size: 2.1rem;
    color: #fff;
}

.event_date .day_after {
    float: left;
}

.event_date .month {
    position: relative;
    bottom: 0.4rem;
    padding-top: 0.2rem;
    font-size: 1.4rem;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}

.event_date .year {
    position: relative;
    bottom: 0.25rem;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
}

.event_name {
    clear: both;
    float: none;
    margin-top: 0;
}

.event_name a {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-family: 'Montserrat-Light', sans-serif;
    color: #000;
}

.event_place {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #941a1e;
}

@media only screen and (min-width: 801px) {
    /* Conferences and Events */
    .calendar {
        width: 50%;
        float: left;
        margin: 7rem 0 1.3rem 0;
    }

    .calendar_inner {
        width: 90%;
        float: right;
        margin-right: 2rem;
        margin-bottom: 5rem;
        margin-left: 2rem;
        padding: 2.5rem 1rem 2.5rem 1rem;
    }
    
    .calendar_day {
        font-size: 1.3rem;
    }

    .details {
        width: 50%;
        float: left;
        padding-right: 0;
        padding-left: 2rem;
    }
    
    .calendar_title {
        font-size: 1.8rem;
    }

    .calendar_title input[type="button"] {
        font-size: 1.5rem;
    }

    .event {
        width: 90%;
        margin-top: 4.8rem;
    }

    .event:first-of-type {
        margin-top: 3rem;
    }

    .event_date {
        width: auto;
        max-width: none;
        left: 0;
        margin: 0;
        text-align: left;
        overflow: auto;
    }

    .event_date .day {
        float: left;
        margin-right: 0.75rem;
        padding: 0.25rem 1.5rem;
        background-color: #bc0c1d;
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 2.5rem;
        color: #fff;
    }

    .event_date .day_after {
        float: left;
    }

    .event_date .month {
        position: relative;
        bottom: 0.4rem;
        padding-top: 0.1rem;
        text-transform: uppercase;
        font-size: 1.7rem;
        color: #000;
    }

    .event_date .year {
        position: relative;
        font-size: 2rem;
        color: #000;
    }

    .event_name {
        clear: both;
        float: none;
        margin-top: 2.1rem;
        text-align: left;
    }

    .event_name a {
        font-size: 2.4rem;
        line-height: 3.1rem;
        font-family: 'Montserrat-Light', sans-serif;
        color: #000;
    }

    .event_place {
        margin-top: 0.3rem;
        margin-bottom: 4rem;
        font-size: 1.8rem;
        color: #941a1e;
        text-align: left;
    }
}

@media only screen and (min-width: 1201px) {
    /* Conferences and Events */
    .calendar {
        width: 50%;
        float: left;
    }

    .calendar_inner {
        width: 69%;
        float: right;
        margin-right: 4.8rem;
        margin-bottom: 5rem;
        margin-left: 0;
        padding: 2.8rem 2% 4rem;
    }

    .details {
        width: 50%;
        float: left;
        padding-right: 0;
        padding-left: 4.8rem;
    }
    
    .calendar_title {
        font-size: 1.8rem;
    }

    .calendar_title input[type="button"] {
        font-size: 1.5rem;
    }

    .event {
        width: 90%;
        margin-top: 4.8rem;
    }

    .event:first-of-type {
        margin-top: 3rem;
    }

    .event_date {
        width: auto;
        max-width: none;
        left: 0;
        margin: 0;
        text-align: left;
        overflow: auto;
    }

    .event_date .day {
        float: left;
        margin-right: 0.75rem;
        padding: 0.25rem 1.5rem;
        background-color: #bc0c1d;
        font-family: 'OpenSans-Light', sans-serif;
        font-size: 2.5rem;
        color: #fff;
    }

    .event_date .day_after {
        float: left;
    }

    .event_date .month {
        position: relative;
        bottom: 0.4rem;
        padding-top: 0.1rem;
        text-transform: uppercase;
        font-size: 1.7rem;
        color: #000;
    }

    .event_date .year {
        position: relative;
        font-size: 2rem;
        color: #000;
    }

    .event_name {
        clear: both;
        float: none;
        margin-top: 2.1rem;
        text-align: left;
    }

    .event_name a {
        font-size: 2.4rem;
        line-height: 3.1rem;
        font-family: 'Montserrat-Light', sans-serif;
        color: #000;
    }

    .event_place {
        margin-top: 0.3rem;
        font-size: 1.8rem;
        color: #941a1e;
        text-align: left;
    }
}

/* Social Sticky Sidebar --------------------- */

.social-bar {
    display: none;
    margin-top: -0.9rem;
}

.social-bar a {
    display: block;
    text-align: center;
    margin-right: 3.6rem;
    margin-bottom: 1rem;
    z-index: 10001;
}

.social-bar #podbean-btn-side {
    opacity: 0;
}

.social-bar #back-to-top-btn-side {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.social-bar #back-to-top-btn-side:hover {
    cursor: pointer;
}

/* Pre-footer Icons -------------------------- */

.pre-footer-icons {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.pre-footer-icons a {
    margin-right: 5.1rem;
}

.pre-footer-icons a:last-of-type {
    margin-right: 0;
}

/* Pre-footer Sidebar ------------------------ */

.pre-footer-sidebar {
    margin-top: 0;
    margin-bottom: 2rem;
    overflow: auto;
}

.sidebar-footer-object {
    margin-bottom: 5rem;
}

.sidebar-footer-left,
.sidebar-footer-middle,
.sidebar-footer-right {
    padding-left: 0;
    text-align: center;
}

.sidebar-footer-left h6,
.sidebar-footer-middle h6,
.sidebar-footer-right h6 {
    margin-top: 1rem;
}

.sidebar-footer-left a.btn-like,
.sidebar-footer-middle a.btn-like,
.sidebar-footer-right a.btn-like {
    display: inline-block;
    width: 35rem;
    margin-bottom: 2rem;
    padding: 1.1rem 3.2rem;
    background-color: #585657;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 1.4rem;
    color: #fff;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.sidebar-footer-left a.btn-like:hover,
.sidebar-footer-middle a.btn-like:hover,
.sidebar-footer-right a.btn-like:hover {
    background-color: #ac171e;
    color: #fff;
}

@media only screen and (min-width: 1001px) {
    .sidebar-footer-left a.btn-like,
    .sidebar-footer-middle a.btn-like,
    .sidebar-footer-right a.btn-like {
        margin-bottom: 4rem;
    }
}

/* -------------------------------------------------------------------------- */

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Pre-footer -------------------------------- */

.pre-footer {
    position: relative;
    margin-top: 2rem;
    padding-top: 5rem;
    background-color: #c5c4c4;
    font-size: 1.2rem;
    color: #444650;
}

@media only screen and (min-width: 801px) {
    .pre-footer {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 1001px) {
    .pre-footer {
        margin-top: 0;
        padding-top: 9.2rem;
    }
}

/* Pre-footer Sitemap ------------------------ */

.pre-footer-sitemap,
.pre-footer-sitemap-home {
    position: relative;
    padding-bottom: 4rem;
    background-color: #3d3d3d;
    color: #fff;
}

.pre-footer-sitemap {
    padding-top: 5rem;
}

.pre-footer-sitemap-home {
    padding-top: 0;
}

.pre-footer-sitemap-title {
    margin-bottom: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.7rem;
    color: #fff;
}

.pre-footer-sitemap-title.intranet {
    display: block;
}

.pre-footer-sitemap-title.intranet a {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #fff;
}

@media only screen and (min-width: 1001px) {
    .pre-footer-sitemap-title.intranet {
        display: none;
    }
}

.pre-footer-sitemap a,
.pre-footer-sitemap-home a {
    line-height: 2rem;
    color: #bfbfbf;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.45rem;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.pre-footer-sitemap a:hover,
.pre-footer-sitemap-home a:hover {
    color: #fff;
}

.pre-footer-sitemap ul,
.pre-footer-sitemap-home ul {
    padding-left: 0;
}

.pre-footer-sitemap .container > div:first-of-type {
    margin-top: 2rem;
}

.pre-footer-sitemap-home .container > div:first-of-type {
    margin-top: 5rem;
}

.pre-footer-sitemap .container > div,
.pre-footer-sitemap-home .container > div {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 0;
}

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 10rem;
    height: 5.5rem;
    background-color: #ededed;
    border-radius: 0.5rem 0.5rem 0 0;
    cursor: pointer;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

#back-to-top-btn:hover {
    background-color: #d6d6d6;
}

@media only screen and (min-width: 1001px) {
    .svg_link #icon_top {
        width: 3rem;
    }

    #back-to-top-btn {
        width: 14rem;
        height: 8rem;
    }
}

/* Footer ------------------------------------ */

footer {
    padding: 1.5rem 2rem;
    background-color: #000;
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 1.35rem;
    color: #c9c7c9;
}

footer .row_1 {
    text-align: center;
    font-size: 1.2rem;
}

footer .row_2 {
    margin-top: 0.4rem;
    text-align: center;
    font-size: 1.2rem;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #d9dadb;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

footer a:hover {
    color: #fff;
}

/* -------------------------------------------------------------------------- */

/*	13. Media Queries
/* -------------------------------------------------------------------------- */

/* Element Base ------------------------------ */

@media only screen and (min-width: 801px) {
    /* Main Heading */
    h1.title_org,
    .title_org {
        display: inline-block;
        width: 18rem;
        height: 8.48rem;
        margin-top: 0;
        margin-left: 2rem;
        padding-top: 0.3rem;
        text-align: left;
        line-height: 2.6rem;
        font-size: 2.2rem;
    }

    /* Home Page Headings */
    h2.home-page {
        margin-top: 3rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        line-height: 3.2rem;
        font-size: 3rem;
        font-weight: 300;
        text-transform: none;
    }
    
    h2.units {
        margin-top: 5.2rem;
        margin-bottom: 4.2rem;
    }

    h2.social-title {
        margin-top: 5.2rem;
        margin-bottom: 4.2rem;
    }

    /* Sub Page Headings */
    h1.sub-page {
        padding-left: 4.1rem;
        text-indent: -4.1rem;
        line-height: 3.2rem;
        font-size: 2.7rem;
    }

    h1.sub-page::before {
        width: 3.2rem;
        height: 2.9rem;
    }

    h2 {
        font-size: 2.2rem;
    }
    
    h3.h2-like {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    /* Footer Headings */
    h4.ask_experts,
    h5 {
        border-top: 0;
        border-right: 0;
        border-bottom: 0.1rem solid #494748;
        border-left: 0;
        border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 40%, rgba(73, 71, 72, 1) 50%, rgba(73, 71, 72, 0) 60%) 1;
    }

    h4.ask_experts,
    h5,
    h6 {
        font-size: 1.7rem;
    }

    .svg_link object#logo_org,
    .svg_link object#logo_org img {
        width: 8.5rem;
        height: 8.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1201px) {
    /* Main Heading */
    h1.title_org,
    .title_org {
        display: inline-block;
        width: 18rem;
        height: 8.48rem;
        margin-left: 2rem;
        text-align: left;
        line-height: 2.6rem;
        font-size: 2.2rem;
    }

    /* Home Page Headings */
    h2.home-page {
        margin-top: 4rem;
        margin-bottom: 3rem;
        padding-bottom: 1.9rem;
        line-height: 5rem;
        font-size: 4.66666667rem;
        font-weight: 300;
        text-transform: none;
    }

    h2.home-page.more-room {
        margin-top: 7.5rem;
    }
    
    h2.units {
        margin-top: 5.2rem;
        margin-bottom: 4.2rem;
    }

    h2.social-title {
        margin-top: 5.2rem;
        margin-bottom: 4.2rem;
    }

    /* Sub Page Headings */
    h1.sub-page {
        padding-left: 4.1rem;
        text-indent: -4.1rem;
        line-height: 3.5rem;
        font-size: 2.7rem;
    }

    h1.sub-page::before {
        width: 3.2rem;
        height: 2.9rem;
    }

    h2 {
        font-size: 2rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    /* Footer Headings */
    h4.ask_experts,
    h5 {
        border-top: 0;
        border-right: 0;
        border-bottom: 0.1rem solid #494748;
        border-left: 0;
        border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 40%, rgba(73, 71, 72, 1) 50%, rgba(73, 71, 72, 0) 60%) 1;
    }

    h4.ask_experts,
    h5,
    h6 {
        font-size: 1.7rem;
    }

    .svg_link object#logo_org,
    .svg_link object#logo_org img {
        width: 8.5rem;
        height: 8.5rem;
        margin-bottom: 0;
    }
}

/* Helper Classes ---------------------------- */

@media screen and (min-width: 1280px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }

    .flex-container {
        height: 20.62rem;
    }
}

@media screen and (max-width: 1000px) {
    /* Mobile Select Box */
    .select-box-light#sm-res-select-div {
        width: 40rem;
    }

    #sm-res-select {
        display: block;
    }

    #sm-res-select select {
        line-height: 3rem;
    }
}

/* Site Header ------------------------------- */

@media only screen and (min-width: 601px) and (max-width: 1060px) {
    .flex-row {
        padding-bottom: 2rem;
    }
}

@media only screen and (min-width: 1061px) {
    .site-header {
        border-top: 0;
    }

    .org-header {
        order: 3;
        margin: 3.1rem auto;
    }

    .flex-row {
        order: 1;
        height: 5rem;
        box-sizing: content-box;
        padding: 0 3.6rem;
        line-height: 5rem;
        background-color: #a09e9e;
        background-image: linear-gradient(to right, #cfd1d2, #ebebec, #d7d8d9);
        vertical-align: middle;
        font-size: 1.33333333rem;
    }

    #toggle {
        display: none;
    }

    #corner-cross {
        display: none !important;
    }

    .preferred-links {
        display: block;
        float: left;
        height: 5rem;
        text-transform: uppercase;
    }

    .preferred-links > ul > li {
        float: left;
    }
    
    .preferred-links > ul > li a {
        font-family: 'Montserrat-Medium',sans-serif;
        font-weight: 500;
    }

    .preferred-links > ul > li > a {
        margin-right: 2rem;
    }
    
    #current_links,
    #career_grps,
    #contact_grps,
    #science_grps {
        position: relative;
        margin-right: 2rem;
        color: #494748;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }

    #current_links:hover,
    #career_grps:hover,
    #contact_grps:hover,
    #science_grps:hover {
        color: #ac171e;
    }

    #current_links button,
    #career_grps button,
    #contact_grps button,
    #science_grps button {
        display: inline;
        background: transparent;
        font-family: 'Montserrat-Medium',sans-serif;
        font-weight: 500;
        color: #494748;
        text-transform: uppercase;
    }

    #current_links button:hover,
    #career_grps button:hover,
    #contact_grps button:hover,
    #science_grps button:hover {
        color: #ad161e;
        cursor: pointer;
    }

    #current_links:hover ul,
    #career_grps:hover ul,
    #contact_grps:hover ul,
    #science_grps:hover ul {
        display: block;
    }

    #current_links ul,
    #career_grps ul,
    #contact_grps ul,
    #science_grps ul {
        display: none;
        width: 25rem;
        position: absolute;
        top: 5rem;
        left: -1.6rem;
        padding: 0.7rem 1.4rem;
        background-color: #f6f6f6;
        line-height: 1.5rem;
        z-index: 99999;
    }

    #current_links ul > li > a,
    #career_grps ul > li > a,
    #contact_grps ul > li > a,
    #science_grps ul > li > a {
        vertical-align: middle;
        line-height: 1.8rem;
        font-size: 1.2rem;
        text-transform: none;
    }

    .language,
    .search-employee-btn {
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        top: 1.2rem;
        line-height: 2.5rem;
    }

    .search-employee-btn {
        margin-right: 1rem;
    }

    .search-btn,
    .navigate-btn {
        display: none;
    }

    .search-form {
        float: right;
        display: block !important;
        width: 27.3rem;
        height: 2.5rem;
        position: relative;
        top: 1.3rem;
        margin-top: 0;
        margin-right: 1rem;
    }

    .search-form .search-text {
        width: 100%;
    }

    .search-form .search-text > input[type="text"] {
        width: 23.3rem;
        padding: 0 0.5rem;
        background-color: #f7f8f8;
        font-size: 1.2rem;
    }

    .search-form .search-text > input[type="text"]:-moz-placeholder,
    .search-form .search-text > input[type="text"]::-moz-placeholder {
        color: #d9dadb;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;

    }

    .search-form .search-text > input[type="text"]::-webkit-input-placeholder,
    .search-form .search-text > input[type="text"]:-ms-input-placeholder,
    .search-form .search-text > input[type="text"]::-ms-input-placeholder,
    .search-form .search-text > input[type="text"]::placeholder,
    .search-form .search-text > input[type="text"]:focus {
        color: #d9dadb;
    }

    .search-form .search-submit {
        width: 2.5rem;
        background-color: transparent;
        text-align: center;
    }

    .search-form .search-submit:hover {
        background-color: transparent;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1250px) {
    .flex-row .preferred-links ul li a {
        font-size: 1.2rem;
        margin-right: 2rem;
    }

    #current_links,
    #career_grps,
    #contact_grps,
    #science_grps {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 1060px) {
    .search-form {
        display: none;
    }
}

/* Menus ------------------------------------- */

/* The sticky class is added by JS when it reaches its scroll position */

@media screen and (min-width: 1001px) {
    .navigation-sticky {
        position: fixed;
        top: 0;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .primary-menu #popout-container > ul > li > a,
    .primary-menu #popout-container > ul > li > button {
        font-size: 1.73333333rem;
    }
}

/* Page Template ----------------------------- */

.home-page-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 1201px) {
    .home-page-container {
        padding-top: 0;
        padding-bottom: 7.5rem;
    }
}

@media only screen and (min-width: 1350px) {
    #home-page .container {
        max-width: 125.6rem;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1060px) {
    .departments {
        padding-left: 3.4rem;
    }

    .departments li {
        margin-bottom: 0.6rem;
        line-height: 1.9rem;
    }
}

@media only screen and (min-width: 1001px) {
    #home-page {
        margin-bottom: 4rem;
    }

    .akademia-page {
        margin-bottom: 12rem;
    }

    .akademia-page-container {
        float: left;
        width: 65%;
    }

    .akademia-full-page-container {
        width: 100%;
    }

    .akademia-page-container,
    .akademia-full-page-container {
        padding-right: 0;
        padding-left: 0;
    }

    .akademia-page-content {
        width: 100%;
        margin: 0 auto;
        line-height: 2.08rem;
        font-size: 1.6rem;
        overflow: auto;
    }
    
    .akademia-sub-page-content {
        padding: 0 4.3rem;
        line-height: 2.5rem;
        font-size: 1.7rem;
        letter-spacing: -0.005rem;
        color: #434142;
    }
    
    .departments {
        padding-left: 0.9rem;
    }

    .departments li {
        width: 70%;
        margin-bottom: 0.8rem;
        line-height: 2.1rem;
        font-size: 1.6rem;
    }

    .collapsible_div {
        width: 70%;
        line-height: 1.9rem;
        font-size: 1.5rem;
    }

    .standard-title,
    .standard-title-emphasized {
        line-height: 3.1rem;
        font-size: 2.4rem;
    }

    .standard-title-emphasized.search-service-hints {
        font-size: 1.7rem;
        text-transform: uppercase;
    }

    .standard-title-emphasized.search-service-hints:before {
        width: 0.8rem;
        height: 0.8rem;
        top: 1.2rem;
    }
}

@media only screen and (min-width: 1150px) {
    .akademia-page-container {
        width: 70%;
    }
}

@media only screen and (min-width: 800px) {
    .akademia-page-container,
    .akademia-full-page-container {
        background-color: rgba(227, 227, 228, 0.13);
    }
}

@media only screen and (max-width: 650px) {
    /* Select Box */
    .select-box-light#sm-res-select-div {
        width: 100%;
    }

    /* Table List */
    .table-list,
    .table-list thead,
    .table-list tbody,
    .table-list th,
    .table-list tr,
    .table-list td {
        display: block;
    }

    .table-list thead,
    .table-list thead tr {
        /* Hide table headers (but not display: none;, for accessibility) */
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-list tr {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 0.1rem solid #eee;
    }

    .table-list td {
        /* Behave like a "row" */
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 30%;
        border: none;
    }

    .table-list td::before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0.6rem;
        left: 0.6rem;
        padding-right: 1rem;
        font-size: 1.3rem;
        color: #212021;
        white-space: nowrap;
    }

    /* Table List@commissions */
    #commissions-table.table-list td.date,
    #commissions-table.table-list td.stars,
    #commissions-table.table-list td.doc {
        /* Behave  like a "row" */
        width: auto;
        position: relative;
        margin-top: 0;      
        padding: 0.3rem 0.4rem 0.2rem 35%;
        border: none;
    }

    #commissions-table.table-list td.date::before {
        content: "Dátum";
    }
    
    #commissions-table.table-list td.stars::before {
        content: "";
    }

    #commissions-table.table-list td.doc::before {
        content: "Dokument";
    }

    /* Table List@conferences */
    #conferences-table.table-list td.type {
        display: none;
    }

    #conferences-table.table-list td.title,
    #conferences-table.table-list td.place,
    #conferences-table.table-list td.date_from,
    #conferences-table.table-list td.date_to {
        /* Behave like a "row" */
        width: auto;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 20%;
        border: none;
    }

    #conferences-table.table-list td:nth-of-type(1)::before {
        content: "";
    }

    #conferences-table.table-list td.title::before {
        content: "Názov";
    }

    #conferences-table.table-list td.place::before {
        content: "Miesto";
    }

    #conferences-table.table-list td.date_from::before {
        content: "Od";
    }

    #conferences-table.table-list td.date_to::before {
        content: "Do";
    }
    
    /* EN version */
    #conferences-table.table-list td.title-en::before {
        content: "Name";
    }

    #conferences-table.table-list td.place-en::before {
        content: "Place";
    }

    #conferences-table.table-list td.date_from-en::before {
        content: "From";
    }

    #conferences-table.table-list td.date_to-en::before {
        content: "To";
    }

    /* Table List@worker search list */
    #worker-table.table-list tr,
    #worker-search-table.table-list tr,
    #worker-ao-table.table-list tr,
    #worker-phd-table.table-list tr {
        border-bottom: 0.1rem solid #e2e3e4 !important;
    }
    
    #worker-search-table.table-list tr:last-child {
        border: 0 !important;
    }
    
    /* Table List@worker list */
    #worker-table.table-list td.title,
    #worker-table.table-list td.name,
    #worker-table.table-list td.email,
    #worker-table.table-list td.phone,
    #worker-search-table.table-list td.title,
    #worker-search-table.table-list td.name,
    #worker-search-table.table-list td.email,
    #worker-search-table.table-list td.institute,
    #worker-ao-table.table-list td.title,
    #worker-ao-table.table-list td.name,
    #worker-ao-table.table-list td.category,
    #worker-phd-table.table-list td.title,
    #worker-phd-table.table-list td.name,
    #worker-phd-table.table-list td.study,
    #worker-phd-table.table-list td.university {
        /* Behave like a "row" */
        width: auto;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 30%;
        border: none;
    }

    #worker-table.table-list td.title::before,
    #worker-search-table.table-list td.title::before,
    #worker-ao-table.table-list td.title::before,
    #worker-phd-table.table-list td.title::before {
        content: "Tituly";
    }

    #worker-table.table-list td.name::before,
    #worker-search-table.table-list td.name::before,
    #worker-ao-table.table-list td.name::before,
    #worker-phd-table.table-list td.name::before {
        content: "Meno";
        /*top: 1.6rem;*/
    }

    #worker-table.table-list td.email::before,
    #worker-search-table.table-list td.email::before {
        content: "E-mail";
    }

    #worker-table.table-list td.phone::before {
        content: "Telefón";
    }
    
    #worker-search-table.table-list td.institute::before {
        content: "Ústav";
    }
    
    #worker-ao-table.table-list td.category::before {
        content: "Zaradenie";
    }
    
    #worker-phd-table.table-list td.study::before {
        content: "Forma štúdia";
    }
    
    #worker-phd-table.table-list td.university::before {
        content: "Univerzita";
    }
    
    /* EN version */
    #worker-table.table-list td.title-en::before,
    #worker-search-table.table-list td.title-en::before {
        content: "Title";
    }
    
    #worker-table.table-list td.name-en::before,
    #worker-search-table.table-list td.name-en::before {
        content: "Name";
    }
    
    #worker-table.table-list td.phone-en::before {
        content: "Phone";
    }
    
    #worker-search-table.table-list td.institute-en::before {
        content: "Institute";
    }
    
    #worker-table.table-list td h4 {
        font-size: 1.6rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    /* Table List@contracts list */
    table[id^="contracts-table"].table-list td.number,
    table[id^="contracts-table"].table-list td.description,
    table[id^="contracts-table"].table-list td.date,
    table[id^="contracts-table"].table-list td.amount {
        /* Behave like a "row" */
        width: auto;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 40%;
        border: none;
    }

    table[id^="contracts-table"].table-list td.amount {
        text-align: left;
    }

    #contracts-table-1.table-list td.number::before,
    #contracts-table-2.table-list td.number::before,
    #contracts-table-3.table-list td.number::before {
        content: "Číslo zmluvy";
    }

    #contracts-table-1.table-list td.description::before,
    #contracts-table-2.table-list td.description::before,
    #contracts-table-3.table-list td.description::before {
        content: "Opis / partner";
    }

    #contracts-table-1.table-list td.date::before {
        content: "Dátum zverejnenia";
    }

    #contracts-table-1.table-list td.amount::before,
    #contracts-table-2.table-list td.amount::before,
    #contracts-table-3.table-list td.amount::before,
    #contracts-table-4.table-list td.amount::before,
    #contracts-table-5.table-list td.amount::before,
    #contracts-table-6.table-list td.amount::before,
    #contracts-table-7.table-list td.amount::before {
        content: "Suma s DPH (€)";
    }

    #contracts-table-2.table-list td.date::before {
        content: "Dátum vyhotovenia";
    }

    #contracts-table-3.table-list td.date::before {
        content: "Dátum doručenia";
    }

    #contracts-table-4.table-list td.number::before,
    #contracts-table-5.table-list td.number::before,
    #contracts-table-6.table-list td.number::before,
    #contracts-table-7.table-list td.number::before {
        content: "CPV kód";
    }

    #contracts-table-4.table-list td.description::before,
    #contracts-table-5.table-list td.description::before,
    #contracts-table-6.table-list td.description::before,
    #contracts-table-7.table-list td.description::before {
        content: "Názov";
    }

    #contracts-table-4.table-list td.date::before,
    #contracts-table-5.table-list td.date::before,
    #contracts-table-6.table-list td.date::before,
    #contracts-table-7.table-list td.date::before {
        content: "Dátum";
    }

    /* Table List@project excellence list */
    #project-excellence-table.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 25% !important;
        border: none;
    }

    #project-excellence-table.table-list td.terms::before {
        content: "Termíny";
    }

    #project-excellence-table.table-list td:nth-of-type(2)::before,
    #project-excellence-table.table-list td:nth-of-type(3)::before,
    #project-excellence-table.table-list td:nth-of-type(4)::before {
        content: "";
    }

    /* Table List@offers list */
    #offers-table.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 25% !important;
        border: none;
    }

    #offers-table.table-list td.code::before {
        content: "Kód";
    }

    #offers-table.table-list td.title::before {
        content: "Názov";
    }

    #offers-table.table-list td.type::before {
        content: "Typ";
    }

    #offers-table.table-list td.year::before {
        content: "Rok";
    }

    /* Table List@competitions */
    #competitions-table.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 35% !important;
        border: none;
    }

    #competitions-table.table-list td.date::before {
        content: "Dátum";
    }

    #competitions-table.table-list td.title::before {
        content: "Názov dokumentu";
    }

    /* Table List@documents */
    #documents-table.table-list td,
    #documents-table-2.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.3rem 0.4rem 0.2rem 35% !important;
        border: none;
    }

    #documents-table.table-list td.date::before,
    #documents-table-2.table-list td.date::before {
        content: "Dátum";
    }

    #documents-table.table-list td.stars::before,
    #documents-table-2.table-list td.stars::before {
        content: "";
    }
    
    #documents-table.table-list td.lang::before,
    #documents-table-2.table-list td.lang::before {
        content: "";
    }

    #documents-table.table-list td.title::before,
    #documents-table-2.table-list td.title::before {
        content: "Dokument";
    }
    
    /* EN version */
    #documents-table.table-list td.date-en::before,
    #documents-table-2.table-list td.date-en::before {
        content: "Date";
    }

    #documents-table.table-list td.title-en::before,
    #documents-table-2.table-list td.title-en::before {
        content: "Document";
    }

    /* Table List@offers job */
    #offers-job-table.table-list td {
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 30% !important;
        border: none;
    }

    #offers-job-table.table-list td.date::before {
        content: "Dátum";
    }

    #offers-job-table.table-list td.title::before {
        content: "Organizácia";
    }

    #offers-job-table.table-list td.inst_name::before {
        content: "Práca";
    }

    #offers-job-table.table-list td.is_new::before {
        content: "";
    }           
    
    /* Intranet */
    /* Table List@Activity */
    #activity-table.table-list td.type {
        display: none;
    }

    #activity-table.table-list td.date,
    #activity-table.table-list td.time,
    #activity-table.table-list td.day,
    #activity-table.table-list td.ip {
        /* Behave like a "row" */
        width: auto;
        position: relative;
        margin-top: 0;
        padding: 0.6rem 0.4rem 0.4rem 30%;
        border: none;
    }

    #activity-table.table-list td:nth-of-type(1) {
        padding-left: 0.6rem;
    }

    #activity-table.table-list td.date::before {
        content: "Dátum";
    }

    #activity-table.table-list td.time::before {
        content: "Čas";
    }

    #activity-table.table-list td.day::before {
        content: "Deň v týždni";
    }

    #activity-table.table-list td.ip::before {
        content: "IP adresa";
    }
    
    /* Table List@news */
    #news-table.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.3rem 0.4rem 0.2rem 35% !important;
        border: none;
    }
    
    #news-table.table-list td.publish img {
        width: 1.8rem;
    }

    #news-table.table-list td.date::before {
        content: "Dátum";
    }
    
    #news-table.table-list td.publish {
        text-align: left;
    }
    
    #news-table.table-list td.version::before {
        content: "";
    }
    
    #news-table.table-list td.author::before {
        content: "Autor(ka)";
    }
    
    #news-table.table-list td.title::before {
        content: "Názov";
    }
    
    /* Table List@team table */
    #team-table.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.3rem 0.4rem 0.2rem 35% !important;
        border: none;
    }
    
    #team-table.table-list td.name::before {
        content: "Meno";
    }
    
    #team-table.table-list td.position::before {
        content: "Pozícia";
    }
    
    #team-table.table-list td.news::before {
        content: "Oznamy";
    }
    
    #team-table.table-list td.docs::before {
        content: "Dokumenty";
    }
    
    /* Table List@educ-school */
    #educ-school.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.3rem 0.4rem 0.2rem 35% !important;
        border: none;
    }
    
    #educ-school.table-list tr td:nth-child(1)::before {
        content: "Workshop";
    }
    
    #educ-school.table-list tr td:nth-child(2)::before {
        content: "Length";
    }
    
    #educ-school.table-list tr td:nth-child(3)::before {
        content: "Language";
    }
    
    #educ-school.table-list tr td:nth-child(4)::before {
        content: "Time";
    }
    
    #educ-school.table-list tr td:nth-child(5)::before {
        content: "Max. participants";
    }
    
    /* Table List@Intranet Submitted Projects */
    #submitted-projects.table-list td {
        /* Behave like a "row" */
        width: auto !important;
        position: relative;
        margin-top: 0;
        padding: 0.3rem 0.4rem 0.2rem 35% !important;
        border: none;
    }
    
    #submitted-projects.table-list tr td:nth-child(1)::before {
        content: "Účasť na nových výzvach APVV (A)";
    }
    
    #submitted-projects.table-list tr td:nth-child(2)::before {
        content: "Účasť na nových výzvach APVV (B)";
    }
    
    #submitted-projects.table-list tr td:nth-child(3)::before {
        content: "Projekty výziev EŠIF - Bratislava (A)";
    }
    
    #submitted-projects.table-list tr td:nth-child(4)::before {
        content: "Projekty výziev EŠIF - Bratislava (B)";
    }
    
    #submitted-projects.table-list tr td:nth-child(5)::before {
        content: "Projekty výziev EŠIF - Regióny (A)";
    }
    
    #submitted-projects.table-list tr td:nth-child(6)::before {
        content: "Projekty výziev EŠIF - Regióny (B)";
    }
}

/* Blocks ------------------------------------ */

@media only screen and (min-width: 800px) {
    .bg-page-lightgray {
        background-color: rgba(217, 218, 219, 0.1);
    }
}

/* Widgets ----------------------------------- */

@media only screen and (min-width: 800px) {
    .slogan {
        width: 100%;
        margin-top: 5rem;
        margin-bottom: 1rem;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Montserrat-Light', sans-serif;
        font-size: 5.2rem;
        color: #e3e3e5;
        word-spacing: 1.3rem;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .news-slides-text-block-container {
        width: 28rem;
        height: 50rem;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(239, 238, 241, 0), rgba(239, 238, 241, 0.75) 33%, rgba(239, 238, 241, 0.85));
    }

    .news-slides-text-block {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 2.5rem;
    }

    .news-slides-date {
        font-size: 1.2rem;
        width: 10rem;
        border-image: none;
    }

    .news-slides-text {
        margin-top: 1.2rem;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1.8rem;
        line-height: 2.6rem;
    }
    
    .news-slides-body {
        display: block;
        margin-top: 1.2rem;
        font-size: 1.4rem;
        color: #494748;
    }

    .news-slider .indicator {
        width: 100%;
        top: auto;
        bottom: 0.8rem;
    }

    .news-slider .dot {
        height: 1rem;
        width: 1rem;
    }
}

@media only screen and (min-width: 1201px) {
    .news-slides-text-block-container {
        width: 36rem;
        height: 58rem;
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        background-color: transparent;
        background-image: linear-gradient(to bottom, rgba(239, 238, 241, 0), rgba(239, 238, 241, 0.75) 33%, rgba(239, 238, 241, 0.85));
    }

    .news-slides-text-block {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 5rem 2.5rem;
    }

    .news-slides-date {
        font-size: 1.5rem;
        width: 10rem;
        border-image: none;
    }

    .news-slides-text {
        margin-top: 1.8rem;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 2.6rem;
        line-height: 3.4rem;
    }
    
    .news-slides-body {
        display: block;
        margin-top: 1.8rem;
        font-size: 2.2rem;
        color: #494748;
    }

    .news-slider .indicator {
        width: 100%;
        top: auto;
        bottom: 1.6rem;
    }

    .news-slider .dot {
        height: 1.2rem;
        width: 1.2rem;
    }
}

@media only screen and (max-width: 300px) {
    .news-slider .text {
        font-size: 1.1rem;
    }
}

@media only screen and (min-width: 601px) and (max-width: 950px) {
    .presentation-block-list .presentation-text,
    .presentation-block-list-sm .presentation-text {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 951px) {
    .presentation-block {
        width: 100%;
        overflow: auto;
        padding-top: 1.3rem;
    }

    .presentation-block-list,
    .presentation-block-list-sm {
        margin: 0 auto;
        overflow: auto;
    }

    .presentation-block-list a,
    .presentation-block-list-sm a {
        float: left;
        padding-right: 1.8rem;
        padding-bottom: 1.2rem;
    }

    .presentation-block-list figure,
    .presentation-block-list-sm figure {
        display: block;
        height: auto;
        position: relative;
        background-color: #000;
        text-align: left;
        overflow: hidden;
        -webkit-box-shadow: 0.8071rem 0.8071rem 0.9rem 0rem rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0.8071rem 0.8071rem 0.9rem 0rem rgba(0, 0, 0, 0.5);
        box-shadow: 0.8071rem 0.8071rem 0.9rem 0rem rgba(0, 0, 0, 0.5);
    }

    .presentation-block-list figure figcaption,
    .presentation-block-list-sm figure figcaption {
        width: 90%;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        margin-bottom: 0;
        line-height: 2.4rem;
        font-family: 'RobotoCondensed-Bold', sans-serif;
        font-size: 2rem;
        color: #fff;
        z-index: 9999;
    }

    .presentation-block-list figure img,
    .presentation-block-list-sm figure img {
        height: auto;
        -webkit-filter: grayscale(80%);
        -moz-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
        -o-filter: grayscale(80%);
        filter: grayscale(80%);
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
        transition: all 1s ease-out;
    }

    .presentation-block-list figure:hover img,
    .presentation-block-list-sm figure:hover img {
        cursor: pointer;
        -webkit-transform: scale(1.03, 1.03) rotate(0.5deg);
        -moz-transform: scale(1.03, 1.03) rotate(0.5deg);
        -ms-transform: scale(1.03, 1.03) rotate(0.5deg);
        -o-transform: scale(1.03, 1.03) rotate(0.5deg);
        transform: scale(1.03, 1.03) rotate(0.5deg);
        filter: none;
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
    }

    .presentation-block-list .presentation-text,
    .presentation-block-list-sm .presentation-text {
        display: none;
    }
    
    /* Three elements in a row */
    .presentation-block-list.three-in-row {
        max-width: 87.9rem;
    }

    .presentation-block-list.three-in-row > a {
        max-width: 27.3rem;
        height: auto;
    }

    .presentation-block-list.three-in-row > a:nth-of-type(1),
    .presentation-block-list.three-in-row > a:nth-of-type(2) {
        margin-right: 3rem;
    }

    .presentation-block-list.three-in-row > figure,
    .presentation-block-list.three-in-row > figure img {
        width: 100%;
    }

    /* Smaller Version */
    .presentation-block-list-sm.three-in-row {
        width: 76.5rem;
    }

    .presentation-block-list-sm.three-in-row > a {
        width: 24.16666667rem;
        height: 31rem;
    }
    
    .presentation-block-list-sm.three-in-row.gallery > a {
       height: auto;
    }

    .presentation-block-list-sm.three-in-row > a:nth-of-type(1),
    .presentation-block-list-sm.three-in-row > a:nth-of-type(2) {
        margin-right: 2rem;
    }

    .presentation-block-list-sm.three-in-row > figure,
    .presentation-block-list-sm.three-in-row > figure img {
        width: 24.16666667rem;
    }
}

@media only screen and (min-width: 951px) and (max-width: 1251px) {
    /* Four elements in a row */
    .presentation-block-list.four-in-row {
        width: 100%;
        padding-right: 1rem;
        padding-left: 2rem;
    }

    .presentation-block-list.four-in-row > a {
        width: 25%;
        height: auto;
    }

    .presentation-block-list.four-in-row:nth-of-type(2),
    .presentation-block-list.four-in-row:nth-of-type(3) {
        margin-top: 2rem;
    }

    .presentation-block-list.four-in-row > figure,
    .presentation-block-list.four-in-row > figure img {
        max-width: 25.62rem;
        height: auto;
    }
}

@media only screen and (min-width: 1251px) {
    /* Four elements in a row */
    .presentation-block-list.four-in-row {
        max-width: 121.6rem;
    }

    .presentation-block-list.four-in-row > a {
        max-width: 28.15rem;
        height: auto;
    }


    .presentation-block-list.four-in-row:nth-of-type(2),
    .presentation-block-list.four-in-row:nth-of-type(3) {
        margin-top: 2rem;
    }

    .presentation-block-list.four-in-row > a:nth-of-type(1),
    .presentation-block-list.four-in-row > a:nth-of-type(2),
    .presentation-block-list.four-in-row > a:nth-of-type(3) {
        margin-right: 3rem;
    }

    .presentation-block-list.four-in-row > figure,
    .presentation-block-list.four-in-row > figure img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width: 1100px) {
    .presentation-block-list figure figcaption,
    .presentation-block-list-sm figure figcaption {
        width: 80%;
        bottom: 1.5rem;
        left: 1.5rem;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 2.88rem;
        font-size: 2.4rem;
    }
}

@media only screen and (min-width: 601px) {
    .social-area figure {
        height: 25rem;
    }

    .akademia-video-social-player {
        width: 100%;
        height: 25rem;
    }
}

@media only screen and (min-width: 901px) {
    /* Social Data */
    .social-area-block {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .social-area-empty {
        width: 12.5%;
        float: left;
        margin-top: 1.3rem;
    }

    .social-area {
        max-width: 25%;
        float: left;
        margin-top: 1.3rem;
    }

    .social-area figure {
        height: 13.5rem;
    }

    /* 20231009 uncomment for twitter */
    /*.social-area:nth-of-type(1) .social-post-main,
    .social-area:nth-of-type(1) .social-post-other {
        margin-right: 0.5rem;
        margin-left: 2rem;
    }*/

    .social-area:nth-of-type(2) .social-post-main,
    .social-area:nth-of-type(2) .social-post-other,
    .social-area:nth-of-type(3) .social-post-main,
    .social-area:nth-of-type(3) .social-post-other,
    .social-area:nth-of-type(4) .social-post-main,
    .social-area:nth-of-type(4) .social-post-other {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    
    /* 20231009 uncomment for twitter and delete in the line above type(4) */
    /*.social-area:nth-of-type(4) .social-post-main,
    .social-area:nth-of-type(4) .social-post-other {
        margin-right: 2rem;
        margin-left: 0.5rem;
    }*/

    .akademia-video-social-player {
        height: 13.5rem;
    }
    
    .social-post-main-content {
        height: 8rem;
        margin-bottom: 2.8rem;
    }

    .social-post-main-meta {
        font-size: 1rem;
    }

    .social-post-main-title {
        margin-top: 0.3rem;
        line-height: 1.8rem;
        font-size: 1.5rem;
    }

    .social-post-other {
        display: block;
        font-family: 'OpenSans-Regular', sans-serif;
    }

    .social-post-other-meta {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    .social-post-other-meta-date {
        position: relative;
        top: 0.3rem;
        margin-left: 0.6rem;
        vertical-align: bottom;
        font-family: 'Montserrat-Regular', sans-serif;
        color: #6a6d6e;
    }

    .social-post-other-content {
        margin-bottom: 2rem;
        padding-right: 1rem;
        line-height: 1.4rem;
        font-size: 1.1rem;
        color: #535152;
    }

    .social-post-other:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1101px) {
    .social-post-main-content {
        height: 10.5rem;
        margin-bottom: 2.8rem;
    }

    .social-post-main-meta {
        font-size: 1.3rem;
    }

    .social-post-main-title {
        margin-top: 0.5rem;
        line-height: 2.5rem;
        font-size: 2rem;
    }

    .social-post-other-meta {
        margin-bottom: 1.4rem;
        font-size: 1.3rem;
    }

    .social-post-other-meta-date {
        top: 0.3rem;
        margin-left: 0.6rem;
    }

    .social-post-other-content {
        line-height: 2.0rem;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1061px) {
    /* Slogan */
    .slogan {
        font-size: 7.2rem;
    }

    /* Social Data */
    .social-bar {
        display: block;
        position: fixed;
        top: 7.2rem;
        right: 0;
        z-index: 10002;
    }

    /* Pre Footer */
    .pre-footer-sidebar {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .pre-footer-sidebar a {
        color: #b9bbc1;
    }

    .sidebar-footer-left,
    .sidebar-footer-middle,
    .sidebar-footer-right {
        float: left;
        width: calc(100% / 3);
        text-align: left;
        margin-right: auto;
        margin-bottom: 1rem;
        margin-left: auto;
    }

    .sidebar-footer-object {
        display: block;
        margin-right: auto;
        margin-bottom: 1rem;
        margin-left: auto;
    }

    .sidebar-footer-left .sidebar-footer-object {
        width: 30rem;
    }

    .sidebar-footer-middle .sidebar-footer-object,
    .sidebar-footer-right .sidebar-footer-object {
        width: 20rem;
    }

    .sidebar-footer-object .sidebar-footer-icon-wrapper {
        display: inline-block;
        width: 2.5rem;
        vertical-align: top;
        margin-top: 1.7765rem;
        margin-right: 1.2rem;
        text-align: left;
    }

    /* Sidebar Footer */
    .sidebar-footer-left,
    .sidebar-footer-middle,
    .sidebar-footer-right {
        float: left;
        width: calc(100% / 3);
        margin-top: 2.7rem;
        margin-bottom: 0.8rem;
    }

    .sidebar-footer-left,
    .sidebar-footer-middle,
    .sidebar-footer-right {
        text-align: center;
    }

    .sidebar-footer-left a.btn-like,
    .sidebar-footer-middle a.btn-like,
    .sidebar-footer-right a.btn-like {
        width: auto;
        margin-bottom: 0;
    }
}

/* Site Footer ------------------------------- */

@media only screen and (min-width: 1001px) {
    .pre-footer {
        padding-right: 2rem;
        padding-bottom: 4rem;
        padding-left: 2rem;
    }

    .pre-footer-sitemap,
    .pre-footer-sitemap-home {
        padding-top: 9.2rem;
        padding-right: 2rem;
        padding-bottom: 6.6rem;
        padding-left: 2rem;
        color: #fff;
    }

    .pre-footer-sitemap a,
    .pre-footer-sitemap-home a {
        line-height: 2.6rem;
        color: #bfbfbf;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 1.5rem;
        -webkit-transition: 0.5s ease-out;
        -moz-transition: 0.5s ease-out;
        -o-transition: 0.5s ease-out;
        transition: 0.5s ease-out;
    }

    .pre-footer-sitemap a:hover,
    .pre-footer-sitemap-home a:hover {
        color: #fff;
    }

    .pre-footer-sitemap ul,
    .pre-footer-sitemap-home ul {
        padding-left: 0;
    }

    .pre-footer-sitemap-title {
        margin-bottom: 1.4rem;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.8rem;
        color: #fff;
    }

    .pre-footer-sitemap .container > div,
    .pre-footer-sitemap-home .container > div {
        float: left;
        width: 20%;
        margin-top: 0;
        margin-bottom: 0;
        text-align: left;
    }

    .pre-footer-sitemap .container > div:first-of-type,
    .pre-footer-sitemap-home .container > div:first-of-type {
        margin-top: 0;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1250px) {
    .sidebar-footer-left,
    .sidebar-footer-middle,
    .sidebar-footer-right {
        margin-top: 1.5rem;
    }

    .sidebar-footer-left h6,
    .sidebar-footer-middle h6,
    .sidebar-footer-right h6 {
        margin-top: 0;
    }

    .pre-footer {
        margin-top: 0;
        padding-bottom: 2.4rem;
    }

    /*.pre-footer*/
    .pre-footer-sitemap,
    .pre-footer-sitemap-home {
        padding-top: 7rem;
        padding-bottom: 4rem;
    }

    .pre-footer-sitemap-title {
        font-size: 1.7rem;
    }

    .pre-footer-sitemap a,
    .pre-footer-sitemap-home a {
        line-height: 2.1rem;
        font-size: 1.45rem;
    }
}

@media only screen and (min-width: 1251px) {
    footer {
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 801px) {
    footer .row_1 {
        float: left;
        font-size: 1.5rem;
    }

    footer .row_2 {
        float: right;
        margin-top: 0;
        font-size: 1.5rem;
    }
}

/* -------------------------------------------------------------------------- */

/*	14. Print Settings
/* -------------------------------------------------------------------------- */

@media print {
    /*.akademia-page,
    .akademia-page-container,
    .akademia-full-page-container,
    .site-header,
    .flex-container,
    .org-header,
    .flex-row,
    .svg-link,
    .navigation-main,
    .social-bar,
    #content-page,
    .akademia-page,
    h1.title_org,
    h1,
    h2,
    h3,
    h4 {
        break-after: avoid;
        break-before: avoid;
        page-break-after: avoid;
        page-break-before: avoid;
        page-break-inside: avoid;
    }*/

    .social-bar,
    .flex-row,
    .navigation-main,
    .page-menu-container,
    .pre-footer,
    .pre-footer-sitemap-home,
    .pre-footer-sitemap,
    .pre-footer-icons,
    #site-footer,
    .bottom-line,
    .search-form-news,
    .search-form-rule {
        display: none;
    }

    .site-header {
        border-top: 0 !important;
    }

    .svg_link #logo_org {
        height: 5rem;
    }

    h1.sub-page {
        padding-left: 0;
    }

    ul,
    ol {
        list-style-type: square;
        margin-left: 0.7rem;
    }
}