﻿/***********************************************************************************/
/******************** EMhealth Customized Style ************************************/
/***********************************************************************************/
/***********************************************************************************/
/******************** Generic Style starts *****************************************/
body {
}

    body > .body_wrapper {
        min-width: 1196px;
    }

.img_border {
    border: 1px solid #e2f4e4;
    box-sizing: border-box;
}

.container {
    width: 1000px;
}

@media (max-width: 979px) and (min-width: 768px) {
    .row-fluid [class*="span"] {
        margin-left: 2%;
        float: left;
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
    }

    .row-fluid .span12 {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .row-fluid [class*="span"] {
        margin-left: 2%;
        float: left;
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
    }

    .row-fluid .span2 {
        width: 14.893617021276595%;
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
    }

    .row-fluid .span7 {
        width: 57.44680851063829%;
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
    }

    .row-fluid .span10 {
        width: 82.97872340425532%;
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
    }

    .row-fluid .span12 {
        width: 100%;
        margin: 0;
    }
}
/******************** Generic Style ends ******************************************/
/******************** Link and default button style ******************************/
.btn_global,
.btn_global:link,
.btn_global:active,
.btn_global:visited {
    background-color: #0091c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: normal;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    vertical-align: middle;
    border: none;
}

    .btn_global:hover {
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
        border: none;
    }

/******************** End of Link and default button style ********************/
/******************** Top Bar Style starts *************************************/
#top_bar {
    height: 5px;
    background-color: #0091c8;
}
/******************** Top Bar Style ends **************************************/
/******************** Header Style starts *************************************/
#head {
    height: auto;
    background: transparent;
}

    #head #head_inner {
        position: relative;
    }
    /*## Logo Style ##*/
    #head #logo {
        position: relative;
        height: auto;
        width: 31.623931623931625%;
    }

        #head #logo a {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        #head #logo img {
            padding: 70px 0 50px;
            height: 50px;
        }
/*## Menu Style ##*/
ul.mainmenu {
    float: none;
    width: 100%;
    height: auto;
}

    ul.mainmenu li {
        float: none;
        display: inline-block;
        *display: inline;
        _height: 23px;
        zoom: 1;
        margin: 0;
        height: auto;
        vertical-align: top;
    }

        ul.mainmenu li a,
        ul.mainmenu li a:link,
        ul.mainmenu li a:active,
        ul.mainmenu li a:visited {
            color: #676a6b;
            font-size: 18px;
            line-height: 50px;
            padding: 80px 0 40px 30px;
        }

        ul.mainmenu li.home a {
            background-image: url('../../../i/icon_healthmenu_home.png');
            background-repeat: no-repeat;
            background-position: right 90px;
            background-size: 28px 22px;
            height: 50px;
            width: 28px;
        }
/*## Top CTA Login Box Style ##*/
#top_ctas {
    position: absolute;
    top: 0;
    right: 0;
}

.cta_before_expand_heading {
    background-color: #0091c8;
}

.afterlogin .cta_after_expand_item {
    background: #0091c8;
}

#top_loginbox.logged-out .cta_after_expand_item input[type = submit],
#top_loginbox.logged-out .cta_after_expand_item input[type = button] {
    background: #0091c8;
}

#top_loginbox.logged-in .cta_after_expand_item input[type = submit],
#top_loginbox.logged-in .cta_after_expand_item input[type = button] {
    background: #0091c8;
}

/*### tablet login box ###*/
#top_loginbox.tablet .cta_before_expand_heading {
    pointer-events: initial;
}

a.link_to_loginpage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1003;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .modal {
        width: 90vw;
        margin-left: -45vw;
    }
}

@media (max-width: 767px) {
    .modal {
        width: 90%;
        margin: auto;
    }
}
/******************** Header Style ends **************************************/
/******************** Homepage View starts ***********************************/
#hp_list h1 {
    color: #808182;
    font-weight: normal;
    font-size: 32px;
    margin: 0 0 30px;
}

