#contact-wrap h1 {
    color: #ff7d38;
    font-weight: bold;
    font-size: 24px;
    margin: 5px 0 15px 0;
    padding: 0 20px;
}
#contact-wrap .column-wrap .column {
    width: 48%;
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
}
#contact-wrap .column-wrap #contact-teapplix-section table,
#contact-wrap .column-wrap #contact-us-section {
    height: 362px;
}
#contact-wrap .column-wrap .column:first-child {
    margin-right: 20px;
}
#contact-wrap .column-wrap #contact-teapplix-section table {
    width: 100%;
    box-shadow: none;
    margin: 0;
}
#contact-wrap .column-wrap #contact-teapplix-section table td {
    padding: 5px 20px;
    background: #fcfcfc;
    font-size: 14px;
    font-weight: 300;
    color: black;
    text-align: left;
    border: none;
    vertical-align: top;
}
#contact-wrap .column-wrap #contact-teapplix-section table td.title {
    padding: 5px 20px 5px 10px;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 300;
    color: black;
    text-align: right;
    width: 170px;
    margin-right: 15px;
}
#contact-wrap .column-wrap #contact-teapplix-section table tr:first-child td {
    padding-top: 20px;
}
#contact-wrap .column-wrap #contact-teapplix-section table tr:last-child td {
    padding-bottom: 15px;
}
#contact-wrap .column-wrap #contact-teapplix-section table td.title .required {
    font-size: 16px;
    font-weight: 700;
    color: #ff7d38;
    display: inline-block;
}
#contact-wrap .column-wrap #contact-teapplix-section .hint {
    font-size: 12px;
    font-weight: 400;
    color: black;
    display: inline-block;
}
#contact-wrap .column-wrap #contact-teapplix-section table td input,
#contact-wrap .column-wrap #contact-teapplix-section table td select,
#contact-wrap .column-wrap #contact-teapplix-section table td textarea {
    font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, sans-serif;
    padding: 4px 8px;
    background: white;
    font-size: 12px;
    font-weight: 300;
    color: black;
    border: 1px solid #6f6f6f;
    max-width: 350px;
    width: 95%;
}
#contact-wrap .column-wrap #contact-teapplix-section table td select {
    max-width: 372px;
}
#contact-wrap .column-wrap #contact-teapplix-section table td textarea {
    max-width: 400px;
    width: 95%;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100px;
}
#contact-wrap .column-wrap #contact-teapplix-section table td input.submit-button {
    background: #ff7d38;
    color: white;
    width: 120px;
    border: none;
    font-weight: 800;
    border-radius: 3px;
    padding: 7px 10px;
}

#contact-wrap .column-wrap #contact-us-section,
#contact-wrap .column-wrap #contact-us-section p {
    background: #fcfcfc;
    border: none;
    font-weight: 300;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
}
#contact-wrap .column-wrap #contact-us-section p {
    padding: 10px 0;
}
#contact-wrap .column-wrap #contact-us-section div.title{
    color: #ff7d38;
    font-weight: 700;
}
#contact-wrap .column-wrap #contact-us-section a {
    color: #ff7d38;
    font-weight: bold;
}
#contact-wrap #how-to img {
    margin-right: 10px;
}

#contact-wrap #how-to .page-group {
    font-size: 18px;
    color: #ff7d38;
    font-weight: bold;
    padding: 15px 20px;
    margin:0;
    background: #f3f3f3;
}
#contact-wrap #how-to .how-to-page {
    font-size: 14px;
    font-weight: 400;
    color: #566f9b;
    padding: 12px 20px;
    margin:0;
    background: #fcfcfc;
}
#contact-wrap #how-to .how-to-page a {
    font-size: 14px;
    font-weight: 400;
    color: #566f9b;
    line-height: 22px;
}
#contact-wrap #how-to .how-to-page a:hover {
    text-decoration: underline;
}
#contact-wrap .faq-page {
    padding: 15px 20px;
    margin-bottom: 0;
    background: #fcfcfc;
}
#contact-wrap .faq-page img {
    height:14px;
    margin-right: 10px;
}
#contact-wrap .faq-page a {
    font-size: 14px;
    font-weight: 400;
    color: #566f9b;
}
#contact-wrap .faq-page a:hover {
    text-decoration: underline;
}
#contact-wrap .visible-on-low {
    display: none;
}
::-webkit-input-placeholder {color:#999;font-weight: 400;}
::-moz-placeholder          {color:#999;font-weight: 400;}/* Firefox 19+ */
:-moz-placeholder           {color:#999;font-weight: 400;}/* Firefox 18- */
:-ms-input-placeholder      {color:#999;font-weight: 400;}
@media(max-width: 960px) {
    #contact-wrap .column-wrap.low-width-limit .column {
        width: auto;
        margin: 10px;
        display: block;
    }
    #contact-wrap .column-wrap .column:first-child {
        margin-right: 0;
    }
    #contact-wrap .column-wrap .column {
        margin: 0;
    }
}
@media(max-width: 800px) {
    #contact-wrap .column-wrap .column {
        width: auto;
        margin: 10px;
        display: block;
    }
    #contact-wrap .column-wrap .column:first-child {
        margin-right: 0;
    }
    #contact-wrap .column-wrap .column {
        margin: 0;
    }
}
@media(max-width: 640px) {
    #contact-wrap .visible-on-low {
        display: block;
    }
    #contact-wrap td.title {
        display: none;
    }
    #contact-wrap .column-wrap .column:first-child {
        margin-right: 0;
    }
    #contact-wrap .column-wrap .column {
        margin: 0;
    }
}

