/*
	Site Name: Lawyers.com / Header and Footer
	Author: Paul Yoon
	Version: 2.0
	Tags: CSS3, HTML5
*/

html
{
    height: 100%;
    width: 100%;
}

body
{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/* ----- START Container Header ----- */

header
{
    position: relative;
    z-index: 10;
}

.contaienr-header-top-link
{
    margin: 0;
    padding: 0; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2496ce+80,2187b7+100 */
    background: #2496ce; /* Old browsers */
    background: -moz-linear-gradient(top,  #2496ce 80%, #228cc0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2496ce 80%,#228cc0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2496ce 80%,#228cc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2496ce', endColorstr='#228cc0',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.container-header-top
{
    display: block;
    margin: 0;
    padding: 20px 0 0 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

section.header-top-area, section.header-top-link-area
{
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 990px;
}
/* ----- END Container Header ----- */

/* ----- START Header Top Link ----- */

.legal-prof-link p
{
    margin: 0;
    padding: 0.3125rem;
    font-family: Hind-Medium;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
}
.legal-prof-link p.text-right
{
    text-align: right;
}
.legal-prof-link p a
{
    display: inline-block;
    margin: 0;
    padding: 0 1.25rem 0 0;
    font-family: Hind-Medium;
    font-size: 0.75rem;
    line-height: 1rem;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.legal-prof-link p a:hover
{
    color: #fff;
    text-decoration: underline;
}
.legal-prof-link p a span
{
    text-transform: uppercase;
}
.legal-prof-link p a:after
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: inset inset inset solid;
    border-width: 5px;
    content: "";
    line-height: 1rem;
    display: block;
    position: absolute;
    top: 16%;
    right: 0;
    height: 0;
    width: 0;
}

/* ----- END Header Top Link ----- */

/* ----- START Header ----- */
/*
 * Top Logo
 */
.header-lawyers-logo
{
    float: left;
    width: 180px;
}
.header-lawyers-logo img
{
    width: 100%;
}
/*
 * Header Search and Nav
 */
.header-top-search-nav
{
    margin-left: 10px;
    float: left;
    width: 800px;
    height: 50px;
}
/*
 * Header Search
 */
.header-search
{
    margin: 0;
    padding: 0;
    width: 45%;
    float: left;
    position: relative;
}

.header-search input[type="text"]
{
    display: block;
    margin: 0;
    padding: 0 10% 0 5%;
    font-family: Hind-Regular;
    font-size: 14px;
    position: relative;
    width: 85%;
    height: 30px;
    border: none;
    background: none;
    float: left;
    -webkit-box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
}
.header-search button[type="submit"]
{
    display: block;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 32px;
    cursor: pointer;
    background: url(/assets/v1/images/profiles/icons-search.png) -32px center no-repeat;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: none;
}
.header-search ul.search-begin
{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-width: 1px 1px 1px 0;
    float: left;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}
.header-search ul.search-begin:before
{
    display: block;
    margin: 0;
    padding: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 9px;
    height: 32px;
    background: #ffffff url(/assets/v1/images/profiles/icons-search.png) 0 0 no-repeat;
}
.header-search ul.search-begin li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

/*
 * Main Nav
 */
nav.header-main
{
    margin-top: 4px;
    width: 55%;
    float: right;
    height: auto;
}

nav.header-main ul
{
    display: block;
    margin: 0;
    padding: 0;
    float: right;
}
nav.header-main ul li
{
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    list-style: none;
    float: left;
    position: relative;
}
nav.header-main ul li a
{
    display: block;
    margin: 0;
    padding: 5px 0 25px 0;
    font-family: Brandon-bold;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a242a;
    background: none;
}
nav.header-main ul li a:hover
{
    padding-bottom: 21px;
    color: #1a242a;
    background: none;
    border-bottom: 4px solid #1098db;
}
nav.header-main ul li a.login
{
    margin: 0;
    padding: 3px 7px 2px !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
nav.header-main ul li.selected > a
{
    padding-bottom: 21px;
    color: #1a242a;
    background: none;
    border-bottom: 4px solid #1098db;
}
nav.header-main ul li.login-menu
{
    margin-top: -5px;
}
nav.header-main ul li.login-menu ul
{
    display: none;
}
nav.header-main ul li.login-menu ul li
{
    display: none;
    margin: 0;
    padding: 0;
    float: none;
    border-top: 1px solid #b0bcc5;
}
nav.header-main ul li.login-menu ul li:first-child
{
    border-top: none;
}
nav.header-main ul li.login-menu ul li a
{
    display: block;
    margin: 0;
    padding: 0.625rem 0.9375rem;
    font-family: Hind-Regular;
    font-size: 0.8125rem;
    font-weight: normal;
    color: #1a242a;
    text-align: right;
    text-transform: none;
    line-height: 0.9375rem;
    background: #f5f6f6;
    white-space: nowrap;
}
nav.header-main ul li.login-menu ul li a:hover
{
    border: none;
    color: #1098db;
}
nav.header-main ul li.login-menu:hover ul
{
    display: block;
    position: absolute;
    top: 97%;
    right: 5px;
    border: 1px solid #b0bcc5;
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.15);
}
nav.header-main ul li.login-menu:hover ul li
{
    display: block;
}
nav.header-main ul li.login-menu a.after-login
{
    margin: 0;
    padding: 1px !important;
    width: 28px;
    height: 28px;
}
nav.header-main ul li.login-menu a.after-login .login-atty-pic
{
    display: block;
    width: 28px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
nav.header-main ul li.login-menu a.after-login .login-initial
{
    display: block;
    width: 28px;
    height: 28px;
    font-family: Brandon-Medium;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #7a8c95;
    overflow: hidden;
    letter-spacing: -1px;
}

/* ----- END Header ----- */

/* ----- START Container footer  ----- */
footer
{
    background: #011521;
}
footer section
{
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 990px;
}
.container-footer-top
{
    padding-top: 40px;
}
.footer-top-left
{
    width: 75%;
    float: left;
    text-align: left;
}
.footer-top-right
{
    width: 25%;
    float: left;
}
.container-footer-bottom
{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
}

/* ----- END Container footer  ----- */
/* ----- START Footer ----- */
footer
{
    font-family: Hind-Regular;
}
footer a
{
    color: #1098db;
    text-decoration: none;
}
footer a:hover
{
    color: #fff;
    text-decoration: underline;
}
footer p
{
    margin: 0 0 15px 0;
    padding: 0;
}
footer p small
{
    font-size: 12px;
    color: #737373;
}
footer p:last-child
{
    margin-bottom: 0;
}
footer strong
{
    text-transform: uppercase;
}
footer .break-line
{
    display: block;
    margin: 40px 0 0 0;
    width: 100%;
    height: 1%;
    line-height: -1%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
footer .footer-other-resources
{
    margin-bottom: 30px;
}
footer .footer-other-resources strong
{
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    font-family: Hind-Semibold;
    font-size: 16px;
    line-height: 32px;
    color: #737373;
    float: left;
    vertical-align: middle;
}
footer .footer-other-resources ul
{
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle;
}
footer .footer-other-resources ul li
{
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
footer .footer-other-resources ul li a
{
    display: inline-block;
    margin: 0 3px;
    padding: 8px 10px 4px;
    font-family: Hind-Semibold;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #1098db;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
footer .footer-other-resources ul li a:hover
{
    background: #1098db;
}
footer .footer-legal-profesional-access ul li a {
    border: 1px solid #7a8c95;
    background: #7a8c95
}

footer .footer-legal-profesional-access ul li a:hover {
    border: 1px solid #1098db
}

footer .footer-nav-area nav.footer-nav ul
{
    margin: 0 !important;
    padding: 0 !important;
}
footer .footer-nav-area nav.footer-nav ul li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .footer-nav-area nav.footer-nav ul li a
{
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-family: Hind-Regular;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
    color: #737373 !important;
    border-left: 1px solid #737373;
}
footer .footer-nav-area nav.footer-nav ul li a:hover
{
    color: #fff;
    text-decoration: underline;
}
footer .footer-nav-area nav.footer-nav ul li:first-child a
{
    padding-left: 0;
    border-left: none;
}
footer .footer-nav-area nav.footer-nav p
{
    margin: 0;
    padding: 0;
}
footer .footer-top-right
{
    text-align: right;
}
footer .footer-top-right strong
{
    display: block;
    color: #737373;
    font-size: 16px;
}
footer .footer-disclaimer p
{
    font-size: 12px;
    line-height: 16px;
    color: #737373;
}
footer .footer-disclaimer img.footer-martindale-logo
{
    margin: 5px 20px 50px 0;
    padding: 0;
    float: left;
}

/* ----- END Footer ----- */

/* ----- START Global Elements for Profile page ----- */

/*
 * social media icons
 */

.sm-icon-big
{
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    width: 32px;
    height: 32px;
    background-image: url(/assets/v1/images/profiles/icons-sm-contact.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.sm-icon-big-facebook
{
    background-position: 0 0;
}
.sm-icon-big-twitter
{
    background-position: 0 -50px;
}
.sm-icon-big-googleplus
{
    background-position: 0 -100px;
}
.sm-icon-big-linkedin
{
    background-position: 0 -150px;
}
.sm-icon-big-blog
{
    background-position: 0 -200px;
}
.sm-icon-big-youtube
{
    background-position: 0 -250px;
}
.sm-icon-big-bbb
{
    background-position: 0 -300px;
}

/*
 * clearfix
 */

.clearfix::before, .clearfix::after
{
    content: " ";
    display: table;
}
.clearfix::after
{
    clear: both;
}

/*
* fonts
*/

@font-face
{
    font-family: Hind-Regular;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Hind-Regular.ttf);
}
@font-face
{
    font-family: Hind-Semibold;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Hind-Semibold.ttf);
}
@font-face
{
    font-family: Hind-Medium;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Hind-Medium.ttf);
}
@font-face
{
    font-family: Hind-Light;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Hind-Light.ttf);
}
@font-face
{
    font-family: Hind-Bold;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Hind-Bold.ttf);
}
@font-face
{
    font-family: Brandon-Bold;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Brandon_bld.otf);
}
@font-face
{
    font-family: Brandon-Medium;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Brandon_med.otf);
}
@font-face
{
    font-family: Brandon-Regular;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Brandon_reg.otf);
}
@font-face
{
    font-family: Brandon-Light;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Brandon_light.otf);
}
@font-face
{
    font-family: Brandon-Thin;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Brandon_thin.otf);
}
@font-face
{
    font-family: Brandon-Blk;
    src: url(http://c.stg1.lawyers.com/assets/fonts/Brandon_blk.otf);
}

/* ----- END Global Elements for Profile page ----- */