﻿/*====================================== reset.css is here ========================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 2px;
} 

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}


ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_border {
    border: none !important;
}
/**************************************************************************************/

a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

h1 {
    font-size: 22px;
    padding-bottom: 25px;
    color: #6e5145;
    font-family: 'Lato', sans-serif;
}

h2 {
    font-size: 18px;
    margin-bottom: 5px; /*changed from 25px to 5px BR*/
}

h3 {
    font-size: 14px;
    color: #323232;
    font-family: 'Lato', sans-serif;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}
/*----------------------------------------------------------------------------------*/

html {
    height: 100%;
}

body {
    color: #b1b1b1;
    font-family: "Arial", Verdana, Tahoma;
    font-size: 12px;
}

.flt_lt {
    float: left;
    display: inline;
}

.flt_rt {
    float: right;
    display: inline;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
}

@font-face {
    font-family: 'Conv_ufonts.com_vani';
    src: url('../fonts/ufonts.com_vani.eot');
    src: local('☺'), url('../fonts/ufonts.com_vani.woff') format('woff'), url('../fonts/ufonts.com_vani.ttf') format('truetype'), url('../fonts/ufonts.com_vani.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/

.wrapper {
    width: 100%;
}
/*-------------------------------------------*/

.header {
    width: 100%;
    background: url(../_img/gradnt-brdr-top.jpg) no-repeat;
    background-size: 100% 2%;
    margin-bottom: 45px;
}

.header_in {
    width: 970px;
    margin: 0 auto;
    padding: 28px 0 24px 0;
}

.logo {
    float: left;
    margin: 0;
    padding: 0;
}

.header_rght {
    width: 675px;
    float: right;
    padding: 0;
    margin: 10px 0 0 0;
}

.menu {
    display: none;
}

.master_nav {
    position: absolute;
     right:20%; 
    /* top:-63px; */
}

    .master_nav ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .master_nav ul li {
            width: auto !important;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 0 0 35px !important; /*margin-right changed from 18px to 35px*/
        }

            .master_nav ul li a {
                font-family: 'Conv_ufonts.com_vani' !important;
                font-size: 13px !important;
                font-weight: normal;
                color: #3e3e3e !important;
                line-height: 16px;
                padding: 0 !important;
                display: block;
                text-transform: uppercase !important;
                background: none !important;
            }

                .master_nav ul li a:hover {
                    color: #132340;
                }

.search {
    float: right;
    position: relative;
    margin:30px -30px 0 0;/*changed from 0 to 30px*/

}

    .search a {
        background: url(../_img/search.jpg) no-repeat right top;
        width: 48px;
        height: 44px;
        display: block;
    }

.search_in {
    position: absolute;
    right: 50px; /*changed from 0px to 50px*/
    top: 0px; /*changed from 44px to 0px*/
    z-index: 9999;
}

    .search_in .textfeild1 {
        width: 150px; /*changed from 0px to 150px*/
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #3e3e3e;
        padding: 12px 0 13px 10px;
        line-height: 17px;
        background: #fff;
        border: solid 1px #ededed;
        outline: none;
        border-right: none;
/*        -webkit-transition: all 0.5s ease-in-out;
         For Safari 3.1 to 6.0 
        transition: all 0.5s ease-in-out;*/
    }

    .search_in input{
        padding-left:5px; /*Added*/
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
         -moz-box-sizing: border-box;    /* Firefox, other Gecko */
          box-sizing: border-box;
    }

/*.search:hover .textfeild1 {
    width: 127px;
    -webkit-transition: all 0.5s ease-in-out;
     For Safari 3.1 to 6.0 
    transition: all 0.5s ease-in-out;
    padding: 12px 5px 13px 5px;
    border: solid 1px #ededed;
}*/

.main_nav {
    width: 100%;
    background: url(../_img/main-nav-bg.jpg) repeat-x;
}

.main_nav_in {
    width: 960px;
    margin: 0 auto;
    padding: 18px 0 0 0;
    position: relative;
}

    .main_nav_in > ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .main_nav_in > ul > li {
            width: 125px;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 53px 0 0;
            height: 53px;
            position: relative;
        }

            .main_nav_in > ul > li > a {
                font-family: 'Lato', sans-serif;
                font-size: 13px;
                font-weight: 600;
                color: #ffffff;
                line-height: 14px;
                padding: 0 0 25px 0;
                display: block;
                text-align: center;
                height: 28px;
                text-transform: uppercase;
                letter-spacing: 0.4px;
                background: url(../_img/lnk-bg.png) no-repeat center bottom;
            }

                .main_nav_in > ul > li > a:hover {
                    color: #ffe1a7;
                    background: url(../_img/lnk-bg-hvr.png) no-repeat center bottom;
                }

            .main_nav_in > ul > li:hover > a {
                color: #ffe1a7;
                background: url(../_img/lnk-bg-hvr.png) no-repeat center bottom;
            }

    .main_nav_in ul li:hover .sub_nav {
        display: block;
    }

    .main_nav_in > ul > li:nth-child(1) {
        width: 90px;
    }

    .main_nav_in > ul > li:nth-child(2) {
        width: 60px;
    }

    .main_nav_in ul li:nth-child(3) {
        width: 125px;
    }

    .main_nav_in ul li:nth-child(4) {
        width: 90px;
    }

    .main_nav_in ul li:nth-child(5) {
        width: 72px;
    }

    .main_nav_in ul li:nth-child(6) {
        width: 80px;
    }

.sub_nav {
    width: 489px;
    background: #F8FAFA;
    border: solid 1px #836c7a;
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 9999;
    display: none;
    box-shadow: inset -6px 0 9px -3px #d0c4d0;
}

.sub_nav_lft {
    width: 235px;
    min-height: 250px;
    float: left;
    background: #ffffff;
    padding: 10px 0 0 23px;
    box-shadow: 6px 0 9px -3px #d0c4d0 inset;
}

    .sub_nav_lft.send_sub {
        width: 218px;
        padding: 5px 0 0 20px;
        background: none;
        min-height: 303px;
    }

    .sub_nav_lft h2 {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 800;
        color: #6e5145;
        line-height: 20px;
        padding: 0 0 20px 0;
        display: block;
        /*text-transform: uppercase;*/
        letter-spacing: 1px;
    }

    .sub_nav_lft ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .sub_nav_lft ul li {
            width: 100% !important;
            float: none;
            display: block;
            padding: 0;
            margin: 0 0 21px 0 !important;
        }

            .sub_nav_lft ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                font-weight: 900;
                color: #323232 !important;
                line-height: 14px;
                padding: 0 20px 0 0;
                display: inline-block;
                text-align: left;
                text-transform: uppercase;
                background: none;
                letter-spacing: 1px !important;
            }

                .sub_nav_lft ul li a:hover {
                    color: #d7b573 !important;
                    background: url(../_img/arrow2.png) no-repeat right center !important;
                }

                .sub_nav_lft ul li a.pft:hover {
                    color: #d7b573 !important;
                    background: none !important;
                }

                .sub_nav_lft ul li a.featured {
                    color: #91bcc2 !important;
                }

                    .sub_nav_lft ul li a.featured:hover {
                        color: #d7b573 !important;
                        background: url(../_img/arrow2.png) no-repeat right center !important;
                    }

            .sub_nav_lft ul li a {
                background: none !important;
            }

.sub_nav_rght {
    width: 217px;
    float: right;
    padding: 7px 0 0 0;
    margin: 0;
}

    .sub_nav_rght p {
        font-family: 'Lato', sans-serif;
        font-size: 13px; /*Changed from 12px to 13px*/
        font-weight: 300;
        color: #919191;
        line-height: 14px; /*Changed from 16px to 14px*/
        padding: 9px 12px 0 3px;
        display: block;
        letter-spacing: 1px;
    }

    .sub_nav_rght ul {
        float: none;
        display: block;
        padding: 0;
        margin: 0;
    }

        .sub_nav_rght ul li {
            width: auto !important;
            float: none;
            /*display: block;*/
            padding: 0;
            margin: 0 0 9px 0 !important;
        }

            .sub_nav_rght ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 13px;
                font-weight: 300;
                color: #8e8c8c !important;
                line-height: 14px !important;
                padding: 0 !important;
                margin: 0 !important;
                display: block;
                text-align: left !important;
                background: none !important;
            }

                .sub_nav_rght ul li a:hover {
                    color: #d7b573 !important;
                }


.patient_tools_right ul {
    list-style: disc;
}

    .patient_tools_right ul li {
        margin-left: 20px !important;
        list-style: disc;
    }

.drop4 {
    left: -224px;
}


.bottom_lnks {
    background: url(../_img/bottm-lnks-bg.jpg) repeat-x;
    padding: 8px 0 9px 21px;
    box-shadow: 15px 0 11px -10px #d0c4d0 inset, inset -24px 0 9px -21px #d0c4d0;
    position: relative;
    z-index: 9999999999999999999;
}

    .bottom_lnks a {
        font-family: 'Lato', sans-serif;
        font-size: 13px !important;
        font-weight: 400 !important;
        color: #91bcc2 !important;
        line-height: 16px;
        padding: 0 0 0 22px !important;
        margin: 0 0 6px 0 !important;
        display: block;
        text-align: left !important;
        text-transform: capitalize !important;
        letter-spacing: 0.2px !important;
        background: url(../_img/list-icon.png) no-repeat left center !important;
    }

    .bottom_lnks ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .bottom_lnks ul li {
            width: 13px !important;
            float: left;
            display: block;
            padding: 0;
            margin: 0 3px 0 0;
        }

            .bottom_lnks ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 13px !important;
                font-weight: 400 !important;
                color: #91bcc2;
                line-height: 14px !important;
                padding: 0 !important;
                margin: 0 !important;
                display: block;
                text-align: center !important;
                text-transform: uppercase;
                background: none !important;
            }

    .az_lnks ul li{
        color:#132340;
        background:#FFFFFF;
        border:1px solid #B4B4B4;
        margin:0 5px 30px 0;
        padding:4px 0;
        width:25px;
        height:15px;
        display:inline-block;
        text-decoration:none;
        vertical-align:middle;
        text-align:center;
    }

        .az_lnks ul{
            margin:0px 0px 10px 0;
    }

             .az_lnks ul li:hover{
                 background-color:#CB9F2F;
                 cursor: pointer;
             }

                 .az_lnks ul li:hover > a{
                 color:white;
             }




