/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.0rem;
    line-height: 1.2;
}

p, ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1.0rem;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

p:last-child, ol:last-child, ul:last-child, dl:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: bolder;
}

iframe {
    border: 0;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

/** Forms **/

input, button, select, optgroup, textarea {
    margin: 0;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

textarea {
    resize: vertical;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: none;
    cursor: pointer;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: default;
}

select:not([multiple]) {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAVUlEQVQ4je3NMQqAMAAEwbGzUvyulaU/U8E/xSaCSIRg7My2B3PU/l37cks2YUOf2AbsGHOxBjMC1ht6YiGeZndFF3Ql2BNahKXQYuyOfoJd0VotdgAlVBTfO1dHXwAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='number'], textarea, select {
    -webkit-appearance: none;
    box-shadow: none;
    padding: 1.0rem 1.5rem;
    color: inherit;
    font-size: 1.6rem;
}

input:required, input:invalid {
    box-shadow: none;
}

/** Global **/

.container {
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

.container, .elementor-section:not(.elementor-section-full_width) .elementor-container {
    max-width: 1100px;
}

.container .elementor {
    margin-right: -10px;
    margin-left: -10px;
}

.container .elementor .elementor {
    margin-right: 0;
    margin-left: 0;
}

/** Elementor **/

.elementor-icon-wrapper {
    line-height: 1;
}

/** Ninja Forms **/

.nf-form-cont .nf-row {
    margin: 0 -10px;
}

.nf-form-cont .nf-row .nf-field-container {
    margin-bottom: 20px;
}

.nf-form-cont .nf-row .nf-field-container.hidden-container {
    margin-bottom: 0;
}

.nf-form-cont .nf-row:last-child .nf-field-container {
    margin-bottom: 0;
}

.nf-form-cont .nf-cell {
    padding: 0 10px !important;
}

.nf-form-cont .nf-form-fields-required {
    display: none;
}

.nf-form-cont .nf-error-msg {
    font-size: 1.2rem;
    color: #dc3545;
}

.nf-form-cont .nf-error .ninja-forms-field {
    border-color: #dc3545 !important;
}
