@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'open_sans';
    src: url('../fonts/os_bg-regular-webfont.eot');
    src: url('../fonts/os_bg-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/os_bg-regular-webfont.svg#open_sans') format('svg'),
        url('../fonts/os_bg-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/os_bg-bold-webfont.eot');
    src: url('../fonts/os_bg-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/os_bg-bold-webfont.woff2') format('woff2'),
        url('../fonts/os_bg-bold-webfont.woff') format('woff'),
        url('../fonts/os_bg-bold-webfont.ttf') format('truetype'),
        url('../fonts/os_bg-bold-webfont.svg#npoekmu.me-open_sans_bgbold') format('svg');
    font-weight: 700;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body { height: 100%; width: 100%; font-family: 'Montserrat', sans-serif !important; line-height: 1.2; background: #EFEFEF; }
html {
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.content-link { display: block; background: url('../images/Hamburger.svg') left center no-repeat; background-size: 30px 20px; padding: 5px 0px 5px 50px; z-index: 7; color: #fff; }
.prb-link { display: block; background: url('../images/angle1.svg') right center no-repeat; background-size: 15px 15px; padding: 5px 50px 5px 25px; margin-right: 15px; color: #fff; }
.content-dropdown-submenu { display: none; }
.ul-link:hover > .content-dropdown-submenu { display: -ms-flexbox; display: flex; }
.ul-link > a { display: block; background: url('../images/Chevron.svg') right center no-repeat; background-size: 10px 10px; text-transform: uppercase; font-weight: 700; color: #fff; }

.bg-logo, .pr-logo { display: block; background-size: contain; padding: 65px 60px; height: 0px; }
.bg-logo { background: url('../images/CoA.svg') center center no-repeat; }
.pr-logo { background: url('../images/Logo 1C.svg') center center no-repeat; }
.line { width: 100%; border-top: 4px solid #C40303; margin-top: -150px; padding-bottom: 200px; background: #fff; }
.line.home { margin-top: 0; }
.navbar-wrapper { background-color: #234151; display: -ms-flexbox; display: flex; justify-content: center; width: 100%; position: fixed; z-index: 2; top: 0; }
nav {
    display: -ms-flexbox; display: flex;
    justify-content: center;
    box-sizing: border-box;

    line-height: 1;
}
#toggle:focus {
    outline: none;
}
.navbar {
    padding: 0 15px;
    display: -ms-flexbox; display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 1140px;
    color: white;
}
.nav-link {
    display: -ms-flexbox; display: flex;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    color: white;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
.navbar .nav-link:hover {
    color: white;
    text-decoration: none;
}
.navbar .nav-link:nth-child(1) {
    position: relative;
    min-width: 252px;
}
#select-city {
    /*border-left: 1px solid gray;*/
    -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.5);
}
#search-site {
    height: 60px;
    padding: 20px 30px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background-color: #234151;
    background-image: url('../images/Combined Shape.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
#search-site:hover,
#search-site.active {
  background-color: #c41d04;
  border-left-color: transparent;
  border-right-color: transparent;
}
.arrow-down {
    height: 60px;
    padding: 20px;
    width: 60px;
}


.content-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-color: #df2c2c;
    z-index: 6;
}
.nav-ul{
    position: absolute;
    right: 0;
    top: 60px;
    width: 265px;
    z-index: 22;
}
.content-dropdown ul li {
    list-style: none;
    font-size: 12px;
    padding: 13px;
}
.content-dropdown ul li img {
    width: 3%;
}
.content-dropdown ul li:hover {
    background-color: #9a0000;
}

.content-dropdown-submenu {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-content: flex-start!important;
    align-items: flex-start;
    position: absolute;
    padding: 20px;
    padding-top: 40px;
    top: 0px;
    left: 265px;
    min-height: 330px;
    z-index: 2;
    background-color: #9a0000;
}
.show {
    display: block !important;
    height: 390px;
    width: calc(100vw * 0.73);
}
.wrapper { display: -ms-flexbox; display: flex; padding: 0 60px; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;  }
.col { padding: 0 30px; }
.col--4 { -ms-flex-preferred-size: 33.3%; flex-basis: 33.3%; }
.col--6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; }
.col--8 { -ms-flex-preferred-size: 66.6%; flex-basis: 66.6%; }
.col--12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.col img { width: 100%; height: auto; }
.publication-container { position: relative; margin: -100px auto 0 auto; width: 1140px; border-radius: 10px; overflow: hidden; -webkit-box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75); box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75); }
.publication-container .image-container { position: relative; height: 600px; }
.publication-container .image-container .image { position: absolute; top: 0; left: 0; right: 0; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-clip: content-box; }
.publication-container .image-container .wrapper { position: absolute; bottom: 60px; }
.publication-container .image-container .title { margin-top: 20px; margin-bottom: 20px; font-size: 38px; font-size: 32px; color: #fff; }
.publication-container .line { display: -ms-flexbox; display: flex; justify-content: space-between; position: relative; left: -90px; padding-top: 6px; padding-right: 20px; padding-bottom: 7px; padding-left: 90px; width: calc(100% + 90px); color: #fff; font-size: 12px; }
.publication-container .line--red { background-color: #C40303; text-transform: uppercase; }
.line.line--red.line--live { margin-top: 0; }
.publication-container .line--gray { background-color: #234151; border-top: 4px solid #234151; }
.publication-container .line p { margin: 0; color: inherit; font-size: inherit; font-weight: inherit; }
.publication-container .publication-wrapper { padding-top: 40px; padding-bottom: 60px; background-color: #fff; }
.publication-container--project .line:not(.line--red),
.publication-container--video .line:not(.line--red) { margin-top: 80px; margin-bottom: 40px; }
.publication-container--project .line--red,
.publication-container--video .line--red { margin-top: 20px; }
.publication-wrapper ul { margin-left: 25px;}
.publication-wrapper ul li { font-family: 'open_sans'; font-size: 14px; color: #071018; }
.publication-wrapper p { font-family: 'open_sans'; font-size: 14px; color: #071018; }
.publication-wrapper h3 { margin: 15px 0 20px; color: #C40303; font-size: 24px; }
.publication-wrapper h3.title { margin-top: 40px; }
.broadcast-wrapper h2.title {  color: #071018; font-family: Montserrat; font-size: 32px; line-height: 40px; margin: 20px 0; text-transform: uppercase;}
.publication-wrapper p, .publication-wrapper ul li, .publication-wrapper ol li {margin: 5px 0 15px 0; line-height: 1.5em;}
.publication-container.publication-container--project .publication-wrapper h3,
.publication-container.publication-container--video .publication-wrapper h3 { margin-top: 40px; }
.publication-wrapper h4 { margin: 40px 0 20px; color: #C40303; font-size: 24px; }
.publication-wrapper h4.subtitle { margin: 20px 0 20px; color: #234151; font-size: 18px; }
.publication-wrapper h5.subtitle-type { margin-bottom: 20px; }
.menu-aside { margin-top: 11px; margin-bottom: 40px; }
.menu-aside a { display: block; padding: 9px 0 10px 20px; color: #234151; border-bottom: 1px solid #E6E6E6; font-size: 12px; font-weight: 700; text-transform: uppercase;}
.menu-aside a.active { color: #C40303; border-bottom: 1px solid #C40303; }
.publication-wrapper .image-wrapper img { width: 100%; height: auto; margin-bottom: 5px; display: block; }
.gallery-wrapper { display: -ms-flexbox; display: flex; flex-wrap: wrap; width: calc(100% + 10px); }
.gallery-wrapper .gallery-image { -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; padding: 0 10px 0 0; margin-bottom: 20px; border-radius: 4px; font-size: 0; line-height: 0; }
.gallery-wrapper .gallery-image:hover div { background: rgb(35, 65, 81) url('../images/Combined.svg') center center no-repeat; background-size: 20px 20px; }
.gallery-wrapper .gallery-image div { border-radius: 4px; }
.gallery-wrapper .gallery-image:hover img { opacity: 0.3; }
.gallery-wrapper .gallery-image img { width: 100%; border-radius: 4px; }
.category-container { margin: 50px auto; width: 1140px; position: relative; }
.category-row { display: -ms-flexbox; display: flex; justify-content: flex-start; margin-bottom: 20px; flex-wrap: wrap; }
.category-item { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: flex-end; flex-basis: 50%; -ms-flex-preferred-size: 47%;  padding: 15px; }
.category-item h3 { color: white; font-weight: bold; font-size: 32px; -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.category-item p { color: white; -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.category-item a { display: -ms-flexbox; display: flex; padding: 40px 20px; height: 200px; background-color: #c40303; border-radius: 5px; align-items: end; flex-wrap: wrap;  }
.project { margin: 20px 0 40px; }
.project .date { font-family: 'open_sans'; font-size: 12px; line-height: 17px; color: rgba(7, 16, 24, 0.5); }
.project .title { margin-top: 7px; font-size: 16px; font-weight: 800; line-height: 19px; color: #071018; margin-bottom: 10px; }
.project .type-title { color: #C40303; font-weight: 800; }
.documents-wrapper { padding: 1px 0; }
.project .documents-wrapper { margin-left: 95px; max-width: 645px; }
.publication-wrapper table, .table { border-collapse: collapse; width: 100%; }
.publication-wrapper table > thead > tr > th, .table > thead > tr > th { background: #234151; color: #fff; padding: 10px 15px; text-align: left; font-size: 14px; line-height: 18px; }
.publication-wrapper table > tbody > tr > td, .table > tbody > tr > td { color: #030F1A; padding: 10px 15px; text-align: left; font-size: 14px; line-height: 18px; }
.publication-wrapper table > tbody > tr, .table > tbody > tr { border-bottom: 1px solid #D0DAE0; }
.table > tbody > tr > td > a.file { color: #030F1A; display: block; padding: 5px 0 5px 30px; position: relative; margin-bottom: 10px; outline: none; }
.table > tbody > tr > td > a.file:after { position: absolute; left: 0; top: -1px; content: ' '; width: 25px; height: 30px; background-image: url(../images/filetype-generic.svg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-clip: content-box; }
div.document { position: relative; font-family: 'open_sans'; display: block; margin: 20px 0; padding-top: 14px; padding-right: 16px; padding-bottom: 20px; padding-left: 94px; border-radius: 5px; border: 1px solid #D0DAE0; font-size: 12px; line-height: 16px; color: #030F1A; }
div.document:after { position: absolute; content: ' '; top: 16px; left: 16px; width: 46px; width: 70px;  height: 70px; background-image: url(../images/filetype-generic.svg); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%; background-clip: content-box; }
div.document > a.link { color: #000; }
div.document > a.link.pull-right { float: right; }
div.document > a.link[href*='.doc']:after,
div.document > a.link[href*='.docx']:after
.table > tbody > tr > td > a.file[href*='.doc']:after,
.table > tbody > tr > td > a.file[href*='.docx']:after { background-image: url("../images/Word_document.svg"); }
div.document > a.link[href*='.xls']:after,
div.document > a.link[href*='.xlsx']:after
.table > tbody > tr > td > a.file[href*='.xls']:after,
.table > tbody > tr > td > a.file[href*='.xlsx']:after { background-image: url("../images/Excel_document.svg"); }
div.document > a.link[href*='.pdf']:after, .table > tbody > tr > td > a.file[href*='.pdf']:after { background-image: url("../images/PDF_document.svg"); }
div.document > a.link[href*='.ppt']:after,
div.document > a.link[href*='.pptx']:after,
.table > tbody > tr > td > a.file[href*='.ppt']:after,
.table > tbody > tr > td > a.file[href*='.pptx']:after { background-image: url("../images/PPoint_document.svg"); }
div.document > a.link[href*='.zip']:after,
div.document > a.link[href*='.rar']:after,
.table > tbody > tr > td > a.file[href*='.zip']:after,
.table > tbody > tr > td > a.file[href*='.rar']:after { background-image: url("../images/Archive.svg"); }
div.document .title { display: block; margin: 0; font-size: 14px; line-height: 18px; color: #071018; }
div.document .date { margin-right: 40px; }
div.document .tsr {display: block; }


.content-dropdown-submenu > ul { columns: 4; }
.content-dropdown-submenu > ul > li { padding: 5px; list-style: none; font-size: 12px; display: -ms-flexbox; display: flex; flex-direction: column; }
.content-dropdown-submenu > ul > li > ul > li { padding: 5px 0; }
.content-dropdown-submenu > ul > li > a { text-transform: uppercase; padding: 0; margin-bottom: 10px; font-weight: 700; }
.content-dropdown-submenu ul li img {
    width: 14%;
}
.content-dropdown-submenu ul li a {
    padding-top: 5px;
    color: white;
}
.content-dropdown-submenu ul li a:hover {
    color: white;
    text-decoration: none;
}
.content-dropdown-submenu ul li:hover {
    background-color: #9a0000;
}
.select-city {
    position: relative;
    cursor: pointer;
}
.select-city:focus {
    outline-width: 0;
}
.list { position: absolute; flex-direction: column; top: 60px; left: 0; width: 100%; display: none; justify-content: center; align-items: center; align-content: center; background-color: #c40303; padding-bottom: 20px; z-index: 20; }
.list.active { display: -ms-flexbox; display: flex; }
.select-city.active { background: #C40303; }
.list .towns.active { display: block; }
.search-site.active { background: #C40303; }
.list ul {
    height: 220px;
    overflow: auto;

    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list ul li a { z-index: 99; color: #fff; }
.list ul::-webkit-scrollbar-track {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: lightgray;
}

.list ul::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: gray;
}
.list ul li {
    font-size: 12px;
    list-style: none;
    padding: 5px;
}
.list form, .search-list form { width: 100%; }
.list .towns { display: none; }
.search-list {
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    background-color: #c40303;
    display: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.select-city .input-group,
.search-group {
    margin-top: 5px;
    display: -ms-flexbox; display: flex;
    width: 100%;
    height: 60px;
    background-color: transparent;
    justify-content: center;
    padding: 5px;
}
.select-city .input-group input,
.search-group input {
    height: 60px;
    width: 100%;
    border: 1px solid white;
    border-radius: 3px;
    padding: 5px;
    background-color: #e16c6c;
    color: white;
    position: relative;
}
.select-city .input-group { position: relative; }
.search-group { position: relative; }
.select-city .input-group::after,
.search-group::after { position: absolute; content: ' '; background: url('../images/Combined Shape.svg') center center no-repeat; background-size: 20px 20px; padding: 10px; right: 15px; top: 25px; }

.select-city .input-group input:focus,
.search-group input:focus {
    outline-width: 0;
}
.input-group input::placeholder,
.search-group input::placeholder {
    color: white;
}
.search-list {
    position: absolute;
    right: 0;
    top: 60px;
    width: 100%;
    background-color: #c40303;

    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.services-wrapper{
    display: -ms-flexbox; display: flex;
    justify-content: center;
    margin-left: 50px;
}
.signal,
.e-services,
.main-man {
    position: relative;
    z-index: 10;
    display: block;
    text-transform: uppercase;
    color: #fff;
    z-index: 15;
}
.main-man p:hover { background-color: #9a0000; }
.main-man { min-width: 150px; }
.signal {
    margin-right: 10px;
    width: 110px;
}
.e-services {
    min-width: 130px;
    min-width: 170px;
}
.navbar .nav-link:last-child {
    flex-grow: 1;
}
.nav-link:last-child {
    text-decoration: none;
}
.signal p,
.e-services p,
.main-man p {
    position: absolute;
    height: 80px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    vertical-align: middle;
    background-color: #487286;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-man p { background-color: #c40303;}

.branding { background-image: url('../images/prb-hero-bkg-tiny.jpg'); background-size: cover;  position: relative; margin-top: 60px; }
.content-wrapper { padding: 0 15px; width: 1140px; margin: 0 auto;  }
.content-wrapper-fluid { width: 100%; background: #fff; }
.content-wrapper-fluid.wrapper-grey { background: #EFEFEF; }
.content-wrapper.header-content { min-height: 300px; display: -ms-flexbox; display: flex; justify-content: space-between; align-content: baseline; /*flex-wrap: wrap;*/ position: relative; padding-top: 40px; padding-bottom: 40px; }
.page-title-wrapper { width: 100%; position: relative; z-index: 1; box-shadow: 2px 9px 29px 0px rgba(0, 0, 0, 0.75); background: #fff; border-radius: 10px; padding: 50px; margin-top: -100px; margin-bottom: 50px; display: -ms-flexbox; display: flex; }
.page-title { -ms-flex-preferred-size: 75%; flex-basis: 75%; }
.page-share { text-transform: uppercase; color: #fff; }
.page-share p { margin-bottom: 5px; }
.page-title-wrapper .page-share { -ms-flex-preferred-size: 25%; flex-basis: 25%; }
.page-title-wrapper .page-share p { margin-bottom: 18px; text-transform: uppercase; color: #000;  }
.share { display: inline-block; padding: 15px 25px; border-radius: 7px; }
.share--twitter { background: url("../images/Twitter_Button_Small.svg") center center no-repeat; }
.share--facebook { background: url("../images/Facebook_Button_Small.svg") center center no-repeat; }
.share--linkedin { background: url("../images/Linked_In_Button_Small.svg") center center no-repeat; }
.news-share-btn { background-size: contain; display: inline-block; width: 60px; height: 20px; margin-right: 3px; }
ul.breadcrumb { display: block; margin: 0 0 20px 0; padding: 0; }
.breadcrumb li { list-style-type: none; display: inline-block; }
.breadcrumb li::after { content: "/"; display: inline-block; margin-left: 5px; }
.breadcrumb li:last-of-type::after { content: ""; }
.breadcrumb li a { color: #c40303; }
.breadcrumb li:last-child a { color: #000; font-weight: 600; }
.page-title h3 { color: #c40303; text-transform: uppercase; font: 700; font-size: 24px; }
.branding-text { display: block; background-size: contain; /*padding: 65px 60px;*/ height: 0px; }
.news-listing-wrapper { padding-top: 20px; }

.branding-text h3 { font-weight: 400; width: 100%; text-align: center; text-transform: uppercase; font-size: 24px; }
.branding-text h3 a { color: #fff; }
.branding-text h2 { margin-bottom: 0; font-weight: 700; text-align: center; font-size: 28px; text-transform: uppercase; }
.branding-text h2 a { color: #fff; }
.branding-text .header-back { display: block; text-align: center; margin: 0 10px 5px; text-transform: uppercase; margin-bottom: 5px; font-size: 12px; background: url('../images/Chevron (1).svg') left center no-repeat; padding-left: 30px; background-size: 10px 10px; color: #fff; }
.slideshow-container, .main-content { width: 100%; height: 600px; position: relative; border-radius: 10px; box-shadow: 2px 9px 29px 0px rgba(0, 0, 0, 0.35); margin-top: -100px; }
.slideshow-container.inner-slider { margin-top: 0; }
.news-list { position: absolute; background-color: rgba(0, 0, 0, 0.85); display: -ms-flexbox; display: flex; flex-direction: column; justify-content: flex-start; padding-top: 20px; border-bottom-right-radius: 10px; border-top-right-radius: 10px; right: 0; top: 0; width: 378px; height: 100%; overflow-y: auto; -ms-overflow-style: none; }
.news-list::-webkit-scrollbar { display: none; }
.news-list a { font-family: 'open_sans'; text-decoration: none; text-align: left; padding: 20px 5px; line-height: 1.2; width: 70%; margin-left: 20px; border-bottom: 1px solid #9a0000; font-size: 14px; color: #fff; }
.news-list a.active {
    color: red;
}
/* Hide the images by default */
.slider { display: none; width: 100%; height: 100%; border-radius: 10px; background-size: cover; background-position: center center; background-repeat: no-repeat; }

/* Next & previous buttons */
.prev,
.next {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -35px;
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    display: -ms-flexbox; display: flex;
    background: url('../images/Chevron (1).svg') center center no-repeat;
    padding: 6px 10px;
}
.prev:hover,
.next:hover {
    background-color: rgba(7, 16, 24, 0.5);
}

/* Position the "next button" to the right */
.next {
    right: 10px;
    transform: rotate(180deg);
}
.prev {
    left: 10px;
}

/* On hover, add a black background color with a little bit see-through */
/* .prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
} */

/* Caption text */
.call-to-action {
    position: absolute;
    top: 300px;
    left: 90px;
    padding: 8px 12px;
    color: white;
    width: calc(100% - 372px - 90px);
    height: 220px;
}
.call-to-action p { color: #FFFFFF; font-family: Montserrat; font-size: 18px; line-height: 28px; text-transform: uppercase; text-overflow: ellipsis; overflow: hidden; height: 110px; font-weight: 700; }
.call-to-action p a { color: white; text-decoration: none; }
.news-btn {
    position: absolute;
    bottom: 8px;
    left: 7px;
    padding: 16px 20px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    background-color: #c40303;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;

}
/* Number text (1/3 etc) */

.dot-container {
    position: absolute;
    bottom: 15px;
    left: 96px;
}
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 9px;
    width: 9px;

    background-color: #d0dae0;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: red;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
ol { text-align: justify; font-size: 14px; }
@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}
.news-wrapper { margin-top: 40px; }
.news-wrapper h3 {
    padding: 20px 0;
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #234151;
}
.news-box { width: 100%; display: -ms-flexbox; display: flex; justify-content: flex-start; margin-bottom: 15px; flex-wrap: wrap; }
.news-box p {
    font-size: 14px;
    font-weight: bold;
}

.news-group { -ms-flex-preferred-size: 25%; flex-basis: 25%; padding: 0 7.5px; margin-bottom: 35px; }
.news-group img {
    border-radius: 5px;
    /*-webkit-box-shadow: 2px 3px 12px -2px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: 2px 3px 12px -2px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: 2px 3px 12px -2px rgba(0, 0, 0, 0.75);*/
    width: 100%;
}
.pagination { margin: 20px 0 50px 0; }
.pagination ul { display: block; padding: 0; margin: 0; }
.pagination ul li { list-style-type: none; display: inline-block; }
.pagination ul li a { color: #C40303; text-decoration: none; font-size: 14px; line-height: 19px; background: #CFCFCF; padding: 7.5px 15px; display: inline-block; }
.pagination ul li.active a { background: #C40303; color: #CFCFCF; }
.news-group small {
    display: inline-block;
    padding: 10px 0 5px 0;
    color: gray;
}
.news-group p {
    color: black;
    text-transform: uppercase;
    line-height: 1.3em;
}
.video-box { position: relative; margin-top: 20px; display: -ms-flexbox; display: flex; padding-bottom: 50px; margin-bottom: -150px; }
.video-box .video-wrapper {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
}
.video-container {
    position: relative;
    /*display: block;*/
    padding-bottom: 56.25%;
    /*padding: 0 0 56.25%;*/
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 4px;
}
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.publication-container--video .video-container { margin-top: 20px; }
.video-box h3 { padding: 0; }
.video-box h4 { font-size: 20px; font-weight: bolder; margin-bottom: 20px; }
.textarea { -ms-flex-preferred-size: 25%; flex-basis: 25%; padding-right: 25px; }
.textarea p {
    color: #071018;
    font-family: 'open_sans';
}
.textarea small { display: block; margin: 20px 0 5px 0; }
.home-slider { position: relative; width: 100%; min-height: 500px; background-color: white; margin-bottom: 100px; border-radius: 10px; -webkit-box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75); box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75); padding: 50px 95px; -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15);}
.news-list-home-slider {
    display: -ms-flexbox; display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;

    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    left: 0;
    top: 0;
    margin: auto;
}
.news-list-home-slider a { text-decoration: none; font-size: 12px; font-weight: bolder; text-align: left; padding: 20px 0; line-height: 1.2; color: black; border-bottom: #ebebeb 5px solid; margin-right: 15px; text-transform: uppercase; }
.news-list-home-slider a.active { border-bottom: 5px solid #C40303; }
.home-slide-wrapper .title-mobile { display: none; }

/* Hide the images by default */
.home-slide {
    display: none;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
}
.home-slide > div { -ms-flex-preferred-size: 50%; flex-basis: 50%; flex-grow: 1; padding-right: 35px; }
.home-slider-content { padding-right: 0; font-family: 'open_sans'; font-size: 14px; line-height: 22px; }
.home-slide .home-slider-image img { width: 100%; }

/* Next & previous buttons */
.prev-home-slider,
.next-home-slider {
    cursor: pointer;
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -35px;
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    display: -ms-flexbox; display: flex;
    filter: invert(20%) sepia(0%) saturate(566%) hue-rotate(191deg) brightness(112%) contrast(87%);
    background: url('../images/Chevron (1).svg') center center no-repeat;
}
.prev-home-slider:hover,
.next-home-slider:hover {
    filter: invert(60%) sepia(0%) saturate(566%) hue-rotate(191deg) brightness(112%) contrast(87%);
}
.home-slider-content { display: -ms-flexbox; display: flex; flex-direction: column; color: #000; }
.home-slider-content h2 {
    margin-bottom: 20px;
}
.home-slider-content a { text-align: center; }
.home-slider-content p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'open_sans';
    color: #071018;
}
.home-slider-btn {
    width: 170px;
    margin-top: 20px;
    padding: 16px 20px;
    font-weight: 700;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    background-color: #c40303;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
/* Position the "next button" to the right */
.next-home-slider {
    right: 10px;
    transform: rotate(180deg);
}
.prev-home-slider {
    left: 10px;
}
.forms-wrapper { margin-bottom: 50px; margin-top: 100px; }
.signal-form {
    width: 100%;
    display: -ms-flexbox; display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}
.signal-form-text,
.check-document-text {
    display: -ms-flexbox; display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.signal-form-text h2,
.check-document-text h2 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    color: #234151;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 5px solid #C40303;
    text-transform: uppercase;
}
.check-document-text div {
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
    padding-left: 20px;
}
.signal-form-text div h4,
.check-document-text div h4 {
    width: 100%;
    font-weight: 600;
    color: #234151;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
}
.signal-form-text div small,
.check-document-text div small {
    color: #071018;
    font-family: 'open_sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 740px;
    text-align: left;
}
.news-list-search { display: block; margin: 30px 0; }
.signal-form-fields .form-group, .check-document-fields .form-group, .news-list-search .form-group { padding-right: 15px; margin-bottom: 25px; }
.signal-form-fields form, .check-document-fields form, .news-list-search form { flex-wrap: wrap; display: -ms-flexbox; display: flex; justify-content: flex-end; }
.news-list-search button, .news-list-search .form-group { -ms-flex-preferred-size: 25%; flex-basis: 25%; margin-bottom: 20px; }
.form-group { position: relative; }
.check-document-fields form button {-ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; }
.form-group, .signal-form-fields form button { -ms-flex-preferred-size: 50%; flex-basis: 50%; flex-grow: 1;  }
.form-group.textarea-content { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.form-group input,
.form-group textarea { width: 100%; padding: 10px 20px; border: 1px solid #D0DAE0; border-radius: 4px; }
.form-group textarea { height: 200px; }
.form-group input,
.signal-form-fields form button,
.check-document-fields form button { font-size: 24px; }
.check-document-fields .form-group:last-of-type { padding-right: 0; }
.alert { position: relative; padding: .75rem 1.25rem; margin-bottom: 2rem; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-radius: .25rem; }
.alert.error { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }
.alert.success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; }
#message { display: none; }
.search-results { margin-bottom: 15px; color: #c40303; font-size: 24px; }
.search-results span { color: #000; }
.not-found h2 { font-size: 200px; color: #C40303; font-weight: 400; font-family: Montserrat; }
.not-found h3 { font-weight: 700; text-transform: uppercase; color: #071018; margin-bottom: 20px; font-size: 20px; }
.not-found p { color: #071018; font-family: 'open_sans'; font-size: 16px; line-height: 21.79px; }
.search-input:after { content: ''; width: 35px; height: 35px; background-image: url('../images/search-blue.svg'); background-size: cover;  background-repeat: no-repeat; right: 10px; top: 10px; position: absolute; }
.form-group.search-input input { font-size: 16px; line-height: 19px; font-family: 'open_sans'; padding-top: 15px; padding-bottom: 15px; }


.form-group label { font-family: 'Montserrat', sans-serif; position: absolute; top: -7px; left: 20px; background-color: white; color: #234151; font-size: 14px; font-weight: 600; line-height: 14px; text-align: left; padding: 0 2px; text-transform: uppercase; }
.signal-form-fields form button,
.check-document-fields form button,
.news-list-search form button { color: #ffffff; font-family: 'Montserrat', sans-serif; background-color: #234151; font-size: 14px; font-weight: 600; line-height: 48px; text-align: center; border: none; border-radius: 5px; text-transform: uppercase; }
.signal-form-fields form button { margin-right: 15px; cursor: pointer; }
.check-document-fields form button { margin-top: 10px; }
.footer { margin: 0 auto; width: 1140px; display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-content: center; padding: 0 15px}
.banner-box { display: -ms-flexbox; display: flex; justify-content: space-between; margin-bottom: 70px; flex-wrap: wrap; }
.banner-box .banner-group { -ms-flex-preferred-size: 25%; flex-basis: 25%; height: 165px; padding-right: 15px; }
.banner-box .banner-group:last-of-type { padding-right: 0; }
.banner-box .banner-group a { background: url('../images/banner.png') center center no-repeat; background-size: cover;  padding-right: 5px; display: block; height: 100%; }
.footer-nav { padding: 20px 0; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6; }
.footer-nav h6 { color: #c40303; font-weight: 700; font-size: 12px; line-height: 14.63px; margin-bottom: 5px; text-transform: uppercase; }
.footer-nav ul { display: block; }
.footer-nav ul li { list-style-type: none; display: inline-block; margin-right: 20px; margin-bottom: 5px; }
.footer-nav ul li:last-of-type { margin-right: 0; }
.footer-link {
    color: #071018;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
    text-align: left;
}
.footer-info {
    display: -ms-flexbox; display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 30px;
}
.left,
.right {
    width: 50%;
    display: -ms-flexbox; display: flex;
    flex-direction: column;
}
.left h4 {
    width: 300px;
}
.left small {
    color: #071018;
    display: inline-block;
    padding: 10px 0;
}
.left a {
    color: #071018;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.5px;
    text-align: left;
    padding-right: 10px;
    text-transform: uppercase;
}
.right h4 {
    color: #071018;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 17.07px;
    text-align: left;
    text-transform: uppercase;
}
.right small {
    color: #071018;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;
    text-align: left;
    margin-bottom: 20px;
}
.footer-contacts {
    display: -ms-flexbox; display: flex;
    justify-content: flex-start;
}
.footer-contacts div {
    width: 50%;
}
.footer-contacts small {
    color: #c40303;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0;
}
.footer-contacts a { color: #071018; font-size: 18px; font-weight: 600; line-height: 32.68px; display: block; }

.micro-header { background-image: url('../images/prosecutor.jpg'); background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; }
.micro-header > .content-wrapper { padding: 350px 0 40px 0; }
.micro-header > .content-wrapper .back { text-align: right; color: #fff; font-size: 12px; line-height: 14px; text-transform: uppercase; font-weight: 700; background: url('../images/Chevron (1).svg') left center no-repeat; padding-left: 30px; background-size: 10px 10px; }
.micro-header > .content-wrapper > .title-link { display: block; }
.micro-header > .content-wrapper > .title-link > h1 { text-transform: uppercase; font-size: 64px; color: #fff; font-weight: 800; }
.micro-header > .content-wrapper > .title-link > h2 { text-transform: uppercase; font-size: 32px; color: #fff; font-weight: 400; margin-bottom: 65px; }
.micro-menu > ul { display: block; }
.micro-menu > ul > li { display: inline-block; list-style-type: none; margin-right: 40px; }
.micro-menu > ul > li > a { color: #FF0000; text-transform: uppercase; font-size: 20px; font-weight: 700; }
.micro-content { display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; padding: 120px 0; }
.micro-content > .micro-content-left { -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; margin-bottom: 20px; }
.micro-content > .micro-content-left > h2 { color: #071018; font-size: 64px; text-transform: uppercase; margin-bottom: 40px; }
.micro-content > .micro-content-left > h3 { color: #071018; font-size: 24px; text-transform: uppercase; font-weight: 400; }
.micro-content > .micro-content-left > a { color: #fff; background: #C40303; font-size: 14px; text-align: center; line-height: 14px; border-radius: 4px; padding: 15px 30px; text-transform: uppercase; display: inline-block; }
.micro-content > .micro-content-right { -ms-flex-preferred-size: 66.66%; flex-basis: 66.66%; color: #071018; font-size: 20px; font-family: 'open_sans'; line-height: 32px; margin-bottom: 20px; }
.micro-boxes { display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; }
.micro-boxes > .micro-box { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: flex-end; -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 0 15px; }
.micro-boxes > .micro-box:first-of-type { padding-left: 0; }
.micro-boxes > .micro-box:last-of-type { padding-right: 0; }
.micro-boxes > .micro-box > a { display: -ms-flexbox; display: flex; padding: 40px 20px; height: 200px; background-color: #C40303; border-radius: 5px; align-items: end; flex-wrap: wrap; }
.micro-boxes > .micro-box > a > h3 { color: #fff; font-weight: bold; font-size: 32px; -ms-flex-preferred-size: 100%; flex-basis: 100%; text-transform: uppercase; }
.micro-boxes > .micro-box > a > p { color: #fff;  }
.line.micro { margin-top: -100px; }
.micro-share { background: #234151; width: 60px; position: fixed; right: 0; top: 40%; border-top-left-radius: 4px; border-bottom-left-radius: 4px; z-index: 1; }
.micro-share > a { display: block; width: 100%; padding: 30px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.micro-share > a.fb { background-image: url('../images/facebook.svg');  }
.micro-share > a.tw { background-image: url('../images/twitter.svg');  }
.micro-share > a.yt { background-image: url('../images/youtube.svg');  }
.micro-lang { float: right; }
.micro-gallery-content { padding-top: 40px; }
.live { width: 200px; position: fixed; right: -140px; top: 30%; border-top-left-radius: 4px; border-bottom-left-radius: 4px; background: #C40303; z-index: 1; }
.live > a { background: url('../images/live.svg') center left; background-repeat: no-repeat; padding-left: 60px; height: 60px; display: block; line-height: 60px; text-transform: uppercase; font-weight: 700; color: #fff; }
.live:hover { right: 0; }
.live { transition: all 0.5s }
.broadcast-content { color: #071018; font-family: 'open_sans'; font-size: 14px; line-height: 22px; margin-top: 40px; }
.broadcast-off { background-color: #5D6F79; width: 100%; height: 100%; color: #234151; font-family: 'open_sans'; font-size: 36px; line-height: 600px; text-align: center; }
.micro-title { padding-top: 80px; padding-bottom: 50px; color: #C40303; font-size: 56px; line-height: 64px; text-transform: uppercase; }
.micro-sublinks { margin-bottom: 60px; }
.micro-sublinks a { color: #000000; text-transform: uppercase; font-size: 20px; font-weight: 700; margin-right: 20px; }
.micro-newslist { margin-bottom: 40px; }
.micro-newslist > a { display: block; display: -ms-flexbox; display: flex; flex-direction: row; margin-bottom: 20px; }
.micro-newslist > a > .micro-newslist-image { -ms-flex-preferred-size: 30%; flex-basis: 30%; padding-right: 20px; flex-grow: 1; }
.micro-newslist > a > .micro-newslist-image > img { width: 100%; border-radius: 4px; }
.micro-newslist > a > .micro-newslist-title { -ms-flex-preferred-size: 70%; flex-basis: 70%; flex-grow: 1; }
.micro-newslist > a > .micro-newslist-title > .micro-newslist-date { color: rgba(7, 16, 24, 0.5); font-family: 'open_sans'; font-size: 12px; line-height: 16.34px; margin-bottom: 7px; }
.micro-newslist > a > .micro-newslist-title > .micro-newslist-title { color: #071018; font-size: 16px; line-height: 19px; text-transform: uppercase; margin-bottom: 10px; }
.micro-newslist > a > .micro-newslist-title > .micro-newslist-tag { color: #C40303; font-family: 'open_sans'; font-size: 14px; line-height: 17px; }
.news-list-search.micro { margin-bottom: 40px; }
.micro-news-image { padding-top: 80px; padding-bottom: 60px; }
.micro-news-image > img { border-radius: 8px; box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.25); width: 100%; }
.micro-news-container { display: -ms-flexbox; display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 80px; }
.micro-news-container > .micro-news-title { -ms-flex-preferred-size: 40%; flex-basis: 40%; flex-grow: 1; padding-right: 115px; }
.micro-news-container > .micro-news-title > h2 { color: #071018; font-size: 32px; line-height: 40px; margin-bottom: 20px; text-transform: uppercase; }
.micro-news-container > .micro-news-title > .micro-news-date { background: #C40303; font-size: 12px; line-height: 14.63px; padding: 8px 20px; color: #fff; text-transform: uppercase; font-weight: 700; margin-bottom: 45px; }
.micro-news-container > .micro-news-title > .micro-news-share { margin-bottom: 10px; }
.micro-news-container > .micro-news-content { -ms-flex-preferred-size: 60%; flex-basis: 60%; flex-grow: 1; color: #071018; font-family: 'open_sans'; font-size: 20px; line-height: 32px; }
.micro-news-prev-next { display: -ms-flexbox; display: flex; flex-direction: row; margin-top: 75px; }
.micro-news-prev-next > .micro-news-prev { -ms-flex-preferred-size: 50%; flex-basis: 50%; flex-grow: 1; }
.micro-news-prev-next > .micro-news-next { -ms-flex-preferred-size: 50%; flex-basis: 50%; flex-grow: 1; }
.micro-news-prev-next > .micro-news-prev > h4 { color: #212121; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }
.micro-news-prev-next > .micro-news-next > h4 { color: #212121; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; }
.micro-news-prev-next > .micro-news-prev > a { display: block; color: #212121; font-family: 'open_sans'; font-size: 14px; line-height: 24px; padding-right: 15px;}
.micro-news-prev-next > .micro-news-next > a { display: block; color: #212121; font-family: 'open_sans'; font-size: 14px; line-height: 24px; }
.micro-page-content { margin-bottom: 80px; color: #071018; font-family: 'open_sans'; font-size: 20px; line-height: 32px; }
.sitemap-row { display: -ms-flexbox; display: flex; flex-direction: row; justify-content: space-between; margin-top: 40px; flex-wrap: wrap; }
.sitemap-row > ul li a { margin-bottom: 5px; font-size: 16px; font-weight: 600; display: inline-block;  }
.sitemap-row > ul li { list-style-type: none; margin-top: 0; margin-bottom: 0; }
.sitemap-row > ul > li { margin-bottom: 10px; }
.sitemap-row > ul > li > a { color: #c40303; font-size: 24px; font-weight: 600; }
.sitemap-row > ul ul { padding-left: 20px; margin: 0; }
.sitemap-row > ul { margin: 0; -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%; }
.video-js-container { margin-top: 20px; }
.video-js-container video { width: 100%; }
.video-js-container.video-js-home { -ms-flex-preferred-size: 75%; flex-basis: 75%; margin-top: 0; }
.micro-news-content p { font-size: 14px; line-height: 1.5rem; margin: 5px 0 15px 0;;}

.sitemap-row a { color: #030f1a; font-weight: 600; font-size: 14px; }
.map-container { position: relative; z-index: 1; }
#map-wrapper { height: 600px; overflow: hidden; }
#map-wrapper .marker-cluster-small,
#map-wrapper .marker-cluster-small div,
#map-wrapper .marker-cluster-medium,
#map-wrapper .marker-cluster-medium div,
#map-wrapper .marker-cluster-large,
#map-wrapper .marker-cluster-large div { background-color: #234151; color: #fff; }
.map-information { z-index: 1000; position: absolute; right: 50px; bottom: 0; max-width: 300px; background-color: #fff; border-top-right-radius: 5px; border-top-left-radius: 5px; overflow: hidden; opacity: 1; transition: opacity .2s ease; word-break: break-word; }
.map-information.not-visible { opacity: 0; }
.map-information-head { padding: 20px; background-color: #C40303; color: #fff; font-size: 12px; text-transform: uppercase; }
.map-information-body { padding: 10px 20px 20px; font-family: 'open_sans'; font-size: 12px; }
.map-information-body .title { margin-top: 10px; margin-bottom: 3px; color: #C40303; font-size: 12px; line-height: 17px; font-weight: 700; }
.map-information-body .address,
.map-information-body .manager,
.map-information-body .speaker { color: #071018; font-size: 12px; line-height: 17px; font-weight: 800; }
.map-information-body .manager,
.map-information-body .speaker { margin-bottom: 3px; }
.map-dropdown-container { z-index: 1000; position: absolute; top: calc(100% - 100px); left: 20px; }
.map-dropdown { position: relative; padding: 20px 30px 20px 20px; width: 300px; background-color: #fff; border: 1px solid #D0DAE0; border-radius: 5px; cursor: pointer; }
.map-dropdown:after {  position: absolute;  content: ' ';  top: 50%;  right: 8px;  width: 21px;  height: 12px; background-size: cover;  background-repeat: no-repeat;  background-position: 50% 50%;  background-clip: content-box;  transform: translateY(-50%); }
.map-dropdown-container.expanded .map-dropdown-list { display: block; overflow: auto; max-height: 400px; }
.map-dropdown-container.expanded .map-dropdown { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.map-dropdown .title { position: absolute; top: -7px; left: 10px; font-family: 12px; font-weight: 600; color: #234151; }
.map-dropdown .value { font-family: 'open_sans'; font-size: 16px; color: #1A171B; border: none; }
.map-dropdown-list { display: none; background-color: #fff; border: 1px solid #D0DAE0; border-top: none; border-bottom: none; }
.map-dropdown-list button { padding: 10px 20px; display: block; width: 100%; border: none; border-bottom: 1px solid #D0DAE0; border-radius: 0; background: #fff; cursor: pointer; text-align: left; }
.map-dropdown-list button:hover { color: #000; }
.map-dropdown-list button:focus { outline: none; }
.contacts-container { overflow: visible; }

.nav-link.lang {
    padding-left: 20px;
}
.navbar-wrapper {
    max-width: 100vw;
}
.right small {
    width: 100%;
}
.content-link,
.prb-link {
  text-transform : uppercase;
}
.publication-container {
  -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.15);
}
.select-city .input-group input {
  font-family : 'open_sans';
}
.towns li a {
  font-size: 12px;
  text-transform: uppercase;
}
.select-city .input-group, .search-group {
  /*margin-bottom: 5px;*/
}
.list {
  padding-bottom: 10px;
}

.content-dropdown-submenu > ul {
  columns: auto;
  width: 100%;
  height: 100%;
}
.content-dropdown-submenu > ul > li {
  float: left;
  width: 25%;
}


.dimensions-getter {
    position: absolute!important;
    visibility: hidden!important;
    display: block!important;
}
.menu-container {
    width: 100%;
}
.menu-row {
    display: -ms-flexbox; display: flex;
}
.menu-column {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    font-size: 12px;
}
.menu-column a {
    display: block;
    padding-top: 5px;
    color: #fff;
}
.menu-column > li > a {
    /*margin-bottom: 10px;*/
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-column > li > a + ul {
    margin-top: 10px;
}
.menu-column ul + a {
    margin-top: 10px;
}
.menu-column ul li {
    padding: 5px 0;
}

.prb-tree { margin-top: 40px; }
.prb-tree .tree-title a {  color: #fff; font-family: 'open_sans'; font-size: 18px; line-height: 24px; }
.prb-tree .tree-title { background: #234151; padding: 18px 20px; margin-bottom: 10px; line-height: 24px; }
.prb-tree .tree-title.root { background: #C40303; }
.prb-tree .prb-tree-nodes { padding: 20px 10px; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.prb-tree .prb-tree-nodes .prb-tree-nodes-inner { -ms-flex-preferred-size: 25%; flex-basis: 25%; padding: 0 10px; }
.prb-tree .prb-tree-nodes-inner > a { margin-top: 0; margin-bottom: 20px; color: #071018; font-family: 'open_sans'; font-size: 14px; line-height: 22px; font-weight: bold; display: block; }
.prb-tree .prb-tree-nodes-inner > ul { display: block; margin-bottom: 10px; margin-left: 0; }
.prb-tree .prb-tree-nodes-inner > ul > li { display: block; list-style-type: none; margin: 0; }
.prb-tree .prb-tree-nodes-inner > ul > li a { color: #071018; font-family: 'open_sans'; font-size: 14px; line-height: 22px; }
.micro-header > .content-wrapper.micro-small-menu { text-align: right; padding-top: 0; padding-bottom: 0; display: none; }
.micro-header > .content-wrapper.micro-small-menu a { background: url('../images/Hamburger.svg') left center no-repeat; background-size: cover; width: 32px; height: 20px; display: inline-block; margin-top: 15px; }



html[lang="en"] .select-city .prb-link {
    visibility: hidden;
}
html[lang="en"] .select-city {
    pointer-events: none;
}
html[lang="en"] .select-city #search-site,
html[lang="en"] .select-city .list {
    pointer-events: auto;
}

@media only screen and (min-width: 850px) {
    html[lang="en"] .select-city #search-site {
        /*visibility: hidden;*/
    }
    html[lang="en"] .list {
        display: flex;
        top: 0;
        padding-bottom: 0;
        height: 100%;
        background-color: unset;
    }
    html[lang="en"] .select-city .input-group {
        margin: 0;
        padding-right: 60px;
    }
    html[lang="en"] .select-city .input-group:after {
        content: unset;
        content: none;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    html[lang="en"] .select-city .input-group input {
        height: unset;
        height: auto;
        background-color: unset;
        border: none;
    }
}


@media only screen and (max-width: 1280px) {
    .category-container {
        width: 100%;
    }
    .category-container .category-item {
        flex-basis: 100%;
        word-break: break-word;
    }
    .category-container .category-item a {
        height: auto;
    }
    .content-wrapper,
    .footer,
    .publication-container {
        width: 100%;
    }
    .publication-container {
        padding: 0 15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .publication-container .image-container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: hidden;
    }
    .publication-container .publication-wrapper {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -webkit-box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 11px 46px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 2px 11px 18px -3px rgba(0, 0, 0, 0.75);
    }
    .micro-header > .content-wrapper {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1150px) {
    .navbar {
        /*flex-wrap: wrap;*/
    }
    .services-wrapper {
        margin-left: 25px;
    }
    .main-man {
        min-width: 110px;
    }
    .signal {
        width: 80px;
        width: 90px;
    }
    .e-services {
        min-width: 115px;
        min-width: 125px;
    }
    .main-man p {
        /*position: static;*/
    }
    .nav-link,
    .prb-link {
        font-size: 13px;
    }
    .signal p,
    .e-services p,
    .main-man p {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 950px) {
    .services-wrapper {
        margin-left: 10px;
    }
    .prb-link {
        padding-left: 15px;
    }
}

@media screen and (max-width: 910px) {
    /*.main-man,*/
    .signal,
    .e-services {
        position: static;
    }
    /*.main-man p,*/
    .signal p,
    .e-services p {
        position: relative;
        top: unset;
        left: unset;
        width: unset;
        transform: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .signal p:hover, .e-services p:hover {
        background-color: transparent;
    }
    .services-wrapper {
        align-items: center;
    }
    .signal,
    .e-services {
        margin-right: 0;
        width: unset;
        min-width: 60px;
        height: 60px;
        border-right: 1px solid gray;
    }
    .signal p ,
    .e-services p{
        display: none;
    }
    .signal {
        background: url('../images/signal.svg') center center no-repeat;
    }
    .e-services {
        background: url('../images/eservices.svg') center center no-repeat;
    }
}

@media screen and (max-width: 850px) {
    .menu-row { flex-direction: column; }
    .branding {
        margin-top: 115px;
    }
    .navbar {
        padding: 0;
        flex-wrap: wrap;
    }
    .main-man {
        -ms-flex-preferred-size: 100%;
        order: 5;
        flex-basis: 100%;
    }
    .main-man p {
        position: static;
        padding: 20px 13px;
        height: unset;
        transform: none;
        border-radius: 0;
        text-align: left;
        background-color: #C40303;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar .nav-link:nth-child(1) {
        /*padding-left: 15px;*/
        flex-grow: 1;
        min-width: unset;
    }
    .content-link {
        width: 100%;
        min-width: 60px;
        padding: 0;
        background-position: center center;
    }
    .nav-link.lang {
        /*padding-right: 15px;*/
        padding: 0;
        min-width: 60px;
    }
    .navbar .nav-link:last-child {
        justify-content: center;
    }
    .mobile-hidden {
        display: none;
    }
    .content-link,
    .prb-link {
        height: 100%;
    }
    .prb-link {
        padding: 0;
        margin: 0;
        min-width: 60px;
        background: url('../images/structure.svg') center center no-repeat;
    }
    .select-city,
    .services-wrapper {
        flex-grow: 1;
    }
    .select-city > a,
    .services-wrapper > a {
        width: 50%;
    }
    .services-wrapper {
        margin: 0;
    }


    .content-dropdown {
        top: 60px;
        top: 115px;
        left: 0;
        right: unset;
        width: 100vw;
    }
    .nav-ul {
        /*position: relative;*/
        position: static;
        padding-bottom: 20px;
        width: 100%;
        background-color: #df2c2c;
        background-color: #C40303;
    }
    .show {
        height: unset;
        /*width: unset;*/
        background-color: transparent;
    }
    .content-dropdown-submenu {
        position: static;
        padding: 12px 0px;
        height: unset;
        width: unset!important;
        box-shadow: inset -5px 0px 10px #880202;
    }
    .ul-link:hover > .content-dropdown-submenu {
        display: none;
    }
    .ul-link.active {
        background-color: #9a0000;
    }
    .ul-link.active > .content-dropdown-submenu {
        display: block!important;
    }
    .ul-link.active > .mobile-trigger-dropdown {
        background: url('../images/angle1.svg') right center no-repeat;
    }
    .content-dropdown-submenu > ul {
        padding: 0 30px 0 13px;
        columns: unset;
    }
    .content-dropdown > ul > li {
        padding: 13px 0 0;
        /*padding-right: 30px;*/
    }
    .ul-link > a {
        display: inline-block;
        margin-bottom: 13px;
        padding-left: 13px;
        width: calc(100% - 50px);
        background: none;
        /*padding-right: 20px;*/
    }
    .mobile-trigger-dropdown {
        display: inline-block;
        margin-right: 25px;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background: url(../images/Chevron.svg) center center no-repeat;
        background-size: 10px 10px;
        cursor: pointer;
    }
    .news-slideshow .news-list {
        width: 0;
        display: none;
    }
    .call-to-action {
        left: 50%;
        width: 80%;
        transform: translateX(-50%);
    }
    .news-btn {
        left: 50%;
        transform: translateX(-50%);
    }
    .dot-container {
        display: none;
    }
    .pr-logo,
    .bg-logo {
        padding: 30px 25px;
        background-size: contain;
    }
    .branding-text h3 {
        font-size: 21px;
    }
    .footer-contacts {
        flex-direction: column;
    }
    .news-group {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .news-list-home-slider {
        display: none;
    }
    .home-slide-wrapper .home-slide {
        flex-direction: column;
    }
    .prev-home-slider, .next-home-slider {
        display: none;
    }
    .home-slider {
        min-height: unset;
    }
    .home-slide > div {
        padding: 0;
    }
    .home-slide .home-slider-image {
        margin-bottom: 40px;
    }
    .home-slide-wrapper .title-mobile {
        display: block;
        padding: 20px 0;
        font-size: 12px;
        font-weight: bolder;
        text-align: left;
        line-height: 1.2;
        text-decoration: none;
        color: black;
        border-bottom: #ebebeb 5px solid;
        text-transform: uppercase;
    }
    .home-slide-wrapper.active .title-mobile {
        border-bottom: 5px solid #C40303;
    }
    .home-slide-wrapper.active .home-slide {
        display: -ms-flexbox; display: flex;
        max-height: 1500px;
        transition: max-height .3s ease;
    }
    .home-slide {
        display: -ms-flexbox; display: flex;
        max-height: 0;
        overflow: hidden;
        transition: max-height .1s ease;
    }
    .publication-container .image-container .title {
        font-size: 28px;
    }
    .branding-text { height: 60px; }
    .select-city { position: static; }
    .content-dropdown.show {
        overflow-y: auto;
        max-height: calc(100vh - 115px);
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        flex-wrap: wrap;
        padding: 0 30px;
    }
    .wrapper .col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 20px;
        width: 100%;
    }
    .map-dropdown-container {
        position: static;
        margin: 10px 50px;
    }
    .map-dropdown {
        width: 100%;
    }
    .map-information {
        position: static;
        margin: 10px 50px;
        max-width: 100%;
        border: 1px solid #D0DAE0;
        border-radius: 5px;
        display: block;
    }
    .map-information.not-visible {
        display: none;
    }
    .project .documents-wrapper {
        margin: 0 20px;
        max-width: unset;
        max-width: none;
    }
    .micro-boxes {
        flex-direction: column;
    }
    .micro-boxes > .micro-box {
        padding: 0;
        padding-bottom: 30px;
    }
    .signal-form-fields form button, .check-document-fields form button, .news-list-search form button { flex-grow: 1; }
    .news-list-search .form-group:last-of-type { padding-right: 0; }
    .micro-small-menu { display: block;}
    .micro-header { background-image:  linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%), url('../images/prosecutor-tabled.jpg'); background-size: 100% 100%; background-repeat: no-repeat; }
    .micro-header > .content-wrapper.micro-small-menu { display: block; position: relative; z-index: 2; }
    .micro-menu.active { display: block; }
    .micro-menu { display: none; position: fixed; top: 0; bottom: 0; background: #FF0000; left: 0; right: 0; }
    .micro-menu > ul { margin-top: 20%; }
    .micro-menu > ul > li { display: block; text-align: center; margin-bottom: 25px; margin-right: 0; }
    .micro-menu > ul > li:last-of-type { margin-top: 25px; }
    .micro-menu > ul > li > a { color: #fff; font-size: 14px; line-height: 18px; }
    body.menu-open { overflow: hidden; }
}

@media screen and (max-width: 580px) {
    .footer-nav ul li {
        display: block;
    }
    .footer-info {
        flex-direction: column;
        /*align-items: center;*/
    }
    .footer-info .left h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .left, .right {
        width: 100%;
    }
    .footer-contacts div {
        width: 100%;
    }
    .left h4 {
        width: 100%;
    }
    .micro-share {
      top: unset;
      bottom: 0;
      left: 0;
      width: 100%;
      background-color: rgba(35, 65, 81, .9);
      text-align: right;
      border-radius: 0;
    }
    .micro-share a {
      display: inline-block;
      width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .content-link,
    .prb-link,
    .signal,
    .e-services,
    .nav-link.lang {
        min-width: 50px;
    }
    #search-site {
        padding: 20px 25px;
    }

    .branding-text h2 {
        font-size: 20px;
    }
    .branding-text h3 {
        font-size: 12px;
    }
    .news-group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .wrapper {
        padding: 0 10px;
    }
    .wrapper .col {
        padding: 0 10px;
    }
    .map-dropdown-container {
        margin: 10px 20px;
    }
    .map-information {
        margin: 10px 20px;
    }
    .micro-boxes > .micro-box > a > h3 {
        font-size: 28px;
    }
    .micro-header > .content-wrapper > .title-link > h1 { font-size: 40px; }
    .micro-header > .content-wrapper > .title-link > h2 { font-size: 20px; margin-bottom: 20px; }
    .micro-title { font-size: 46px; }
    .news-list-search .form-group { padding-right: 0; }
    .micro-news-container > .micro-news-title { padding-right: 0;}
    .micro-header > .content-wrapper { padding-top: 450px; }
    .micro-header { background-image: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%), url('../images/prosecutor2x.jpg'); background-size: 100% 100%; background-repeat: no-repeat; }
}

:lang("en") a.prb-link { visibility: hidden; }
.boxes .text { margin-bottom:2rem; }
.boxes .text > * { display:block; margin-bottom:0.5rem; }
.col img[src$=\.svg] { width:18px; display:inline-block; margin-right:4px; margin-bottom:-2px; }
