.country-checker {
  margin-bottom: 20px;
  text-align: center;
  background-color: #eeefed;
  border-left: solid 23px #d0001f;
  border-right: solid 23px #d0001f;
  line-height: 1;
}

.country-checker-heading {
  display: inline-block;
  padding: 10px;
  background-color: #cf001f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 30px;
  color: #fff;
}

.country-checker-top {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
  padding: 20px;
}

.country-checker-top-left {
  flex-basis: 370px;
  width: 370px;
  height: 196px;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.country-checker-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.country-checker-img img {
  border-radius: 5px;
}

.country-checker-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  color: #fff;
}

.country-checker-top-right {
  flex: 1;
}

.country-checker-country-container {
  position: relative;
  width: 90%;
  margin: 0px auto;
}

.country-checker-country-label {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 25px;
  cursor: pointer;
  border: solid 3px #b9bbbb;
}

.country-checker-country-container:hover .country-checker-country-label {
  border: solid 3px #929292;
}

.country-checker-country-label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  width: 50px;
  height: 40px;
  background-color: #b9bbbb;
}

.country-checker-country-container:hover .country-checker-country-label:before {
  background-color: #929292;
}

.country-checker-country-label:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.country-checker-country-label span {
  display: block;
  padding: 5px 10px;
  width: 90%;
}

ul.country-checker-country-list {
  display: none;
  position: absolute;
  top: 41px;
  left: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  list-style: none;
  font-size: 25px;
}

ul.country-checker-country-list li {
  margin: 0px;
  padding: 5px;
  list-style: none;
  background-color: #dcdcdc;
}

ul.country-checker-country-list li:hover {
  margin: 0px;
  padding: 5px;
  list-style: none;
  background-color: #efefef;
}

main ul.country-checker-country-list li {
  font-size: 25px;
}

main ul.country-checker-country-list li::before {
  content: "";
}

.country-checker-check-button {
  width: 90%;
  margin: 0px auto;
  padding: 10px 0px;
  background-color: #c40000;
  border-radius: 5px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}

.country-checker-check-button:hover {
  background-color: #15549d;
}

.country-checker-middle {
  display: none;
}

.country-checker-bottom {
  display: none;
  padding: 15px;
  background-color: #fff;
}

.country-checker-join-heading {
  padding: 15px;
  background-color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.country-checker-bonus {
  padding: 15px;
  font-size: 36px;
  color: #d0001f;
}

.country-checker-logo {
  margin-bottom: 10px;
}

.country-checker-logo img {
  border-radius: 5px;
}

.country-checker-button {
  margin-bottom: 10px;
}

.country-checker-button a {
  display: inline-block;
  padding: 10px;
  background-color: #f3bc16;
  border-radius: 5px;
  text-align: center;
  font-size: 31px;
  color: #fff;
  cursor: pointer;
}

article .country-checker-button a:not([class]) {
  text-decoration: none;
}

.country-checker-button a:hover {
  background-color: #ce9a00;
  color: #fff;
}

.country-checker-bottom-text {
  font-size: 14px;
  color: #babbbb;
}

.cc_suggestions_heading {
  margin: 0 0 10px 0;
  padding: 0;
  color: #02264a;
}

.cc_suggestions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.cc_suggestion_item {
  flex-basis: 23%;
}

.cc_suggestion_logo img {
  border-radius: 5px;
}

.cc_suggestion_rating {
  position: relative;
  width: 113px;
  overflow: hidden;
  white-space: nowrap;
  margin: 5px auto 0px auto;
  text-align: left;
}

.cc_suggestion_rating-greystars {
  width: 113px;
  height: 19px;
  font-size: 20px;
  color: #01254b;
}

.cc_suggestion_rating-yellowstars {
  position: absolute;
  top: 0px;
  left: 0;
  width: 113px;
  height: 19px;
  overflow: hidden;
  font-size: 20px;
  color: #01254b;
}

/* Absolute Center Spinner */
.cc_loading {
  height: 40px;
  width: 100%;
  margin: auto;
}

/* Transparent Overlay */
.cc_loading:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

/* :not(:required) hides these rules from IE9 and below */
.cc_loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.cc_loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 0px auto;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (max-width:1230px) {
  .country-checker-top {
    width: 100%;
  }
}

@media (max-width:900px) {
  .country-checker-top {
    display: block;
  }

  .country-checker-top-left {
    margin: 0 auto 10px auto;
  }
}

@media (max-width:480px) {
  .country-checker-top-left {
    width: 100%;
  }

  .country-checker-country-container {
    width: 100%;
  }

  .country-checker-country-label {
    font-size: 18px;
  }

  .country-checker-country-label::before {
    height: 31px;
  }

  .country-checker-country-label::after {
    top: 12px;
  }
}