.clear_it {
    position: absolute;
    right: 7px;
    height: 35px;
    border: none;
    background-color: #fff;
    font-weight: 900;
    color: #961212;
    font-size: x-large;
    border-radius: 35px;
    width: 35px;
    margin-top: 3px;
}

.clear_it:hover {
    background-color: #961212;
    color: #fff;
}

.clinical_card {
    background-color: lightgray;
}

.icon_layout {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: large;
}


.logged_in {
    display: inline;
}

.logged_out {
    display: none;
}

.menu_icons {
    padding-right: 5px;
}

.menu_card {
    width: 100%;
    height: 108px;
    border: solid 2px #fff;
    border-style: outset;
    text-align: center;
    float: left;
    background-color: #fff;
    color: #000;
    padding: 15px 5px 10px 5px
}

.menu_card:hover {
    color: #961212;
    /* color: #fff; */
}

.page_title_styling {
    font-size: 18pt;
    color: #0270ac;
    font-weight: 700;
    text-align: left;
    margin-top: 15px
}

.page_subheading_styling {
    font-size: 12pt;
    color: #0270ac;
    font-weight: 700
}

.popular_card_layout {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.popular_style {
    border-bottom: solid 2px #fff;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 10px 0 10px 0;
    text-align: left
}

.popular_style:hover {
    border-bottom: solid 2px #961212;
    color: #961212;
    font-weight: 900
}

.popular_title_style {
    font-size: x-large;
    font-weight: 900;
    text-align: center
}

.popular_card_content {
    text-align: justify;
    color: #fff;
    padding: 0 10px 0 10px;
    background-color: #6289A1;
    height: 100%
}

.popular_card_content_layout {
    width: 49%;
    display: inline-block
}

.resource_choice {
    width: 230px;
    //margin-top: 20px;
    margin-left: 20px;
    height: 41px;
}

.resource_choice_button {
    margin-top: 20px;
    margin-left: 20px;
}

.search_button {
    /*float: left;*/
    display: inline;
    position: relative;
    min-width: calc(100% - 70px);
    max-width: 780px;
}

.search_card {
    min-height: 202px;
    /*max-width: 780px;*/
    overflow: hidden;
    /*margin-bottom: 20px;*/
    background-image: url("/images/headers/blue_hex_background.jpg");
    background-size: contain;
}

.search_card-content {
    text-align: justify;
    color: #000;
    padding: 0;
}

.search_choice {
    width: 100%;
    max-width: 780px;
    height: 50px;
    font-size: large;
    text-align: left;
    float: left;
    color: #000;
    border: solid 1px #000;
    outline: none;
}

.query_field {
    width: 100%;
    max-width: 780px;
    height: 41px;
}

a.footer_links {
  color: white;
}