.breadcrumb a{
    color: #002c52;
    font-family: 'PTSerif-Bold','sans-serif';
    font-size: 15px;
}
.bg-content{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
.selectpicker{
    border:none;
}
.page-content{
    margin: 30px 0 200px 0;
}
.categories-news{
    margin-bottom: 20px;
}
.current-menu-list{
    list-style-type: none;
    margin:0;
    padding: 0;
}
.social-share{
    background-color: gainsboro;
    padding: 15px;
    text-align: center;
}
.table-responsive{
    transform: rotateX(180deg);
}
.table{
    transform: rotateX(180deg);
}
.share-icon{
    font-size: 35px;
    padding-right: 15px;
}
/*.current-menu-list li:first-child,.current-menu-list li:first-child:hover{*/
/*    background-color: #083e6b;*/
/*    color: #fff;*/
/*    padding-left: 10px;*/
/*}*/
/*.current-menu-list li:first-child a{*/
/*    color: #fff;*/
/*}*/
.current-menu-item{
    padding: 10px;
    background-color: #002C52;
    padding-left: 40px;
}

.current-menu-item a{
    display: flex;
    justify-content: space-between;
    text-decoration:none;
    color: #b7c1c1;
    font-family: 'PT Serif Regular','sans-serif';
    font-weight: 400;
    font-size: 14px;
}

.current-menu-item:hover{
    background-color: #234969;
    color: #b4bdbd;
}
.current-menu-item.active{
    background-color: #234969;
    color: #b4bdbd;
}
.last-list{
    border: 1px solid #002C52;
    padding: 20px;

}
.last-list ul{
    margin: 0;
    list-style-type: none;
    padding: 0;
}
.last-list ul a{
    text-decoration: none;
    color: #1B315C;
}
.last-list .title{
    font-family: 'PTSerif-Bold','sans-serif';
    font-size: 18px;
    /*line-height: 51px;*/
    text-align: center;
    font-weight: 700;
    color: #002C52;
    text-transform: uppercase;
}
.small-text{
    font-family: 'Montserrat Regular', 'sans-serif';
    font-size: 12px;
    line-height: 17px;
    color: slategrey;
    padding-right: 10px;
}
.tags{
    font-family: 'Montserrat Regular', 'sans-serif';
    font-size: 12px;
    line-height: 17px;
    color: slategrey;
    text-decoration: none;
}
/****************** news-list ******************/
.overlay{
    /*position: absolute;*/
    width: 100%;
    /* height: 100%; */
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.overlay a{
    white-space: pre-wrap;
    word-break: break-word;
    text-decoration: underline;
    /* font-family: 'Montserrat Regular','sans-serif'; */
    font-size: 13px;
    color: #002C52;
}
.news-list-item .news-title{
    font-family: 'PTSerif-Bold','sans-serif';
    font-size: 24px;
    /* line-height: 51px; */
    text-align: left;
    font-weight: 700;
    color: #002C52;
    padding: 10px 0;
}
.overlay .news-title{
    font-family: 'PTSerif-Bold','sans-serif';
    font-size: 18px;
    /* line-height: 51px; */
    text-align: left;
    font-weight: 700;
    color: #002C52;
    text-transform: none;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-title{
    font-family: 'PTSerif-Bold','sans-serif';
    font-size: 18px;
    /* line-height: 51px; */
    text-align: left;
    font-weight: 700;
    color: #002C52;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.last-news-item img{
    width: 100px;
    height: auto;
    object-fit: cover;
}
.last-news-link{
    font-size: 13px;
    font-family: 'PT Serif Regular','sans-serif';
    font-weight: 400;
    line-height: 17px;
    color: #002c52;
}
.list-item-title{
    font-family: 'PTSerif-Bold','sans-serif';
    font-size: 22px;
    /* line-height: 51px; */
    text-align: left;
    font-weight: 700;
    color: #002C52;
    padding: 10px 0;
}
.bacground-color{
    background-color: #F9FBFF;
}
.img-fluid{
    height: 400px !important;
}
.news-right-nav{
    display: flex;
    flex-direction: column;
}
.current-menu{
    flex-grow: 2;
    padding-bottom: 0 !important;
}
.page-content .link{
    text-decoration: underline;
    color: #002C52;
}
/*.page-content .link:before{*/
/*    content: "";*/
/*    display: block;*/
/*    background: url("/img/icons/document.png") no-repeat;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-size: cover;*/
/*    float: left;*/
/*    margin: 0 6px 0 0;*/
/*}*/
.page-content .overlay{
    background-color: #fff;
}
/*.page-content .row .col-lg-9{*/
/*    background-color: #fff;*/
/*    border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/

/*}*/
@media screen and (min-width: 992px) and (max-width: 1550px){
    .last-news-item{
       flex-direction: column;
    }
    .last-news-item img{
       width: 100%;
    }
    .last-news-link{
       font-size: 14px;
       line-height: 14spx;
    }
}

@media (max-width: 1200px) {
    .current-menu-item {
        padding-left: 20px;
        font-size: 12px;
    }
    .grid-2{
        grid-template-columns: 1fr !important;
    }
    .last-list .title{
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .small-text{
       font-size: 14px;
    } 
    .last-news-link{
       font-size: 15px;
       line-height: 17px;
    }
}
.inner{
    background-color: #083e6b;
}

.inner ul{
    list-style-type: none;
    padding: 0;
}
.inner li{
    /*border-top: 1px solid;*/
    /*border-bottom: 1px solid;*/
    padding: 5px 0;
    /*background-color: lightslategrey !important;*/
}
.inner ul li{
    background-color: #083e6b;
    color: #fff;
    padding-left: 50px;
}
.inner ul li:first-child a{
    color: #b7c1c1;
}
.inner ul li a{
    text-decoration: none;
    color: #b7c1c1;
    font-family: 'PT Serif Regular','sans-serif';
    font-weight: 400;
    font-size: 14px;
}
.inner .active{
    background-color: #234969 !important;
    color: #b4bdbd !important;
}
.current-menu-list .title{
    background-color: #0c2c46;
    color: #fff;
    padding: 10px;
}
.news-video{
    width: 100%;
    margin-top: 20px;
    height: auto;
}
.news-video iframe{
    width: 100%;
    min-height: 400px;
}
#to-top {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    position: fixed;
    bottom: 80px;
    right: 50px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#to-top i{
    width: 100%;
    height: 100%;
    font-size: 50px;
    color: #fff;
}
#to-top:hover {
    cursor: pointer;
    background-color: #333;
}
#to-top:active {
    background-color: #555;
}
#to-top.show {
    opacity: 1;
    visibility: visible;
}
.grid-blocks{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}
.person-info{
    display: grid;
    grid-template-columns: 30% 70%;
}
.person-info img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.person-info .info{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 10px;
}
.person-info .info .info-item{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.grid-2{
    display: grid;
    grid-template-columns: 50% 50%;
}
.grid-1{
    display: grid;
    grid-template-columns: 1fr;
}
.grid-3{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-row-gap: 20px;
}
.text-content{
    font-family: 'PT Serif Regular','sans-serif';
    font-size: 15px;
}

.person-item{
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 1px 40px 0 rgb(0 0 0/10%);
}
.person-item .image,.person-item{
    width: 100%;
}
.person-item .image img {
    width: 100%;
    object-position: top;
    object-fit: cover;
    height: 250px;
}
.person-item .title{
    font-family: 'Montserrat Semibold', serif;
    font-size: 18px;
    font-weight: 700;
    color: #4c5b6a;
    text-align: center;
    margin-bottom: 0;
    padding: 0 10px;
}
.person-item .subtitle{
    display: block;
    font-family: 'Montserrat Light', sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 5px 10px;
}
.person-item .info{
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 20px;
}
.logo-list{
    list-style-type: none;
    width: 100%;
    padding: 0;
}
.logo-list img{
    width: 100%;
    object-fit: cover;
    padding: 10px 0;
    cursor: pointer;
}
.logo-list .list-item{
    margin: auto;
    padding: 0 25px;
}
.logo-list .title{
    display: block;
    text-align: center;
}
.logo-list .list-item a {
    text-decoration: none;
    color: #002C52;
    white-space: unset !important;
}
.modal-header .logo{
    width: 100%;
}
.modal-header .logo img{
    display: block;
    width: 120px;
    margin: 0 auto;
}
.modal-header .modal-title{
    text-align: center;
}
@media (max-width: 1200px) {
    .grid-blocks{
        grid-template-columns: 50% 50%;
    }
    .grid-3{
        grid-template-columns: 50% 50%;
    }
}
@media (max-width: 520px) {
    .grid-blocks{
        grid-template-columns: 1fr;
    }
    .person-item .image img{
        height: auto;
    }
  }
.page-text{
  width:100%;
  font-family: 'PT Serif Regular','sans-serif';
  font-size: 15px;
}
.page-text table tbody{
   font-size: 14px;
}
.page-text .table tbody tr:first-child{
  background-color: #002C52;
  color: #fff;
}
.page-text table tbody p{
  margin: 0;
}
.page-text table tbody td{
  padding: 7px 20px;
  border: 1px solid;
}
.spoiler table th{
  padding: 5px 10px;
}
.spoiler table th a{
  display: block;
  width: 100%;
  text-align: center;
}
.find{
    background-color: #000;
    color: #fff;
}
.search-result a{
    text-decoration: underline;
    color: #002C52;
}
.search-result p{
    padding: 5px 0;
    font-size: 14px;
}
.search-box{
    flex-wrap: nowrap;
    padding: 0 0.5rem;
}
.dropdown-search{
    left: -92px;
    min-width: 16rem;
}
fieldset{
    border: 1px solid #ddd;
    padding: 10px 20px;
}
legend{
    width: unset;
    padding: 10px 20px;
}
iframe .flowpaper_bttnDownload{
    display:none !important;
}
.flex-column{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
}
.flex-row{
    display: flex;
    width: 100%;
}
.flex-row img{
    margin-bottom:15px; 
    margin-right:20px; 
    object-fit:cover; 
    width:30%
}
@media (max-width: 536px) {
    .flex-row{
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }   
    .flex-row img{
      margin:0;
      width: 100%;
  }
}

.bvi-open{
	text-decoration: none;
	color: #687589;
}
.info-list{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.info-list-item{
    display: flex;
    justify-content: flex-end;
    font-size: 15px;
    padding: 10px 5px;
    border-bottom: 0.5px solid #BBC7CC;
}
.info-list-item-between{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    padding: 10px 5px;
    border-bottom: 0.5px solid #BBC7CC;
}
.big-logo{
    display: block;
    margin: 0 auto;
    height: 250px;
    padding-top: 20px;
}
.dean-image img {
    width: 80%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
#method-type{
    display: none;
}
.image-info-block{
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    margin-bottom: 20px;
}
.image-info-block img{
    width: 100%;
}
.image-info-block .text{
    padding: 10px;
}

.th-color{
    background-color: #ddedfb;
}
.files-block{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}
.files-block-item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.year-button{
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: left;
    border: none;
    background-color: #586e95;
    color: #fff;
}
.year-button:hover{
    background-color: #586e95;
    color: #d1d1d1;
    border:none;
}
.year-button:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem #5672a1;
}
.file-link{
    color: #175597;
}

.quote{
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    font-style: italic;
    font-size: 12px;
    border-radius: 10px;
}
blockquote{
    margin-left: 30px;
    border-left: 2px solid #7694af;
    padding-left: 20px;
}
@media (max-width: 1200px) {
    .files-block{
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 520px) {
    .files-block{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 691px) {
    .image-info-block .text{
    font-size: 12px;
}
}
.uppercase{
    text-transform: uppercase
}
