﻿/*
===============================================================================
FONT AWESOME
===============================================================================
*/
@font-face {
  font-family: 'FontAwesome';
  src: url("/Shared/Fonts/fontawesome-webfont.eot?v=3.2.1");
  src: url("/Shared/Fonts/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("/Shared/Fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("/Shared/Fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("/Shared/Fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/*
===============================================================================
FONT MUSEOSANS
===============================================================================
*/
@font-face {
  font-family: 'MuseoSans100';
  src: url("/Shared/Fonts/museosans_100-webfont.eot");
  src: url("/Shared/Fonts/museosans_100-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/Fonts/museosans_100-webfont.woff") format("woff"), url("/Shared/Fonts/museosans_100-webfont.ttf") format("truetype"), url("/Shared/Fonts/museosans_100-webfont.svg#MuseoSans100") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans300';
  src: url("/Shared/Fonts/museosans_300-webfont.eot");
  src: url("/Shared/Fonts/museosans_300-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/Fonts/museosans_300-webfont.woff") format("woff"), url("/Shared/Fonts/museosans_300-webfont.ttf") format("truetype"), url("/Shared/Fonts/museosans_300-webfont.svg#MuseoSans300") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans500';
  src: url("/Shared/Fonts/museosans_500-webfont.eot");
  src: url("/Shared/Fonts/museosans_500-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/Fonts/museosans_500-webfont.woff") format("woff"), url("/Shared/Fonts/museosans_500-webfont.ttf") format("truetype"), url("/Shared/Fonts/museosans_500-webfont.svg#MuseoSans500") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSans700';
  src: url("/Shared/Fonts/museosans_700-webfont.eot");
  src: url("/Shared/Fonts/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("/Shared/Fonts/museosans_700-webfont.woff") format("woff"), url("/Shared/Fonts/museosans_700-webfont.ttf") format("truetype"), url("/Shared/Fonts/museosans_700-webfont.svg#MuseoSans700") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* VARIABLES */
/**
* --------------------------------------------
* VARIABLES
* --------------------------------------------
*/
/* MIXINS */
/*
===============================================================================
MIXINS
===============================================================================
*/
/* SHARED */
/*
===============================================================================
RESET DEFAULTS AND BROWSER STANDARDISATION
===============================================================================
*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* border box model */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, video, canvas {
  display: inline-block;
}

/* Responsive images and other embedded objects
Note: keeping IMG here will cause problems when using foreground images as sprites.
If this default setting for images is causing issues replace with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* Prevents modern browsers from displaying 'audio' without controls.
Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
Known issue: no IE 6 support. */
[hidden] {
  display: none;
}

/* force a vertical scrollbar to prevent a jumpy page, and text size adjust fix when changing page orientation */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*
==========================
quotes
==========================
*/
blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/*
==========================
links
==========================
*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover, a:focus, a:active {
  outline: none;
}

/*
==========================
marked up copy
==========================
*/
del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #333333;
  cursor: help;
}

/*
==========================
forms
==========================
*/
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  *overflow: visible;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

textarea {
  resize: none;
}

/* clickable elements */
.clickable,
label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

/* mozilla input centering fix */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* removal of default glow colour to input fields */
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  outline: 0;
}

/* removal of webkit styling on certain form fields */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* removal of default invalid field shadow and glow on HTML5 form error */
:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow: none;
}

/*
==========================
pre copy
==========================
*/
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/*
==========================
character styles
==========================
*/
small {
  font-size: 85%;
}

/*
==========================
sub / superscript
==========================
*/
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
==========================
monospaced elements
==========================
*/
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/**
* --------------------------------------------
* GRID
* --------------------------------------------
*/
.col-1 {
  width: 6.56371%;
  float: left;
  margin-left: 1.9305%;
}

.col-1:first-child {
  margin-left: 0;
}

.col-2 {
  width: 15.05792%;
  float: left;
  margin-left: 1.9305%;
}

.col-2:first-child {
  margin-left: 0;
}

.col-3 {
  width: 23.55212%;
  float: left;
  margin-left: 1.9305%;
}

.col-3:first-child {
  margin-left: 0;
}

.col-4 {
  width: 32.04633%;
  float: left;
  margin-left: 1.9305%;
}

.col-4:first-child {
  margin-left: 0;
}

.col-5 {
  width: 40.54054%;
  float: left;
  margin-left: 1.9305%;
}

.col-5:first-child {
  margin-left: 0;
}

.col-6 {
  width: 49.03475%;
  float: left;
  margin-left: 1.9305%;
}

.col-6:first-child {
  margin-left: 0;
}

.col-7 {
  width: 57.52896%;
  float: left;
  margin-left: 1.9305%;
}

.col-7:first-child {
  margin-left: 0;
}

.col-8 {
  width: 66.02317%;
  float: left;
  margin-left: 1.9305%;
}

.col-8:first-child {
  margin-left: 0;
}

.col-9 {
  width: 74.51737%;
  float: left;
  margin-left: 1.9305%;
}

.col-9:first-child {
  margin-left: 0;
}

.col-10 {
  width: 83.01158%;
  float: left;
  margin-left: 1.9305%;
}

.col-10:first-child {
  margin-left: 0;
}

.col-11 {
  width: 91.50579%;
  float: left;
  margin-left: 1.9305%;
}

.col-11:first-child {
  margin-left: 0;
}

.col-12 {
  width: 100%;
  float: left;
  margin-left: 1.9305%;
}

.col-12:first-child {
  margin-left: 0;
}

/**
* --------------------------------------------
* HELPER CLASSES
* --------------------------------------------
*/
.wrapper {
  max-width: 129.5rem;
  margin: 0 auto;
  padding: 0 3rem;
}

.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.display-block {
  display: block;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.width-full {
  width: 100% !important;
}

.width-third {
  width: 33.33333333333333% !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.padding {
  padding: 3rem;
}

.padding-minus-top {
  padding: 0 3rem 3rem 3rem;
}

.uppercase {
  text-transform: uppercase;
}

.mobile-only {
  display: none;
  visibility: hidden;
}

.print-only {
  display: none;
}

.min-height {
  height: auto !important;
  min-height: 100vh;
}

.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.display-table {
  display: table;
  width: 100%;
}

.heading-hr {
  background-color: rgba(191, 191, 191, 0.3);
  width: 25%;
  height: .2rem;
  display: inline-block;
  margin: 1.8rem 0 2.6rem 0;
}

/**
* --------------------------------------------
* COLOUR CLASSES
* --------------------------------------------
*/
.bg-color-blue-dark {
  background-color: #407EC9;
}

.bg-color-blue-light {
  background-color: #009FE3;
}

.bg-color-peach {
  background-color: #FF8674;
}

.bg-color-teal {
  background-color: #2AD2C9;
}

.bg-color-gray-lightest {
  background-color: #F2F2F2;
}

.bg-color-grey-white {
  background-color: #F8FAFD;
}

.blue-light h3 {
  color: #009FE3 !important;
}

.blue-light h3 > a, .blue-light .read-more, .blue-light .learn-more a {
  color: #009FE3;
}


.blue-light .image a, .blue-light a.category-tag {
  background: #009FE3;
}

.blue-light .findout-more,
.blue-light .learn-more .more {
  background-color: #009FE3;
}

.peach h3 {
  color: #FF8674 !important;
}

.peach h3 > a, .peach .read-more, .peach .learn-more a {
  color: #FF8674;
}


.peach .image a, .peach a.category-tag {
  background: #FF8674;
}

.peach .findout-more,
.peach .learn-more .more {
  background-color: #FF8674;
}

.blue-dark h3 {
  color: #407EC9 !important;
}

.blue-dark h3 > a, .blue-dark .read-more, .blue-dark .learn-more a {
  color: #407EC9;
}

.blue-dark .image a, .blue-dark a.category-tag {
  background: #407EC9;
}

.blue-dark .findout-more,
.blue-dark .learn-more .more {
  background-color: #407EC9;
}

.blue-violet h3 {
  color: #7D55C7 !important;
}

.blue-violet h3 > a, .blue-violet .read-more, .blue-violet .learn-more a {
  color: #7D55C7;
}

.blue-violet .image a, .blue-violet a.category-tag {
  background: #7D55C7;
}

.blue-violet .findout-more,
.blue-violet .learn-more .more {
  background-color: #7D55C7;
}

/* LAYOUT COMPONENTS */
/**
* --------------------------------------------
* HEADER
* --------------------------------------------
*/
#header-main {
  background: #2a3744;
  width: 100%;
  height: 10rem;
  padding: 4rem 0;
  color: #FFF;
}

/**
* --------------------------------------------
* MAIN BANNER
* --------------------------------------------
*/
#banner-main {
  position: relative;
  background-size: cover;
  height: 50.4rem;
  max-height: 72rem;
}

#banner-main.banner {
  background-image: none;
  background-color: #407EC9;
}

#banner-main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 -35rem 20rem -10rem rgba(0, 0, 0, 0.45);
  z-index: 1;
}