#hp_list .list_item_body {
    padding: 40px 0;
}

/*##### HP Slider  #####*/
#hp_list #hp_slider .list_item_body {
    padding: 0;
}

#myCarousel .overlay_btn a,
#myCarousel .overlay_btn a:link,
#myCarousel .overlay_btn a:active,
#myCarousel .overlay_btn a:visited,
#myCarousel .overlay_btn a:hover,
#myCarousel .overlay_btn a:focus {
    background-color: #0091c8;
}

#myCarousel .overlay_base {
    background-image: url('../../../i/overlay_slider_health.png');
}

#myCarousel a.carousel-control {
    /*border-color: #0091C8;*/
    border-color: transparent;
}
/*##### Welcome List  #####*/
#welcome_box .bottom_margin {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

#welcome_box .blue {
    color: #0096c9;
    font-weight: bold;
}

#welcome_box .green {
    color: #A6CE39;
    font-weight: bold;
}

#welcome_box .top_margin {
    margin-top: 40px;
}
/*##### cycle button controls #####*/
button.cycle-control {
    position: absolute;
    top: 40%;
    left: -90px;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 90px;
    font-weight: normal;
    line-height: 0;
    padding: 0;
    margin-top: -15px;
    color: #1b9dce;
    text-align: center;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: none;
    border: none;
    outline: none !important;
}

    button.cycle-control.right {
        right: -90px;
        left: auto;
    }

    button.cycle-control:hover {
        color: #eb6e1e;
        opacity: 0.9;
        filter: alpha(opacity=90);
        cursor: pointer;
    }

.no_cycle ~ button.cycle-control {
    display: none;
}
/*## Bottom CTA box ##*/
#bottom_box {
    background-color: transparent;
}

    #bottom_box .list_item_body {
        position: relative;
        padding-top: 0;
    }

#hp_list #bottom_box h1 {
    color: #ea610a;
}

ul#cta_cycle {
    margin: -10px;
}

    ul#cta_cycle .cycle_item {
        overflow: hidden;
        text-align: center;
        width: 33.333333%;
        display: inline-block;
    }

        ul#cta_cycle .cycle_item .cycle_item_inner {
            margin: 11px;
            background-color: #ffffff;
            position: relative;
        }

        ul#cta_cycle .cycle_item:hover .cycle_item_inner {
            background-color: transparent;
            border-color: #E2F4E4;
            -moz-box-shadow: 0 0 10px #ADABAB;
            -webkit-box-shadow: 0 0 10px #ADABAB;
            box-shadow: 0 0 10px #ADABAB;
        }


        ul#cta_cycle .cycle_item .img_box {
            position: relative;
            background-color: #ffffff;
            overflow: hidden;
            border-bottom: 1px solid #E2F4E4;
            position: relative;
        }

        ul#cta_cycle .cycle_item .img_box_inner {
            position: relative;
            display: table;
            text-align: center;
            width: 316px;
            height: 237px;
            overflow: hidden;
        }

        ul#cta_cycle .cycle_item .img_box .img_box_inner a {
            display: table-cell;
            vertical-align: middle;
            width: 316px;
            height: 237px;
            overflow: hidden;
        }

            ul#cta_cycle .cycle_item .img_box .img_box_inner a img {
                max-width: 318px;
                max-height: 239px;
            }

        ul#cta_cycle .cycle_item .cycle_item_title {
            font-size: 0;
            padding: 0;
            overflow: hidden;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

            ul#cta_cycle .cycle_item .cycle_item_title a,
            ul#cta_cycle .cycle_item .cycle_item_title a:link,
            ul#cta_cycle .cycle_item .cycle_item_title a:active,
            ul#cta_cycle .cycle_item .cycle_item_title a:visited,
            ul#cta_cycle .cycle_item .cycle_item_title a:hover {
                display: block;
                color: #ffffff;
                font-size: 17px;
                font-weight: normal;
                line-height: 26px;
                margin: 0;
                padding: 10px;
                text-decoration: none;
                white-space: normal;
                z-index: 2;
                height: 26px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                position: relative;
                font-family: Arial,sans-serif;
            }

            ul#cta_cycle .cycle_item .cycle_item_title .overlay {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background-color: #1b9dce;
                z-index: 1;
                opacity: 0.7;
                filter: alpha(opacity=70);
            }

        ul#cta_cycle .cycle_item .cycle_item_content {
            background-color: #ffffff;
            padding: 10px;
            position: relative;
        }

            ul#cta_cycle .cycle_item .cycle_item_content .cycle_item_text {
                height: 100px;
                text-align: left;
                overflow: hidden;
                white-space: normal;
                font-size: 16px;
                line-height: 25px;
            }

        ul#cta_cycle .cycle_item .cycle_item_actions {
            height: 37px;
            overflow: hidden;
            margin: 10px 0 0;
            font-size: 0;
        }
