body {
    margin-top:0px;
}

.tabs--primary.nav-tabs > li > a{
   

    border-radius: 0;
    color: #666;
    font-size: 14px;
    border: 0;
    margin-bottom: 1px;
    padding: 10px;
    font-weight: 500;
}
.tabs--primary.nav-tabs > li > a.is-active, .tabs--primary.nav-tabs > li > a.is-active:hover {
    color: #232323;
    background: #00d2cf;
}
ul.tabs--primary{
    padding: 7px 0px;
    max-width: 1150px;
    margin: 0 auto;
    border: 0;

}


.banmore a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: .375rem 2rem;
    border-radius: 1rem;
}
.ban_red a {
    background-color: #F93228;
    border-color: #F93228;
    color: #fff;
}
.submenuSecondChild .dropdown-item.active {
    background: transparent;
}

.paragraph-index p {
    font-family: Freight-Text-Book;
    font-size: 12px;
}
.path-frontpage .paragraph-index p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}


.page-node-type-topics .no-rows>.col-sm-12{
    padding-left:0;
    padding-right:0;
}

.submenuSecondChild {
    padding-left:0;
}

.submenuSecondChild .dropdown-item a {
    color: #212529;
}
a.language-link {
    color: #707070; 
}
.language-link.is-active {
    color: #2699FB;
}

.nav-item a.is-active {
    color: #2699FB !important;
    text-decoration: underline;
}


.page_red,
.ban_red,
.btn_ban_red a,
.btn_page_red a {
    background-color: #F93228;
    border-color: #F93228;
    color:#fff;
}
.page_darkcyan,
.ban_darkcyan,
.btn_ban_darkcyan a,
.btn_page_darkcyan a {
    background-color: #00D2CF;
    border-color: #00D2CF;
    color: #fff;
}

.page_black,
.ban_black,
.btn_ban_black a,
.btn_page_black a {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.page_blue,
.ban_blue,
.btn_ban_blue a,
.btn_page_blue a {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.page_gray,
.ban_gray,
.btn_ban_gray a,
.btn_page_gray a {
    background-color: #dfdfdf;
    border-color: #dfdfdf;
    color: #fff;
}



.page_green,
.ban_green,
.btn_ban_green a,
.btn_page_green a {
    background-color: #B6BB00;
    border-color: #B6BB00;
    color: #fff;
}
.page_orange,
.ban_orange,
.btn_ban_orange a,
.btn_page_orange a {
    background-color: #ff8000;
    border-color: #ff8000;
    color: #fff;
}

.btn_nobuttonclr a {
    background-color: #007bff;
    border-color: #007bff;
    color:#fff;
}


.dnbtnparent {
    position: relative;
    width: 150px;
    border-radius: 50px;
}
.sgroup {
    width: 100%;  
    border-radius: 50px;    
    font-size: 12px;
    text-transform: uppercase;
    
}
.is-text {
    padding-left: 20px;
    display: inline-block;
    line-height: 35px;
}
.is-button {    
    position: absolute;
    right: 0px;    
    border-radius: 50px;    
    border-right: 0;    
    color: #fff;
    display: inline-block;
    line-height: 35px;
    padding: 0px 9px 0px 13px;
}

.lasteststory_page_red {
    border: 1px solid #F93228;
}
.lasteststory_page_darkcyan {
    border: 1px solid #00D2CF;
}
.lasteststory_page_green {
    border: 1px solid#B6BB00;
}
.lasteststory_page_red .is-button{
    background: #F93228;
}
.lasteststory_page_darkcyan .is-button{
    background: #00D2CF;
}
.lasteststory_page_green .is-button{
    background: #B6BB00;
}
.lasteststory_page_orange .is-button{
    background: #ff8000;
}


.lasteststory_page_blue .is-button{
    background: #007bff;
}
.lasteststory_page_black .is-button{
    background: #000000;
}
.lasteststory_page_gray .is-button{
    background: #dfdfdf;
}



.dys_page_darkcyan,
.lasteststory_page_darkcyan a {
    color: #00D2CF !important;
}
.dys_page_red,
.lasteststory_page_red a {
    color: #F93228 !important;
}
.dys_page_green,
.lasteststory_page_green a {
    color: #B6BB00 !important;
}
.dys_page_orange,.lasteststory_page_orange a {
    color:#ff8000 !important; 
}

.dys_page_blue, .lasteststory_page_blue a{
    color: #007bff !important;
}
.dys_page_black, .lasteststory_page_black a{
    color: #000000 !important;
}
.dys_page_gray, .lasteststory_page_gray a {
    color: #dfdfdf !important;
}


.page_red:hover,
.ban_red:hover,
.btn_ban_red a:hover,
.btn_page_red a:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.page_darkcyan:hover,
.ban_darkcyan:hover,
.btn_ban_darkcyan a:hover,
.btn_page_darkcyan a:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff;
}
.page_green:hover,
.ban_green:hover,
.btn_ban_green a:hover,
.btn_page_green a:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff;
}
.page_orange:hover,
.ban_orange:hover,
.btn_ban_orange a:hover,
.btn_page_orange a:hover {
    color: #fff;
    background-color: #ff8000;
    border-color: #ff8000;
}
.page_blue:hover,
.ban_blue:hover,
.btn_ban_blue a:hover,
.btn_page_blue a:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page_black:hover,
.ban_black:hover,
.btn_ban_black a:hover,
.btn_page_black a:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.page_gray:hover,
.ban_gray:hover,
.btn_ban_gray a:hover,
.btn_page_gray a:hover {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}




