/* Contact us style

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /common/framework/css/form-gui.en.css
   ========================================================================== */

.page-width {
    margin: 0 auto;
    max-width: 56.25rem;
}
.page-padding {
    margin: 3rem 0 0;
    padding: 0 1rem;
}
.whitebox {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    padding: 2rem 1.5rem 2.8rem;
}
.whitebox h3 {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 1.75rem;
    margin-top: 7px;
    padding-bottom: 4px;
}
.detailed-description p {
    line-height: 3rem;
}
#_form-gui h3 {
    color: #dd1100;
    font-size: 1.25rem;
    margin: 0 0 0.9375rem 0;
}
#_form-gui p {
    color: #535353;
    font-size: 0.9375rem;
}
#_form-gui .privacy {
    font-size: 0.8125rem;
    line-height: 2rem;
}
#_form-gui .required-wrapper {
    color: #535353;
    font-weight: 600;
    font-size: 0.8125rem;
    margin: 0.5rem 0;
}
#_form-gui .required-text {
    color: #dd1100;
    margin-right: 0.3rem;
}
#_form-gui select.inactive-by-default, #_form-gui .fancy-select.inactive-by-default {
    color: #a9a9a9;
}
#_form-gui select.inactive-by-default.active, #_form-gui .fancy-select.inactive-by-default.active {
    color: #535353;
}
#_form-gui select.inactive-by-default.error, #_form-gui .fancy-select.inactive-by-default.error {
    color: #dd1100;
}
/* fancy selects =================== */

#_form-gui .fancy-select {
    background: #fff url('/common/images/m10/form-icon-arrow-down.png') no-repeat 100% 50% !important;
}
#_form-gui .fancy-select-options input[type="checkbox"] {
    display: inline-block;
    margin: 2px 5px 0 0;
}
#_form-gui .fancy-select-options, #_form-gui .fancy-select-options.error {
    border: 1px solid #ccc;
    border-top: none;
    display: grid;
    grid-gap: 6px;
    grid-template-columns: repeat(2, 1fr);
    padding: 1rem;
}
#_form-gui #area-interest {
    margin-bottom: 1.8rem;
}
#_form-gui .fancy-select-options label {
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 0;
    margin: 0;
    padding: 0;
}
#_form-gui .fancy-select-options .other {
    color: #636363;
    font-size: 0.75rem;
    margin: 0 0 0 4px;
    padding: 2px 5px;
    width: 50%;
}
#_form-gui #submit {
    background: #ee3032;
    border: 1px solid #ee3032;
}
#_form-gui #submit:hover {
    background: #7cccbd;
    border: 1px solid #7cccbd;
}
#_form-gui a:hover {
    color: #7cccbd;
}
/* error */

.server-error h1.error {
    background-size: 48px 82px;
    background: url('../img/freaked-icon.png') no-repeat scroll 0% 0% transparent;
    color: #d10;
    font-weight: 400;
    line-height: 3.125rem;
    min-height: 3.125rem;
    padding-left: 3.625rem;
}
.server-error p.information.width-5-7 {
    margin-left: 3.5rem;
}
/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
    #_form-gui .fancy-select-options, .fancy-select-options.error {
        grid-template-columns: none;
    }
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {}
/* printer styles
   ========================================================================== */

@media print {}