@import "//fonts.googleapis.com/css?family=Oxygen:400,700|Roboto+Condensed:700";
.tsc-nav-container {
  border-bottom: 1px solid #979797; }

.tsc-nav {
  max-width: 1200px;
  margin: 0 auto;
  line-height: 55px; }
  @media (min-width: 750px) {
    .tsc-nav {
      padding: 0 60px; } }

.tsc-nav::after {
  content: "";
  display: block;
  clear: both; }

.tsc-nav__col {
  float: left;
  width: 50%; }

.ak-rtl .tsc-nav__col {
  float: right; }

.tsc-nav-share {
  float: left; }
  .ak-rtl .tsc-nav-share {
    float: right; }
  .tsc-nav-share.tsc-nav-share--fb {
    color: #3b5998; }
  .tsc-nav-share.tsc-nav-share--twitter {
    color: #1da1f2; }
  .tsc-nav-share > svg {
    display: block;
    width: 55px;
    height: 55px; }

.tsc-toggle {
  display: none; }

.tsc-lang {
  float: right;
  position: relative;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  height: 55px;
  overflow: hidden;
  cursor: pointer; }

.ak-rtl .tsc-lang {
  float: left; }

.tsc-toggle:checked + .tsc-lang {
  overflow: visible; }

.tsc-lang__link {
  display: block;
  padding: 0 20px;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  color: inherit;
  background-color: white; }

.ak-rtl .tsc-lang__link {
  border-left: 0;
  border-right: 1px solid #979797; }

li:last-child > .tsc-lang__link {
  border-bottom: 1px solid #979797; }

.tsc-hero-title {
  font-size: 60px;
  text-align: center; }
  @media (max-width: 500px) {
    .tsc-hero-title {
      font-size: 40px; } }

.tsc-logo {
  color: #18e3ac; }

.ak-field-box .tsc-logo {
  float: right;
  width: 51px;
  height: 60px;
  margin: -5px -5px 10px 0; }
  @media (min-width: 480px) {
    .ak-field-box .tsc-logo {
      margin: -20px -20px 10px 0; } }

.ak-rtl .ak-field-box .tsc-logo {
  float: left;
  margin-right: 0;
  margin-left: -5px; }
  @media (min-width: 480px) {
    .ak-rtl .ak-field-box .tsc-logo {
      margin-left: -20px; } }

.ak-field-box .tsc-extra-logo {
  float: right;
  height: 60px;
  margin: -5px 10px 10px 0; }
  @media (min-width: 480px) {
    .ak-field-box .tsc-extra-logo {
      margin-top: -20px; } }

.ak-rtl .ak-field-box .tsc-extra-logo {
  float: left;
  margin-right: 0;
  margin-left: 10px; }

.tsc-intro {
  margin: 0 0 10px; }

#tsc-continue-button {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.tsc-amount-wrapper {
  list-style: none;
  margin: 0 -5px -10px; }

.tsc-amount-wrapper::after {
  content: "";
  display: block;
  clear: both; }

.tsc-recurring-radio {
  display: none; }

.tsc-recurring {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  text-align: left; }

.tsc-recurring label {
  color: #18e3ac;
  text-decoration: underline;
  cursor: pointer; }

.tsc-recurring-radio:checked + .tsc-recurring {
  display: block; }

.tsc-donate-recurring {
  font-family: 'Oxygen', sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0; }

.tsc-footer {
  padding: 20px;
  background: #2b3038;
  color: white; }
  @media (min-width: 750px) {
    .tsc-footer {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .tsc-footer::after {
    content: "";
    display: block;
    clear: both; }

.tsc-footer__logo {
  float: left;
  width: 23.5%;
  direction: rtl; }
  .ak-rtl .tsc-footer__logo {
    float: right;
    direction: ltr; }

.tsc-footer__text {
  float: left;
  width: 49%;
  margin: 0 2%; }
  .ak-rtl .tsc-footer__text {
    float: right; }

@media (max-width: 749px) {
  .tsc-footer__logo,
  .tsc-footer__text {
    float: none;
    width: auto;
    margin: 0; } }

.tsc-footer .tsc-logo,
.tsc-footer .tsc-extra-logo {
  display: block;
  width: 83px;
  margin-top: 18px;
  margin-left: 10px; }
  .ak-rtl .tsc-footer .tsc-logo, .ak-rtl
  .tsc-footer .tsc-extra-logo {
    margin-left: 0;
    margin-right: 10px; }
  @media (max-width: 749px) {
    .tsc-footer .tsc-logo,
    .tsc-footer .tsc-extra-logo {
      display: inline-block; } }

.tsc-footer .tsc-logo {
  height: 97px; }

@media (max-width: 749px) {
  .tsc-main-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px; }
  .tsc-main-grid .ak-grid-col-7-of-12 {
    order: 1; }
  .tsc-main-img {
    margin: -15px -15px -10px; }
  .tsc-hero-title {
    margin-bottom: 25px; } }

.tsc-donate-btns::after {
  content: "";
  display: block;
  clear: both; }

.tsc-donate-btns__btn {
  float: left;
  width: 50%;
  min-height: 1px; }
  .ak-rtl .tsc-donate-btns__btn {
    float: right; }

.tsc-arrow {
  display: inline-block; }
  .ak-rtl .tsc-arrow {
    transform: scale(-1, 1); }

.tsc-thankyou-text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto; }

#tsc_gift_msg {
  margin-top: 5px; }

#tsc_gift_msg,
#tsc_honor_fields {
  display: none; }

.tsc-donate-secure {
  position: relative;
  padding-left: 34px;
  margin: 0; }
  .tsc-donate-secure::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M18 10v-4c0-3.313-2.687-6-6-6s-6 2.687-6 6v4h-3v14h18v-14h-3zm-10 0v-4c0-2.206 1.794-4 4-4s4 1.794 4 4v4h-8z'/%3E%3C/svg%3E");
    background-size: 100% 100%; }
  .ak-rtl .tsc-donate-secure {
    padding-left: 0;
    padding-right: 34px; }
    .ak-rtl .tsc-donate-secure::before {
      left: auto;
      right: 0; }

.tsc-privacy {
  font-size: 12px; }

.tsc-opt-in {
  display: inline !important;
  padding: 8px 10px; }

.tsc-opt-out {
  border: 1px solid #d00;
  padding: 10px;
  margin-bottom: 18px; }

div#ak-recurring-type {
  text-align: left;
  margin: 0 -10px; }

.tsc-recurring-type {
  display: inline-block;
  margin: 0 10px; }

/* Override ActionKit styles */
body {
  background-color: white;
  font-family: 'Oxygen', sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3 {
  margin: 0 0 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

p {
  margin: 18px 0; }

a.ak-read-more,
button {
  margin: 20px 0;
  padding: 0 15px;
  border: 0;
  border-radius: 2px;
  background-color: #18e3ac;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  text-decoration: none; }

a.ak-read-more {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  line-height: 42px; }

input::placeholder {
  color: #999; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #999; }

.ak-styled-fields input[type="text"],
.ak-styled-fields input[type="email"],
.ak-styled-fields input[type="password"],
.ak-styled-fields input[type="number"],
.ak-styled-fields input[type="tel"],
.ak-styled-fields input[type="date"],
.ak-styled-fields input[type="url"],
.ak-styled-fields input[type="search"],
.ak-styled-fields textarea,
.ak-styled-fields select {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 0;
  outline: 0;
  font-family: 'Oxygen';
  font-weight: normal;
  font-size: 16px; }

.ak-pagetype-donate .tsc-nav-container {
  background-color: white; }

.ak-pagetype-donate .ak-page-container .tsc-page-share {
  background-color: white; }

.ak-pagetype-donate .ak-page-container {
  background: rgba(0, 0, 0, 0); }

.ak-pagetype-donate .ak-page-container .ak-donate-one-step .ak-grid-row .ak-grid-col {
  float: right; }

.ak-pagetype-donate .ak-page-container .ak-donate-one-step .ak-grid-row #ak-donation-details div#ak-recurring-type .tsc-recurring-type {
  background-color: #046edc;
  border-color: #2b3038;
  border-radius: 5px;
  text-transform: capitalize;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  width: 47.5%;
  height: 60px;
  display: inline-block;
  line-height: 50px;
  margin: 0 0 0;
  transition: background 0.1s ease; }

.ak-pagetype-donate .ak-page-container .ak-donate-one-step .ak-grid-row #ak-donation-details div#ak-recurring-type .tsc-recurring-type [type=radio] {
  visibility: hidden; }

.ak-pagetype-donate .ak-page-container .ak-donate-one-step .ak-grid-row #ak-donation-details div#ak-recurring-type label.ak-radio-checked {
  background: #18e3ac; }

.ak-pagetype-donate .ak-page-container .ak-donate-one-step .ak-grid-row #ak-donation-details div#ak-recurring-type {
  text-align: center;
  margin: 0 -10px 10px; }

.ak-styled-fields textarea {
  line-height: 20px;
  padding: 5px 10px; }

.ak-labels-overlaid label.ak-is-overlaid:not(.has-content) + select.ak-has-overlay,
.ak-styled-fields label {
  font-weight: normal !important; }

.js .ak-labels-overlaid label.ak-is-overlaid {
  padding-left: 10px;
  padding-right: 10px; }

div.ak-page-container {
  padding-bottom: 0;
  padding-top: 15px; }

@media (min-width: 750px) {
  div.ak-page-container {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 1200px; } }

.ak-field-box {
  background: #2b3038;
  border-radius: 0;
  border: 0;
  color: white;
  padding: 15px; }
  @media (min-width: 480px) {
    .ak-field-box {
      padding: 30px; } }

.ak-field-box h2 {
  color: white;
  clear: both; }

.tsc-recent-actions-container,
.ak-field-box + .ak-field-box {
  margin-top: -10px; }

.ak-donate-menu {
  display: none; }

#ak-multi-currency {
  text-align: left;
  margin-bottom: 10px; }

#ak-multi-currency label {
  font-weight: normal; }

