    a:not(.btn){
    color: #ff554d;
    }
        .btn.btn-primary{
    background-color: #ff554d;
    border-color: #ff554d;
    }
    .btn.btn-primary:hover{
    background-color: #ff554d;
    border-color: #ff3d34;
    }
    .btn.btn-primary.focus, .btn.btn-primary:focus{
    box-shadow: 0 0 0 0.2rem rgba(255,61,52,.5);
    }
    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: #ff554d;
    border-color: #ff3d34    }
    .loading-container .ball-pulse > div{
    background-color: #ff554d;
    }
@font-face {
    font-family: 'Gotham';
    src: url('/media/76052cd3-145e-4f17-9ae7-e512f4dd5d90.eot');
    src: url('/media/76052cd3-145e-4f17-9ae7-e512f4dd5d90.eot?#iefix') format('embedded-opentype'),
    url('/media/45f3fbec-08b6-4e04-ba8c-8e6268c23601.woff') format('woff'),
    url('/media/83a8c67b-1c7e-45f2-bfe8-da517bd49229.ttf') format('truetype'),
    url('/media/b26d36d0-a1e2-445b-b163-bc95ecff32ab.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/media/ddd5e7b4-fc14-408b-8744-e7aed5299652.eot');
    src: url('/media/ddd5e7b4-fc14-408b-8744-e7aed5299652.eot?#iefix') format('embedded-opentype'),
    url('/media/ca94603f-5a27-444e-8f36-2a98984f8dcf.woff') format('woff'),
    url('/media/70e97dea-ec97-456e-8765-8da5fb1fa699.ttf') format('truetype'),
    url('/media/fb6d391d-996b-4973-b58e-92b74378ed89.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/media/bd112404-90a6-4b87-9872-8825e5a89f3f.eot');
    src: url('/media/bd112404-90a6-4b87-9872-8825e5a89f3f.eot?#iefix') format('embedded-opentype'),
    url('/media/c5cfc737-2a26-47db-8df6-eef66376051e.woff') format('woff'),
    url('/media/26986d7e-1663-4b3b-a298-b5a7abd1be30.ttf') format('truetype'),
    url('/media/391552fa-e3a4-4ead-af09-525d4f8dccd5.svg#Gotham-Black') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    color: #323a41;
    font-family: 'Gotham', 'Helvetica', 'Arial', sans-serif;
}

.h6, h6 {
    font-size: 10px;
  	font-weight: normal;
}

img {
    max-width:100%;
}

.list-item-region-summary {
    border-color: #cec7bf;
    background-color: #e1e1e1;
    border-radius: 0 !important;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.list-item-region-summary:hover {
    background-color: rgba(225, 225, 225, 0.5);
}

.list-item-region-summary a {
    color: #323a41;
    font-weight: bold;
    padding-left: 45px;
    line-height: 45px;
    display: block;
}

.flag-icon {
    border-radius: 100%;
    background-size: cover;
    border: 1px solid #6c6c6c;
    width: 30px;
    height: 30px;
}

.list-item-region-summary .flag-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 20px;
    top: 12px;
}

.card-region-suggested a.btn-primary {
    line-height: 38px;
    padding: 5px 19px 4px 13px;
}

.card-region-suggested a.btn-primary .flag-icon {
    position: relative;
    top: -7px;
}

.nav-link .flag-icon {
    width:20px;
  	height:20px;
}

.dropdown-item .flag-icon {
    width:20px;
  	height:20px;
}

.introduction-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/media/38283f00-981b-45c0-a026-c1c511206a7c.png');
  	/*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('/media/ebd5e68e-ab4d-4a8c-9bb9-bf7dcc2a2233.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: #ff554d;
}

footer .footer-socials a.twitter {
    background: #ff554d;
}

footer .footer-socials a.instagram {
    background: #ff554d;
}

footer .footer-socials a.pinterest {
    background: #ff554d;
}

footer .footer-socials a.youtube {
    background: #ff554d;
}

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%;
    }
}