html {
    box-sizing: border-box;
    background-color: #414042;
}

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

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 3.8vw;
}

@media (min-width: 769px) {
    body {
        font-size: 2.2vw;
    }
}

@media (min-width: 1025px) {
    body {
        font-size: 1.2vw;
    }
}


/* @media (min-width: 2200px) {
  body {
    font-size: 0.9vw;
  }
} */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (min-width: 1025px) {
    .flex {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.flex>div {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #626366;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
}

p {
    line-height: 1.5;
}

img {
    width: 100%;
}

.btn {
    display: inline-block;
    border-radius: 4px;
    padding: 0.7em 1.5em;
    color: #fff;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s linear;
}

.btn:hover {
    /* adjustment */
    color: #fff;
}

.btn.btn-gray {
    background-color: #a7a9ac;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus {
    color: #fff;
    background-color: #cc1f27;
}

#search-form {
    display: none;
}

#search-form input {
    border: none;
    border-radius: 0;
    /* adjustment */
    padding: 1em;
    width: 100%;
    color: #fff;
    background-color: #414042;
    font-size: 1.3em;
}

#search-form input:focus-visible {
    background-color: #414042 !important;
    outline: none;
}

#search-form input::placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
}

#search-form input:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
}

#search-form input::-ms-input-placeholder {
    color: #fff;
    font-style: italic;
}

#search-form input[type="submit"] {
    display: none;
}

header#masthead {
    margin: 0 auto;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
    background: #fff;
}

header#masthead.fixed {
    /* adjustment */
    position: fixed;
    top: 0;
    z-index: 9999;
    background: white;
    width: 100%;
}

header #main-nav-toggle {
    position: relative;
    z-index: 99999;
    border: none;
    margin-left: auto;
    width: 32px;
    height: 25px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

header #main-nav-toggle span {
    display: block;
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 100%;
    height: 3px;
    background: #000;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

header #main-nav-toggle span:nth-child(1) {
    top: 0px;
}

header #main-nav-toggle span:nth-child(2),
header #main-nav-toggle span:nth-child(3) {
    top: 10px;
}

header #main-nav-toggle span:nth-child(4) {
    top: 20px;
}

header #main-nav-toggle.open span:nth-child(1) {
    top: 18px;
    left: 50%;
    width: 0%;
}

header #main-nav-toggle.open span:nth-child(2) {
    transform: rotate(45deg);
}

header #main-nav-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
}

header #main-nav-toggle.open span:nth-child(4) {
    top: 13px;
    left: 50%;
    width: 0%;
}

header .flex {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .flex img {
    width: auto;
}

header #utility-nav,
header #main-nav {
    padding: 0 3vw;
}

header #utility-nav .flex,
header #main-nav .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

@media (min-width: 1025px) {
    header #utility-nav .flex>ul>li::after,
    header #main-nav .flex>ul>li::after {
        content: "";
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #cc1f27;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }
    header #utility-nav .flex>ul>li:hover::after,
    header #main-nav .flex>ul>li:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
}

header #utility-nav .flex a,
header #main-nav .flex a {
    color: #626366;
    text-decoration: none;
}

header #utility-menu li.current-menu-item:after,
header #primary-menu li.current-menu-item:after,
header #primary-menu li.current_page_parent:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #cc1f27;
    transform: scaleX(1) !important;
}

header #primary-menu .sub-menu {
    /* adjustment */
    font-size: 0.9em;
}

header #primary-menu li.current_page_parent .sub-menu li.current-menu-item>a,
header #primary-menu li .sub-menu li.current-menu-item>a {
    color: #fff;
    background-color: #cc1f27;
}

header #primary-menu li .sub-menu li.current-menu-item>a::after {
    content: "";
}

header #utility-nav .flex ul,
header #main-nav .flex ul {
    display: none;
    margin: 1em 0;
    /* adjustment */
    padding: 0;
    list-style-type: none;
}