.sub_lnks {
    display: none;
}

.close {
    display: none;
}
/* ------------------ HEADER HERE -------------------*/

.banner_section {
    width: 100%;
    height: auto;
    position: relative;
}

.banner_section_in {
    width: 100%;
    position: absolute;
    top: 220px;
    left: 0;
}

.heddng {
    width: 590px;
    margin: 78px auto 0 auto;
}

    .heddng h1 {
        font-family: 'Lato', sans-serif;
        font-size: 56px;
        color: #ffffff;
        font-weight: 700;
        display: block;
        /*padding: 0 0 55px 0;*/
        margin: 0;
        line-height: 56px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

.search_box {
    width: 585px;
    margin: 0 auto;
    background: url(../_img/white-transparent.png) repeat;
    box-shadow: 0 3px 15px #000000, inset 0 3px 8px -4px #656664;
    border-radius: 3px;
    border: solid 1px #ffffff;
    position: relative;
    margin-top: 20px;
}

    .search_box .textfeild {
        width: 485px;
        padding: 19px 10px 22px 33px;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #698cc0;
        border: none;
        background: none;
        outline: none;
        letter-spacing: 1.1px;
    }

    .search_box a {
        position: absolute;
        right: 31px;
        top: 20px;
        background: url(../_img/search-btn1.png) no-repeat;
        width: 23px;
        height: 24px;
        display: block;
    }

.header_sub_nav {
    width: 100%;
    background: url(../_img/hedr-sbu-nav-bg.png) repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header_sub_nav_in {
    width: 960px;
    margin: 0 auto;
}

    .header_sub_nav_in ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .header_sub_nav_in ul li {
            width: 240px;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0;
        }

            .header_sub_nav_in ul li a {
                font-family: 'Conv_ufonts.com_vani' !important; /*Changed from Times New Roman*/
                font-size: 17px;
                font-weight: 400;
                color: #ffffff;
                line-height: 22px;
                padding: 40px 0 39px 55px;
                display: block;
                letter-spacing: 0.4px;
                text-shadow: 0 1px 2px #000000;
                letter-spacing: 1.2px;
                background: url(../_img/bullet.png) no-repeat 25px center;
            }

            .header_sub_nav_in ul li:hover {
                background: url(../_img/yellow-tranprnt.png) repeat;
                box-shadow: -2px 2px 5px -2px #000 inset;
            }
/* ------------------------ MIAN CONTENT HERE --------------*/

.video_block {
    width: 100%;
    background: url(../_img/videoblck-bg.jpg) repeat-x;
}

.video_block_in {
    width: 968px;
    margin: 0 auto;
    padding: 37px 0 53px 0;
	position: relative;
}

.video_block_lft {
    float: left !important;
    margin: 18px 0 0 0 !important;
    position: absolute !important;
    padding-bottom:56.25% !important;
    padding-top:30px !important;
    height:0 !important;
    overflow:hidden !important;
    width:50% !important;
	top:0 !important; 
	left:0 !important;
}

.video_block_lft iframe, .video_block_lft object, .video_block_lft embed{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:50% !important;
}


a.play_btn1 {
    position: absolute;
    left: 162px;
    top: 101px;
    background: url(../_img/play-btn.png) no-repeat;
    width: 80px;
    height: 80px;
}

.video_block_rght {
    width: 47%;
    float: right;
    margin: 0;
    padding: 0;
}

    .video_block_rght img {
        margin: 0 0 57px 0;
    }

    .video_block_rght .img2 {
        display: none;
    }

    .video_block_rght p {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        /*color: #9a8b79;*/
        color:#5f5f5f;
        font-weight: normal;
        display: block;
        padding: 0 0 24px 0;
        margin: 0;
        line-height: 25px;
    }

    .video_block_rght a {
        width: 133px;
        font-family: 'Conv_ufonts.com_vani';
        font-size: 13px;
        color: #ffffff;
        font-weight: 400;
        display: block;
        padding: 20px 0 13px 26px; /*padding top changed from 15px to 20px BR*/ /*padding bottom changed from 15px to 13px BR*/
        margin: 0;
        line-height: 14px;
        text-transform: uppercase;
        background: url(../_img/arrow1.png) no-repeat 139px center #a7d4e4;
        border-radius: 2px;
        letter-spacing:1px; /*added from 0px BR*/
    }

        .video_block_rght a:hover {
            background: url(../_img/arrow1.png) no-repeat 139px center #77c2dc;
        }

.btns, .m_video {
    display: none;
}

.links-bg {
    background: #ebf4f5 none repeat scroll 0 0;
}

.links {
    width: 100%;
    /*background: #ebf4f5 none repeat scroll 0 0;*/
}

    .links h5.nav-main-link {
        color: #6e5145;
        font-size: 18px;
        padding-bottom: 15px;
        font-weight: bold;
        font-family: 'Lato', sans-serif;
    }

.links_in {
    width: 970px;
    margin: 0 auto;
    padding: 32px 0 34px 0;
}

    .links_in ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .links_in ul li {
            width: 309px;
            float: left;
            display: inline-block;
            padding: 0;
            /*margin: 0 20px 0 0;*/
            margin: 0 11px 0 3px;
        }

            .links_in ul li a {
                font-family: 'Conv_ufonts.com_vani';
                font-size: 13px;
                font-weight: 400;
                color: #ffffff;
                line-height: 16px;
                padding: 21px 0 17px 65px; /*padding left changed from 59px to 65px BR*/
                display: block;
                text-transform: uppercase;
                letter-spacing: 0.9px;
                background: url(../_img/liks-bg1.jpg) repeat-x;
                position: relative;
                border-radius: 3px;
            }

                .links_in ul li a span {
                    position: absolute;
                    right: 16px;
                    top: 11px;
                }

                .links_in ul li a.lnk2 {
                    background: url(../_img/liks-bg2.jpg) repeat-x;
                    padding: 21px 0 17px 29px;
                }

                .links_in ul li a.lnk3 {
                    background: url(../_img/liks-bg3.jpg) repeat-x;
                    padding: 21px 0 17px 45px;
                }

.latest_news {
    width: 100%;
    background: #f9fbfd;
	position: relative;
    z-index: 10;
}

.latest_news_in {
    width: 970px;
    margin: 0 auto;
    padding: 45px 0 8px 0;
}

    .latest_news_in ul {
        width: 960px;
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
        border-bottom: solid 1px #e6f1dd;
    }

        .latest_news_in ul li {
            width: 142px;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 39px 0 0;
        }

            .latest_news_in ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 18px;
                font-weight: 400;
                color: #8ab7be;
                line-height: 14px;
                padding: 0 0 52px 0;
                margin: 0 0 -35px 0;
                display: block;
                text-transform: capitalize;
                cursor: pointer;
            }

    .latest_news_in > ul li a:hover {
        background: url(../_img/tabs-lne1.png) no-repeat left 30px; /*changed from 47px to 30px BR*/
        color: #2e585f;
    }

.tabs_links ul li .current a {
    background: url(../_img/tabs-lne1.png) no-repeat left 30px; /*changed from 47px to 30px BR*/
    color: #2e585f;
}

.latest_news_in ul li.current a {
    background: url(../_img/tabs-lne1.png) no-repeat left 30px; /*changed from 47px to 30px BR*/
    color: #2e585f;
    position: relative;
    z-index: 99;
}

.tab_info {
    width: 925px;
    margin: 29px 0 0 0;
    display: none;
}

    .tab_info ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
    }

        .tab_info ul li {
            width: 445px;
            float: left;
            display: inline-block;
            padding: 23px 10px 24px 10px;
            margin: 0 36px 18px 0;
        }

            .tab_info ul li span {
                width: 152px;
                min-height: 109px;
                float: left;
                border: solid 1px #c4c9ca;
                background: #ffffff;
                margin: 0 22px 0 18px;
                padding: 4px 0 0 0;
            }

                .tab_info ul li span img {
                    margin: 0 auto;
                    display: block;
                }

            .tab_info ul li h2 {
                font-family: 'Lato', sans-serif;
                font-size: 18px; /*Changed from 20px to 18px*/
                font-weight: 700;
                color: #262626;
                line-height: 15px;
                padding: 0 0 12px 0;
                /*text-transform: uppercase;*/
            }

            .tab_info ul li small {
                font-family: 'Lato', sans-serif;
                font-size: 16px;
                font-weight: 400;
                color: #2e585f;
                line-height: 14px;
                padding: 0 0 12px 0;
                display: block;
            }

            .tab_info ul li p {
                font-family: 'Lato', sans-serif;
                font-size: 16px;
                font-weight: 400;
                color: #9db5bd;
                line-height: 16px;
                padding: 0;
                display: block;
            }

            .tab_info ul li:hover {
                background: #f2f7f9;
            }

.latst_news_info {
    margin: 40px 0 28px 0;
    padding: 0;
    display: none;
}

    .latst_news_info ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
    }

        .latst_news_info ul li {
            width: 220px;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 26px 0 0;
            background: #ffffff;
        }

            .latst_news_info ul li a {
                padding: 0;
                margin: 0;
            }

            .latst_news_info ul li img {
                margin: 0 auto;
                display: block;
            }

            .latst_news_info ul li p {
                font-family: 'Lato', sans-serif;
                font-size: 15px;
                color: #8e8c8c;
                font-weight: 300;
                margin: 0;
                padding: 20px 20px 24px 16px;
            }

