/* ICM Primary values from UX design */
/* Width - container, element, card, */
/* Margin */
/* padding */
/* Border */
/*
  Roboto font related weights
   https://fonts.google.com/specimen/Roboto?selection.family=Roboto:100,300,400,500,700,900
*/
/* font color, background color */
/* UI elements specific color */
/* Card specific color */
/* max width properties for UI Cards for different number of cards in a container */
/* one are more cards */
/* three are more cards */
.currency_map {
  background-color: #F6F6F6;
  display: flex;
  flex-wrap: wrap;
  margin-left: 50px;
  margin-right: 50px; }
  .currency_map .currency_badge {
    background-color: #EDEDED;
    border-radius: 32px;
    line-height: 1;
    padding: 10px 20px;
    margin: 10px; }
    .currency_map .currency_badge a {
      font-size: 12px;
      color: rgba(11, 10, 20, 0.8);
      text-decoration: none; }
  .currency_map .currency_badge.active {
    background-color: #CCCCCC; }

.funding-cards-grid {
  display: inline-grid;
  grid-template-columns: 340px;
  grid-gap: 30px; }

@media screen and (max-width: 768px) {
  .currency_map {
    display: block;
    background-color: transparent;
    margin-left: 0px;
    margin-right: 0px; }
  .funding-cards-grid {
    grid-template-columns: 340px; } }

@media screen and (min-width: 769px) and (max-width: 1140px) {
  .currency_map {
    margin-left: 0px;
    margin-right: 0px; }
  .funding-cards-grid {
    grid-template-columns: 340px; } }

.single-page.funding .page-section {
  text-align: center !important; }
  .single-page.funding .page-section h1, .single-page.funding .page-section p {
    text-align: left !important; }

.single-page.funding .page-content.global-markets-today {
  height: auto;
  min-height: 455px;
  background: #000 !important; }
  .single-page.funding .page-content.global-markets-today .icm-button-wrapper a.live {
    padding: 25px !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 900 !important; }
  .single-page.funding .page-content.global-markets-today .icm-button-wrapper a.demo {
    padding: 25px !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    background-color: #000 !important;
    color: #fff !important;
    margin-left: 9px;
    text-transform: uppercase; }

.single-page.funding .page-header {
  background: url(../../assets/img/single_market_page/account_funding_bg.jpg) no-repeat center right; }
  .single-page.funding .page-header .icm-button-wrapper.page-header__primary-button a.icm-btn.icm-btn-primary {
    padding: 25px !important;
    border-radius: 2px !important;
    font-size: 20px !important;
    font-weight: 900 !important; }

.single-page.funding .menu-item .menu-title {
  text-transform: uppercase; }

.single-page.funding .ui-card-list {
  padding: 16px; }

.single-page.funding .icm-paragraph__container {
  border-bottom: 1px solid #e0e0e0; }

.single-page.funding .first-section {
  padding-top: 80px; }

/*# sourceMappingURL=funding.css.map */