.page_red_bottombr {
    border-bottom: 5px solid #FF2E23;
}
.page_darkcyan_bottombr {
    border-bottom: 5px solid #00D2CF;
}
.page_green_bottombr {
    border-bottom: 5px solid #B6BB00;
}
.page_orange_bottombr {
    border-bottom: 5px solid #ff8000;
}

.page_blue_bottombr {
    border-bottom: 5px solid #007bff;
}
.page_black_bottombr {
    border-bottom: 5px solid #000000;
}
.page_gray_bottombr {
    border-bottom: 5px solid #dfdfdf;
}







.page_red_bottom8br {
    border-bottom: 8px solid #FF2E23;
    width: 100%;
}
.page_darkcyan_bottom8br {
    border-bottom: 8px solid #00D2CF;
    width: 100%;
}
.page_green_bottom8br {
    border-bottom: 8px solid #B6BB00;
    width: 100%;
}
.page_orange_bottom8br {
    border-bottom: 8px solid #ff8000;
    width: 100%;
}

.page_blue_bottom8br {
    border-bottom: 8px solid #007bff;
    width: 100%;
}
.page_black_bottom8br {
    border-bottom: 8px solid #000000;
    width: 100%;
}
.page_gray_bottom8br {
    border-bottom: 8px solid #dfdfdf;
    width: 100%;
}

.page_nocolor_bottom8br {
    border-bottom: 8px solid #007bff;
    width: 100%;
}



.bt_ {
    border-top: 5px solid #0f0f0f;
}

.bt_page_red {
    border-top: 5px solid #FF2E23;
}
.bt_page_darkcyan {
    border-top: 5px solid #00D2CF;
}
.bt_page_green {
    border-top: 5px solid #B6BB00;
}
.bt_page_orange {
    border-top: 5px solid #ff8000;
}

.bt_page_blue {
    border-top: 5px solid #007bff;
}
.bt_page_black {
    border-top: 5px solid #000000;
}
.bt_page_gray {
    border-top: 5px solid #dfdfdf;
}

.bt_nobuttonclr{
    border-top: 5px solid #007bff;
}


.bl_page_red {
    border-left: 5px solid #FF2E23;
}
.bl_page_darkcyan {
    border-left: 5px solid #00D2CF;
}
.bl_page_green {
    border-left: 5px solid #B6BB00;
}
.bl_page_orange {
    border-left: 5px solid #ff8000;
}

.bl_page_blue {
    border-left: 5px solid #007bff;
}
.bl_page_black {
    border-left: 5px solid #000000;
}
.bl_page_gray {
    border-left: 5px solid #dfdfdf;
}




.bl_nobuttonclr{
    border-left: 5px solid #007bff;
}

.min-height150 {
    min-height: 150px;
}
._bottombr{
    border-bottom: 5px solid #2699FB;
}

img[data-entity-type='file'] {
    
    max-width: 100%;
    height: auto;
}

