﻿/**
* --------------------------------------------
* MOBILE VIEW
* --------------------------------------------
*/

#banner-main h1,
.bg-image h1 {
  font-size: 2.8rem;
}

.bg-image h1 {
  position: absolute;
  top: 6rem;
  padding: 0 2rem;
  width: 100%;
}


#banner-main {
  padding: 13rem 0 17rem 0;
}

#banner-main h1 {
  position: absolute;
  top: 20rem;
  padding: 0 2rem;
  width: 100%;
}

#banner-main .shares-bar {
  padding: 1.5rem 0 1rem 0;
  position: absolute;
}

#banner-main .shares-bar ul li {
  padding: 0.6rem 1rem;
}

#banner-main .shares-bar ul li span:nth-child(1) {
  font-size: 1rem;
}

#banner-main .shares-bar ul li span:nth-child(2) {
  font-size: 2rem;
}

#banner-main #bb-search {
  top: 0;
}

.search-form .input-holder {
  width: 80%;
  border-top: 1px solid #f2f2f2;
}

.search-form .input-holder::before {
  top: 1.8rem;
  left: 2.3rem;
  font-size: 2rem;
}

.search-form .input-holder input {
  padding: 2rem 0;
  text-align: center;
}

.search-form .input-holder button {
  position: relative;
  border-radius: 0 !important;
  width: 100%;
  border-bottom: 1px solid #FFF;
}

.search-form .input-holder button::after {
  font-family: FontAwesome;
  content: "\f054";
  position: absolute;
  right: 2.3rem;
  top: 2.8rem;
}

.search-form .input-holder button.square {
  border-right: 0;
}

.search-form label {
  font-size: 2.5rem;
  text-shadow: none;
  margin-bottom: 1rem;
}

.shares-bar .wrapper {
  padding: 0;
}

.shares-bar .search-form {
  display: block;
  top: 0;
}

.shares-bar .search-form label {
  display: block;
  color: #FFF;
}

.shares-bar .search-form .input-holder {
  display: block;
  text-align: center;
}

.bg-image {
  padding: 15rem 0 0 0;
}

.bg-image .search-form {
  top: 0;
  height: auto;
}

.bg-image .shares-bar {
  position: relative;
  padding: 1.6rem 0;
}

.breadcrumbs {
  display: none;
}

.component-holder h2 {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.component-holder h3 {
  font-size: 2.1rem;
}

div[class^="col-"] {
  width: 100%;
  margin: 0 0 2rem 0;
  clear: both;
}

div[class^="col-"]:last-child {
  margin-bottom: 0;
}

.tiles .tile,
.tiles .tile.tile-secondary {
  width: 100%;
  height: auto;
}

.blog .image a {
  position: static;
  display: block;
  padding: 1.6rem 3rem;
  border-radius: 0;
}

.learn-more a .more {
  padding: 1.3rem 1.7rem 1rem 1.9rem;
}

.learn-more a span {
  margin-left: 5rem;
}

.tiles .tile.icons {
  border-top: 1px solid rgba(102, 102, 102, 0.3);
  margin-top: 0;
}

.icons {
  padding-top: 4rem;
}

.icons::before {
  top: 1.5rem;
  width: 4rem;
}

.tiles.icons::before {
  top: -2rem;
}

.tiles.icons.icon-entry {
  padding-top: 0;
}

.heading-icons::before {
  width: 4rem;
  height: initial;
}

.border-top {
  display: none;
}

.image figcaption,
.video figcaption {
  font-size: 1.6rem;
}

.image figcaption {
  left: 2rem;
  bottom: 1.6rem;
}

.video figcaption {
  left: 2rem;
  bottom: 4.6rem;
}

.video .video-tag,
.video time {
  top: 4.5rem;
  font-size: 1.2rem;
}

.video .video-tag {
  left: 2rem;
}

.video .video-tag time {
  right: 2rem;
}

.quick-links {
  text-align: center;
}

.quick-links h2 {
  float: none;
  margin-bottom: 1.8rem;
}

.quick-links ul {
  width: 100%;
  float: left;
}

.quick-links ul li {
  border-bottom: 1px solid rgba(42, 210, 201, 0.3);
  width: 100%;
}

.quick-links ul li a {
  display: block;
  padding: 1.5rem 0;
}

.quick-links ul li a:hover {
  color: #2a3744;
}

.tiles .tile.share-price-tile {
  width: 100%;
}

.tiles .tile.tile-primary {
  width: 100%;
}

.tile-narrow,
.tile-wide {
  width: 100%;
}

.tile-faq .accordion li {
  position: relative;
}

.tile-faq .accordion li > a:first-of-type {
  padding-right: 6rem;
}

.tile-faq .accordion li > a:first-of-type:after {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.investor-news tr th:first-child,
.investor-news tr td:first-child {
  display: none;
}

.investor-news tr th:last-child,
.investor-news tr td:last-child {
  padding-right: 1rem;
}

.video iframe {
  height: 40rem;
}

/**
* -----------------------------------------------------------------
* SCALING OF TILES, REMOVE HEIGHT RESTRICTIONS
* ----------------------------------------------------------------
*/

.findout-more,
.learn-more,
.just-more.fixed {
  position: static;
}

.tiles .tile .tile-inner.padding,
.tiles .tile.icons .tile-inner.padding {
  height: auto;
}

.icons.tile-secondary .padding {
  margin-top: 0;
  height: auto;
}

.icons .tile-inner h3 {
  margin-bottom: 1.6rem;
}

.tile .tile-inner p {
  max-width: 100%;
}

.learn-more {
  margin-top: 1rem;
}

/**
* --------------------------------------------
* OVERRIDES
* --------------------------------------------
*/

.landing-heading h2 {
  font-size: 2.6rem;
  padding: 4rem 0 3rem 0;
}
