@font-face {
  font-family: LubalinGraphStd;
  src: url('../fonts/LubalinGraphStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: CenturyGothicPro;
  src: url('../fonts/CenturyGothicProGrk-Regular.otf') format('opentype');
}
@font-face {
  font-family: CenturyGothicPro;
  src: url('../fonts/CenturyGothicProGrk-Bold.otf') format('opentype');
  font-weight: bold;
}
/* Global Styles */

html, body {
  font-family: CenturyGothicPro, sans-serif;
  font-size: 14px;
  color:  #58595b;
}

.green-bg {
  background-color: #00bf6f;
  color: #fff;
}

.grey-bg {
  background-color: #919d9d;
  color: #fff;
}

.dark-grey-bg {
  background-color: #717c7d;
  color: #fff;
}

.green-text {
  color: #00bf6f;
}

.pattern-bg {
  height: 200px;
  background-size: cover;
  background-color: #717c7d;
}

.pattern-bg-1 {
  background-image: url('../images/pattern-bg-1.jpg');
}

.pattern-bg-2 {
  background-image: url('../images/pattern-bg-2.jpg');
}

.pattern-bg-3 {
  background-image: url('../images/pattern-bg-3.jpg');
}

.pattern-bg-4 {
  background-image: url('../images/pattern-bg-4.jpg');
}

.wysiwyg-content img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: LubalinGraphStd, CenturyGothic, sans-serif;
}

h1 span {
  font-family: CenturyGothic, sans-serif;
}

h1 {
  color: #717c7d;
  font-size: 48px;
  font-size: 3.4rem;
  margin-top: 10px;
}

h1:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #d1d3d4;
  width: 20%;
  margin: 15px 0 30px;
}

h1 span.green-text {
  font-weight: normal;
  display: block;
  font-size: 24px;
  font-size: 0.5em;
  margin-bottom: 10px;
}

.main h3 {
  font-size: 20px;
  font-size: 1.4rem;
}

.btn-pill {
  display: inline-block;
  padding: 6px 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border-width: 1px;
  border-style: solid;
}

.breadcrumbs-container {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.95rem;
}

.breadcrumbs-container p {
  margin: 0 15px;
}

.breadcrumbs-container a {
  color: #919d9d;
}

.breadcrumbs-container a:hover {
  color:  #00bf6f;
  text-decoration: none;
}

.breadcrumbs-container span.breadcrumb_last {
  color:  #00bf6f;
}

.breadcrumbs-container p {
  margin-bottom: 0;
}

/* Header */

header.main-header a {
  color: #717c7d;
}

header.main-header a:hover {
  text-decoration: none;
}

.site-brand {
  display: block;
  margin: 50px 0 25px;
}

header.main-header .contact-details,
header.main-header .social-media,
header.main-header .main-nav ul {
  list-style-type: none;
  padding: 0;
  font-size: 0;
}

header.main-header .header-right {
  float: right;
  margin-top: 15px;
}

header.main-header .contact-details,
header.main-header .social-media {
  float: left;
  vertical-align: middle;
}

header.main-header .social-media {
  margin-right: 10px;
}

header.main-header .social-media li {
  display: inline-block;
  margin: 0 2px;
}

header.main-header .contact-details li:hover,
header.main-header .contact-details li:hover a {
  color: #00bf6f;
}

header.main-header .contact-details {
  padding-top: 6px;
  padding-top: 0.42rem;
}

header.main-header .contact-details li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85rem;
  line-height: 1;
}

header.main-header .contact-details li:first-of-type:after {
  //content: "|";
  //margin: 0 10px;
  color: #717c7d;
}

header.main-header .contact-details i {
  margin-right: 3px;
}

.main-nav ul.menu {
  margin: 0;
  text-align: right;
}

.main-nav ul.menu > li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  border-bottom: 4px solid #fff;
}

.main-nav ul.menu > li {
  padding: 5px 25px;
  text-transform: uppercase;
}

