﻿.Addthis
{
    height:30px;
    width:138px;
    display:block;
    margin:22px 0 0 0;
    float:none;
}

#social
{
    float:right;
    margin:17px 0 0 0;
    padding:0;
}

#social li
{
    float:left;
    display:inline-block;
    margin-left:10px;
}

#social li a 
{
    display:block;
}

.map
{
    width:1000px;
    height:388px;
}

.ContactInfo
{
    margin-bottom:0;
}

.ContactInfo span
{
    font-weight:bold;
}

hr {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 0 1px;
    margin: 25px 0;
    padding: 0 !important;
}

.ContactTable
{
    width:100%;
}

.ContactTable tr td input[type="text"]
{
    width:276px;
    margin-top:4px;
    font-size:12px;
    margin-bottom:5px;
}

.ContactTable tr td .TextArea
{
    margin-top:4px;
    width:586px;
    margin-bottom:10px;
    resize:none;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
}

.btn
{
    color:#ffffff;
    background:#b30004;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#d10005));
	background: -moz-linear-gradient(top,  #ff0000,  #d10005);
	background: -o-linear-gradient(top,  #ff0000,  #d10005);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#d10005');
	padding:6px 24px;
	text-align:center;
	font-size:12px;
}

.btn:hover
{
    color:#ffffff;
    background:#ca0005;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.clear
{
    clear:both;
}

.WhiteText
{
    color:#ffffff;
}

.WhiteText:hover
{
    color:#ffffff;
    text-decoration:none;
}

.NewList li
{
    background:none !important;
    padding-left:2px !important;
}

.Search h3 span
{
    color:#B30004;
}

.Result
{
    margin-top:20px;
    border-bottom:1px solid #e9e9e9;
    padding-bottom:20px;
}

.Result p
{
    margin-bottom:0;
}

.Result a.more
{
    margin-top:10px;
}



.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    position: absolute;
    font-size: 12px;
    font-weight: normal;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #B30004;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
}