.patients_block {
    width: 100%;
    height: auto;
    background: url(../_img/patient-img.jpg) no-repeat;
    background-size: cover;
}

.patients_block_in {
    width: 980px;
    margin: 0 auto;
    padding: 56px 0 96px 0;
}

    .patients_block_in h2 {
        font-family: 'Lato', sans-serif;
        /*font-size: 28px;*/
        font-weight: 400;
        color: #ffffff;
        line-height: 28px;
        padding: 0 0 97px 0;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: block;
    }

        .patients_block_in h2 span {
            color: #e3bdcd;
        }

    .patients_block_in ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .patients_block_in ul li {
            width: 260px !important;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 80px 0 0;
        }

            .patients_block_in ul li p {
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                font-weight: 400;
                color: #ffffff;
                line-height: 20px;
                padding: 0 0 10px 0;
                text-align: center;
            }

            .patients_block_in ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 15px;
                font-weight: 400;
                color: #f3daa3;
                line-height: 22px;
                padding: 0;
                text-align: center;
                display: block;
                text-transform: capitalize;
            }

            .patients_block_in .bx-wrapper .bx-prev {
               background-image: url(../_img/patient_arrow.png) !important;

            }

            .patients_block_in .bx-wrapper .bx-next {
                background-image: url(../_img/patient_arrow_next.png)  !important;
            }



.social_media_nav {
    width: 100%;
    background: url(../_img/social-medai-bg.jpg) repeat-x;
}

.social_media_nav_in {
    width: 980px;
    margin: 0 auto;
    padding: 62px 0 0 0;
    position: relative;
}

    .social_media_nav_in ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .social_media_nav_in ul li {
            width: 165px;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 54px 0 0;
        }

            .social_media_nav_in ul li a span {
                font-family: 'Lato', sans-serif;
                font-size: 16px;
                font-weight: 400;
                color: #ffffff;
                line-height: 16px;
                padding: 14px 0 0 89px;
                display: block;
                text-align: center;
                text-transform: capitalize;
            }

.facebook_info ul li p a {
    color: #9db5bd;
}

.social_media_nav_in ul li a.facebook {
    background: url(../_img/socialicons-sprite.png) no-repeat 0 1px;
    display: block;
    width: auto;
    height: 64px;
}

    .social_media_nav_in ul li a.facebook:hover {
        background: url(../_img/socialicons-sprite.png) no-repeat 0 -69px;
    }

.social_media_nav_in ul li a.twitter {
    background: url(../_img/socialicons-sprite.png) no-repeat 0 -153px;
    display: block;
    width: auto;
    height: 65px;
}

    .social_media_nav_in ul li a.twitter:hover {
        background: url(../_img/socialicons-sprite.png) no-repeat 0 -223px;
    }

.social_media_nav_in ul li a.youtube {
    background: url(../_img/socialicons-sprite.png) no-repeat 0 -298px;
    display: block;
    width: auto;
    height: 65px;
}

    .social_media_nav_in ul li a.youtube:hover {
        background: url(../_img/socialicons-sprite.png) no-repeat 0 -371px;
    }

.social_media_nav_in ul li.current a.facebook {
    background: url(../_img/socialicons-sprite.png) no-repeat 0 -69px;
}

.social_media_nav_in ul li.current a.twitter {
    background: url(../_img/socialicons-sprite.png) no-repeat 0 -223px;
}

.social_media_nav_in ul li.current a.youtube {
    background: url(../_img/socialicons-sprite.png) no-repeat 0 -371px;
}

.video-container div#video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.video-container iframe, div#video-container iframe , .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.social_media_cont {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 0 0;
    display: block;
}

    .social_media_cont ul {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0;
        border: none;
    }

        .social_media_cont ul li {
            width: 620px !important;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 49px 21px 0;
        }

            .social_media_cont ul li a {
                width: 280px;
                display: block;
                padding: 27px 0 33px 22px;
                margin: 0;
            }

                .social_media_cont ul li a:hover {
                    background: #f2f7f9;
                }

                .social_media_cont ul li a span {
                    font-family: 'Lato', sans-serif;
                    font-size: 20px;
                    font-weight: 400;
                    color: #262626;
                    line-height: 20px;
                    padding: 0 0 9px 0;
                    display: inline-block;
                }

                    .social_media_cont ul li a span em {
                        color: #d1d1d1;
                        display: inline-block;
                    }

                .social_media_cont ul li a small {
                    font-family: 'Lato', sans-serif;
                    font-size: 15px;
                    font-weight: 400;
                    color: #9db5bd;
                    line-height: 18px;
                    padding: 0 20px 0 0;
                    display: block;
                }

.social_media_cont_rght {
    margin: 0;
    position: absolute;
    right: -5px;
    top: 55px;
}

.social_media_cont_rght a {
    text-decoration: none;
}

.facebook_info {
    margin: 22px 0 0 0;
    padding: 0 0 30px 0;
    display: block;
}

    .facebook_info ul {
        display: block;
        padding: 0;
        margin: 0;
    }

        .facebook_info ul li {
            width: 620px;
            display: block;
            padding: 0;
            margin: 0 20px 26px 0; /*Margin top changed from 0px to 20px*/
            /* display: inline-block; */
        }

            .facebook_info ul li span {
                width: auto;
                float: left;
                border: solid 1px #c4c9ca;
                background: #ffffff;
                margin: 0 30px 0 0;
            }

                .facebook_info ul li span img {
                    margin: 0 auto;
                    display: block;
                }

            .facebook_info ul li h3 {
                font-family: 'Lato', sans-serif;
                font-size: 20px;
                font-weight: 400;
                color: #262626;
                line-height: 45px;
                padding: 0;
                display: block;
                letter-spacing: 1px;
            }

            .facebook_info ul li p {
                font-family: 'Lato', sans-serif;
                font-size: 14px; /*Changed to 14px from 15px*/
                font-weight: 400;
                color: #9db5bd;
                line-height: 18px;
                padding: 0 0 0 0;
                display: block;
                /*letter-spacing: 1px;*/
                /*text-align: justify;*/
            }

.tabscontent {
    min-height: 295px;
}

/* -----------------------------------------------------------*/
/* ------------------------ ABOUT PAGE STARTS HERE ------------------*/

.banner {
    width: 100%;
    height: 531px;
    background: url(../_img/banner-img2.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.banner_in {
    width: 950px;
    margin: 0 auto;
}

    .banner_in h2 {
        float: right;
        font-family: 'Lato', sans-serif;
        font-size: 58px;
        font-weight: 700;
        display: block;
        color: #ffffff;
        line-height: 58px;
        padding: 172px 0 0 0;
        letter-spacing: 3px;
        word-spacing: 4px;
    }

.content-main {
    width: 100%;
    display: block;
}

    .content-main h1 {
        font-size: 22px;
        color: #6e5145;
        font-family: 'Lato', sans-serif;
        font-weight: 800;
    }

    .content-main h2 {
        font-size: 20px;
        color: #91bcc2;
        font-family: 'Lato', sans-serif;
        font-weight: 800;
        margin-bottom: 5px;
    }

    .content-main h3 {
        font-size: 16px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        margin: 10px 0;
    }

    .content-main h4 {
        font-size: 14px;
        color: #323232;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        margin: 10px 0;
    }

    .content-main h5 {
        font-size: 14px;
        color: #7d7d7d;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        margin: 10px 0;
    }

.content-main-in {
    width: 980px;
    margin: 0 auto;
}

.content-main-left {
    width: 288px;
    /*min-height: 1100px;*/
    float: left;
    margin: 0 40px 30px 0;
    padding: 85px 0 0 0;
    background: url(../_img/about-left-bg.png) no-repeat right top;
    background-size:100% 125%; /*Added to fix truncated background image*/
}

    .content-main-left ul {
        padding: 0;
        display: block;
    }

        .content-main-left ul li {
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            width: 100%;
        }

            .content-main-left ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 15px;
                font-weight: 400;
                display: block;
                color: #9e798f;
                line-height: 20px; /*Changed from 33px to 20px*/
                padding: 0 5px 9px 53px;
                background: url(../_img/linkbutton.png) no-repeat left 0px; /*Changed from 6px to 0px*/
                text-decoration: none;
                margin-bottom:15px; /*added from 0px to 15px*/
            }

                .content-main-left ul#list-nav-links li a:hover {
                    color: #cca457;
                    background: url(../_img/linkbutton-hvr.png) no-repeat left 0px; /*Changed from 6px to 0px*/
                }

            .content-main-left ul li:hover {
                background: url(../_img/line-hvr.png) repeat-y right top;
            }

.content-main-right {
    width: 640px;
    float: right;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 50px 0;
    position: relative;
}

    .content-main-right h2 {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        display: block;
        color: #91bcc2;
        line-height: 25px;
        padding: 25px 0 5px 0; /*Padding bottom changed from 25px to 5px*/
    }

    .content-main-right p {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 400;
        display: block;
        color: #5f5f5f;
        line-height: 25px;
        padding: 0 0 31px 0;
    }

    .content-main-right ul {
        padding: 0;
        display: block;
        margin-left: 40px;
        margin-bottom: 25px;
    }

        .content-main-right ul li {
            width: 100%;
            font-family: 'Lato', sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 25px;
            /* display: block; */
            color: #5f5f5f;
            /* line-height: 25px; */
            padding: 0 0 8px 0;
            list-style-type: disc;
        }

            .content-main-right ul li a {
                color: #5f5f5f;
            }

                .content-main-right ul li a:hover {
                    text-decoration: underline;
                }

            .content-main-right ul li:hover {
            }
	.content-main-right ol {
        padding: 0;
        display: block;
        margin-left: 40px;
        margin-bottom: 25px;
    }

        .content-main-right ol li {
            width: 100%;
            font-family: 'Lato', sans-serif;
            font-size: 15px;
            font-weight: 400;
            line-height: 25px;
            /* display: block; */
            color: #5f5f5f;
            /* line-height: 25px; */
            padding: 0 0 8px 0;
        }

            .content-main-right ol li a {
                color: #5f5f5f;
            }

                .content-main-right ol li a:hover {
                    text-decoration: underline;
                }

            .content-main-right ol li:hover {
            }
			