div#ak-donation-details,
div#ak-amount-list {
  overflow: visible; }

#ak-amount-list .tsc-amount-wrapper li {
  margin: 0 5px 10px;
  width: calc(33.33333% - 10px);
  float: left; }

#ak-amount-list .tsc-amount-wrapper li label {
  border-radius: 2px;
  background: #046edc;
  width: 100%;
  padding: 15px 0;
  transition: background 0.1s ease;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center; }

#ak-amount-list .tsc-amount-wrapper li label:hover {
  background: #0355aa;
  transition: none; }

#ak-amount-list .tsc-amount-wrapper li label.ak-radio-checked {
  background: #18e3ac; }

#ak-amount-list .tsc-amount-wrapper li label.ak-error {
  color: white; }

.ak-pagetype-donate {
  background-image: url("https://s3.amazonaws.com/s3.thesyriacampaign.org/images/SaveAleppo-Russian-embassy-demo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top; }

.ak-amount-radio-button {
  display: none; }

.ak-currency-sym {
  margin-right: 5px; }

#ak-amount-list li#ak-other-amount-container {
  width: calc(100% - 10px);
  height: auto; }

#ak-amount-list li#ak-other-amount-container label {
  padding: 2px;
  height: auto; }

#ak-amount-list li#ak-other-amount-container label,
#ak-amount-list li#ak-other-amount-container label:hover {
  background: white; }