.main-nav ul.menu > li:not(:last-child):after {
  content: "|";
  position: absolute;
  top: 50%;
  right: -3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-nav ul.menu > li.current-menu-ancestor,
.main-nav ul.menu > li.current-menu-item,
.main-nav ul.menu > li:hover {
  border-color: #00bf6f;
}

.main-nav ul.menu > li.current-menu-ancestor > a,
.main-nav ul.menu li.current-menu-item > a,
.main-nav ul.menu > li:hover > a {
  color: #00bf6f;
}

.main-nav ul.menu li > ul {
  text-align: left;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  opacity: 0;
  transition: opacity .3s linear;
  z-index: -10;
}

.main-nav ul.menu > li:hover > ul {
  opacity: 1;
  z-index: 10;
}

.main-nav ul li > ul {
  background-color: #f1f2f2;
  text-transform: none;
  width: 175px;
}

.main-nav ul li > ul li {
  border-bottom: 1px solid #d1d3d4;
  padding: 5px 0;
  margin: 2px 8px;
  width: calc(100% - 16px);
  font-size: 12px;
  font-size: 0.85rem;
}

.main-nav ul li > ul li:last-child {
  border-bottom: none;
}

.main-nav ul li > ul li.current-menu-item a,
.main-nav ul li > ul li:hover a {
  font-weight: bold;
  color: #00bf6f;
}

.mobile-nav {
  display: none;
  color: #fff;
  padding: 0;
  position: relative;
}

.mobile-nav .menu-btn {
  float: left;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}

.mobile-nav .site-brand {
  float: left;
}

.mobile-nav .menu-btn .header-menu-btn-icon {
  float: left;
  padding: 5px;
  width: 30px;
}

.mobile-nav .menu-btn .header-menu-btn-icon span {
  background-color: #fff;
  display: block;
  height: 3px;
  margin: 0 auto 3px;
  transition: .2s ease-in-out;
  width: 100%;
}

.mobile-nav.open .menu-btn .header-menu-btn-icon span {
  width: 75%;
  position: relative;
}

.mobile-nav.open .menu-btn .header-menu-btn-icon span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav.open .menu-btn .header-menu-btn-icon span:nth-child(2) {
  opacity: 0;
}

.mobile-nav.open .menu-btn .header-menu-btn-icon span:nth-child(3) {
  top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header.main-header .mobile-nav a {
  color: #fff;
}

.mobile-nav ul {
  list-style-type: none;
  padding-left: 10px;
}

.mobile-nav ul.sub-menu {
  padding-left: 20px;
}

.mobile-nav .menu-container {
  left: -100%;
  width: 100%;
  padding: 0;
  z-index: 10;
  position: absolute;
  transition: left 0.4s ease-in-out;
}

/* Main */
.main {
  font-size: 14px;
  font-size: 1rem;
  padding: 40px 0;
}

.main a {
  color: #00bf6f;
}

.main p.green-text:first-of-type {
  font-size: 16px;
  font-size: 1.15em;
}

.main table {
  border-collapse: collapse;
}

.main table, .main th, .main td {
  border: 1px solid #00bf6f;
}

.main th {
  background-color: #00bf6f;
  color: #fff;
}

.main th, .main td {
  padding: 4px;
}

.share-widget {
  font-size: 14px;
  font-size: 1rem;
}

.share-widget .image-wrapper {
  position: relative;
  height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.share-widget .image-wrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 191, 111, 0.5);
}

.share-widget .details {
  border-top: 2px solid #fff;
  padding: 15px;
}

.share-widget h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-size: 1.7em;
}

.share-widget .link-wrapper {
  text-align: center;
  margin-top: 40px;
}

.share-widget a.btn-pill {
  color: #fff;
  text-decoration: none;
}

.share-widget a.btn-pill:hover {
  background-color: #fff;
  color: #00bf6f;
}

.sidebar-menu-wrapper {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 30px;
}