/******************** Homepage View ends *************************************/
/******************** Style for Footer **************************************************/
/*Footer Top*/
#footer_top {
    background-color: #b2b7bb;
}

    #footer_top #footer_top_inner {
        padding: 50px 0;
    }

    #footer_top .col_title {
        color: #ffffff;
        font-size: 21px;
        font-weight: normal;
    }

    #footer_top .col_list {
        list-style: none;
        margin: 0;
    }

        #footer_top .col_list li {
            margin-bottom: 20px;
            width: 100%;
        }

            #footer_top .col_list li:last-child {
                margin-bottom: 0;
            }

        #footer_top .col_list a,
        #footer_top .col_list a:link,
        #footer_top .col_list a:active,
        #footer_top .col_list a:visited,
        #footer_top .col_list a:hover {
            color: #ffffff;
            font-size: 15px;
            font-weight: normal;
            display: block;
            text-decoration: none;
        }

    #footer_top .ft_contact {
        position: relative;
    }

        #footer_top .ft_contact .ft_ct {
            color: #ffffff;
            line-height: 1.5em;
            margin-bottom: 20px;
        }

        #footer_top .ft_contact .link_location {
            background-image: url('/i/icn_location.png');
            background-repeat: no-repeat;
            background-position: 0 5px;
            background-color: transparent;
            padding-left: 30px;
        }

        #footer_top .ft_contact .link_pobox {
            background-image: url('/i/icn_pobox.png');
            background-repeat: no-repeat;
            background-position: 0 7px;
            background-color: transparent;
            padding-left: 30px;
        }

        #footer_top .ft_contact .link_phone {
            background-image: url('/i/icn_phone.png');
            background-repeat: no-repeat;
            background-position: 3px 7px;
            background-color: transparent;
            padding-left: 30px;
        }

        #footer_top .ft_contact .ft_ct.link_contact {
            margin: 30px 0 0 30px;
        }

    #footer_top .ft_logo {
        line-height: 274px;
        text-align: right;
    }
/* Footer Bottom */
#foot {
    background-color: #000000;
    position: relative;
    height: 70px;
}

    #foot .iasp_logo {
        line-height: 70px;
        height: 70px;
    }

        #foot .iasp_logo a {
            display: block;
        }

            #foot .iasp_logo a img {
                height: 44px;
            }

    #foot .copyright {
        line-height: 70px;
        height: 70px;
        color: #9d9d9d;
        font-size: 14px;
    }

        #foot .copyright span {
            padding-right: 15px;
        }

            #foot .copyright span:last-child {
                padding-right: 0;
            }
