*, ::after, ::before {
    box-sizing: border-box;
}
body{
    position: relative;
    margin: 0;
    margin-right: calc(100% - 100vw);
    padding: 0;
    
    
    font-family: Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    color:#000;
    background-color: #f6f6f6;
}

.header_container_fluid{
    padding:0 15px;

    background-color: #fff;
}
.header_container{
    position: relative;
    margin:0 auto;
    padding: 20px 30px 10px;

    width: auto;
    max-width: 1228px;

    background-color: #fff;
}

.header_container_top{
    display: flex;
    align-items: center;
    
    margin-top:8px;
}
.header_container_bottom{
    display: flex;
}
.main_logo{
    display: table;
    margin:0 15px 0 0;
    width: auto;
}
.logo_size{
    margin-bottom: 0;
    height: 60px;
    width: auto;
    max-width: 275px;
    min-width: 1rem;              
}
.site_name{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;

    top:50%;
    right:0;

    font-family: Arial;
    font-size: 1.25rem !important;
    font-weight: 600;
    
    
    height: auto;
    max-width: calc(100%-136px);

    color: #000;
}
.site_name a{
    cursor: pointer;   
    text-decoration: none;
    color: #000;
}
.site_name a:hover{ 
    text-decoration:underline;
}
.header_container_bottom .nav_menu{
    position: relative;
    z-index: 30;

    min-height: 3.25rem;
    
    background-color: #fff;

}
.nav_menu .navbar_collapse{
    position: relative;
    z-index: 3;
   
    top: 15px;
}
.head_menu{
    margin: 0;
    padding: 0;
    margin-right: auto !important;
    flex-direction: row;
    float: left;

    list-style: none;
    font-size: 1rem;
    

    width: 100%;
    clear: both;
    
}

li{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.header_item{
    margin: 0 1.5rem 0 0;
    padding: 0;
    
    text-align: center;
    
    line-height: 2;
    font-weight:400;
   
    color: #000;
}
.nav-link{
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    padding: 8px 3px;
     
    text-decoration: none;

    font-family: Arial;
    font-size: 1.25rem;
    line-height: 1.375;

    color: #000;
    background-color: transparent;
}
.header_item:hover{
    border-bottom: 4px solid #005ea4;
}
#header_item_home:hover{
    border-bottom: none;
}
.nav-link.strong{
    color: #2173AF;
    /* font-weight: bold; */
    text-shadow: 0 0 1px black;
}

#gradientBorder{
    height: 6px;
    background-image: linear-gradient(to left,#005ea4,#5c98c4);
}



.header_search{
    position: relative;
    z-index: 2;

    margin: 0 0 0 auto;
    padding: 0;

    top:-24px;
    width: 270px;
    height: 53px;
}
.header_search .widget{
    font-size: 14px;
    max-width: 100%;
}
.header_search .widget .search_widget{
    text-align: left;

    font-family: Arial;
    font-size: 1rem;
    font-weight: normal;
}
.header_search .widget .search_widget .search_input_bar .search_input_form{
    position: relative;

    overflow: initial;
    width: 100%;
}
.header_search .widget .search_widget .search_input_bar .search_input_form .search_auto_complete_field{
    position: relative;

    width: 100%;
    height: 4.5rem;
}

.input_group{
    position:absolute;
    align-items: stretch;
    bottom: 0;
    
    display: grid;
    grid-template-columns: 1fr auto;
    
    width: 100%;
}
.search_text_field{
    margin: 0;
    margin-right: 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    padding: 6px 10px;

    background-color: #f6f6f6;
    
    box-shadow: none;
    box-sizing: border-box;

    min-width: 0;
    width: 100%;
    height: auto;

    font-family:Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    grid-column: 1;  
}
.search_input_bar .input_group .input-group-append{
    display: flex;
    align-items: inherit;
    
    margin-left: calc(1px * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    
    grid-column: 2;
}
.input-group-append .btn{
    position: relative;
    cursor: pointer;
    z-index: 1;
    
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    
    padding: 0 1rem;
    
    
    font-family:Arial;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;

    height: 2.6em;
    min-height: 2.75rem;
    min-width: 44px;
    
    text-transform: none;

    color: #fff;
    background-color: #007fae;
    background-image: none;
}



.main_container{
    position:relative;
    margin: 0 auto;
    padding:30px 0;
    max-width: 1228px;
    width: auto;
    background-color: #fff;
}
.row{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;

    margin: 0;
    padding: 0;

    width: 100%; 
}
.col{
    flex: 1 0 0%;
    margin: 0;
    padding: 0;
    width: calc(100%-300px);
}

#mainContent{
    padding: 0 30px;
}