.sidebar-menu-wrapper h3 {
  font-size: 16px;
  font-size: 1.15em;
}

.sidebar-menu-wrapper h3:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #d1d3d4;
  margin: 15px 0 20px;
}

.sidebar-menu-wrapper ul {
  list-style-type: none;
}

.sidebar-menu-wrapper ul.menu {
  padding: 0;
}

.sidebar-menu-wrapper ul.menu a {
  text-decoration: none;
}

.sidebar-menu-wrapper ul.menu > li > a {
  color:  #717c7d;
  line-height: 22px;
  text-transform: uppercase;
}

.sidebar-menu-wrapper ul.menu > li.menu-item-has-children > a:after {
  margin-left: 10px;
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url('../images/down_chevron.png');
}

.sidebar-menu-wrapper ul.menu li.current-menu-item > a {
  color: #00bf6f;
}

.sidebar-menu-wrapper ul.sub-menu {
  padding-left: 30px;
}

.sidebar-menu-wrapper li:not(.current-menu-ancestor):not(.current-menu-item) ul.sub-menu {
  display: none;
}

.sidebar-menu-wrapper ul.sub-menu li:before {
  content: '-';
  color: #919d9d;
  margin-right: 3px;
}

.sidebar-menu-wrapper ul.sub-menu li a {
  color: #919d9d;
}

.map-section {
  border-top: 2px solid #d1d3d4;
  font-size: 14px;
  font-size: 1rem;
  font-family: LubalinGraphStd, CenturyGothicPro, sans-serif;
  padding: 0 15px;
  margin: 20px 0 40px;
}

.map-section h3 {
  font-size: 18px;
  font-size: 1.3em;
  margin: 20px 0;
}

.map-section .map-container {
  padding: 0;
}

.map-section .acf-map {
  height: 400px;
}

.map-section .details-container {
  padding: 30px;
  font-size: 16px;
  font-size: 1.15em;
}

.map-section .details-container h4 {
  margin-bottom: 20px;
}

.map-section .details-container a {
  color: #fff;
  text-decoration: none;
}

.map-section .details-container .address {
  margin-bottom: 20px;
}

.unsolicited-calls {
  font-size: 14px;
  font-size: 1rem;
}

.unsolicited-calls h3 {
  font-size: 16px;
  font-size: 1.15em;
  margin: 20px 0;
}

.unsolicited-calls a {
  color: #00bf6f;
  text-decoration: none;
}

/* Footer */

footer.main-footer {
  padding: 30px 0;
  background-color: #919d9d;
  color: #fff;
}

footer.main-footer a {
  color: #fff;
}

footer.main-footer ul.menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 15px;
  font-size: 0;
}

footer.main-footer ul.menu li {
  display: inline-block;
  font-size: 14px;
  font-size: 1rem;
  width: calc(100%/3);
  margin-bottom: 15px;
}

footer.main-footer .menu-row {
  border-bottom: 1px solid #f1f3f3;
}

footer.main-footer .company-details-row {
  padding: 20px 0;
  border-bottom: 1px solid #f1f3f3;
}

footer.main-footer ul.company-details li {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85rem;
}

footer.main-footer ul.company-details li:not(:last-child):after {
  content: '|';
  margin: 0 10px;
}

footer.main-footer p.terms {
  padding: 20px 0;
  font-size: 10px;
  font-size: 0.7rem;
}

/* Home */
.banner-image {
  height: 350px;
  background-size: cover;
  background-position: center center;
}

.stats {
  background: url('../images/pattern-bg-home.png') #717c7d;
  background-size: cover;
  color: #fff;
  font-size: 1rem;
  padding: 70px 0;
}

.stat i {
  color: #d1d3d4;
  font-size: 72px;
}

.stat .number-container {
  font-size: 60px;
  font-family: LubalinGraphStd, CenturyGothicPro, sans-serif;
  font-weight: bold;
  margin: 10px 0 20px;
}

.quote-section {
  font-size: 14px;
  font-size: 1rem;
}

