.oneThird {
    display: inline-block; 
    vertical-align: top;
}

.oneThird p {
    width: 280px;
    height: 87px;
    color: #4a4a4a;
    line-height: 1.57;
    font-size: 14px;
    padding-left: 20px;
}

.oneThird a {
    color: #4ecdc4;
    font-weight: bold;
}

.oneThird a:hover {
    font-weight: bold;
}

.contactInfo {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: normal;
    color: #4a4a4a;
    padding: 10px 0px;
    display: flex;
    justify-content: space-evenly;
}

#mapSection {
    width: 376px;
}

.mapView {
    width: 376px;
    height: 229px;
    border: inside 2px solid #becee4;
}

.addressSplit {
    font-size: 12px;
    line-height: 1.58;
    letter-spacing: normal;
    color: #4a4a4a;
}

.addressSplit p {
    width: 174px;
    display: inline-block;
    margin-right: 4px;
}

#contactForm {
    width: 400px;
}

.contactEntry {
    width: 376px;
    height: 26px;
    border-radius: 3px;
    border: solid 1px #becee4;
    margin-top: 10px;
    z-index: 400;
}

.contactEntry select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-image: url(...); */
    background-repeat: no-repeat;
    background-position: right 50%;
    padding: .20em;
    padding-right: 1.5em;
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0px;
    width: 100%;
}

.contactEntry select:focus,
.contactEntry select:hover,
.contactEntry select:active {
    outline: 0px;
}

.contactEntry select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.contactSuccess {
    color: #3c763d; /* Used in MagicSpam Site from Bootstrap */
    background-color: #becee4;
    border: 1px solid green;
}
.contactError {
    background-color: #becee4;
    border: 1px solid red;
}

.msgEntryBox {
    height: 120px;
    
}

.contactEntry select::-ms-expand { 
    display: none;
}

.contactEntry:hover {
    border: solid 1px #1659bc;
}

.contactEntry label {
    float: left;
    vertical-align: top;
    width: 90px;
    padding-left: 5px;
}

.contactEntry textarea, 
.contactEntry input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .20em;
    padding-right: 1.5em;
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0px;
}

.contactEntry textarea,
.contactEntry input:not([type=submit]) {
    background-color: #f4f7fc;
    outline: 1px;
    font-size: 16px;
    position: relative;
    margin-left: 0px;
    margin-top: 4px;
    border: solid 1px #becee4;
    outline: solid 1px #becee4;
    padding: 0px;
}

.captchaImage,
.captchaSubmit {
    display: inline-block;
    
}

.captchaImage {
    float: left;
    margin-top: 5px;
    padding-left: 10px;
    border: solid 1px #becee4;
}

.contactSubmit {
  float: right;
}

.contactSubmit input[type=submit] {
  height: 35px;
  border-radius: 6px;
  font-weight: bold;
  color: #4a80cf;
  background-color: #ffffff;
  border: solid 1px #becee4;
  padding: 8 20 8 20;
  margin-right: 30px;
  margin-top: 10px;
  cursor: pointer;
}

.contactSubmit input[type=submit]:hover {
    color: #ffffff;
    background-image: linear-gradient(81deg, #1659bc, #4ecdc4);
}
.inputWidth {
    width: 275px;
}

#contactMessage {
    height: 50px;
}
