/* CUSTOM STYLES */

@import url('https://fonts.googleapis.com/css?family=Work+Sans');

.html {
    font-size: 10px;
    font-family: sans-serif;
}

body {
    font-size:14px;
 font-weight:400;
 line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff
}

*,
::after,
::before {
    box-sizing:border-box
}

.navbar-toggler-icon {
    display: none;
}

.navbar-nav {
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.wh_header_flex_container {
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.wh_search_input    {
    top: -50px!important;
}

.wh_main_page .wh_search_input {
    background: linear-gradient(90deg, #293F96 100%, #5299D3 0%);
    height: 300px;
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    top: -50px;
    font-size: 14px;
}

.wh_topic_page .wh_search_input {
    background: linear-gradient(90deg, #293F96 100%, #5299D3 0%);
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    top: -50px;
}

.wh_search_page .wh_search_input {
    background: linear-gradient(90deg, #293F96 100%, #5299D3 0%);
    padding: 30px 0;
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    top: -50px;
}

.wh_search_textfield {
    position: relative;
    border-radius: 22px;
    height: 44px;
    padding: 0 15px;
    padding-left: 40px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    top: -20px;
    width: 100%;
    display: inline-block;
}

.wh_publication_title > a {
    font-size: 16px;
    color: #2A394F;
    font-weight: 600;
    letter-spacing: 0.29px;
    margin-left: 15px;
    border-left: 1px solid #2A394F;;
    padding-left: 30px;
}

.wh_top_menu a {
    color: #fff;
}

.wh_top_menu {
    text-transform: uppercase;
    margin: .04em 0;
    font-size: 0.9em;
}

.wh_top_menu ul {
    list-style: none;
    padding-left: 0;
}

.wh_top_menu a:hover {
        background-color: rgba(255,255,255,0.2);
}

/* Flo Additional */
/* Customization to make entire tile area clickable on the index page */
.wh_tile {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}

.icon-pos {
    position: relative;
    top: 63px;
    color: #637A89;
    z-index: 2;
    left: -364px;
    font-size: 23px;
    opacity: 0.3;
    width: 20px;
}

.icon-pos-topic {
    position: relative;
    top: 63px;
    color: #637A89;
    z-index: 2;
    left: -361px;
    font-size: 23px;
    opacity: 0.3;
    width: 20px;
}

.icon-pos-search {
    position: relative;
    top: 63px;
    color: #637A89;
    z-index: 2;
    left: -362px;
    font-size: 23px;
    opacity: 0.3;
    width: 20px;
}

/* End customization */

button.wh_search_button { display:none}
h2 {
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.logo-style {
    width: 73px;
    margin: 0 20px;
}

.wh_tile:nth-child(1), .wh_tile:nth-child(2) {
    border-top: 0;
    border-right: 1px solid #D0D4DA;
    border-bottom: 1px solid #D0D4DA;
}

.wh_tile:nth-child(3) {
    border-top: 0; 
    border-right: 0; 
    border-bottom: 1px solid #D0D4DA; 
}

.wh_tile:nth-child(4), .wh_tile:nth-child(5) {
    border-top: 0;
    border-right: 1px solid #D0D4DA;
    border-bottom: 1px solid #D0D4DA;

}

.wh_tile:nth-child(6) {
    border-top: 0; 
    border-right: 0; 
    border-bottom: 1px solid #D0D4DA;
}

.wh_tile:nth-child(7) {
    border-top: 0;
    border-right: 1px solid #D0D4DA;
    border-bottom: 1px solid #D0D4DA;
}

.wh_tile:nth-child(8) {
    border-top: 0;
    border-right: 1px solid #D0D4DA;
    border-bottom: 1px solid #D0D4DA;
}

.wh_tile:nth-child(9) {
    border-top: 0;
 border-right: 0;
    border-bottom: 1px solid #D0D4DA;
}

.wh_tile:nth-child(10) {
    border-top: 0;
    border-right: 1px solid #D0D4DA;
    border-bottom: 1px solid #D0D4DA;
}

.wh_tile:hover {
    display: block;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
    border-radius: 5px;
    height: 281px;
    width: 333px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
}

.custom-margin {
    margin-top: 40px;
}


.tile-blurb {
    font-size: 12px;
    width: 199px;
    color: #2A394F;
    font-size: 12px;
    letter-spacing: -0.07px;
    line-height: 22px;
    text-align: center;
}

/* End Flo Additional */

.wh_tile_title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.14px;
    /* line-height: 32px; */
    color: #2A394F;
    width: 250px;
}

button.wh_search_button { display:none}

.wh_tiles {
    width: 999px;
    margin: 60px auto;
}

.wh_tile {
    margin: 0;
    padding: 1em;
    height: 280px;
    width: 332px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.wh_top_menu ul li a {
    display: block;
    padding: 0.5em 0.5em;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    padding: 0.5em 0.5em;
}

.wh_logo_and_publication_title_container    {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    top: 5px;
    position: relative;
}

.wh_logo_and_publication_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wh_logo    img {
    width: 73px;
    margin-left: 60px;
    margin-right: 29px;
}

.wh_top_menu_and_indexterms_link    {
    width: 100%;
    text-align: center;
    margin-top: 7px;
    white-space: nowrap;
}

.wh_main_page .wh_content_area {
    margin: 0;
}

#results {
    width: 68%;
    margin-top: 42px;
}

.wh_publication_toc {
    background: #ffffff!important;
    border-right: 1px solid #c9d1d7;
}

#searchForm {
    margin-top: 20px;
}

#searchForm > div {
    position: relative;
    margin:auto;
 max-width: 1000px;
}

.wh_tile_shortdesc    {
    color: #2A394F;
    font-size: 12px;
    width: 199px;
    margin: auto;
    margin-top: 1em;
    line-height: 22px;
}

.wh_tile_image {
 text-align: center;
}

@media print{
    .footer{
    display:block;
    }
}

@media only screen and (min-width: 768px) {
    .wh_top_menu_and_indexterms_link.navbar-collapse {
    display: inline-block !important;
    line-height: 1em;
    vertical-align: middle;
    }
    .wh_top_menu {
    display: inline-block !important;
    line-height: 1em;
    vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    }
    .wh_top_menu {
    flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
    display: none;
    }
    .navbar-expand-md {
    flex-flow: row nowrap;
    }
}

@media screen and (min-width: 768px) {
    .wh_top_menu ul {
    position: relative;
    display: inline-table;
    z-index: 999;
        margin-bottom: 0;
    }
}

@media screen {
    .wh_top_menu ul {
        word-wrap: break-word;
    }
    .wh_breadcrumb ol {
        overflow-wrap: break-word;
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wh_menu_mobile_button    {
    display: none;
}

.navbar .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.container-fluid {
    width: 100%;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.img {
    vertical-align: middle;
    border-style: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wh_tools {
    position: relative;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    flex: 1 0;
}

.wh_right_tools {
    display: flex;
    align-items: center;
}

.wh_breadcrumb {
    display: inline-block;
}

.wh_breadcrumb    ol {
    margin:0;
    border-radius: 0;
    font-size: .9em;
    padding: 8px 15px;
    list-style: none;
    background:none;
}

.wh_breadcrumb li {
    display: inline-block;
}

.wh_breadcrumb li:not(:last-of-type):after {
    content: "/";
    padding: 0 5px;
}
.mx-auto {
    margin-left:auto !important;
    margin-right: auto !important;
}

.wh_main_page_toc    {
        display:none
}

.wh_topic_toc {
    border-left:1px solid;
    margin-left:0;
    padding-left:.5em;
}