﻿.OneEmailBox{
    background-color: #066196;
    color: white;
    padding: 20px 20px
}
.OneEmailBox .Heading4{
    font-size: 21px;
    font-weight: bold;
    line-height: 20px;
}
.ContactBy input[type="checkbox"] {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ContactForm{
    background-color: #ffffff;
    padding: 20px;
    border:1px solid #DFDFE1;
}

.checkbox{
    font-size: 9px;
    float: left;
}
.InputBox{
    color: #efefef;
    border-radius: 10px;
     font-size: 15px;
}

.ContactTitle{
    font-size: 23px;
    font-weight: bold;
    color: #3d3d3d;
}
.PhoneContainer{
    font-size: 23px;
    color: #3d3d3d;
    
}

.SubscribeNewsletter{
    font-size: 12px;
    margin-top: 0px;
}

.tablet .SubscribeNewsletter{
    font-size: 12px;
    width: 100%;
    margin-top: -20px;
}

.ContactButton{
    margin-left: 0px;
    border-radius: 5px;
    background-color: #8e8e8e;
    color: white;
    font-weight: 100;
    cursor:pointer;
}
.ContactButton:hover {
    background-color: #80090A;   
}
.SocialMedia{
    color: #80090a!important;
}
.SocialMedia a:link{
    color: #80090a!important;
}
.SocialLink{
    margin-left: 5px;
}



.Button:hover{
    background-color: #a1171f!important;
}
.Button.RequestDetails{
    border: 0px solid #efefef !important;
    box-shadow: 0px !important;
    background-color: #d63a31 !important;
    font-weight: bold;
    border-radius:0px !important;
}

/*-----------------------DESKTOP----------------------*/
.desktop .ContactForm{
    background-color: #ffffff;
    padding-left: 10%;
    padding-right: 10%;
    
   }
/*----------------------TABLET----------------------*/
.tablet .ContactForm{
    background-color: #ffffff;
    padding-top: 20px;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 20px;    
    
   }
   
   .DevListRecords ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0;
}
.DevListRecords li {
    width: 100%;
    display: inline-block;
    padding: 0px;
    list-style: outside none none;
}