@font-face {
    font-family: KelsonNormal;
    src: url(fonts/KelsonSansBG-Normal.woff);
    font-weight: bold;
}


a {
    text-decoration: none;
    color: #14a5d3;
}

html {
    overflow-x: hidden;
}

body {
    background-color: #0d1624;
    background-repeat: repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: center top;
    background-image: url(../img/pattern.gif);
    font-family: Ubuntu, "Raleway";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #eeeeee;
    text-align: left;
}

.brand-logo-standard>img {
    max-height: 80px;
    -webkit-transition: .35s;
    transition: .35s;
}

img {
    max-width: 100%;
}

em {
    color: #fff;
    font-size: 16px;
    font-family: Ubuntu, "Raleway";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

a,
a:active,
a:focus,
button,
button:focus {
    outline: none;
    border: none;
    outline-style: none;
    -moz-outline-style: none;
}


.navbar {
    padding: 0;
    border-bottom: 1px solid #383757;
    -webkit-transition: background-color 300ms ease-out;
    -ms-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

/* .dropdown:hover,
.nav-item:hover {
    background-color: #233960;
}

.dropdown-menu>.nav-item:hover {
    background-color: inherit;
} */

.navbar-nav>li::before {
    content: "";
    display: none;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -12px;
    width: 8px;
    height: 8px;
    color: aliceblue;
}

.nav-item {
    margin-left: 0px;
}


.navbar-nav>li {
    display: flex;
    justify-content: center;
    /* align horizontal */
    align-items: center;
    position: relative;
    list-style: none;
    float: left;
    background: none;
    overflow: visible;
    width: auto;
    margin: 0px;
}

@media (min-width: 992px) {
    .navbar-nav>li::before {
        content: "\\";
        display: block;
        position: absolute;
        left: -15px;
        top: 50%;
        margin-top: -12px;
        width: 8px;
        height: 8px;
        color: aliceblue;
    }

    /* .dropdown:hover,
    .nav-item:hover {
        background-color: inherit;
    }

    .dropdown-menu>.nav-item:hover {
        background-color: inherit;
    } */

    .navbar-nav>li {
        margin: 0 0 0 22px;
    }
}

.navbar-nav>li:first-child:before,
.navbar-nav>li:first-child:after {
    display: none;
}


.navbar-nav li {
    font-size: 100%;
    text-align: center;
}


/* .nav-link {    
    color: white;
} */
.nav-item.active>a,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}

.navbar-light .navbar-nav .nav-link {
    color: #c3ccd6;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(125, 177, 230);
}

nav {
    min-height: 90px;
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.14);
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.8);
}

/* .dropdown>.nav-link, .navbar-nav li.nav-item a.nav-link {
    width: min-content;
} */

#large-header {
    background-color: #16263d;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-image: url(../img/bgimage.jpg);
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.large-header {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.large-header canvas {
    display: none;
}

.large-header.animated-header canvas {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
}

.large-header .large-header-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}

.large-header .main-title {
    font-family: Quantico, Rogan-Light;
    font-weight: 700;
    font-style: italic;
    color: #f9fcfd;
    font-size: 72px;
    text-transform: none;
}

@media (max-width:991px) {
    .large-header .main-title {
        font-size: 48px !important
    }
}

@media (max-width:767px) {
    .large-header .main-title {
        font-size: 32px !important
    }
}

.static-header-overlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url(img/slider-overlay-pattern.png);
    background-position: 0 0
}

h1 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 30px
}

h2 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 24px
}

h3 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 18px
}

h4 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 16px
}

h5 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 14px
}

h6 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 12px
}

.block h2 {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    color: #f9fcfd;
    font-size: 32px;
    text-align: center;
}

.page-header.page-header__standard h1 {
    font-family: Ubuntu, Rogan-Light;
    font-weight: 300;
    font-style: normal;
    color: #f9fcfd;
    font-size: 22px
}

.navbar.scrolled {
    background: rgb(22, 38, 61);
    /* background-repeat: repeat;
    background-image: url(../img/pattern-dotted-dark.png); */
}

.navbar::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(55deg, rgb(21, 37, 60) 0%, rgb(59, 94, 142) 100%);
    z-index: -1;
    transition: opacity 0.5s linear;
    opacity: 0;
}