#banner-main h1,
label,
.component-holder h1 {
  display: block;
  font-size: 5rem;
  font-family: "MuseoSans700", sans-serif;
  color: #FFF;
  -webkit-text-shadow: 0 0.2rem 0.1rem rgba(102, 102, 102, 0.9);
  -moz-text-shadow: 0 0.2rem 0.1rem rgba(102, 102, 102, 0.9);
  -ms-text-shadow: 0 0.2rem 0.1rem rgba(102, 102, 102, 0.9);
  /* IE 10+ */
  -o-text-shadow: 0 0.2rem 0.1rem rgba(102, 102, 102, 0.9);
  text-shadow: 0 0.2rem 0.1rem rgba(102, 102, 102, 0.9);
  z-index: 3;
}

#banner-main h1 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form label,
.component-holder h1 {
  margin-bottom: 2rem;
}

#banner-main h1,
.component-holder h1 {
  text-align: center;
}

#banner-main #bb-search {
  position: relative;
  z-index: 2;
  top: 50%;
}

/**
* --------------------------------------------
* SHARES BAR
* --------------------------------------------
*/
.shares-bar {
  background: #009FE3;
  position: absolute;
  width: 100%;
  padding: 2.8rem 0;
  bottom: 0;
  z-index: 2;
}

.shares-bar ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
}

