/* pulled out of Location Search and Insight Search, was inline*/

.TopSearch {
}

.LocInput, .EmpInput {
    line-height: 50px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
}

    .LocInput input[type="text"], .LocInput select, .EmpInput input[type="text"] {
        margin: 2px 0;
        font-size: 16px;
        font-weight: 400;
    }

.InputWrapper {
    background-color: #e6e6e6;
}

.btnWrap {
    float: right;
    height: 50px;
    line-height: 50px;
    padding-top: 22px;
}

.ImpButton {
    display: block;
    width: 150px;
    text-align: center;
    color: white;
    text-decoration: none;
    -webkit-border-top-right-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
    -webkit-border-bottom-right-radius: 10px 10px;
    -webkit-border-bottom-left-radius: 10px 10px;
    background-color: #6A97DA;
    height: 28px;
    font-size: 20px;
    line-height: 28px;
}

.LocSearch {
    width: 50%;
    text-align: center;
    height: 50px;
    -webkit-border-top-right-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
}

.EmpSearch {
    width: 50%;
    text-align: center;
    float: right;
    height: 50px;
    -webkit-border-top-right-radius: 10px 10px;
    -webkit-border-top-left-radius: 10px 10px;
}

.blue {
    background-color: #38518D;
}

.gray {
    background-color: #BCBCBC;
}

.LocSearch {
    float: left;
}

.LocSearch a {
    color: #FFF;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.LocSearch a:hover {
    text-decoration:underline;
    color: #FFF;
}

.EmpSearch a {
    color: #FFF;
    line-height: 50px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.EmpSearch a:hover {
    text-decoration:underline;
    color: #FFF;
}

#advancedSearch {
    display: none;
    margin: 5px;
}

.AdvancedSearch.closed {
    height: 0;
}


.cnt {
    display: none;
    padding: 10px;
    margin: 10px;
    background: #f9f9f9;
}

.cl {
    width: 100%;
    clear: both;
    line-height: 0px;
    font-size: 0px;
}


/* END pulled out of Location Search and Insight Search, was inline*/