.quote-section {
  position: relative;
}

.quote-section {
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-position: top 50px left calc(((100% - 1170px)/2) - 40px);
}

.quote-section .image-container {
  height: 100%;
  width: 50%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 0;
  right: 0;
}

.quote-section .text-container {
  margin: 40px auto;
}

.quote-section .quote {
  font-size: 46px;
  font-size: 3.3em;
  font-family: LubalinGraphStd, CenturyGothicPro, sans-serif;
}

.quote-section .author-details {
  font-size: 18px;
  font-size: 1.3em;
}

.quote-section .author-details .author-role {
  opacity: 0.5;
}

/* Additional Contacts */
.additional-contacts {
  border-top: 2px solid #d1d3d4;
  font-size: 14px;
  font-size: 1rem;
}

.additional-contacts h3 {
  font-size: 18px;
  font-size: 1.3em;
  margin: 20px 0;
}

.additional-contact {
  font-size: 16px;
  font-size: 1.15rem;
  color: #58595b;
  margin: 10px 0;
}

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

.additional-contact h4 {
  font-weight: bold;
  font-size: 16px;
  font-size: 1em;
  margin-bottom: 20px;
}

.additional-contact .address {
  margin-bottom: 20px;
}

.additional-contact .phone .terms {
  font-size: 13px;
  font-size: 0.8em;
}

.additional-contact .phone a,
.additional-contact .email a {
  color: #58595b;
  text-decoration: none;
}

.additional-contact .phone .terms {
  margin-bottom: 20px;
}

/* News */
/* Global for news */
.date {
  color: #919d9d;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.date .pe-7s-date {
  margin-right: 5px;
}

/* Home */
.home .news {
  background-color: #f1f2f2;
  font-size: 14px;
  font-size: 1rem;
  color: #717c7d;
}

.home .news h3 {
  padding-left: 15px;
  font-size: 36px;
  font-size: 2.6em;
}

.home .news h3 .green-text {
  font-size: 14px;
  font-size: 0.4em;
  font-weight: normal;
}

.home .news-article {
  background-color: #fff;
  padding: 20px;
  margin: 30px auto;
}

.home .news-article h4 {
  font-family: LubalinGraphStd, CenturyGothic, sans-serif;
  font-size: 18px;
  font-size: 1.3em;
}

.home .news-article .date {
  font-size: 10px;
  font-size: 0.7em;
}

.home .news-article a.btn-pill {
  margin-top: 10px;
  color: #919d9d;
  text-decoration: none;
}

.home .news-article a.btn-pill:hover {
  background-color: #919d9d;
  color: #fff;
}

/* Index page - home.php */
.news-article {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 20px;
}

.news-article a {
  text-decoration: none;
  color: #58595b;
}

.news-article a:hover {
  color: #00bf6f;
}

.news-pagination {
  font-size: 16px;
  font-size: 1.15rem;
  text-align: center;
}

.news-pagination a {
  color: #58595b;
  text-decoration: none;
}

.news-pagination a:hover {
  color: #00bf6f;
}

.news-pagination .page-numbers {
  line-height: 35px;
  vertical-align: middle;
}

.news-pagination .page-numbers.current {
  color: #00bf6f;
  font-weight: 700;
}

.news-pagination .prev {
  margin-right: 50px;
}

.news-pagination .next {
  margin-left: 50px;
}

.news-pagination .prev, .news-pagination .next {
  font-size: 35px;
}

/* Show page - single.php */
.main-news-article {
  font-size: 14px;
  font-size: 1rem;
}

.main-news-article h1 {
  font-size: 36px;
  font-size: 2.6em;
}

.main-news-article h1:after {
  content: none;
}

.main-news-article .date {
  font-size: 13px;
  font-size: 0.9em;
}

.main-news-article .links {
  margin-top: 50px;
}

.main-news-article .links a {
  color: #919d9d;
  text-decoration: none;
}

.main-news-article .links a:hover {
  background-color: #919d9d;
  color: #fff;
}

