/* logo csssssssss */

header .logo {
    width: 18rem;
    height: 5.1rem;
    transition: width 500ms, filter 500ms;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.sprite-sheet {
    visibility: hidden;
}

.sprite-sheet__parent {
    overflow: hidden;
    height: auto;
}

.sprite-sheet__aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
}

.sprite-sheet__img {
    position: absolute;
    top: 0;
    left: 0;
    width: "auto";
    height: "auto";
}

header .logo svg {
    height: 5.1rem;
    margin-right: 1rem;
}

header .logo svg path,
header .logo svg text {
    transition: fill 1s;
    fill: #000;
}

.home header .logo svg path,
.home header .logo svg text {
    transition: fill 1s;
    fill: #fff;
}

header .logo .sprite-sheet__parent {
    width: 18rem !important;
}

header .logo .sprite-sheet__parent:first-of-type{
    display: none;
}
header .logo .sprite-sheet__parent:last-of-type{
    display: block;
}
header#masthead.sticky_cust .logo .sprite-sheet__parent:last-of-type,
header#masthead.sticky .logo .sprite-sheet__parent:last-of-type,
.home header .logo .sprite-sheet__parent:last-of-type {
    display: none;
}
header#masthead.sticky_cust .logo .sprite-sheet__parent:first-of-type,
header#masthead.sticky .logo .sprite-sheet__parent:first-of-type,
.home header .logo .sprite-sheet__parent:first-of-type {
    display: block;
}
header#masthead.sticky_cust .logo svg path,
header#masthead.sticky_cust .logo svg text,
header#masthead.sticky .logo svg path,
header#masthead.sticky .logo svg text {
    transition: fill 1s;
    fill: #fff;
}
.footer_top .i2-wrapper {
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.footer_top .i2-wrapper {
    justify-content: center;
}
}
@media screen and (min-width: 992px) {
    header .logo {
        width: 20rem;
    }
}

.page-id-35 header .logo svg path,
.page-id-35 header .logo svg text,
.page-id-694 header .logo svg path,
.page-id-694 header .logo svg text {
    fill: #000;
}

.page-id-35 header .logo .sprite-sheet__parent:first-of-type,
.page-id-694 header .logo .sprite-sheet__parent:first-of-type {
    display: none;
}

.page-id-35 header .logo .sprite-sheet__parent:last-of-type,
.page-id-694 header .logo .sprite-sheet__parent:last-of-type {
    display: block;
}