.shares-bar ul li {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.shares-bar ul li:last-child {
  border-right: none;
}

.shares-bar ul span {
  display: block;
  text-transform: uppercase;
}

.shares-bar ul span:nth-child(1) {
  font-family: "MuseoSans700", sans-serif;
  color: rgba(255, 255, 255, 0.75);
}

.shares-bar ul span:nth-child(2) {
  position: relative;
  top: 1rem;
  font-size: 3.2rem;
  color: #FFF;
}

/**
* --------------------------------------------
* SEARCH
* --------------------------------------------
*/
.search-form {
  position: relative;
  text-align: center;
  z-index: 3;
}

#banner-main .search-form {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#banner-main .with-shares-bar {
  top: 40%;
}

.search-form .input-holder {
  position: relative;
  display: inline-block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.1rem 0.1rem 0 rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 0 0.1rem 0.1rem 0 rgba(102, 102, 102, 0.3);
  -o-box-shadow: 0 0.1rem 0.1rem 0 rgba(102, 102, 102, 0.3);
  -ms-box-shadow: 0 0.1rem 0.1rem 0 rgba(102, 102, 102, 0.3);
  box-shadow: 0 0.1rem 0.1rem 0 rgba(102, 102, 102, 0.3);
  border-radius: 1rem;
}

.search-form .input-holder::before {
  position: absolute;
  top: 1.6rem;
  left: 3rem;
  font-family: 'FontAwesome';
  content: '\f002';
  font-size: 2.6rem;
  color: #bfbfbf;
}