/* For customization */
.card-post-location {
    text-transform: uppercase;
}
.news-title>div {
    padding:0;
}
.news-title .view-content > div {
    padding:10px;
}
.news-title .view-content {
    grid-column: 4 / 7;
}

.news-title .view-content {
    display: flex;
    background-color: #FAFAFA;
    height: 106px;
}

/* #block-views-block-listing-news .card-title {
    min-height: 50px;
} */
#block-views-block-listing-events .card-title,
#block-views-block-listing-news .card-title,
.latestnews_intopic .card-title{
    min-height: 75px;
}
.latestnews_intopic .lat-news {
    min-height: 100px;
}

.btnReset  {
    background-color: #F93228;
    border-color: #F93228;
}


.home_featuresbox_0,
.home_featuresbox_1,
.home_featuresbox_2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row: 1/3;
    background-color: #FAFAFA;
    margin-right: 10px;
}
.view-display-id-topnews .carousel-indicators.point {
    margin: 0 44px 0 0;
}

#partnersSec .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
#partnersSec .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

#partnersSec .carousel-indicators .active {
background: #707070;
}

.thumbnail-partner {
    /* border: 1px solid #d5d9dc;
    height: 150px; */
    float:left;
}


.page-node-39 .region-sidebar-first {
    background-color: #DDEFFF;
    padding: 0 15px;
}
#block-views-block-listing-publication h5.card-title a {
    color:#212529;
}

#block-views-block-listing-publication span.fieldset-legend {
    font-size: 16px;
    color: #232020;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}
#block-views-block-listing-publication fieldset label.control-label{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}
#block-views-block-listing-publication input.form-checkbox {
    margin-right: 8px;
}
#block-views-block-listing-publication div.form-item-combine {
    margin-top: 1.5rem!important;
}
.searchbutBox {
    margin:5px 0;
}
.mresets .form-actions {
    float:left;
}
.x-centerbox {
    margin:auto;
}
.x-centerboxtop {
    margin-top:auto;
}
#block-views-block-listing-rel-publication h2.block-title,
#block-views-block-listing-rel-news h2.block-title,
#block-views-block-listing-presspack h2.block-title
 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
}
.page-node-type-publication .main-container,
.page-node-type-news .main-container{
    margin-top: 3rem;
}

.mDateFilter label {
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
}
.mDateFilter .form-date {
    display: block;
    width: 100%;
}
.select-wrapper:after {
    color: #337ab7;
    content: '▼' !important;
}

/**MAPS */
.map-container {
    clear: both;
    position: relative;
    height: 600px;
}
#wcmap {
    height: 100%;
    width: 100%;
}

.f-multi-icons a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 75px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}


.multi-icons {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 30px;
}
.multi-icons:before {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 75px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.multi-icons h5.card-title {
    min-height: 95px;
}
section.contact-message-form {
    margin-top:50px;
}

.contact-message-form #edit-preview {
    display: none;
}
.publicationList {
    display: none;
}
.public_viewmode:hover {
    cursor: pointer;
}
.public_viewmode .fa {
    font-size:24px;
    color: #0f0f0f;
}
.publistmode {
    text-align: right;
}

.m_pub_grid h5.card-title {
    min-height: 90px;
}
.m_pub_grid div.card-text {
 /*   min-height: 140px;*/
}
#block-views-block-listing-multimedia div.card-text {
    min-height: 140px;
}

div.card-text p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}
.btn-file-more {
    background-color: #51adfc;
    border-color: #ffffff;
    color: #fff;
}
.btn-file-more:hover {
    color:#fff;
}