#ak-amount-list li#ak-other-amount-container label.ak-radio-checked {
  background: #18e3ac; }

#ak-amount-list li#ak-other-amount-container .ak-currency-sym {
  display: none; }

div#ak-amount-list #ak-other-amount-field {
  position: static;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  font-family: 'Oxygen';
  font-weight: normal;
  font-size: 16px; }

.ak-paypal-button {
  margin: 10px 5px;
  background-color: #f3f6f7;
  top: 0;
  vertical-align: middle; }

.ak-paypal-button:hover {
  color: inherit; }

.ak-paypal-button:focus {
  background-color: #18e3ac; }

#tsc-credit-card {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  margin: 5px;
  background-color: white;
  color: #2b3038;
  border: 1px solid white; }

#tsc-credit-card:hover {
  color: inherit; }

#tsc-credit-card:focus {
  background-color: #18e3ac; }

.footer-sticky {
  box-shadow: 0 0 20px 5px #777;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background: #000;
  position: fixed;
  left: 0;
  color: white;
  text-align: center;
  height: 8%; }

.text-wrapper {
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-top: 20px; }

.link-donate a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
  text-decoration-color: #18e3ac;
  text-underline-offset: 0.5em;
  text-underline-style: thick; }

.close-footer {
  font-size: 25px;
  font-weight: 300;
  color: #ccc;
  cursor: pointer;
  float: right;
  margin-right: 25px;
  margin-top: -30px; }

