 :root {
  --main-qm-font: "Source Sans 3", serif;
  --secondary-qm-font: "oswald", sans-serif;

  --main-qm-colour: #21376A;
   --secondary-qm-colour: #f6f6f6;

}

 
 

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none !important;
  height: 100%; }

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-md-height {
    display: table-cell;
    float: none !important;
    height: 100%; }
  .col-md-top {
    vertical-align: top; }
  .col-md-middle {
    vertical-align: middle; }
  .col-md-bottom {
    vertical-align: bottom; } }

html {
  font-family: var(--main-qm-font);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .container {
    width: 940px; } }

@media (min-width: 1220px) {
  .container {
    width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-1-2 {
    margin-left: 4.16666667%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1220px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (min-width: 768px) {
  .visible-sm {
    display: block !important; } }

@media (min-width: 992px) {
  .visible-md {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; } }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  font-weight: 200;}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Additional resets */
* {
  box-sizing: border-box; }

body.debug::after {
  background-color:red;
  color: pink;
  text-transform: uppercase;
  padding: 17px 25px;
  position: fixed;
  font-size: 15px;
  font-weight: 200;
  bottom: 0;
  right: 0;
  z-index: 999; }
  @media (max-width: 767px) {
    body.debug::after {
      content: "x-small"; } }
  @media (min-width: x-small) {
    body.debug::after {
      content: "x-small"; } }
  @media (min-width: 768px) {
    body.debug::after {
      content: "small"; } }
  @media (min-width: 992px) {
    body.debug::after {
      content: "medium"; } }
  @media (min-width: 1220px) {
    body.debug::after {
      content: "large"; } }
  @media (min-width: 1620px) {
    body.debug::after {
      content: "xlarge"; } }

.home-hero h1 {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: bold;
  font-family: var(--main-qm-font);
  text-transform: uppercase;
  letter-spacing: 0.2rem; }
  @media (min-width: 768px) {
    .home-hero h1 {
      font-size: 5.2rem; } }

.grid-section h1 {
 color: var(--main-qm-colour);
}

h1,
.h1 {
  font-size: 4.8rem;
  line-height: 1.1;
  font-family: var(--main-qm-font);
  letter-spacing: 0.2rem;
  font-weight: 400;
  margin-bottom: 2rem; }

h2,
.h2 {
  font-size: 3.6rem;
  font-weight:600;
  line-height: 1.1;
  font-family: var(--main-qm-font);
  color: var(--main-qm-colour);
  margin-bottom: 2rem; }

h2.white-text {
    font-family:var(--secondary-qm-font);
    color:#ffffff;
      font-size: 3.6rem;

}

h3,
.h3 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-family: var(--main-qm-font);
  margin-bottom: 2rem; }
  p + h3,
  ul + h3,
  ol + h3, p +
  .h3,
  ul +
  .h3,
  ol +
  .h3 {
    margin-top: 4rem; }

h4,
.h4 {
  font-size: 2.1rem;
  line-height: 1.1;
  font-family: var(--main-qm-font);
  margin-bottom: 2rem; }
  p + h4,
  ul + h4,
  ol + h4, p +
  .h4,
  ul +
  .h4,
  ol +
  .h4 {
    margin-top: 4rem; }

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 1.1;
  font-family: var(--main-qm-font);
  margin-bottom: 2rem; }
  p + h5,
  ul + h5,
  ol + h5, p +
  .h5,
  ul +
  .h5,
  ol +
  .h5 {
    margin-top: 4rem; }

h6,
.h6 {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 2rem;
  font-weight: 700; }
  p + h6,
  ul + h6,
  ol + h6, p +
  .h6,
  ul +
  .h6,
  ol +
  .h6 {
    margin-top: 4rem; }

p {
  font-family: var(--main-qm-font);
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 2rem; }

