/* http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Include Font-Families */

@font-face {
    font-family: 'audimatregular';
    src: url('../fonts/audimat-regular-webfont.eot');
    src: url('../fonts/audimat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/audimat-regular-webfont.woff') format('woff'), url('../fonts/audimat-regular-webfont.ttf') format('truetype'), url('../fonts/audimat-regular-webfont.svg#audimatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Styling */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
    outline: none;
}

body {
    font-family: 'audimatregular', serif;
    color: black;
}

body, input, button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
    font-family: 'Amaranth', sans-serif;
}

a {
    color: #144882;
    text-decoration: underline;
}

.cc-image {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px auto;
}

.cc-link {
    display: block;
    text-align: center;
}

.cc-form {
    display: block;
    position: relative;
    margin: 50px 0 20px 0;
    font-size: 0; /* prevent spacing between inline-block elements */
}

.cc-form label {
    display: block;
    color: #606060;
    font-size: 14px;
    margin-bottom: 5px;
}

.cc-form input[type="text"],
.cc-form textarea {
    font-size: 18px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #d0dae6;
}

.cc-form input,
.cc-form textarea {
    font-family: 'audimatregular', serif;
    font-weight: normal;
}

.cc-form input[type="text"] {
    height: 38px;
}

.cc-form textarea {
    min-height: 150px;
}

.cc-form-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 10px;
}

.cc-form-item--half {
    width: 48%;
}

.cc-form-item--left {
    margin-right: 2%;
}

.cc-form-item--right {
    margin-left: 2%;
}

.cc-form-item--half-last {
    margin-right: 0;
}

.cc-form-submit {
    display: inline-block;
    background: #023a78;
    font-size: 20px;
    border: 0;
    color: white;
    padding: 5px 30px;
    border-radius: 2px;
    box-shadow: 0 0 3px #000;
    margin-top: 15px;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .cc-form-item--half {
        width: 100%;
    }

    .cc-form-item--left {
        margin-right: 0;
    }

    .cc-form-item--right {
        margin-left: 0;
    }
}