@media (min-width: 1025px) {
    header #utility-nav .flex ul,
    header #main-nav .flex ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 1025px) {
    header #utility-nav .flex ul li,
    header #main-nav .flex ul li {
        display: inline-block;
        position: relative;
        margin-left: 1.5em;
    }
}

header #utility-nav {
    background-color: #f0f1f1;
}

header #main-nav {
    padding-top: 3vw;
    padding-bottom: 3vw;
}

@media (min-width: 1025px) {
    header #main-nav {
        padding-top: 1vw;
        padding-bottom: 1vw;
    }
}

header #main-nav .flex {
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header #main-nav .flex>a {
    /* adjustment */
    margin-right: auto;
    z-index: 9999;
}

@media (min-width: 1025px) {
    header #main-nav .flex {
        -ms-flex-wrap: none;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

header #main-nav .flex #primary-menu {
    flex-basis: 100%;
    margin-top: 0;
}

@media (min-width: 769px) {
    header #main-nav .flex #primary-menu {
        margin-top: 1em;
    }
}

@media (min-width: 1025px) {
    header #main-nav .flex #primary-menu {
        flex-basis: unset;
    }
}

@media (max-width: 1024px) {
    header #main-nav .flex #primary-menu.mobile-menu li {
        margin-top: 1em;
        margin-left: 0;
    }
}

header #main-nav .menu-item-has-children {
    position: relative;
}

header #main-nav .menu-item-has-children>a {
    flex: 1;
}

header #main-nav .menu-item-has-children i.fa-plus,
header #main-nav .menu-item-has-children i.fa-minus {
    float: right;
}

@media (min-width: 1025px) {
    header #main-nav .menu-item-has-children i.fa-plus,
    header #main-nav .menu-item-has-children i.fa-minus {
        display: none;
    }
}

header #main-nav .menu-item-has-children i.fa-plus:hover,
header #main-nav .menu-item-has-children i.fa-minus:hover {
    cursor: pointer;
}

header #main-nav .menu-item-has-children ul {
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    z-index: 9999;
    margin: 0;
    /* adjustment */
    padding: 0.5em 0 0 0;
    width: auto;
    background-color: #fff;
}

@media (min-width: 1025px) {
    header #main-nav .menu-item-has-children ul {
        position: absolute;
        left: 0;
        padding: 0.5em 0;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }
    header #main-nav .flex ul li:last-child ul {
        right: 0;
        left: unset;
    }
}

header #main-nav .menu-item-has-children ul li {
    display: block;
    /* adjustment */
    margin: 0 !important;
    white-space: nowrap;
}

header #main-nav .menu-item-has-children ul li a {
    display: block;
    padding: 0.5em 1.5em;
}

header #main-nav .menu-item-has-children ul li a:hover {
    color: #fff;
    background-color: #cc1f27;
}

@media (min-width: 1025px) {
    header #main-nav .menu-item-has-children:hover ul {
        display: block !important;
    }
}

header #main-nav .logo {
    /* margin-right: auto; */
    /* adjustment */
    width: auto;
    height: 6vh;
}

@media (min-width: 321px) and (orientation: landscape) {
    header #main-nav .logo {
        height: 12vh;
    }
}

@media (min-width: 769px) {
    header #main-nav .logo {
        height: 6vh;
    }
}

header #main-nav #site-search {
    /* display: none; */
    margin-left: 1.5em;
    width: auto;
}

@media (min-width: 1025px) {
    header #main-nav #site-search {
        display: block;
        margin-left: 1.5em;
        width: auto;
    }
}

header #main-nav #site-search i {
    color: #626366;
    font-size: 1.5em;
    font-weight: 300;
}

header #main-nav #site-search:hover {
    cursor: pointer;
}

@media (min-width: 1025px) {
    #main-nav-toggle {
        display: none;
    }
}

.main-navigation ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

@media (min-width: 1025px) {
    .main-navigation ul li {
        display: inline-block;
    }
}

.main-navigation ul li a {
    display: block;
    width: 100%;
}

