@charset "utf-8";
/* CSS Document */
body section header nav > div {
  max-width: 100%;
}
.link-thumbnail img {
width:100%;
height:100%;	
}

#testimonials {
padding-top: 10px; 
}
#testimonials .swiper-container {
margin-top: 50px;
position: relative; 
}
#testimonials .swiper-container .swiper-slide {
text-align: center;
width: 100%; 
}
#testimonials .swiper-container .swiper-slide h2 {
font-family: "proxima-nova",sans-serif;
font-weight: 700;
font-size: 26px;
font-style: normal;
color: #82bc00;
letter-spacing: 1px;
text-align: center; 
}
#testimonials .swiper-container .swiper-slide h3 {
font-family: "proxima-nova",sans-serif;
font-weight: 700;
font-size: 17px;
font-style: normal;
color: #7c858c;
text-transform: uppercase;
margin: 5px 0 30px 0;
text-align: center; 
}
#testimonials .swiper-container .swiper-slide p {
width: 500px;
margin: 0 auto 40px auto;
text-align: center;
font-family: "proxima-nova",sans-serif;
font-weight: 400;
font-size: 15px;
font-style: normal;
color: #333d47;
line-height: 160%; 
}
#testimonials .swiper-container .swiper-slide > a {
margin: 0 0 30px; 
}
#testimonials .swiper-container #testimonial_prev,
#testimonials .swiper-container #testimonial_next {
position: absolute;
top: 110px;
left: 0px;
height: 31px;
width: 21px;
background: no-repeat left top url(../images/arrow-prev.png);
text-indent: -54321em; 
}
#testimonials .swiper-container #testimonial_next {
position: absolute;
top: 110px;
right: 0px;
left: auto;
background-image: url(../images/arrow-next.png); 
}
.content-wrapper {
width: 960px;
max-width:100%;
margin: 0 auto;
background: #f3f4f4;
padding: 60px 30px 120px 30px;
}

