@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Oswald:wght@600&display=swap');
*, 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 {
    float: none;
    clear: none;
    padding: 0;
    margin: 0;
    border: 0;
    font-weight: inherit;
    font-size: 100%;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html, body {
    font-size: 100%;
}

body {
    font-weight: 300;
    font-size: 62.5%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #111;
}

a {
    color: #1365d1;
    text-decoration: none;
}

a:hover,
a.active,
a.active:hover {
    text-decoration: underline;
}

blockquote, q {
    quotes: none;
}

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

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

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 1em;
}

sup,
sub {
    position: relative;
    height: 0;
    line-height: 1;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

caption {
    text-align: left;
}

legend + * {
  -webkit-margin-top-collapse: separate;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

textarea {
    resize: none;
}

*:focus {
    outline: none;
}

label {
    display: block;
    padding-bottom: 5px;
}

.checklabel {
    display: inline;
    padding: 0;
    font-size: 0.75em;
}

    .checklabel * {
        color: inherit;
    }

    .checklabel a {
        font-weight: 400;
        text-decoration: underline;
    }

    .checklabel a:hover {
        text-decoration: none;
    }

p {
    padding-bottom: 20px;
}

input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea {
    display: block;
    width: 100%;
    padding: 4px 6px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.form-button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
    display: block;
    cursor: pointer;
    padding: 10px 50px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.8em;
    color: #fff;
    background-color: #1365d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-button:hover,
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
    color: #000;
    background-color: #fc0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.hide {
    display: none !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.recaptchav2 {
    margin-bottom: 20px;
}

.contact-google-privacy {
    padding-bottom: 20px;
    font-size: 0.75em;
    color: #999;
}