.navbar.scrolled::before {
    opacity: 1;
}

.navbar.colorized {
    background: rgb(22, 38, 61);
}

.navbar.colorized::before {
    opacity: 1;
}

.static-header-overlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url(../img/slider-overlay-pattern.png);
    background-position: 0 0;
    opacity: 0.6;
}

#video-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}

.block {
    background-color: #132338;
    padding-top: 55px;
    padding-bottom: 55px;
}

.block.footer {
    background-color: #101a2b !important;
    padding-top: 55px;
    padding-bottom: 35px;
}


.block:nth-child(2n) {
    background-color: #101a2b;
}


.title-bordered {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 65px
}

.title-bordered:after,
.title-bordered:before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    bottom: 6px;
    width: 12%;
    opacity: .12
}

.title-bordered:before {
    left: 50%;
    background-image: -webkit-linear-gradient(left, color-stop(transparent 0), color-stop(#f9fcfd 100%));
    background-image: linear-gradient(to right, transparent 0, #f9fcfd 100%);
    background-repeat: repeat-x
}

.title-bordered:after {
    right: 50%;
    background-image: -webkit-linear-gradient(left, color-stop(#f9fcfd 0), color-stop(transparent 100%));
    background-image: linear-gradient(to right, #f9fcfd 0, transparent 100%);
    background-repeat: repeat-x
}

.title-bordered .title-inner {
    position: relative;
    padding-bottom: 45px
}

.title-bordered .title-inner:after,
.title-bordered .title-inner:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%
}

.title-bordered .title-inner:before {
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    width: 13px;
    height: 13px;
    background: #f9fcfd;
    opacity: .15
}

.title-bordered .title-inner:after {
    left: 50%;
    margin-left: -3px;
    bottom: 4px;
    width: 5px;
    height: 5px;
    background: #14a5d3
}

.title-bordered h1,
.title-bordered h2,
.title-bordered h3,
.title-bordered h4,
.title-bordered h5,
.title-bordered h6 {
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    color: #f9fcfd
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.content .list-group-item {
    position: relative;
    padding-left: 50px;
    padding-right: 0;
    margin-bottom: 20px;
    background: 0 0;
    border: none;
}

.content .list-group-item .icon {
    position: absolute;
    top: 7px;
    left: 3px;
    display: block;
    width: 30px;
    height: 30px;
    content: '';
    overflow: hidden;
    text-align: center;
    z-index: 1;
    font-size: 0.9em;
}

.list-desc {
    color: #9eb4cc;
}

.block .container p {
    color: #cdd6e0;
    text-align: justify;
    text-justify: inter-word;
}

.counter-box {
    background-color: #213046;
    font-family: Ubuntu, "Raleway";
    padding: 20px;
}

.counter-box .counter-info {
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.counter-box .counter {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 46px;
    display: block;
    line-height: 1.2em;
}

.counter-container {
    margin-bottom: 20px;
    color: #9eb4cc;
}

.footer-contacts .footer-element-title h4 {
    position: relative;
    margin-bottom: 0;
    padding: 0 0 24px 0
}

.footer-contacts .footer-element-title h4:after,
.footer-contacts .footer-element-title h4:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%
}

.footer-contacts .footer-element-title h4:before {
    left: 0;
    bottom: -6px;
    width: 13px;
    height: 13px;
    background: #f9fcfd;
    opacity: .15
}

.footer-contacts .footer-element-title h4:after {
    left: 4px;
    bottom: -2px;
    width: 5px;
    height: 5px;
    background: #14a5d3
}

.footer-contacts-list>li {
    position: relative;
    padding: 0 0 20px 40px;
    min-height: 20px;
}

.footer-contacts-list>li svg {
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 2px;
    width: 20px;
    text-align: center;
    color: #74879d;
}

.footer-contacts-list>li .fa {
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 2px;
    width: 20px;
    text-align: center;
    color: #74879d;
}

.footer-element-title h4 {
    font-family: Quantico, "Raleway", Ubuntu;
    text-align: left;
    font-weight: 300;
    font-style: normal;
    color: #f9fcfd;
    font-size: 20px;
    position: relative;
    margin-bottom: 0;
    padding: 0 0 24px 0;
}

.footer-element-title {
    position: relative;
    font-size: 20px;
    margin-bottom: 36px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 400;
}

.footer-element-title::before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    left: 13px;
    bottom: 0;
    width: 60%;
    opacity: .12;
    background-image: -webkit-linear-gradient(left, color-stop(#f9fcfd 0), color-stop(transparent 100%));
    background-image: linear-gradient(to right, #f9fcfd 0, transparent 100%);
    background-repeat: repeat-x;
}

.footer li {
    font-family: Quantico, "Raleway", Ubuntu;
    color: #6a7482;
}

.footer-copyright {
    padding-bottom: 30px;
    text-align: center;
    font-size: .9em;
    overflow: hidden;
    padding: 25px 0 20px 0;
    color: #4e5e73;
    background-color: #0d1624;
}

.footer-logo-img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.footer-copyright a {
    color: #4e5e73;
}

.navbar-nav>li.dropdown {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-nav>li.dropdown>a {
    flex: 0 1 100%;
}

.navbar-nav>li.dropdown>ul.dropdown-menu {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 1 100%;
}

.navbar-nav>li.dropdown>ul.dropdown-menu>li {
    flex: 0 1 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.dropdown-menu.show {
    display: flex !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0px 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #0b1522;
    background-clip: padding-box;
}

.dropdown-menu .nav-item {
    border-bottom: 1px solid #262839;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu .nav-item:last-child {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-cover {
    position: relative;
    height: 230px;
}

.header-cover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-color: #070c13;
    background-size: cover;
    background-attachment: local;
    background-position: center center;
    background-image: url('../img/news-header.jpg');
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1;
}


.header-cover>.inner {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 100%;
    padding-left: 9%;
}

.inner>h2 {
    padding-top: 90px;
    margin-bottom: 0px;
}

.news-heading {
    margin-bottom: 15px;
}

.news-heading .date {
    display: none;
}

.news-heading .news-title-wrapper {
    padding: 0 25px 0 30px;
    -webkit-transform: skew(-15deg, 0);
    -ms-transform: skewX(-15deg) skewY(0);
    transform: skew(-15deg, 0);
    height: auto;
    min-height: 75px;
    border: 1px solid #596577;
}

.news-heading h1,
.news-heading h2 {
    margin: 0;
    overflow: hidden;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
}

.news-heading h1,
.news-heading h2 {
    height: 75px;
    display: table-cell;
    -webkit-transform: skew(15deg, 0);
    -ms-transform: skewX(15deg) skewY(0);
    transform: skew(15deg, 0);
}

.news-heading h1,
.news-heading h2,
.news-heading h2 a {
    font-family: Quantico, 'Roboto', Raleway;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    color: #f9fcfd;
    font-size: 18px;
}


.news-heading .date-inner {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 10px;
    display: block;
    -webkit-transform: skew(15deg, 0);
    -ms-transform: skewX(15deg) skewY(0);
    transform: skew(15deg, 0);
    font-size: 14px;
    height: 75px;
    line-height: 75px;
    width: 86px;
    text-align: center;
    position: relative;
    font-size: 20px;
    width: 148px;
    font-weight: 300;
    padding-bottom: 0;
}

.news-heading .period-inner {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-bottom: 10px;
    display: block;
    -webkit-transform: skew(15deg, 0);
    -ms-transform: skewX(15deg) skewY(0);
    transform: skew(15deg, 0);
    font-size: 14px;
    height: 75px;
    line-height: 37.5px;
    width: 86px;
    text-align: center;
    position: relative;
    font-size: 20px;
    width: 148px;
    font-weight: 300;
    padding-bottom: 0;
}

.date-inner,
.period-inner {
    font-family: Quantico, "Raleway", Ubuntu;
    color: #6a7482;
}

.procurement .news-heading .date {
    display: block;
    margin: 10px !important;
}

.procurement .news-heading .date-inner {
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    font-size: 14px;
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 0;
    width: auto;
    height: auto;
    transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
}

@media(min-width:751px) {

    .news-heading .date,
    .procurement .news-heading .date {
        display: block;
        float: left;
        -webkit-transform: skew(-15deg, 0);
        -ms-transform: skewX(-15deg) skewY(0);
        transform: skew(-15deg, 0);
        border: 1px solid #3A4A5F;
    }

    .procurement .news-heading .date-inner {
        font-size: 1.2em;
        line-height: 1.2em;
        padding-bottom: 10px;
        display: block;
        -webkit-transform: skew(15deg, 0);
        -ms-transform: skewX(15deg) skewY(0);
        transform: skew(15deg, 0);
        font-size: 14px;
        height: 75px;
        line-height: 75px;
        width: 86px;
        text-align: center;
        position: relative;
        font-size: 20px;
        width: 148px;
        font-weight: 300;
        padding-bottom: 0;
    }

    .procurement .news-heading .date {
        display: block;
        margin: 0px !important;
        margin-right: 30px !important;
    }

    .news-title-wrapper {
        margin: 0 0 0 160px;
    }
}

.news .block>.container {
    border-bottom: 1px solid #364964;
}

.dropdown-menu {
    left: -18px;
}

.flex-grid-center {
    display: flex;
    justify-content: center;
    margin: 2em 0;
}

.fuller-button {
    color: white;
    background: none;
    border-radius: 0;
    padding: 1.2em 5em;
    letter-spacing: 0.35em;
    font-size: 0.7em;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    margin: 1em;
    cursor: pointer;
}

.fuller-button.blue {
    box-shadow: inset 0 0 1em rgba(0, 170, 170, 0.5), 0 0 1em rgba(0, 170, 170, 0.5);
    border: #006edd solid 2px;
}

.fuller-button.blue:hover {
    background-color: #0188C6;
    box-shadow: inset 0 0 0 rgba(0, 170, 170, 0.5), 0 0 1.5em rgba(0, 170, 170, 0.7);
}

.fuller-button.red {
    box-shadow: inset 0 0 1em rgba(251, 81, 81, 0.4), 0 0 1em rgba(251, 81, 81, 0.4);
    border: #fb5454 solid 2px;
}

.fuller-button.red:hover {
    background-color: #fb5454;
    box-shadow: inset 0 0 0 rgba(251, 81, 81, 0.4), 0 0 1.5em rgba(251, 81, 81, 0.6);
}

.fuller-button.white {
    box-shadow: inset 0 0 0.8em rgba(255, 255, 255, 0.3), 0 0 0.8em rgba(255, 255, 255, 0.3);
    border: #fff solid 2px;
}

.fuller-button.white:hover {
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.3), 0 0 1.2em rgba(255, 255, 255, 0.5);
}

.pure-control-group {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 1em 2.6em 1em;
}

.pure-form .pure-control-group label {
    text-align: left;
    position: absolute;
    left: 0;
    top: 15%;
    z-index: 0;
    letter-spacing: 0;
    margin: 0 1em;
}

.pure-form .pure-control-group input {
    background: none;
    box-shadow: none;
    padding-left: 0;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
    color: #fff;
}

.pure-form .pure-control-group input:focus {
    border-bottom: 2px solid white;
}

.pure-form .pure-control-group textarea {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    resize: none;
    height: 8em;
    color: #fff;
}

.pure-form .pure-control-group textarea:focus {
    border-left: 2px solid white;
}

.pure-form .pure-control-group input[type=email]:focus:invalid {
    color: #fff;
}

.pure-form .pure-control-group input[type=email]:invalid {
    color: #fb5454;
}

.pure-form button {
    margin: 0.5em 1em;
}

.pure-button {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-family: 'Roboto';
    font-size: 1em;
}

.full-width {
    /* margin: 0 -100%;
    padding: 0 100%; */
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    border: none;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../img/news-archive.jpg);
    background-position: 50% 55.43px;
}

/* li.dropdown:hover>.dropdown-menu {
    display: block !important;
} */

@media only screen and (max-width : 966px) {
    #video-container {
        display: none !important;
    }

    .landing-copyright {
        display: none !important;
    }
}

body {
    max-width: 100%;
}

.navbar-default {
    max-width: 100%;
}

.employee-header {
    padding: 14px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.units-header {
    padding: 14px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.units-header>h3 {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    border: none;
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(/static/img/news-archive.jpg);
    background-position: 50% 55.43px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.title-units {
    display: table;
    padding-bottom: 30px;
    width: 100%;
}

.title-units>h2 {
    height: 3.75em;
    line-height: 1.25em;
    display: table-cell;
    vertical-align: middle;
    font-size: 28px !important;
    padding-left: 5%;
    padding-right: 5%;
}

.units-header-header .employee-name {
    margin-bottom: .25em;
    color: #d1d5db;
    text-transform: none;
}

.units-header-header span {
    color: #8190aa;
}

.units-header>h3>a {
    text-shadow: 1px 1px 1px #020202;
}

.employee-header .employee-name {
    margin-bottom: .25em;
    color: #d1d5db;
    text-transform: none;
    margin-top: .25em;
}

.employee-header img {
    box-shadow: none !important;
}

.employee-header span {
    color: #8190aa;
}

.structure-members {
    align-content: center;
    justify-content: center;
}

.structure-members>div {
    margin-bottom: 70px;
}

.structure-members>div>div div {
    font-family: "Quantico", "Raleway", Ubuntu;
}

.quantico-numbers {
    font-family: "Quantico", "Raleway", Ubuntu;
}

.hr-alt {
    margin: 10px 0 80px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.44);
    border-top: none;
}

.hr-alt:before,
.hr-alt:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 3px;
    height: 3px;
    background: #14a5d3;
}

.hr-alt:before {
    left: 0;
}

.hr-alt:after {
    right: 0;
}

.header-button {
    flex-direction: initial;
    text-align: center;
    letter-spacing: 2px;
}


div.selected {
    cursor: context-menu;
    box-shadow: none !important;
    border: none !important;
    color: rgb(77, 77, 77) !important;
    background-color: rgb(244, 244, 244) !important;
}


a.selected {
    cursor: context-menu;
    box-shadow: none;
    border: none;
    background-color: initial;
    color: initial;
}

.block .container p strong,
.block .container p b {
    color: #fff;
}

/* Fallback styles */
.book {
    display: inline-block;
    box-shadow: 5px 5px 20px #333;
    margin: 10px;
}

.book img {
    vertical-align: middle;
}

.book-container > a {
    margin: 10px;
}

.csstransforms3d .book {
    position: relative;
    -moz-perspective: 100px;
    perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100) rotateY(-3deg);
    transform: rotateY(-3deg);
    outline: 1px solid transparent;
    box-shadow: none;
    margin: 0;
}

.csstransforms3d .book img {
    position: relative;
    max-width: 100%;
}

.csstransforms3d .book:before,
.csstransforms3d .book:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}

.csstransforms3d .book:before {
    width: 100%;
    left: 7.5%;
    background-color: #18425a;
    box-shadow: 5px 5px 20px #000;
}



.csstransforms3d .book:after {
    width: 5%;
    left: 100%;
    background-color: #EFEFEF;
    box-shadow: inset 0px 0px 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100) rotateY(20deg);
}

.csstransforms3d .fancy-images {
    -moz-perspective: 100px;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    display: inline-block;
    margin: 20px;
}

.csstransforms3d .fancy-image {
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100) rotateY(-3deg);
    outline: 1px solid transparent;
    /* Helps smooth jagged edges in Firefox */
    box-shadow: none;
    margin: 0;
}

.csstransforms3d .fancy-image img {
    position: relative;
    max-width: 100%;
}

.csstransforms3d .fancy-image:before,
.csstransforms3d .fancy-image:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}

.csstransforms3d .fancy-image:before {
    width: 100%;
    left: 7.5%;
    background-color: #2a5488;
}


.csstransforms3d .fancy-image:after {
    width: 5%;
    left: 100%;
    background-color: #EFEFEF;
    box-shadow: inset 0px 0px 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100) rotateY(20deg);
}


/* .procurement .block>.container>p:first-of-type {
    min-height: 100px;
} */

.procurement .block>.container:last-child {
    border-bottom: 1px solid #364964;

}

.companies-list>li {
    padding: 0 0 1px 1px !important;
}

.companies-list>li:before,
.companies-list>li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    top: 0;
    width: 3px;
    border-top: 3px solid #14a5d3;
    border-bottom: 3px solid #14a5d3;
}

