﻿/**
* --------------------------------------------
* TABLET VIEW
* --------------------------------------------
*/
.component-holder {
  padding: 3rem 0;
}

.component-holder h1 {
  font-size: 4.0rem;
}

.component-holder h2 {
  font-size: 3.6rem;
  margin-bottom: 4rem;
}

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

.component-holder h4 {
  font-size: 2.0rem;
}

.component-holder h5 {
  font-size: 1.6rem;
}

.component-holder h6 {
  font-size: 1rem;
}

.component-holder p, .component-holder li {
  font-size: 1.3rem;
  line-height: 1.6;
}

#banner-main {
  background-attachment: scroll;
  height: 40rem;
}

#banner-main h1 {
  font-size: 4rem;
  position: relative;
}

.search-form label {
  font-size: 4rem;
}

.search-form .input-holder input {
  width: auto;
  padding: 2.3rem 0 1.9rem 7rem;
}

.search-form .input-holder input.placeholder {
  font-size: 1.8rem;
}

.search-form .input-holder input:-moz-placeholder {
  font-size: 1.8rem;
}

.search-form .input-holder input::-moz-placeholder {
  font-size: 1.8rem;
}

.search-form .input-holder input::-webkit-input-placeholder {
  font-size: 1.8rem;
}

.shares-bar {
  padding: 1.6rem;
}

.shares-bar ul li span:nth-child(2) {
  top: 0;
  font-size: 2.3rem;
}

.shares-bar .search-form label {
  font-size: 2rem;
}

.more {
  margin-top: 1rem;
}

.tiles .tile.tile-primary,
.tiles .tile.tile-secondary,
.tiles .tile.share-price-tile {
  width: 48%;
}

.tiles .tile.tile-primary:nth-child(2n+1),
.tiles .tile.tile-secondary:nth-child(2n+1) {
  clear: left;
}

.tiles .tile.tile-primary:nth-child(3n+1),
.tiles .tile.tile-secondary:nth-child(3n+1) {
  clear: none;
}

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

.tiles .tile.tile-miscellaneous > div {
  display: block;
}

.tiles .tile.tile-miscellaneous > div div {
  display: inline-block;
}

.tiles .tile.tile-miscellaneous > div div p {
  margin-right: 0;
}

.tiles .tile.tile-miscellaneous > div div:last-child .more {
  margin-top: 1rem;
}

.tile-narrow {
  width: 30%;
}

.tile-wide {
  width: 66%;
}

.tiles li > a:first-of-type {
  padding: 2rem 2rem 1.5rem 2rem;
}

.blog .blog-text p {
  font-size: 1.3rem;
}

.section.icon {
  padding-top: 1.6rem;
}

.icons {
  padding-top: 0;
}

.section.icon::before,
.icons::before {
  top: -3rem;
  width: 6rem;
}

.heading-icons::before {
  width: 5rem;
}

.investor-news p {
  font-size: 1.3rem;
}

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

.video .more {
  top: 30%;
}

.video iframe {
  height: 50rem;
}

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

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