/*!
 * Last ID Styles v1.0
 *
 * Copyright Last ID
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * By Danny @ Ignite On Interactive, LLC.
 */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    *zoom:1;
}


body {   color:#444; font-family:'Source Sans Pro', sans-serif; font-weight:400; text-rendering: optimizeLegibility;}
html, body { height:100%;background-color:#fcfcfc; min-width:540px; }
.header{
    margin:0 auto;
    text-align:center;
    padding:30px 0 25px 0;

}

.static { position:fixed; top:0; }
.filters { padding:0 ;}
.filters.fixed { background-color:#FFF !important; z-index:20;
    box-shadow: 0 5px 5px -2px #cecece;
    -moz-box-shadow: 0 5px 5px -2px #cecece;
    -webkit-box-shadow: 0 5px 5px -2px #cecece;
    padding:10px 20px 3px;
}
img{
    vertical-align: top;
    background-color:transparent;
}
.cfont { font-family: 'Lato', sans-serif; }

.logo-main a img { padding-left:15px;}
.title h2{margin-left:-6px;}
.title h1,.title h2,.title h3,.title h4,.title h5{
    border-bottom: 1px solid #eeeeee;
    font-weight:400;
    margin-bottom:30px;
    font-family: 'Arvo', sans-serif;
    color: #0064A2;

}
.section-header{font-family: 'Lato', sans-serif;}
.title .title-underline{
    border-bottom: 1px solid #2ba6cb;
    display: block;
    position: absolute;
    width: 100px;

}
.container { margin:0 30px;}
.greeting { text-align:right; font-weight:600; font-family:'Open Sans', sans-serif; font-size:13px; margin-bottom:10px;  }
.greeting span { color:#777;}
.greeting a.greeting-name { text-transform:uppercase;}

footer { margin:15px auto 5px !important;}
footer p { font-size: 0.75em; color:#888; }
footer .footer-nav ul {margin-top:25px; list-style-type:none; font-size:13px; margin-bottom:0; font-weight:bold; }
footer .footer-nav ul li { display:inline-block; padding:0 5px;}
footer .footer-nav ul li a{ color:#444;}

.pad-bottom{margin-bottom:25px;}

.control-group{ margin-bottom:0;}
.section-header { margin:0 0 25px 0;}

.home-left{}
.center { text-align:center; margin-left: auto;margin-right: auto;}

.nav { margin-bottom:20px; list-style-type:none;}
.nav ul.menu { margin:0;}
.nav ul li { display:inline-block;  margin:0 5px; font-family: 'Open Sans', sans-serif; font-weight:600; text-transform:uppercase; font-size:14px;  text-shadow: 1px 1px #fff;}
.nav ul li a{ color:#797979; }
.nav ul li.active a{ color:#0064A2;}
.nav ul li:after{}
.nav ul li a:hover, .nav ul li a:focus { text-decoration:none; color: #0088CC; }
.nav .greeting { font-size:14px; margin-bottom:10px;}
.nav .greeting a  { font-size:14px;}
.inline { display:inline-block !important;}

#lastid-form div.error input { margin-bottom:1em;}

.lastid {}
.lastid .profile-picture{ text-align:left;  }

.lastid .percent-text { font-weight: normal; font-family:'Open Sans';}


.lastid .social {}
.lastid ul.social {list-style-type:none; margin:0 0 1em 0;}
.lastid .social li{list-style-type:none; float:left; padding-right:6px; margin-bottom:6px; width:46px; height:40px; cursor:pointer;}

.lastid ul.social-selected{ list-style-type:none;}
.lastid ul.social-selected li{ float:left; }

.lastid #social-tags ul { list-style-type:none;}
.lastid #social-tags ul li { display:inline-block; padding:7px 3px 0;  text-transform:uppercase; font-size:12px; font-weight:bold; color:#666; font-family:'Open Sans'; cursor:pointer;}
.lastid #social-tags ul li:after{
    content:" | ";
    padding-left:5px;
}
.lastid #social-tags ul li:last-child:after{
    content:"";
    padding-left:0;
}
.lastid #social-tags ul li.current{
    color:#0064A2;

}

.lastid .messenger {}
.lastid ul.messenger {list-style-type:none; margin:0;}
.lastid .messenger li{list-style-type:none; float:left; padding-left:7px; width:40px; height:40px;}

.lastid ul.messenger-selected{ list-style-type:none;}
.lastid ul.messenger-selected li{ float:left; }

.lastid label { text-transform:capitalize;}

.search-main { height:60px !important; }
#address-search { height:35px; !important; font-size:12px !important;
    background: rgb(252,252,252); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(253,253,253,1) 49%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(49%,rgba(253,253,253,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */


}
.search-main { border-radius:0 !important; background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(253,253,253,1) 49%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(49%,rgba(253,253,253,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(242,242,242,1) 0%,rgba(253,253,253,1) 49%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:inset 0 rgba(0,0,0,.0) , 0 0 0px rgba(82,168,236,.0) !important;-moz-box-shadow:inset 0 0px 0px 1x rgba(0,0,0,.0), 0 0 0px rgba(82,168,236,.0) !important;box-shadow:inset 0 0px 0px rgba(0,0,0,.0), 0 0 0px rgba(82,168,236,.0) !important;
    font-family:Lato, sans-serif; padding-left:10px; font-size:18px !important;
}
#address-search, .search-input { position:relative; }
.search-submit-button { position:absolute; right:20px; top:10px;

    border:none !important; width:45px !important; height:45px !important;z-index:9;
    background:transparent url('../img/icon-search.png') no-repeat center center !important;
}
.search-submit-button:hover { background-color:transparent !important; }

/*.lastid input[type=text],input[type=password] {height:20px; }*/
/*input[type=text],input[type=password] {width: 100%; box-sizing: border-box;  }*/
.alert h4{  }
.control-group.error span#validation-errors { padding-top:15px;}
span#validation-errors { font-size:14px;  display:block; line-height:18px;}
span#validation-errors.warning { color:#990000;}
span#validation-errors.notice { color:#589b00;}
.search { position:relative;}
.search .popover { left:0 !important; }

label, input, button, select, textarea  { font-size:13px; }


#profile-picture { border:1px solid #ccc;  width:201px;  }
#progress span.text {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 1px;
    text-align: center;
}
.image-control { font-size:14px; margin:15px 0; text-align:center; cursor:pointer;}
.modal { text-align:center; }
.modal-body { max-height:600px;}

.well.white { background-color:#FFF;}


.extendfull, .extendleft
{
    padding-top: 20px;
    padding-bottom:20px;
    padding-left: 3000px;
    margin-left: -3000px;
}
.extendfull, .extendright
{
    padding-top: 20px;
    padding-bottom:20px;
    padding-right: 3000px;
    margin-right: -3000px;
}

.control-group { }
.help-block { margin:10px 0; font-size:0.8em; display:block;}

.columns { }

#dob fieldset{border:0; padding:0; margin:0;}
#dob fieldset select { float:left;}
.prefix { text-align:left;}
.prefix span {
    color: #666666;
    display: block;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    margin-top: 0;
    padding-left: 37px;
    text-transform: uppercase;
}


#back-top {
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 99;
    right:20px;
    bottom:20px;
    position:fixed;
    display:none;
}

#back-top a, #top a {
    width: 40px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover, #top a:hover {
    color: #000;
}

/* arrow icon (span tag) */
#back-top span, #top span {
    display: block;
    height: 40px;
    width: 40px;
    background: #ccc url('../img/up-arrow.png') no-repeat center center;
    background-size:65%;
    /* rounded corners */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span, #top a:hover span {
    background-color: #0064A2;
}
.error-page { text-align:center; margin-bottom:45px;}