#left-column {
float:left;
width:35%;
}
#main-column {
float:right;
width:63%
}
#tip_box {
background-color:#333d47;
padding:20px;
color:white;
margin-top:20px;
}
#tip_box p {
line-height:1.6em; 
}
#tip_box h3 {
margin:10px 0px 20px 0px;
font-size:15px
}
.live_chat {

}
#tip_box .live_chat h3 {
color:#82bc00;
font-size:2em;
}
#tip_box .live_chat h3 i {
color:white;
}
#sfLoginWidgetWrp {
width:300px;
margin:0px auto;
}
#sfLoginWidgetWrp input[type=text], #sfLoginWidgetWrp input[type=password]  {
width:100%;
border:1px solid silver;
padding:10px 5px;

}
#frequently_asked_questions #faq-categories li.active {
border-bottom: 3px solid #82bc00;
color: #82bc00;
}
#frequently_asked_questions #faq-categories {
padding-bottom: 40px;
text-align: center;
}
#frequently_asked_questions #faq-categories li {
color: #82bc00;
cursor:pointer;
}
#frequently_asked_questions #faq-categories li {
font-family: "proxima-nova",sans-serif;
font-weight: 700;
font-size: 19px;
font-style: normal;
color: #7c858c;
display: inline-block;
padding: 0 0 10px 0;
margin: 0 50px;
text-decoration: none;
}
#frequently_asked_questions #faq-categories li:hover {
color: #82bc00;
}
#frequently_asked_questions #faq-categories li h2 {
 font-size:19px; 
}
.faq-question {
font-family: "proxima-nova",sans-serif;
font-weight: 700;
font-size: 19px;
font-style: normal;
color: #7c858c;
padding: 15px;
border-bottom: 1px solid #e3e4e4;
cursor: pointer;
line-height: 160%; 
}
.faq-answer {
    font-family: "proxima-nova",sans-serif;
font-weight: 400;
font-size: 15px;
font-style: normal;
color: #333d47;
padding: 0 40px 20px 40px;
line-height: 150%;
margin-top: 15px;
  display:none;
}
.faq.active .faq-question {
  color: #82bc00;
}
.faq.active .faq-answer {
display:block;
}
#fixed-live-chat {
position: fixed;
bottom: 0px;
background-color: #333d47;
padding: 20px 25px;
color: #82bc00;
font-size: 22px;
text-transform: uppercase; 
margin-left:62%;
cursor:pointer;
background-image:url(../images/live-chat-icon.png);
background-position:15px center;
background-repeat:no-repeat;
padding-left: 50px;
}
#search-results {
 padding:35px 20px;
  background-color:white;
  max-width:620px;
    margin:0px auto;
}
#search-results h3 {
 margin-bottom:35px; 
}
#search-results table {
 border-top:1px solid #e3e4e4;
  width:100%;
}
#search-results table tr {
 border-bottom:1px solid #e3e4e4; 
 cursor:pointer;
}
#search-results table tr:hover {
 background-color:rgba(0,0,0,0.05); 
}
#search-results table td {
 padding:20px 5px;
  vertical-align:middle;
  font-size:14px;
}
#search-results table td em {
  color:#e3e4e4;
}
#search-results table tr.active td em {
  color:#82bc00;
}
#search-results table tr.active td em:before {
  content:"\f058";
}
#paging {
  margin-top:20px;
  font-size:0.9em;
}
#paging #page-count {
  font-weight:bold;
  width:48%;
  text-align:left;
  display:inline-block;
}
#pages {
  width:48%;
  text-align:right;
  display:inline-block;
  
}
#pages li {
  display:inline-block;
  padding:0px 2px;
  font-weight:bold;
}
#pages li.underline {
  text-decoration:underline;
}
.margin-right-20 {
  margin-right:20px;
}
.margin-top-35 {
  margin-top:35px;  
}
.margin-right-30 {
    margin-right: 30px;
}
.margin-left-30 {
    margin-left: 30px;
}
.pull-right {
	float:right;      
}
p.form-description {
 	font-weight:bold;
  	margin-top:30px;
  	margin-bottom:20px;
	line-height:150%; 
}
.form-group {
	margin:20px 0px;    
}
input.form-control[type=text] {
	padding:10px 10px; 
    border:1px solid silver;
    min-width:320px;
}
.margin-left-50 {
    margin-left:50px;    
}
#verification-question-container {
    background-color:white;
    padding:20px;      
}
.verification-question .title {
    color:#007833;
    font-weight:bold;
}
.verification-question .form-group {
    margin:10px 0px;      
}
.verification-question {
    border-bottom:1px solid silver;
    padding-bottom:50px;
    margin-top:40px;
}
.verification-question:last-child {
    border:none; 
}
.margin-top-20 {
    margin-top:20px; 
}
.margin-top-50 {
    margin-top:50px;	
}
.margin-bottom-50 {
    margin-bottom:50px;	
}
.text-center {
    text-align:center;    
}
.sidebar-section input.form-control[type=text] {
    min-width: inherit;
    width: 90%;
}
#search-progress-display {
    display:block;
    font-size:20px;
    font-family:'Sentinel Black';
    padding-top:10px;
    font-weight:bold;
    color:#e3e4e4; 
}
#search-progress-display li {
    height:60px;
    padding-left:55px;
}
#search-progress-display li.active {
    color:#82bc00;
}
#report-review {
    padding:10px 0px;
    border-top:1px solid silver;
    border-bottom:1px solid silver;
    margin-bottom:30px;
}
#report-review dt {
    display:inline-block;
    width:125px;
    font-weight:bold;
    padding:15px 0px;
    clear:both;
}
#report-review dd {
    display:inline-block;
    color:#82bc00;
    font-weight:bold;
    font-size:1.1em;
}
.table-sort {
    float:right; 
}
#search-results table#reports tr td em {
    color:#82bc00; 
}
#search-results table#reports tr.danger td em {
    color:#ed1c24;
}
.video-placeholder img {
    width:100%; 
}
#left-column .form-list li {
    padding-left:100px;
    margin:20px 0px;
    background-image:url(../images/icon-form.png);
    background-repeat:no-repeat;
    background-position:left top;
    height:109px;
    position:relative;
}
#left-column .form-list li .btn {
    position:absolute;
    bottom:0px;
    left:100px;	
}
#footer-search-button {
    height: 45px;
    padding: 5px 20px;
}
body section #main_content_area #home_claims_overview #testimonials .swiper-container #testimonial_next {
    top:230px;
}
body section #main_content_area #home_claims_overview #testimonials .swiper-container #testimonial_prev, body section #main_content_area #home_claims_overview #testimonials .swiper-container #testimonial_next {
    top:230px;
}
body section #main_content_area.links_page > article#forms ul li {
	padding-top:0px;
	background:none;
}
body section #main_content_area.links_page > article#forms ul li a.form-link {
	padding-top:90px;
	background-image: url(../images/file.png);
	background-size:50px;
	background-repeat:no-repeat;
	background-position: center top;
	display:block;
	width:100%;
}
body section #main_content_area.links_page > article#forms ul li a.form-link:hover {
	background-image: url(../images/file-hover.png);
	background-size:50px;
	background-repeat:no-repeat;
	background-position: center top;
}
body section #main_content_area.links_page > article ul li {
	 min-height: 240px;
}
body section #main_content_area.links_page > article {
  padding: 0 20px 0px 20px;
}
.blog-entry-date, .blog-post-link {
	font-size:12px;
	font-weight:bold;
	color:#7c858b;
	font-style:normal;
	font-family: "proxima-nova",sans-serif;
	margin-bottom:10px;
}
.blog-post-link {
	color:#8c9499;
	margin-bottom:0px;	
}
.blog-post-summary {
	font-family: "proxima-nova",sans-serif;
	color:#333d47;
	font-size:14px;
	line-height:2em;
	margin-bottom:25px;
}
.blog-post-title {
	margin-bottom:25px;	
}
li.divider {
	margin:30px 0px;
	border:1px solid #e3e4e4;	
}
.sfcommentAuthorAvatar {
	display:none;	
}
.blog-post-content {
	line-height:1.5em;
	font-family: "proxima-nova",sans-serif;
	color:#333d47;
	font-size:14px;
	margin-bottom:25px;
}
.blog-post-content img {
	width:100%;
	margin:1.5em 0em;	
}
.blog-post-content ol {
	list-style:decimal;
	padding-left:40px;
	margin:16px 0px;
}
.blog-post-content ul {
	list-style:disc;
	padding-left:40px;
	margin:16px 0px;
}
.blog-post-content li {
	list-style:inherit;	
}
.testimonial-form {
	
}
.meeting-request-form input[type=text], .testimonial-form input[type=text] {
	border:1px solid silver;
	padding:10px 5px;
	width:100%;	
}
.testimonial-form textarea {
	border:1px solid silver;
	padding:5px;
	width:100%;
	min-height:200px;
}
.meeting-request-form label, .testimonial-form label {
	margin:20px 0px 10px;
	font-family: "proxima-nova",sans-serif;
	color:#333d47;
	font-size:12px;
	display:block;
}
.meeting-request-form label {
    font-size:20px;
}
.meeting-request-form input[type=text] {
    font-size:20px;
}
#testimonials .swiper-container #testimonial_next {
 	top:40%;
}
#testimonials .swiper-container #testimonial_prev, #testimonials .swiper-container #testimonial_next {
	top:40%;
}
.youtube-carousel-title {
    margin-top:25px;	
}
p {
    /*line-height:2em;*/
    line-height: 160%;
    margin:1em 0em 2em 0em;
}
h2 {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #007833;
    margin-bottom: 8px;
    margin-top:30px;
}
#auction-in-progress {
	padding: 45px 50px 40px 40px;
	background: #fff;
	margin-bottom: 25px;
	border-top: 4px solid #007833;
}
#auction-in-progress h1 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-style: normal;
	color: #82bc00;
	margin: 0 0 35px 0;
	letter-spacing: 1px;	
}
#auction-in-progress h1:after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background: #82bc00;
	margin-top: 30px;	
}
.main-heading {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-style: normal;
    color: #82bc00;
    text-align: center;
    padding-top: 30px;
    position: relative;
    text-indent: 20px;
    margin-bottom: 85px;
}
.main-heading::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    display: inline-block;
    height: 5px;
    width: 20px;
    background: #82bc00;
}
.secondary-heading {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 30px;
    font-style: normal;
    color: #82bc00;
    letter-spacing: 1px;    
    text-align: center;
    padding: 0px;
    position: relative;
    margin: 40px 0px 40px 0px;
}
.left-heading {
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 30px;
    font-style: normal;
    color: #82bc00;
    letter-spacing: 1px;
    text-align: left;
    padding: 0px;
    position: relative;
    margin: 0px 0px 25px 0px;
}
.left-segment {
    margin-bottom:60px;
}
.left-segment::after {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 0%;
    display: inline-block;
    height: 1px;
    width: 60px;
    background: #82bc00;
}
.sfError {
    color:red;
}
.report-primary {
    margin-top: -60px;
    background-color: white;
    padding: 30px;
}
.report-primary p {
    text-align:center;
    max-width:600px;
    margin:0px auto;
}
.centered {
    text-align:center;
    max-width:600px;
    margin:0px auto;   
}
.green-section, .dark-green-section, .slate-section {
    margin:15px 0px;
    padding:30px;
}
.green-section, .dark-green-section {
    background-color:white;
}
.slate-section {
    background-color:#333d47;
    color:white;
}
.green-section,.slate-section {
     border-top:4px solid #82bc00;
}
.dark-green-section {
    border-top: 4px solid #007833;
}
.white-bolded {
    font-size: 16px;
    font-weight: bold;
    color:white;
    margin:0px;
}
ul.diamond-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
ul.diamond-list li {
    background-image: url('../images/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 4px; 
    padding-left: 30px;
    width:300px;
    max-width:100%;
    line-height:1.6;
    font-weight:normal;
    font-size:14px;
    margin-bottom:25px;
}
.important-date {
    display:block;
    color: #82bc00;
    font-size:22px;
    font-weight:700;
    margin:5px 0px;
    line-height:normal;
    text-transform: uppercase;
}
.holder-icon-link {
    padding-top: 210px;
    background-image: url('../images/HolderPDFIcon.png');
    background-repeat: no-repeat;
    background-position: center top;
    width: 150px;
    display: block;
    text-align: center;
    margin: 0px auto;
    font-weight: bold;
    margin-top: 20px;
}
.btn.btn-blue {
    height:auto;
    background-color:rgba(0,150,225,1);
    border-radius:10px;
    text-transform: none;
    line-height: 1.3em;
    padding: 15px 35px;
}
#uex-img {
  height: 12px;
}
.btn.btn-blue:hover {
    background-color:rgba(0,150,225,.75);
}
#additional-information-list {
    list-style:disc;
    max-width:600px;
    margin:0px auto;
}
#additional-information-list li {
    list-style:disc;
    margin:20px 0px;
}
#additional-information-list a {
    text-decoration: underline;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#primary-video .report-video-thumbnail {
    display:none;
}