/******************** End of Style for Footer ***********************************/
/******************** Style for Default list item *************************/
.list .list_item {
    padding: 5px 0 5px 5px;
    width: 100%;
}

    .list .list_item .orange_text {
        color: #F47321;
    }

    .list .list_item h4 {
        margin: 0;
        padding: 0;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        display: block;
    }

        .list .list_item h4 a,
        .list .list_item h4 a:link,
        .list .list_item h4 a:active,
        .list .list_item h4 a:visited,
        .list .list_item h4 a:focus {
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
            font-size: 15px;
            line-height: normal;
            vertical-align: middle;
            font-weight: bold;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .list .list_item span.ctrl_bar {
        font-size: 0;
        vertical-align: top;
        padding-left: 10px;
        display: inline-block;
        *display: inline;
        _height: 30px;
        zoom: 1;
    }

        .list .list_item span.ctrl_bar a,
        .list .list_item span.ctrl_bar a:link,
        .list .list_item span.ctrl_bar a:active,
        .list .list_item span.ctrl_bar a:visited,
        .list .list_item span.ctrl_bar a:focus {
            line-height: 21px;
            vertical-align: middle;
            display: inline-block;
            *display: inline;
            _height: 30px;
            zoom: 1;
        }

        .list .list_item span.ctrl_bar span {
            font-size: 13px;
            line-height: 21px;
            vertical-align: middle;
            color: #000;
            font-weight: normal;
        }

    .list .list_item .list_item_text {
        line-height: 25px;
        margin-right: 10px;
        vertical-align: top;
    }

    .list .list_item .list_item_btn {
        position: absolute;
        bottom: 5px;
        right: 15px;
    }

        .list .list_item .list_item_btn .btn_global,
        .list .list_item .list_item_btn .btn_global:link,
        .list .list_item .list_item_btn .btn_global:active,
        .list .list_item .list_item_btn .btn_global:visited {
            padding: 5px 25px;
            font-size: 15px;
        }

    .list .list_item .imgwrap {
        position: relative;
        height: 111px;
    }

    .list .list_item .img_box_inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        overflow: hidden;
        margin: 0;
        display: table;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
    }

    .list .list_item .img_box {
        position: relative;
        height: 111px;
        margin: 0;
    }

        .list .list_item .img_box a {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-size: 0;
        }

    .list .list_item .img_alignment {
        vertical-align: middle;
        display: inline;
    }

    .list .list_item .img_box img {
        max-width: 145px;
        max-height: 111px;
    }
/*## For News List ##*/
.news_date {
    font-size: 0.9em;
    font-style: italic;
}
/******************** End of Style for List ***************************/
/******************** Style for Detail ***********************************************/
#plus_sign {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
/** Style for Default Detail View **/

.detail .img_box {
    position: relative;
    text-align: center;
}

    .detail .img_box .img_box_inner {
        height: 300px;
        width: 400px;
        display: table;
    }


    .detail .img_box a {
        display: block;
        position: relative;
    }

    .detail .img_box .img_alignment {
        vertical-align: middle;
        display: inline;
    }


.detail .smimg div {
    display: inline-block;
    *display: inline;
    _height: 30px;
    zoom: 1;
    vertical-align: top;
    width: 77px;
    padding: 4px 0 0 4px;
}

    .detail .smimg div.f {
        padding-left: 0;
    }

.detail .img_box_inner .img_wrap {
    display: table-cell;
    vertical-align: middle;
    background-color: #ffffff;
}

.detail .img_box #gallery_list_main {
    max-height: 300px;
    max-width: 400px;
}

.sml_img {
    height: 55px;
    margin-top: 10px;
    font-size: 0;
    text-align: center;
    width: 100%;
}

    .sml_img .sml_img_item {
        display: inline-table;
        width: 18.5%;
        margin-left: 1%;
        height: 55px;
        box-sizing: border-box;
    }

        .sml_img .sml_img_item:last-child {
            margin-right: 0;
        }

        .sml_img .sml_img_item.f {
            margin-left: 0;
        }

        .sml_img .sml_img_item .sml_img_wrap {
            display: table-cell;
            vertical-align: middle;
            background-color: #ffffff;
        }

            .sml_img .sml_img_item .sml_img_wrap a {
                display: block;
            }

            .sml_img .sml_img_item .sml_img_wrap img {
                max-height: 54px;
                max-width: 72px;
            }
/******************** Style for Detail ************************************/
