.book-store-nav-container.affix {
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.book-store-nav-container.affix-bottom {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.store-featured-nav {
    border: solid 1px #979797;
    border-left: none;
    border-right: none;
    font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
}

.store-featured-nav__mobile-trigger {
    position: relative;
    padding: 40px 20px 7px 0;
    border-bottom: solid 5px #000000;
    font-size: 22px;
    font-size: 1.571rem;
    line-height: 1.27;
}

.store-featured-nav__mobile-trigger:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "crux-icons";
    line-height: 1;
    content: "\69";
}

.dropdown.open > .store-featured-nav__mobile-trigger {
    border-color: #00ae4d;
}

.store-featured-nav-bar {
    margin-bottom: 0;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #fff;
}

.store-featured-nav-bar.dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.store-featured-nav li {
    margin: 0 33px;
    border-bottom: 5px solid transparent;
    font-size: 18px;
    font-style: normal;
    line-height: 1.8;
    color: #000000;
}

.store-featured-nav li:hover {
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .store-featured-nav-bar {
        justify-content: space-around;
    }

    .store-featured-nav li {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .store-featured-nav-bar.dropdown-menu {
        display: flex !important;
        position: static;
        float: none;
        min-height: 92px;
    }

    .store-featured-nav-bar:after {
        min-height: inherit;
        content: '';
        font-size: 0;
    }

    .store-featured-nav li.active,
    .store-featured-nav li:hover {
        border-color: #000000;
    }
}

@media (max-width: 767px) {
    .store-featured-nav {
        border: none;
    }

    .store-featured-nav .crux-container {
        position: relative;
    }

    .store-featured-nav-bar {
        display: none;
    }

    .store-featured-nav-bar.dropdown-menu {
        left: auto;
        width: calc(100% - 30px);
        border: solid 1px #979797;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    .store-featured-nav-bar.nav-list li {
        position: relative;
        float: none;
        margin: 6px 0 0;
        padding: 0 33px 0 50px;
    }

    .store-featured-nav li.active:after {
        position: absolute;
        font-family: "crux-icons";
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        content: "\6d";
        font-size: 16px;
        left: 20px;
        top: 5px;
    }
}

.book-store-hero__image {
	padding: 129px 0 139px;
	text-align: center;
	background-size: cover;
}

.book-store-hero__white-wrapper {
	display: inline-block;
	padding: 26px 45px 18px;
	font-family: 'Averta W01 Bold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	box-shadow: 0 1px 1px 0 rgba(193, 193, 193, 0.5);
}

.book-store-hero__title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.14;
	margin: 0;
}

.book-store-hero__subtitle {
	font-family: "Averta W01 ExtraBold", Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.28;
}

@media (max-width: 1199px) {
	.book-store-hero__image {
		padding: 121px 0 147px;
	}
}

@media (max-width: 767px) {
	.book-store-hero__image {
		padding: 90px 0 125px;
	}

	.book-store-hero__white-wrapper {
		padding: 25px 20px 20px;
	}

	.book-store-hero__title {
		margin-bottom: 5px;
		font-size: 10px;
		font-size: 0.714rem;
		line-height: 1.2;
	}

	.book-store-hero__subtitle {
		font-size: 30px;
		font-size: 2.14rem;
		line-height: 1;
	}
}

.store-featured-group__inner {
	padding: 60px 0 30px;
	border-bottom: 1px solid #dcdcdc;
}

.container--narrow {
	max-width: 770px;
	margin: 0 auto;
}

.container--narrow .container,
.container--narrow .crux-container {
	max-width: 773px;
}

.store-featured-group__header-title {
	display: inline-block;
	margin: 0;
	padding: 7px 9px;
	border: solid 1px #000;
	color: #000000;
}

.store-featured {
	padding: 30px 0;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Averta W01 Regular', Helvetica, Arial, sans-serif;
}

@media (min-width: 1200px) {
	.col-lg-custom-narrow {
		width: 37.5%;
	}

	.col-lg-custom-wide {
		width: 62.5%;
	}
}

.store-featured__title {
	margin: 0;
}

.store-featured__text {
	padding: 20px 0;
}

.store-featured__text *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.store-featured__image {
	max-width: 100%;
}

.store-featured__button {
	margin-top: 10px;
}

.store-featured__links {
	padding-top: 10px;
}

.store-featured__link-wrapper {
	padding-top: 10px;
 }

.store-featured__link-item {
	line-height: 1.28;
	color: #000000;
}

@media (max-width: 767px) {
	.store-featured__image-wrapper {
		display: inline-block;
	}

	.store-featured__title {
		margin-top: 20px;
	}

	.store-featured__text {
		padding-top: 10px;
	}

    .store-featured__button .crux-btn {
		width: 100%;
    }

	.store-featured__link-item {
		margin-top: 15px;
		font-size: 16px;
		font-size: 1.143rem;
		line-height: 1.44;
	}
}

.nav-list {
	padding-left: 0;
	list-style-type: none;
}

.nav-list:before,
.nav-list:after {
	content: " ";
	display: table;
}

.nav-list:after {
	clear: both;
}

.nav-list li {
	float: left;
}

#global-footer {
    background-color: black;
}