.search-form .input-holder input {
  background: transparent;
  width: 68rem;
  min-width: auto;
  border: none;
  padding: 2.3rem 0 1.9rem 8rem;
  vertical-align: top;
  font-family: 'MuseoSans500';
  font-size: 2.1rem;
}

.search-form .input-holder input.placeholder {
  color: #bfbfbf;
}

.search-form .input-holder input:-moz-placeholder {
  color: #bfbfbf;
}

.search-form .input-holder input::-moz-placeholder {
  color: #bfbfbf;
}

.search-form .input-holder input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.search-form .input-holder button {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #407EC9;
  min-width: 13rem;
  min-height: 6.7rem;
  padding-left: 2rem;
  border: none;
  color: #FFF;
  line-height: 1;
}

.search-form .input-holder button.square {
  position: relative;
  border-right: 1px solid #bfbfbf;
}

.search-form .input-holder button.rounded {
  -webkit-border-radius: 0 1rem 1rem 0;
  -moz-border-radius: 0 1rem 1rem 0;
  -o-border-radius: 0 1rem 1rem 0;
  -ms-border-radius: 0 1rem 1rem 0;
  border-radius: 0 1rem 1rem 0;
  float: right;
}

.search-form .input-holder button span {
  display: inline-block;
  width: 100%;
  font-family: 'MuseoSans700';
  font-size: 2.2rem;
  text-align: left;
  line-height: 0.8;
}

.search-form .input-holder button span span {
  font-family: 'MuseoSans500';
  font-size: 1.2rem;
}

.search-form .input-holder button:hover, .search-form .input-holder button:focus {
  background: #009FE3;
}

.shares-bar .search-form {
  display: table;
  width: 100%;
}

.shares-bar .search-form label {
  display: table-cell;
  padding-right: 1rem;
  font-size: 3rem;
  vertical-align: middle;
}

.shares-bar .search-form .input-holder {
  display: table-cell;
  text-align: left;
}

.shares-bar .search-form button.rounded.search:hover {
  background: #2AD2C9;
  color: #FFF;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.rounded.search > span {
  padding: 0 2rem 0 1rem;
  vertical-align: middle;
}

/**
* --------------------------------------------
* MAIN
* --------------------------------------------
*/
html,
body {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-width: 32rem;
  font-family: "MuseoSans500", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #666666;
}

#page-wrapper {
  min-height: 100%;
}

.component-holder {
  position: relative;
  width: 100%;
  padding: 6rem 0 4rem 0;
  border-bottom: 1px solid rgba(191, 191, 191, 0.6);
}

.component-holder h2, .component-holder h3 {
  font-family: "MuseoSans700", sans-serif;
  line-height: 1;
  color: #407EC9;
}

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

.component-holder h3 {
  margin-bottom: 1.6rem;
  font-size: 3.2rem;
}

.component-holder figure {
  position: relative;
  max-width: 108.4rem;
  width: 100%;
  height: auto;
  margin: 4rem auto;
}

.component-holder figure img,
.component-holder figure video,
.component-holder figure iframe {
  display: block;
  width: 100%;
}

.component-holder figure figcaption {
  position: absolute;
}

.component-holder figure a {
  position: absolute;
}

.component-holder figure a.image-link {
  position: static;
}

.component-holder figure#share-price-chart {
  overflow: hidden;
}

.component-holder figure#share-price-chart #landing-chart-container {
  height: 30rem;
}

.tiles {
  text-align: center;
  margin: 0 -1%;
}

.tiles p {
  padding-bottom: 1rem;
  color: #666666;
  line-height: 1.8;
}

.tiles li {
  list-style-type: none;
  text-align: left;
  border-bottom: 1px solid #E7E8E9;
}

.tiles li > a:first-of-type {
  display: block;
  width: 100%;
  padding: 2rem 3rem 1.7rem 3rem;
  text-decoration: none;
  color: #666666;
}

.tiles li > a:first-of-type::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 2.2rem;
  line-height: 1;
  float: right;
}

