/*import fonts*/
@import "../fonts/fonts.css";
/* import fonts*/

/* global */
*,
button,
input,
optgroup,
select,
textarea {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

*{
    box-sizing:content-box;
   -webkit-box-sizing:content-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 100%;
    ::-webkit-scrollbar {
 display: none;
 }
}

h1 {
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
}

h2 {
    font-size: 1.125rem;
    font-weight: 700;
    color:#000;
}

h3 {
    font-size: .750rem;
    font-weight: 700;
    text-transform: uppercase;
    color:#000;
}

h4 {
    font-size: .750rem;
    font-weight: 100;
    margin: 0;
    color:#000;
}

h5 {
font-size: .688rem;
    font-weight: 100;
    margin: 0;
    color:#000;
}

h6 {
    font-size: .875rem;
    font-weight: 700;
    color:#000;
}

p {
    color: #354052;
    line-height: 1.8;
    margin-bottom:10px;
    font-size:.875rem;
}

.italic {
font-style:italic;
color:#999;
}

form label {
    font-weight: 700;
    font-size:.750rem;
}

.no-padding {
    padding: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(79, 92, 122, 1);
}

i {
    font-style: normal;
}

a[href^="tel:"] {
    color: #000;
    text-decoration: none;
}

a:not([href]) {
    color: #4a4a4a;
}

a:not([href]):hover, a:not([href]):focus {
    text-decoration: none;
}

/*.btn:focus {
    box-shadow: none;
}*/

button {
 cursor: pointer;
}

.print-logo {
    display: none;
}

.print-copyright {
    display:none;
}

/* end global */