.standard-2-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 20px;
}
.standard-content-frame {
    display:flex;
    justify-content: center;
    margin: 20px 20px 40px 20px;
    position: relative;
    padding-bottom: 56.25%;
}
.standard-content-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.standard-2-col .col {
    width: 49.5%;
    position: relative;
    display: flex;
    align-items: stretch;
}

.splash-page-terminal-bg {
  background-image: url('/premium-services/assets/terminal-help-me.jpg');
}
.splash-page-watchlists-bg {
  background-image: url('/premium-services/assets/watchlist-help-me.jpg');
}
.splash-page-portfolios-bg {
  background-image: url('/premium-services/assets/portfolio-help-me.jpg');
}
.splash-page-alerts-bg {
  background-image: url('/premium-services/assets/share-alerts-help-me.jpg');
}
.splash-page-sharealerts-bg {
  background-image: url('/premium-services/assets/share-alerts-help-me.jpg');
}
.splash-page-chat-bg {
  background-image: url('/premium-services/assets/sharechat-help-me.jpg');
}
.splash-page-screener-bg {
  background-image: url('/premium-services/assets/stockpicker-help-me.jpg');
}

.splash-feature-lp-bg {
  background-image: url('/premium-services/assets/live-prices-hero.png');
  color:white;
  min-height:350px;
  margin-bottom:30px;
}
.splash-feature-l2-bg {
  background-image: url('/premium-services/assets/level-2-hero.png');
  color:white;
  min-height:350px;
  margin-bottom:30px;
}
.splash-feature-rns-bg {
  background-image: url('/premium-services/assets/rns-alerts-hero.png');
  color:white;
  min-height:350px;
  margin-bottom:30px;
}

.premium-p {
    margin-bottom: 20px;
}
.premium-h2 {
  color: #990000;
  font-weight:400;
}
.premium-hr {
  margin-top:2px;
  border: 1px solid #990000;
  margin-bottom: 10px;
}

.premium-img {
  width:100%;
  margin-bottom:40px;
}

.members__title {
    font-weight:400;
    margin-bottom:10px;
} 
.members__title span {
    color: #990000;
    font-weight: 600;
}
.icon-green {
    color: #25BA00;
}
.free-membership {
    text-align:center;
    position: relative;
    border-bottom:2px solid #0084BE;
}
.free-membership h3 {
    text-align: center;
}
.paid-membership {
    text-align:center;
    position: relative;
    border-bottom:2px solid #990000;
}
.paid-membership h3 {
    text-align: center;
}
.membership-list {
    font-size: 15px;
    list-style: none;
    margin: 0 10% 20px 10%;
    padding-bottom: 20px;
}
.membership-list li {
    padding-bottom: 20px;
    text-align: left;
}
.find-more-button {
    padding: 5px 10px;
    width: calc(100% - 48px);
    background-color: #25BA00;
    color: white;
    text-decoration: none;
    text-align:center;
    display:flex;
    justify-content:center;
    position: absolute;
    bottom: 24px;
}
.find-more-button:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .standard-2-col .col {
        width: 100%;
    }
}

.members-hr-blue {
    background-color:#0084BE;
    padding: 3px 6px;
    color: white;
}
.members-hr-box-blue {
    border-top : 2px solid #0084BE;
    margin-bottom: 30px;
}
.members-hr-box img {
    width: 100%;
    height:auto;
}

.members-hr-red {
    background-color:#990000;
    padding: 3px 6px;
    color: white;
}
.members-hr-box-red {
    border-top : 2px solid #990000;
    margin-bottom: 30px;
}
.advertising__testimonial {
    padding: 20px;
    font-size: 20px;
    background:white;
    border-bottom: 2px solid #ccc;
}
.advertising__testimonial::before {
    font-size: 20px;
}
.members-glide-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch; 
    align-content: stretch;
    margin-bottom:40px;
}
.members-glide-boxes .box {
    font-size:20px;
    font-weight:600;
}

.members-glide-boxes .box span {
    font-size:32px;
    color:#0084BE;
}