.tiles li:first-child {
  border-top: 1px solid #E7E8E9;
}

.tiles li:last-child {
  border-bottom: none;
}

.tiles li a {
  background-color: #FFF;
}

.tiles li a:hover {
  background: #2AD2C9;
  color: #FFF;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #FFF;
}

.tiles .tile {
  -webkit-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  -o-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  -ms-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  background: #FFF;
  margin: 0 1% 2.3% 1%;
  border: 1px solid rgba(102, 102, 102, 0.3);
  position: relative;
  float: left;
}

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

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

.tiles .tile .tile-inner.padding {
  position: relative;
  height: 29.8rem;
  overflow: hidden;
}

.tiles .tile .more:hover {
  background: #2AD2C9;
  color: #FFF;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
}

.tiles .tile.bg-void {
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: background .3s;
}

.tiles .tile.bg-void:hover,
.tiles .tile.bg-void:focus,
.tiles .tile.bg-void:active {
  background: #FFF;
}

.image figcaption,
.video figcaption {
  -webkit-text-shadow: 0 0.1rem 0.1rem rgba(102, 102, 102, 0.6);
  -moz-text-shadow: 0 0.1rem 0.1rem rgba(102, 102, 102, 0.6);
  -ms-text-shadow: 0 0.1rem 0.1rem rgba(102, 102, 102, 0.6);
  /* IE 10+ */
  -o-text-shadow: 0 0.1rem 0.1rem rgba(102, 102, 102, 0.6);
  text-shadow: 0 0.1rem 0.1rem rgba(102, 102, 102, 0.6);
  font-family: "MuseoSans700", sans-serif;
  font-size: 3.8rem;
  color: #FFF;
}

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

