.fancybox-container {
  z-index: 9999999; }

img.full-width-thumnail {
  max-width: 100%;
  height: auto; }

.fancyBox-link {
  text-decoration: none; }

/* Scss Document */
table.fin-tbl {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0px;
  border-collapse: collapse; }
  table.fin-tbl .ul2019 {
    border-bottom: 3px solid #a72825 !important;
    font-weight: bold; }
  table.fin-tbl .ul2018 {
    border-bottom: 2px solid #8e857b !important; }
  table.fin-tbl thead tr:last-child td {
    border-bottom: 1px solid #8e857b; }
  table.fin-tbl td, table.fin-tbl th {
    vertical-align: bottom;
    padding: 3px 5px 3px 3px;
    line-height: 1.2; }
  table.fin-tbl th {
    background: #edeae5;
    font-weight: bold; }
  table.fin-tbl h4 {
    margin: 0;
    padding: 0 !important; }
  table.fin-tbl tr.spacer td {
    height: 5px;
    line-height: 1px;
    font-size: 1px; }
  table.fin-tbl tbody tr:hover td {
    background: #edeae5; }
  table.fin-tbl td.indent {
    padding-left: 10px; }

.footnote, .footnote td {
  font-size: 13px; }

table.indent {
  text-indent: 15px; }

.eq thead td, .eq tbody td, .eq tbody th {
  font-size: 11px !important; }

.tbl-head-red {
  padding: 3px;
  color: #fff !important;
  background: #c12026;
  vertical-align: top;
  line-height: 1.5em;
  font-weight: bold; }

.tbl-head-black {
  padding: 3px;
  color: #fff !important;
  background: #2b323a;
  vertical-align: top;
  line-height: 1.5em;
  font-weight: bold; }

.uline1, .uline1 td, .uline1 th {
  border-bottom: 1px #8e857b solid; }

.uline2, .uline2 td, .uline2 th {
  border-bottom: 2px #8e857b solid; }

.uline3, .uline3 td, .uline3 th {
  border-bottom: 3px #8e857b solid; }

.uliner, .uliner td, .uliner th {
  border-right: 1px #8e857b solid; }

.udash1, .udash1 td, .udash1 th {
  border-bottom: 1px #8e857b dashed; }

.udashr, .udashr td, .udashr th {
  border-right: 1px #8e857b dashed; }

.ur, .ur td, .ur th {
  border-right: 1px #a72825 solid; }

.ured, .ured td, .ured th {
  border-top: 1px #a72825 solid; }

.tr, .tr td, .tr th {
  border-right: 1px #8e857b solid;
  border-top: 1px #8e857b solid; }

.tl, .tl td, .tl th {
  border-left: 1px #8e857b solid;
  border-top: 1px #8e857b solid; }

.br, .br td, .br th {
  border-right: 1px #8e857b solid;
  border-bottom: 1px #8e857b solid; }

.bl, .bl td, .bl th {
  border-left: 1px #8e857b solid;
  border-bottom: 1px #8e857b solid; }

.t, .t td, .t th {
  border-top: 1px #8e857b solid; }

.l, .l td, .l th {
  border-left: 1px #8e857b solid; }

.r, .r td, .r th {
  border-right: 1px #8e857b solid; }

/* Scss Document */
/* Scss Document */
/*------------------------------------------------------------------
[Accordion]
-------------------------------------------------------------------*/
.accordion {
  margin-bottom: 2rem; }
  .accordion__heading {
    border: 1px solid #dcddde;
    padding: 1rem;
    font-size: 1.5rem;
    position: relative;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer; }
    @media (max-width: 450px) {
      .accordion__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .accordion__heading::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 4rem;
      height: 100%;
      background-image: url(i/accordian+.png);
      background-position: center;
      background-repeat: no-repeat; }
  .accordion__content {
    background-color: #ffffff;
    display: none; }
  .accordion__inner-content {
    padding: 0 1rem; }
    @media (max-width: 450px) {
      .accordion__inner-content {
        padding: 0 1rem; } }

.accordion-active::after {
  background-image: url(i/accordian-.png); }

.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 1rem; }
  .read-more a {
    color: #a72825;
    text-decoration: none; }
    .read-more a:hover {
      color: #8e857b; }
  .read-more::after {
    display: inline-block;
    content: url(i/red-right-arrow.png);
    width: 11px;
    height: 17px;
    padding-left: 1rem; }

.op-spur {
  color: #cd3732; }

.op-pizza {
  color: #a8a9ac; }

.op-john {
  color: #2a418a; }

.op-hussar {
  color: #bfa580; }

.op-roco {
  color: #e6853e; }

.op-nikos {
  color: #8d867d; }

.op-int {
  color: #3e8378; }

.op-man {
  color: #acbfbc; }

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem); }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem); }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); } }

/* Scss Document */
.navigation {
  background-color: red;
  position: relative;
  border-top: 2px solid #ffffff; }
  .navigation::before {
    content: '';
    position: absolute;
    top: -3px;
    width: 100%;
    height: 1px;
    background-color: green; }

ul.navigation__main-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 8px; }
  ul.navigation__main-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    width: 100%; }
    ul.navigation__main-nav li:not(:last-child):hover .sub-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    ul.navigation__main-nav li:not(:last-child):last-child {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    ul.navigation__main-nav li a {
      display: block;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 700;
      color: #000000;
      width: 100%;
      position: relative;
      text-align: left;
      padding: 0 25px 0 0;
      line-height: 18px; }
      ul.navigation__main-nav li a::after {
        display: block;
        content: '';
        border-bottom: transparent 3px solid; }
      ul.navigation__main-nav li a:hover {
        color: #a72825; }
        ul.navigation__main-nav li a:hover::after {
          display: block;
          content: '';
          border-bottom: #a72825 3px solid; }
    ul.navigation__main-nav li .sub-menu {
      position: absolute;
      top: 4.8rem;
      left: 1rem;
      right: 0;
      background: rgba(200, 200, 200, 0.95);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 999;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    ul.navigation__main-nav li ul.sub-menu-nav {
      padding: 1.5rem 0 2rem 3.5rem; }
      ul.navigation__main-nav li ul.sub-menu-nav li {
        width: 100%;
        text-align: left;
        border-right: none; }
      ul.navigation__main-nav li ul.sub-menu-nav a {
        color: #000000;
        padding: 0;
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.5rem; }
        ul.navigation__main-nav li ul.sub-menu-nav a:hover {
          color: #a72825; }
        ul.navigation__main-nav li ul.sub-menu-nav a::after {
          content: none; }
  ul.navigation__main-nav .active {
    color: #a72825; }
  ul.navigation__main-nav li.active > a {
    color: #a72825 !important; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  font-family: "Arial", Helvetica;
  color: #000000;
  font-size: 1.5rem; }

p {
  margin: 10px 0;
  line-height: 2rem; }
  p span {
    color: #a72825;
    font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0; }

h1 {
  color: #a72825;
  text-transform: uppercase;
  font-size: 3.2rem; }
  @media (max-width: 450px) {
    h1 {
      font-size: 3rem; } }
  h1 span {
    color: #8e857b; }

h2 {
  color: #a72825;
  text-transform: uppercase;
  font-size: 2.2rem; }
  @media (max-width: 450px) {
    h2 {
      font-size: 2rem; } }
  h2 span {
    color: #8e857b; }

h3 {
  color: #2f3030;
  font-size: 2rem; }

h4 {
  color: #97999c;
  font-size: 2rem; }

h5 {
  color: #97999c;
  font-size: 2rem;
  font-style: italic; }

h6 {
  font-size: 1.8rem; }

.main-header {
  display: block; }

header {
  background: #ffffff;
  width: 100%;
  padding-top: 20px;
  position: fixed;
  z-index: 999; }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (max-width: 450px) {
      header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 768px) {
      header .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    header .container .logo {
      width: 17%;
      padding-bottom: 10px; }
      @media (max-width: 450px) {
        header .container .logo {
          width: 100%;
          padding-left: 2rem; } }
      @media (max-width: 1024px) {
        header .container .logo {
          padding-left: 2rem; } }
    header .container .nav {
      width: 78%;
      margin-left: 40px; }
      @media (max-width: 450px) {
        header .container .nav {
          display: none; } }
    header .container .search {
      width: 5%;
      padding-bottom: 1rem; }
      @media (max-width: 450px) {
        header .container .search {
          width: 10%; } }

.mobile-header {
  background: #ffffff;
  width: 100%;
  display: none; }
  .mobile-header .mobile-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .mobile-header .mobile-container .mobile-menu-nav {
      width: 10%;
      margin-left: 20px; }
    .mobile-header .mobile-container .mobile-logo {
      width: 80%;
      padding-bottom: 10px;
      text-align: center; }
    .mobile-header .mobile-container .mobile-search {
      width: 10%;
      padding-top: 1.4rem;
      margin-right: 2rem; }

#primary_nav_wrap {
  margin-top: 15px; }

#primary_nav_wrap ul {
  list-style: none;
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

#primary_nav_wrap ul a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 32px;
  text-align: left; }
  #primary_nav_wrap ul a::after {
    display: block;
    content: '';
    border-bottom: transparent 2px solid; }
  #primary_nav_wrap ul a:hover {
    color: #a72825; }
    #primary_nav_wrap ul a:hover::after {
      display: block;
      content: '';
      border-bottom: #a72825 2px solid; }

#primary_nav_wrap ul li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0; }

.active {
  background-color: transparent; }

li.active > a {
  color: #a72825 !important; }

#primary_nav_wrap ul li:hover {
  color: #a72825 !important; }

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(200, 200, 200, 0.95);
  padding: 0;
  text-align: left !important;
  min-height: 250px;
  padding-top: 10px; }
  #primary_nav_wrap ul ul a {
    color: #000000;
    font-size: 14px !important;
    font-weight: 700 !important; }
    #primary_nav_wrap ul ul a:hover {
      color: #a72825; }
      #primary_nav_wrap ul ul a:hover::after {
        display: block;
        content: '';
        border-bottom: #a72825 0px solid; }

#primary_nav_wrap ul ul li {
  float: none; }

#primary_nav_wrap ul ul a {
  padding: 5px 15px;
  text-align: left;
  font-weight: 100;
  font-size: 16px; }

#primary_nav_wrap ul ul ul {
  top: 0;
  left: 100%; }

#primary_nav_wrap ul li:hover > ul {
  display: block; }

.mobile-menu-wrap {
  visibility: hidden;
  opacity: 0; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #c4bdae;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 30px; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #000000;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px; }

.hero {
  background-color: #ffffff;
  width: 100%; }
  .hero .hero-banner {
    width: 100%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 1rem; }
    .hero .hero-banner img {
      width: 100%;
      height: auto !important; }
  .hero .hero-heading {
    max-width: 1150px;
    margin: 0 auto;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0;
    text-align: left; }
    .hero .hero-heading span {
      color: #a72825; }
    @media (max-width: 450px) {
      .hero .hero-heading {
        padding: 10px 20px;
        text-align: center; } }

.hero-heading-mobile {
  margin: 0 auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px 0;
  text-align: center;
  display: none; }
  .hero-heading-mobile span {
    color: #a72825; }

.hero-banner-mobile {
  width: 100%;
  margin: 0 auto;
  display: none; }
  .hero-banner-mobile img {
    width: 100%;
    height: auto !important; }

.breadcrumb {
  width: 100%;
  padding-top: 180px; }
  .breadcrumb .breadcrumb-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: lowercase;
    font-size: 1.4rem; }
    @media (max-width: 1024px) {
      .breadcrumb .breadcrumb-banner {
        padding: 0 20px; } }
    .breadcrumb .breadcrumb-banner a {
      color: #000000;
      text-decoration: none; }
      .breadcrumb .breadcrumb-banner a:hover {
        color: #a72825; }

.group-slide {
  background: #ffffff;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 450px) {
    .group-slide {
      padding: 0 20px; } }
  .group-slide .group-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

section {
  width: 100%;
  margin-top: 15px;
  background-color: #ffffff; }
  @media (max-width: 768px) {
    section {
      padding: 0 20px; } }
  @media (max-width: 1024px) {
    section {
      padding: 0 20px; } }
  @media (max-width: 450px) {
    section {
      padding: 0px; } }

.main-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0 1.5rem 0; }
  @media (max-width: 450px) {
    .main-content {
      padding: 0 20px; } }
  .main-content img {
    width: 100%;
    height: auto; }

.quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 4rem; }
  .quick-links img {
    width: 100%;
    height: auto; }
  @media (max-width: 450px) {
    .quick-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px 20px 0; } }
  .quick-links .left-links {
    width: 35%;
    margin-right: 5px; }
    @media (max-width: 450px) {
      .quick-links .left-links {
        width: 100%; } }
    .quick-links .left-links .chair-report {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .quick-links .left-links .chair-report .chair-pic {
        width: 60%;
        margin-right: 2%; }
      .quick-links .left-links .chair-report .chair-title {
        width: 38%;
        font-size: 14px;
        font-weight: 700;
        -webkit-animation-name: moveInRight;
                animation-name: moveInRight;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
        .quick-links .left-links .chair-report .chair-title a {
          color: #8e857b;
          text-decoration: none; }
          .quick-links .left-links .chair-report .chair-title a:hover {
            color: #a72825; }
  .quick-links .right-content {
    width: 65%; }
    @media (max-width: 450px) {
      .quick-links .right-content {
        width: 100%; } }
    .quick-links .right-content .lead-reports {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media (max-width: 450px) {
        .quick-links .right-content .lead-reports {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .quick-links .right-content .lead-reports .lead-pic {
        width: 66%;
        margin-right: 2%; }
        @media (max-width: 450px) {
          .quick-links .right-content .lead-reports .lead-pic {
            width: 100%; } }
      .quick-links .right-content .lead-reports .lead-title {
        width: 33%;
        font-size: 14px;
        font-weight: 700;
        -webkit-animation-name: moveInLeft;
                animation-name: moveInLeft;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out; }
        .quick-links .right-content .lead-reports .lead-title a {
          color: #8e857b;
          text-decoration: none; }
          .quick-links .right-content .lead-reports .lead-title a:hover {
            color: #a72825; }
        @media (max-width: 450px) {
          .quick-links .right-content .lead-reports .lead-title {
            width: 100%; } }

.footer-bg {
  background: #c4bdae; }

@media (max-width: 1024px) {
  .foot-img {
    width: 120px;
    height: auto; } }

@media (max-width: 768px) {
  .foot-img {
    width: 100px;
    height: auto; } }

.footer {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 0 0; }
  @media (max-width: 768px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 2rem; } }
  @media (max-width: 1024px) {
    .footer {
      padding: 2rem; } }
  .footer a {
    color: #000000;
    text-decoration: none; }
  .footer h1 {
    font-size: 1.7rem;
    padding: 0rem 0 .5rem; }
  .footer .footer-left {
    width: 50%;
    margin-right: 5%; }
    @media (max-width: 768px) {
      .footer .footer-left {
        width: 100%;
        margin-right: 0%; } }
    .footer .footer-left a {
      color: #a72825; }
      .footer .footer-left a:hover {
        color: #2f3030; }
  .footer .footer-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 2rem; }
    @media (max-width: 768px) {
      .footer .footer-right {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 1rem; } }
    .footer .footer-right .report-pics {
      width: 33%; }
      .footer .footer-right .report-pics:not(:last-child) {
        margin-right: 2%; }
      @media (max-width: 450px) {
        .footer .footer-right .report-pics {
          width: 100%; } }
  .footer .footer-left2 {
    width: 62%;
    margin-right: 5%; }
    @media (max-width: 450px) {
      .footer .footer-left2 {
        width: 100%;
        margin-right: 0%; } }
  .footer .footer-right2 {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .footer .footer-right2 a {
      color: #a72825;
      text-decoration: none; }
      .footer .footer-right2 a:hover {
        color: #8e857b; }
    @media (max-width: 450px) {
      .footer .footer-right2 {
        width: 100%;
        padding: 25px 25px 0; } }

.disclaimer {
  width: 100%;
  background-color: #a72825; }
  .disclaimer .disclaimer-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 0;
    color: #ffffff; }
    @media (max-width: 1024px) {
      .disclaimer .disclaimer-wrap {
        padding: 1rem 2rem; } }
    .disclaimer .disclaimer-wrap a {
      color: #ffffff;
      text-decoration: none; }
    .disclaimer .disclaimer-wrap .disclaimer-contents {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }

.orange-txt {
  color: #fec34e;
  font-weight: 700; }

.bottom-nav {
  width: 100%; }
  .bottom-nav .bottom-nav-container {
    max-width: 1040px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-transform: uppercase;
    color: #c4bdae; }
    @media (max-width: 450px) {
      .bottom-nav .bottom-nav-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 20px; } }
    .bottom-nav .bottom-nav-container a {
      font-size: 1.6rem;
      font-weight: 500;
      color: #c4bdae;
      text-decoration: none; }
    .bottom-nav .bottom-nav-container .nav-flex {
      width: 50%; }
      @media (max-width: 450px) {
        .bottom-nav .bottom-nav-container .nav-flex {
          width: 100%;
          margin-top: 20px; } }
    .bottom-nav .bottom-nav-container .nav-flex-right {
      text-align: right; }

.sub-heading {
  background-color: #c4bdae;
  color: #8e857b;
  margin: 0 auto;
  width: 100%;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 600; }
  @media (max-width: 450px) {
    .sub-heading {
      font-size: 2rem; } }
  .sub-heading .ir-title {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

.sub-page {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 15px; }
  .sub-page a {
    color: #a72825;
    text-decoration: none; }
    .sub-page a:hover {
      color: #000000;
      text-decoration: none; }
  .sub-page .intro {
    font-size: 2.4rem;
    line-height: 32px; }
    @media (max-width: 450px) {
      .sub-page .intro {
        font-size: 2.2rem; } }
  .sub-page .intro2 {
    font-size: 2rem;
    line-height: 28px; }
  @media (max-width: 768px) {
    .sub-page {
      padding: 0 20px; }
      .sub-page img {
        max-width: 100%;
        height: auto; } }
  .sub-page ol {
    padding-left: 20px; }
    .sub-page ol li:before {
      color: #fec34e;
      content: counter(list) ".";
      left: -32px;
      position: absolute;
      text-align: right;
      width: 26px; }
    .sub-page ol li {
      counter-increment: list;
      list-style-type: none;
      position: relative;
      padding-left: 10px;
      font-size: 12px;
      font-size: 1em; }
  .sub-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1.5rem; }
    .sub-page ul li {
      padding: 0 30px 5px; }
      .sub-page ul li:before {
        content: '';
        display: block;
        float: left;
        width: 6px;
        height: 6px;
        margin-left: -30px;
        font-size: 1.3em;
        position: relative;
        top: 5px;
        background: #8e857b;
        border-radius: 50%; }

.next-prev-section {
  position: fixed;
  right: 4rem;
  top: 40%; }
  @media (max-width: 1024px) {
    .next-prev-section {
      right: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      margin: 20px 0 50px; } }
  .next-prev-section__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem; }

@media (max-width: 1024px) {
  .mobile-download {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }

.next-content-link a {
  background: url(i/next-page-hover.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block; }
  .next-content-link a:hover img {
    visibility: hidden; }

@media (max-width: 1024px) {
  .next-content-link {
    position: absolute !important;
    right: 20%; } }

.prev-content-link a {
  background: url(i/prev-page-hover.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block; }
  .prev-content-link a:hover img {
    visibility: hidden; }

@media (max-width: 1024px) {
  .prev-content-link {
    position: absolute !important;
    left: 20%; } }

.next-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  right: 30px;
  top: 0;
  background: #c4bdae;
  color: #a72825;
  padding: 6px;
  visibility: hidden; }

.next-content-hover {
  position: relative; }
  .next-content-hover:hover .next-content {
    opacity: 1;
    visibility: visible; }

.three-col-flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: .5rem; }
  @media (max-width: 450px) {
    .three-col-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 20px; } }
  .three-col-flex .three-col-half {
    width: 50%; }
    .three-col-flex .three-col-half:not(:last-child) {
      margin-right: 2%; }
    .three-col-flex .three-col-half img.responsive-img {
      width: 100%;
      height: auto; }
    @media (max-width: 450px) {
      .three-col-flex .three-col-half {
        width: 100%; } }
  .three-col-flex .three-col-four {
    margin-right: 2rem; }
    .three-col-flex .three-col-four img {
      width: 250px;
      height: auto; }
    @media (max-width: 450px) {
      .three-col-flex .three-col-four {
        width: 100%; } }
  @media (max-width: 450px) {
    .three-col-flex .three-col-four2 {
      width: 100%; } }
  .three-col-flex .three-col-menu {
    width: 33.333%; }
  .three-col-flex .three-col-third {
    width: 50%; }
    .three-col-flex .three-col-third:not(:last-child) {
      margin-right: 3%; }
    .three-col-flex .three-col-third img.responsive-img {
      width: 100%;
      height: auto; }
    @media (max-width: 450px) {
      .three-col-flex .three-col-third {
        width: 100%; } }
    .three-col-flex .three-col-third h4 {
      text-transform: uppercase;
      margin-top: 1rem; }
      .three-col-flex .three-col-third h4 a {
        color: #3e8378;
        text-decoration: none; }
        .three-col-flex .three-col-third h4 a:hover {
          color: #acbfbc; }
  .three-col-flex .three-col-content {
    padding: 1rem 1rem 0;
    min-height: 135px; }
    .three-col-flex .three-col-content h1 {
      font-size: 14px; }
    .three-col-flex .three-col-content p {
      margin-bottom: 0; }
    .three-col-flex .three-col-content a {
      color: #a72825;
      text-decoration: none; }
      .three-col-flex .three-col-content a:hover {
        color: #8e857b; }
  .three-col-flex .arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 1rem 2rem; }
    .three-col-flex .arrow-link a {
      background: url(i/grey-right-arrow.png) no-repeat;
      width: 11px;
      height: 17px;
      display: block; }
      .three-col-flex .arrow-link a:hover img {
        visibility: hidden; }

.three-col-spacer {
  margin-bottom: 4rem; }

.three-col-spacer2 {
  margin-bottom: 3rem; }

.case-study-bg h1 span {
  color: #3e8378; }

.menu-cover-text {
  background: #c4bdae;
  padding: 1.5rem;
  font-weight: 700;
  margin: 3rem;
  text-align: left;
  color: #2f3030; }

img.responsive-img {
  width: 100%;
  height: auto; }

.case-study-box {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }
  .case-study-box:hover {
    -webkit-transform: translateY(-1.5rem) scale(1.03);
            transform: translateY(-1.5rem) scale(1.03); }

.red-bg {
  background: #dd1f26;
  padding: 10px;
  font-size: 2.4rem;
  color: #ffffff; }

.red-head {
  color: #dd1f26; }

.grey-bg {
  background: #a7a9ac;
  padding: 10px;
  font-size: 2.4rem;
  color: #ffffff; }

.grey-head {
  color: #a7a9ac; }

.blue-bg {
  background: #25408f;
  padding: 10px;
  font-size: 2.4rem;
  color: #ffffff; }

.blue-head {
  color: #25408f; }

.brown-bg {
  background: #c4a37b;
  padding: 10px;
  font-size: 2.4rem;
  color: #ffffff; }

.brown-head {
  color: #c4a37b; }

.orange-bg {
  background: #f58025;
  padding: 10px;
  font-size: 2.4rem;
  color: #ffffff; }

.orange-head {
  color: #f58025; }

.imwe-grey-bg {
  background: #edeae5;
  padding: 10px;
  font-size: 2.4rem;
  color: #000000; }

.imwe-grey-head {
  color: #8e857b; }

.imwe-grey2-bg {
  background: #a7a9ac;
  padding: 10px;
  font-size: 2.4rem;
  color: #ffffff; }

.sub-page-border {
  border-top: #8e857b 1px solid; }

.double-red-line {
  border-top: #a72825 2px solid;
  border-bottom: #a72825 2px solid; }
  @media (max-width: 450px) {
    .double-red-line {
      border-bottom: #a72825 0px solid; } }

@media (max-width: 450px) {
  .single-red-line {
    border-top: #a72825 2px solid; } }

.red-line {
  border-bottom: #a72825 1px solid; }

.page-bg {
  background: #edeae5; }

@media (max-width: 450px) {
  .spacer-mobile {
    margin-top: 2rem; } }

.orange-txt {
  color: #fec34e;
  font-weight: 600; }

.red-txt {
  color: #a72825; }

.stake-red-txt {
  background: #a72825;
  padding: 10px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700; }

.black-txt-bold {
  font-weight: 600;
  font-size: 2.2rem;
  text-align: center; }
  .black-txt-bold span {
    font-size: 1.5rem;
    font-weight: 100; }
  @media (max-width: 450px) {
    .black-txt-bold {
      font-size: 2rem; }
      .black-txt-bold span {
        font-size: 1.2rem;
        font-weight: 100; } }

.letter-circle {
  background: #2f3030;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center; }

.txt-2019 {
  color: #8e857b;
  font-weight: bold; }

.no-spacer {
  margin-top: 0 !important; }

.home-salient {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px; }
  @media (max-width: 450px) {
    .home-salient {
      padding: 0 20px; } }

/* scroll */
.scrollTbl {
  width: 100%;
  overflow-x: auto; }

.scrollTbl table {
  min-width: 100px; }

.scrollup {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  background: url(i/icon_top.png) no-repeat;
  z-index: 9999; }

.arrow-more {
  background-image: url(../i/mobile-menu-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  float: right; }

.arrow-back {
  background-image: url(../i/back-arrow.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 38px;
  float: left; }

.aside {
  width: 100%;
  height: 20px;
  padding-bottom: 20px;
  margin-left: 0 !important; }

#stakeholders-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none;
  /*	border-bottom:#d7d7d7 1px solid;
	border-top:#d7d7d7 1px solid*/ }

.leadership-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none; }

.reviews-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none; }

.operational-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none; }

.governance-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none; }

.financial-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none; }

.material-menu {
  width: 100%;
  height: 50px;
  margin-left: 10px;
  display: none; }

.download-icon2 {
  display: none; }

.black-border {
  border-bottom: #000000 1px solid;
  margin: 20px 150px; }

.flex-imgs {
  padding: 0 100px; }
  @media (max-width: 450px) {
    .flex-imgs {
      padding: 0; } }

@media (max-width: 450px) {
  .hide-highlights {
    display: none; } }

.show-highlights {
  display: none; }
  @media (max-width: 450px) {
    .show-highlights {
      display: block; } }

.flex-direction-nav a {
  -webkit-transition: none;
  transition: none !important; }

.flexslider .flex-next, .flexslider .flex-prev {
  opacity: 1 !important; }

.flexslider .flex-prev {
  left: 10px !important; }

.flexslider .flex-next {
  right: 10px !important; }

.flexslider ol.flex-control-nav.flex-control-paging {
  position: relative;
  top: 10px !important; }

.flex-direction-nav a.flex-prev {
  background: url("i/prev-arrow.png") no-repeat center;
  left: 0 !important;
  top: 65px; }
  @media (max-width: 450px) {
    .flex-direction-nav a.flex-prev {
      display: none; } }

.flex-direction-nav a.flex-next {
  background: url("i/next-arrow.png") no-repeat center;
  right: 0 !important;
  top: 65px; }
  @media (max-width: 450px) {
    .flex-direction-nav a.flex-next {
      display: none; } }

.flexslider ol.flex-control-nav.flex-control-paging {
  display: none; }

@media screen and (max-width: 980px) {
  /* Mobile header*/
  .mobile-header {
    display: block; }
  .main-header {
    display: none !important; }
  .hero-heading-mobile {
    display: block; }
  .hero-banner-mobile {
    display: block; }
  .hero-banner {
    display: none; } }

.search-container {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative; }

.search-box {
  display: none;
  position: absolute;
  right: 6px;
  top: 3px; }
  .search-box input {
    width: 250px;
    padding: 12px 20px;
    border-radius: 12px;
    border: #e6e7e8 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.downloads-section {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  border-top: #000000 2px dashed; }
  @media (max-width: 450px) {
    .downloads-section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .downloads-section .downloads-flex {
    width: 50%;
    margin-top: 30px; }
    @media (max-width: 450px) {
      .downloads-section .downloads-flex {
        width: 100%; }
        .downloads-section .downloads-flex img {
          width: 50%; } }

/*# sourceMappingURL=styles.css.map */