.social-container {
  font-size: 14px;
  font-size: 1rem;
  color: #00bf6f;
  padding: 6px 0;
}

.social-container span.title {
  float: left;
  line-height: 21px;
  margin-right: 2px;
}

.social-container .a2a_default_style .a2a_s__default {
  display: none;
}

.social-container a {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 2px;
}

.social-container .a2a_button_google_plus {
  background-image: url('../images/google_plus.png');
}

.social-container .a2a_button_facebook {
  background-image: url('../images/facebook.png');
}

.social-container .a2a_button_linkedin {
  background-image: url('../images/linked_in.png');
}

.social-container .a2a_button_twitter {
  background-image: url('../images/twitter.png');
}

/* Contact form */
form input,
form textarea {
  outline: none;
  margin-bottom: 10px;
  padding: 6px 15px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #919d9d;
}

form input[type=submit] {
  text-transform: uppercase;
  background-color: #717c7d;
  color: #fff;
}

form .wpcf7-not-valid-tip {
  color: #cc0000;
}

form .wpcf7-response-output {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

form .wpcf7-validation-errors {
  background-color: #f2dede;
  color: #cc0000;
  border-color: #cc0000;
}

form .wpcf7-mail-sent-ok {
  background-color: #dff0d8;
}

/* CTAs */
.ctas .container-fluid {
  padding: 0;
}

.cta {
  background-color: #717c7d;
  color: #fff;
  font-size: 14px;
  font-size: 1rem;
  padding: 50px 2%;
}

.home .cta:nth-child(2n) {
  background-color: #919d9d;
}

.cta:nth-child(2n) {
  background-color: #00bf6f;
}

.cta h4 {
  font-size: 28px;
  font-size: 2em;
  margin-bottom: 40px;
}

.cta p {
  margin-bottom: 40px;
}

.cta a.btn-pill {
  color: #fff;
  text-decoration: none;
}

.cta a.btn-pill:hover {
  background-color: #fff;
  color: #717c7d;
}

.home .cta:nth-child(2n) a.btn-pill:hover {
  color: #919d9d;
}

.cta:nth-child(2n) a.btn-pill:hover {
  color: #00bf6f;
}

/* Director */
.director-row:not(:last-of-type) {
  border-bottom: 1px solid #00bf6f;
}

.director {
  font-size: 14px;
  font-size: 1rem;
  padding: 30px 15px;
}

.director img {
  margin-bottom: 20px;
}

.director h3 {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.3em;
}

.director p {
  font-size: 14px;
  font-size: 1em;
}

.director p.role {
  color:  #717c7d;
}

.director p.appointment-date {
  font-size: 12px;
  font-size: 0.85em;
  color:  #919d9d;
}

.roles {
  padding: 0;
  margin: 10px 0;
}

.roles li {
  display: inline-block;
  margin: 5px;
  line-height: 30px;
}

.roles .executive,
.roles .audit,
.roles .nomination,
.roles .remuneration,
.roles .chair {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.roles .executive,
.roles .audit,
.roles .nomination,
.roles .remuneration {
  border: 1px solid #58595b;
}

.roles .chair {
  background-color: #00bf6f;
  color: #fff;
  border: 0;
}

.director p:last-of-type {
  margin-bottom: 0;
}

.director hr {
  border-color: #eee;
}

/* Financial Calendar */
.financial-calendar {
  font-size: 14px;
  font-size: 1rem;
}

.financial-calendar .heading-row,
.financial-calendar .calendar-event {
  border: 2px solid #c8cece;
}

.financial-calendar .calendar-event {
  border-top: 0;
}

.financial-calendar .border-right {
  border-right: 2px solid #c8cece;
}

.financial-calendar .padded {
  padding: 10px;
}

.financial-calendar .heading-row .heading {
  font-family: LubalinGraphStd, CenturyGothicPro, sans-serif;
  font-size: 16px;
  font-size: 1.15em;
}

/* Reports */
.report-year {
  font-size: 14px;
  font-size: 1rem;
}

.report-year h3 {
  font-size: 18px;
  font-size: 1.3em;
  margin-bottom: 20px;
}

.report {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.report .report-data {
  padding: 10px;
}

.report a.report-data {
  display: block;
  color: #fff;
  text-decoration: none;
}

.report a.green-bg:hover {
  background-color: #0dff99;
}

.report a.dark-grey-bg:hover {
  background-color: #98a1a2;
}

/* iframes */

iframe {
  margin-bottom: 20px;
}

.home iframe {
  height: 350px;
}

.page-template-share-price iframe {
  height: 1400px;
}

.blog iframe, .page-template-regulatory-news iframe {
  height: 720px;
}

.page-template-alert iframe {
  height: 900px;
}

/********************************
* Breakpoints
*********************************/

/* Medium devices (tablets & small desktops, 1199px and below) */
@media (max-width: 1199px) {
  .page-template-share-price iframe {
    height: 1650px;
  }

  .blog iframe, .page-template-regulatory-news iframe {
    height: 775px;
  }

  .page-template-alert iframe {
    height: 920px;
  }

  .banner-image {
    height: 200px;
  }

  .quote-section {
    background-image: none;
  }

}

/* Small devices (tablets, 991px and below) */
@media (max-width:991px) {
  .site-brand {
    margin: 10px 0;
  }

  .site-brand img {
    max-height: 25px;
  }

  header.main-header .desktop {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .mobile-nav.open .menu-container {
    left: 0;
  }

  .share-widget {
    margin-top: 20px;
  }

  .pattern-bg {
    height: 150px;
  }

  .main-nav {
    display: none;
  }

  .banner-image {
    height: 150px;
  }

  .stats {
    padding: 30px 0;
  }

  .stat {
    margin-top: 20px;
  }

  .stat .number-container {
    margin: 0;
  }

  .stat:nth-child(3n + 1) {
    clear: left;
  }

  .quote-section .image-container {
    display: none;
  }

  .quote-section .quote {
    font-size: 36px;
    font-size: 2.6em;
  }

  .cta {
    padding: 30px 5%;
  }

  .director-row .director:not(:last-of-type) {
    border-bottom: 1px solid #00bf6f;
  }

  .financial-calendar .border-right {
    border-right: 0;
  }

  .calendar-event {
    margin-bottom: 20px;
  }

  .calendar-event .border-top {
    border-top: 2px solid #c8cece;
  }

  .calendar-event .flex-tablet {
    display: -webkit-box;
    display: -ms-flex;
    display: flex;
  }

  .calendar-event .sub-heading {
    border-color: #c8cece;
    border-style: solid;
    border-width: 2px 0 0;
  }

  .calendar-event .sub-heading:last-of-type {
    border-bottom: 2px;
  }

  .calendar-event .heading.border-right,
  .calendar-event .sub-heading .border-right.visible-sm.visible-xs {
    border-right: 2px solid #c8cece;
  }

  footer.main-footer ul.company-details li {
    display: block;
    margin-top: 5px;
  }

  footer.main-footer ul.company-details li:not(:last-child):after {
    content: none;
  }

  footer.main-footer ul.company-details {
    padding-left: 0;
    margin-top: 20px;
  }
}

/* Extra small devices (mobiles, 767px and below) */
@media (max-width:767px) {
  .pattern-bg {
    height: 100px;
  }

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

  .stat:nth-child(3n + 1) {
    clear: none;
  }

  .quote-section .quote {
    font-size: 28px;
    font-size: 2em;
  }

  .social-container {
    margin-top: 20px;
  }

  .page-template-share-price iframe {
    height: 1750px;
  }

  .blog iframe, .page-template-regulatory-news iframe {
    height: 1200px;
  }

  .page-template-alert iframe {
    height: 1170px;
  }

  footer.main-footer ul.menu li {
    width: 50%;
  }
}