/**
* --------------------------------------------
* IMAGE/-S COMPONENT
* --------------------------------------------
*/
.bg-image {
  background: url("../../Images/banner-chorus.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 20rem 0;
  position: relative;
}

.bg-image h1 {
  margin-bottom: 6rem;
}

.image figcaption {
  left: 6rem;
  bottom: 2.4rem;
}

.image .more {
  border-radius: 0;
  right: 0;
  bottom: 0;
  top: auto !important;
}

/**
* --------------------------------------------
* VIDEO COMPONENT
* --------------------------------------------
*/
.video video {
  background-color: #333333;
}

.video iframe {
  height: 60rem;
}

.video .video-tag,
.video time {
  position: absolute;
  top: 6rem;
  font-size: 1.6rem;
  color: #bfbfbf;
}

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

.video .video-tag::before {
  font-family: FontAwesome;
  content: "\f03d";
  margin-right: 1rem;
}

.video time {
  right: 6rem;
}

.video figcaption {
  left: 6rem;
  bottom: 6.4rem;
}

/**
* --------------------------------------------
* BLOG TILES
* --------------------------------------------
*/
.blog {
  text-align: left;
}

.blog a {
  text-decoration: none;
}

.blog a:hover {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.blog .image {
  min-height: 20rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog .category-tag {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0.6rem 1rem;
  font-family: "MuseoSans700", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #FFF !important;
}

.blog .category-tag:hover {
  background: #2AD2C9;
  color: #FFF;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  text-decoration: none;
}

.blog h3 {
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}

.blog .blog-text {
  margin-top: 1.6rem;
}

.blog .blog-text p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.tiles .tile.blog {
  border-radius: .5rem;
  border-bottom: .4rem solid;
}

.tiles .tile.blog:hover {
  -webkit-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -o-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.tiles .tile.blog.blue-light {
  border-bottom-color: #009FE3;
}

.tiles .tile.blog.peach {
  border-bottom-color: #FF8674;
}

.tiles .tile.blog.blue-dark {
  border-bottom-color: #407EC9;
}

.tiles .tile.blog.blue-violet {
  border-bottom-color: #7D55C7;
}

/**
* --------------------------------------------
* SECONDARY INFO TILES
* --------------------------------------------
*/
.tile.tile-secondary {
  /*height: 100%;*/
  height: 29.5rem;
  overflow: hidden;
  border-top: 0.3rem solid #2AD2C9;
}

.tile.tile-secondary > div {
  background-color: #FFF;
  position: relative;
  width: 50%;
  height: 100%;
  text-align: left;
  float: left;
  z-index: 1;
}

.tile.tile-secondary .image-wrapper {
  height: 100%;
  z-index: 0;
}

.tile.tile-secondary .image-wrapper img {
  position: absolute;
  max-width: none;
  top: 0;
  right: 0;
}

.tile.tile-secondary h3 {
  font-size: 2.4rem;
}

.tile.tile-secondary h3 a {
  color: #407EC9;
}

.tile.tile-secondary h3 a:hover {
  color: #2AD2C9;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.tile.tile-secondary p {
  font-size: 1.3rem;
  line-height: 1.6;
}

.tile.tile-secondary .more {
  position: absolute;
  top: auto;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 1;
}

/**
* --------------------------------------------
* MISCELLANEOUS TILES
* --------------------------------------------
*/
.tiles .tile.tile-miscellaneous {
  height: 16.2rem;
  padding: 2em 3rem;
  text-align: left;
  border-top: 0.3rem solid #2AD2C9;
  width: 48%;
  overflow: hidden;
}

.tile.tile-miscellaneous:nth-child(2n+1) {
  clear: left;
}

.tile.tile-miscellaneous:hover {
  -webkit-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -o-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -ms-box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  box-shadow: 0 5px 18px rgba(51, 51, 51, 0.3);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.tile.tile-miscellaneous > div {
  display: table;
}

.tile.tile-miscellaneous > div div {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.tile.tile-miscellaneous > div div p {
  margin-right: 2.5rem;
}

.tile.tile-miscellaneous > div:last-child .more {
  margin-top: 0;
}

/**
* --------------------------------------------
* FAQ / QUESTIONS
* --------------------------------------------
*/

.tiles .tile.tile-faq {
  border: none;
}

.tile-narrow {
  width: 24%;
}

.tile.tile-faq.tile-narrow,
.tile-narrow li a {
  background-color: #F8FAFD;
}

.tile-wide {
  width: 72%;
}

.tile-wide li {
  border-bottom: none;
}

.faq-index .accordion li div {
  padding: 2rem 3rem 1.7rem 3rem;
}

.faq-index .accordion li > div {
  display: none;
  border-bottom: 1px solid #F2F2F2;
}

.faq-index .accordion li > div,
.faq-index .accordion li > div p {
  font-family: MuseoSans500, Arial;
}

.faq-index .accordion li > a:first-of-type::after {
  content: "\f078";
  color: rgba(102, 102, 102, .75);
}

.faq-index .accordion li > a {
  color: rgba(102, 102, 102, .75);
  font-family: MuseoSans700, Arial;
  border-bottom: 1px solid #F2F2F2;
}

.faq-index .accordion li > a:hover,
.faq-index .accordion li > a:hover::after,
.faq-index .accordion li > a.selected::after,
.faq-index .accordion li > a:focus::after {
  color: #FFF;
}

.faq-index .accordion li > a.selected,
.faq-index .accordion li > a.active {
  background-color: #fff !important;
  color: #333 !important;  
}

.faq-index .accordion li > a.selected:first-of-type::after {
  content: "\f077";
  color: #333;
}

/**
* --------------------------------------------
* ICONS
* --------------------------------------------
*/
.heading-icons::before {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  vertical-align: middle;
}

.section.icon {
  position: relative;
  padding-top: 3rem;
}

.icons {
  padding-top: 1rem;
}

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

.icons .tile-inner p {
  max-width: 70%;
  margin: 0 auto;
}

.section.icon::before,
.icons::before {
  position: absolute;
  margin: 0 auto;
  top: -4.2rem;
  left: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  z-index: 1;
}

.tiles .tile.icons {
  margin-top: 2rem;
  border-top: none;
}

.icons ul li {
	border-bottom: 1px solid #FFF;
}

.icons ul li:first-child {
  border-top: none;
}

.icons ul li a {
	background-color: #F8FAFD;
}

.icon-business::before {
  content: url(../../Images/document-icons/icon-business.svg);
}

.icon-callout::before {
  content: url(../../Images/document-icons/icon-callout.svg);
}

.icon-cannon::before {
  content: url(../../Images/document-icons/icon-cannon.svg);
}

.icon-cannon-02::before {
  content: url(../../Images/document-icons/icon-cannon-02.svg);
}

.icon-chartcols::before {
  content: url(../../Images/document-icons/icon-chartcols.svg);
}

.icon-chartlines::before {
  content: url(../../Images/document-icons/icon-chartlines.svg);
}

.icon-customers::before {
  content: url(../../Images/document-icons/icon-customers.svg);
}

.icon-developers::before {
  content: url(../../Images/document-icons/icon-developers.svg);
}

.icon-document::before {
  content: url(../../Images/document-icons/icon-document.svg);
}

.icon-entry::before {
  content: url(../../Images/document-icons/icon-entry.svg);
}

.icon-fireworks::before {
  content: url(../../Images/document-icons/icon-fireworks.svg);
}

.icon-fireworks-02::before {
  content: url(../../Images/document-icons/icon-fireworks-02.svg);
}

.icon-group::before {
  content: url(../../Images/document-icons/icon-group.svg);
}

.icon-home::before {
  content: url(../../Images/document-icons/icon-home.svg);
}

.icon-mail::before {
  content: url(../../Images/document-icons/icon-mail.svg);
}

.icon-media::before {
  content: url(../../Images/document-icons/icon-media.svg);
}

.icon-network::before {
  content: url(../../Images/document-icons/icon-network.svg);
}

.icon-plug::before {
  content: url(../../Images/document-icons/icon-plug.svg);
}

.icon-property::before {
  content: url(../../Images/document-icons/icon-property.svg);
}

.icon-puzzle::before {
  content: url(../../Images/document-icons/icon-puzzle.svg);
}

.icon-rural::before {
  content: url(../../Images/document-icons/icon-rural.svg);
}

.icon-video::before {
  content: url(../../Images/document-icons/icon-video.svg);
}

.border-top {
  display: inline-block;
}

.border-top::before {
  background-color: rgba(102, 102, 102, 0.3);
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  top: -0.1rem;
  left: 0;
}

.border-top::after {
  background-color: rgba(102, 102, 102, 0.3);
  width: 30%;
  height: 1px;
  position: absolute;
  content: "";
  top: -0.1rem;
  right: 0;
}

/**
* --------------------------------------------
* BUTTONS AND LINKS
* --------------------------------------------
*/
a:focus,
a:active,
a.selected {
  background-color: #407EC9 !important;
  color: #FFFFFF !important;
}

a:focus:hover,
a:active:hover,
a.selected:hover {
  background-color: #2AD2C9 !important;
}

div[class^="col-"] .more:hover:hover,
.view-more:hover,
.image a.more:hover,
.blog .image a:hover {
  text-decoration: none;
}

a,
.tile-faq .accordion li div a {
  color: #009FE3;
  text-decoration: none;
}

a:hover,
.tile-faq .accordion li div a:hover {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  background: none;
  text-decoration: underline;
  color: #2AD2C9;
}

.more {
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  -o-border-radius: 0.3rem;
  -ms-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: #407EC9;
  display: inline-block;
  margin-top: 1.8rem;
  padding: 1.5rem 2rem 1.3rem 2.2rem;
  text-decoration: none;
  color: #FFF;
}

.more:hover {
  background: #2AD2C9;
  color: #FFF;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.more::after {
  font-family: FontAwesome;
  content: "\f105";
  font-size: 2.2rem;
  line-height: 0.9;
}

.more::after:hover {
  background: #2AD2C9;
  color: #FFF;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.findout-more,
.learn-more,
.just-more.fixed {
  position: absolute;
  bottom: 3rem;
  top: auto !important;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.findout-more::after,
.learn-more::after,
.just-more.fixed::after {
  float: right;
}

.findout-more {
  min-width: 25rem;
  width: 50%; /* for =< IE11 */;
  text-align: left;
}

.view-more {
  min-width: 22rem;
}

.view-more::after {
  float: right;
}

.just-more {
  background: transparent;
  min-width: 18rem;
  border: 1px solid #407EC9;
  color: #407EC9;
}

.just-more:hover {
  border-color: #2AD2C9;
}

.just-more.fixed {
  background: #FFF;
  width: 50%;
}

.just-more::after {
  display: none;
}

.learn-more {
  min-width: 100%;
}

.learn-more a {
  display: inline-block;
}

.learn-more a:hover {
  color: #2AD2C9;
  text-decoration: none;
}

.learn-more a:hover .more {
  background: #2AD2C9;
  color: #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.learn-more a span {
  margin-left: 8rem;
  margin-top: 0;
}

/**
* --------------------------------------------
* INVESTOR NEWS TABLE
* --------------------------------------------
*/
.investor-news {
  -webkit-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  -o-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  -ms-box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.2);
  border: 1px solid rgba(102, 102, 102, 0.3);
  background: #FFFFFF;
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-family: "MuseoSans700", sans-serif;
  color: #999999;
}

.investor-news tr th,
.investor-news tr td {
  vertical-align: middle;
  border-bottom: 1px solid #F2F2F2;
}

.investor-news tr th p,
.investor-news tr td p {
  margin-top: 1rem;
}

.investor-news tr th {
  padding: 2rem;
}

.investor-news tr td {
  padding: 1rem 2rem;
}

.investor-news tr th:nth-child(1),
.investor-news tr td:nth-child(1) {
  text-align: center;
}

.investor-news tr th:nth-child(1) span.icon,
.investor-news tr td:nth-child(1) span.icon {
  width: 3rem;
  display: inline-block;
}

.investor-news tr th:nth-child(2),
.investor-news tr td:nth-child(2) {
  text-align: left;
  padding-left: 1rem;
}

.investor-news tr th:nth-child(3),
.investor-news tr td:nth-child(3) {
  text-align: right;
  padding-right: 3.6rem;
}

.investor-documents {
  list-style: none;
}

.investor-documents li {
  padding: 0.5rem 0;
}

.investor-documents li > a {
  text-decoration: none;
  color: #999999;
}

.investor-documents li > a:hover {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: underline;
  color: #333333;
}

/**
* --------------------------------------------
* QUICK LINKS
* --------------------------------------------
*/
.quick-links {
  background: #009FE3;
  padding: 3.4rem 0;
  color: #FFF;
}

.quick-links h2 {
  font-family: "MuseoSans700", sans-serif;
  font-size: 2rem;
  line-height: 1;
  float: left;
}

.quick-links ul {
  float: right;
}

.quick-links ul li {
  display: inline-block;
  margin-right: 3rem;
  vertical-align: middle;
  list-style-type: none;
}

.quick-links ul li:last-child {
  margin-right: 0;
}

.quick-links a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.quick-links a:hover {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #FFF;
}

/* OVERRIDES */
/**
* --------------------------------------------
* OVERRIDES
* --------------------------------------------
*/
.landing-heading h2 {
  font-family: "MuseoSans700", sans-serif;
  line-height: 1;
  padding: 5rem 0;
  margin-bottom: 0;
  font-size: 4.8rem;
  color: #407EC9;
  text-align: center;
}

.landing-heading + section {
  padding-top: 0;
}

time.time {
  position: relative !important;
  font-size: 1.4rem !important;
  color: #666666 !important;
}

/**
* --------------------------------
* SET HEIGHT RESTRICTIONS TO TILES
* --------------------------------
*/

.blog,
.share-price-tile {
  height: 43.5rem;
  overflow: hidden;
}