.ajax-modles {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/am-ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.fsloading .ajax-modles {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.fsloading .ajax-modles {
    display: block;
}

.bannerH1 {
    margin-bottom:0;
}
.view-display-id-topnews .news-title-img {
    width: 130px;
    height: 100%;
}
.thumbnail-partner img {
    height: 100%;
    width: 135px;
}
.page-node-type-forum h1.page-header {
    color: black;
    margin: 15px 0px;
}
.m-icongs .file-icon,
.m-icongs .file-size  {
    display: none;
}
.m-icongs .file>span{
    border:0;
}
.m-icongs .file-link a {
    font-size:14px;
}
    

.pager__item a {
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pager__item.active a{
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
ul.pagination {
    justify-content: center!important;
}
.news-no-image {
    width:382px;
    height:232px;
    background:url('../img/no-image.jpg');
}

.eventbody-min-height {
    min-height: 110px;
}
.big-explainer-single {
    width: 100%;
    height: 270px;    
    background-size: cover;
    background-position: right, center;
}

.big-explainer-single-node {
    width: 100%;
    height: 270px;
    background-size: cover,contain;
}
#block-views-block-listing-multimedia .card-body {
    min-height: 200px;
}

.publicationBgImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain, cover;
    height: 185px;
    max-width: 100%;
    margin: 10px 0px 2px 0;
}

.footer {
    /* margin-top:0; */
    padding-top:0;
}
#views-exposed-form-listing-publication button.form-submit {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.site_subscribes div#edit-message{
    color: #fff;
    margin-bottom: 1rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
}
.site_subscribes button.button {
    background-color: #00D2CF;
    border-color: #00D2CF;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: .375rem 2rem;
    /* margin-top: 0.5rem !important; */
    color: #fff;
}
.site_subscribes .form-type-email label {
    display: none;
}
.ssatp_logo {
    height: 73px;
    width:271px;
}
.hm-index-title a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.field--item ul li,ol li,.mtopicsli li,.sitebody li  {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.home_featuresbox .paragraph-index {
    min-height: 90px;
}
.nbanner h1 {
    text-transform: uppercase;
}
.news-liheight {
    min-height: 110px;
}
div.form-item-field-secondary-topics-target-id {
    display: none;
}
span.element-invisible {
    display: none;
}
.openid-connect-login-form button {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-bottom: 10px;
}

.nspoint {
    /* margin: 0 31px 0 0; */
    cursor: pointer;
}

.nspoint li.active {
    background-color: #2699FB;
}

.nspoint li {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #2699FB;
    margin-top: 4px;
    margin-bottom: 4px;
}

.eventsDeta .carousel-inner {
 /*   height: 420px;*/
}

.eventsDeta .carousel-inner img {
    width: 100%;
    height: auto;
}

form#views-exposed-form-listing-multimedia button.form-submit,
form#views-exposed-form-listing-news button.form-submit,
form#views-exposed-form-listing-events button.form-submit {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.subtp_menus {
    padding-left: 15px;
}

.submenuSecondChild li.menu-item--expanded div.dropdown-menu.show {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}

.submenuSecondChild .dropdown-item a:hover {
    color: #212529;
}

#menu-ssatp .dropdown-item:hover,
#menu-ssatp .dropdown-item:focus {
    background: transparent;
}

#menu-ssatp .dropdown-item.active,
#menu-ssatp .dropdown-item:active {
    background: transparent;
}
#menu-ssatp a {
    text-transform: uppercase;
}

.dps::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dps:hover {
    cursor: pointer;
}
.empty_banners {
    background-image: url('../img/empty_pub_banner.png');
}
.m_pub_grid div.card  {
    height:100%;
}
.card_button {
    padding: 10px 15px;
    text-align: center;
}

@media (max-width: 1200px) and (min-width: 0) {
    .home_featuresbox_0 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 1;
    }
    
    .home_featuresbox_1{
        grid-column: 3 / span 2;
        grid-row: 1 / span 1;
    }
    .home_featuresbox_2 {
        grid-column: 5 / span 2;
        grid-row: 1 / span 1;
    }
}

@media (max-width: 600px) and (min-width: 0) {
    .home_featuresbox_0   {
        grid-column: 1 / span 6;
    }

    .home_featuresbox_1{
        grid-column: 1 / span 6;
        grid-row: 2 / span 1;
    }
    .home_featuresbox_2 {
        grid-column: 1 / span 6;
        grid-row: 3 / span 1;
    }

    
    .news-title,.news-title .view-content {   
        height: auto;
    }
    .news-title img {height: 100%;}

}
@media (max-width: 768px) and (min-width: 0px){
    .ssatp_logo {
        height: auto;
        width:auto;
    }
.view-display-id-topnews .carousel-indicators.point {
        transform: unset;
    }
}
@media (max-width: 768px) and (min-width: 0px){
    .news-title-container {
        height: auto;        
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .news-title-container {
        height: auto;        
    }
}
@media only screen and (max-width: 414px) {
    .view-display-id-topnews .carousel-indicators.point {
        transform: unset;
    }
}