.ak-payment-options {
  margin: 5px 0; }

button.ak-submit-button,
a.ak-submit-button {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 0; }

#ak-continue-button {
  margin-left: auto;
  margin-right: 0; }
  .ak-rtl #ak-continue-button {
    margin-left: 0;
    margin-right: auto; }

.ak-thanks h1 {
  text-align: center; }

.ak-progress-meter {
  margin-bottom: 18px; }

.ak-progress-meter .ak-progress-holder {
  padding: 0; }

.ak-progress-meter .ak-progress-meter-border {
  border: 0; }

.ak-progress-meter .ak-progress-bar {
  background-color: #056fdd;
  height: 24px; }

.ak-progress-meter .ak-progress-goals {
  display: table;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0; }

.ak-progress-meter .ak-progress-actions,
.tsc-progress-total {
  display: table-cell;
  text-transform: uppercase;
  font-weight: 600; }

.tsc-progress-total {
  text-align: right; }

.ak-rtl .tsc-progress-total {
  text-align: left; }

.tsc-progress-deadline {
  color: #ff0033;
  display: block; }
  @media (min-width: 480px) {
    .tsc-progress-deadline {
      display: inline;
      margin: 0 10px; } }

.tsc-campaign-video > iframe {
  width: 100%; }

.ak-privacy {
  margin-top: 10px;
  margin-bottom: -9px; }

.ak-privacy .ak-err {
  margin-top: 5px; }

div#ak-recurring-type span {
  display: inline;
  margin: 0; }

/* Share */
.tsc-page-share {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
  overflow: hidden; }

.tsc-share-btns__item {
  max-width: 400px;
  margin: 0 auto 20px; }

@media (min-width: 600px) {
  .tsc-share-btns {
    display: table;
    table-layout: fixed;
    border-spacing: 20px;
    width: calc(100% + 40px);
    margin: 0 -20px; }
  .tsc-share-btns__item {
    display: table-cell;
    max-width: none; } }

.tsc-share-btns__btn {
  display: block;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  line-height: 50px; }

.tsc-share-btns__btn:hover {
  color: white; }

