/* Fetch Colors */
/* Dark Grey - #4d4d4d */
/* Light Grey - #f8f9f8 */
/* Orange - #ffa900 */
/* Orange Gradient - #ffa900 tp #ff9600 */


.login-div{
    text-align: right;
    padding-top: 10px;
    padding-right: 30px;
}

.fetch-rewards-body .navbar-default.navigation {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar{
    margin-bottom: 0px;
    box-shadow: 0 5px 15px 0px #CCCCCC;
    padding: 8px;
}
.navbar .navbar-nav>li>a{
    color: #6D6E71;
    font-weight: 500;
}
.navbar .navbar-nav>li>a.current{
    text-decoration: underline;
    text-decoration-color: #ff9900;
    font-weight: 900;
    font-style: italic;
}

.fetch-rewards-body .banner{
    background-color: #F2EFEF;
}

.fetch-rewards-body {
    width: 100%;
}

.download-button{
    height: 52px;
}

/*HOW IT WORKS PAGE*/
.welcome .banner{
    background-image: url(/assets/HowItWorksPage_Line.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 600px;
    padding-bottom: 50px;
}
.welcome .banner h1{
    padding-top: 50px;
}
.welcome .banner .logo{
    height: 100px;
    padding-left: 100px;
    position: relative;
    top: -40px;
}

@media only screen and (max-width: 992px) {
    .welcome .banner{
        padding-bottom: 20px;
    }
    .welcome .banner h1{
        padding-top: 0px;
    }
    .welcome .banner .logo{
        height: 60px;
        top: -20px;
        padding-left: 120px;
    }
}

.welcome h1, .welcome h2{
    font-weight: 300;
}
.welcome h1{
    font-size: 300%;
}
.welcome h2{
    font-size: 160%;
}

.welcome .brand-slider.slick-slider{
   /* top: -20px; */
    top: 0px;
    margin: 0px auto 20px auto;
    width: 90%;
    height: 180px;
}
@media only screen and (max-width: 992px) {
    .welcome .brand-slider.slick-slider{
        height: 120px;
    }
}
.welcome .brand-slider .slick-slide {
    margin: 0 10px;
    padding: 10px 0px;
    background-color: white;
    box-shadow: 5px 5px 5px #CCCCCC;
    outline: none;
}
.welcome .brand-slider .slick-list {
    margin: 0 -10px;
}
.welcome .brand-slider .slick-track {
    padding-bottom: 20px;
    padding-top: 10px;
}
.welcome .brand-slider .brand-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 80%;
    margin:auto;
}
.welcome .brand-slider .slick-prev, .welcome .brand-slider .slick-next{
    height: 40px;
    width: 50px;
    top: 60%;
}
.welcome .brand-slider .slick-prev{
    left: -50px;
}
.welcome .brand-slider .slick-next{
    right: -50px;
}
@media only screen and (max-width: 992px) {
    .welcome .brand-slider .slick-prev, .welcome .brand-slider .slick-next{
        display:none!important;
    }
}

.welcome .how-it-works{
    background-color: #ffA900;
}
.welcome .how-it-works .card{
    width: 96%;
    background-color: white;
    text-align: center;
    margin: 20px auto;
}
.welcome .how-it-works .card img{
    max-width: 80%;
}
.welcome .how-it-works .card p{
    min-height: 100px;
}
.welcome .how-it-works .card h3{
    color: #ff9900;
    font-weight: 300;
}

.orange-thin-bold {
    color: #ff9900;
    font-weight: 300;
}

/*REWARDS PAGE*/
.rewardsCatalog .banner{
    padding: 40px;
    background-image: url(/assets/RewardsPage_Line.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.rewardsCatalog .banner h1{
    color: #ff9900;
    background-color: #fff;
    display: inline-block;
    padding: 5px 15px 8px;
    font-size: 200%;
    margin-top: 130px;
}
@media only screen and (max-width: 992px) {
    .rewardsCatalog .banner h1{
        margin-top: 20px;
    }
}
.rewardsCatalog .banner img{
    width: 100%;
}

/*PARTNER BRANDS PAGE*/
.partnerBrands .banner{
    padding: 40px;
    background-image: url(/assets/BrandsPage_Line.png);
    background-repeat: no-repeat;
    background-position: 0px -50px;
    background-size: 100%;
}
.partnerBrands .banner h1{
    color: #ff9900;
    background-color: #fff;
    display: inline-block;
    padding: 5px 15px 8px;
}

.partnerBrands .logo-thumbnail {
    height: 150px;
    width: 150px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 5px 2px #CCCCCC;
}
.partnerBrands .logo-thumbnail img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%; }

.zig-zag-top:before{
    background:
    linear-gradient(-45deg, #ff9900 16px, red 16px, blue 16px,  transparent 0),
    linear-gradient(45deg, #ff9900 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 22px 32px;
    content: " ";
    display: block;

    height: 32px;
    width: 100%;

    position: relative;
    bottom: 64px;
    left:0;
}

.zig-zag-bottom{
    margin: 32px 0;
    margin-top: 0;
    background: #ff9900;
}

.zig-zag-top{
    margin: 32px 0;
    margin-bottom: 0;
    background: #ff9900;
}

.zig-zag-bottom,
.zig-zag-top{
    padding: 32px 0;
}

.zig-zag-bottom:after{
    background:
    linear-gradient(-45deg, transparent 16px, #ff9900 0),
    linear-gradient(45deg, transparent 16px, #ff9900  0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;

    width: 100%;
    height: 32px;

    position: relative;
    top:64px;
    left:0px;
}

.zig-zag-top-grey:before{
    background:
            linear-gradient(-45deg, #f9f8f9 16px, red 16px, blue 16px,  transparent 0),
            linear-gradient(45deg, #f9f8f9 16px, transparent 0);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 22px 32px;
    content: " ";
    display: block;

    height: 32px;
    width: 100%;

    position: relative;
    bottom: 64px;
    left:0;
}

.zig-zag-bottom-grey{
    margin: 32px 0;
    margin-top: 0;
    background: #f9f8f9;
}

.zig-zag-top-grey{
    margin: 32px 0;
    margin-bottom: 0;
    background: #f9f8f9;
}

.zig-zag-bottom-grey,
.zig-zag-top-grey{
    padding: 32px 0;
}

.zig-zag-bottom-grey:after{
    background:
            linear-gradient(-45deg, #fff 16px, transparent 0),
            linear-gradient(45deg, #fff 16px, transparent  0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;

    width: 100%;
    height: 32px;

    position: relative;
    top:64px;
    left:0px;
}

.zig-zag-bottom-transparent {

}

.zig-zag-bottom-transparent:after{
    background:
            linear-gradient(-45deg, #fff 50%, transparent 0),
            linear-gradient(45deg, #fff 50%, transparent  0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 22px 32px;
    content: "";
    display: block;

    width: 100%;
    height: 32px;

    position: relative;
    top:-32px;
    left:0px;
}

img {
    max-width: 100%;
}


img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

a.btn-orange-round {
    padding: 8px 24px 8px 24px;
    background: #ff9900;
    color: #fff!important;
    border-radius: 50vh;
    font-size: 16px;
    font-weight: 400;
}

button.btn-orange-round {
    padding: 8px 24px 8px 24px;
    background: #ff9900;
    color: #fff!important;
    border-radius: 50vh;
    font-size: 16px;
    font-weight: 400;
}

a.btn-grey-outline-round {
    padding: 8px 24px 8px 24px;
    border-radius: 50vh;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
}

a.btn-orange-round:hover {
    color: #fff!important;
}

a.btn-grey-outline-round:hover {
    color: #4d4d4d;
}

.btn-grey-outline-round {
    padding: 8px 24px 8px 24px;
    border-radius: 50vh;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.btn-grey-outline-round:hover {
    color: #4d4d4d;
}

.btn-grey-outline-round-wide {
    padding: 4px 48px 4px 48px;
    border-radius: 50vh;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.btn-grey-outline-round-wide:hover {
    color: #4d4d4d;
}

.btn-grey-outline-round-sm {
    padding: 2px 8px 2px 8px;
    border-radius: 50vh;
    border: 1px solid #4d4d4d;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

.btn-grey-outline-round-sm:hover {
    color: #4d4d4d;
}

.center-vertical {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.square-w {
    width: 100%;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.card-shadow {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card-shadow:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.cardview {
    padding:16px;
}

.cardview:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.fit-inside {
    max-width: 100%;
    max-height: 100%;
}

.force-vertical-center {
     position: relative;
     top: 50%;
     transform: translateY(-50%);
 }

.force-horizontal-center {
    margin-left: auto;
    margin-right: auto;
}
.photobanner > .card {
    min-width: 120px;
}

.photobannerrtl > .card {
    min-width: 120px;
}

.block {
    display: block!important;
}

.inline-block {
    display: inline-block!important;
}

.equal-height-wrapper {
    display: flex;
    flex-direction: row;
}

.equal-height-wrapper::before {
     display: block;
 }

.light-grey-bg {
    background: #f9f8f9
}

.bg-white {
    background-color: #fff;
}

.ticker-text {
    text-align: center;
    font-size: 100px;
    font-size: 12vw;
    font-weight: 200;
    color: #ff9900;
}

.center-text {
    text-align: center;
}

.white-text {
    color: #fff!important;
}

.dark-grey-text {
    color: #4d4d4d;
}

.light-grey-text {
    color: #495057;
}

.dark-grey-bottom-border {
    border-width: 0 0 1px 0 ;
    border-style: solid;
    border-color: #4d4d4d;
}

.light-grey-bottom-border {
    border-width: 0 0 1px 0 ;
    border-style: solid;
    border-color: #495057;
}

.black-text {
    color: #000!important;
}

.clickable {
    cursor: pointer;
}

.no-border {
    border:none!important;
}

.orange-underline {
    border-bottom: 2px solid #ff9a00;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-8 {
    margin-bottom: 8px!important;
}

.mb-16 {
    margin-bottom: 16px!important;
}

.mb-24 {
    margin-bottom: 24px!important;
}

.mb-32 {
    margin-bottom: 32px!important;
}

.mt-0 {
    margin-top:0!important;
}

.mt-8 {
    margin-top: 8px!important;
}

.mt-16 {
    margin-top: 16px!important;
}

.mt-24 {
    margin-top: 24px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mr-16 {
     margin-right: 16px!important;
}

.mr-32 {
    margin-right: 32px!important;
}

.ml-16 {
    margin-left: 16px!important;
}

.mt-32 {
    margin-top: 32px!important;
}

.pt-0 {
    padding-top:0!important;
}

.pt-8 {
    padding-top: 8px!important;
}

.pt-16 {
    padding-top: 16px!important;
}

.pt-24 {
    padding-top: 24px!important;
}

.pt-32 {
    padding-top: 32px!important;
}

.pb-0 {
    padding-bottom: 0!important;
}

.pb-8 {
    padding-bottom: 8px!important;
}

.pb-16 {
    padding-bottom: 16px!important;
}

.pb-24 {
    padding-bottom: 24px!important;
}

.pb-32 {
    padding-bottom: 32px!important;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 80px;
    width: 100%;
}

.large-lightweight-header {
    font-size: 36px!important;
    font-weight: 200!important;
}

/*.full-width-container-offset {*/
    /*margin-left: -15px!important;*/
    /*margin-right: -15px!important;*/
/*}*/

.width-80 {
    width: 80%;
}

.width-60 {
    width: 60%
}

h1 {
    font-family: 'Lato', sans-serif!important;
    /*font-size: 50px!important;*/
    font-weight: 100!important;
}

h2 {
    font-family: 'Lato', sans-serif!important;
    font-weight: bold!important;
    /*font-size: 24px!important;*/
}

h3 {
    font-family: 'Lato', sans-serif!important;
    font-weight: bold!important;
    /*font-size: 21px!important;*/
}

.h3 {
    font-family: 'Lato', sans-serif!important;
    font-weight: bold!important;
    font-size: 21px!important;
}

body {
    font-family: 'Lato', sans-serif!important;
    font-size: 16px!important;
}

.hover-show {
    display: none;
}

.h2-light {
    font-family: 'Lato', sans-serif!important;
    font-size: 32px!important;
    font-weight: 100!important;
}

.careers-header {
    background-image: url('/assets/redesign/08_WorkWithUs/careers_header.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
/*Device Verification*/
.device-verification h1 {
    font-family: 'Lato', sans-serif!important;
    font-weight: 300!important;
}