.content-main a, .news-story a {
    font-size: 15px;
    color: #132340;
    text-decoration: underline;
}

    .content-main a:hover, .news-story a:hover {
        text-decoration: none;
    }

.video_place {
    position: relative;
}

a.play_btn2 {
    position: absolute;
    left: 282px;
    top: 124px;
    background: url(../_img/play-btn.png) no-repeat;
    width: 80px;
    height: 80px;
}

.history {
    width: 650px;
    display: block;
    margin: 0 0 0 0;
    padding: 43px 0 48px 0;
}

    .history h3 {
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 900;
        display: block;
        color: #6e5145;
        line-height: 25px;
        padding: 0 0 33px 7px;
        letter-spacing: 0.4px;
    }

    .history img {
        margin: 0 0 0 0;
    }

    .history p {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 400;
        display: block;
        color: #5f5f5f;
        line-height: 24px;
        padding: 0 0 0px 0px;
        float: right;
        width: 332px;
    }

.menabout {
    width: 628px;
    display: block;
    margin: 0 0 0 0;
    padding: 0px 0 0 0;
}

    .menabout p {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 400;
        display: block;
        color: #5f5f5f;
        line-height: 25px;
        padding: 10px 0 0px 0px;
        width: 400px;
        text-align: right;
    }

    .menabout img {
        margin: 0;
        float: right;
    }

.video_slider {
    width: 60%;
    background: #f9fbfd;
    float: right;
    margin: 50px 0 0 0;
    display: block;
    padding: 0 0 32px 0;
    display: none;
}

.video_slider_in {
    width: 605px;
    padding: 0 0 0 68px;
    margin: 0;
}

    .video_slider_in h2 {
        font-family: 'Lato', sans-serif;
        /*font-size: 28px;*/
        font-weight: bold;
        display: block;
        color: #49576f;
        line-height: 28px;
        padding: 30px 0 32px 184px;
    }

        .video_slider_in h2 span {
            color: #f5cf54;
        }

    .video_slider_in ul {
        padding: 0;
        margin: 0;
        float: left;
        display: inline-block;
    }

        .video_slider_in ul li {
            width: 280px !important;
            float: left;
            display: inline-block;
            padding: 0;
            margin: 0 25px 0 0;
            background: #FFF;
            position: relative;
        }

            .video_slider_in ul li p {
                width: 200px;
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                font-weight: 400;
                display: block;
                color: #8e8c8c;
                line-height: 16px;
                margin: 0;
                padding: 17px 0 23px 38px;
                background: #FFF;
                letter-spacing: 0.8px;
            }

            .video_slider_in ul li img {
                margin: 0;
            }

a.play_btn3 {
    position: absolute;
    left: 104px;
    top: 58px;
    background: url(../_img/play-btn3.png) no-repeat;
    width: 80px;
    height: 80px;
}
.formattedDate{
    position:relative;
    display:inline-block;
}
.formattedDate p{
    font-size:26px !important;
    text-align:center;
    color:#fff !important;
    padding:10px !important;
}
.formattedDate p:first-child {
    background-color:#6c5462;
    font-weight:300;
}
.formattedDate p:nth-child(2){
    background-color:#1e3255;
}
/* ------------------------ FOOTER STARTS HERE ------------------*/

.footer {
    width: 100%;
    background: #132340;
    display: block;
    padding: 0;
    display: block;
}

.footer-in {
    width: 970px;
    margin: 0 auto;
    padding: 66px 0 62px 0;
}

.footer-in-left {
    width: 175px;
    float: left;
    margin: 0 15px 0 0;
    padding: 0 0 0 0;
}

    .footer-in-left ul {
        padding: 0;
        margin: 0;
        float: left;
        list-style-type: none;
    }

        .footer-in-left ul li {
            display: block;
            padding: 0;
            margin: 0 0 15px 0; /*Margin bottom changed from 22px to 15px*/
            position: relative;
        }

            .footer-in-left ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 13px; /*Changed from 12px to 13px*/
                font-weight: 400;
                display: inline-block;
                color: #c4d4f1;
                line-height: 14px; /*Changed from 13px to 14px*/
                text-transform: uppercase;
                padding: 0;
                letter-spacing: 0.5px;
            }

                .footer-in-left ul li a:hover {
                    color: #ffffff;
                }

                .footer-in-left ul li a span {
                    width: 100%;
                    height: 18px;
                    position: absolute;
                    left: -29px;
                    top: -2px;
                    display: block;
                }

                    .footer-in-left ul li a span:hover {
                        color: #FFF;
                        background: url(../_img/footer-hvr.png) no-repeat center left;
                    }

.footer_mid {
    float: right;
    padding: 0;
    margin: 0;
}

.contactus {
    width: 174px;
    float: left;
    margin: 0 30px 0 0;
}

    .contactus ul {
        display: block;
        padding: 0;
    }

        .contactus ul li {
            display: block;
            margin: 0;
            padding: 0;
        }

            .contactus ul li h3 {
                font-family: 'Lato', sans-serif;
                font-size: 15px;
                font-weight: bold;
                display: block;
                color: #FFF;
                line-height: normal;
                text-transform: uppercase;
                padding: 0 0 15px 9px; /*Changed from 29px to 15px*/
                line-height: 13px;
            }

            .contactus ul li span.phone {
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                font-weight: 400;
                display: block;
                color: #c4d4f1;
                line-height: 15px; /*Changed from 12px to 15px*/
                background: url(../_img/telephone.png) no-repeat top left;
                padding: 0 0 12px 30px;
                letter-spacing: 0.2px;
            }

            .contactus ul li a {
                font-family: 'Lato', sans-serif;
                font-size: 14px;
                font-weight: 400;
                display: block;
                color: #c4d4f1;
                line-height: 36px;
                background: url(../_img/mail.png) no-repeat center left;
                padding: 0 0 0 29px;
                margin: 0 0 15px 0;
                letter-spacing: 0.2px;
            }

                .contactus ul li a.link {
                    background: none;
                    font-size: 15px;
                    line-height: 13px;
                    font-weight: bold;
                    padding-left: 0;
                    color: #FFF;
                    margin-bottom: 0;
                }

                .contactus ul li a:hover {
                    text-decoration: underline;
                }

            .contactus ul li p, div.footer-addresss {
                font-family: 'Lato', sans-serif;
                font-size: 13px;
                font-weight: 400;
                display: block;
                color: #c4d4f1;
                line-height: 16px;
                background: url(../_img/house.png) no-repeat left top;
                width: 130px;
                padding: 0 0 0 31px;
            }

.locations {
    width: 265px;
    float: left;
    margin: 0 25px 0 0;
}

    .locations h3 {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-weight: bold;
        display: block;
        color: #FFF;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 0 22px 0;
        line-height: 13px;
    }

    .locations .maps {
        width: 262px;
        /* border: 1px solid #40557b; */
        margin: 0 0 0 0;
        display: block;
        min-height: 150px;
    }

div#ctl00_UniversalNav1_rptLocation_ctl01_divMapLinks {
    margin: 6px 0 0 0;
    text-align: center;
    display: block;
}

.footer-in-right {
    width: 264px;
    float: right;
    margin: 0 0 0 0;
}

    .footer-in-right h3 {
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: bold;
        display: block;
        color: #FFF;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 0 31px 0;
        word-spacing: 2px;
        line-height: 13px;
    }

    .footer-in-right p {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 400;
        display: block;
        color: #c4d4f1;
        line-height: 16px;
        padding: 0 0 65px 0;
        letter-spacing: 0.1px;
    }

.textfields {
    width: 264px;
    display: block;
    margin: 0 0 0 -6px;
    border-radius: 4px;
}

.textfield {
    background: url(../_img/mail2.png) no-repeat 19px center #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #646464;
    padding: 13px 10px 14px 43px;
    line-height: 17px;
    border: none;
    width: 147px;
    float: left;
    outline: none;
    border-radius: 4px 0 0 4px;
}

.textfields .btn {
    width: 64px;
    height: 44px;
    cursor: pointer;
    border: none;
    background: url(../_img/go-bg.jpg) repeat-x;
    padding: 15px 0 14px 0;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    line-height: 13px;
}

.copyrights {
    width: 100%;
    background: #fff;
    display: block;
    border-bottom: 2px solid #018cca;
}

.copyrights-in {
    width: 960px;
    margin: 0 auto;
}

    .copyrights-in p {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        color: #a3a7b1;
        line-height: 30px;
        padding: 19px 0 21px 0;
        word-spacing: 8px;
        text-transform: uppercase;
        text-align: center;
    }

        .copyrights-in p a {
            color: #a3a7b1;
        }

            .copyrights-in p a:hover {
                text-decoration: underline;
                color: #132340;
            }

.site_map {
    display: none;
}

.search_btn {
    background: url(../_img/search.jpg) no-repeat right top;
    width: 48px;
    height: 44px;
    display: block;
    border: none;
}
/*=================================Added Styles 5-15-2015==============================================*/

.ufad-item {
    display: block;
}

.ufad-ddlwrapper {
    /* display:block; */
    text-align: center;
}

ufad-textbox1 {
    display: block;
}

.ufad-ddl1 {
    display: block;
    min-width: 200px;
    min-height: 30px;
    margin: 20px;
}