.publicationP{
    line-height: 1.5;margin-bottom: 14px;margin-top:0;font-size: 15px;
}
h1{
    display: block;
    margin-top: 0;
    margin-bottom: 28px;

    font-family: Arial;
    font-size: 2.75rem;
    
    line-height: 1.3125;
    color: #000;
}

.lead{
    margin-bottom: 30px;
    margin: 0 0 22px;
    
    font-family:Arial;
    font-size: 1.375rem;
    line-height: 1.4375;

    max-width: 850px;
    max-width: 100%;
}
.lead p{
    
    
  

    line-height: 1.5625;
    margin-bottom: 14px;
    margin: 0;
    padding: 0;
}
.tenser_body .lead p{
    margin: 0 0 14px;
    margin-bottom: 14px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    max-width: 100%;
    
    line-height: 1.5 !important;
}
.block_align.float_right{
    float: right;
    margin-left: 30px;
    clear: right;
}
.block_align.center{
    display: block;
    text-align: center;
    margin: auto;
}
.block{
    padding: 0 30px;
    margin: 0 0 30px;
    width: 100%;
    overflow: hidden;
    padding: 0;         
}
.tenser_body{
    padding: 0;
}
.tenser_body .lead{
    margin: 0;

}
.block.figure{
    display: table;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px !important;
    margin: 0;
    padding: 0;
}
.block.figure img{
    width: auto;
    margin-bottom: 0;
    min-width: 1rem;
    line-height: 1;
    max-width: 100%;
    height: auto;
    min-width: 1rem;
    vertical-align: middle;
}
.paragraphs p{
    font-family: Arial;
    margin: 0 0 27px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5625;
    margin-bottom: 14px;
}



.sectionHome{
    padding: 3rem 1.5rem;
}
.section_container{
    padding: 0 15px;
}
.title{
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
    word-break: break-word;
}




.columns{
    display: flex;
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}
.columns:not(:last-child) {
        margin-bottom: calc(1.5rem - .75rem);
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0.75rem;
}
.columns:last-child{
    margin-bottom: -.75rem;
}

.column.is-6{
    flex: none;
    width: 50%;
}
.column.is_one_quarter{
    flex: none;
    width: 25%;
}
.image.is-4by3 {
    padding-top: 75%;
}
.image {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
.image.is-4by3 img{
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
width: 100%;
}
.title_p p{
    margin: 0;
    padding: 0;
}


.results_list{
    margin: 10px 3%;text-align: center;
}
.hr{
    width: 80%;
    margin: 12px 0px;
    padding: 0px;
    height: 2px;
    border: 0px;
    background: #DDE;
    clear: both;
}
.year{
    text-align: left;font-size: 1.5rem;font-weight: 600;line-height: 1.375;margin-top: 24px;margin-bottom: 10px;
}
.year a{
    color: inherit;text-decoration: none;background-color: transparent;
}


.ref{
    position: relative;text-align: left;
}
.ref .authors{
    margin: 0px 0px;font-style: italic;
}
.ref .title{
    font-size: medium;font-weight: bold;padding-top: 0px;margin-bottom: 0px;
}
.ref .conf{
    color:#888888;font-size: medium;
}
.ref .links{
    color:#043bb9;font-size: medium;
}
.authors a{
    color:#043bb9;font-size: medium;
}
.interYear{
    height: 1em;
    clear: both;
}
a:hover{
    cursor: pointer;
    color:#007bff;
}


.section{
    position: relative;display: block;padding: 3rem 3rem;
}
.container{
    max-width: 1344px;margin: 0 auto;position: relative;width: auto;background-color: #fff;
}
.slides{
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
}
.slide{
    margin-right: 5px;    
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    margin: 0;
    padding: 0;
}
.slide .columns{
    display: flex;margin: -0.75rem;
}
.slide .column{
    flex: none;
    width: 40%;
    display: block;
    padding: 0.75rem;
}
.image{
    display: block;position: relative;margin: 0;padding: 0;
}
.image img{
    vertical-align: middle;border-style: none;aspect-ratio: 8/5;display: block;height: auto;width: 100%;
}

.slide .column{
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}
.title.is-5{
    font-size: 1.25rem;margin-bottom: 1.5rem;color:#363636;line-height: 1.125;word-break: keep-all;font-weight: 600;
}