.crux-container.global-footer-wrapper {
    color: #fff;
    padding: 60px 0;
}
.globalfooter-wrapper{
    font-size: 10px;
}

.global-footer-wrapper ul {
    list-style-type: none;
    margin: 0 0 60px;
    padding: 0;
}

.footer-linc-logo {
    margin-bottom: 35px;
}

.global-footer-col-name {
    margin-bottom: 15px;
    margin-top: 0;
}

.global-footer__link.crux-body-copy {
    font-size: 16px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 22px;
    color: white
}

.footer__buttons {
    padding-top: 5px;
}

.footer__buttons .crux-btn {
    display: block;
}

.footer__buttons a:focus {
    text-decoration: none;
}

.global-footer__bottom {
    border-top: 1px solid white;
    padding: 35px 0 0;
    margin: 0 15px;
    clear: both;
}

.footer-links {
    float: left;
}

.footer-links a.crux-body-copy {
    padding-right: 25px;
    font-size: 14px;
}

.global-footer__bottom span.footer__copyright {
    float: right;
    font-size: 14px;
}

.global-footer-social-wrapper {
    margin-top: 30px;
    margin-left: -5px;
    margin-right: -5px;
    line-height: 1;
}

.global-footer-social-wrapper a {
    font-size: 0;
    display: inline-block;
}

.global-footer-social-wrapper a:before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 25px;
    height: 26px;
    font-family: 'crux-icons';
    font-size: 26px;
    color: white;
}

.global-footer-social-wrapper a:hover {
    text-decoration: none;
}

.global-footer-social-wrapper a:last-child:before {
    margin-right: 0;
}

.global-footer-social-wrapper a.facebook:before {
    content: "\75";
}
.global-footer-social-wrapper a.facebook:hover:before {
    color: #3b5098;
}

.global-footer-social-wrapper a.twitter:before {
    content: "\36";
}
.global-footer-social-wrapper a.twitter:hover:before {
    color: #078ed4;
}

.global-footer-social-wrapper a.youtube:before {
    content: "\26";
}
.global-footer-social-wrapper a.youtube:hover:before {
    color: #ff0000;
}

.global-footer-social-wrapper a.pinterest:before {
    content: "\53";
}
.global-footer-social-wrapper a.pinterest:hover:before {
    color: #bd081c;
}

.global-footer-social-wrapper a.instagram {
    font-size: 26px;
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.global-footer-social-wrapper a.instagram:before {
    display: none;
}

.global-footer-social-wrapper a.instagram:hover #Fill-1 {
    fill: #417298;
}

#global-footer .crux-btn:hover {
    background-color: white;
    color: black;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .footer__columns {
        columns: 227px 3;
    }

    .footer__columns .col-sm-4.col-md-4  {
        width: 100%;
        -webkit-column-break-inside: avoid;
    }

    .footer__join,
    .footer__donate {
        width: 159px;
    }

    .global-footer-social-wrapper a:before {
        margin-right: 20px;
    }

    .global-footer-social-wrapper a.instagram {
        margin-right: 20px;
    }

    .global-footer__bottom {
        margin-top: 60px;
    }

    .footer__columns .col-xs-12:nth-child(4) ul {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .footer__columns {
        columns: 1;
    }

    .crux-container.global-footer-wrapper {
        padding: 30px 15px;
    }

    .footer-linc-logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .global-footer__link.crux-body-copy {
        margin-bottom: 0;
        line-height: 24px;
        font-size: 18px;
    }

    .global-footer-col {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: solid 1px #505050;
    }

    .global-footer-col ul {
        margin-bottom: 0;
        padding-bottom: 13px;
        display: none;
    }

    .footer__buttons {
        padding-top: 25px;
    }

    .footer__join,
    .footer__donate {
        width: 159px;
        margin: 0 auto 32px;
    }

    .global-footer-social-wrapper {
        margin: 0;
        text-align: center;
        width: auto;
    }

    .global-footer-social-wrapper a:before,
    .global-footer-social-wrapper a:last-child {
        margin: 0;
    }

    .global-footer-social-wrapper a {
        margin-right: 20px;
    }

    .global-footer__bottom {
        border-top: 0;
        padding-top: 20px;
        margin-top: 0;
    }

    .footer-links {
        text-align: center;
        float: none;
        padding-bottom: 5px;
    }

    .footer-links a.crux-body-copy {
        font-size: 12px;
        margin-right: 5px;
        display: inline-block;
        padding-right: 0;
    }

    .footer-links a.crux-body-copy:after {
        content: "|";
        display: inline-block;
        padding-left: 10px;
        font-size: 14px;
    }

    .footer-links a.crux-body-copy:last-child:after {
        display: none;
    }

    .global-footer__bottom span.footer__copyright {
        text-align: center;
        float: none;
        display: block;
        font-size: 12px;
    }

    .global-footer-col-name {
        position: relative;
        margin-bottom: 5px;
    }

    .global-footer-col-name:after {
        position: absolute;
        font-family: "crux-icons";
        display: inline-block;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        content: "\69";
        font-size: 16px;
        right: 0;
        top: 5px;
    }

    .global-footer-col-name--top:after {
        content: "\b5";
    }
}