.ufad-textbox1 {
    display: block;
    width: 190px;
    height: 30px;
    margin: 20px;
    border: 1px solid #c1c1c1;
    padding-left: 10px;
}

.main_nav_in ul li.ufad-item {
    float: none;
    width: auto;
}

.sub_nav.nav2 {
    width: auto;
    padding-top:15px;
}

.ufad-button1 {
    width: 200px;
    background-color: #ffe1a7;
    height: 30px;
    margin: 20px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #c1c1c1;
}

    .ufad-button1 a {
        color: #2E2E2E;
        font-size: 15px;
    }

#li-locations .sub_nav_lft {
    width: 240px;
}

div#divLocation a {
    display: inline-block;
    /* float: right; */
}

#li-locations .sub_nav_lft ul li {
    display: inline-block;
    width: 100%;
}

#li-locations .sub_nav_lft ul {
    display: inline-block;
    float: left;
}

div#divLocation {
    float: left;
    margin: 0 22px;
}

#li-locations .sub_nav {
    width: 545px;
}

.sub_nav_rght h2 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #6e5145;
    line-height: 20px;
    padding: 0 0 5px 0;
    display: block;
/*    text-transform: uppercase;*/
    letter-spacing: 1px;
}

#li-locations .sub_nav_rght {
    display: inline-block;
    width: 275px;
    /* border-left: 1px solid #c1c1c1; */
}

.maps_links {
    border-top: 1px solid #c1c1c1;
    text-align: center;
    margin: 0 auto;
    padding: 13px 0;
}

    .maps_links a {
        background-color: #77C2DC;
        padding: 5px 0;
        width: 80%;
        margin: 5px 0;
        color: #fff;
        font-size: 15px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
    }

div#divLocation img {
    width: 100%;
    height: auto;
}

.locationImageHeader {
    border-bottom: 1px solid #c1c1c1;
    margin: 0 0 10px 0;
}


#li-locations .sub_nav_rght .adress p {
    font-size: 15px;
    color: #132340;
    font-weight: 500;
}

.sub_nav_rght #divLocation:first-child {
    display: block;
}

.sub_nav_rght #divLocation {
    display: none;
}

a.btn1 {
    background-color: #77C2DC;
    padding: 7px 0 0 0;
    display: inline-block;
    /* width: 250px; */
    /* max-width: 80%; */
    margin: 5px 0;
    color: #fff;
    font-size: 15px;
    font-family: 'Conv_ufonts.com_vani';
    font-weight: 500;
}

.ufad-button {
    text-align: center;
    margin-bottom: 20px;
}

    .ufad-button a.btn1 {
        width: 202px;
    }

.main_nav_in > ul > li.last {
    /* white-space: nowrap; */
    overflow: hidden;
}

div#video-container iframe {
    height: 285px;
    /* width: auto; */
}
/*============================ Facebook Feed Styles ==================================*/

.facebook-feed {
    width: 620px;
}
/*=========================== Facebook Feed Styles End ===============================*/
/*=========================== Twitter Feed Styles =====================================*/

.bxslider-twitter .left-side {
    float: left;
    display: inline-block;
}

.bxslider-twitter .right-side {
    float: right;
    display: inline-block;
}

#footer-twitter {
    width: 620px;
}
/*=========================== Twitter Feed Styles End ================================*/

.social_media_cont ul.bxslider-twitter li {
    width: 280px;
    margin: 0 5px;
	padding-bottom: 7px;
}

.bxslider-twitter ul > li span {
    font-weight: 600;
    color: #3A3A3A;
    font-size: 17px;
}

.social_media_cont ul.bxslider-twitter li a {
    padding: 5px 0;
}

ul#list-tweets p {
    font-size: 15px;
    color: #9db5bd;
}

.bxslider-twitter .tweet-header {
    font-size: 16px;
    margin-bottom: 10px;
    color: #b1b1b1;
}

ul#list-tweets p a {
    color: #b1b1b1;
}

li.tweets-block > ul {
    margin: 15px 0;
    display: inline-block;
}

div#video-container {
    margin-bottom: 40px;
    width: 620px;
}

.youtube-element {
    display: inline-block;
    margin: 15px 0;
}

.social_media_nav_in .facebook-feed .bx-viewport {
    /* min-height: 160px; */
}

#video-container .bx-viewport {
    min-height: 285px;
}

.search_box .search-btn {
    position: absolute;
    right: 31px;
    top: 20px;
    background: url(../_img/search-btn1.png) no-repeat;
    width: 23px;
    height: 24px;
    display: block;
    border: none;
}
/* ------------------------- Search Page Styling --------------------------------*/

.search-input {
    display: inline-block;
    width: 175px;
    color: #6a635d;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 7px 20px 7px 10px;
    border: none;
    border-radius: 0;
    float: left;
}

.search-header {
    width: 96%;
    background-color: #132340;
    padding: 2%;
    /* font-family: 'Open Sans' , sans-serif; */
    margin-bottom: 5px;
    margin-top: 30px;
    background: url(../_img/main-nav-bg.jpg) repeat-x;
}

.search-header-left {
    width: 30%;
    float: left;
	display: none;
}

.search-header-left select {
    border-radius: 3px;
}

.search-header-right {
    width: 30%;
    float: right;
    text-align: right;
}

.search-results-wrapper {
    width: 100%;
}

.search-header-inputs {
    /*   background: #132340; */
    /* border:1px solid #a8a8a8; */
    width: 270px;
    float: right;
    margin: 0 23px 0 0;
    height: 40px;
}

    .search-header-inputs .search_input {
        background: #ffffff;
        border: 0 none;
        outline: none;
        float: left;
        width: 120px;
        height: 25px;
    }

    .search-header-inputs .search_button {
        float: right;
    }

.search-results-main {
    /*width: 72%;*/
    float: left;
    padding-right: 1%;
}

    .search-results-main .search-results-icons {
        height: 25px;
        width: 25px;
        padding: 20px 15px 10px 0;
        margin-left: 10px;
        float: left;
    }

.search-results-key {
    background-color: #132340;
    color: white;
    height: 20px;
    padding: 10px;
    background: url(../_img/main-nav-bg.jpg) repeat-x;
}

    .search-results-key span {
        /*  display: inline; */
        font-weight: normal;
        color: white;
        padding-left: 9px;
        line-height: 18px;
        vertical-align: top;
        font-size: 14px;
    }

.search-key-icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.search-results-wrapper .search-link-header {
    font-weight: bold;
    color: #03326a;
    padding: 15px 0 2px 5px;
    font-size: 12px;
    margin-top: 10px !important;
    font-family: 'Open Sans', sans-serif;
}

.search-results-wrapper .search-link {
    display: block;
    font-size: 11pt;
    padding-bottom: 5px;
    text-decoration: underline;
    font-weight: normal !important;
    color: #1d55d6;
    line-height: 16px;
}

.search-results-main {
    /*width: 72%;*/
    float: left;
    padding-right: 1%;
}

    .search-results-main .search-results-icons {
        height: 25px;
        width: 25px;
        padding: 20px 15px 10px 0;
        margin-left: 10px;
        float: left;
    }

    .search-results-main .search-results-table {
        padding: 0 5px 0 5px;
    }

.search-results-table tr {
    border-bottom: 1px solid #E5E5E5;
    font-family: 'Open Sans', sans-serif;
}

.divtitle {
    margin-top: 15px;
}

.search_button {
    width: 30px;
    border-radius: 0;
    border: 0px none;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    background: url('../images/search_icon.png') no-repeat scroll center center #FFF;
    padding: 2px 0px;
    line-height: 15px;
    margin: 0;
    float: left;
}

.searchBannerPosition {
    height: 20px;
    width: 100%;
}

.compact-banner h1 {
    padding-left: 10px;
    font-family: 'Open Sans', sans-serif;
}

.search-results-advanced .content-type-search-header {
    background-color: #0054a6;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 5px 8px 5px;
}

.content_type_search_row {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}

.search-found {
    padding-bottom: 10px;
}

.content_type_search_body {
    padding-top: 5px;
}

.search-pager-footer {
    text-align: center !important;
    border: none !important;
    border-bottom: none !important;
}

    .search-pager-footer table span,
    .search-pager-footer a {
        color: #1d55d6;
        font-weight: bold;
        padding-right: 2px !important;
        font-size: 14px !important;
    }

.m-homepage-banner,
#MobileRightLogo,
#MobileMenu,
#MobileSearch,
.buttons,
.mNewsSlider,
.nws-mobile {
    display: none;
}

.search-results-wrapper span {
    /* color: #5a5a5a;
    font-size: 13px;
    line-height: 18px;
    display: block; */
}

.search_image_type {
    padding: 10px;
}

#ContentArea table td {
    padding: 15px 15px 15px 15px;
}

.search_rank {
    padding: 0 5px 0 5px;
}

.search-results-key {
    background-color: #4ca6d8;
    color: white;
    font-size: 15px;
    padding: 10px;
}

.search-key-icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

#PageText {
    width: 505px;
    margin: 0 0 0 0; /*Changed from margin-top/bottom from 30px to 0px*/
    padding-right: 10px;
    float: left;
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    font-family: Helvetica, Arial, sans-serif;
}

    #PageText h2 {
        font-size: 20px;
        color: #91bcc2;
        font-family: 'Lato', sans-serif;
        font-weight: 800;
        margin-bottom: 10px;
    }

.searchlink, .searchtxt {
    /*font-size: 14px;
    line-height: 17px;*/
    padding: 2px;
    display: block;
}

.searchtxt {
    padding: 0 5px 0 5px;
}

.searchlink:hover {
    text-decoration: underline;
}

.search-results-advanced .content-type-search-header {
    background-color: #0081C5;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 5px 8px 5px;
}

.content_type_search_header {
    color: #FFF !important;
    padding: 10px;
    font-weight: bold;
    /*background: url(../_img/main-nav-bg.jpg) repeat-x;*/
}