ul {
  font-family: var(--main-qm-font);
  margin-bottom: 2rem;
  
  }
  h2 + ul {
    margin-top: 4rem; }
  ul li {
    padding-left: 2.8rem;
    position: relative; }
    ul li::before {
      content: "";
      position: absolute;
      top: 0.7rem;
      left: 0;
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 100%;
      background: #122f53; }

ol {
  font-family: var(--main-qm-font);
  margin-bottom: 2rem;
  list-style: decimal; }
  ol li {
    margin-left: 2.8rem; }

li {
  font-family: var(--main-qm-font);
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1.5rem; }

a {
  color: #0c746a;}

a:hover {
  color: #be0f34; }

hr {
  border: 0;
  height: 0;
  margin: 4rem 0;
  border-top: 1px solid #ccc; }

small {
  font-size: 1.3rem; }

dl {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  line-height: 1.4; }
  dl dt {
    font-weight: bold;
    display: block; }
  dl dd {
    display: block;
    margin-bottom: 2rem; }

sub,
sup {
  font-size: 1rem;
  line-height: 1; }

cite {
  font-style: italic; }

blockquote {
  background: #f3f1ee;
  border-left: 0.5rem solid #122f53;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  line-height: 1.4; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem; }
  table th {
    background: var(--secondary-qm-colour);
    border-bottom: 4px solid #0C746A;
    font-size: 2.8rem;
    font-weight: bold;
    padding: 1.3rem;
    text-align: left;
    color: var(--main-qm-colour);}
  table tr {
    border-top: 1px solid #f3f1ee;
    border-bottom: 1px solid #f3f1ee;
    font-size: 1.5rem; }
  table tr:first-child {
    border-top: 0; }
  table td {
    background: #fff;
    padding: 1rem;
    text-align: left;
    vertical-align: top;
    font-size: 1.5rem; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff; }
  header .logo-container {
    height: 78px;
    overflow: hidden;
    background-color:  var(--main-qm-colour);
           padding-top: 1rem;

    height: 10rem;

    border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
    @media (min-width: 768px) {
      header .logo-container {
        border-bottom: 0;
        transition: height 0.6s, padding 0.6s; } }
    @media (min-width: 992px) {
      .sticky-header header .logo-container,
      .inner-page header .logo-container {
        height: 8rem;
        padding-top: 1rem;
        background-color:  var(--main-qm-colour);
        color:#ffffff;
} }
    header .logo-container img {
      max-width: 150px;
      margin: 25px 15px; }
      @media (min-width: 768px) {
        header .logo-container img {
          max-width: 218px;
          display: block;
          margin: 0 auto; } }
  header nav {
    display: none;
    clear: both;
    font-family: var(--main-qm-font);
    background: #fff;
    transition: background 0.6s; }
    @media (min-width: 768px) {
      header nav {
        height: 5rem;
        display: block;
            padding-top: 1.5rem;} }
    @media (min-width: 768px) {
      .sticky-header header nav,
      .inner-page header nav {
        background:  #e8ecf2;
        color:  var(--main-qm-colour);
          border-bottom: 1px solid #fff;
      }
        .sticky-header header nav a,
        .inner-page header nav a {
          color: var(--main-qm-colour);
          font-weight:400;}
          .sticky-header header nav a:hover,
          .inner-page header nav a:hover {
            color: #3277ae; }
          .sticky-header header nav a.active,
          .inner-page header nav a.active {
            position: relative; }
            .sticky-header header nav a.active::after,
            .inner-page header nav a.active::after {
              content: "";
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 3px;
              }
      header nav .nav-left {
        float: left; }
      header nav .nav-right {
        float: right; }
        header nav .nav-right a {
          margin-right: 0;
          margin-left: 2rem; }
      header nav a {
        display: inline-block;
        color: #000;
        font-size: 1.5rem;
        text-decoration: none;
        border-right: 2px solid #d0d7e3;
        padding-right:1rem;
        margin-right: 1rem;
        transition: color 0.6s; }
        header nav a:hover {
          color: #122f53; } }
  header .mobile-menu-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 48px;
    width: 48px;
    background: #122f53; }
    header .mobile-menu-icon strong {
      visibility: hidden; }
    @media (min-width: 768px) {
      header .mobile-menu-icon {
        display: none; } }
    header .mobile-menu-icon span {
      width: 28px;
      height: 4px;
      background: #fff;
      position: absolute;
      top: 22px;
      left: 10px;
      transition: transform 0.2s, background 0.2s; }
      header .mobile-menu-icon span::before {
        content: "";
        width: 28px;
        height: 4px;
        background: #fff;
        position: absolute;
        top: -10px;
        left: 0;
        transform-origin: left;
        transition: transform 0.2s; }
      header .mobile-menu-icon span::after {
        content: "";
        width: 28px;
        height: 4px;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 0;
        transform-origin: left;
        transition: transform 0.2s; }
    header .mobile-menu-icon.active span {
      transform: rotate(180deg);
      background: #122f53; }
      header .mobile-menu-icon.active span::before {
        transform: translateX(4px) rotate(45deg); }
      header .mobile-menu-icon.active span::after {
        transform: translateX(4px) rotate(-45deg); }
  header .mobile-nav--active {
    display: block;
    background: #f3f1ee;
    padding: 10px 20px;
    margin: 0 -20px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.15); }
    header .mobile-nav--active a {
      display: block;
      font-size: 1.8rem;
      color: #000;
      border: 0;
      border-top: solid 1px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
      text-decoration: none; }
      header .mobile-nav--active a.mobile-link {
        display: block; }
      header .mobile-nav--active a:hover, header .mobile-nav--active a.active {
        color: #122f53;
        border-top: solid 1px rgba(0, 0, 0, 0.1); }
    header .mobile-nav--active .nav-left a:first-child {
      border: 0; }
  header #searchForm label {
    visibility: hidden;
    height: 0; }
  header #searchForm button span {
    display: none; }

footer {
        background-color:  var(--main-qm-colour);
  font-size: 1.5rem;
  color: #fff;
  padding: 3rem 0;
  line-height: 2; 
    border-top:4px solid #CDA70A;
}
footer strong {
    font-size: 2rem;
}

  footer a {
    color: #fff;
    text-decoration: none;
    font-size:1.6rem;}
    footer a:hover {
      color: #3277ae; }
      footer a:hover span {
        color: #fff; }
  @media (min-width: 992px) {
    footer {
      font-size: 1.2rem; } }

.sidebar-nav a {
  display: block;
  font-family: var(--main-qm-font);
  line-height: 1.5;
  color: #000;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1rem;
  transition: color 0.6s;
  margin: 0 0 2rem 0; }
  .sidebar-nav a:hover {
    color: #122f53; }
  .sidebar-nav a.active {
    color: #122f53;
    border-left: 3px solid #122f53;
    padding-left: 1rem; }

.sidebar {
  background: #f3f1ee;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .sidebar {
      background: none;
      padding-top: 0;
      padding-bottom: 0; } }

.home-hero {
  color: #fff;
  text-align: center;
  padding: 8rem 10px 2rem 10px;
  background-color: var(--main-qm-colour); }
  .home-hero h1 {
        font-family:  var(--secondary-qm-font);
    max-width: 800px;
    margin: 0 auto; 
  }
  @media (min-width: 768px) {
    .home-hero {
      height: 50rem; } }
  .home-hero .home-hero__logo {
    display: none; }
    @media (min-width: 768px) {
      .home-hero .home-hero__logo {
        width: 100%;
        max-width: 22.4rem;
        margin: 0 auto 8rem;
        display: block; } }
  .home-hero .home-hero__orgs {
    padding: 10rem 0 0 0; }
    .home-hero .home-hero__orgs img {
      max-width: 135px;
      max-height: 40px;
      transform: scale(0.5);
      vertical-align: middle; }
      @media (min-width: 768px) {
        .home-hero .home-hero__orgs img {
          transform: scale(1);
          margin: 0 2rem; } }

@media (min-width: 768px) {
  .home-columns {
    column-count: 2;
    column-gap: 4rem; } }

.page-title {
  background: var(--main-qm-colour);
  text-align: center;
  padding: 6rem 0 4rem 0;}
  
  .page-title h1 {
     font-family: var(--secondary-qm-font);
 color: #fff;
    margin-bottom: 0; }

main {
  padding-top: 78px; }
  @media (min-width: 768px) {
    main {
      padding-top: 4rem;
      transition: padding 0.6s; } }
  @media (min-width: 768px) {
    .inner-page main {
      padding-top: 10rem; } }

.section {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .section.section--with-sidebar {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .section.section--with-sidebar {
     /*   background: #f3f1ee linear-gradient(270deg, #fff 100%, #f3f1ee 0);
        background-repeat: no-repeat;
        background-position: 30vw top; */} }
    @media (min-width: 768px) {
      .section.section--with-sidebar .container {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (min-width: 992px) {
      .section.section--with-sidebar .container {
        background: #f3f1ee linear-gradient(270deg, #fff 100%, #f6f6f6 0);
        background-repeat: no-repeat;
        background-position: 280px top; } }
    @media (min-width: 1220px) {
      .section.section--with-sidebar .container {
        background-position: 350px top; } }
  .section.section--blue {
    background: #0C746A; 
    color: #fff; }
     .section.section--grey {
    background-color: var(--secondary-qm-colour);
    color:  var(--main-qm-colour); }

article {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    article {
      padding: 0; } }

.dataTables_length {
  background: #f3f1ee;
  padding: 2rem;
  float: left;
  width: 40%;
  margin: 0 0 4rem; }
  .dataTables_length select {
    display: inline-block;
    width: 6rem;
    background: #fff;
    height: 4.2rem; }

.dataTables_filter {
  float: left;
  width: 60%;
  background: #f3f1ee;
  padding: 2rem;
  text-align: right;
  margin: 0 0 4rem; }
  .dataTables_filter input[type="search"] {
    width: 30rem;
    background: #fff; }

.dataTables_info {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.1;
  color: var(--main-qm-colour);
  font-style: italic;
  text-align: right; }

.dataTables_paginate {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.1;
  font-family: var(--main-qm-font);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--main-qm-colour);
  text-align: right; }
  .dataTables_paginate .paginate_button,
  .dataTables_paginate .ellipsis {
    margin: 0 0 0 1rem;
    color: #3277ae;
    cursor: pointer; }
  .dataTables_paginate .current {
    font-weight: 700;
    color: var(--main-qm-colour);}

.inline_search_button {
  margin-top: 12px; }

.inline_search {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: var(--secondary-qm-colour);
  color: black; }

.inline_search_box {
  width: 220px;
  font-size: 200%; }

a.pdf {
  background: url(/content/icons/pdf.svg) no-repeat left center;
  padding-left: 3rem;
  line-height: 1; }

a.doc {
  background: url(/content/icons/doc.svg) no-repeat left center;
  padding-left: 3rem;
  line-height: 1; }

a.ppt {
  background: url(/content/icons/ppt.svg) no-repeat left center;
  padding-left: 3rem;
  line-height: 1; }

a.xls {
  background: url(/content/icons/xls.svg) no-repeat left center;
  padding-left: 3rem;
  line-height: 1; }

span.external::after,
a.external::after {
  content: '';
  height: 2rem;
  width: 2rem;
  background: url(/content/icons/external-link-symbol.svg) no-repeat center center;
  background-size: 55%;
  padding-left: 3rem;
  line-height: 2;}

.at-label {
  font-size: 14px !important; }

label {
  display: block;
  font-family: var(--main-qm-font);
  line-height: 1.5;
  color:  var(--main-qm-colour);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 0.3rem; }

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select {
  background: #ffffff;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem; 
  border-color:#ffffff;
  color: var(--main-qm-colour);
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  background: var(--main-qm-colour);
  color: #fff;
  font-family: var(--main-qm-font);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border: 0;
  border-radius: 0;
  padding: 1rem 2rem; }

select {
  width: 100%; }

h2.employee-grid__item__name {
  font-size: 2.4rem; }

html {
  scroll-behavior: smooth; }

html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  color: #393f49;
  font-family: var(--main-qm-font);
  font-size: 50%; }
  @media (min-width: 768px) {
    html,
    body {
      font-size: 50%; } }
  @media (min-width: 992px) {
    html,
    body {
      font-size: 62.5%; } }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 140px; }

.content-toc .toc-Wrapper,
.project-toc .toc-Wrapper {
  margin-left: 10px; }

.content-toc .toc-Wrapper a,
.project-toc .toc-Wrapper a {
  margin-bottom: 5px;
  padding-left: 10px;
  text-transform: none;
  border-left: 3px solid #3277ae;
  font-size: 1.3rem; }

.content-toc .toc-Wrapper a:last-child,
.project-toc .toc-Wrapper a:last-child {
  margin-bottom: 25px; }

.main-content h3 {
  margin-top: -150px;
  padding-top: 150px;
  -webkit-background-clip: content-box;
  background-clip: content-box; }

.sidebat-pulltab {
  display: none; }

.closebtn {
  display: none; }

.project-toc,
.content-toc {
  overflow-y: auto; }

.project-toc.active,
.content-toc.active {
  margin-bottom: 25px; }

@media (max-width: 767px) {
  .main-content h3 {
    margin-top: -100px;
    padding-top: 100px;
    -webkit-background-clip: content-box;
    background-clip: content-box; }
  .section.section--with-sidebar {
    margin-top: 20px; }
  .page-title {
    margin-bottom: 50px;
    padding: 10px 0 10px 40px; }
  .page-title h1 {
    font-size: 4rem; }
  .main-content {
    margin-left: 40px; }
  .main-content-table {
    margin-left: 20px; }
  .sidebat-pulltab {
    display: block;
    font-size: 50px;
    cursor: pointer;
    position: fixed;
    top: 85px;
    left: 0;
    background-color: #f3f1ee;
    color: #122f53;
    padding: 5px 5px 5px 10px;
    text-decoration: none; }
  #ProjectSideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f3f1ee;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0; }
  .inner-menu-container {
    overflow: auto;
    height: auto; }
  #ProjectSideNav .inner-menu-container {
    padding: 125px 10px 10px 10px; }
  #ProjectSideNav a {
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #122f53;
    display: block;
    transition: 0.3s; }
  #ProjectSideNav a:hover {
    color: #3277ae; }
  #ProjectSideNav a.closebtn {
    display: block;
    position: absolute;
    top: 80px;
    right: 25px;
    font-size: 50px;
    margin-left: 50px; }
  #ProjectSideNav.sidebar-open {
    width: 250px; }
  .dataTables_length {
    width: 100%; }
  .dataTables_length select {
    width: 7rem; } }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

table th.sorting,
table th.sorting_desc,
table th.sorting_asc {
  cursor: pointer; }

table.table td a {
  line-height: 1.5; }

.grid-image {
  width: 100%; }