    a:not(.btn){
    color: #df0000;
    }
        .btn.btn-primary{
    background-color: #000000;
    border-color: #000000;
    }
    .btn.btn-primary:hover{
    background-color: #000000;
    border-color: #000000;
    }
    .btn.btn-primary.focus, .btn.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5);
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #000000;
    border-color: #000000    }
    .loading-container .ball-pulse > div{
    background-color: #000000;
    }
@font-face {
    font-family: 'MMHeadlinePro';
    src: url('/cashback/media/749dc9d5-f8e1-402f-b931-65926bc4f27d.woff') format('woff'),
    url('/cashback/media/a3eac592-9007-4a4a-8778-b6e05b32a323.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #373a3c;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  	font-family: 'MMHeadlinePro';
  	color: #000;
}

img {
    max-width:100%;
}

.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/cashback/media/a7dc8b73-ea12-446d-a838-1ed6e76100b5.jpg');
  	/*border-bottom: 3px solid #6c757d;*/
  	border-top: 0px solid #ea0a8e;
    /*box-shadow: 0px 5px 5px grey;*/
    padding-top: 0px!important;
    max-height: 500px;
}

.introduction-container .card {
  opacity:0;
}

.introduction-container h2 {
      font-size: 60px;
      font-weight: bold;
      color: #fff;
      text-align: left;
   }

.introduction-container > .container {
    max-width: 1170px;
}

.introduction-container .col {
    padding: 0;
}

.introduction-container .card {
    padding: 60px 30px;
}

h1, h2, h3, h4 {
    font-weight: lighter;
}

@media (min-width: 500px) {
.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  	}
}

@media (min-width: 768px) {
    .introduction-container .card {
        width: 50%;
        float: left;
        min-height: 320px;
    }

    .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

@media (min-width: 992px) {
    .introduction-container .card {
        width: 40%;
        float: left;
        padding: 90px 40px;
        min-height: 600px;
    }
    .introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
  }
}

.navbar {
    background-color: #fff !important;
    padding: 0;
}

.navbar > .container {
    max-width: 1170px;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.navbar .navbar-brand {
  	text-indent: -999999px;
    background-image: url('/cashback/media/cd907223-8351-4f6e-ad77-fe904dd51657.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
  	margin-top:20px;
  	margin-bottom:20px;
    height: 38px;
  	width:178px;
}

@media (max-width:1000px) {
  .navbar .navbar-brand {
    margin-left:20px;
  }
}

.navbar .navbar-collapse .d-md-block #navbar-locale {
    padding-top: 20px;
}

.navbar .navbar-collapse a {
    text-transform: lowercase;
    color: #000 !important;
    font-weight: 300;
}

.card {
    border: none;
    border-radius: 0;
}

footer {
    background: #fff;
    padding: 15px 0px;
}

footer:before{
  
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

footer .container {
    max-width: 1170px;
}

footer ul {
    text-align: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

footer ul li {
    display: inline-block;
    list-style: none;
}

footer ul li a {
    color: #333 !important;
    font-family: 'Open Sans', sans-serif;
  	font-weight: lighter;
    font-size: 14px;
    padding: 15px 4px;
}

@media (min-width: 992px) {
    footer ul li a {
        font-size: 16px;
        padding: 15px 7.5px;
    }
}

footer ul li:after {
    content: '|';
}

footer ul li:last-child:after {
    content: '';
}

footer .footer-socials a {
    display: inline-block;
    color: #fff;
    background: #00b1eb;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;    
  	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

footer .footer-socials a.facebook {
    background: #f06030;
}

footer .footer-socials a.twitter {
    background: #f06030;
}

footer .footer-socials a.instagram {
    background: #f06030;
}

footer .footer-socials a.pinterest {
    background: #f06030;
}

footer .footer-socials a.youtube {
    background: #b00;
}

a:hover, a:focus {
    text-decoration: none;
}

.campaign-list-container .card {
    background-color: #fafafa;
  	color: #000;
    text-align: center;	
  	border-radius: 0px
}

.campaign-list-container .card .btn.float-right {
    float: none !important;
}
@media (min-width: 768px) {
    .campaign-list-container .col-sm-12 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}