.contact-card {
    display: block;
    position: relative;
    padding: 1rem;
    margin: 3rem auto;
    color: #545457;
    text-decoration: none;
    border: solid #e2e2e3;
    border-width: 1px 1px 2px 1px;
    border-radius: 3px;
    line-height: 1.4;
    background: #fff;
    transition: border-color .25s;
    border: 0;
    background: #f3f3f4;
    padding: 1.5rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    min-height: 9.5rem;
    padding-left: 10rem;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.contact__img {
    display: inline-block;
    position: absolute;
    top: 3.5rem;
    left: 3.5rem;
    width: 3.7rem;
    height: 3.7rem;
    background: url(https://recurly.com/img2/icons/contact.png) 0 0 no-repeat;
}

.contact-card p {
    margin: 1.5rem 0;
}

.contact-top {
    border-bottom: 1px solid #e2e2e3;
}

.top-title {
    font-size: 45px;
    line-height: 50px;
    font-weight: 800;
    text-align: center;
    padding: 50px 0;
    padding: 0px 0 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

@media (max-width:767px) {
    .top-title {
        font-size: 28px;
        padding: 0px 0 30px;
    }
}

.contact-container {
    max-width: 900px;
    margin: auto;
    width: 100%;
}

.contact-content {
    padding: 50px 15px 100px;
    font-size: 18px;
    line-height: 1.5;
}

@media (max-width:767px) {
    .contact-content {
        padding: 30px 15px;
        font-size: 18px;
        line-height: 1.5;
    }
}

.header-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #010101;
}

.contact-content label {
    font-weight: 500;
    line-height: 4rem;
}

.contact-content input:not([type="checkbox"]):not([type="submit"]) {
    height: 4rem;
    line-height: 4rem;
    padding-left: 1.2rem;
    display: inline-block;
    max-width: 100%;
    box-shadow: none;
    border: 1px solid #000;
}

.contact-content input:focus:not([type="checkbox"]):not([type="submit"]) {
    /*border: 1px solid #c8c8ca;*/
    border: 1px solid #000;
}

.contact-content select {
    height: 4rem;
    line-height: 4rem;
    padding-left: 1.2rem;
    display: inline-block;
    max-width: 100%;
    box-shadow: none;
    background: #f8f8f9;
    /*background: url(https://recurly.com/img2/polyfill/dropdown.png) no-repeat 100% 4px #f8f8f9;*/
    border: 1px solid #000;
}


.contact-content textarea {
    /*height: 4rem;
    line-height: 4rem;*/
    padding-left: 1.2rem;
    display: inline-block;
    max-width: 100%;
    box-shadow: none;
    /*background: url(https://recurly.com/img2/polyfill/dropdown.png) no-repeat 100% 4px #f8f8f9;*/
    min-height: 200px;
    min-width: 100%;
    border: 1px solid #000;
}

    .contact-content textarea:focus, .contact-content select:focus {
        border: 1px solid #c8c8ca;
        border: 1px solid #000;
        box-shadow: none;
    }

.contact-content .submit {
    display: inline-block;
    user-select: none;
    padding: 1.25rem 2.5rem;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    background: #3da07b;
    transition: background-color .25s;
    color: #fff;
    background: #2598ce;
}

    .contact-content .submit:hover {
        background: #1a679a;
    }


.contact-form > div:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar {
    font-size: 16px;
}

    .sidebar > div {
        margin-bottom: 50px;
    }

    .sidebar .header-title {
        font-size: 28px;
    }

    .sidebar p {
        margin-bottom: 30px;
    }

    .sidebar a {
        color: #2676a5;
    }

.btn-purple a {
    display: inline-block;
    user-select: none;
    padding: 1.25rem 2.5rem;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    background: #3da07b;
    transition: background-color .25s;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.5);
    background: transparent;
    transition: box-shadow .25s;
    color: #156298;
    box-shadow: inset 0 0 0 1px rgb(26, 131, 182);
}

    .btn-purple a i {
        font-size: 18px;
        margin-right: 0.4rem;
    }

.contact-wrapper {
    position: relative;
}

.contact-center {
    /*position:absolute;
    top:50%;
    transform:translateY(-50%);*/
}

/*.contact-content {
    margin: 0 20px;
    max-width: 100%;
    display: inline;
}*/

#map {
    height: 400px;
    width: 50%;
}

@media (max-width:767px) {
    #map {
        height: 300px;
    }
}