#primary-video .report-video-title {
    display:none;   
}
#secondary-videos .report-video-frame {
    display:none;   
}
#secondary-videos .report-video-container {
    display:none;   
}
#secondary-videos li {
 display:inline-block;
 width:25%;
 margin:0% 1.5%;
 cursor:pointer;
text-align:left;
    vertical-align: top;
}
.report-video-title {
    color:#82bc00;
    margin:15px 0px 5px;
}
.report-video-description {
    margin:0px;
    font-size:12px;
    line-height:normal;
}
#secondary-videos .report-video-thumbnail {
    width:100%;   
}
#secondary-videos {
 text-align:center;
}
#secondary-videos::after {
    content: ' ';
    clear: left;
    display: block;
    height: 0px;
    visibility: hidden;
}
#primary-video .report-video-description {
    text-align:center;
    max-width:600px;
    margin:50px auto;
    font-size:18px;
    line-height:1.5em;
}
.text-green {
 color:#82bc00;
}
.slate-section a {
 color:#82bc00;
}
#report-property-button {
 clear:both;
margin:40px 0px 20px;
}
.event-information {
	font-size:1.2em;
}
.event-information li {
	margin:20px 0px;
}
.event-details {
	padding-top:20px;
border-top:1px solid #82bc00;
}
@media(max-width:767px) {
    .report-primary {
        margin-top: 0px;
    }
}
#temp-submission {
    display:none;   
}
/*No Backgroun Template Styles*/
.content-wrapper.no-bg { background-color:white; padding-top: 0px; padding-bottom:0px; margin-bottom: -16px; }
/*Forum Styles*/
.forums-title { font-size:32px; color:#82bc00; text-align:left; display: inline-block; vertical-align:middle; }
.forum-titlebar { padding: 40px 25px 25px; }
.forum-titlebar-link { font-weight:bold; font-size:15px; color:#a5abaf; vertical-align:middle; display:inline-block; margin-left:15px; text-transform:uppercase; }
.forum-titlebar-link:hover { color:#82bc00; }
.forums-table { border: 4px solid #f3f3f4; border-top:5px solid #82bc00; width:100%; }
.forums-table td { background-color:white; }
.forums-table .placeholder-row td { height:200px; background-color:#f3f3f4; }
.forum-group-title-wrapper { background-color: #f3f3f4; padding:14px; padding-bottom:10px; }
.forum-group-title { font-size:18px; color:#a5abaf; text-align:left; text-transform:uppercase; margin:0px; margin-left:6px; }
.forum-icon-wrapper, .forum-title-wrapper, .forum-posts-wrapper, .forum-last-post-wrapper { border:4px solid #f3f3f4; vertical-align:middle; }
.forum-posts-wrapper { padding:15px; line-height: 1.2em; }
.forum-last-post-wrapper { padding:10px; }
.forum-icon-wrapper { border-right:none; padding:10px; width:50px; }
.forum-title-wrapper { border-left:none; }
.forum-title { font-size:16px; font-weight:bold; color:#7c858b; }
.forum-title:hover { color:#82bc00; }
.forum-posts-count, .forum-threads-count, .forum-last-post-link, .forum-last-post-age { font-size:13px; color:#92999e; }
.forum-last-post-link:hover { color:#82bc00; }
.forum-last-post-image { width: 50px; height: 50px; display: inline-block; background-image:url(../images/person-icon.png); background-position:center; background-repeat:no-repeat; background-color:#82bc00; border-radius:3px; float:left; min-height:inherit; }
.forum-text-bubble-image { width: 50px; height: 50px; display: inline-block; background-image:url(../images/text-bubble-icon.png); background-position:center; background-repeat:no-repeat; background-color:#82bc00; border-radius:3px; float:left; min-height:inherit;}
.forum-last-post-details { width:auto; display:inline-block; padding-top: 10px; padding-left: 15px; }
.forum-filters { }
.forum-post-list {  }
.forum-post { }
.forum-post-title-wrapper { background-color: #f3f3f4; padding:14px; padding-bottom:10px; }
.forum-post-title { font-size:18px; color:#a5abaf; text-align:left; text-transform:uppercase; margin:0px; margin-left:6px; }
.forum-post-user-section { background-color:white; border:2px solid #f3f3f4; display:inline-block; width:160px; flex-grow:0; flex-shrink:0; padding:20px; }
.forum-post-content-section { background-color:white; border:2px solid #f3f3f4; display:inline-block; flex-grow:1; padding:20px; }
.thread-header { border-top:5px solid #82bc00; width:100%; }
.post-body { display:flex; flex-direction:row; position:relative; }
.post-username { font-size:16px; font-weight:bold; color:#7c858b; margin:8px 0px 20px; display:block; }
a.post-username:hover { color:#82bc00; }
.large-avatar-icon { width: 125px; height: 125px; display: inline-block; background-image:url(../images/large-person-icon.png); background-position:center; background-repeat:no-repeat; background-color:#82bc00; border-radius:3px; min-height:inherit;  }
.forum-post-user-info { font-size:13px; color:#92999e; line-height:1.3em; margin-top:16px; }
.post-date { font-size:16px; font-weight:bold; color:#7c858b; display:block; }
.post-contents { margin-top:20px; max-width:600px; }
.btn.rss-link, .btn.rss-link:hover { background-image:url(../images/rss.png); background-position:15px center; background-repeat:no-repeat; padding-left: 45px; }
.feed-link-container { text-align:right; margin:10px 0px; }
.forum-filters-wrapper { float:right; margin-top:50px; }
.forum-reply-wrapper { margin-bottom:10px; text-align: right; margin-top: -50px;}
.post-edit-button { background-image: url(../images/pencil.png); background-position: 7px 6px; background-repeat: no-repeat; height: 28px; width: 28px; background-color: #82bc00; border-radius: 50%; display: inline-block; }
.post-edit-button:hover { background-color:#007833; }
.post-link-button { background-image: url(../images/link.png); background-position: 6px 7px; background-repeat: no-repeat; height: 28px; width: 28px; background-color: #82bc00; border-radius: 50%; display: inline-block;}
.post-link-button:hover { background-color:#007833; }
.unfeature-button { background-image: url(../images/pencil.png); background-position: 7px 6px; background-repeat: no-repeat; height: 28px; width: 28px; background-color: #e3e4e4; border-radius: 50%; display: inline-block; }
.feature-button { background-image: url(../images/pencil.png); background-position: 7px 6px; background-repeat: no-repeat; height: 28px; width: 28px; background-color: #82bc00; border-radius: 50%; display: inline-block; }
.post-actions { float:right; margin-top: -25px; margin-right: -10px; }
.sfClose { position: absolute; top: 0px; right: 0px; display:none; }
.sfforumPostReplyForm { position:relative; }
.sfforumReplyThreadContent { width: calc( 100% - 200px); display: inline-block; }
.sfforumThreadPostUser { width: 190px; display: inline-block; vertical-align: top; margin-top: 60px; }

/*Login Styles*/
.sfSubmitBtn, .sfsearchSubmit { 
	height: 37px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #fff;
    line-height: 37px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: #82bc00;
    border: none;
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}
.sfTxtLbl {
	margin: 20px 0px 10px;
    font-family: "proxima-nova",sans-serif;
    color: #333d47;
    font-size: 14px;
    display: block;
}
.sfCheckBoxWrapper {
	margin: 20px 0px;
}
#login-heading {
	font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 34px;
    font-style: normal;
    color: #82bc00;
    text-align: center;
    padding-top: 10px;
    position: relative;
    text-indent: 20px;
    margin-bottom: 10px;
}
.register-link-wrapper {
	width: 300px;
    margin: 0px auto;
}
/*Registration Form*/
.sfTxt, .sfsearchTxt.k-input {
	width: 100%;
    border: 1px solid silver;
    padding: 10px 5px;
}
.registration-form {
	width:50%;
	min-width:300px;
	margin:0px auto;	
}
.sfregisterLnkWrp { margin:30px 0px; }
/*Bootstrap Styles*/
.btn-group { position:relative; display: inline-block; }
.open>.dropdown-menu { display: block; }
.dropdown-menu {
    position: absolute;
	width:100%;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu li a { display:block; width:100%; height:100%; padding:10px; font-size:14px; }
.dropdown-menu li a:hover { color:white; background-color:#82bc00; }
.btn-group .caret { width: 20px; background-image: url(../images/caret-down.png); background-position: center center; height:100%; background-repeat: no-repeat; display: block; float: right; }

.sfsearchSubmit { margin-top:15px; }
.sfforumNoThreadsWrp p { text-align:center; font-size:20px; }

body section header nav > div #header_link_treasurer {
    width: 246px;
}