.tsc-share-btns__btn.facebook {
  background: #3b5a9c; }

.tsc-share-btns__btn.twitter {
  background: #5da7eb; }

.tsc-share-btns__btn.email {
  background: #f4567f; }

/* Recent actions */
.tsc-recent-actions-box {
  color: inherit;
  background-color: #ddd; }

.tsc-recent-actions__item {
  display: table;
  vertical-align: middle;
  width: 100%;
  padding: 15px 0;
  padding: .9375rem 0;
  border-top: 1px solid #ccc; }

.tsc-recent-actions__item:last-child {
  padding-bottom: 0; }

.tsc-recent-actions__author,
.tsc-recent-actions__time {
  display: table-cell; }

.tsc-recent-actions__author {
  padding-left: 35px;
  font-size: .875em;
  font-weight: bold;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 25px; }

.ak-rtl .tsc-recent-actions__author {
  padding-left: 0;
  padding-right: 35px;
  background-position: center right; }

.tsc-recent-actions__time {
  text-align: right;
  font-size: .75em;
  padding-left: 10px; }

.ak-rtl .tsc-recent-actions__time {
  text-align: left;
  padding-left: 0;
  padding-right: 10px; }

.tsc-recent-actions__author.country-YE {
  background-image: url("../img/flags/_0000_Yemen.png"); }

.tsc-recent-actions__author.country-VN {
  background-image: url("../img/flags/_0001_Vietnam.png"); }

.tsc-recent-actions__author.country-VE {
  background-image: url("../img/flags/_0002_Venezuela.png"); }

.tsc-recent-actions__author.country-US {
  background-image: url("../img/flags/_0003_United-States.png"); }

.tsc-recent-actions__author.country-UA {
  background-image: url("../img/flags/_0004_Ukraine.png"); }

.tsc-recent-actions__author.country-TZ {
  background-image: url("../img/flags/_0005_Tanzania.png"); }

.tsc-recent-actions__author.country-TR {
  background-image: url("../img/flags/_0006_Turkey.png"); }

.tsc-recent-actions__author.country-TL {
  background-image: url("../img/flags/_0007_East-Timor.png"); }

.tsc-recent-actions__author.country-TH {
  background-image: url("../img/flags/_0008_Thailand.png"); }

.tsc-recent-actions__author.country-TJ {
  background-image: url("../img/flags/_0009_Tajikistan.png"); }

.tsc-recent-actions__author.country-SV {
  background-image: url("../img/flags/_0010_El-Salvador.png"); }

.tsc-recent-actions__author.country-SY {
  background-image: url("../img/flags/_0011_Syria.png"); }

.tsc-recent-actions__author.country-SO {
  background-image: url("../img/flags/_0012_Somalia.png"); }

.tsc-recent-actions__author.country-SN {
  background-image: url("../img/flags/_0013_Senegal.png"); }

.tsc-recent-actions__author.country-SL {
  background-image: url("../img/flags/_0014_Sierra-Leone.png"); }

.tsc-recent-actions__author.country-SG {
  background-image: url("../img/flags/_0015_Singapore.png"); }

.tsc-recent-actions__author.country-SE {
  background-image: url("../img/flags/_0016_Sweden.png"); }

.tsc-recent-actions__author.country-ZA {
  background-image: url("../img/flags/_0017_South-Africa.png"); }

.tsc-recent-actions__author.country-SK {
  background-image: url("../img/flags/_0018_Slovakia.png"); }

.tsc-recent-actions__author.country-SA {
  background-image: url("../img/flags/_0019_Saudi-Arabia.png"); }

.tsc-recent-actions__author.country-RW {
  background-image: url("../img/flags/_0020_Rwanda.png"); }

.tsc-recent-actions__author.country-RU {
  background-image: url("../img/flags/_0021_Russia.png"); }

.tsc-recent-actions__author.country-RO {
  background-image: url("../img/flags/_0022_Romania.png"); }

.tsc-recent-actions__author.country-QA {
  background-image: url("../img/flags/_0023_Quatar.png"); }

.tsc-recent-actions__author.country-PH {
  background-image: url("../img/flags/_0024_Phillipines.png"); }

.tsc-recent-actions__author.country-PY {
  background-image: url("../img/flags/_0025_Paraguay.png"); }

.tsc-recent-actions__author.country-PT {
  background-image: url("../img/flags/_0026_Portugal.png"); }

.tsc-recent-actions__author.country-PL {
  background-image: url("../img/flags/_0027_Poland.png"); }

.tsc-recent-actions__author.country-PK {
  background-image: url("../img/flags/_0028_Pakistan.png"); }

.tsc-recent-actions__author.country-PG {
  background-image: url("../img/flags/_0029_Papau-New-Guinea.png"); }

.tsc-recent-actions__author.country-PE {
  background-image: url("../img/flags/_0030_Peru.png"); }

.tsc-recent-actions__author.country-PA {
  background-image: url("../img/flags/_0031_Panama.png"); }

.tsc-recent-actions__author.country-OM {
  background-image: url("../img/flags/_0032_Oman.png"); }

.tsc-recent-actions__author.country-NO {
  background-image: url("../img/flags/_0033_Norway.png"); }

.tsc-recent-actions__author.country-NZ {
  background-image: url("../img/flags/_0034_New-Zealand.png"); }

.tsc-recent-actions__author.country-NL {
  background-image: url("../img/flags/_0035_Netherlands.png"); }

.tsc-recent-actions__author.country-NI {
  background-image: url("../img/flags/_0036_Nicaragua.png"); }

.tsc-recent-actions__author.country-NG {
  background-image: url("../img/flags/_0037_Nigeria.png"); }

.tsc-recent-actions__author.country-NE {
  background-image: url("../img/flags/_0038_Niger-Republic-Of.png"); }

.tsc-recent-actions__author.country-NA {
  background-image: url("../img/flags/_0039_Namibia.png"); }

.tsc-recent-actions__author.country-MX {
  background-image: url("../img/flags/_0040_Mexico.png"); }

.tsc-recent-actions__author.country-MT {
  background-image: url("../img/flags/_0041_Malta.png"); }

.tsc-recent-actions__author.country-MM {
  background-image: url("../img/flags/_0042_Myanmar.png"); }

.tsc-recent-actions__author.country-ML {
  background-image: url("../img/flags/_0043_Mali.png"); }

.tsc-recent-actions__author.country-MY {
  background-image: url("../img/flags/_0044_Malaysia.png"); }

.tsc-recent-actions__author.country-MK {
  background-image: url("../img/flags/_0045_Macedonia.png"); }

.tsc-recent-actions__author.country-MG {
  background-image: url("../img/flags/_0046_Madagascar.png"); }

.tsc-recent-actions__author.country-LV {
  background-image: url("../img/flags/_0047_Latvia.png"); }

.tsc-recent-actions__author.country-LU {
  background-image: url("../img/flags/_0048_Luxembourg.png"); }

.tsc-recent-actions__author.country-LS {
  background-image: url("../img/flags/_0049_Lesotho.png"); }

.tsc-recent-actions__author.country-LC {
  background-image: url("../img/flags/_0050_Saint-Lucia.png"); }

.tsc-recent-actions__author.country-LB {
  background-image: url("../img/flags/_0051_Lebanon.png"); }

.tsc-recent-actions__author.country-LA {
  background-image: url("../img/flags/_0052_Laos.png"); }

.tsc-recent-actions__author.country-KZ {
  background-image: url("../img/flags/_0053_Kazakhstan.png"); }

.tsc-recent-actions__author.country-KW {
  background-image: url("../img/flags/_0054_Kuwait.png"); }

.tsc-recent-actions__author.country-KR {
  background-image: url("../img/flags/_0055_South-Korea.png"); }

.tsc-recent-actions__author.country-KP {
  background-image: url("../img/flags/_0056_North-Korea.png"); }

.tsc-recent-actions__author.country-KN {
  background-image: url("../img/flags/_0057_St-Kitts-Nevis.png"); }

.tsc-recent-actions__author.country-KG {
  background-image: url("../img/flags/_0058_Kyrgyzstan.png"); }

.tsc-recent-actions__author.country-JP {
  background-image: url("../img/flags/_0059_Japan.png"); }

.tsc-recent-actions__author.country-JO {
  background-image: url("../img/flags/_0060_Jordan.png"); }

.tsc-recent-actions__author.country-JM {
  background-image: url("../img/flags/_0061_Jamaica.png"); }

.tsc-recent-actions__author.country-IT {
  background-image: url("../img/flags/_0062_Italy.png"); }

.tsc-recent-actions__author.country-IR {
  background-image: url("../img/flags/_0063_Iran.png"); }

.tsc-recent-actions__author.country-IQ {
  background-image: url("../img/flags/_0064_Iraq.png"); }

.tsc-recent-actions__author.country-IN {
  background-image: url("../img/flags/_0065_India.png"); }

.tsc-recent-actions__author.country-IL {
  background-image: url("../img/flags/_0066_Israel.png"); }

.tsc-recent-actions__author.country-IE {
  background-image: url("../img/flags/_0067_Ireland.png"); }

.tsc-recent-actions__author.country-ID {
  background-image: url("../img/flags/_0068_Indonesia.png"); }

.tsc-recent-actions__author.country-HU {
  background-image: url("../img/flags/_0069_Hungary.png"); }

.tsc-recent-actions__author.country-HK {
  background-image: url("../img/flags/_0070_Hong-Kong.png"); }

.tsc-recent-actions__author.country-HT {
  background-image: url("../img/flags/_0071_Haiti.png"); }

.tsc-recent-actions__author.country-HN {
  background-image: url("../img/flags/_0072_Honduras.png"); }

.tsc-recent-actions__author.country-GT {
  background-image: url("../img/flags/_0073_Guatemala.png"); }

.tsc-recent-actions__author.country-GR {
  background-image: url("../img/flags/_0074_Greece.png"); }

.tsc-recent-actions__author.country-GM {
  background-image: url("../img/flags/_0075_Gambia.png"); }

.tsc-recent-actions__author.country-GB {
  background-image: url("../img/flags/_0076_Great-Britain.png"); }

.tsc-recent-actions__author.country-GA {
  background-image: url("../img/flags/_0077_Gabon.png"); }

.tsc-recent-actions__author.country-FR {
  background-image: url("../img/flags/_0078_France.png"); }

.tsc-recent-actions__author.country-FI {
  background-image: url("../img/flags/_0079_Finland.png"); }

.tsc-recent-actions__author.country-ES {
  background-image: url("../img/flags/_0080_Spain.png"); }

.tsc-recent-actions__author.country-EG {
  background-image: url("../img/flags/_0081_Egypt.png"); }

.tsc-recent-actions__author.country-EE {
  background-image: url("../img/flags/_0082_Estonia.png"); }

.tsc-recent-actions__author.country-DZ {
  background-image: url("../img/flags/_0083_Algeria.png"); }

.tsc-recent-actions__author.country-DK {
  background-image: url("../img/flags/_0084_Denmark.png"); }

.tsc-recent-actions__author.country-DJ {
  background-image: url("../img/flags/_0085_Djibouti.png"); }

.tsc-recent-actions__author.country-DE {
  background-image: url("../img/flags/_0086_Germany.png"); }

.tsc-recent-actions__author.country-CZ {
  background-image: url("../img/flags/_0087_Czech-Republic.png"); }

.tsc-recent-actions__author.country-CO {
  background-image: url("../img/flags/_0088_Colombia.png"); }

.tsc-recent-actions__author.country-CN {
  background-image: url("../img/flags/_0089_China.png"); }

.tsc-recent-actions__author.country-CM {
  background-image: url("../img/flags/_0090_Cameroon.png"); }

.tsc-recent-actions__author.country-CL {
  background-image: url("../img/flags/_0091_Chile.png"); }

.tsc-recent-actions__author.country-TD {
  background-image: url("../img/flags/_0092_Chad.png"); }

.tsc-recent-actions__author.country-CH {
  background-image: url("../img/flags/_0093_Switzerland.png"); }

.tsc-recent-actions__author.country-CG {
  background-image: url("../img/flags/_0094_Republic-of-Congo.png"); }

.tsc-recent-actions__author.country-CD {
  background-image: url("../img/flags/_0095_Democratic-Rebuplic-of-Congo.png"); }

.tsc-recent-actions__author.country-CA {
  background-image: url("../img/flags/_0096_Canada.png"); }

.tsc-recent-actions__author.country-BR {
  background-image: url("../img/flags/_0097_Brazil.png"); }

.tsc-recent-actions__author.country-BO {
  background-image: url("../img/flags/_0098_Bolivia.png"); }

.tsc-recent-actions__author.country-BG {
  background-image: url("../img/flags/_0099_Bulgaria.png"); }

.tsc-recent-actions__author.country-BF {
  background-image: url("../img/flags/_0100_Burkina-Faso.png"); }

.tsc-recent-actions__author.country-BE {
  background-image: url("../img/flags/_0101_Belgium.png"); }

.tsc-recent-actions__author.country-AU {
  background-image: url("../img/flags/_0102_Australia.png"); }

.tsc-recent-actions__author.country-AT {
  background-image: url("../img/flags/_0103_Austria.png"); }

.tsc-recent-actions__author.country-AR {
  background-image: url("../img/flags/_0104_Argentina.png"); }

.tsc-recent-actions__author.country-AM {
  background-image: url("../img/flags/_0105_Armenia.png"); }

.tsc-recent-actions__author.country-AG {
  background-image: url("../img/flags/_0106_Antigua-And-Barbuda.png"); }

.tsc-recent-actions__author.country-AE {
  background-image: url("../img/flags/_0107_United-Arab-Emirates.png"); }

.tsc-recent-actions__author.country-AD {
  background-image: url("../img/flags/_0108_Andorra.png"); }