.companies-list>li:before {
    left: -1px;
    top: -2px;
}

.companies-list>li:after {
    right: -2px;
    top: -2px;
}

.companies-list>li a {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: .2s;
    transition: .2s;
}

.companies-list>li a:hover {
    position: relative;
    z-index: 2;
}

.companies-list>li img {
    width: 100%;
    height: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: none;
    padding: 0;
    margin: 0;
    opacity: .25;
    filter: alpha(opacity=25);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.companies-list>li img:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.companies-icobox img {
    margin-bottom: 15px;
    margin-top: 15px;
    max-width: 80%;
}

.companies-icobox p {
    padding-left: 25px;
    padding-right: 25px;
}

.companies-icobox>div {
    text-align: center;
}

.events.inner>.row {
    width: 100%;
}

.events.inner>.row>a {
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .events.inner>.row>a {
        max-width: 400px;
        margin: 0 auto !important;
    }
}



img {
    max-width: 100%;
    height: auto;
}

.img-left,
.img-right,
.img-center,
.img-none {
    display: block;
    padding: 6px;
    margin-bottom: 24px;
    line-height: 1.615384;
    background-color: #213046;
    border: none;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

a.img-left,
a.img-right,
a.img-center,
a.img-none {
    display: inline-block;
    position: relative;
}

a.img-left:before,
a.img-right:before,
a.img-center:before,
a.img-none:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    background: rgba(15, 131, 255, 0.19);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    filter: alpha(opacity=0);
}

a.img-left:hover:before,
a.img-right:hover:before,
a.img-center:hover:before,
a.img-none:hover:before {
    opacity: 1;
    filter: alpha(opacity=1);
}

.img-left {
    float: none;
    margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
    .img-left {
        float: left;
        margin: 0 24px 10px 0;
    }

    .csstransforms3d .book {
        position: relative;
        -moz-perspective: 100px;
        perspective: 100px;
        -moz-transform: rotateY(-3deg);
        -webkit-transform: perspective(100) rotateY(-3deg);
        transform: rotateY(-3deg);
        outline: 1px solid transparent;
        box-shadow: none;
        margin: 0;
    }

    .csstransforms3d .book img {
        position: relative;
        max-width: 100%;
    }

    .csstransforms3d .book:before,
    .csstransforms3d .book:after {
        position: absolute;
        top: 2%;
        height: 96%;
        content: ' ';
        z-index: -1;
    }

    .csstransforms3d .book:before {
        width: 100%;
        left: 7.5%;
        background-color: #18425a;
        box-shadow: 5px 5px 20px #000;
    }

    .csstransforms3d .book:after {
        width: 5%;
        left: 100%;
        background-color: #EFEFEF;
        box-shadow: inset 0px 0px 5px #aaa;
        -moz-transform: rotateY(20deg);
        -webkit-transform: perspective(100) rotateY(20deg);
    }

    .csstransforms3d .books {
        perspective: 100px;
        -moz-perspective: 100px;
        -moz-transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        display: inline-block;
        margin: 20px;
    }

}

.img-right {
    float: none;
    margin: 0 auto 20px auto;
}

@media (min-width: 768px) {
    .img-right {
        float: right;
        margin: 0 4px 10px 24px;
    }
}

.img-center {
    margin: 0 auto 10px auto;
    text-align: center;
}

.lightgallery {
    margin: 30px;
}

.lightgallery>a {
    text-align: center;
}

.magazines img {
    max-height: 200px;
}

.magazines-text {
    text-align: left;
    padding-top: 20px;
}

.magazines-text>p {
    color: whitesmoke !important;
    text-align: center;
}

@media (max-width: 767px) {
    .magazines-text {
        text-align: center;
    }

    .magazines-text>p {
        text-align: center !important;
    }
}

.journal-section a[href]>.books>.book:hover {

    transform: rotateY(0deg);
}

.journal-section a[href]>.books>.book:hover::after,
.journal-section a[href]>.books>.book:hover::before {
    display: none;
}

.projects-section .news-title-wrapper {
    border-left: none;
    border-right: none;
}

.structure-members .employee-header>img {
    display: block;
    margin: 0 auto;
}

.patent-table {
    display: table;
}

@media (max-width: 767.98px) {
    .patent-table {
        display: block;
    }
}

.patent-table thead {
    background-color: white;
    color: #132338;
}

.patent-table td,
.patent-table th {
    border-top: 1px solid #3c4a62;
    font-family: Quantico, "Raleway", Ubuntu;
    border-right: solid 1px #3c4a62;
    border-left: solid 1px #3c4a62;
}

.patent-table td:first-child,
.patent-table th:first-child {
    border-left: none;
}

.patent-table td:last-child,
.patent-table th:last-child {
    border-right: none;
    text-align: center;
}

.patent-table td {
    padding: 10px;
}

.patent-table thead td {
    border: none;
    text-align: center;
    vertical-align: middle;
}

.patent-table tbody td:nth-child(2) {
    text-align: justify;
    text-justify: inter-word;
}

.patent-table tbody td:nth-child(3) {
    text-align: center;
}

.patent-table {
    column-rule: 1px solid #3c4a62;
}

.container-table {
    width: 100%;
}


@media (min-width:992px) {
    .container-table {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width:1200px) {
    .container-table {
        max-width: 1140px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

.landing-copyright {
    font-size: 8px;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    pointer-events: all;
    cursor: auto;
    z-index: 100;
    opacity: 0.35;
    padding: 5px;
    left: 0;
}

.hr-margin {
    margin: 0 auto;
}

.news-heading .news-title-wrapper {
    background-color: white;
}

.news-title-wrapper .news-title a,
.news-title-wrapper .procedure-title a,
.news-title-wrapper .news-title {
    color: #132338;
}

.news-heading .date {
    background-color: white;
}


.news-heading .date-inner {
    color: #132338;
}

.date,
.news-title-wrapper {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.pure-button.selected {
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75) !important;
}

.dropdown-menu {
    background-color: white;
}

.dropdown-menu>.nav-item.active>a {
    color: black;
    text-decoration: none;
    cursor: default;
}

.dropdown-menu>.nav-item>a {
    color: #053EDF;
}

.error-body {
  box-sizing: border-box;
  height: 100%;
  background-color: #0d1624;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Quantico, Ubuntu, sans-serif;
  font-size: 1.5rem;
  color: #00d0e3;
  text-shadow: 0 0 1ex #337aff, 0 0 2px rgba(255, 255, 255, 0.8);
}

.noise {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("https://media.giphy.com/media/oEI9uBYSzLpBK/giphy.gif");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: .02;
}

.overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: auto 4px;
  z-index: 1;
}

.overlay::before {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, transparent 0%, rgba(32, 112, 128, 0.49) 2%, #1c558e 3%, rgba(32, 67, 128, 0.55) 3%, transparent 100%);
  background-repeat: no-repeat;
  -webkit-animation: scan 7.5s linear 0s infinite;
          animation: scan 7.5s linear 0s infinite;
}

@-webkit-keyframes scan {
  0% {
    background-position: 0 -100vh;
  }
  35%, 100% {
    background-position: 0 100vh;
  }
}

@keyframes scan {
  0% {
    background-position: 0 -100vh;
  }
  35%, 100% {
    background-position: 0 100vh;
  }
}
.terminal {
  box-sizing: inherit;
  position: absolute;
  height: 100%;
  width: 1000px;
  max-width: 100%;
  padding: 4rem;
  text-transform: uppercase;
}

.output {
  color: rgba(128, 198, 255, 0.8);
  text-shadow: 0 0 1px rgba(25, 63, 121, 0.4), 0 0 2px rgba(255, 255, 255, 0.8);
}

.output::before {
  content: "> ";
}

/*
.input {
  color: rgba(192, 255, 192, 0.8);
  text-shadow:
      0 0 1px rgba(51, 255, 51, 0.4),
      0 0 2px rgba(255, 255, 255, 0.8);
}

.input::before {
  content: "$ ";
}
*/
.error-body a {
  color: #fff;
  text-decoration: none;
}

.error-body a::before {
  content: "[";
}

.error-body a::after {
  content: "]";
}

.errorcode {
  color: white;
}
