html,body{
    margin: 0;
    padding: 0;
    cursor: context-menu;
    text-align: center;
    color: rgb(135, 135, 135);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border-top: solid 3px #9A6833;
    border-bottom: solid 3px #9A6833;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Open Sans",sans-serif;
    font-weight: 500;
}
.circle{
    background: rgba(154, 104, 51, 1);
}
.circle{
    display: none;
    position: fixed;
    opacity: .4;
    cursor: pointer;
    border: none;
    z-index: 900;
    -webkit-transition: 1s;
    transition: 1s;
    padding: 20px;
    right: 30px;
    bottom: 10px;
    margin-left: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.circle:hover{
    opacity: 1;
}
.circle:before {
    content: '';
    display: block;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    border-bottom: solid 10px #FFF;
    margin: -7px 0 0 -10px;
}
.error4041, .error4042, .error4043, .error4044, .error4044 a{
    color: #9A6833;
}
.error4041 {
    font-size: 670%;
}

.error4044{
    padding: 10px;
    margin: 0;
}
.Section1 {
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}
.Impact {
    font-family: Impact,"Proza Libre", sans-serif;
}

.HeaderDiv {
    display: table;
    width: 100%;
}

@media screen and (min-width: 681px)
{
    .SmallScreenTrigger {float:none}
}
@media screen and (min-width: 0px) and (max-width: 680px)
{
    .SmallScreenTrigger {float:left;}
}
.TextLeft{
    text-align: left;
}
.max900 {
    max-width: 900px;
    margin: 0 auto;
}
.SectionPadding{
    padding: 30px 10px;
}
.backColor1 {
    background-color: rgba(255, 255, 255, 1);
}
.backColor2 {
    background-color: rgba(239, 239, 239, 1);
}
h2 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 200%;
    color: rgb(154, 104, 51);
}
.Text120, .Text140
{
    padding-bottom: 20px;
    color: #C68F1F;
}
.Text120 {
    font-size: 120%;
}
.Text140 {
    font-size: 140%;

}
.contact-Titles1 {
    min-width: 70px;
    display: inline-block;
    color: #9A6833;
    font-size: 140%;
}
.contact-Titles2 {
    min-width: 50px;
    display: inline-block;
    color: #9A6833;
    font-size: 140%;
}
.form{
    box-shadow: 0 0 2px;
    max-width:400px;
    font-size:85%;
    float: left;
    background-color: white;
    text-align: center;
}
input, input[type=button], input[type=radio], .form, textarea{
    border:1px solid rgba(154,104,51,1);
    border-radius:3px;
    padding: 4px 5px;
    color: #9A6833;
    margin: 0 auto;
}
input, textarea{
    width:90%;
    margin-top:5px;
    height:35px;
}
textarea{
    height:80px;
    resize:none;
}
input{
    height:35px;
    margin-bottom: 5px;
}
input[type=button]{
    background-color:#9A6833;
    color:white;
    margin: 10px;
    width: auto;
}
input[type=radio]{
    color:white;
    width: auto;
    vertical-align:-12px;
    margin-right: 2px
}
.radiosWrapper{
    margin-right:30px;
}
.InlineBlock{
    display: inline-block;
    width: 100%;
}
.radios {
    float: left;
    margin-left:30px;
}
.returnmessage{
    text-align:center;
    min-height: 25px;
}

#submitEmail {
    cursor: pointer;
}

.floatLeft {
    float: left;
}
.MagText{
    max-width: 260px;
    margin-right: 10px;
    padding-top: 15px;
}
.Map {
    position: relative;
    border: 1px solid #41bde2;
    border-radius: 3px;
    padding: 5px;
    min-width: 69%;
    height: 450px;
    overflow: hidden;
}
.MapText {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 0;
}
.Mapiframe {
    position: relative;
    z-index: 100;
}
