/*
Font Family
=========================== */


/* Typography 
=========================== */
html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}

body {
    color: #242424;
    background: #fff;
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

a {
    font-family: 'Prompt', sans-serif;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a.link {
    color: #6a6a6a;
    text-decoration: none;
}


.material-icons-outlined,
.material-icons,
.material-icons-sharp {
    vertical-align: sub;
}

span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242424;
    margin: 0 0 15px 0;
    font-size: 72px;
    font-weight: 600;
    line-height: 70px;
    font-family: 'Prompt', sans-serif;
}

h2 {
    font-size: 35px;
    color: #00365c;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}

h6 {
    font-size: 18px;
    line-height: 24px;
}

p {
    margin-top: 0;
}

.section {
    padding: 100px 0;
    border-top: solid 1px #efefef;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}



@media (min-width: 1200px) {
    .core-nav .nav-container {
        width: 100%;
    }
}



@media (min-width: 1400px) {
    .core-nav .nav-container {
        width: 1320px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}