.view-premium-box {
    padding:20px 40px;
}
.view-premium-box h3 {
    margin-bottom:10px;
    color:#0084BE;
}
.view-premium-box p {
    margin-bottom:20px;
}

.view-premium-button {
    color:white;
    background-color:#0084BE;
    padding:8px 16px;
    text-align:center;
    border-radius: 2px;
}
.view-premium-button:hover {
    text-decoration: none;
}


.membership-form input[type="text"] {
    width: 100%;
    padding: 4px 8px;
    margin-bottom:15px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.membership-form input[type="email"] {
    width: 100%;
    padding: 4px 8px;
    margin-bottom:15px;
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.membership-form button {
    width: calc(100% - 80px);
    padding: 8px 16px;
    margin: 40px 40px 10px 40px;
    color: white;
    background-color: #25BA00;
    border: none;
    border-radius: 2px;
}

.membership-form span a {
    color: #25BA00;
}
.membership-form span a:hover {
    text-decoration: none;
}
.membership-form input::placeholder {
    color: #111;
}



  .splash-page__usps {
    max-width: 800px;
    margin: 0 auto 60px auto;
  }

  .splash-page__usps--inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 766px) {
    .splash-page__usps--inner {
      padding: 0 30px;
    }
  }
  .splash-page__usps--item {
    width: 50%;
    overflow-x: hidden;
  }
  .splash-page__usps .splash-page__usps--inner .splash-page__usps--item h4 {
    margin-bottom:10px;
  }
  @media only screen and (max-width: 766px) {
    .splash-page__usps--item {
      width: 100%;
    }
  }
  .splash-page__usps--item:nth-child(odd) {
    padding-right: 30px;
  }
  @media only screen and (max-width: 766px) {
    .splash-page__usps--item:nth-child(odd) {
      padding-right: 0;
      margin-bottom:20px;
    }
  }
  .splash-page__usps--item:nth-child(odd) h4 {
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 1.385rem;
    font-weight: normal;
    padding: 0px 8px;
    position: relative;
  }
  .splash-page__usps--item:nth-child(even) {
    padding-left: 30px;
  }
  @media only screen and (max-width: 766px) {
    .splash-page__usps--item:nth-child(even) {
      padding-left: 0;
    }
  }
  .splash-page__usps--item:nth-child(even) h4 {
    color: white;
    display: inline-block;
    margin: 0;
    font-size: 1.385rem;
    font-weight: normal;
    padding: 0px 8px;
    position: relative;
  }
  .splash-page__usps--item:nth-child(1) h4, .splash-page__usps--item:nth-child(4) h4 {
    background: #F73432;
  }
  .splash-page__usps--item:nth-child(1) h4::after, .splash-page__usps--item:nth-child(4) h4::after {
    content: "";
    display: inline-block;
    width: 300%;
    height: 1px;
    background: #F73432;
    position: absolute;
    top: 0;
    right: -300%;
  }
  .splash-page__usps--item:nth-child(2) h4, .splash-page__usps--item:nth-child(3) h4 {
    background: #1D56AC;
  }
  .splash-page__usps--item:nth-child(2) h4::after, .splash-page__usps--item:nth-child(3) h4::after {
    content: "";
    display: inline-block;
    width: 300%;
    height: 1px;
    background: #1D56AC;
    position: absolute;
    top: 0;
    right: -300%;
  }
  .splash-page__usps--item:nth-child(1), .splash-page__usps--item:nth-child(2) {
    margin-bottom: 24px;
  }
  

  .splash-page__feature {
    margin-bottom: 60px;
    display: flex;
    --min-height:340px;
    background-color: #e0e0e0;
    position: relative;
    background-size: cover;
    background-position: 24% 71%;
    --height: 340px;
  }

  .splash-page__feature--content-rns {
    width:100% !important;
    padding:0 !important;
    display: flex;
    background:none !important;
  }
  
  .splash-page__feature--content-col {
    width:50%;
    padding:50px 30px;
  }

  .splash-page__feature--content-col ul {
    padding:0;
  }

  @media only screen and (max-width: 600px) {
    .splash-page__feature--content-rns {
      display: block;
    }
    .splash-page__feature--content-col {
        width: 100%;
        padding: 0px 20px 30px 20px;
    }
  }

  
  .splash-page__feature--content {
    padding:20px 40px;
    width: 60%;
    
  }

  .splash-page__feature--content h2 {
    color:#990000
  }

  .splash-page__feature--content ul {
    padding: 20px;
  } 

  .splash-page__feature--content ul li {
    margin: 0;
	padding: 6px 0 6px 32px;
    list-style: none;
	background-image: url('https://static.lse.co.uk/images/icons/icon-check-green-premium.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
  }

  .splash-page__feature--content a {
    color:white;
    background-color: #25BA00;
    padding: 8px 16px;
  }

  .splash-page__feature--content .button-alt {
    background-color:#F73432;
  }

  .splash-page__feature--content a:hover {
    text-decoration: none;
  }

  .splash-page__feature--content .item {
    width: 100%;
  }

  @media only screen and (max-width: 600px) {
    .splash-page__feature--content {
        width: 100%;
        background-color: #e0e0e0;
    }
  }

 

  .terminal-title {
    margin-bottom:20px;
  }
  .terminal-img {
    width:100%;
    margin-bottom:30px;
    border: 1px solid #aaa;
  }
  .terminal-color {
    color:#222;
  }
  .splash-page__terminal-title {
    text-align:center;
    font-size:34px;
  }
  .splash-page__terminal-list {
    padding-top:10px;
  }
  .splash-page__terminal-link {
    display:inline-block;
    width:90%;
    text-align:center;
    background-color: #1D56AC !important;
    margin:0 5%;
  }

  .tour-parent {
    display:block;
  }
  .tour-lse {
    width:100%;
    padding:0 20px 20px 20px;
    margin-bottom:10px;
  }
  .tour-lse p,h2 {
    margin-bottom:10px;
  }
  .tour-lse-frame {
    width: auto;
  }
  @media only screen and (max-width: 766px) {
    .tour-parent {
      display:block;
    }
    .tour-lse {
      width:100%;
    }
    .tour-lse-frame {
      width:auto;
    }
  }



  .premium__package
  {

    align-items:stretch; 
    display:flex;
    flex-direction: column;
  }
  .premium__package-price--monthly {
    display: block;
  }
  .premium__parent {
    align-items:stretch; 
    display:flex;
  }
  .premium__package-table-2 {
    width:50%;
    margin-top:10px;
    float:right;
    border-collapse:collapse;
  }
  .premium__package-table-2 tbody tr td {
    font-weight:400;
  }
  .premium__package-features {
    display:flex; 
    flex-direction:column; 
    font-size:13px; 
    height:100%; 
    font-weight:500; 
    text-align:left; 
    padding:10px 30px 30px 30px;
    min-height:0;
  }
  .register__checkbox {
    background: url('https://static.lse.co.uk/images/check-unchecked-blue.png') no-repeat;
    background-size: 100%;
  }
  .register__checkbox:checked {
    background: url('https://static.lse.co.uk/images/check-checked-blue.png') no-repeat;
    background-size: 100%;
  }
  .register__checkbox:disabled {
    opacity:20%;
  }
  @media (max-width: 1199px) {
    .premium__package-features {
      font-size: 11.5px;
      padding: 10px 10px 30px 10px;
    }
  }

  @media (max-width: 991px) {
    .premium__package-features {
      font-size: 13px;
      padding:10px 30px 30px 30px;
    }
    .premium__parent {
      display: block;
    }
    .premium__package {
      display: block;
      width: 50%;
    }
  }

  @media (max-width: 767px) {
    .premium__package-table-2 {
      width: 75%;
    }
  }

  @media (max-width: 480px) {
    .premium__parent {
      display: block;
    }
    .premium__package {
      display: block;
      width: 100%;
    }
    .advertising__testimonial {
      font-size:18px;
    }
    .premium__package-table-2 {
      width: 100%;
    }
  }