/*Created by Aran Khanna (with some help from the interwebz), All Rights Reserved*/
@charset "UTF-8";
.home {
    background-color: #c0392b;
}
.home header hgroup h1 {
    color: #FFF !important;
    opacity: 0.5;
}
.form-label {
    color: #dd1818;
    font-size: 1.8125rem;
    font-weight: bold;
    padding-top: 10px;
}
.pgp{
    color: #dd1818;
    float: right;
    font-size: 0.8125rem;
    opacity: 0.6;
}
.pgp:hover{
    opacity: 1;
}
.form-label img{
    height: 30px;
    width: 25px;
    float: right;
    margin-top: -10px;
}
.find{
    margin-left: 53%;
    position: absolute;
    margin-top:95px;
}
/* Map Styling */
#map {
    bottom:0;
    width:40%;
    height: 420px;
    margin-left: 53%;
    margin-top: 141px;
}
@media (max-width: 768px){
    #map{
        display: none;
    }
    .menu-ui{
        display: none;
    }
    .find{
        display: none;
    }
}
@media (max-width:960px) {
    #map{
        margin-left: 59%;
    }
    .find{
        margin-left: 59%;
    }
}

/*TODO fix menu styling*/
.menu-ui {
    background:rgb(0,0,0,0);
    position:absolute;
    margin-top: 165px;
    margin-left: 80%;
    z-index:1;
}
.menu-ui a {
    font-size:13px;
    color:#404040;
    display:inline;
    margin:5px;padding:0;
    padding:10px;
    text-decoration:none;
    border-bottom:1px solid rgba(0,0,0,0.25);
    text-align:center;
}
.menu-ui a:hover {
    background:#f8f8f8;
    color:#404040;
}
.menu-ui a.active {
    background:#dd1818;
    color:#FFF;
}
.menu-ui a.active:hover {
    background-color: #FFF;
    color: #dd1818;
}


/* Form Styling*/
#form-main{
    width:100%;
    float:left;
    padding-top:0px;
    margin-top: 9%;
}

#form-div {
    padding-left:35px;
    padding-right:35px;
    padding-top:35px;
    padding-bottom:50px;
    width: 450px;
    float: left;
    left: 50%;
    position: absolute;
    margin-top:30px;
    margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

@media (min-width: 769px){
    #form-div{
        left: 29%
    }
}

.feedback-input {
    color:#3c3c3c;
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 0;
    line-height: 22px;
    background-color: #fbfbfb;
    padding: 13px 13px 13px 54px;
    margin-bottom: 10px;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #ccc;
}

.feedback-input:focus{
    background: #fff;
    box-shadow: 0;
    border: 3px solid #dd1818;
    color: #000000;
    outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
    color:#dd1818;
    border:#dd1818 solid 3px;
}

/* Icons ---------------------------------- */
#name{
    background-image: url(../site_pictures/icons/name.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#name:focus{
    background-image: url(../site_pictures/icons/name.png);
    background-size: 30px 30px;
    background-position: 8px 5px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email{
    background-image: url(../site_pictures/icons/email.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

#email:focus{
    background-image: url(../site_pictures/icons/email.png);
    background-size: 30px 30px;
  background-position: 11px 8px;
    background-repeat: no-repeat;
}

#comment{
    background-image: url(../site_pictures/icons/comment.png);
    background-size: 30px 30px;
    background-position: 11px 8px;
    background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
    background-color:white;
}

#button-red{
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    float:left;
    width: 100%;
    border: #fbfbfb solid 4px;
    cursor:pointer;
    background-color: #dd1818;
    color:white;
    font-size:24px;
    padding-top:22px;
    padding-bottom:22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-red:hover{
    background-color: rgba(0,0,0,0);
    color: #dd1818;
}
    
.submit:hover {
    color: #dd1818;
}
    
.ease {
    width: 0px;
    height: 74px;
    background-color: #fbfbfb;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

.main-ssp{
    margin-top: -80px;
    height: 800px;
}

@media only screen and (max-width: 580px) {
    #form-div{
        left: 3%;
        margin-right: 3%;
        width: 88%;
        margin-left: 0;
        padding-left: 3%;
        padding-right: 3%;
        text-align: center;
    }
    .pgp{
        display: none;
    }
    #form-main{
        margin-top: 100px;
    }
}
.thanks{
    display: none;
    line-height: 20px;
    margin-top: 200px;
    color: #dd1818;
}