.contact-bottom {
    margin-top: 30px;
    /*font-family: "Lato";
    font-size: 16px;
    line-height: 1.8em;
    text-transform: none;
    letter-spacing: .075em;
    font-weight: 100;
    font-style: normal;*/
    word-wrap: break-word;
    text-align: center;
}

    .contact-bottom h1 {
        font-family: Garamond,'Times New Roman',serif;
        font-size: 18px;
        line-height: 1.5em;
        text-transform: none;
        letter-spacing: .02em;
        font-weight: 400;
        font-style: normal;
        word-wrap: break-word;
    }

    .contact-bottom p {
        font-size: 12.5px;
        line-height: 2em;
        text-transform: none;
        letter-spacing: .06em;
        font-weight: 500;
        font-style: normal;
    }

.contact-form-container {
    /*max-width:1020px;*/
    margin: auto;
    padding: 0 30px 50px;
}

    .contact-form-container .form-group label {
        /*letter-spacing: .04em;
        font-weight: 300;
        font-style: normal;
        font-size: 14px;*/
        display: block;
        text-align: left;
        /*color: #000;*/
        transition: all 0.2s linear;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 10px;
    }

        .contact-form-container .form-group label.caption {
            font-size: 12px;
        }

@media (max-width:767px) {
    .name-wrapper > div {
        padding: 0 !important;
    }
}

.contact-form-container .form-group input {
    width: 100%;
    /*padding: 20px;*/
    margin: 6px 0 4px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 42px;
}

.contact-form-container .form-group textarea {
    width: 100%;
    padding: 20px 12px;
    margin: 6px 0 4px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-height: 100px;
    resize: vertical;
}

    .contact-form-container .form-group input:focus, .contact-form-container .form-group textarea:focus {
        /*background: #fff;*/
        -webkit-transition: background .1s ease-in;
        -moz-transition: background .1s ease-in;
        -o-transition: background .1s ease-in;
        transition: background .1s ease-in;
        outline: 0;
        box-shadow: none;
    }

.contact-submit {
    border-radius: 0;
    color: #272727;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #272727;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-style: normal;
    opacity: 1;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
    -webkit-backface-visibility: hidden;
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    padding: 1em 2.5em;
    text-align: center;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

    .contact-submit:hover, .contact-submit:active, .contact-submit:focus {
        border-radius: 0 !important;
        opacity: 0.8 !important;
        color: #fff !important;
        background-color: #272727 !important;
        border-color: #272727 !important;
        text-transform: uppercase !important;
        letter-spacing: .1em !important;
        font-weight: 700;
        font-style: normal;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-backface-visibility: hidden;
        box-shadow: none;
    }

.form-group.error label {
    color: #bd0000;
}

.contact-form-container .form-group.error input, .contact-form-container .form-group.error textarea {
    border: 1px solid #e99292;
}

.form-group .field-error {
    color: #fff;
    background: #cc3b3b url(../images/icon_close_7_light.png) no-repeat 9px 50%;
    padding: 5px 15px 3px 25px;
    font-size: 15px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 12px 0;
    line-height: 23px;
    display: none;
}

.field-error.open {
    display: inline-block;
}

.formcontainer {
    /*max-width:480px;*/
    width: 100%;
    max-width: 600px;
    margin: auto;
    /*float:right;*/
}

.contact-form-container h5:first-child {
    margin-top: 0;
    font-size: 40px;
}

.contact-form-container h5 {
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: .01em;
    /*font-weight: 700;*/
    font-style: normal;
    font-size: 22px;
}

    .contact-form-container h5.faded {
        color: #666;
    }

.contact-form-container .textcontact {
    color: #666;
    font-size: 19px;
    line-height: 1.8em;
    letter-spacing: .04em;
    font-weight: 300;
    font-style: normal;
    margin: 0 0 1em;
}

.contact-image {
    margin: auto;
    margin-bottom: 30px;
    /*height:500px;*/
}

    .contact-image img {
        width: 100%;
    }

.contact-info {
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 50px 15px;
    /*color:#fff;*/
}

.contact-email a {
    padding: 18px;
    color: black;
    display: inline-block;
    letter-spacing: 1px;
    margin: 30px auto 0;
    /*color:#fff;*/
    font-style: italic;
}
/*.contact-image-container {
    margin-top: 100px;
}*/
/*@media (max-width:767px) {
    .contact-image-container {
        margin-top: 40px;
    }
}*/
