.contact-coleman-container {
    color: #FFF;
    background-color: #2D7AAC;
}

.contact-coleman-container h3{
    color: #FFF !important;
}

.contact-coleman-header h3 {
    color: #FFF !important;
    margin: 0;
}

.contact-coleman-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.contact-coleman-header  .dashicons {
    margin-right: 6px;
    transition: all .25s ease-in-out;
}

.contact-coleman-header {
    padding: 20px 150px;
    text-align: right;
}

.contact-coleman-content {
    display: flex;
    flex-direction: row;
    background-color: #245f85;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all .25s ease-in-out;
}

.contact-coleman-content-visible .contact-coleman-content {
    height: 100%;
    padding: 50px 0;
    transition: all .25s ease-in-out;
}

.contact-coleman-content-visible .contact-coleman-header  .dashicons {
    transform: rotate(180deg);
    transition: all .25s ease-in-out;
}

.contact-coleman-left {
    width: 66%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 40px;
    border-right: 1px solid #FFF;
}

.contact-coleman-left img {
    width: 185px;
}

.contact-coleman-left h3 {
    text-transform: uppercase;
}

.contact-coleman-left p {
    max-width: 330px;
    text-align: right;
}

.contact-coleman-right {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 40px;
}

.contact-coleman-right input {
    width: 100%;
    max-width: 280px;
}

.contact-coleman-right textarea {
    width: 100%;
    max-width: 360px;
}

.contact-coleman-right div {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-coleman-right div:last-child {
    width: auto!important;
}

.contact-coleman-right a {
    background: #FFF;
    color: #2D7AAC;
    padding: 10px 40px;
    border-radius: 20px;
    border: 1px solid #FFF;
    line-height: 1;
}

.contact-coleman-right a:hover {
    color: #2D7AAC;
    background-color: #EEE;
}