.searchlink {
    font-weight: bold;
    color: #132340;
}

.search-content {
    width: 100%;
    margin: 0 auto 10px auto;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #5f5f5f;
    line-height: 25px;
}

.content_type_search_table table td {
    padding: 10px 0 0 0 !important;
}

.content_type_search_table .content_type_search_type td {
    padding: 5px 0 0 0 !important;
    background: #735867;
}

.content_type_search_table .content_type_search_footer {
    color: #FFF;
    padding: 0 0 5px 6px;
    font-size: 13px;
    line-height: 18px;
}

/* ------------------------- End Search Page Styling --------------------------------*/

.divPrimaryCareServices {
    width: 960px;
    margin: 0 auto;
}


.ufad-ddlwrapper select {
    width: 202px;
    padding-left: 10px;
    margin-top: 10px;
    height: 31px;
    border: 1px solid #c1c1c1;
}

div#ShareBox {
    display: none;
}

div#Print {
    display: none;
}

div#FontSize {
    display: none;
}

.fad-banner img {
    width: 100%;
}

.divFindADoctorResults {
    display: inline-block;
}


.SearchTabFD{
    float:left;
}

.SearchTabFD .ajax__tab_body{
    float:left;
    width:100%;
}


.imgBtn1 {
    /* height: 95px; */
}

.submit-btn-wrapper {
    float: right;
    margin-top: 55px;
}

.physician-info-inner-text {
    margin-left: 25px;
}

ul.doc-page-list {
    display: inline-block;
}

    ul.doc-page-list li {
        display: inline-block;
    }

.page-button-item.last {
    margin: 0 0 0 15px !important;
}


.classevents-part-details {
    display: inline-block;
    float: right;
    max-width: 245px;
}

.latest_news_in ul li .classevents-details a {
    margin: 0;
    padding: 0 0 0 0;
}

.classevents-details h2 {
    line-height: 24px !important;
}

div#ContentArea {
    width: 960px;
    margin: 0 auto;
}

.cesearchwrapper input[type="submit"].btn1 {
    height: 45px;
    width: 210px;
    text-align: center;
    color: #ffffff;
    background-color: #fbbc21;
    border: 1px solid #CB9F2F;
    border-radius: 5px;
    font-size: 17.5px;
    cursor: pointer;
}

#button-field input.btn1 {
    width: 254px;
}

.cesearchwrapper input[type="submit"].classevent-reg-btn {
    background: none;
    color: #b1b1b1;
}

    #tags-field, #title-field, #keywords-field, #date-field{
        width:100%;
    }

    #search select{
        width:100% !important;
    }

    .cetxt{
        width:100% !important;
    }



.ceresultinfo h1 {
    font-size: 26px;
    color: #645045;
    margin-bottom: 10px;
    padding: 0 !important;
    font-weight: normal;
}

.ceresultinfo .cedate {
    color: #676767;
    font-size: 14px;
    font-weight: bold;
}

.classevent-details-top {
    margin: 40px 0;
}

.dateofarticle {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #5f5f5f;
    line-height: 25px;
}

div#ContentArea {
    width: 960px;
    margin: 0 auto;
}

.cesearchwrapper input[type="submit"].btn1 {
    height: 45px;
    width: 210px;
    text-align: center;
    color: #ffffff;
    background-color: #fbbc21;
    border: 1px solid #CB9F2F;
    border-radius: 5px;
    font-size: 17.5px;
    cursor: pointer;
}

#button-field input.btn1 {
    width: 254px;
}

.cesearchwrapper input[type="submit"].classevent-reg-btn {
    background: none;
    color: #b1b1b1;
}

.ceresultinfo h1 {
    font-size: 26px;
    color: #645045;
    margin-bottom: 10px;
    padding: 0 !important;
    font-weight: normal;
}

.ceresultinfo .cedate {
    color: #676767;
    font-size: 14px;
    font-weight: bold;
}

.classevent-details-top {
    margin: 40px 0;
}

.dateofarticle {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: block;
    color: #5f5f5f;
    line-height: 20px;
}

.news-story {
    padding-bottom: 30px;
    width: 100%;
}

/*------------ BANNER STARTS -----------------*/
/* compact banner */
.main-banner {
    width: 100%;
    background: url(/_img/main-banner-bg.png) repeat;
    min-height: 135px;
}

.main-banner-container {
    margin: 0 auto;
    width: 960px;
    height: 135px;
    position: relative;
}

    .main-banner-container h3 {
        color: #014787;
        font-size: 48px;
        line-height: 56px;
        font-family: Calibri, "Times New Roman", Times, serif;
        font-weight: bold;
        height: 135px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 40px;
        max-width: 860px;
        *position: absolute;
        *top: 40%;
    }

.ban-img {
    margin: -4px auto 0 auto !important;
    display: block;
}

/* full banner */
.full-banner {
    width: 100%;
    min-height: 330px;
}

.full-banner-container {
    /*margin: 0 auto;
    width: 960px;
    height: 220px;*/
    width: 100%;
    height: 330px;
    position: relative;
}

    .full-banner-container h3 {
        color: #014787;
        font-size: 48px;
        line-height: 56px;
        font-family: Calibri, "Times New Roman", Times, serif;
        font-weight: bold;
        height: 220px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 40px;
        max-width: 700px;
        *position: absolute;
        *top: 40%;
    }

/*------------ BANNER ENDS -----------------*/

/*----------- NAVIGATION CHILD ------------*/
ul.sublinks {
    margin-top: -10px;
    padding-left: 15px;
    padding-bottom: 10px;
}

    ul.sublinks li a.sublink1 {
        background: none !important;
        padding-bottom: 0;
        color: #8e8c8c;
    }

        ul.sublinks li a.sublink1:hover {
            color: #d7b573;
        }

.content-main-left ul li a.active {
    background: url(../_img/linkbutton-hvr.png) no-repeat left 0px;
    color: #cca457;
    text-decoration: none;
}

.content-main-left ul li a.activedown {
    background: url(../_img/linkbuttonactive.png) no-repeat left 0px;
}

/*----------- BREADCRUMB & NAVIGATION ------*/
.breadcrumb {
    /*background: #f5f5f5;*/
    margin-left: -52px;
    padding: 20px 0 10px 52px; /*padding top changed to 20px from 10px BR*/
    margin-bottom: 40px; /*changed from 65px from 40px BR*/
    float: left;
	max-width: 350px;
}

    .breadcrumb a {
        text-decoration: none;
        font-size: 14px;
        color: #5f5f5f;
        font-family: "Lato",sans-serif;
    }

.sub-page-nav-title {
    color: #6e5145;
    display: block;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    line-height: 25px;
    padding: 0px 0 16px 0;
    word-spacing: 6px;
    font-size: 17px;
}

/* email a patient*/

/*----------*/
.input-box {
    width: 250px;
    height: 30px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 1px 2px #e6e6e6;
    -moz-box-shadow: inset 0px 1px 2px #e6e6e6;
    box-shadow: inset 0px 1px 2px #e6e6e6;
    /*border-radius:4px;*/
    padding: 0 0 0 5px;
    color: #b1b1b1;
    margin: 0 0 15px;
}

.textarea-box {
    width: 500px;
    height: 120px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0px 1px 2px #e6e6e6;
    -moz-box-shadow: inset 0px 1px 2px #e6e6e6;
    box-shadow: inset 0px 1px 2px #e6e6e6;
    border-radius: 4px;
    padding: 0 0 0 5px;
    color: #b1b1b1;
    margin: 15px 0;
}

.b-color {
    color: #6b7495;
}

.but input {
    padding: 6px 26px;
    border-radius: 6px;
    border: 1px solid #c3c3b9;
    color: #404040;
    font-size: 14px !important;
    text-align: center;
    cursor: pointer;
    background-color: inherit;
    font-family: Helvetica, Arial, sans-serif;
    margin-right: 15px;
}

.divPrimaryCareServices .col1 {
    display: block;
    float: left;
    margin-right: 5%;
    width: 45%;
}

.divPrimaryCareServices .col2 {
    display: block;
    float: left;
    width: 45%;
}

.az-service {
    margin-right: 100px;
    vertical-align: top;
    width: 80%;
}

/*newscenter landing*/
/** {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, sans-serif;
}*/

ul {
    list-style-type: none;
}

.clear {
    clear: both;
}

.no-mg {
    margin: 0px !important;
}