@media (min-width: 1025px) {
    .main-navigation ul li a {
        display: inline;
        white-space: nowrap;
    }
}

@media (min-width: 1025px) {
    .main-navigation>ul {
        display: block;
    }
}

.main-navigation .menu-item-has-children>a {
    flex: 1;
}

@media (min-width: 1025px) {
    .main-navigation .menu-item-has-children i.fa-plus,
    .main-navigation .menu-item-has-children i.fa-minus {
        display: none;
    }
}

.main-navigation .menu-item-has-children i.fa-plus:hover,
.main-navigation .menu-item-has-children i.fa-minus:hover {
    cursor: pointer;
}

.main-navigation .menu-item-has-children ul {
    display: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (min-width: 1025px) {
    .main-navigation .menu-item-has-children ul {
        position: absolute;
        left: 0;
    }
}

@media (min-width: 1025px) {
    .main-navigation .menu-item-has-children:hover ul {
        display: block;
    }
}

footer {
    padding: 8vw 6vw;
    color: #fff;
    text-align: center;
    background-color: #414042;
}

@media (min-width: 1025px) {
    footer {
        padding: 5vw 8vw;
        text-align: left;
    }
}

footer .flex {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

footer .flex>div {
    width: auto;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    /* adjustment */
    color: #fff;
}

footer .logo {
    margin-right: auto;
    width: auto;
    height: 4vh;
}

@media (min-width: 321px) and (orientation: landscape) {
    footer .logo {
        height: 12vh;
    }
}

@media (min-width: 769px) {
    footer .logo {
        height: 5vh;
    }
}

footer ul#social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1em 0;
    /* adjustment */
    padding-left: 0;
    list-style-type: none;
}

@media (min-width: 1025px) {
    footer ul#social {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
    }
}

footer ul#social li {
    margin: 0 0.3em;
    font-size: 2.3em;
}

footer ul#social li a:focus {
    color: #fff;
    outline: none;
}

@media (min-width: 1025px) {
    footer ul#social li {
        margin: 0 0.6em 0 0;
    }
}

@media (min-width: 769px) {
    footer ul#social li {
        transition: 0.3s ease;
    }
    footer ul#social li:hover {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        transition: 0.3s ease;
    }
}

footer .fa-phone {
    margin-right: 0.5em;
}

footer #footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: 1em 2em 2em 2em;
}

@media (min-width: 769px) {
    footer #footer-nav {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 3em 2em 2em 2em;
    }
}

@media (min-width: 1025px) {
    footer #footer-nav {
        margin: 0 0 1em 0;
    }
}

footer #footer-nav ul {
    margin: 1.5em 0 0 0;
    padding: 0 1.4em;
    list-style-type: none;
}

@media (min-width: 769px) {
    footer #footer-nav ul {
        border-left: 2px solid #808285;
        margin-top: 0;
    }
    footer #footer-nav ul:first-child {
        border-left: none;
    }
}

footer #footer-nav ul.nav {
    display: block;
    margin-bottom: 1em;
}

footer #footer-nav ul li {
    margin-bottom: 0.5em;
}

footer #footer-nav ul li a:hover {
    text-decoration: underline;
}

footer .copyright {
    font-size: 0.8em;
    color: #808285;
}

footer .copyright a {
    color: #808285;
}

footer .copyright a:before {
    margin-right: 0.3em;
    content: "|";
}

.search .heros .search-form,
.search #search-results .search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search .heros .search-form input[type="search"],
.search #search-results .search-form input[type="search"] {
    border: 1px solid gray;
    border-radius: 3px;
    margin-right: 5px;
    padding: 8px;
}

.single-news div.breadcrumbs,
.single-news header h1,
.single-post div.breadcrumbs,
.single-post header h1 {
    padding-left: 1rem;
    padding-left: var(--theme-block-padding-x);
    padding-right: 1rem;
    padding-right: var(--theme-block-padding-x);
}

/*# sourceMappingURL=style.css.map */