.LocationFullWrapper {
    clear: both;
    margin-bottom: 5px;
    background-color: #e6e6e6;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}

.LocationWrapper {
    padding: 10px;
    min-height: 140px;
    background-color: #E6E6E6;
}

.LocationImage {
    width: 160px;
    height: 140px;
    float: left;
    background: url('Images/cbizplace.png') no-repeat;
}

.LocationImageBlank {
    float: left;
    height: 160px;
    margin: -10px 0 0 -10px;
    overflow: hidden;
    padding-right: 10px;
    width: 160px;
    border-radius: 3px;
}

    .LocationImageBlank img {
        margin-top: -10px;
        width: 160px;
        min-height: 160px;
    }

.LocationHeader {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

    .LocationHeader span {
        display: block;
        clear: both;
        /*font-size:20px !important;*/
    }

    .LocationHeader a {
        font-size: 20px;
        font-weight: 400;
        color: #315046;
        line-height: 23px;
        text-decoration: none;
    }

        .LocationHeader a:visited {
            color: #315046;
        }

        .LocationHeader a .Smaller {
            font-size: 13px;
            color: #333333;
            margin: 0;
            line-height: 18px;
            font-weight: 600;
        }

.LocationAddress {
    font-size: 13px;
    line-height: 16px;
    display: block;
    padding-top: 4px;
}

.EmployeeEmail {
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.Specialties {
    width: 268px;
    border-left: 2px dotted #ccc;
    float: right;
    padding: 0 0 0 15px;
    height: 140px;
}

    .Specialties .LocationHeader {
        font-size: 18px;
    }

    .Specialties ul {
        margin-left: 0;
    }

        .Specialties ul li {
            line-height: 14px;
            list-style: none outside none;
            padding: 3px 0 0px;
        }

.LocationLocation {
    max-width: 500px;
    float: left;
    padding-right: 5px;
}


.ModCBIZEmployeeListC .LocationLocation {
    max-width: 320px;
    float: left;
    padding-right: 5px;
}

.LocationOtherOfficesWrapper {
    padding: 10px;
    width: 268px;
    border-left: 2px dotted #ccc;
    padding: 0 0 0 15px;
    /*height: 140px;*/
    float: right;
}

.SbPgLftMn .LocationOtherOfficesWrapper {
    width: 148px;
}

.LocationOtherOfficesWrapper ul {
    margin: 0;
}
.LocationOtherOfficesWrapper li {
    list-style-type: none;
    
}

.SbPgLftMn .LocationOtherOfficesWrapper li {
    list-style-type: none;
    font-size:10px;
    line-height:14px;
}

.LocationOtherOfficesWrapper ul li a {
    color: #2C5690;
    text-decoration: none;
}

.SbPgLftMn .LocationOtherOfficesWrapper ul li a {
    font-size:10px !important;
}

.LocationSocials {
    position: absolute;
    margin-top: 125px;
}

.FllWdth .LocationSocials {
    margin-left: 570px;
}

.SbPgLftMn .LocationSocials {
    margin-left: 410px;
}

.FllWdth .EmpInput input[type="text"] {
    width: 370px;
    padding: 7px;
}

.SbPgLftMn .EmpInput input[type="text"] {
    width: 290px;
    padding: 7px;
}

.FllWdth .LocInput input[type="text"] {
    width: 765px;
    padding: 7px;
}

.SbPgLftMn .LocInput input[type="text"] {
    width: 600px;
    padding: 7px;
}

.SbPgLftMn .ModCBizNewInsightSearchC .EmpInput input[type="text"] {
    width: 600px;
    padding: 7px;
}

.ThrClmns .ModCBizNewInsightSearchC .EmpInput input[type="text"] {
    width: 290px;
    padding: 7px;
}

.EmpInput {
    line-height: 70px !important;
}

    .EmpInput .btnWrap a,
    .EmpInput .btnWrap a:visited,
    .LocInput .btnWrap a,
    .LocInput .btnWrap a:visited,
    .DnnModule-CBIZ_InsightSearch .EmpInput .btnWrap a,
    .DnnModule-CBIZ_InsightSearch .EmpInput .btnWrap a:visited {
        border: 0px solid #2C5690;
        border-radius: 0px;
        font-weight: 400;
        font-size: 14px;
    }

        .EmpInput .btnWrap a:hover,
        .LocInput .btnWrap a:hover,
        .DnnModule-CBIZ_InsightSearch .EmpInput .btnWrap a:hover {
            background-color: #2C5690;
            color: #ffffff;
        }

.DnnModule-CBIZ_InsightSearch .EmpInput input[type="text"] {
    width: 600px;
    padding: 7px;
}

.LocationSocials a {
    margin: 0 1px;
    float: left;
    height: 16px;
    width: 16px;
    display: block;
}

    .LocationSocials a.prsn_fb {
        background: url(images/prsn_fb.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;

    }

    .LocationSocials a.prsn_tw {
        background: url(images/prsn_tw.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

    .LocationSocials a.prsn_lin {
        background: url(images/prsn_lin.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

    .LocationSocials a.prsn_ggl {
        background: url(images/prsn_ggl.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

    .LocationSocials a.prsn_fb:hover {
        background: url(images/prsn_fb_ovr.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

    .LocationSocials a.prsn_tw:hover {
        background: url(images/prsn_tw_ovr.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

    .LocationSocials a.prsn_lin:hover {
        background: url(images/prsn_lin_ovr.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

    .LocationSocials a.prsn_ggl:hover {
        background: url(images/prsn_ggl_ovr.png) no-repeat;
		background-size: 20px 20px;
		height: 20px;
		width: 20px;
    }

.EmpContact {
    padding-left: 165px;
}

    .EmpContact span.empsocials {
        float: left;
    }

    .EmpContact span.socon {
        margin: 3px 0 5px 3px;
    }

    .EmpContact a.prsn_fb {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_fb.png) no-repeat;
    }

    .EmpContact a.prsn_tw {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_tw.png) no-repeat;
    }

    .EmpContact a.prsn_lin {
        width: 16px;
        height: 16px;
        display: block;
        background: url(images/prsn_lin.png) no-repeat;
    }

    .EmpContact a.prsn_ggl {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_ggl.png) no-repeat;
    }

    .EmpContact a.prsn_fb:hover {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_fb_ovr.png) no-repeat;
    }

    .EmpContact a.prsn_tw:hover {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_tw_ovr.png) no-repeat;
    }

    .EmpContact a.prsn_lin:hover {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_lin_ovr.png) no-repeat;
    }

    .EmpContact a.prsn_ggl:hover {
        width: 20px;
        height: 20px;
        display: block;
        background: url(images/prsn_ggl_ovr.png) no-repeat;
    }

.InfoSpecialties .LocationFullWrapper {
    clear: both;
    margin-bottom: 5px;
    background-color: #e6e6e6;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}

.InfoSpecialties .LocationWrapper {
    background-color: #e6e6e6;
    border: 1px solid #dddddd;
    border-radius: 3px;
    clear: both;
    margin-bottom: 5px;
    min-height: 140px;
    padding: 10px;
}

.InfoSpecialties .LocationLocation {
	max-width:420px;
}

.InfoSpecialties .LocationImageBlank img {
	margin-top:0;
}

.InfoSpecialties .LocationHeader {
	line-height:23px;
}

#divFollowMe span {
    float: left;
    margin-left: 10px;
}

.AddOfficeTitle {
    font-size: 18px;
    padding: 4px 0 5px;    
}

.SbPgLftMn .AddOfficeTitle {
    font-size: 12px;
    font-weight:600;
    padding: 4px 0 5px;    
}

.dContactInfo {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .dContactInfo .Name {
        font-size: 17px;
        font-weight: bold;
    }

    .dContactInfo .Address {
        padding-left: 5px;
    }

        .dContactInfo .Address br {
            line-height: 0;
        }

.dOfficeInfo h1 {
    color: #00483a;
    font-size: 24px;
}

.TopSearch {
    min-height: 90px;
}

.SmallSearchBox {
    text-align: center;
    border-top: 1px solid #ccc;
}

    .SmallSearchBox div {
        text-align: center;
        padding-top: 10px;
    }

        .SmallSearchBox div a {
            text-decoration: none;
            color: #fff;
            padding: 5px 30px;
            background-color: #6A97DA;
            margin: 5px 0 10px 0;
            -moz-border-radius: 5px 5px / 5px 5px;
            border-radius: 5px 5px / 5px 5px;
        }


        .SmallSearchBox div input[type="text"] {
            width: 90%;
        }

.EmpImage {
    margin: 5px 0;
    height: 60px;
    padding: 2px;
}

    .EmpImage div {
        width: 60px;
        float: left;
    }

    .EmpImage img {
        width: auto;
        max-width: 55px;
        height: 50px;
        display: block;
        padding-right: 10px;
        margin: 0 auto;
    }

    .EmpImage a {
        text-decoration: none;
    }

        .EmpImage a .EmpName {
            font-size: 20px;
            font-weight: bold;
            color: #00483A;
        }

        .EmpImage a .EmpPosition {
            color: #000000;
        }

.EmpContact div {
    font-size: 16px;
}

.EmpContact h2 {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
}

.EmpContact div b {
    font-weight: 600;
    line-height: 23px;
}

.dEmployeeInfo div h2 {
    font-size: 20px;
}

ul.CBIZDisplayPager {
    padding-top: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    ul.CBIZDisplayPager, ul.CBIZDisplayPager li {
        font-size: 16px;
        font-weight: 600;
    }

        ul.CBIZDisplayPager li {
            display: inline;
            list-style-type: none;
            padding-right: 20px;
        }

            ul.CBIZDisplayPager li a {
                font-weight: 400;
                text-decoration: none;
            }
            ul.CBIZDisplayPager li a.current {
                font-weight: bolder;
                text-decoration: none;
            }

img.displayPic {
    float: left;
    padding-right: 15px;
}

.dEmployeeInfo img.displayPic {
    float: left;
    width: 150px;
    min-height: 150px;
    padding-right: 15px;
    background: url('Images/cbizplace.png') no-repeat;
}

.ModCBIZEmployeeFocusC ul li {
    font-size: 13px;
    line-height: 13px;
    list-style: disc;
    padding: 5px 0 5px 7px;
    font-weight: 400;
    margin-left: 10px;
}

.FllWdth .ModCBIZEmployeeListC .LocationLocation {
    max-width: 500px;
}

#images_container .full_image_container {
	border:0 !important;
}

#images_container #full_image_caption_container {
	display:none !important;
}

div.RelatedNewsImage img {
    max-width: 70px;
}


.IndustryExp ul {
    margin-top: 15px;
}

.LocationMap {
    float: right;
    margin-top: 30px;

}
#map-canvas{ border: solid 1px #ccc;margin-left: 5px;}

.pageSel{ border: solid 1px #000;}


/* Employee Search Small */

ul.rblEmpLocSelection li{ float: left;padding: 0 !important;}
ul.rblEmpLocSelection li input{ padding: 0;width: 20px !important;}
.FndBtn>a { clear: left;}