.wapper {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.page-name {
    font-size: 20px;
    color: #6f4e3f;
    padding: 20px 0;
}

.featured-video {
    text-align: center;
}

    .featured-video h1 {
        color: #445871;
        font-size: 25px;
        padding: 20px 0 40px 0;
        text-transform: uppercase;
        padding:30px 0;
    }

        .featured-video h1 span {
            color: #f4d044;
        }

.featured-video-link {
    border-bottom:1px #b1b1b1 solid;
    padding:0 0 40px 0;
}

    .featured-video-link .video{
        margin-bottom:20px;
    }

.view-laylists-but {
    background: url(../../_img/linkbutton.png) no-repeat top right;
    color:black;
    height:25px;
    padding:0px 40px;
    display:inline-block;
}

.content-main a, .news-story a{

}

ul.news-press-releases {
    list-style-type: none;
    margin-bottom: 20px;
    float: left;
    margin-left: 3px;
}

    ul.news-press-releases li {
        background: #fff;
        float: left;
        list-style-type: none;
        width: 220px;
        margin-right:12px;
        box-shadow:0px 0px 5px #f2f2f2;
        box-sizing: border-box;
    }

        ul.news-press-releases li img {
            margin-bottom: 5px;
        }

        ul.news-press-releases li p {
            text-align: left;
            padding: 0 10px;
        }

        ul.news-press-releases li .date {
            font-size: 11px;
            margin-bottom: 10px;
        }

.press-Releases {
    float: left;
    width: 100%;
    padding: 30px 0 40px 15px;
    border-bottom:1px #b1b1b1 solid;
}

.m-g-t {
    margin-top: 30px;
}

.publications {
    width: 685px;
    margin: 0 auto 20px auto;
    text-align: left;
    color: #9e9e9e;
    box-shadow:0px 0px 5px #f2f2f2;
    box-sizing: border-box;
    padding:15px;
}

    .publications strong {
        font-size: 12px;
        line-height: none;
        margin-bottom: 10px;
        display: block;
    }

    .publications p {
        font-size: 12px;
        line-height: none;
        margin-bottom: 10px;
        display: block;
    }


/*----- DEPT CONTACT PHONE -----*/
.phone-main {
    font-family: 'Lato', sans-serif;
    color: #6e5145;
    font-size: 24px;
    float: left;
    padding: 0 0 56px 0;
    display: inline-block;
    width: 90%;
    line-height: 28px;
}

.phone-main-h1 {
    padding-bottom: 10px;
    font-weight: normal !important;
}

.phone-main em {
    padding-right: 10px;
    font-size: 25px;
    line-height: 30px;
}

table {
    color: #5f5f5f;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

    table td {
        padding: 5px;
    }
/*----- DEPT CONTACT PHONE ENDS -----*/


.m_master_nav {
    display: none;
}

/*------- SITEMAP STARTS ------*/
.sitemap span {
    font-size: 17px;
    line-height: 22px;
}

.sitemap table td {
    padding: 0 0 0 0 !important;
}

.sitemap a {
    font-size: 15px;
    line-height: 25px;
}


/*------- SITEMAP ENDS ------*/

.physician-detail .header {
    margin-bottom: 0;
}

.physician-location-info .header {
    margin-bottom: 0;
}

.RelatedLinksContent.links {
    /*background:url(../_img/about-left-bg.png) no-repeat right top; /*Added background to related links*/*/
    background-size:100% 125%; /*Added background size for no truncate*/
    padding:10px 0 10px 0;
}

a.related-links-items {
    display: block;
    text-decoration: none;
    font-weight: 400;
    margin-bottom: 25px;
}

.footer.full-layout {
    display: inline-block;
}

.divFindADoctor .btn.viewphonenumber:hover {
    background: url(/_img/FindADoctor/phone_h.png) no-repeat center top;
}

.divFindADoctor .btn.requestappointment:hover {
    background: url(/_img/FindADoctor/request_appt_h.png) no-repeat center top;
}

#divForm{
    margin-bottom:30px;
}


#divForm .form.makeanappt input[type="text"], #divForm .form textarea {
    font-size: 14.5px;
    height: 35px;
    margin-top: 5px;
    border: 1px solid #D4D4D4;
    color: #8D8D8D;
    padding-left: 5px;
    font-family: 'Raleway', OpenSans, sans-serif;
    width: 100%;
}
.AgeSize {
    width: 15% !important;
    margin-top: 1px !important;
    height: 35px !important;
    margin-bottom: 20px !important;
}
#divForm .form.makeanappt input[type="checkbox"] + label {
    position: relative;
    font-size: 14.5px;
    line-height: 25px;
    float:left;

}

    #divForm .form.makeanappt input[type="checkbox"] + label:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 16px;
        width: 15px;
        text-align: center;
        font-size: 14.5px;
        line-height: 16px;
        background: #FFF;
        border: 1px solid #D4D4D4;
        margin-right: 5px;
        vertical-align: top;
    }


#divForm .form.makeanappt input[type="radio"]:checked + label:before {
    background: #4ca6d8;
    /* border: solid 3px #ffffff; */
}

#divForm .form.makeanappt input[type="checkbox"]:checked + label:before {
    content: "\00D7";
    color: #4ca6d8;
    font-size: 20px;
}

    #divForm .form.makeanappt input[type="checkbox"]{
        display:none;
    }



#divForm .form.makeanappt input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    position: relative;
    padding: 8px;
    text-align: center;
    font-size: 14.5px;
    line-height: 16px;
    background: #FFF;
    border: 1px solid #D4D4D4;
    margin-right: 5px;
    vertical-align: top;
    box-shadow: inset 0px 0px 0px 2px white;
    -webkit-box-shadow: inset 0px 0px 0px 2px white;
    -moz-box-shadow: inset 0px 0px 0px 2px white;
    -o-box-shadow: inset 0px 0px 0px 2px white;
    border-radius: 15px;
}

    #divForm .form.makeanappt input[type="radio"]{
        display:none;
    }
input#recaptcha_response_field {
    height: auto !important;
}

#divForm .form.makeanappt input[type="submit"] {
    height: 25px;
    width:100px;
    color:#132340;
    font-size:15px;
    background: url(../../_img/linkbutton.png) no-repeat top right;
    border:none;
    cursor: pointer;
    margin:15px 0 0 0;
    float:right;

}

.RelatedLinksContent.links h5.nav-main-link {
    padding-bottom: 0;
    margin: 50px 0 10px 0;
    color: #91bcc2;
}

#divForm .form.makeanappt {
    width:75%;
    margin:0 auto;
    padding-bottom:30px;
}

#divForm .form.makeanappt tr:first-child td > span{
    width:100%;
    text-align:left !important;

}

.appoint-contact-pref label{
    margin-right:20px;
}

    #divForm .form.makeanappt input[type="checkbox"] +label:before{
        
    }


/*----- PHONE NUMBER HEADER STARTS -----*/
.header .logo .ph-header {
    width: 60%;
    margin-left: 36%;
    margin-top: 10px;
    font-size: 16px;
    color: #6E5447;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    line-height: 21px;
}

    .header .logo .ph-header span {
        width: 100%;
    }

    .header .logo .ph-header i {
        padding-right: 12px;
    }

/*----- PHONE NUMBER HEADER ENDS -----*/

/*----- 404 STARTS -----*/
.page-not-found {
    max-width: 960px;
    width: 100%;
    margin: 50px auto;
    text-align: left;
}
/*----- 404 ENDS -----*/

/*--- SERVICES DISABLED STARTS ---*/
 .bottom_lnks ul li a.letter_disabled{
     color:#cccccc !important; cursor:default !important;
    pointer-events: none !important;
 }
 /*--- SERVICES DISABLED ENDS ---*/

.pnl-dept-location-header{
    font-size:18px !important;
    padding-bottom:0;
    margin:50px 0 10px 0 !important;
    color:#91bcc2 !important;
    font-weight:bold !important;
 }

.pnl-location-contact{
    padding:5px 0 5px 0;
 }

.pnl-dept-icon {
    color: #323232;
 }
 
  .pnl-location-phone a, .pnl-location-contact a {
    text-decoration: none;
    padding-left: 5px;
 }
 
.pnl-location-address{
    padding:5px 0 5px 0;
    font-size:14px;
    color: #323232;
}

.header-location-title{
    margin:15px 0 5px 0 !important;
}

/*.fa{
    display:none !important;}*/
    
.hide {
    display: none !important;
}

.dept-contact-phone {
    padding: 0 0 56px 0;
    display: inline-block;
    width: 100%;
}

.dept-contact-phone .phone-main {
    padding: 0;
}

#divFeaturedContent{
    width: 65%;
}

#divFeaturedWrap{
    width:48%;
    float:left;
}

/*----- PAGE TOOLS STARTS ----*/
.page-tools .right-icon {
    float: right;
    margin-right: 10px;
    padding: 15px 0 10px 52px;
}

.page-tools .right-icon ul {
    list-style-type:none;
}

.page-tools .right-icon ul li {
    list-style: outside none none;
    display: inline;
}

.page-tools .right-icon ul li a {
    color: #9a9a9a;
}
/*----- PAGE TOOLS ENDS ----*/

/*------ C&E CONVERSION STARTS ------*/
.ceconversions {
    padding: 30px 1px 30px 1px;
}

.ceconversions .page_conversion .conversion_item {
    border: 1px solid #F0F0F0;
    padding: 20px;
    margin-bottom: 20px;
}

.ceconversions .page_conversion .conversion_item .left {
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.ceconversions .page_conversion .conversion_item .left .title {
    color: #93BCC0;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.ceconversions .page_conversion .conversion_item .right {
    float: right;
    padding-top: 30px;
}

.ceconversions .page_conversion .conversion_item .right .btn {
    padding: 5px 30px 10px 10px;
    background: url(../_img/linkbutton.png) no-repeat right 2px;
}

.search-results-row.submit-btn .btn {
  margin: 15px 0;
}

#nav-mobile-page-button{
    display:none;
}

    /*.content-main-right{
    width:60% !important;
    }*/
.news-list #News #Filter{
    float:left;
}

#News {
    float:left;
}

.news-list #Search{
    float:right;
}
    .news-list #Search > div > input:first-child{
        float:left;
    }

    .news-list #Search > div > input:nth-child(2){
        float:right;
    }
.news_articles_list table td table td {
    padding:15px 15px !important;
}

ul.news-press-releases li{
    width:183px;
}

.news-press-releases img {
    width:100%;
    height:auto;
}

.news-part-list tr:nth-child(even){
    background-color:#F8F8FF;
}

/*------ C&E CONVERSION ENDS ------*/

/*Add to Responsive*/

@media only screen and (min-width:1149px) and (max-width:1390px){

.heddng                         { margin:0px auto 0 !important; }
.search_box                     {margin-top: 40px !important; width:500px; }
.wapper {width:100% !important;}

ul.news-press-releases li{
    width:183px;
}

.news-press-releases img {
    width:100%;
    height:auto;
}

.news_articles_list table td table td{
    padding:15px 15px !important;
}


.search-pager-footer tr{
    width:20% !important;
}

.search-pager-footer tr td{
    width:5% !important;
}
}

