@charset "utf-8";
/* CSS Document */
.pageContent .wrapper {
    padding: 0;
    max-width: 100%;
}
.header-img {
    border-bottom: 8px solid #737373;
    background-color: #d51317;
	min-height:500px;
	padding-top: 64px;
}
strong, .bold {
    font-family: 'CFAstyStd-Medium', sans-serif !important;
    font-weight: normal !important;
}

#quick-point a {
    color:#d51317;
    font-style: normal;
    text-decoration: none;
}

#categoriesList {
	padding: 70px 0px;
}

ul.categories-wrp {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 8%;
}

ul.categories-wrp li {
	display: inline-block;
	width: auto;
	padding:0px !important;
	margin:0px!important;
}

ul.categories-wrp a {
	display: block;
	color:#fff !important; 
	text-decoration: none;
	transition: ease all 0.2s;
	background-color: #921012;
	font-family: CFAstyStd-Bold;
	color: #ffffff;
	margin: 5px;
	padding: 15px 25px;
	font-size: 20px;
}

ul.categories-wrp a:hover {
	color: #fff;
	background-color: #000000;
}


@media (max-width:768px) {

	ul.categories-wrp li {
		display: block;
		width: auto;
		max-width: 90%;
		margin: auto !important;
	}
	
	ul.categories-wrp a {
		margin: 0px 0px 10px 0px;
	}
}

.bold-36-38 {
    font-family: CFAstyStd-Bold;
    font-size: 48px;
    line-height: 52px;
}

.bold-20-32 {
    font-family: CFAstyStd-Medium;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}

.bold-24-28 {
    font-family: CFAstyStd-Medium;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.medium-16-24 {
    font-family: 'CFAstyStd-Book';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.section-header {
    margin-bottom: 6%;
    color: #fff;
    background: radial-gradient(45.93% 45.93% at 50.62% 70.87%, #7A7B7B 0%, #383838 100%);
    padding: 5% 15px 30% 15px;
}
.section-header a {
    color: #fff !important;
}

.section-header p.small-text {
	display: none !important;
    margin-top: 10px !important;
    color: #fff;
    display: inline-block;
    font-family: CFAstyStd-Bold;
    background: #d51317;
    padding: 4px 15px 2px 15px;
    border-radius: 6px;
}

.main-header {
    position: relative;
    padding:0 0 20px 0;
    font-family: CFAstyStd-Bold;
}

.main-header img {
    position: relative;
    padding:0 0 20px 0;
}

.main-header .tagline {
    font-size: 20px;
    color: #fff;
    font-family: CFAstyStd-Bold;
    padding: 10px; 
}


/*
.main-header:after {
    content: "";
    position: absolute;
    width: 137px;
    height: 3px;
    background-color: #D51317;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}*/

.medium-16-24 p.small-text {
	font-family: CFAstyStd-Book;
	font-style: normal;
	font-size: 12px !important;
	line-height: 140% !important;
	margin-top: 5% !important;
}

.main-subheader {
    margin-bottom: 126px;
}



.grid-right-hd {
    margin: 0px 0px 30px 0px;
}

#quick-point .main-grid img {
    margin: 0 !important;
    height: initial;
}

#quick-point .desc {
    display: block;
}

#quick-point .mob {
    display: none;
}

#quick-point .grid-row {
    margin-bottom: 75px !important;
}

.type-a:hover {
    cursor: pointer;
}

.bootstrap-iso .type-a {
    color: #d51317 !important;
    position: relative;
    text-decoration: none !important;
}

.modal-dialog {
    max-width: 800px !important;
}

.bootstrap-iso .type-a:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #d51317;
    width: 0%;
    transition: all 0.3s ease-in-out;
    -webkit-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;
}

.bootstrap-iso .type-a:hover:after {
    width: 100%;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#storesList {
    background: #F1F1F1;
    padding: 70px 0px;
    color: #000;
}

#storesList .row {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

#storesList .storesTitle {
    font-family: CFAstyStd-Medium;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
}

.storesList li span {
    color: #D51317;
}

#tips {
    background: #A60F11;
    padding: 95px 0px;
}

#tips * {
    color: #fff !important;
    font-family: CFAstyStd-Medium;
}

#tips .img-wrp {
    height: 120px;
}


#tips h3.title {
    font-family: CFAstyStd-Medium;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
}

#tips p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 140%;
}

.seperator {
    display: block;
    margin: 30px auto 75px auto;
    width: 137px;
    height: 3px;
}

#tips .seperator {
    background-color: #fff;
}

#returns .seperator {
    background-color: #000;
}

#tips .tiles {
    max-width: 75%;
    margin: 0 auto;
}

#returns {
    margin: 90px auto 0px auto;
}

#returns ol {
    list-style: none;
    counter-reset: custom-counter;
}

#returns ol li {
    counter-increment: custom-counter;
    margin-bottom: 35px !important;
    padding-left: 20px !important;
}

#returns ol li::before {
    content: counter(custom-counter) "";
    position: absolute;
    left: 15px;
    width: 30px;
    height: 30px;
    display: inline-table;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 50%  ;
    -webkit-border-radius: 50%  ;
    -moz-border-radius: 50%  ;
    -ms-border-radius: 50%  ;
    -o-border-radius: 50%  ;
}

.bootstrap-iso .modal-body{
    max-height:450px;
}
.bootstrap-iso .h-100 {
    max-height: 420px !important;
}
#preHeaderPlacement {
	display: none !important;
}
#collect-store .quickpoint {
	margin-top:0 !important;
}
.quickpoint h2 {
	font-size: 32px !important;
	line-height: 48px !important;
	text-align: center;
	font-family: CFAstyStd-Bold;
	max-width: 712px;
	margin: 70px  auto 42px auto;
}
.quickpoint .seperator {
    width: 120px;
    height: 3px;
    background: #d51317;
    display: block;
    margin: 35px auto;
}
.inner .pageContent .wrapper {
    padding: 0;
}

@media (max-width: 767px) {

    #quick-point .img-col {
        justify-content: center !important;
        margin-bottom: 30px !important;
    }
	.quickpoint h2 {
		font-size: 28px !important;
		line-height: 36px !important;
	}
    .section-header {
        padding-bottom: 20% !important;
    }
	.quickpoint h2,
	#cas-steps {
		padding: 0 16px;
	}
	
	.header-img {
		min-height:390px;
	}
}


@media (max-width: 575px) {

    h3.title {
        padding: 0px 15px;
        font-size: 22px;
    }

    #quick-point .desc {
        display: none !important;
    }
    #quick-point .mob {
        display: block !important;
    }

    .text-center.main-section-col {
        text-align: left !important;
    }
    .main-header:after {
        left: 15px !important;
        transform: translateX(-15px) !important;
    }
    .section-header {
        padding: 5% 15px 50% 15px !important;
    }
}
@media (max-width: 375px) {
	.section-header {
        margin-bottom: 5%;
        padding: 5% 15px 40% 15px !important;
    }
	.header-img {
		min-height:190px;
		padding-top: 32px;
	}

}