@media only screen and (min-width:1025px) and (max-width:1148px){

.heddng                         { margin:0px auto 0 !important; }
.search_box                     {margin-top: 0px !important; width:500px; }
.wapper {width:100% !important;}


ul.news-press-releases li{
    width:183px;
}

.news-press-releases img {
    width:100%;
    height:auto;
}

.news_articles_list table td table td{
    padding:15px 15px !important;
}


.search-pager-footer tr{
    width:20% !important;
}

.search-pager-footer tr td{
    width:5% !important;
}
}

@media only screen and (max-width: 1024px) and (min-width: 769px){
.heddng                         {width:585px !important;}
.video_block_rght               {width:330px !important;}
.header_sub_nav_in ul li        {width:25% !important;}
.header_sub_nav_in ul li a       {padding: 30px 0 30px 35px !important;}
.header_sub_nav_in ul              {width:100% !important;}
#divFeaturedContent             {width: 53%;}
.wapper {width:100% !important;}
.news-press-releases img {
    width:25%;
    max-width: 100% !important;
    height: auto !important;
    float:left;
    max-height:250px;
}

.news_articles_list table td table td{
    padding:15px 15px !important;
}


.search-pager-footer tr{
    width:20% !important;
}

.search-pager-footer tr td{
    width:5% !important;
}
}

@media only screen and (max-width: 768px) and (min-width: 480px){
#divFeaturedWrap                {width:100% !important;}
.main_content_in                {padding:15px;}
.wapper {width:100% !important;}
.press-Releases{
    float:left !important;
}

.news_articles_list table td table td{
    padding:15px 15px !important;
}

.search-pager-footer tr{
    width:100%;
}


.search-pager-footer tr{
    width:20% !important;
}

.search-pager-footer tr td{
    width:5% !important;
}

}

@media only screen and (max-width:768px) and (min-width:647px){

.news-press-releases{
    float:left !important;
}
ul.news-press-releases li{
    width:183px !important;
    max-height:100% !important;
    margin:0 5px !important;
}

.news-press-releases img {
    width:100% !important;
    height:auto !important;
}


.search-pager-footer tr{
    width:20% !important;
}

.search-pager-footer tr td{
    width:5% !important;
}

}


@media (max-width: 479px){
.header_sub_nav                 {bottom:0 !important; float:left !important;}
#divFeaturedWrap                {width:100% !important;}
#divFeaturedContent             {width:100% !important;}
.main_content_in                {padding:15px;}
.cesearchwrapper input[type="submit"] {width:100% !important; margin:5px;}
.main_nav_in ul li a:hover       { }
.main_nav_in > ul > li:hover > a {  }
.main_nav_in ul li:hover .sub_nav {display:none !important;}
ul.news-press-releases li       {margin-top:5px !important;}
.press-Releases           {padding:25px 0 !important;}
ul.news-press-releases    {margin-bottom:25px !important;}
.wapper {width:100% !important;}

ul.news-press-releases li{
        max-height:100% !important;
 }

 .news-press-releases img {
    width:100% !important;
    height:auto !important;
    max-height:100% !important;
}

.news_articles_list table td table td{
    padding:15px 15px !important;
}


.search-pager-footer tr{
    width:38% !important;
}

.search-pager-footer tr td{
    width:5% !important;
}

.news_articles_list table{
    margin:0 !important;
}

.news_articles_list table h3{
    font-size:19px !important;
}
}

@media \0screen {
    .patients_block {
        background: url(../_img/patient-img.jpg);
    }
    
    .main_nav_in > UL > LI {
        margin: 0 14px 0 0;
    }
}

/*----- EMAIL A PATIENT STARTS -------*/
.formEmailPatient {
    width: 95%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #5f5f5f;
    line-height: 25px;
}

.formEmailPatient textarea {
    width: 51% !important;
}

.formEmailPatient label {
    display: inline;
    float: left;
    width: 25%;
    margin-right: 5%;
    height: 50px;
}

.formEmailPatient .formEPRow {
    display: block;
    margin: 0 0 25px 0;
}
.formEmailPatient input {
  border-radius: 5px;
  margin: 0;
  float: left;
  background: #fff;
  border: 1px solid #c6c7cc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  padding: 6px;
  width: 50%;
}

.formEmailPatient input[type=submit] {
    width: 23%;
    margin-right: 3%;
}

.formEmailPatient .patientTA {
  border-radius: 5px;
  margin: 0;
  float: left;
  background: #fff;
  border: 1px solid #c6c7cc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  padding: 6px;
  width: 50%;
  height: 75px;
}

.formInst {
    font-size: 14px;
}
iframe{
    max-width: 100% !important;
    width:100% !important;
}

.formEmailPatient iframe {
    height: 300px;
}

#recaptcha_area, #recaptcha_table {
    width: 290px !important;
}


.step-image {
   
width: 203px;
   
float: left;
   
margin-right: 10px;
   
margin-bottom: 10px;
   
margin-top: 5px;
   
font-size:15px;
   
color:#5f5f5f ;
   
font-family: 'Lato', sans-serif;
   
font-size: 15px;
   
font-weight: 400;
   
  line-height: 
  25px;

}

.step-image img {width:100% !important;};
.step-image input[type=image] {
    max-width:100%;
    width: 100%;
    height: auto;
}

.clearfix {
    clear:both; 
    content: "";
}

/*----- EMAIL A PATIENT ENDS -------*/

span.fa {
    color: #b1b1b1;
}

/*--- SEARCH EDITS STARTS ------*/
.search-new-section {
   float: right;
   width: 27%;
}

.search-results-newsearch {
    height: 30px;
    margin-top: 2px;
    width: 69%;
    border-radius: 3px;
    border: none;
    padding-left: 5px;
}

.search-results-newsearchbtn {
   margin-left: 2px;
   height: 32px;
   width: 25%;
   border: none;
   background: #FFF;
   border-radius: 4px;
}

.empty-td {
    padding: 0 !important;
}

/*--- SEARCH EDITS ENDS ------*/


.rotate{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.rotate.down{

}

/*---- PREDICTIVE SEARCH FLYOUT STARTS ---*/

.ui-autocomplete {
    z-index: 99999 !important;
    font-size: 10px !important;
}
/*---- PREDICTIVE SEARCH FLYOUT ENDS ---*/

/*Health E-Library*/
#symptomCheckerCopy p{
    background-color: #132340;
    padding:9px 10px 8px 10px;
}
/*Health E-Library*/

.footer > .footer_mid > .locations > h3 > a > img{
    width:216px !important;
    height:153px !important;
    margin:0 auto;
}

.search-pager-footer{
    background:#fff;
}

.search-pager-footer > td > table{
    margin:0 auto;
}

.search-pager-footer > td {
    border-top:1px solid #e5e5e5;
    padding:15px 0px !important;
}

.search-pager-footer > td > table > tbody > tr > td > a{
    color:#132340;
}
.search-pager-footer > td > table > tbody > tr > td:hover > a{
    text-decoration:underline;
}
.search-pager-footer > td > table >tbody >tr > td > span{
    color:#5f5f5f;
}

div#pnlNavMobile {
    display: none;
}

.link-name-profile > p{
    display:none;
}

/*Added Styles from Content*/
.vbParagraph {
    clear: both;
    min-height: 200px;
}

.vbParagraph img {
    margin-right: 25px;
}

.trusteeWrapper {
    width: 100%;
    margin-bottom: 5px;
}
.trusteePhoto {
    width: 185px;
    float: left;
    margin: 7px 15px 0 0;
}
.trusteePhoto img {
    width:180px;
    height:225px;
}
.trusteeBio {
    width: 440px;
    float: left;
}
.trusteeTable {
    color: #5f5f5f;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.trusteeTable tbody tr td {
    padding:0 45px 25px 0;
}

#internal_jobs label {
    display: inline-block;
    margin: 6px 0 0 0; 
  font-family: "Lato",sans-serif;
  font-size: 14px;
  color: #214079;
  padding: 2px 0 0 0;  
  width: 100%;
  line-height: 19px;     
}

#internal_jobs input[type=text] {
    -webkit-appearance: textarea;
}

#internal_jobs input[type=button] {
    -webkit-appearance: button;
}

 .FormBuilderControl input[type="button"] {
        padding: 10px 34px 10px 0;
        border: none;
        color: #9e798f;
        font-size: 15px !important;
        text-align: center;
        cursor: pointer;
        background-color: inherit;
        font-family: "Lato",sans-serif;
        background: url(../_img/linkbutton.png) right center no-repeat !important;
        float: right;
    }

#internal_jobs p {
    display: block;
    width: 260px;    
    text-align: left;
    padding-bottom: 5px;
    color: #444;
    font-size: small;
}

@media only screen and (min-width:980px) and (max-width:5000px)
{
    .viewphonenumber, .printpdf {
        display:none;
    }
}

/* Content page - new layout */
.content-relateddata {
    width: 100%;
    padding-top: 10px;
}

    .content-relateddata .content-relateddata-left {
        float: left;
        width: 48%;
        padding-right: 2%;
    }
	
   .imgConv
  {
      display:inline; 
      max-width: 187px;

       
  }
  .conversion-wrapper
  {
    display:inline;   
    padding-bottom: 10px; 
    max-width:200px; 
    margin: 0 5px;
  }
	
	#content1 .classes-view-all {
	   margin: 0px 0 35px 0;
	   padding-left:10px;
    }
    

.header-section-buttons{
    width: 60%;
    float: left;
    position: relative;
    margin: 30px 0 0 135px;
    display: flex;
}

@media (max-width: 1299px) {
	.header-section-buttons{ 
		margin: 30px 0 0 80px;
	}

	.master_nav {
	    right: 10%;
	}
}

.header-section-buttons .img-button {
    display: inline-block;
    width: 40%;
    margin: 0 2%;
}

.header-section-buttons .img-button img {
    max-width: 100%;
}
    