@charset "UTF-8";
.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #FFCB4F !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffbc1c !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #FFCB4F !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

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

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

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

.vw-100 {
  width: 100vw !important; }

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase, .initialism {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #FFCB4F !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ffb403 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #f0f0f0; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff0ce; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe4a3; }

.table-hover .table-warning:hover {
  background-color: #ffe8b5; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8b5; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

  @font-face {
      font-family: 'Montserrat';
      font-style: normal;
      font-weight: 700;
      font-display: swap;
      src:url(/includes/dist/fonts/montserrat-700.woff2) format("woff2"),url(/includes/dist/fonts/montserrat-700.woff) format("woff");
      unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:url(/includes/dist/fonts/montserrat-400.woff2) format("woff2"),url(/includes/dist/fonts/montserrat-400.woff) format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

@font-face {
  font-family: 'Heriot-Watt icons';
  src: url("/heriot-watt-v2/includes/fonts/Heriot-Watt-icons.eot?7eie0n");
  src: url("/heriot-watt-v2/includes/fonts/Heriot-Watt-icons.eot?7eie0n#iefix") format("embedded-opentype"), url("/heriot-watt-v2/includes/fonts/Heriot-Watt-icons.woff2?7eie0n") format("woff2"), url("/heriot-watt-v2/includes/fonts/Heriot-Watt-icons.ttf?7eie0n") format("truetype"), url("/heriot-watt-v2/includes/fonts/Heriot-Watt-icons.woff?7eie0n") format("woff"), url("/heriot-watt-v2/includes/fonts/Heriot-Watt-icons.svg?7eie0n##Heriot-Watt-icons") format("svg");
  font-weight: normal;
  font-style: normal;
font-display: swap;
}

.hw {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Heriot-Watt icons' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hw-instagram:before {
  content: ""; }

.hw-download:before {
  content: ""; }

.hw-checkmark:before {
  content: ""; }

.hw-radio-checked:before {
  content: ""; }

.hw-radio:before {
  content: ""; }

.hw-stat-9th:before {
  content: ""; }

.hw-stat-11-of-17:before {
  content: ""; }

.hw-stat-top-10:before {
  content: ""; }

.hw-stat-top-20:before {
  content: ""; }

.hw-arrow-left:before {
  content: ""; }

.hw-arrow-right:before {
  content: ""; }

.hw-arrow-up:before {
  content: ""; }

.hw-arrow-down:before {
  content: ""; }

.hw-caret-left:before {
  content: ""; }

.hw-caret-right:before {
  content: ""; }

.hw-caret-up:before {
  content: ""; }

.hw-caret-down:before {
  content: ""; }

.hw-close:before {
  content: ""; }

.hw-minus-circle:before {
  content: ""; }

.hw-plus-circle:before {
  content: ""; }

.hw-search:before {
  content: ""; }

.hw-quote-start:before {
  content: ""; }

.hw-quote-end:before {
  content: ""; }

.hw-facebook:before {
  content: ""; }

.hw-flickr:before {
  content: ""; }

.hw-linkedin:before {
  content: ""; }

.hw-twitter:before {
  content: ""; }

.hw-youtube:before {
  content: ""; }

/*

///////////////////////////////////////////////////
//// LEGACY
///////////////////////////////////////////////////

//
// Grid system
// --------------------------------------------------


// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.

.container {
    // @include container-fixed;

    @media (min-width: $screen-lg-min) {
      width: $container-lg;
    }
  }


  // Fluid container
  //
  // Utilizes the mixin meant for fixed width containers, but without any defined
  // width for fluid, full width layouts.

  .container-fluid {
    // @include container-fixed;
  }


  // Row
  //
  // Rows contain and clear the floats of your columns.

  .row {
    @include make-row;
  }

  @media (min-width: $screen-sm-min) {
    .row-outer {
      margin-left:  $grid-gutter-width * -1;
      margin-right: $grid-gutter-width * -1;
      padding-left:  ($grid-gutter-width / 2);
      padding-right: ($grid-gutter-width / 2);
    }
    .row-fullwidth {
      margin-left:  $grid-gutter-width * -1;
      margin-right: $grid-gutter-width * -1;
    }
  }

  // Columns
  //
  // Common styles for small and large grid columns

  @include make-grid-columns;

  // Extra small grid
  //
  // Columns, offsets, pushes, and pulls for extra small devices like
  // smartphones.

  @include make-grid(xs);

  // Small grid
  //
  // Columns, offsets, pushes, and pulls for the small device range, from phones
  // to tablets.

  @media (min-width: $screen-sm-min) {
    @include make-grid(sm);
  }

  // Medium grid
  //
  // Columns, offsets, pushes, and pulls for the desktop device range.

  @media (min-width: $screen-md-min) {
    @include make-grid(md);
  }

  // Large grid
  //
  // Columns, offsets, pushes, and pulls for the large desktop device range.

  @media (min-width: $screen-lg-min) {
    @include make-grid(lg);
  }

  @media (min-width: $screen-md-min) {
    .equal-panels-md {
      display: table;
      position: relative;
      > [class*=col] {
        display: table-cell;
        float: none;
      }
    }
  }

  @media (min-width: $screen-sm-min) {
    .equal-panels-sm {
      display: table;
      position: relative;
      > [class*=col] {
        display: table-cell;
        float: none;
      }
    }
  }

  */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .container::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 599px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1220px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .container-fluid::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 599px) {
    .container-fluid {
      padding-left: 15px;
      padding-right: 15px; } }
  .container-fluid:not(.container-fluid--full-width) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1450px; }
  .container-fluid--full-width {
    padding-left: 0;
    padding-right: 0; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    display: block;
    clear: both;
    content: ""; }

@media (min-width: 600px) {
  .row-outer {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px; }
  .row-fullwidth {
    margin-left: -30px;
    margin-right: -30px; } }

.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: 15px;
  padding-right: 15px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 600px) {
  .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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 900px) {
  .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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 900px) {
  .equal-panels-md {
    display: table;
    position: relative; }
    .equal-panels-md > [class*=col] {
      display: table-cell;
      float: none; } }

@media (min-width: 600px) {
  .equal-panels-sm {
    display: table;
    position: relative; }
    .equal-panels-sm > [class*=col] {
      display: table-cell;
      float: none; } }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  background-color: #f0f0f0; }
  @media (max-width: 599px) {
    body {
      font-size: 14px;
      line-height: 20px; } }

.container {
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #007acc;
  text-decoration: none;
  transition: all 0.2s; }
  a:hover, a:focus {
    color: #003c71;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }
  @media (prefers-reduced-motion: reduce) {
    .img-thumbnail {
      transition: none; } }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 48px;
  line-height: 52px; }
  @media (max-width: 1219px) {
    h1, .h1 {
      font-size: 46px;
      line-height: 50px; } }
  @media (max-width: 899px) {
    h1, .h1 {
      font-size: 32px;
      line-height: 36px; } }
  @media (max-width: 599px) {
    h1, .h1 {
      font-size: 27px;
      line-height: 29px; } }

h2, .h2 {
  font-size: 34px;
  line-height: 36px; }
  @media (max-width: 1219px) {
    h2, .h2 {
      font-size: 30px;
      line-height: 32px; } }
  @media (max-width: 899px) {
    h2, .h2 {
      font-size: 28px;
      line-height: 30px; } }
  @media (max-width: 599px) {
    h2, .h2 {
      font-size: 23px;
      line-height: 25px; } }

h3, .h3 {
  font-size: 24px;
  line-height: 26px; }
  @media (max-width: 1219px) {
    h3, .h3 {
      font-size: 24px;
      line-height: 26px; } }
  @media (max-width: 599px) {
    h3, .h3 {
      font-size: 19px;
      line-height: 21px; } }

h4, .h4 {
  font-size: 18px;
  line-height: 20px; }
  @media (max-width: 1219px) {
    h4, .h4 {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 599px) {
    h4, .h4 {
      font-size: 17px;
      line-height: 19px; } }

h5, .h5 {
  font-size: 1rem;
  line-height: 18px; }
  @media (max-width: 599px) {
    h5, .h5 {
      font-size: 15px;
      line-height: 17px; } }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }
  p.small {
    font-size: 12px; }

.lead {
  margin-bottom: 20px;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 600px) {
    .lead {
      font-size: 1.5rem; } }

small,
.small {
  font-size: 12px; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

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

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

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

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

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #6c757d; }

.text-primary {
  color: #337ab7 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #23527c !important; }

.text-success {
  color: #3c763d !important; }

a.text-success:hover, a.text-success:focus {
  color: #224323 !important; }

.text-info {
  color: #31708f !important; }

a.text-info:hover, a.text-info:focus {
  color: #1d4356 !important; }

.text-warning {
  color: #8a6d3b !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #544324 !important; }

.text-danger {
  color: #a94442 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #722e2d !important; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.5; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd::after {
  display: block;
  clear: both;
  content: ""; }

@media (min-width: 600px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003c71;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px; }
  @media (min-width: 600px) {
    blockquote {
      font-family: "Miller Disp Reg"; } }
  blockquote .blockquote-main {
    position: relative; }
    blockquote .blockquote-main:before, blockquote .blockquote-main:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #e5f2fa;
      font-size: 40px;
      position: absolute;
      z-index: 0; }
    blockquote .blockquote-main:before {
      content: "";
      top: -10px;
      left: -10px; }
    blockquote .blockquote-main:after {
      content: "";
      bottom: -10px;
      right: -10px; }
  blockquote p,
  blockquote ul,
  blockquote ol {
    position: relative;
    z-index: 1; }
    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
      margin-bottom: 0; }
  blockquote footer {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.5; }

form .field {
  margin: 15px 0;
  overflow: hidden; }
  form .field label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold; }
    form .field label span {
      color: #d14129; }
  form .field input {
    display: block;
    width: 100%;
    padding: 15px;
    background: transparent;
    border: 1px solid #000; }
  form .field textarea {
    width: 100%;
    padding: 15px;
    height: 200px;
    background: transparent;
    border: 1px solid #000; }
  form .field .select-wrapper {
    background-color: transparent;
    border: 1px solid #000; }
    form .field .select-wrapper:after {
      color: #000; }
  form .field .required-label {
    font-size: 12px;
    margin-top: 10px;
    color: #00549F; }
    form .field .required-label .required-icon {
      display: inline;
      border: 2px solid #00549F;
      margin-right: 5px;
      font-weight: bold;
      padding: 0px 5px; }
  form .field--inline-group .input-wrapper {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px; }
    @media (max-width: 900px) {
      form .field--inline-group .input-wrapper {
        display: block;
        padding: 5px 0; } }
    form .field--inline-group .input-wrapper label {
      font-size: 12px;
      font-weight: normal;
      margin-bottom: 0; }

input[type=search] {
  border: 1px solid #a5acaf;
  border-radius: 0;
  line-height: 22px;
  outline: 0;
  padding: 15px;
  vertical-align: middle;
  -webkit-appearance: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

.input-wrapper {
  margin-bottom: 15px; }
  .input-wrapper input[type=radio],
  .input-wrapper input[type=checkbox] {
    left: -999em;
    position: absolute; }
    .input-wrapper input[type=radio] + label,
    .input-wrapper input[type=checkbox] + label {
      padding-left: 25px;
      position: relative; }
      .input-wrapper input[type=radio] + label:before,
      .input-wrapper input[type=checkbox] + label:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'Heriot-Watt icons' !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        speak: none;
        line-height: 1;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        text-align: center;
        top: 50%; }
  .input-wrapper input[type=radio] + label:before {
    content: "";
    height: 20px;
    left: 0;
    line-height: 20px;
    margin-top: -12px; }
  .input-wrapper input[type=radio]:checked + label:before {
    content: ""; }
  .input-wrapper input[type=checkbox] + label:before {
    border: 1px solid #000;
    content: '';
    font-size: 13px;
    height: 18px;
    left: 0;
    line-height: 18px;
    margin-top: -10px;
    width: 18px; }
  .input-wrapper input[type=checkbox]:checked + label:before {
    content: ""; }

.select-wrapper {
  background-color: #fff;
  border: 1px solid #a5acaf;
  margin-bottom: 15px;
  position: relative; }
  .select-wrapper:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Heriot-Watt icons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    line-height: 1;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333f48;
    content: "";
    position: absolute;
    height: 22px;
    line-height: 22px;
    margin-top: -11px;
    pointer-events: none;
    right: 15px;
    top: 50%; }
  .select-wrapper select {
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    padding-right: 45px;
    width: 100%;
    -webkit-appearance: none; }
    .select-wrapper select:focus {
      color: #495057;
      background-color: #fff;
      border-color: #80bdff;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .select-wrapper select::-ms-expand {
      border: 0;
      background-color: transparent;
      display: none; }
    .select-wrapper select[disabled], .select-wrapper select[readonly],
    fieldset[disabled] .select-wrapper select {
      background-color: #eeeeee;
      opacity: 1; }
    .select-wrapper select[disabled],
    fieldset[disabled] .select-wrapper select {
      cursor: not-allowed; }

.form-search {
  display: table;
  width: 100%; }
  .form-search .search-wrapper,
  .form-search button {
    display: table-cell; }
  @media (max-width: 599px) {
    .form-search button {
      padding: 15px; } }
  .form-search .search-wrapper {
    width: 100%; }
    .form-search .search-wrapper input {
      border-right: 0;
      height: 54px;
      width: 100%; }

.request-a-callback .btn {
  display: block;
  margin: auto; }

.request-a-callback .header {
  color: #2A52DD;
  text-align: center; }
  .request-a-callback .header h2 {
    text-transform: none; }
    @media (max-width: 599px) {
      .request-a-callback .header h2 {
        font-size: 22px; } }
    @media (max-width: 480px) {
      .request-a-callback .header h2 {
        font-size: 14px;
        line-height: 19px; } }
  .request-a-callback .header p {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.request-a-callback .input-wrapper input[type="checkbox"] + label::before {
  top: 14px; }

.request-a-callback .field label {
  font-weight: normal; }
  .request-a-callback .field label a {
    text-decoration: underline; }
    .request-a-callback .field label a:hover {
      text-decoration: none; }

.campaign--clearing .clearing-registration h2 {
  text-align: center; }
  @media (max-width: 900px) {
    .campaign--clearing .clearing-registration h2 {
      text-align: left; } }

.campaign--clearing .clearing-registration label span {
  color: #000; }

.campaign--clearing .clearing-registration p a {
  border: none;
  text-decoration: underline; }
  .campaign--clearing .clearing-registration p a:hover {
    border: none;
    text-decoration: underline; }

.campaign--clearing .clearing-registration .btn {
  background-color: #003E6F;
  border: 2px solid #003E6F;
  padding: 15px 100px; }
  .campaign--clearing .clearing-registration .btn:hover {
    background-color: #003E6F;
    color: #fff; }
  .campaign--clearing .clearing-registration .btn:focus {
    background-color: #003E6F;
    color: #fff; }

.campaign--clearing .clearing-registration .field input:focus, .campaign--clearing .clearing-registration .field select:focus {
  border: 2px solid #C2921B;
  outline: none; }

.campaign--clearing .clearing-registration .field input[type="checkbox"]:focus + label::before {
  border: 2px solid #C2921B;
  outline: none; }

@media (max-width: 900px) {
  .campaign--clearing .clearing-registration .select-wrapper {
    margin-bottom: 0; } }

.btn {
  background-color: #007acc;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 15px 40px;
  font-size: 0.875rem;
  line-height: 22px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s, border 0.2s; }
  .btn.icon {
    padding-right: 60px;
    position: relative; }
    .btn.icon i {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px; }
  .btn.m-top-20 {
    margin-top: 20px; }
  .campaign--ug .copy-accordion .btn {
    background-color: #FFB500;
    color: #002C53; }
    .campaign--ug .copy-accordion .btn:hover, .campaign--ug .copy-accordion .btn:focus, .campaign--ug .copy-accordion .btn.focus {
      background-color: #DCA91B;
      color: #002C53; }
  .campaign--ug .download .btn {
    background-color: #002C53;
    color: #fff; }
    .campaign--ug .download .btn:hover, .campaign--ug .download .btn:focus, .campaign--ug .download .btn.focus {
      background-color: #2A52DD;
      color: #fff; }
  .campaign--ug .apply .btn {
    background-color: #FFB500;
    border: 2px solid #FFB500;
    color: #002C53; }
    .campaign--ug .apply .btn:hover, .campaign--ug .apply .btn:focus, .campaign--ug .apply .btn.focus {
      background-color: #002C53;
      color: #FFB500; }
  .campaign--ug .btn {
    background-color: #007ACC;
    color: #002C53; }
    .campaign--ug .btn:hover, .campaign--ug .btn:focus, .campaign--ug .btn.focus {
      background-color: #002C53;
      color: #007ACC; }
  .campaign--pg .btn {
    background-color: #5f259f; }
    .campaign--pg .btn:hover, .campaign--pg .btn:focus, .campaign--pg .btn.focus {
      background-color: #5f3366; }
  .campaign--int .btn {
    background-color: #2A52DD;
    border: 2px solid #2A52DD; }
    .campaign--int .btn:hover {
      background-color: #fff;
      color: #2A52DD; }
    .campaign--int .btn:focus {
      background-color: #2A52DD;
      color: #fff; }
  .campaign--clearing .btn.nav-cta {
    color: #000;
    background-color: #C2921B;
    border: 2px solid #C2921B; }
    .campaign--clearing .btn.nav-cta:hover {
      background-color: #C2921B;
      color: #000; }
    .campaign--clearing .btn.nav-cta:focus {
      background-color: #C2921B;
      color: #000; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    background-color: #003c71;
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50); }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-keyline {
  color: #333f48;
  background-color: transparent;
  border-color: #a5acaf; }
  .btn-keyline:focus, .btn-keyline.focus, .btn-keyline:hover {
    color: #fff;
    background-color: #007acc;
    border-color: #007acc; }

.btn-default {
  color: #fff;
  background-color: #333;
  border-color: #fff; }
  .btn-default:hover {
    color: #212529;
    background-color: #ccc;
    border-color: #e6e6e6; }
  .btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #fff;
    background-color: #333;
    border-color: #fff; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #dfdfdf; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-primary {
  color: #212529;
  background-color: #fff;
  border-color: #337ab7; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2e6da4;
    border-color: #286090; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 109, 162, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #337ab7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #255986; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(49, 109, 162, 0.5); }

.btn-success {
  color: #212529;
  background-color: #fff;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #4cae4c;
    border-color: #449d44; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(83, 162, 84, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #5cb85c; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #409440; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(83, 162, 84, 0.5); }

.btn-info {
  color: #212529;
  background-color: #fff;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #212529;
    background-color: #46b8da;
    border-color: #31b0d5; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #5bc0de; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #2aaacf; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 169, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #fff;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #212529;
    background-color: #eea236;
    border-color: #ec971f; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #f0ad4e; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #ea9214; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(209, 153, 72, 0.5); }

.btn-danger {
  color: #212529;
  background-color: #fff;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d43f3a;
    border-color: #c9302c; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 76, 73, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #d9534f; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #bf2e29; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 76, 73, 0.5); }

.btn-grid {
  background-color: transparent;
  color: #00549F;
  display: inline-block;
  min-width: 240px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 3px solid #00549F;
  padding: 20px 20px;
  font-size: 1rem;
  line-height: 25px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s, border 0.2s;
  text-align: left;
  position: relative;
  z-index: 200; }
  @media (max-width: 599px) {
    .btn-grid {
      min-width: 100%; } }
  .btn-grid-white {
    background-color: #fff; }
  .btn-grid-gray {
    background-color: #f0f0f0; }
  .btn-grid #text {
    vertical-align: middle; }
  .btn-grid img {
    float: right;
    height: 25px; }
  .btn-grid .GRID-arrow-blue {
    display: inline-block; }
  .btn-grid .GRID-arrow-white {
    display: none; }
  .btn-grid:hover, .btn-grid:focus, .btn-grid.focus {
    background-color: #00549F;
    color: #fff;
    text-decoration: none; }
    .btn-grid:hover .GRID-arrow-blue, .btn-grid:focus .GRID-arrow-blue, .btn-grid.focus .GRID-arrow-blue {
      display: none; }
    .btn-grid:hover .GRID-arrow-white, .btn-grid:focus .GRID-arrow-white, .btn-grid.focus .GRID-arrow-white {
      display: inline-block; }

.btn-grid-no-border {
  color: #00549F;
  display: inline-block;
  min-width: 210px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 20px 0px;
  font-size: 1rem;
  line-height: 25px;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s, min-width 0.2s;
  text-align: left; }
  .btn-grid-no-border #text {
    vertical-align: middle; }
  .btn-grid-no-border img {
    float: right;
    height: 25px; }
  .btn-grid-no-border .GRID-arrow-blue {
    display: inline-block; }
  .btn-grid-no-border:hover, .btn-grid-no-border:focus, .btn-grid-no-border.focus {
    color: rgba(0, 84, 159, 0.8);
    min-width: 225px;
    text-decoration: none;
    transition: min-width 0.2s; }

.btn-link {
  color: #007bff;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #6c757d;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 1.125rem;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm {
  padding: 5px 10px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs {
  padding: 1px 5px;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.cta {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.cta:after,
.btn-right:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Heriot-Watt icons' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.btn-left:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Heriot-Watt icons' !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  line-height: 1;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""; }

.btn-more {
  margin-bottom: 30px; }

section {
  position: relative; }
  section .container {
    position: relative; }
  section.padding {
    padding: 60px 0; }
    section.padding--sml {
      padding: 40px 0; }
  section.yellow {
    background-color: #FFCB4F; }
    section.yellow .container {
      background-color: #FFCB4F; }
  section.purple {
    background-color: #6C207E; }
    section.purple .container {
      background-color: #6C207E;
      color: #fff; }
  section.pale-purple {
    background-color: #DDD5EB; }
    section.pale-purple .container {
      background-color: #DDD5EB;
      color: #552B9A; }
  section.gray {
    background-color: #eeeeee; }
    section.gray .container {
      background-color: #eeeeee; }
  section.white {
    background-color: #fff; }
    section.white .container {
      background-color: #fff; }
  section.light-blue {
    background-color: #DDEBF8; }
  section.sand {
    background-color: #F8EED1; }
    section.sand h2, section.sand p, section.sand a {
      color: #003E6F; }
    section.sand .container {
      background-color: #F8EED1; }
  section .section-title {
    text-align: center;
    padding-bottom: 40px; }
  .campaign section p a {
    color: #000;
    border-bottom: 2px solid #D21F77; }
    .campaign section p a:hover {
      text-decoration: none;
      border-bottom: 2px solid #6C207E; }
  .campaign section p.sub-title {
    margin: 0;
    text-transform: uppercase;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px; }
  .campaign section h2 {
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase; }
    @media (max-width: 899px) {
      .campaign section h2 {
        font-size: 30px;
        line-height: 38px; } }
  .campaign section .icons div {
    position: absolute; }
    .campaign section .icons div svg {
      width: 100%;
      height: 100%; }
  .campaign--ug section.open-days, .campaign--ug section.copy-stats, .campaign--ug section.download {
    background-color: #EEEEEE; }
    .campaign--ug section.open-days .container, .campaign--ug section.copy-stats .container, .campaign--ug section.download .container {
      background-color: #EEEEEE; }
  .campaign--ug section.apply {
    background-color: #002C53; }
    .campaign--ug section.apply .container {
      background-color: #002C53;
      color: #fff; }
  .campaign--ug section.copy-accordion h2 {
    color: #002C53; }
  .campaign--pg section p a {
    border-bottom: 2px solid #6C207E; }
    .campaign--pg section p a:hover {
      border-bottom: 2px solid #D21F77; }
  .campaign--pg section.open-days, .campaign--pg section.copy-stats, .campaign--pg section.download {
    background-color: #08CEDB; }
    .campaign--pg section.open-days .container, .campaign--pg section.copy-stats .container, .campaign--pg section.download .container {
      background-color: #08CEDB; }
  .campaign--pg section.apply {
    background-color: #403B65; }
    .campaign--pg section.apply .container {
      background-color: #403B65;
      color: #fff; }
  .campaign--pg section.copy-accordion h2 {
    color: #403B65; }
  .campaign--clearing section.light-blue h2 {
    color: #003E6F; }
  .campaign--clearing section.light-blue .container {
    background-color: #DDEBF8; }
  .campaign--clearing section.white h2, .campaign--clearing section.gray h2 {
    color: #394049; }
  .campaign--clearing section.contact-us caption {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .campaign--clearing section.contact-us h2 {
    margin-bottom: 20px; }
  .campaign--clearing section.contact-us p {
    margin-bottom: 20px; }
  .campaign--clearing section.image-blocks .cta-image-block .cta-image {
    height: 234px; }
    @media (min-width: 600px) and (max-width: 899px) {
      .campaign--clearing section.image-blocks .cta-image-block .cta-image {
        height: 100%; } }
  .campaign--clearing section.image-blocks .cta-image-block .cta-copy {
    margin-top: 234px; }
    @media (max-width: 899px) {
      .campaign--clearing section.image-blocks .cta-image-block .cta-copy {
        margin-top: 180px; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .campaign--clearing section.image-blocks .cta-image-block .cta-copy {
        margin-top: 0; } }
  .campaign--clearing section.image-blocks .cta-image-block .cta-pointer:after {
    content: none !important; }
  .campaign--clearing section.image-blocks .cta-image-block.blue {
    background-color: #003E6F;
    color: #fff; }
  .campaign--clearing section.image-blocks .cta-image-block.yellow {
    background-color: #DCA91B;
    color: #003E6F; }
    .campaign--clearing section.image-blocks .cta-image-block.yellow .cta-pointer:before {
      color: #003E6F; }
  section .circular-date {
    background-color: #1E9D8B;
    border-radius: 45px;
    color: #fff;
    height: 70px;
    left: 15px;
    padding-top: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 70px;
    z-index: 2; }
    .campaign--pg section .circular-date {
      background-color: #403B65; }
    section .circular-date .day {
      font-family: Georgia, serif;
      display: block;
      font-size: 24px;
      line-height: 28px; }
    section .circular-date .month {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      font-size: 16px;
      height: 22px;
      line-height: 22px; }
  section .grid-items {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 899px) {
      section .grid-items {
        margin-top: 40px; } }
    @media (max-width: 899px) {
      section .grid-items--scroll {
        overflow-x: scroll;
        white-space: nowrap;
        display: block;
        width: auto;
        margin-left: 40px;
        margin-right: 40px; }
        section .grid-items--scroll::-webkit-scrollbar {
          height: 6px;
          background-color: #eeeeee;
          border-radius: 10px; }
        section .grid-items--scroll::-webkit-scrollbar-track {
          background-color: #eeeeee;
          border-radius: 10px; }
        section .grid-items--scroll::-webkit-scrollbar-thumb {
          background-color: #D21F77;
          border-radius: 10px; }
        section .grid-items--scroll .item {
          display: inline-block;
          margin-right: 60px;
          margin-bottom: 20px;
          width: 55% !important; } }
    @media (max-width: 899px) and (max-width: 599px) {
      section .grid-items--scroll .item {
        width: 100% !important; } }
    section .grid-items .item {
      width: 50%;
      margin-bottom: 60px; }
      @media (max-width: 899px) {
        .campaign--ug section .grid-items .item {
          width: 45%;
          margin: 10px;
          overflow: hidden; } }
      @media (max-width: 599px) {
        .campaign--ug section .grid-items .item {
          width: 100%;
          margin: 20px;
          overflow: hidden; } }
      @media (max-width: 899px) {
        section .grid-items .item {
          width: 100%;
          margin: 20px;
          overflow: hidden; } }
      section .grid-items .item .title {
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 28px; }
        @media (max-width: 599px) {
          section .grid-items .item .title {
            font-size: 20px; } }
      section .grid-items .item.green .title {
        color: #1E9D8B; }
      section .grid-items .item.dark-purple .title {
        color: #6C207E; }
      section .grid-items .item.purple .title {
        color: #5f259f; }
      section .grid-items .item.pink .title {
        color: #D21F77; }
      section .grid-items .item.blue .title {
        color: #2A52DD; }
      section .grid-items .item .copy {
        padding: 20px 40px 0 0; }
        @media (max-width: 899px) {
          section .grid-items .item .copy {
            width: 100%;
            padding: 40px 20px 0 0;
            white-space: initial; } }
  .campaign--int section .grid-items .item .title {
    color: #2A52DD; }
  .campaign--int section .grid-items .item .source {
    font-size: 12px; }
  @media (max-width: 899px) {
    .campaign--int section .grid-items--scroll::-webkit-scrollbar {
      background-color: #2A52DD; }
    .campaign--int section .grid-items--scroll::-webkit-scrollbar-thumb {
      background-color: #2A52DD;
      border-radius: 10px; }
    .campaign--int section .grid-items--scroll .item {
      height: 600px; } }
  @media (max-width: 899px) and (max-width: 599px) {
    .campaign--int section .grid-items--scroll .item {
      height: 600px; } }
  .campaign--int section.image-blocks h2 {
    color: #2A52DD;
    text-transform: none; }
  .campaign--int section.image-blocks .cta-image-block {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); }
    .campaign--int section.image-blocks .cta-image-block.blue {
      color: #fff;
      background-color: #2A52DD; }
    .campaign--int section.image-blocks .cta-image-block.white {
      background-color: #fff;
      color: #494949; }
      .campaign--int section.image-blocks .cta-image-block.white .cta-pointer::before {
        color: #494949; }
    .campaign--int section.image-blocks .cta-image-block .cta-copy {
      min-height: 200px; }
      .campaign--int section.image-blocks .cta-image-block .cta-copy .foreground {
        padding: 20px 0; }
      .campaign--int section.image-blocks .cta-image-block .cta-copy:after {
        background-image: unset; }
      @media (max-width: 1219px) {
        .campaign--int section.image-blocks .cta-image-block .cta-copy {
          min-height: 225px; } }
  .campaign--ug section .grid-items .item p {
    color: #494949;
    letter-spacing: 0;
    line-height: 24px; }
  .campaign--ug section .grid-items .item .title, .campaign--ug section .grid-items .item h3 {
    color: #002C53;
    letter-spacing: 0.39px;
    line-height: 24px; }
  .campaign--ug section .grid-items .item .source {
    font-size: 12px; }
  @media (max-width: 899px) {
    .campaign--ug section .grid-items--scroll::-webkit-scrollbar {
      background-color: #2A52DD; }
    .campaign--ug section .grid-items--scroll::-webkit-scrollbar-thumb {
      background-color: #2A52DD;
      border-radius: 10px; }
    .campaign--ug section .grid-items--scroll .item {
      height: 600px; } }
  @media (max-width: 899px) and (max-width: 599px) {
    .campaign--ug section .grid-items--scroll .item {
      height: 600px; } }
  .campaign--ug section.image-blocks h2 {
    color: #2A52DD;
    text-transform: none; }
  .campaign--ug section.image-blocks .cta-image-block {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); }
    .campaign--ug section.image-blocks .cta-image-block.blue {
      color: #fff;
      background-color: #2A52DD; }
    .campaign--ug section.image-blocks .cta-image-block.white {
      background-color: #fff;
      color: #494949; }
      .campaign--ug section.image-blocks .cta-image-block.white .cta-pointer::before {
        color: #494949; }
    .campaign--ug section.image-blocks .cta-image-block .cta-copy {
      min-height: 200px; }
      .campaign--ug section.image-blocks .cta-image-block .cta-copy .foreground {
        padding: 20px 0; }
      .campaign--ug section.image-blocks .cta-image-block .cta-copy:after {
        background-image: unset; }
      @media (max-width: 1219px) {
        .campaign--ug section.image-blocks .cta-image-block .cta-copy {
          min-height: 225px; } }
  section:last-child.section-grey {
    margin-bottom: -50px; }
    section:last-child.section-grey .row:last-child {
      padding-bottom: 50px; }

.section-grey .row-outer {
  background-color: #f0f0f0; }

.section-padded {
  padding-bottom: 30px;
  padding-top: 30px; }

.image-blocks .icons div:nth-child(1) {
  width: 140px;
  height: 140px;
  left: 10%;
  top: -20px; }
  @media (max-width: 899px) {
    .image-blocks .icons div:nth-child(1) {
      display: none; } }
  .campaign--ug .image-blocks .icons div:nth-child(1) svg {
    fill: #6C207E; }
  .campaign--pg .image-blocks .icons div:nth-child(1) svg {
    fill: #2A52DD; }

.image-blocks .icons div:nth-child(2) {
  width: 100px;
  height: 100px;
  right: 60px;
  top: 35px; }
  @media (max-width: 599px) {
    .image-blocks .icons div:nth-child(2) {
      top: 90px; } }
  .campaign--ug .image-blocks .icons div:nth-child(2) svg {
    fill: #D21F77; }
  .campaign--pg .image-blocks .icons div:nth-child(2) svg {
    fill: #403B65; }

.image-blocks .icons div:nth-child(3) {
  width: 120px;
  height: 120px;
  left: 40px;
  bottom: -75px; }
  @media (max-width: 899px) {
    .image-blocks .icons div:nth-child(3) {
      display: none; } }
  .campaign--ug .image-blocks .icons div:nth-child(3) svg {
    fill: #FFCB4F; }
  .campaign--pg .image-blocks .icons div:nth-child(3) svg {
    fill: #08CEDB; }

.image-blocks .icons div:nth-child(4) {
  width: 25px;
  height: 25px;
  left: 45%;
  bottom: -50px; }
  @media (max-width: 899px) {
    .image-blocks .icons div:nth-child(4) {
      display: none; } }
  .campaign--ug .image-blocks .icons div:nth-child(4) svg {
    fill: #1E9D8B; }
  .campaign--pg .image-blocks .icons div:nth-child(4) svg {
    fill: #1E9D8B; }

.campaign .image-blocks .cta-copy:after {
  top: auto;
  height: 150px; }

@media (max-width: 899px) {
  .campaign .image-blocks .equal-panels-md {
    margin: 0 20px; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 599px) {
  .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: 599px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 599px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 599px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .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: 600px) and (max-width: 899px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 900px) 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: 900px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 900px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 900px) 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: 599px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 899px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 900px) 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; } }

.campaign header {
  background-color: #fff;
  overflow: hidden; }

.nav-top {
  background-color: #333f48;
  color: #a5acaf;
  font-size: 11px;
  line-height: 22px; }
  .nav-top a,
  .nav-top a:visited {
    color: #fff;
    transition: none;
    z-index: 1; }
  .nav-top a:hover,
  .nav-top a:focus,
  .nav-top .current a,
  .nav-top .current-parent a {
    text-decoration: none; }
  .nav-top li a {
    z-index: 0; }
    .nav-top li a:after {
      color: #a5acaf; }
    .nav-top li a:hover, .nav-top li a:focus {
      z-index: 1; }
      .nav-top li a:hover:after, .nav-top li a:focus:after {
        display: none; }
  .nav-top li.current a, .nav-top li.current-parent a {
    z-index: 1; }
    .nav-top li.current a:after, .nav-top li.current-parent a:after {
      display: none; }
  @media (max-width: 599px) {
    .nav-top .divider-nav > li {
      position: static; }
    .nav-top .col-xs-7 {
      position: static; } }
  .nav-top .expand-trigger {
    display: none; }
    @media (max-width: 599px) {
      .nav-top .expand-trigger {
        display: block; }
        .nav-top .expand-trigger .hw-caret-up {
          display: none; }
        .nav-top .expand-trigger + ul {
          background-color: #007acc;
          display: none;
          position: absolute;
          right: 0;
          text-align: left;
          width: 100%;
          z-index: 2; }
        .nav-top .expand-trigger.expanded {
          background-color: #007acc; }
          .nav-top .expand-trigger.expanded .hw-caret-down {
            display: none; }
          .nav-top .expand-trigger.expanded .hw-caret-up {
            display: inline; }
          .nav-top .expand-trigger.expanded + ul {
            display: block; } }

header .brand img {
  height: 70px;
  margin: 20px 0; }
  @media (max-width: 599px) {
    header .brand img {
      height: 60px;
      margin: 15px 0; } }
  @media (max-width: 599px) {
    header .brand img {
      height: 50px;
      margin: 10px 0; } }

.nav-main nav ul,
.nav-sub nav ul {
  list-style-type: none;
  margin-bottom: 0; }
  @media (max-width: 599px) {
    .nav-main nav ul,
    .nav-sub nav ul {
      margin-left: -1px;
      margin-right: -1px; } }
  .nav-main nav ul li,
  .nav-sub nav ul li {
    display: inline-block; }
    .nav-main nav ul li a,
    .nav-sub nav ul li a {
      display: block; }

@media (max-width: 899px) {
  .campaign .nav-main {
    padding: 0 !important; } }

@media (max-width: 900px) {
  .campaign .nav-main nav ul li {
    display: block; } }

.campaign--int {
  background-color: #fff; }
  .campaign--int header .brand .strapline img {
    width: 175px; }
    @media (max-width: 900px) {
      .campaign--int header .brand .strapline img {
        width: 125px; } }
  .campaign--int .nav-main {
    text-transform: none; }
    .campaign--int .nav-main a {
      margin: 0 -20px; }
      @media (max-width: 1219px) {
        .campaign--int .nav-main a {
          margin: 0 -20px;
          padding: 11px 15px; } }
    @media (max-width: 899px) {
      .campaign--int .nav-main .apply {
        display: none; } }
    .campaign--int .nav-main .nav-cta.btn {
      text-transform: none; }

.nav-main ul {
  padding: 0; }

.nav-main {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #003c71;
  font-size: 13px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase; }
  .campaign .nav-main {
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px; }
    .campaign .nav-main a {
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
    .campaign .nav-main .container {
      background-color: #000; }
  .nav-main ul li + li {
    margin-left: 57px; }
    @media (max-width: 899px) {
      .nav-main ul li + li {
        margin-left: 30px; }
        .campaign .nav-main ul li + li {
          margin-left: 0; } }
    @media (max-width: 599px) {
      .nav-main ul li + li {
        margin-left: 15px; }
        .campaign .nav-main ul li + li {
          margin-left: 0; } }
  .nav-main a,
  .nav-main a:visited {
    color: #fff;
    display: block;
    margin: 0 -30px;
    padding: 11px 30px; }
    @media (max-width: 899px) {
      .nav-main a,
      .nav-main a:visited {
        margin: 0 -15px;
        padding: 11px 15px; } }
    @media (max-width: 599px) {
      .nav-main a,
      .nav-main a:visited {
        margin: 0 -10px;
        padding: 11px 10px; } }
    .campaign .nav-main a.nav-cta, .campaign
    .nav-main a:visited.nav-cta {
      position: absolute;
      top: 0;
      right: -15px;
      margin: 0;
      z-index: 2;
      padding-left: 40px;
      padding-right: 40px; }
    .campaign .nav-main a.menu-trigger, .campaign
    .nav-main a:visited.menu-trigger {
      display: none;
      position: relative; }
      @media (max-width: 900px) {
        .campaign .nav-main a.menu-trigger, .campaign
        .nav-main a:visited.menu-trigger {
          display: inline-block; } }
      .campaign .nav-main a.menu-trigger.active i, .campaign
      .nav-main a:visited.menu-trigger.active i {
        transform: rotate(180deg); }
      .campaign .nav-main a.menu-trigger:hover, .campaign .nav-main a.menu-trigger:focus, .campaign
      .nav-main a:visited.menu-trigger:hover, .campaign
      .nav-main a:visited.menu-trigger:focus {
        background-color: transparent; }
      .campaign .nav-main a.menu-trigger i, .campaign
      .nav-main a:visited.menu-trigger i {
        font-size: 24px;
        position: absolute;
        top: 15px;
        margin-left: 10px;
        transition: all 0.2s; }
  .nav-main a:hover,
  .nav-main a:focus {
    background-color: #007acc;
    text-decoration: none; }
  .campaign .nav-main nav a:hover, .campaign .nav-main nav a:focus {
    background-color: transparent; }
  .campaign--ug .nav-main nav a:hover span, .campaign--ug .nav-main nav a:focus span {
    border-bottom: 3px solid #2A52DD; }
  .campaign--pg .nav-main nav a:hover span, .campaign--pg .nav-main nav a:focus span {
    border-bottom: 3px solid #6C207E; }
  .campaign--int .nav-main nav a:hover span, .campaign--int .nav-main nav a:focus span {
    border-bottom: none; }
  .campaign .nav-main nav {
    margin-left: -15px; }
    @media (max-width: 1220px) {
      .campaign .nav-main nav {
        font-size: 11px; } }
    @media (max-width: 900px) {
      .campaign .nav-main nav {
        display: none;
        font-size: 13px;
        margin-left: 0; }
        .campaign .nav-main nav.active {
          display: block; }
        .campaign .nav-main nav a {
          padding-top: 10px !important;
          padding-bottom: 10px !important; } }
  .campaign--int .nav-main nav ul li {
    text-transform: none; }
  .campaign--int .nav-main nav li:not(.nav-btn) a:hover span {
    border-bottom: 3px solid #2A52DD; }
  .campaign--int .nav-main nav .nav-btn a {
    background-color: #2A52DD; }
    .campaign--int .nav-main nav .nav-btn a:hover {
      background-color: #fff;
      color: #2A52DD; }
  .nav-main .current a,
  .nav-main .current-parent a {
    background-color: #333f48; }
    @media (max-width: 899px) {
      .nav-main .current a,
      .nav-main .current-parent a {
        background-color: #007acc; } }
    .campaign .nav-main .current a, .campaign
    .nav-main .current-parent a {
      background-color: transparent; }
    .campaign--ug .nav-main .current a span, .campaign--ug
    .nav-main .current-parent a span {
      border-bottom: 3px solid #2A52DD; }
    .campaign--pg .nav-main .current a span, .campaign--pg
    .nav-main .current-parent a span {
      border-bottom: 3px solid #6C207E; }
  .nav-main form {
    margin: 0 15px 0;
    position: absolute;
    right: 15px;
    z-index: 1; }
    @media (max-width: 599px) {
      .nav-main form {
        display: flex;
        font-size: 13px;
        height: 50px;
        left: 15px;
        margin: 0;
        right: 15px;
        top: -60px; }
        .nav-main form input[type=search] {
          background-color: #fff;
          background-image: url(/heriot-watt-v2/includes/images/search_blue.svg);
          border: 1px solid #f0f0f0;
          height: auto;
          padding: 13px 24px;
          position: absolute;
          right: 0;
          top: 0;
          transition: none;
          width: 50px; }
          .nav-main form input[type=search]:hover, .nav-main form input[type=search]:focus {
            background-image: url(/heriot-watt-v2/includes/images/search_white.svg); }
        .nav-main form.search-form-open input[type=search] {
          background-color: #fff;
          flex-grow: 1;
          left: 0;
          padding: 13px;
          position: static;
          top: 0; }
          .nav-main form.search-form-open input[type=search] + .button-wrapper {
            display: block;
            width: 50px; }
            .nav-main form.search-form-open input[type=search] + .button-wrapper .btn {
              height: 100%;
              padding: 13px 0;
              width: 100%; }
        .nav-main form .button-wrapper {
          float: none;
          display: none; } }
  .nav-main input[type=search] {
    background-color: #003c71;
    background-image: url(/heriot-watt-v2/includes/images/search_white.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    border-bottom: none;
    border-color: #f0f0f0;
    border-top: none;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 44px;
    overflow: hidden;
    padding-bottom: 11px;
    padding-right: 40px;
    padding-top: 11px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    width: 140px; }
    .nav-main input[type=search]::-moz-placeholder {
      color: #fff;
      opacity: 1;
      text-transform: uppercase; }
    .nav-main input[type=search]:-ms-input-placeholder {
      color: #fff;
      text-transform: uppercase; }
    .nav-main input[type=search]::-webkit-input-placeholder {
      color: #fff;
      text-transform: uppercase; }
    .nav-main input[type=search]:hover {
      background-color: #007acc; }
  .nav-main .search-form-open input[type=search] {
    background-image: none;
    background-color: #f0f0f0;
    color: #000;
    cursor: initial;
    padding-right: 15px;
    width: 200px; }
    .nav-main .search-form-open input[type=search]::-moz-placeholder {
      color: #a5acaf;
      opacity: 1;
      text-transform: none; }
    .nav-main .search-form-open input[type=search]:-ms-input-placeholder {
      color: #a5acaf;
      text-transform: none; }
    .nav-main .search-form-open input[type=search]::-webkit-input-placeholder {
      color: #a5acaf;
      text-transform: none; }
  .nav-main .button-wrapper {
    float: left;
    overflow: hidden;
    transition: all 0.2s;
    max-width: 0; }
    .nav-main .button-wrapper button {
      padding: 10px 15px; }
  .nav-main .search-form-open .search-form-input + .button-wrapper {
    max-width: 100px; }

.nav-sub {
  font-weight: bold;
  font-size: 0.8125em; }
  .nav-sub ul {
    list-style-type: none; }
  .nav-sub > nav > ul {
    background-color: #333f48;
    padding-bottom: 15px;
    padding-top: 30px; }
    @media (min-width: 900px) {
      .nav-sub > nav > ul ul {
        display: none; } }
    @media (max-width: 899px) {
      .nav-sub > nav > ul {
        display: none;
        padding-bottom: 15px;
        padding-left: 0;
        padding-top: 0; } }
    .nav-sub > nav > ul > li {
      margin-bottom: 15px; }
      @media (max-width: 899px) {
        .nav-sub > nav > ul > li {
          display: block;
          margin-bottom: 0; }
          .nav-sub > nav > ul > li.current, .nav-sub > nav > ul > li.current-parent {
            background-color: #495358; } }
      @media (max-width: 899px) {
        header .nav-sub > nav > ul > li > a {
          padding-bottom: 5px; }
          header .nav-sub > nav > ul > li > a:after, header .nav-sub > nav > ul > li > a:active:after {
            content: none; } }
      @media (max-width: 899px) {
        .nav-sub > nav > ul > li.current > a span {
          border-bottom: 2px solid #007acc; }
        .nav-sub > nav > ul > li a {
          border-bottom: 1px solid rgba(255, 255, 255, 0.25);
          padding: 6px 0; } }
  .nav-sub a,
  .nav-sub a:visited {
    color: #fff; }
  .nav-sub .expand-trigger {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #007acc;
    color: #fff;
    display: none;
    padding: 15px 30px;
    position: relative; }
    .nav-sub .expand-trigger:hover, .nav-sub .expand-trigger:focus {
      text-decoration: none; }
    .nav-sub .expand-trigger:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1rem;
      line-height: 18px;
      position: absolute;
      right: 30px;
      top: 15px; }
      @media (max-width: 599px) {
        .nav-sub .expand-trigger:after {
          right: 15px; } }
    @media (max-width: 899px) {
      .nav-sub .expand-trigger {
        display: block; } }
    @media (max-width: 599px) {
      .nav-sub .expand-trigger {
        padding-left: 15px;
        padding-right: 15px; } }
    .nav-sub .expand-trigger.expanded:after {
      background-color: inherit;
      content: ""; }
    .nav-sub .expand-trigger.expanded + ul {
      display: block; }

footer {
  background-color: #003c71;
  color: #fff;
  font-size: 0.8125em;
  margin: 50px -30px 0;
  padding: 40px 30px;
  position: relative; }
  footer .container {
    background-color: #003c71; }
  @media (max-width: 599px) {
    footer {
      padding: 20px 15px;
      margin-left: -15px;
      margin-right: -15px; } }
  .campaign footer {
    margin: 0; }
  .campaign--ug footer {
    background-color: #002C53 !important; }
    .campaign--ug footer .container {
      background-color: #002C53 !important; }
    .campaign--ug footer .social-links {
      text-align: center; }
    @media (max-width: 599px) {
      .campaign--ug footer .social-links p {
        display: block; } }
  .campaign--pg footer {
    background-color: #403B65 !important; }
    .campaign--pg footer .container {
      background-color: #403B65 !important; }
  .campaign--int footer {
    background-color: #2A52DD !important; }
    .campaign--int footer .container {
      background-color: #2A52DD !important;
      padding-top: 20px; }
    .campaign--int footer .campus-details p {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      margin-bottom: 0; }
      @media (max-width: 599px) {
        .campaign--int footer .campus-details p {
          font-size: 12px; }
          .campaign--int footer .campus-details p span {
            display: block; } }
    @media (max-width: 899px) {
      .campaign--int footer .brand img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 599px) {
      .campaign--int footer .brand img {
        width: 100%; } }
    @media (min-width: 599px) and (max-width: 899px) {
      .campaign--int footer nav {
        text-align: center; } }
  .campaign--clearing footer {
    background-color: #003E6F !important; }
    @media (max-width: 899px) {
      .campaign--clearing footer .brand img {
        display: block;
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 599px) {
      .campaign--clearing footer .brand img {
        width: 100%; } }
    .campaign--clearing footer .campus-details p {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 12px;
      margin-bottom: 0; }
      @media (max-width: 599px) {
        .campaign--clearing footer .campus-details p {
          font-size: 12px; }
          .campaign--clearing footer .campus-details p span {
            display: block; } }
    .campaign--clearing footer .container {
      background-color: #003E6F !important; }
    .campaign--clearing footer nav hr {
      border-color: #C2921B; }
  footer .top-link {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Heriot-Watt icons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    line-height: 1;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #003c71;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
    z-index: 1; }
    footer .top-link:hover, footer .top-link:focus {
      background-color: #007acc;
      text-decoration: none; }
    .campaign--ug footer .top-link {
      background-color: #002C53; }
    .campaign--pg footer .top-link {
      background-color: #403B65; }
    .campaign--int footer .top-link {
      background-color: #2A52DD; }
    .campaign--clearing footer .top-link {
      background-color: #003E6F; }
  footer .contact-information {
    margin-top: 10px; }
    @media (max-width: 899px) {
      footer .contact-information {
        margin: 20px 0; } }
    footer .contact-information p {
      margin-bottom: 0.5em; }
      @media (max-width: 899px) {
        footer .contact-information p {
          margin-bottom: 0; } }
  footer .brand img {
    margin-bottom: 30px;
    vertical-align: top; }
  footer .brand .hw-logo {
    height: 60px;
    margin-right: 50px;
    margin-top: 4px;
    max-width: 30%; }
    @media (max-width: 599px) {
      footer .brand .hw-logo {
        height: 48px;
        margin: 2px 15px 0 0; } }
  footer .brand .fiftyyears-logo {
    width: 226px; }
    @media (max-width: 599px) {
      footer .brand .fiftyyears-logo {
        width: 180px; } }
  footer a,
  footer a:visited,
  footer a:hover,
  footer a:focus {
    color: #fff; }
  footer hr {
    border-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 12px;
    margin-top: 12px; }
    .campaign--ug footer hr {
      border-color: #ffffff; }
    .campaign--pg footer hr {
      border-color: #5f259f; }
  @media (max-width: 899px) {
    footer .divider-nav {
      line-height: 16px; } }
  footer .divider-nav li + li:before {
    color: rgba(255, 255, 255, 0.5); }
  footer .social-links {
    line-height: 30px; }
    footer .social-links p {
      font-family: "Times New Roman", serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 16px;
      display: inline-block;
      margin-bottom: 0;
      margin-right: 15px; }
      @media (min-width: 600px) {
        footer .social-links p {
          font-family: "Miller Disp Reg"; } }
    footer .social-links ul {
      display: inline-block;
      font-size: 22px;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer .social-links ul li {
        display: inline-block; }
        footer .social-links ul li a {
          padding: 0 15px; }
          @media (max-width: 599px) {
            footer .social-links ul li a {
              padding: 0 5px; } }
          footer .social-links ul li a:hover, footer .social-links ul li a:focus {
            color: #007acc;
            text-decoration: none; }
            .campaign--pg footer .social-links ul li a:hover, .campaign--pg footer .social-links ul li a:focus {
              color: #5f259f; }
  footer .campus-details p {
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-bottom: 0; }
    @media (min-width: 600px) {
      footer .campus-details p {
        font-family: "Miller Disp Reg"; } }
  footer .contact-details p {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    text-align: center;
    text-transform: uppercase; }
  footer .misc-links {
    font-size: 12px; }

.grid footer {
  margin-top: 0; }

.cta-block {
  color: #fff;
  position: relative; }
  .cta-block:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s;
    z-index: 0; }
  .cta-block:hover:before, .cta-block:focus:before {
    opacity: 1; }
  .cta-block:hover .cta, .cta-block:focus .cta {
    text-decoration: underline; }
  .cta-block .foreground {
    position: relative;
    z-index: 1; }
  .cta-block:hover, .cta-block:focus {
    color: #fff;
    text-decoration: inherit; }
  .cta-block h2 span {
    display: block;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 600px) {
      .cta-block h2 span {
        font-family: "Miller Disp It"; } }
  .cta-block .cta-block-inner {
    padding: 40px 30px;
    width: 83.3333%; }
    @media (max-width: 899px) {
      .cta-block .cta-block-inner {
        padding: 30px 15px;
        width: 100%; } }
  .cta-block .cta {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase; }

.cta-block-blue {
  background-color: #007acc; }

.cta-block-grey {
  background-color: #333f48; }

.cta-strip {
  font-family: "Times New Roman", serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 600px) {
    .cta-strip {
      font-family: "Miller Disp Reg"; } }
  .cta-strip .row {
    background-color: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px; }
  .cta-strip .cta-strip-copy {
    display: inline-block;
    margin: 10px 10px 0;
    vertical-align: middle; }
    .cta-strip .cta-strip-copy p {
      font-size: 18px;
      line-height: 24px; }
    @media (max-width: 899px) {
      .cta-strip .cta-strip-copy {
        margin-top: 0; } }
  .cta-strip a.cta {
    vertical-align: middle; }

.grid-block-flex-container {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    .grid-block-flex-container .grid-block,
    .grid-block-flex-container .event-block,
    .grid-block-flex-container .course-block {
      display: flex;
      overflow: hidden; }
    .grid-block-flex-container .grid-block-inner,
    .grid-block-flex-container .event-block-inner,
    .grid-block-flex-container .course-block-inner {
      height: auto;
      width: 100%; }
    .grid-block-flex-container .grid-block-image {
      background-position: center top; }
    .grid-block-flex-container .grid-block-with-image.col-md-3 > a,
    .grid-block-flex-container .grid-block-with-image.col-md-4 > a {
      padding-bottom: 140px; } }
  .grid-block-flex-container .grid-block-with-stat {
    padding-bottom: 90px; }
    @media (max-width: 600px) {
      .grid-block-flex-container .grid-block-with-stat {
        padding-bottom: 64px; } }

.grid-block {
  margin-bottom: 30px;
  z-index: 200; }
  @media (max-width: 599px) {
    .grid-block {
      margin-bottom: 15px;
      margin-left: 10px;
      margin-right: 10px; } }

a.grid-block-inner {
  position: relative; }
  a.grid-block-inner:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s;
    z-index: 0; }
  a.grid-block-inner:hover:before, a.grid-block-inner:focus:before {
    opacity: 1; }
  a.grid-block-inner:hover .cta, a.grid-block-inner:focus .cta {
    text-decoration: underline; }
  a.grid-block-inner .foreground {
    position: relative;
    z-index: 1; }

.grid-block-inner {
  color: inherit;
  display: block;
  position: relative; }
  .grid-block-inner:hover, .grid-block-inner:focus {
    color: inherit;
    text-decoration: none; }
  .grid-block-inner .grid-block-category {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .grid-block-inner .grid-block-category {
        font-family: "Miller Disp It"; } }
  .grid-block-inner h4 {
    margin-bottom: 20px; }
  .grid-block-inner .date {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-top: 20px;
    text-transform: uppercase; }
  .grid-block-inner a,
  .grid-block-inner a:visited {
    color: #fff; }
  .grid-block-light .grid-block-inner {
    background-color: #007acc;
    color: #fff; }
  .grid-block-dark .grid-block-inner {
    background-color: #003c71;
    color: #fff; }
  .grid-block-grey .grid-block-inner {
    background-color: #f0f0f0; }
    .grid-block-grey .grid-block-inner a,
    .grid-block-grey .grid-block-inner a:visited {
      color: #007acc;
      text-decoration: underline; }
    .grid-block-grey .grid-block-inner a:hover,
    .grid-block-grey .grid-block-inner a:focus {
      color: #003c71;
      text-decoration: none; }
  .grid-block-grey-dark .grid-block-inner {
    background-color: #333f48;
    color: #fff; }
  .grid-block-purple .grid-block-inner {
    background-color: #5F259F;
    color: #fff; }

.grid-block-content {
  padding: 15px; }
  .grid-block-content ul.downloads {
    list-style-type: none;
    padding: none; }
    .grid-block-content ul.downloads li {
      margin-bottom: 10px; }
      .grid-block-content ul.downloads li a {
        position: relative; }
        .grid-block-content ul.downloads li a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: 'Heriot-Watt icons' !important;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          speak: none;
          line-height: 1;
          text-transform: none;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          color: #000;
          content: "";
          height: 20px;
          left: -30px;
          position: absolute;
          top: 0;
          width: 30px; }

.grid-block-header {
  background-color: #003c71;
  color: #fff; }

.grid-block-image {
  position: absolute;
  background-position: center;
  background-size: cover;
  bottom: 0;
  padding-bottom: 140px;
  width: 100%; }
  @media (max-width: 599px) {
    .grid-block-image {
      position: static; } }

@media (max-width: 899px) {
  .col-md-6 .grid-block-image {
    display: none; } }

@media (min-width: 600px) {
  .grid-block-inner {
    height: 330px; } }

@media (min-width: 900px) {
  .col-md-6 .grid-block-content {
    padding-right: 30px;
    width: 50%; }
  .col-md-6 .grid-block-image {
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; } }

@media (max-width: 899px) {
  .grid-block-with-image .grid-block-image {
    display: none; } }

.event-block {
  margin-bottom: 30px;
  position: relative; }
  .event-block:nth-of-type(2n-1) a.event-block-inner {
    background-color: #007acc;
    color: #fff; }
  .event-block:nth-of-type(2n-1) .event-date {
    background-color: #003c71; }
  .event-block a.event-block-inner {
    position: relative;
    background-color: #f0f0f0;
    color: inherit;
    display: block;
    margin: 10px 0 0 30px;
    min-height: 230px;
    padding: 30px 60px 30px 90px; }
    .event-block a.event-block-inner:before {
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
      bottom: 0;
      content: '';
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: opacity 0.2s;
      z-index: 0; }
    .event-block a.event-block-inner:hover:before, .event-block a.event-block-inner:focus:before {
      opacity: 1; }
    .event-block a.event-block-inner:hover .cta, .event-block a.event-block-inner:focus .cta {
      text-decoration: underline; }
    .event-block a.event-block-inner .foreground {
      position: relative;
      z-index: 1; }
    @media (max-width: 899px) {
      .event-block a.event-block-inner {
        min-height: 0; } }
    .event-block a.event-block-inner:hover, .event-block a.event-block-inner:focus {
      text-decoration: none; }
  .event-block .event-category {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .event-block .event-category {
        font-family: "Miller Disp It"; } }
  .event-block h4 {
    margin-bottom: 20px; }
  .event-block .event-date {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #007acc;
    border-radius: 45px;
    color: #fff;
    height: 90px;
    left: 15px;
    padding-top: 12px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 90px;
    z-index: 2; }
    .event-block .event-date .event-day {
      display: block;
      font-size: 36px;
      height: 40px;
      line-height: 40px; }
    .event-block .event-date .event-month {
      display: block;
      font-size: 20px;
      height: 24px;
      line-height: 24px; }

.course-block {
  margin-bottom: 30px; }
  .course-block .course-block-inner {
    color: inherit; }
    .course-block .course-block-inner:hover, .course-block .course-block-inner:focus {
      color: inherit;
      text-decoration: inherit; }
      .course-block .course-block-inner:hover .cta, .course-block .course-block-inner:focus .cta {
        text-decoration: underline; }
      .course-block .course-block-inner:hover .course-block-summary, .course-block .course-block-inner:focus .course-block-summary {
        color: #fff; }

.course-block-summary,
.course-block-details {
  padding: 15px; }

.course-block-summary {
  background-color: #003c71;
  color: #fff;
  min-height: 170px; }
  @media (max-width: 899px) {
    .course-block-summary {
      min-height: 0; } }
  .course-block-summary .qualification {
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .course-block-summary .qualification {
        font-family: "Miller Disp It"; } }

.course-block-details {
  background-color: #f0f0f0;
  border-bottom: 4px solid #003c71;
  min-height: 160px; }
  @media (max-width: 899px) {
    .course-block-details {
      min-height: 0; } }
  .course-block-details dl {
    margin-bottom: 0; }
    .course-block-details dl::after {
      display: block;
      clear: both;
      content: ""; }
  .course-block-details dt, .course-block-details dd {
    float: left; }
  .course-block-details dt {
    clear: left;
    margin-bottom: 5px;
    margin-right: 5px; }
    .course-block-details dt:after {
      content: ":"; }
  [data-location=united-kingdom] .course-block-details {
    border-bottom-color: #d14129; }
  [data-location=dubai] .course-block-details {
    border-bottom-color: #5f259f; }
  [data-location=malaysia] .course-block-details {
    border-bottom-color: #00816d; }
  [data-location=distance-learning] .course-block-details {
    border-bottom-color: #a8ad00; }

.stat-badge {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 3px solid #00549f;
  border-radius: 10px;
  color: #025198;
  display: inline-block;
  font-size: 36px;
  margin-top: 3px;
  padding: 7px 20px 9px; }
  @media (max-width: 600px) {
    .stat-badge {
      font-size: 24px;
      margin-top: 30px;
      padding: 9px 15px 9px; } }
  .grid-block-with-stat .stat-badge {
    border-color: #fff;
    bottom: 20px;
    color: #fff;
    position: absolute;
    right: 20px; }

.cta-image-block:hover, .cta-image-block:focus {
  color: #fff;
  text-decoration: inherit; }
  .cta-image-block:hover h3, .cta-image-block:focus h3 {
    text-decoration: underline; }
  .cta-image-block:hover .cta-copy:after, .cta-image-block:focus .cta-copy:after {
    opacity: 1; }

.cta-image-block .cta-image {
  background-position: 50%;
  background-size: cover;
  height: 380px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  @media (max-width: 899px) {
    .cta-image-block .cta-image {
      background-position: center top;
      height: 180px; } }

.cta-image-block .cta-copy {
  background-color: inherit;
  margin-top: 380px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 30px 15px;
  position: relative; }
  @media (max-width: 899px) {
    .cta-image-block .cta-copy {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 180px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .cta-image-block .cta-copy {
      margin-right: 0; } }
  .cta-image-block .cta-copy:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s;
    z-index: 2; }
  .cta-image-block .cta-copy .foreground {
    position: relative;
    z-index: 3; }

@media (min-width: 600px) and (max-width: 899px) {
  .cta-image-block {
    height: 250px;
    padding-left: 0;
    padding-right: 0; }
    .cta-image-block .cta-image {
      height: 100%;
      width: 33%; }
    .cta-image-block .cta-copy {
      height: 100%;
      padding: 60px 30px 30px;
      margin-left: 33%;
      margin-top: 0; }
      .cta-image-block .cta-copy:before {
        z-index: 3; }
    .cta-image-block .cta-pointer:before {
      left: -25px;
      top: 47px; } }

.section-heading {
  padding-bottom: 50px;
  padding-top: 50px; }
  @media (max-width: 899px) {
    .section-heading {
      padding-bottom: 30px;
      padding-top: 30px; } }

.section-heading-content {
  padding-left: 45px; }
  @media (max-width: 899px) {
    .section-heading-content {
      padding-left: 15px; } }
  .section-heading-content .slash-border:after, .section-heading-content .nav-sub > nav > ul > li > a:after {
    color: #007acc; }
  .section-heading-content h2 + .intro-para {
    margin-top: 30px; }
    @media (max-width: 599px) {
      .section-heading-content h2 + .intro-para {
        margin-top: 22px; } }

.section-heading-statistic {
  display: table;
  font-size: 14px; }
  .section-heading-statistic .stat-roundel {
    color: #003c71;
    font-size: 130px; }
    @media (max-width: 1219px) {
      .section-heading-statistic .stat-roundel {
        font-size: 105px; } }
  .section-heading-statistic .stat-copy {
    margin-top: 15px; }
    @media (max-width: 1219px) {
      .section-heading-statistic .stat-copy {
        font-size: 12px; } }
    .section-heading-statistic .stat-copy :last-child {
      margin-bottom: 0; }
    .section-heading-statistic .stat-copy p {
      color: #025198; }
    .section-heading-statistic .stat-copy cite {
      font-size: 11px;
      line-height: 13px;
      font-style: normal; }
      @media (max-width: 1219px) {
        .section-heading-statistic .stat-copy cite {
          font-size: 10px; } }
    @media (max-width: 899px) {
      .section-heading-statistic .stat-copy {
        font-size: 11px; }
        .section-heading-statistic .stat-copy cite {
          font-size: 9px;
          line-height: 11px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .section-heading-statistic {
      padding-left: 45px; } }

.banner-search {
  overflow: hidden; }
  .banner-search .icons div:nth-child(1) {
    width: 120px;
    height: 120px;
    left: 10%;
    bottom: 20px; }
    @media (max-width: 899px) {
      .banner-search .icons div:nth-child(1) {
        bottom: 55px; } }
    @media (max-width: 599px) {
      .banner-search .icons div:nth-child(1) {
        bottom: 25px; } }
    .campaign--ug .banner-search .icons div:nth-child(1) svg {
      fill: #D21F77; }
    .campaign--pg .banner-search .icons div:nth-child(1) svg {
      fill: #08CEDB; }
  .banner-search .icons div:nth-child(2) {
    width: 100px;
    height: 100px;
    left: 20%;
    top: -20px; }
    @media (max-width: 899px) {
      .banner-search .icons div:nth-child(2) {
        top: -40px; } }
    .campaign--ug .banner-search .icons div:nth-child(2) svg {
      fill: #FFCB4F; }
    .campaign--pg .banner-search .icons div:nth-child(2) svg {
      fill: #2A52DD; }
  .campaign .banner-search i {
    display: block;
    color: #fff;
    margin-top: 10px; }
  .campaign .banner-search p,
  .campaign .banner-search a {
    color: #fff; }
  .campaign .banner-search .container {
    position: relative;
    padding-top: 80px; }
    @media (max-width: 899px) {
      .campaign .banner-search .container {
        padding-bottom: 0px;
        padding-top: 40px; } }
  .campaign .banner-search img.banner-image {
    width: 100%;
    position: absolute;
    top: -40px; }
  .campaign .banner-search svg.icon.arrow {
    display: inline-block;
    margin-bottom: 30px; }
  .campaign .banner-search .form-search .search-wrapper {
    width: 70%; }
    .campaign .banner-search .form-search .search-wrapper input[type=search] {
      border: none;
      height: 65px;
      padding: 20px; }
  .campaign .banner-search .form-search button {
    width: 100%;
    height: 65px; }
  .campaign--ug .banner-search {
    background-color: #007ACC; }
    .campaign--ug .banner-search .container {
      background-color: #007ACC;
      background-image: url("../images/undergrad-search.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 599px) {
        .campaign--ug .banner-search .container {
          background-size: contain; } }
      .campaign--ug .banner-search .container:before {
        content: ' ';
        display: block;
        width: 8.3333333333%;
        padding-left: 15px;
        padding-right: 15px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
        background-image: none;
        background-color: #007ACC; }
      .campaign--ug .banner-search .container .row {
        margin-left: -30px;
        margin-right: -30px; }
      .campaign--ug .banner-search .container p {
        color: #002C53;
        margin: 0;
        padding: 0;
        padding-left: 15px;
        background-color: #007ACC;
        overflow: hidden;
        max-width: 365px; }
        .campaign--ug .banner-search .container p span {
          background: #002C53;
          display: inline-block;
          padding-right: 23px; }
      .campaign--ug .banner-search .container .form-search button {
        background-color: #002C53;
        color: #fff; }
    .campaign--ug .banner-search .small {
      font-size: 57.96px;
      line-height: 57.96px;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .campaign--ug .banner-search .medium {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 94.36px;
      line-height: 94.36px;
      letter-spacing: 0.81px;
      text-transform: uppercase; }
    .campaign--ug .banner-search .large {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 166.6px;
      line-height: 166.6px;
      letter-spacing: 1.43px;
      text-transform: uppercase; }
  .campaign--pg .banner-search {
    background-color: #403B65; }
    .campaign--pg .banner-search .container {
      background-color: #403B65; }
  .campaign--int .banner-search {
    background-color: #fff; }
    .campaign--int .banner-search img.banner-image {
      top: -80px; }
      @media (max-width: 1219px) {
        .campaign--int .banner-search img.banner-image {
          width: 130%; } }
      @media (max-width: 899px) {
        .campaign--int .banner-search img.banner-image {
          left: -30px;
          position: relative;
          width: 110%; } }
      @media (max-width: 599px) {
        .campaign--int .banner-search img.banner-image {
          left: -15px; } }
    .campaign--int .banner-search img.strapline {
      padding-top: 30px;
      width: 250px; }
      @media (max-width: 1219px) {
        .campaign--int .banner-search img.strapline {
          padding-top: 25px;
          width: 200px; } }
    .campaign--int .banner-search p,
    .campaign--int .banner-search a {
      color: #2A52DD; }
    .campaign--int .banner-search .banner-content h1 {
      font-size: 50px;
      position: relative;
      width: 600px;
      text-transform: none; }
      .campaign--int .banner-search .banner-content h1 p {
        background-color: #fff;
        margin: 0 0 5px;
        position: relative;
        z-index: 1; }
      @media (max-width: 1219px) {
        .campaign--int .banner-search .banner-content h1 {
          font-size: 44px;
          width: 530px; } }
      @media (max-width: 599px) {
        .campaign--int .banner-search .banner-content h1 {
          font-size: 22px;
          width: 270px; } }
    @media (min-width: 900px) {
      .campaign--int .banner-search .banner-content {
        top: -40px; } }
    @media (min-width: 900px) and (max-width: 1219px) {
      .campaign--int .banner-search .banner-content {
        margin-bottom: -20px; } }
    @media (max-width: 899px) {
      .campaign--int .banner-search .banner-content {
        margin-bottom: -230px;
        top: -250px; } }
    @media (max-width: 599px) {
      .campaign--int .banner-search .banner-content {
        margin-bottom: -130px;
        top: -150px; } }
    .campaign--int .banner-search .container {
      background-color: #fff; }
    .campaign--int .banner-search .form-search .search-wrapper input[type=search] {
      border: 2px solid #2A52DD;
      border-right: 0; }
  .banner-search h1 {
    color: #003c71;
    font-size: 56px;
    line-height: 62px;
    text-transform: uppercase; }
    @media (max-width: 1219px) {
      .banner-search h1 {
        font-size: 46px;
        line-height: 54px; } }
    @media (max-width: 899px) {
      .banner-search h1 {
        font-size: 36px;
        line-height: 44px; } }
    @media (max-width: 599px) {
      .banner-search h1 {
        font-size: 31px;
        line-height: 37px; } }
    .campaign .banner-search h1 {
      color: #fff; }
    .campaign--int .banner-search h1 {
      color: #2A52DD; }
  .banner-search .banner-content svg.icon {
    width: 20px;
    height: 80px;
    fill: #fff; }
    @media (max-width: 600px) {
      .banner-search .banner-content svg.icon {
        height: 60px; } }
  .banner-search .wrap,
  .banner-search > .row {
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative; }
    @media (max-width: 899px) {
      .banner-search .wrap,
      .banner-search > .row {
        padding-bottom: 60px;
        padding-top: 60px; } }
    @media (max-width: 599px) {
      .banner-search .wrap,
      .banner-search > .row {
        padding-bottom: 30px;
        padding-top: 30px; } }
  @media (min-width: 900px) {
    .banner-search .banner-content {
      padding-left: 5%; }
      .campaign .banner-search .banner-content {
        padding-left: 15px; }
      .campaign--ug .banner-search .banner-content {
        padding-left: 0; } }
  .banner-search .banner-bg {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    width: 100%; }
    .campaign .banner-search .banner-bg {
      right: 0;
      top: auto;
      bottom: -5%; }
      @media (max-width: 599px) {
        .campaign .banner-search .banner-bg {
          display: none; } }
    @media (max-width: 899px) {
      .banner-search .banner-bg {
        right: -25%; } }
    @media (min-width: 600px) and (max-width: 899px) {
      .banner-search .banner-bg {
        background-position: bottom left;
        left: 50%;
        width: 80%; } }
    @media (max-width: 599px) {
      .banner-search .banner-bg:after {
        background: rgba(255, 255, 255, 0.7);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0; } }
  .banner-search .form-search {
    margin-bottom: 15px;
    margin-top: 30px; }
    .campaign--ug .banner-search .form-search {
      background-color: #007ACC;
      margin: 0;
      padding-bottom: 70px;
      padding-top: 30px;
      padding-left: 15px;
      padding-right: 15px;
      max-width: 365px; }
  .banner-search .cta {
    font-size: 12px;
    text-transform: uppercase; }

.banner-image > .row {
  height: 450px;
  position: relative; }
  @media (max-width: 1219px) {
    .banner-image > .row {
      height: 380px; } }
  @media (min-width: 600px) and (max-width: 899px) {
    .banner-image > .row {
      height: 260px; } }
  @media (max-width: 599px) {
    .banner-image > .row {
      height: auto; } }

.banner-image .banner-bg {
  background-size: cover;
  height: 100%; }
  @media (min-width: 600px) {
    .banner-image .banner-bg {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 599px) {
    .banner-image .banner-bg {
      height: auto;
      padding-bottom: 50%; } }

.banner-image .banner-content {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 30px;
  position: absolute;
  width: 100%; }
  .banner-image .banner-content h1 {
    margin: 0; }
  @media (max-width: 599px) {
    .banner-image .banner-content {
      background: #f0f0f0;
      color: #000;
      padding: 20px 15px;
      position: static; }
      .banner-image .banner-content .breadcrumbs a,
      .banner-image .banner-content .breadcrumbs a:visited {
        color: #000; } }

.banner-image .breadcrumbs a,
.banner-image .breadcrumbs a:visited {
  color: #fff; }

.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .breadcrumbs ul li {
    display: inline-block; }

.breadcrumbs a.cta {
  font-size: 12px;
  text-transform: uppercase; }
  .breadcrumbs a.cta:after {
    color: #007acc; }

.nav-sub ul .current > a:after,
.nav-sub ul .current > a:visited:after,
.nav-sub ul .current-parent > a:after,
.nav-sub ul .current-parent > a:visited:after {
  content: '';
  background-color: #007acc; }

.nav-sub ul a:hover,
.nav-sub ul a:active {
  text-decoration: none; }
  .nav-sub ul a:hover:after,
  .nav-sub ul a:active:after {
    content: '';
    background-color: #fff; }
    @media (max-width: 899px) {
      .nav-sub ul a:hover:after,
      .nav-sub ul a:active:after {
        content: none; } }

.nav-sub .section-pointer:before, .nav-sub .tab-selector ul li.active:before, .tab-selector ul .nav-sub li.active:before {
  color: #fff; }

@media (min-width: 900px) {
  .nav-sub .menu-spacer:after {
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
    top: 0;
    content: '';
    height: 37px;
    left: 15px;
    position: absolute;
    right: 15px; } }

@media (max-width: 899px) {
  .nav-sub nav {
    font-size: 14px;
    line-height: 20px; }
    .nav-sub nav ul {
      list-style-type: none;
      padding-left: 0;
      padding-right: 0; }
    .nav-sub nav ul ul {
      display: none; }
    .nav-sub nav a {
      display: block;
      padding: 5px 10px; }
    .nav-sub nav li.current > a,
    .nav-sub nav li.current-parent > a {
      font-weight: bold; }
      .nav-sub nav li.current > a span,
      .nav-sub nav li.current-parent > a span {
        border-bottom: 2px solid #007acc; }
      .nav-sub nav li.current > a:after,
      .nav-sub nav li.current-parent > a:after {
        content: none !important; }
    .nav-sub nav li.current > ul,
    .nav-sub nav li.current-parent > ul {
      display: block; }
    .nav-sub nav li.current > a:hover {
      text-decoration: none; }
    .nav-sub nav > ul > li > ul > li > a {
      padding-left: 10px; }
    .nav-sub nav > ul > li > ul > li > ul > li > a {
      padding-left: 20px; }
    .nav-sub nav > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 30px; }
    .nav-sub nav > ul > li > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 40px; }
    .nav-sub nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 50px; }
    .nav-sub nav > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
      padding-left: 60px; } }

nav.sidebar {
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 599px) {
    nav.sidebar {
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }
  @media (max-width: 899px) {
    nav.sidebar {
      margin-bottom: 30px; } }
  @media (max-width: 899px) {
    nav.sidebar h3 {
      display: none; } }
  nav.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (max-width: 899px) {
      nav.sidebar ul {
        display: none; } }
    nav.sidebar ul.active-parent li {
      display: list-item; }
  nav.sidebar ul ul {
    display: none; }
  nav.sidebar a {
    color: #000;
    display: block;
    padding: 5px 10px; }
  nav.sidebar li.current,
  nav.sidebar li.current-parent {
    position: relative; }
    nav.sidebar li.current:before,
    nav.sidebar li.current-parent:before {
      content: '⋅';
      display: inline-block;
      width: 12px;
      font-weight: bold;
      font-size: 28px;
      margin-left: -5px;
      line-height: 20px;
      vertical-align: middle;
      position: absolute;
      padding: 5px 0px;
      color: #003c71; }
    nav.sidebar li.current > a,
    nav.sidebar li.current-parent > a {
      color: #003c71;
      position: relative; }
      nav.sidebar li.current > a span,
      nav.sidebar li.current-parent > a span {
        font-weight: bold;
        border-bottom: 1px solid #007acc; }
    nav.sidebar li.current > ul,
    nav.sidebar li.current-parent > ul {
      display: block; }
  nav.sidebar li.current > a:hover {
    text-decoration: none; }
  @media (max-width: 899px) {
    nav.sidebar li.active-grandparent > a {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background: #003c71;
      color: white;
      padding: 15px;
      text-transform: uppercase; }
      nav.sidebar li.active-grandparent > a:before {
        content: 'Back to';
        padding-right: 5px;
        width: auto;
        font-size: 12px;
        margin-left: 15px;
        vertical-align: inherit; }
      nav.sidebar li.active-grandparent > a:after {
        content: "";
        display: inline-block;
        font-family: 'Heriot-Watt icons';
        transform: rotate(180deg);
        position: absolute;
        left: 10px;
        speak: none; }
    nav.sidebar li.active-parent {
      padding: 0 30px; }
      nav.sidebar li.active-parent > a {
        text-transform: uppercase;
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 0;
        padding-top: 15px; }
        nav.sidebar li.active-parent > a:before {
          display: none; }
      nav.sidebar li.active-parent li a {
        padding: 10px 0;
        padding-left: 15px;
        border-bottom: 1px solid #f0f0f0; }
    nav.sidebar li.current:before {
      left: 0;
      padding: 5px 0px; } }
  @media (max-width: 899px) {
    nav.sidebar > ul > li {
      display: none; }
      nav.sidebar > ul > li li {
        display: none; }
      nav.sidebar > ul > li.current-parent, nav.sidebar > ul > li.current, nav.sidebar > ul > li li.current-parent, nav.sidebar > ul > li li.current {
        display: list-item; }
      nav.sidebar > ul > li.current-parent:before, nav.sidebar > ul > li li.current-parent:before {
        display: none; }
      nav.sidebar > ul > li.current-parent > a, nav.sidebar > ul > li li.current-parent > a {
        display: none; }
      nav.sidebar > ul > li.active-parent:before, nav.sidebar > ul > li li.active-parent:before, nav.sidebar > ul > li.active-grandparent:before, nav.sidebar > ul > li li.active-grandparent:before {
        display: none; }
      nav.sidebar > ul > li.active-parent > a, nav.sidebar > ul > li li.active-parent > a, nav.sidebar > ul > li.active-grandparent > a, nav.sidebar > ul > li li.active-grandparent > a {
        display: block; }
      nav.sidebar > ul > li.active-parent, nav.sidebar > ul > li li.active-parent, nav.sidebar > ul > li.active-grandparent, nav.sidebar > ul > li li.active-grandparent {
        display: list-item; }
        nav.sidebar > ul > li.active-parent:before, nav.sidebar > ul > li li.active-parent:before, nav.sidebar > ul > li.active-grandparent:before, nav.sidebar > ul > li li.active-grandparent:before {
          display: none; }
        nav.sidebar > ul > li.active-parent li, nav.sidebar > ul > li li.active-parent li, nav.sidebar > ul > li.active-grandparent li, nav.sidebar > ul > li li.active-grandparent li {
          display: list-item; } }
  nav.sidebar > ul > li > a {
    border-bottom: 1px solid #f0f0f0; }
  nav.sidebar > ul > li:last-child > a {
    border-bottom: 1px solid #f0f0f0; }
  nav.sidebar > ul > li + .current > a,
  nav.sidebar > ul > li + .current-parent > a {
    border: none; }
  nav.sidebar > ul > li.current > a, nav.sidebar > ul > li.current-parent > a {
    border-bottom: 1px solid #f0f0f0; }
  @media (min-width: 900px) {
    nav.sidebar > ul > li.current, nav.sidebar > ul > li.current-parent {
      border-bottom: 1px solid #f0f0f0; } }
  nav.sidebar > ul > li > ul > li:before {
    left: 10px; }
  nav.sidebar > ul > li > ul > li > a {
    padding-left: 20px; }
  nav.sidebar > ul > li > ul > li > ul > li:before {
    left: 20px; }
  nav.sidebar > ul > li > ul > li > ul > li > a {
    padding-left: 30px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li:before {
    left: 30px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 40px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > ul > li:before {
    left: 40px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 50px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before {
    left: 50px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 60px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li:before {
    left: 60px; }
  nav.sidebar > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 70px; }
  nav.sidebar .expand-trigger {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0f0;
    text-transform: uppercase;
    padding: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 60px;
    display: block; }
    @media (min-width: 900px) {
      nav.sidebar .expand-trigger {
        display: none; } }
    nav.sidebar .expand-trigger:after {
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '';
      font-size: 1rem;
      line-height: 18px;
      position: absolute;
      right: 15px;
      top: 19px; }
    nav.sidebar .expand-trigger.expanded:after {
      content: ''; }
    @media (max-width: 899px) {
      nav.sidebar .expand-trigger.expanded ~ ul {
        display: block; } }

.intro-para {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 26px;
  margin: 26px 0; }
  @media (min-width: 600px) {
    .intro-para {
      font-family: "Miller Disp It"; } }
  @media (max-width: 899px) {
    .intro-para {
      font-size: 20px;
      line-height: 24px;
      margin: 24px 0; } }
  @media (max-width: 599px) {
    .intro-para {
      font-size: 17px;
      line-height: 22px;
      margin: 22px 0; } }
  .campaign--clearing .intro-para {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.15px; }
  .campaign--ug .intro-para {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    letter-spacing: 0.15px;
    line-height: 30px; }

.intro-para-small {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 24px;
  margin: 24px 0; }
  @media (min-width: 600px) {
    .intro-para-small {
      font-family: "Miller Disp It"; } }
  @media (max-width: 899px) {
    .intro-para-small {
      font-size: 17px;
      line-height: 22px;
      margin: 22px 0; } }

.page-body h2, .page-body h3, .page-body h4, .page-body h5 {
  color: #003c71;
  margin: 22px 0; }
  .page-body h2:first-child, .page-body h3:first-child, .page-body h4:first-child, .page-body h5:first-child {
    margin-top: 0; }

.page-body a:not([class]) {
  text-decoration: underline; }
  .page-body a:not([class]):hover {
    text-decoration: none; }

.page-body p + p > img {
  margin: 30px 0; }

.page-header {
  margin-bottom: 30px; }
  .page-header .breadcrumbs {
    font-size: 14px; }
    .page-header .breadcrumbs a {
      color: #000; }
  @media (max-width: 599px) {
    .page-header {
      margin-bottom: 22px; }
      .page-header h1 {
        margin-bottom: 0; } }

table {
  margin-bottom: 20px;
  width: 100%; }

thead {
  background: #003c71;
  color: #fff; }

caption,
th,
td {
  padding: 15px; }

th {
  text-align: left; }

caption {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #333f48;
  color: #fff;
  font-size: 18px; }

tr:nth-of-type(2n) td {
  background-color: #f0f0f0; }

tr:last-child:nth-of-type(2n-1) td {
  border-bottom: 1px solid #333f48; }

table.light caption {
  background: #394049; }

table.light thead {
  background: #003E6F; }

table.light tr:nth-of-type(2n) td {
  background-color: #fff; }

table.light tr:nth-of-type(2n + 1) td {
  background-color: #f0f0f0; }

.carousel-container {
  margin: 30px 0; }

.carousel-main {
  text-align: center; }
  .carousel-main img {
    max-width: 100%;
    height: auto; }

ul.carousel-items {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
  text-align: center; }
  ul.carousel-items li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
    ul.carousel-items li a {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      height: 90px;
      width: 160px; }
    ul.carousel-items li.current a {
      border: 4px solid #007acc; }

.open-days h2 {
  text-transform: uppercase;
  line-height: 42px; }

.open-days img {
  width: 100%;
  display: block;
  margin: 25px auto 0 auto; }
  @media (max-width: 600px) {
    .open-days img {
      width: 60%;
      margin: 0 auto;
      position: relative;
      top: -15px; } }

.open-days .icons div:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 60%;
  bottom: -80px;
  z-index: 1; }
  .campaign--ug .open-days .icons div:nth-child(1) svg {
    fill: #D21F77; }
  .campaign--pg .open-days .icons div:nth-child(1) svg {
    fill: #A84069; }

.open-days .icons div:nth-child(2) {
  width: 30px;
  height: 30px;
  left: 45%;
  top: -75px; }
  .open-days .icons div:nth-child(2) svg {
    fill: #fff; }

.open-days .open-day-item {
  position: relative;
  padding-left: 100px;
  padding-top: 5px;
  display: block; }
  .open-days .open-day-item:not(:last-child) {
    margin-bottom: 30px; }
  .open-days .open-day-item a.btn {
    padding: 8px 45px 8px 14px;
    position: relative; }
    .open-days .open-day-item a.btn i {
      width: 14px;
      height: 14px;
      top: 50%;
      margin-top: -7px;
      position: absolute;
      right: 10px; }
  .open-days .open-day-item h4 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 30px; }

.stats h2 {
  text-transform: uppercase; }

.campaign--int .stats h2 {
  color: #2A52DD;
  text-transform: none; }

.campaign--int .stats .grid-items .item .copy {
  color: #494949;
  line-height: 24px;
  width: 100%; }
  @media (max-width: 899px) {
    .campaign--int .stats .grid-items .item .copy {
      position: absolute;
      width: 95%; } }

.stats .icons div:nth-child(1) {
  width: 100px;
  height: 100px;
  left: 0;
  top: -95px; }
  @media (max-width: 899px) {
    .stats .icons div:nth-child(1) {
      width: 60px;
      height: 60px;
      left: -20px; } }
  .campaign--ug .stats .icons div:nth-child(1) svg {
    fill: #6C207E; }
  .campaign--pg .stats .icons div:nth-child(1) svg {
    fill: #2A52DD; }

.stats .icons div:nth-child(2) {
  width: 100px;
  height: 100px;
  right: 0;
  top: 10%; }
  @media (max-width: 899px) {
    .stats .icons div:nth-child(2) {
      display: none; } }
  .campaign--ug .stats .icons div:nth-child(2) svg {
    fill: #E0684B; }
  .campaign--pg .stats .icons div:nth-child(2) svg {
    fill: #403B65; }

.stats .icons div:nth-child(3) {
  width: 120px;
  height: 120px;
  left: 40px;
  bottom: -75px; }
  @media (max-width: 899px) {
    .stats .icons div:nth-child(3) {
      display: none; } }
  .campaign--ug .stats .icons div:nth-child(3) svg {
    fill: #6C207E; }
  .campaign--pg .stats .icons div:nth-child(3) svg {
    fill: #403B65; }

.stats .icons div:nth-child(4) {
  width: 120px;
  height: 120px;
  right: 0;
  bottom: 0; }
  @media (max-width: 899px) {
    .stats .icons div:nth-child(4) {
      display: none; } }
  .campaign--ug .stats .icons div:nth-child(4) svg {
    fill: #FFCB4F; }
  .campaign--pg .stats .icons div:nth-child(4) svg {
    fill: #2A52DD; }

.stats .grid-items {
  margin-top: 80px; }
  @media (max-width: 899px) {
    .stats .grid-items {
      margin-top: 0;
      margin-left: 40px;
      margin-right: 40px;
      width: auto; } }
  @media (max-width: 899px) {
    .campaign--ug .stats .grid-items {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      width: auto; } }
  .stats .grid-items .item img {
    margin: 0 auto; }
    @media (max-width: 899px) {
      .stats .grid-items .item img {
        margin: 0; } }
  .stats .grid-items .item .copy {
    width: 75%;
    padding: 0; }
    @media (max-width: 899px) {
      .stats .grid-items .item .copy {
        width: 100%;
        padding: 40px 20px 0 0; } }

.stats--clearing .stats__panel {
  padding-top: 20px; }
  .stats--clearing .stats__panel-heading {
    display: flex;
    flex-direction: column;
    height: 225px;
    justify-content: center; }
  .stats--clearing .stats__panel-body {
    text-align: center; }
    .stats--clearing .stats__panel-body h3 {
      color: #003E6F;
      margin-bottom: 24px; }

.stats--clearing .stats__source {
  font-size: 12px;
  margin-bottom: 24px;
  text-transform: uppercase; }

.copy-stats .icons div:nth-child(1) {
  width: 100px;
  height: 100px;
  left: 30%;
  top: -100px; }
  @media (max-width: 899px) {
    .copy-stats .icons div:nth-child(1) {
      width: 80px;
      height: 80px; } }
  .campaign--ug .copy-stats .icons div:nth-child(1) svg {
    fill: #1E9D8B; }
  .campaign--pg .copy-stats .icons div:nth-child(1) svg {
    fill: #2A52DD; }

.copy-stats .icons div:nth-child(2) {
  width: 40px;
  height: 40px;
  left: 45%;
  bottom: -80px;
  z-index: 1; }
  .campaign--ug .copy-stats .icons div:nth-child(2) svg {
    fill: #D21F77; }
  .campaign--pg .copy-stats .icons div:nth-child(2) svg {
    fill: #A84069; }

.apply img.offset {
  width: 300px;
  position: absolute;
  right: -10%;
  top: 0;
  z-index: 2; }
  @media (max-width: 899px) {
    .apply img.offset {
      position: absolute;
      right: -85%; } }
  @media (max-width: 599px) {
    .apply img.offset {
      position: relative;
      right: auto;
      margin: 20px auto;
      top: -30px; } }

@media (max-width: 899px) {
  .apply .md-margin {
    margin-top: 100px; } }

@media (max-width: 599px) {
  .apply .md-margin {
    margin-top: 0; } }

.apply .copy {
  width: 65%;
  position: relative;
  z-index: 3; }
  @media (max-width: 899px) {
    .apply .copy {
      width: 100%; } }
  .apply .copy a.btn {
    display: block;
    max-width: 266px; }

.apply .icons div:nth-child(1) {
  width: 100px;
  height: 100px;
  right: 20%;
  top: -120px; }
  @media (max-width: 899px) {
    .apply .icons div:nth-child(1) {
      display: none; } }
  .campaign--ug .apply .icons div:nth-child(1) svg {
    fill: #E0684B; }
  .campaign--pg .apply .icons div:nth-child(1) svg {
    fill: #A84069; }

.apply .icons div:nth-child(2) {
  width: 120px;
  height: 120px;
  right: 0;
  bottom: -40px; }
  .campaign--ug .apply .icons div:nth-child(2) svg {
    fill: #FFCB4F; }
  .campaign--pg .apply .icons div:nth-child(2) svg {
    fill: #fff; }

.campaign--ug .apply .container {
  background-color: #002C53;
  background-image: url("../images/undergrad-apply.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 599px) {
    .campaign--ug .apply .container {
      background-size: contain; } }
  .campaign--ug .apply .container:before {
    content: ' ';
    display: block;
    width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-image: none;
    background-color: #002C53; }

.campaign--ug .apply img {
  margin-left: -15px;
  margin-top: 260px; }
  @media (max-width: 899px) {
    .campaign--ug .apply img {
      margin-left: 0; } }

.campaign--ug .apply .box {
  background-color: #002C53;
  max-width: 395px;
  margin-left: -15px;
  padding-bottom: 80px;
  padding-right: 30px; }
  .campaign--ug .apply .box .intro-para {
    margin-top: 0;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px; }
  @media (max-width: 899px) {
    .campaign--ug .apply .box {
      margin-left: 0; } }

@media (min-width: 900px) {
  .apply .copy {
    padding-left: 5%; }
    .campaign .apply .copy {
      padding-left: 15px; }
    .campaign--ug .apply .copy {
      padding-left: 0; } }

.copy-accordion .accordion {
  color: #fff; }
  @media (max-width: 899px) {
    .copy-accordion .accordion:first-child {
      margin-top: 40px; } }
  .copy-accordion .accordion.expanded .accordion-header svg {
    transform: rotate(-180deg); }
  .campaign--ug .copy-accordion .accordion {
    background-color: #002C53; }
    .campaign--ug .copy-accordion .accordion.expanded {
      background-color: #002C53; }
  .campaign--pg .copy-accordion .accordion {
    background-color: #403B65; }
    .campaign--pg .copy-accordion .accordion.expanded {
      background-color: #5f259f; }
  .copy-accordion .accordion.accordion--blue:focus {
    outline: 2px solid #DCA91B; }
  .copy-accordion .accordion.accordion--blue .accordion-header,
  .copy-accordion .accordion.accordion--blue .accordion-content {
    background: #003E6F;
    color: #fff; }
  .copy-accordion .accordion.accordion--blue .accordion-header:hover {
    background: #003E6F; }
  .copy-accordion .accordion.accordion--gold:focus {
    outline: 2px solid #003E6F; }
  .copy-accordion .accordion.accordion--gold .accordion-header,
  .copy-accordion .accordion.accordion--gold .accordion-content {
    background: #DCA91B;
    color: #394049; }
  .copy-accordion .accordion.accordion--gold .accordion-header:hover {
    background: #DCA91B; }
  .copy-accordion .accordion.accordion--gold .accordion-header h4, .copy-accordion .accordion.accordion--gold .accordion-header h3 {
    color: #394049; }
  .copy-accordion .accordion.accordion--gold .accordion-header svg {
    fill: #394049; }
  .copy-accordion .accordion .accordion-header {
    padding: 25px; }
    .copy-accordion .accordion .accordion-header:after {
      content: ""; }
    .copy-accordion .accordion .accordion-header:hover {
      background-color: #002C53;
      color: #fff; }
      .campaign--pg .copy-accordion .accordion .accordion-header:hover {
        background-color: #5f259f; }
    .copy-accordion .accordion .accordion-header h4, .copy-accordion .accordion .accordion-header h3 {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 30px;
      color: #fff; }
    .copy-accordion .accordion .accordion-header svg {
      fill: #fff;
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -12px;
      width: 25px;
      height: 25px; }
  .copy-accordion .accordion .accordion-content {
    border: none;
    padding: 10px 25px 25px 25px;
    margin: 0; }

.copy-accordion .icons div:nth-child(1) {
  width: 100px;
  height: 100px;
  right: 50%;
  bottom: -25%;
  z-index: 1; }
  @media (max-width: 899px) {
    .copy-accordion .icons div:nth-child(1) {
      bottom: -15%; } }
  .campaign--ug .copy-accordion .icons div:nth-child(1) svg {
    fill: #D21F77; }
  .campaign--pg .copy-accordion .icons div:nth-child(1) svg {
    fill: #5f259f; }

.campaign--clearing .copy-accordion.white h2,
.campaign--clearing .copy-accordion h2 {
  color: #003E6F; }

.download [data-content-toggle] i {
  transform: rotate(45deg); }

.download [data-content-toggle].open i {
  transform: rotate(0); }

@media (max-width: 599px) {
  .download [data-content-toggle] {
    margin-top: 40px; } }

.download .header h2,
.download .header p {
  display: inline-block;
  font-size: 42px; }
  @media (max-width: 899px) {
    .download .header h2,
    .download .header p {
      display: block;
      font-size: 22px; } }

.download .header h2 {
  text-transform: uppercase;
  position: relative;
  padding-right: 20px; }
  .download .header h2 svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -25px;
    left: 75px; }
    .campaign--ug .download .header h2 svg {
      fill: #D21F77; }
    .campaign--pg .download .header h2 svg {
      fill: #5f259f; }

.download .header p {
  margin: 0;
  font-weight: bold; }

.campaign--int .download {
  background-color: #2A52DD; }
  .campaign--int .download .btn {
    background: #fff;
    border: 1px solid #fff;
    color: #2A52DD; }
    .campaign--int .download .btn:hover {
      background: #2A52DD;
      color: #fff; }
  .campaign--int .download .container {
    background-color: #2A52DD; }
  .campaign--int .download .header h2 {
    color: #fff;
    font-size: 32px;
    padding-right: 0; }
    .campaign--int .download .header h2 span {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 599px) {
      .campaign--int .download .header h2 {
        font-size: 22px;
        text-align: center; } }
    @media (max-width: 480px) {
      .campaign--int .download .header h2 {
        font-size: 14px;
        line-height: 19px; } }
  .campaign--int .download .header .btn {
    padding-left: 10px;
    padding-right: 34px; }
    .campaign--int .download .header .btn .hw {
      right: 12px; }
    @media (max-width: 599px) {
      .campaign--int .download .header .btn {
        display: block;
        margin: auto; } }
  .campaign--int .download form input,
  .campaign--int .download form select,
  .campaign--int .download form textarea,
  .campaign--int .download form .input-wrapper input[type="checkbox"] + label::before {
    border-color: #fff;
    color: #fff; }
  .campaign--int .download form .input-wrapper input[type="checkbox"] + label::before {
    top: 14px; }
  .campaign--int .download form label, .campaign--int .download form span {
    color: #fff;
    font-weight: normal; }
  .campaign--int .download form label a {
    color: #fff;
    text-decoration: underline; }
    .campaign--int .download form label a:hover {
      text-decoration: none; }
  .campaign--int .download form .btn {
    display: block;
    margin: auto;
    padding: 15px 60px; }
  @media (min-width: 899px) {
    .campaign--int .download {
      margin-top: 40px; } }

.course-summary {
  padding-bottom: 30px;
  padding-top: 30px; }
  .course-summary dl {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin-top: 20px;
    padding: 5px 0; }
    .course-summary dl::after {
      display: block;
      clear: both;
      content: ""; }
  .course-summary dt, .course-summary dd {
    margin: 5px 0;
    float: left; }
  .course-summary dt:after {
    content: ': '; }
  .course-summary dd {
    padding-left: 5px;
    padding-right: 15px; }
  @media (max-width: 899px) {
    .course-summary dt:nth-of-type(2n+1) {
      clear: left; }
    .course-summary dt {
      width: 25%; }
    .course-summary dd {
      padding: 0;
      width: 25%; } }
  @media (max-width: 599px) {
    .course-summary dt {
      clear: left;
      width: 120px; }
    .course-summary dd {
      width: auto; } }
  .course-summary .intro-para {
    margin-bottom: 30px; }
  @media (max-width: 899px) {
    .course-summary .actions {
      text-align: center; } }

.course-contact .row-outer {
  background-color: #f0f0f0; }

.course-contact-wrapper {
  border-top: 4px solid #007acc;
  list-style-type: none;
  margin: 0;
  padding: 26px 0 30px; }

@media (min-width: 600px) {
  .course-contact-wrapper {
    display: table;
    width: 100%; }
  .course-contact-item {
    display: table-cell; } }

.contact-label {
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 600px) {
    .contact-label {
      font-family: "Miller Disp It"; } }

.contact-name {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.course-overview {
  padding-bottom: 30px;
  padding-top: 30px; }

.quote-photo {
  margin-top: 10px; }
  .quote-photo img {
    border-radius: 50%; }

blockquote footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.section-banner-ad {
  margin-bottom: 20px;
  overflow: auto;
  text-align: center; }

.rankings .ranking {
  text-align: center; }
  .rankings .ranking .ranking-image {
    margin-bottom: 50px;
    margin-top: 75px; }
    .rankings .ranking .ranking-image img {
      width: 67%;
      display: inline-block; }
  .rankings .ranking p {
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0; }
  .rankings .ranking h3 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #5F259F;
    letter-spacing: 0.39px;
    line-height: 24px;
    margin-bottom: 25px; }
  .rankings .ranking .source {
    font-size: 12px;
    text-transform: uppercase; }

.learn-more .learn-more-block {
  height: 366px; }

.learn-more .grid-block-inner {
  height: 100%;
  position: relative;
  overflow: hidden; }
  .learn-more .grid-block-inner .bg-image {
    width: 100%;
    height: 100%;
    background-color: transparent;
    /* fallback color */
    background-position: center;
    background-size: cover;
    transition: all .8s; }
  .learn-more .grid-block-inner:before {
    content: ' ';
    width: 27px;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    background-image: none;
    z-index: 1; }
  .learn-more .grid-block-inner .content {
    position: absolute;
    bottom: 0; }
  .learn-more .grid-block-inner:hover .bg-image, .learn-more .grid-block-inner:focus .bg-image, .learn-more .grid-block-inner.focus .bg-image {
    transform: scale(1.1); }

.learn-more p {
  color: #fff;
  padding-left: 27px;
  padding-bottom: 60px;
  width: 65%;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 17px; }

.learn-more .learn-more-dark-blue p,
.learn-more .learn-more-dark-blue .grid-block-inner:before {
  background-color: #002C53; }

.learn-more .learn-more-blue p,
.learn-more .learn-more-blue .grid-block-inner:before {
  background-color: #007ACC; }

.learn-more .learn-more-blue p {
  color: #002C53; }

.learn-more .opendays .bg-image {
  background-image: url("../images/undergrad/open-days.jpg"); }

.learn-more .accommodation .bg-image {
  background-image: url("../images/undergrad/accommodation.jpg"); }

.learn-more .international-students .bg-image {
  background-image: url("../images/undergrad/international-students.jpg"); }

.learn-more .campus-tours .bg-image {
  background-image: url("../images/undergrad/campus-tours.jpg"); }

.scholarships {
  background-color: #002C53;
  overflow: hidden; }
  .scholarships .container {
    background-color: #002C53; }
    .scholarships .container:before {
      content: ' ';
      display: block;
      width: 8.3333333333%;
      padding-left: 15px;
      padding-right: 15px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      background-image: none;
      background-color: #002C53; }
  .scholarships .top {
    background-image: url("../images/undergrad-scholarships.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -30px; }
    .scholarships .top img {
      margin-top: 485px;
      margin-left: -30px; }
      @media (max-width: 899px) {
        .scholarships .top img {
          margin-top: 345px;
          margin-left: 0; } }
      @media (max-width: 599px) {
        .scholarships .top img {
          margin-left: 0;
          margin-top: 205px; } }
  .scholarships .bottom {
    background-color: #002C53;
    color: #fff;
    padding: 60px 0; }
    @media (max-width: 899px) {
      .scholarships .bottom {
        padding: 0; } }
    .scholarships .bottom .left {
      width: 50%;
      display: inline-block;
      margin-left: -15px;
      vertical-align: top; }
      .scholarships .bottom .left .intro-para {
        width: 82%; }
        @media (max-width: 899px) {
          .scholarships .bottom .left .intro-para {
            width: 100%; } }
      .scholarships .bottom .left p {
        width: 72%; }
        @media (max-width: 899px) {
          .scholarships .bottom .left p {
            width: 100%; } }
      @media (max-width: 899px) {
        .scholarships .bottom .left {
          margin-left: 0;
          margin-bottom: 30px; } }
    .scholarships .bottom .right {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    @media (max-width: 899px) {
      .scholarships .bottom .left, .scholarships .bottom .right {
        display: block;
        width: 100%; } }
  .scholarships .stats-rows .stats-row-item {
    background-color: #007ACC;
    color: #002C53;
    margin-bottom: 15px;
    padding: 35px 0;
    position: relative; }
    @media (min-width: 900px) {
      .scholarships .stats-rows .stats-row-item:after {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 9999px;
        background-color: #007ACC; } }
    .scholarships .stats-rows .stats-row-item .stat, .scholarships .stats-rows .stats-row-item .copy {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0; }
    .scholarships .stats-rows .stats-row-item .stat {
      width: 30%;
      text-align: center; }
      .scholarships .stats-rows .stats-row-item .stat img {
        display: inline-block;
        margin: 0 auto; }
      @media (max-width: 899px) {
        .scholarships .stats-rows .stats-row-item .stat {
          width: 100%;
          margin-bottom: 15px; } }
    .scholarships .stats-rows .stats-row-item .copy {
      width: 68%; }
      .scholarships .stats-rows .stats-row-item .copy .intro-para {
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
        margin: 0;
        margin-bottom: 5px;
        padding: 0; }
      @media (max-width: 899px) {
        .scholarships .stats-rows .stats-row-item .copy {
          width: 100%;
          text-align: center; } }
  @media (min-width: 900px) {
    .scholarships .copy {
      padding-left: 5%; }
      .campaign--ug .scholarships .copy {
        padding-left: 0; } }

.student-support {
  background-color: #FFB500;
  overflow: hidden; }
  .student-support .container {
    background-color: #FFB500; }
    .student-support .container:before {
      content: ' ';
      display: block;
      width: 8.3333333333%;
      padding-left: 15px;
      padding-right: 15px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 1;
      background-image: none;
      background-color: #FFB500; }
  .student-support .top {
    background-image: url("../images/undergrad-support-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -30px; }
    .student-support .top img {
      margin-top: 485px;
      margin-left: -30px; }
      @media (max-width: 899px) {
        .student-support .top img {
          margin-top: 345px;
          margin-left: 0; } }
      @media (max-width: 599px) {
        .student-support .top img {
          margin-left: 0;
          margin-top: 105px; } }
  .student-support .bottom {
    background-color: #FFB500;
    color: #002C53;
    padding: 60px 0; }
    @media (max-width: 899px) {
      .student-support .bottom {
        padding: 0; } }
    .student-support .bottom .left {
      width: 50%;
      display: inline-block;
      margin-left: -15px;
      vertical-align: top; }
      .student-support .bottom .left .intro-para {
        width: 82%;
        margin-top: 0; }
        @media (max-width: 899px) {
          .student-support .bottom .left .intro-para {
            width: 100%; } }
      .student-support .bottom .left p {
        width: 72%; }
        @media (max-width: 899px) {
          .student-support .bottom .left p {
            width: 100%; } }
      @media (max-width: 899px) {
        .student-support .bottom .left {
          margin-left: 0; } }
    .student-support .bottom .right {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
    @media (max-width: 899px) {
      .student-support .bottom .left, .student-support .bottom .right {
        display: block;
        width: 100%; } }
  .student-support .stats-rows .stats-row-item {
    background-color: #5F259F;
    margin-bottom: 15px;
    padding: 25px;
    position: relative;
    text-align: center; }
    @media (max-width: 899px) {
      .student-support .stats-rows .stats-row-item {
        padding: 25px 10px; } }
    .student-support .stats-rows .stats-row-item h3, .student-support .stats-rows .stats-row-item p, .student-support .stats-rows .stats-row-item a {
      color: #fff; }
    .student-support .stats-rows .stats-row-item h3 {
      margin-bottom: 15px; }
    .student-support .stats-rows .stats-row-item a {
      text-transform: uppercase;
      border-bottom: 2px solid #fff;
      line-height: 26px; }
      .student-support .stats-rows .stats-row-item a:hover, .student-support .stats-rows .stats-row-item a:focus, .student-support .stats-rows .stats-row-item a.focus {
        text-decoration: none;
        border-color: transparent;
        color: #bd98e7; }
    @media (min-width: 900px) {
      .student-support .stats-rows .stats-row-item {
        text-align: left; }
        .student-support .stats-rows .stats-row-item:after {
          content: " ";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 100%;
          width: 9999px;
          background-color: #5F259F; } }
  @media (min-width: 900px) {
    .student-support .copy {
      padding-left: 5%; }
      .campaign--ug .student-support .copy {
        padding-left: 0; } }

.search-bar .row-outer {
  background-color: #f0f0f0;
  margin-bottom: 60px; }
  @media (max-width: 899px) {
    .search-bar .row-outer {
      margin-bottom: 0;
      padding-top: 15px; }
      .search-bar .row-outer.section-pointer:before, .search-bar .tab-selector ul li.row-outer.active:before, .tab-selector ul .search-bar li.row-outer.active:before {
        content: none; } }
  .search-bar .row-outer .form-search {
    margin: 30px 0; }
    @media (max-width: 899px) {
      .search-bar .row-outer .form-search {
        margin: 0; }
        .search-bar .row-outer .form-search .btn {
          padding-left: 15px;
          padding-right: 15px; } }
  .search-bar .row-outer.section-pointer:before, .search-bar .tab-selector ul li.row-outer.active:before, .tab-selector ul .search-bar li.row-outer.active:before {
    top: auto;
    bottom: -25px; }

@media (max-width: 899px) {
  .sidebar.filters .row-outer {
    background-color: #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    overflow: hidden; }
  .sidebar.filters h3, .sidebar.filters .h3 {
    background-color: #003c71;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0;
    padding: 15px;
    position: relative; }
    .sidebar.filters h3:after, .sidebar.filters .h3:after {
      content: none; }
    .sidebar.filters h3 + fieldset, .sidebar.filters .h3 + fieldset {
      background-color: #fff;
      max-height: 0;
      overflow: hidden;
      padding-left: 15px;
      padding-right: 15px;
      transition: max-height 0.2s; }
      .sidebar.filters h3 + fieldset .input-wrapper:first-child, .sidebar.filters .h3 + fieldset .input-wrapper:first-child {
        margin-top: 15px; }
      .sidebar.filters h3 + fieldset .select-wrapper, .sidebar.filters .h3 + fieldset .select-wrapper {
        margin-top: 15px; }
    .sidebar.filters h3:after, .sidebar.filters .h3:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: inherit;
      content: "";
      font-size: inherit;
      height: 22px;
      left: auto;
      line-height: inherit;
      position: absolute;
      right: 15px;
      top: 15px;
      width: auto; }
    .sidebar.filters h3.expanded:after, .sidebar.filters .h3.expanded:after {
      content: ""; }
    .sidebar.filters h3.expanded + fieldset, .sidebar.filters .h3.expanded + fieldset {
      max-height: 500px; }
  .sidebar.filters .btn {
    margin-top: 15px; } }

.filter-results-header {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #003c71;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px; }

ul.alphabet-filter {
  list-style-type: none;
  padding: 0;
  margin: 0 -8px 30px;
  text-align: center; }
  ul.alphabet-filter::after {
    display: block;
    clear: both;
    content: ""; }
  ul.alphabet-filter li {
    float: left;
    margin: 8px; }
  ul.alphabet-filter a {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f0f0f0;
    color: #333f48;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
    ul.alphabet-filter a:hover {
      background-color: #003c71;
      color: #fff;
      text-decoration: none; }
    ul.alphabet-filter a.active {
      background-color: #007acc;
      color: #fff; }

.tab-selector {
  background-color: #f0f0f0; }
  @media (max-width: 899px) {
    .tab-selector {
      padding-top: 15px; } }
  .tab-selector ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .tab-selector ul li {
      display: inline-block; }
      .tab-selector ul li a,
      .tab-selector ul li a:visited {
        color: #000;
        display: block;
        font-weight: bold;
        padding: 30px 15px;
        text-decoration: underline; }
      .tab-selector ul li.active:before {
        bottom: -25px;
        color: #007acc;
        top: auto !important; }
      .tab-selector ul li.active a {
        color: #007acc; }

.tab-wrapper {
  padding-bottom: 30px;
  padding-top: 30px; }

.accordion {
  background-color: #f0f0f0;
  margin-bottom: 15px; }

.accordion-header {
  cursor: pointer;
  padding: 15px;
  position: relative; }
  .accordion-header:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Heriot-Watt icons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    line-height: 1;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 26px;
    line-height: 20px;
    right: 15px;
    position: absolute;
    top: 15px; }
  .expanded .accordion-header:after {
    content: ""; }
  .accordion-header:hover {
    color: #007acc; }
  .accordion-header h4 {
    color: #000;
    margin: 0; }

.accordion-content {
  border-top: 2px solid #000;
  padding: 15px 0;
  margin: 0 15px; }
  .accordion-content h5 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: bold; }

.section-pointer, .tab-selector ul li.active,
.cta-pointer {
  position: relative; }
  .section-pointer:before, .tab-selector ul li.active:before,
  .cta-pointer:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Heriot-Watt icons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    line-height: 1;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 25px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
    z-index: 1; }

.section-pointer:before, .tab-selector ul li.active:before {
  background-color: inherit;
  left: 50%;
  margin-left: -25px; }

.section-pointer.arrow-down:before, .tab-selector ul li.active:before {
  content: ""; }

.section-pointer.arrow-up:before, .tab-selector ul li.arrow-up.active:before {
  content: ""; }

.section-pointer.section-pointer-blue:before, .tab-selector ul li.section-pointer-blue.active:before {
  background-color: #003c71;
  color: #fff; }

.section-pointer.section-pointer-grey:before, .tab-selector ul li.active:before {
  background-color: #f0f0f0; }

.section-pointer.row:before, .tab-selector ul li.row.active:before {
  display: inline-block; }

.cta-pointer:before {
  background-color: inherit;
  left: 15px;
  content: "";
  color: #fff; }

.slash-border, .nav-sub > nav > ul > li > a {
  display: block;
  padding-bottom: 20px;
  position: relative; }
  .slash-border:after, .nav-sub > nav > ul > li > a:after {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    content: "////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////";
    font-size: 12px;
    font-weight: normal;
    height: 10px;
    left: 0;
    letter-spacing: -1.5px;
    line-height: 1;
    overflow: hidden;
    position: absolute;
    width: 100%;
    word-wrap: break-word; }
  .sidebar .slash-border:after, .sidebar .nav-sub > nav > ul > li > a:after {
    color: #007acc; }
  @media (max-width: 599px) {
    .slash-border:after, .nav-sub > nav > ul > li > a:after {
      letter-spacing: 1.5px; } }
  .section-heading .slash-border, .section-heading .nav-sub > nav > ul > li > a {
    padding-bottom: 9px; }

#accesslinks {
  display: block;
  position: absolute;
  left: 0;
  top: 0em;
  width: 20em; }
  #accesslinks li {
    display: block;
    position: absolute;
    left: 0;
    top: 0em;
    width: 20em;
    text-align: center; }
    #accesslinks li a {
      color: #FFFFFF;
      display: block;
      font-size: .75em;
      font-weight: bold;
      line-height: 2em;
      position: relative;
      top: -10em;
      z-index: 999; }
      #accesslinks li a:focus {
        top: 0em;
        text-decoration: none;
        background: #000000; }

.divider-nav {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  text-transform: uppercase; }
  .divider-nav ul {
    padding-left: 0; }
  .divider-nav li {
    display: inline-block;
    position: relative; }
    .divider-nav li span:after,
    .divider-nav li a:after {
      content: '/\0a';
      right: 1px;
      position: absolute; }
    .divider-nav li:last-of-type > span:after,
    .divider-nav li:last-of-type > a:after {
      content: none; }
    .divider-nav li span,
    .divider-nav li a,
    .divider-nav li a:visited {
      display: block;
      margin: 0 -5px;
      padding: 9px 15px;
      position: relative; }
      @media (max-width: 599px) {
        .divider-nav li span,
        .divider-nav li a,
        .divider-nav li a:visited {
          padding-bottom: 5px;
          padding-top: 5px; } }

.campus-united-kingdom .cta-image-block,
.cta-campus-united-kingdom {
  background-color: #d14129;
  color: #fff; }
  .campus-united-kingdom .cta-image-block:nth-of-type(2n),
  .cta-campus-united-kingdom:nth-of-type(2n) {
    background-color: #9f311f; }
  .campaign--ug .campus-united-kingdom .cta-image-block, .campaign--ug
  .cta-campus-united-kingdom {
    background-color: #D21F77; }
  .campaign--pg .campus-united-kingdom .cta-image-block, .campaign--pg
  .cta-campus-united-kingdom {
    background-color: #A84069; }

.campus-dubai .cta-image-block,
.cta-campus-dubai {
  background-color: #5f259f;
  color: #fff; }
  .campus-dubai .cta-image-block:nth-of-type(2n),
  .cta-campus-dubai:nth-of-type(2n) {
    background-color: #5f3366; }

.campus-malaysia .cta-image-block,
.cta-campus-malaysia {
  background-color: #00816d;
  color: #fff; }
  .campus-malaysia .cta-image-block:nth-of-type(2n),
  .cta-campus-malaysia:nth-of-type(2n) {
    background-color: #005d4f; }
  .campaign--ug .campus-malaysia .cta-image-block, .campaign--ug
  .cta-campus-malaysia {
    background-color: #1E9D8B; }
  .campaign--pg .campus-malaysia .cta-image-block, .campaign--pg
  .cta-campus-malaysia {
    background-color: #2A52DD; }

.campus-united-kingdom .grid-block-light .grid-block-inner {
  background-color: #d14129; }

.campus-united-kingdom .grid-block-dark .grid-block-inner {
  background-color: #9f311f; }

.campus-united-kingdom .event-block .event-date {
  background-color: #d14129; }

.campus-united-kingdom .event-block:nth-of-type(2n-1) a.event-block-inner {
  background-color: #d14129; }

.campus-united-kingdom .event-block:nth-of-type(2n-1) .event-date {
  background-color: #9f311f; }

.campus-united-kingdom .course-contact-wrapper {
  border-top-color: #d14129; }

.campus-united-kingdom main .btn {
  background-color: #d14129; }
  .campus-united-kingdom main .btn:focus, .campus-united-kingdom main .btn.focus, .campus-united-kingdom main .btn:hover {
    background-color: #9f311f; }

.campus-united-kingdom main .btn-keyline {
  background-color: transparent; }
  .campus-united-kingdom main .btn-keyline:focus, .campus-united-kingdom main .btn-keyline.focus, .campus-united-kingdom main .btn-keyline:hover {
    background-color: #d14129;
    border-color: #d14129; }

.campus-united-kingdom main .btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #d14129; }

.campus-united-kingdom main .nav-sub > nav > ul {
  background-color: #d14129; }

.campus-united-kingdom .banner-search h1 {
  color: #9f311f; }

.campus-united-kingdom .banner-search a.cta {
  color: #d14129; }

.campus-united-kingdom .section-heading-content .slash-border:after, .campus-united-kingdom .section-heading-content .nav-sub > nav > ul > li > a:after {
  color: #d14129; }

@media (max-width: 899px) {
  .campus-united-kingdom .nav-main .current a,
  .campus-united-kingdom .nav-main .current-parent a {
    background-color: #d14129; } }

.campus-united-kingdom .nav-sub .expand-trigger {
  background-color: #d14129; }

.campus-united-kingdom .nav-sub .current > a:after,
.campus-united-kingdom .nav-sub .current > a:visited:after,
.campus-united-kingdom .nav-sub .current-parent > a:after,
.campus-united-kingdom .nav-sub .current-parent > a:visited:after {
  content: '';
  background-color: #d14129; }

@media (max-width: 899px) {
  .campus-united-kingdom .nav-sub > nav > ul > li.current > a span {
    border-color: #d14129; } }

.campus-united-kingdom .breadcrumbs a.cta:after {
  color: #d14129; }

.campus-united-kingdom .section-heading-statistic .stat-roundel {
  color: #9f311f;
  font-size: 130px; }

.campus-united-kingdom .section-heading-statistic .stat-copy p {
  color: #9f311f; }

.campus-malaysia .grid-block-light .grid-block-inner {
  background-color: #00816d; }

.campus-malaysia .grid-block-dark .grid-block-inner {
  background-color: #005d4f; }

.campus-malaysia .event-block .event-date {
  background-color: #00816d; }

.campus-malaysia .event-block:nth-of-type(2n-1) a.event-block-inner {
  background-color: #00816d; }

.campus-malaysia .event-block:nth-of-type(2n-1) .event-date {
  background-color: #005d4f; }

.campus-malaysia .course-contact-wrapper {
  border-top-color: #00816d; }

.campus-malaysia main .btn {
  background-color: #00816d; }
  .campus-malaysia main .btn:focus, .campus-malaysia main .btn.focus, .campus-malaysia main .btn:hover {
    background-color: #005d4f; }

.campus-malaysia main .btn-keyline {
  background-color: transparent; }
  .campus-malaysia main .btn-keyline:focus, .campus-malaysia main .btn-keyline.focus, .campus-malaysia main .btn-keyline:hover {
    background-color: #00816d;
    border-color: #00816d; }

.campus-malaysia main .btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #00816d; }

.campus-malaysia main .nav-sub > nav > ul {
  background-color: #00816d; }

.campus-malaysia .banner-search h1 {
  color: #005d4f; }

.campus-malaysia .banner-search a.cta {
  color: #00816d; }

.campus-malaysia .section-heading-content .slash-border:after, .campus-malaysia .section-heading-content .nav-sub > nav > ul > li > a:after {
  color: #00816d; }

@media (max-width: 899px) {
  .campus-malaysia .nav-main .current a,
  .campus-malaysia .nav-main .current-parent a {
    background-color: #00816d; } }

.campus-malaysia .nav-sub .expand-trigger {
  background-color: #00816d; }

.campus-malaysia .nav-sub .current > a:after,
.campus-malaysia .nav-sub .current > a:visited:after,
.campus-malaysia .nav-sub .current-parent > a:after,
.campus-malaysia .nav-sub .current-parent > a:visited:after {
  content: '';
  background-color: #00816d; }

@media (max-width: 899px) {
  .campus-malaysia .nav-sub > nav > ul > li.current > a span {
    border-color: #00816d; } }

.campus-malaysia .breadcrumbs a.cta:after {
  color: #00816d; }

.campus-malaysia .section-heading-statistic .stat-roundel {
  color: #005d4f;
  font-size: 130px; }

.campus-malaysia .section-heading-statistic .stat-copy p {
  color: #005d4f; }

.campus-dubai .grid-block-light .grid-block-inner {
  background-color: #5f259f; }

.campus-dubai .grid-block-dark .grid-block-inner {
  background-color: #5f3366; }

.campus-dubai .event-block .event-date {
  background-color: #5f259f; }

.campus-dubai .event-block:nth-of-type(2n-1) a.event-block-inner {
  background-color: #5f259f; }

.campus-dubai .event-block:nth-of-type(2n-1) .event-date {
  background-color: #5f3366; }

.campus-dubai .course-contact-wrapper {
  border-top-color: #5f259f; }

.campus-dubai main .btn {
  background-color: #5f259f; }
  .campus-dubai main .btn:focus, .campus-dubai main .btn.focus, .campus-dubai main .btn:hover {
    background-color: #5f3366; }

.campus-dubai main .btn-keyline {
  background-color: transparent; }
  .campus-dubai main .btn-keyline:focus, .campus-dubai main .btn-keyline.focus, .campus-dubai main .btn-keyline:hover {
    background-color: #5f259f;
    border-color: #5f259f; }

.campus-dubai main .btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #5f259f; }

.campus-dubai main .nav-sub > nav > ul {
  background-color: #5f259f; }

.campus-dubai .banner-search h1 {
  color: #5f3366; }

.campus-dubai .banner-search a.cta {
  color: #5f259f; }

.campus-dubai .section-heading-content .slash-border:after, .campus-dubai .section-heading-content .nav-sub > nav > ul > li > a:after {
  color: #5f259f; }

@media (max-width: 899px) {
  .campus-dubai .nav-main .current a,
  .campus-dubai .nav-main .current-parent a {
    background-color: #5f259f; } }

.campus-dubai .nav-sub .expand-trigger {
  background-color: #5f259f; }

.campus-dubai .nav-sub .current > a:after,
.campus-dubai .nav-sub .current > a:visited:after,
.campus-dubai .nav-sub .current-parent > a:after,
.campus-dubai .nav-sub .current-parent > a:visited:after {
  content: '';
  background-color: #5f259f; }

@media (max-width: 899px) {
  .campus-dubai .nav-sub > nav > ul > li.current > a span {
    border-color: #5f259f; } }

.campus-dubai .breadcrumbs a.cta:after {
  color: #5f259f; }

.campus-dubai .section-heading-statistic .stat-roundel {
  color: #5f3366;
  font-size: 130px; }

.campus-dubai .section-heading-statistic .stat-copy p {
  color: #5f3366; }

@media (max-width: 899px) {
  .campus-united-kingdom .nav-sub + section > .section-heading,
  .campus-malaysia .nav-sub + section > .section-heading,
  .campus-dubai .nav-sub + section > .section-heading {
    background-color: #f0f0f0;
    padding-top: 50px;
    position: relative; }
    .campus-united-kingdom .nav-sub + section > .section-heading:before,
    .campus-malaysia .nav-sub + section > .section-heading:before,
    .campus-dubai .nav-sub + section > .section-heading:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: inherit;
      border-radius: 25px;
      color: inherit;
      content: "";
      font-size: 18px;
      height: 50px;
      left: 50%;
      line-height: 50px;
      margin-left: -25px;
      pointer-events: none;
      position: absolute;
      text-align: center;
      top: -25px;
      width: 50px;
      z-index: 1; } }

.swatch-united-kingdom {
  position: relative; }
  .swatch-united-kingdom:after {
    background-color: #d14129;
    content: '';
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px; }

.swatch-malaysia {
  position: relative; }
  .swatch-malaysia:after {
    background-color: #00816d;
    content: '';
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px; }

.swatch-dubai {
  position: relative; }
  .swatch-dubai:after {
    background-color: #5f259f;
    content: '';
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px; }

.swatch-distance-learning {
  position: relative; }
  .swatch-distance-learning:after {
    background-color: #a8ad00;
    content: '';
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px; }

section.cta-cards h2 {
  color: #2A52DD;
  text-transform: none; }

section.cta-cards .grid-block-flex-container .grid-block-content {
  padding: 15px 20px 60px 20px; }
  section.cta-cards .grid-block-flex-container .grid-block-content .h4.cta {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    width: 90%; }
    section.cta-cards .grid-block-flex-container .grid-block-content .h4.cta:after {
      position: absolute;
      right: 10%;
      top: 28px; }
  section.cta-cards .grid-block-flex-container .grid-block-content p {
    font-weight: normal; }

section.cta-cards .grid-block-flex-container .grid-block-inner {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px; }
  section.cta-cards .grid-block-flex-container .grid-block-inner:before {
    content: unset; }
  section.cta-cards .grid-block-flex-container .grid-block-inner:hover .h4.cta:after {
    text-decoration: none; }

section.cta-cards .grid-block-flex-container .grid-block-blue a {
  background-color: #2A52DD;
  color: #fff; }

section.cta-cards .grid-block-flex-container .grid-block-white a {
  color: #494949; }

section.cta-cards .grid-block-flex-container .grid-block-image {
  position: relative; }

section.cta-cards .grid-block-flex-container .grid-block-with-image.col-md-4 > a {
  padding-bottom: 0; }

.image-panel img {
  width: 100%; }

.image-panel h4 {
  font-size: 44px;
  line-height: 62px;
  position: relative;
  text-transform: none; }
  .image-panel h4 p {
    background-color: #fff;
    color: #2A52DD;
    margin: 0 0 5px;
    position: relative;
    z-index: 1; }
  @media (max-width: 1219px) {
    .image-panel h4 {
      font-size: 44px;
      line-height: 44px; } }
  @media (max-width: 599px) {
    .image-panel h4 {
      font-size: 22px;
      line-height: 37px; } }

.image-panel .panel-text {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2A52DD;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px; }
  @media (max-width: 899px) {
    .image-panel .panel-text {
      font-size: 17px;
      line-height: 25px; } }
  @media (max-width: 599px) {
    .image-panel .panel-text {
      font-size: 14px;
      line-height: 21px; } }

@media (max-width: 899px) {
  .image-panel .content {
    padding-left: 25px;
    top: -65px; } }

.image-panel.left h4 {
  width: 360px; }
  .image-panel.left h4 p {
    padding-left: 10px; }
  @media (min-width: 899px) {
    .image-panel.left h4 {
      left: -100px; } }

.image-panel.right h4 {
  width: 575px; }
  @media (max-width: 899px) {
    .image-panel.right h4 {
      width: 360px; } }
  @media (max-width: 899px) {
    .image-panel.right h4 p {
      line-height: 50px; } }
  @media (max-width: 599px) {
    .image-panel.right h4 p {
      line-height: 38px; } }

@media (max-width: 599px) {
  .image-panel.left h4, .image-panel.right h4 {
    width: 185px; } }

.image-panel .sub-title.bold {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #494949;
  padding: 5px;
  width: 360px; }
  @media (max-width: 599px) {
    .image-panel .sub-title.bold {
      width: 185px; } }

.quote-panel {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #2A52DD; }
  .quote-panel h4 {
    font-size: 32px;
    position: relative;
    top: 25px;
    width: 515px; }
    .quote-panel h4 p {
      color: #fff;
      background-color: #2A52DD;
      margin: 0 0 5px;
      padding: 10px;
      position: relative;
      z-index: 3; }
      @media (max-width: 599px) {
        .quote-panel h4 p {
          padding: 5px 0; } }
    @media (min-width: 1219px) {
      .quote-panel h4 {
        left: -40px; } }
    @media (max-width: 599px) {
      .quote-panel h4 {
        font-size: 22px;
        width: 400px; } }
    @media (max-width: 480px) {
      .quote-panel h4 {
        font-size: 18px;
        width: 300px; } }
  .quote-panel .attribution {
    color: #fff;
    left: 25px;
    position: relative;
    text-transform: uppercase;
    top: 25px;
    z-index: 2; }
    @media (min-width: 899px) and (max-width: 1219px) {
      .quote-panel .attribution {
        left: 140px; } }
  .quote-panel .bg-img {
    bottom: -60px;
    left: -40px;
    position: absolute;
    width: 108%; }
    @media (max-width: 899px) {
      .quote-panel .bg-img {
        display: none; } }
  .quote-panel .container {
    background-color: #2A52DD; }
  .quote-panel .quote-img {
    position: relative;
    z-index: 2; }
    @media (max-width: 899px) {
      .quote-panel .quote-img {
        width: 100%; } }

.box-link-columns .box-link-group {
  margin-top: 48px; }

.box-link-columns--clearing-blue h2 {
  text-align: center; }
  @media (max-width: 900px) {
    .box-link-columns--clearing-blue h2 {
      text-align: left; } }

@media (max-width: 900px) {
  .box-link-columns--clearing-blue .box-link-group {
    margin-top: 0; } }

.box-link-columns--clearing-blue .box-link-group .box-link .box-link-header {
  background-color: #003E6F;
  height: 100px; }
  @media (max-width: 1219px) {
    .box-link-columns--clearing-blue .box-link-group .box-link .box-link-header {
      align-items: center;
      display: flex; }
      .box-link-columns--clearing-blue .box-link-group .box-link .box-link-header h4 {
        font-size: 18px; } }
  @media (min-width: 900px) {
    .box-link-columns--clearing-blue .box-link-group .box-link .box-link-header {
      height: 170px; } }

.box-link-columns .box-link {
  color: #fff; }
  .box-link-columns .box-link a {
    color: #fff; }
  .box-link-columns .box-link .box-link-header {
    margin-top: 20px;
    padding: 25px; }
    .box-link-columns .box-link .box-link-header:after {
      content: ""; }
    .box-link-columns .box-link .box-link-header:hover {
      color: #fff; }
    .box-link-columns .box-link .box-link-header h4 {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 24px;
      line-height: 29px; }
    .box-link-columns .box-link .box-link-header svg {
      fill: #fff;
      position: absolute;
      right: 25px;
      top: 40px;
      margin-top: -12px;
      width: 25px;
      height: 25px; }

.banner-text {
  padding: 70px 0; }
  .banner-text h1 {
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 117px; }
    @media (max-width: 1219px) {
      .banner-text h1 {
        font-size: 90px;
        line-height: 100px; } }
    @media (max-width: 899px) {
      .banner-text h1 {
        font-size: 60px;
        line-height: 60px; }
        .banner-text h1 .text-shadow:after {
          left: 3px;
          top: 3px; } }
    @media (max-width: 600px) {
      .banner-text h1 {
        font-size: 45px;
        line-height: 45px; }
        .banner-text h1 .text-shadow:after {
          left: 2px;
          top: 2px; } }
    @media (max-width: 480px) {
      .banner-text h1 {
        font-size: 28px;
        line-height: 28px; } }
  .banner-text__container {
    display: flex;
    align-items: center; }
  .banner-text__heading {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .banner-text__roundel {
    padding-bottom: 100%;
    position: relative;
    width: 100%; }
    .banner-text__roundel-content {
      background-color: #5599DC;
      border-radius: 50%;
      bottom: 10px;
      box-shadow: 26px 22px 5px 0 rgba(0, 0, 0, 0.5);
      display: flex;
      flex-direction: column;
      justify-content: center;
      left: 10px;
      padding: 10px;
      position: absolute;
      right: 10px;
      text-align: center;
      top: 10px;
      transform: rotateZ(15deg); }
      @media (max-width: 900px) {
        .banner-text__roundel-content {
          box-shadow: 14px 12px 5px 0 rgba(0, 0, 0, 0.5); } }
      @media (max-width: 600px) {
        .banner-text__roundel-content {
          box-shadow: 10px 8px 5px 0 rgba(0, 0, 0, 0.5); } }
    .banner-text__roundel-text {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003E6F;
      margin: 0 auto;
      text-transform: uppercase;
      font-size: 48px;
      line-height: 53px; }
      @media (max-width: 1219px) {
        .banner-text__roundel-text {
          font-size: 30px;
          line-height: 34px; } }
      @media (max-width: 899px) {
        .banner-text__roundel-text {
          font-size: 24px;
          line-height: 26px; } }
      @media (max-width: 600px) {
        .banner-text__roundel-text {
          font-size: 20px;
          line-height: 22px; } }
      @media (max-width: 480px) {
        .banner-text__roundel-text {
          font-size: 14px;
          line-height: 14px; } }
    .banner-text__roundel-date {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-size: 16px;
      line-height: 1em;
      margin: 0 auto;
      text-transform: uppercase;
      font-size: 38px; }
      @media (max-width: 1219px) {
        .banner-text__roundel-date {
          font-size: 20px; } }
      @media (max-width: 899px) {
        .banner-text__roundel-date {
          font-size: 16px; } }
      @media (max-width: 899px) {
        .banner-text__roundel-date {
          font-size: 14px; } }
      @media (max-width: 480px) {
        .banner-text__roundel-date {
          font-size: 12px;
          line-height: 12px; } }
  .campaign--clearing .banner-text {
    background-color: #003E6F; }
    .campaign--clearing .banner-text .container {
      background-color: #003E6F; }
    .campaign--clearing .banner-text h1 {
      color: #C2921B; }

.text-shadow {
  display: inline-block;
  position: relative; }
  .text-shadow:after {
    content: attr(data-text);
    left: 5px;
    position: absolute;
    top: 5px; }
  .text-shadow--gold {
    color: #fff; }
    .text-shadow--gold:after {
      color: #C2921B;
      mix-blend-mode: multiply; }
  .text-shadow--blue {
    color: #5599DC; }
    .text-shadow--blue:after {
      color: #003E6F;
      mix-blend-mode: multiply; }
  .text-shadow--small:after {
    left: 3px;
    top: 3px; }
  .text-shadow--large:after {
    left: 18px;
    top: 15px; }

.roundel {
  padding-bottom: 100%;
  position: relative;
  width: 100%; }
  @media (max-width: 900px) {
    .roundel {
      margin: auto;
      margin-bottom: 10%;
      padding-bottom: 50%;
      width: 50%; } }
  @media (max-width: 600px) {
    .roundel {
      padding-bottom: 75%;
      width: 75%; } }
  .roundel img {
    border-radius: 50%;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    width: 100%; }

.roundel-panel h2 {
  margin-bottom: 20px; }

.roundel-panel__subheader {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-bottom: 20px; }

.text-art {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .text-art__top {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003E6F;
    font-size: 45px;
    line-height: 35px;
    text-transform: uppercase;
    transform: rotateZ(-90deg);
    transform-origin: top right;
    position: absolute;
    right: 99%;
    top: 5px; }
  .text-art__percent {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #003E6F;
    font-size: 60px;
    line-height: 140px; }
  .text-art__figure {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 170px;
    left: 3px;
    line-height: 140px;
    margin: 0;
    position: absolute; }
  .text-art__symbol {
    display: block;
    font-size: 60px;
    line-height: 100px;
    position: absolute; }
  .text-art--double-top {
    height: 198px;
    width: 202px; }
    .text-art--double-top .text-art__figure {
      font-size: 120px;
      line-height: 100px; }
      .text-art--double-top .text-art__figure--1 {
        right: 0;
        top: 0; }
      .text-art--double-top .text-art__figure--2 {
        bottom: 0;
        right: 0; }
    .text-art--double-top .text-art__symbol {
      bottom: 0;
      left: 0;
      margin-bottom: 0; }
  .text-art--top {
    height: 144px;
    width: 250px;
    text-align: center; }
    @supports (-webkit-overflow-scrolling: touch) {
      .text-art--top {
        width: 270px; } }
    .text-art--top .text-art__figure {
      margin-left: 27px;
      position: relative; }
    .text-art--top .text-art__top {
      top: 40px; }

@-moz-document url-prefix() {
  .text-art--top .text-art__top {
    top: 28px; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .text-art--top .text-art__top {
          top: 28px; } }
      @supports (-ms-ime-align: auto) {
        .text-art--top .text-art__top {
          top: 28px; } }
  .text-art--percent {
    height: 144px;
    width: 280px; }
    @media (max-width: 900px) {
      .text-art--percent {
        width: 300px; } }
    .text-art--percent .text-art__figure {
      display: inline-block;
      position: relative; }
    .text-art--percent .text-art__percent {
      display: inline-block;
      position: relative;
      top: -40px; }
  .text-art--leader {
    height: 144px;
    width: 240px; }
    .text-art--leader .text-art__figure {
      display: inline-block;
      position: relative; }
    .text-art--leader .text-art__ordinal {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-size: 40px;
      position: relative;
      text-transform: uppercase;
      top: -90px; }
      .text-art--leader .text-art__ordinal .text-shadow:after {
        left: 3px;
        top: 3px; }
    .text-art--leader .text-art__leader-context {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003E6F;
      display: inline-block;
      font-size: 26px;
      left: 76px;
      line-height: 18px;
      position: relative;
      text-transform: uppercase;
      top: -90px; }

.clearing-carousel-container {
  overflow-x: hidden; }

.clearing-carousel {
  padding-top: 50px; }
  .clearing-carousel__slide {
    display: flex;
    height: 500px;
    left: 0;
    margin: 0 20px;
    position: absolute;
    top: 0;
    width: 100%; }
    @media (max-width: 900px) {
      .clearing-carousel__slide {
        height: 700px; } }
    @media (max-width: 600px) {
      .clearing-carousel__slide {
        height: 400px; } }
    .clearing-carousel__slide-number {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #552B9A;
      background-position: center;
      background-size: auto 369px;
      background-repeat: no-repeat;
      text-indent: -9999px;
      height: 500px; }
      .clearing-carousel__slide-number--1 {
        background-image: url(/heriot-watt-v2/includes/images/clearing/1.png); }
      .clearing-carousel__slide-number--2 {
        background-image: url(/heriot-watt-v2/includes/images/clearing/2.png); }
      .clearing-carousel__slide-number--3 {
        background-image: url(/heriot-watt-v2/includes/images/clearing/3.png); }
      .clearing-carousel__slide-number--4 {
        background-image: url(/heriot-watt-v2/includes/images/clearing/4.png); }
      .clearing-carousel__slide-number--5 {
        background-image: url(/heriot-watt-v2/includes/images/clearing/5.png); }
      @media (max-width: 900px) {
        .clearing-carousel__slide-number {
          background-size: 120px;
          height: 350px; } }
      @media (max-width: 600px) {
        .clearing-carousel__slide-number {
          background-size: 100px;
          height: 200px; } }
    .clearing-carousel__slide-body {
      background-color: #DCA91B;
      color: #552B9A;
      display: flex;
      flex-direction: column;
      height: 500px;
      justify-content: center;
      padding: 20px 45px 20px 55px; }
      @media (max-width: 900px) {
        .clearing-carousel__slide-body {
          height: 350px;
          padding: 20px; } }
      @media (max-width: 600px) {
        .clearing-carousel__slide-body {
          height: 200px; } }
      .clearing-carousel__slide-body h3 {
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: bold;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px; }
        @media (max-width: 600px) {
          .clearing-carousel__slide-body h3 {
            font-size: 24px;
            line-height: 24px; } }
      .clearing-carousel__slide-body p {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 0; }
        @media (max-width: 900px) {
          .clearing-carousel__slide-body p {
            font-size: 26px;
            line-height: 32px; } }
        @media (max-width: 600px) {
          .clearing-carousel__slide-body p {
            font-size: 22px;
            line-height: 26px; } }
        @media (max-width: 480px) {
          .clearing-carousel__slide-body p {
            font-size: 18px;
            line-height: 22px; } }
    .clearing-carousel__slide .no-padding {
      padding-left: 0;
      padding-right: 0; }

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  background-color: transparent;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }
  @media (max-width: 480px) {
    .flickity-prev-next-button {
      height: 50px;
      width: 50px; } }

.flickity-prev-next-button.previous {
  left: -110px; }
  @media (max-width: 600px) {
    .flickity-prev-next-button.previous {
      left: -65px; } }
  @media (max-width: 480px) {
    .flickity-prev-next-button.previous {
      left: -50px; } }

.flickity-prev-next-button.next {
  right: -110px; }
  @media (max-width: 600px) {
    .flickity-prev-next-button.next {
      right: -65px; } }
  @media (max-width: 480px) {
    .flickity-prev-next-button.next {
      right: -50px; } }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: -110px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: -110px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%; }

/* ---- page dots ---- */
.flickity-page-dots {
  display: none; }

.campaign.campaign--clearing .course-search h2 {
  text-transform: none; }

.campaign.campaign--clearing .course-search .form-search button {
  background-color: #552B9A;
  padding: 15px 60px; }
  @media (max-width: 600px) {
    .campaign.campaign--clearing .course-search .form-search button {
      padding: 15px 30px; } }

.campaign.campaign--clearing .course-search .form-search .search-wrapper input {
  border: 2px solid #552B9A;
  color: #333f48; }
  .campaign.campaign--clearing .course-search .form-search .search-wrapper input:focus {
    border-color: #C2921B; }

.grid-section--grey {
  background-color: #f0f0f0;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 599px) {
    .grid-section--grey {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }

.grid-image-block {
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 899px) {
    .grid-image-block {
      padding-top: 0;
      padding-bottom: 3em; } }
  .grid-image-block--dots {
    background-image: url(/heriot-watt-v2/includes/images/GRID/white_dots.png);
    background-position: center; }
  .grid-image-block__image {
    background-size: cover;
    background-position: center; }
    .grid-image-block__image--left-edge {
      height: 465px;
      margin-left: -30px; }
    .grid-image-block__image--left-top {
      height: 510px;
      margin-left: -30px;
      margin-top: -5em; }
    .grid-image-block__image--right {
      height: 350px; }
    .grid-image-block__image--right-flush {
      height: 540px;
      margin-right: -30px;
      margin-top: -5em; }
    .grid-image-block__image--right-edge {
      height: 500px;
      margin-right: -30px; }
      .grid-image-block__image--right-edge.grid-image-block__image--foreground {
        margin-left: 1px;
        margin-top: 1px;
        position: relative;
        z-index: 2; }
        @media (max-width: 899px) {
          .grid-image-block__image--right-edge.grid-image-block__image--foreground {
            margin-bottom: 0;
            margin-left: -30px;
            margin-top: 0; } }
    @media (max-width: 899px) {
      .grid-image-block__image {
        height: 400px;
        margin: 0 -30px 3em; } }
    @media (max-width: 599px) {
      .grid-image-block__image {
        height: 300px;
        margin: 0 -15px 3em; } }
  @media (min-width: 900px) {
    .grid-image-block h2 {
      font-size: 30px;
      line-height: 38px; } }
  .grid-image-block p {
    color: #333f48; }
  .grid-image-block .text-container {
    padding-right: 30px; }
    @media (max-width: 899px) {
      .grid-image-block .text-container {
        padding-right: 0; } }

.grid-double-cta {
  padding: 5em 30px;
  background-image: url("/heriot-watt-v2/includes/images/GRID/MOSAIC_Tiles_Background.png");
  background-size: cover;
  background-position: center;
  margin: 0 -30px; }
  @media (max-width: 599px) {
    .grid-double-cta {
      margin-left: -15px;
      margin-right: -15px; } }
  .grid-double-cta .row {
    display: flex;
    flex-wrap: wrap; }
  .grid-double-cta .row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  .grid-double-cta .spacer-col.border {
    border-style: solid;
    border-width: 0;
    border-right-width: 1px;
    border-color: #333f48; }
  .grid-double-cta .text-container {
    margin-top: 30px; }
    .grid-double-cta .text-container h3 {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #202325;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .grid-double-cta .text-container p {
      margin-bottom: 30px;
      color: #333f48;
      line-height: 1.6; }

@media (max-width: 899px) {
  .grid-double-cta {
    padding-top: 0;
    padding-bottom: 0; }
    .grid-double-cta .row > [class*='col-'] {
      margin-left: 30px;
      margin-right: 30px; }
    .grid-double-cta .spacer-col.border {
      border-style: solid;
      border-width: 0;
      border-bottom-width: 1px;
      border-color: #333f48; }
    .grid-double-cta .image-column {
      padding: 0; }
    .grid-double-cta .text-container {
      margin-bottom: 30px;
      margin-top: 45px; }
      .grid-double-cta .text-container p {
        font-size: 16px; } }

.grid-form .gridlines__outer {
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 899px) {
    .grid-form .gridlines__outer {
      padding-top: 3em; } }

.grid-form .form-column {
  padding-top: 3em; }
  @media (max-width: 899px) {
    .grid-form .form-column {
      padding-top: 0; } }

.grid-form .text-container h2 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202325;
  margin-bottom: 30px; }

.grid-form .text-container p {
  margin-bottom: 30px;
  color: #333f48;
  line-height: 1.6; }

.grid-form .input-wrapper label {
  margin-bottom: 30px;
  color: #333f48;
  line-height: 1.6;
  font-weight: normal; }

.grid-form form .field label {
  font-weight: normal; }
  .grid-form form .field label span {
    color: #202325; }

.grid-form form .field input,
.grid-form form .field select,
.grid-form form .field textarea {
  background-color: #fff;
  z-index: 2;
  position: relative; }
  .grid-form form .field input:focus,
  .grid-form form .field select:focus,
  .grid-form form .field textarea:focus {
    outline: none;
    padding: 14px; }

.grid-form form .field input:focus,
.grid-form form .field textarea:focus,
.grid-form form .field .select-wrapper:focus-within {
  border: 2px solid #003c71; }

.grid-form form .field .select-wrapper:after {
  z-index: 3; }

.grid-form form .field input[type=checkbox] + label:before {
  background-color: #fff; }

.grid-form form .field input[type=checkbox]:focus + label:before {
  border: 2px solid #003c71;
  line-height: 16px; }

.grid-form form .field.checkboxes {
  margin-bottom: 30px; }
  .grid-form form .field.checkboxes .input-wrapper, .grid-form form .field.checkboxes label {
    margin-bottom: 0; }
  .grid-form form .field.checkboxes a {
    padding-left: 25px;
    color: #003c71;
    text-decoration: underline; }

.grid-form .input-wrapper input[type=checkbox] + label:before {
  margin-top: 0;
  position: absolute;
  top: 2px; }

.grid-header__inner {
  background-position: center;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  margin: 0 -30px;
  padding: 10em 30px 0;
  position: relative; }
  @media (max-width: 899px) {
    .grid-header__inner {
      height: 250px;
      padding-top: 70px; } }
  @media (max-width: 599px) {
    .grid-header__inner {
      margin: 0 -15px; }
      .grid-header__inner .row.gridline__top:before,
      .grid-header__inner .row.gridline__bottom:before {
        left: -15px;
        right: -15px;
        width: calc(100% + 30px); } }
  .grid-header__inner:before {
    position: absolute;
    content: '';
    background: url(/heriot-watt-v2/includes/images/GRID/small_dot.png);
    background-position: bottom left;
    bottom: 0;
    right: 0;
    top: 10em;
    width: calc(8.33333% + 30px); }
    @media (max-width: 899px) {
      .grid-header__inner:before {
        bottom: auto;
        height: 200%;
        top: 70px;
        transform: scale(0.5);
        transform-origin: 100% 0;
        width: calc(16.666667% + (30px * 2)); } }
    @media (max-width: 599px) {
      .grid-header__inner:before {
        width: calc(16.666667% + 30px); } }
  .grid-header__inner h1 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    margin-bottom: 30px;
    margin-top: -7px;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      .grid-header__inner h1 {
        margin-top: -5px; } }

.grid-header__overlay {
  background-color: rgba(32, 35, 37, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.grid-location.gridlines__outer {
  padding-top: 5em;
  padding-bottom: 5em; }

.grid-location .text-container {
  margin-bottom: 45px; }
  .grid-location .text-container h2 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #202325;
    margin-bottom: 30px; }
  .grid-location .text-container p {
    margin-bottom: 30px;
    color: #333f48;
    line-height: 1.6; }

.grid-info-cards .gridlines__outer {
  padding-bottom: 5em;
  padding-top: 5em;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 899px) {
    .grid-info-cards .gridlines__outer {
      padding-bottom: 0;
      padding-top: 3em; } }

@media (min-width: 900px) {
  .grid-info-cards__cards [class^=col]:nth-child(3n+1) {
    clear: left; } }

@media (max-width: 899px) {
  .grid-info-cards__cards [class^=col]:nth-child(2n+1) {
    clear: left; } }

@media (max-width: 899px) {
  .grid-info-cards__cards {
    background-color: #F5F5F5;
    padding-bottom: 3em;
    position: relative;
    z-index: 2; } }

.grid-info-cards .image-container {
  overflow: hidden;
  height: 200px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 899px) {
    .grid-info-cards .image-container {
      height: 350px; } }
  @media (max-width: 599px) {
    .grid-info-cards .image-container {
      height: 250px; } }

.grid-info-cards .text-container {
  text-align: center; }
  .grid-info-cards .text-container h2, .grid-info-cards .text-container h4 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #202325; }
  .grid-info-cards .text-container h2 {
    margin-bottom: 30px;
    text-align: left; }
  .grid-info-cards .text-container h4 {
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 600px) {
      .grid-info-cards .text-container h4 {
        min-height: 40px; } }
  .grid-info-cards .text-container p {
    margin-bottom: 30px;
    color: #202325;
    line-height: 1.6; }
  .grid-info-cards .text-container .description {
    margin-bottom: 60px;
    text-align: left;
    color: #333f48; }

@media (max-width: 599px) {
  .grid-info-cards .row-cards {
    margin-left: 0;
    margin-right: 0; } }

.grid-latest-news {
  background-repeat: repeat-x; }
  .grid-latest-news .gridlines__outer {
    padding-top: 5em;
    padding-bottom: 5em; }
    @media (max-width: 899px) {
      .grid-latest-news .gridlines__outer {
        padding-top: 3em; } }
  @media (min-width: 600px) {
    .grid-latest-news .grid-block-flex-container .grid-block {
      overflow: visible;
      z-index: 200; } }
  .grid-latest-news a.grid-block-inner:before {
    background-image: none;
    content: none; }
  .grid-latest-news a.grid-block-inner:hover:before, .grid-latest-news a.grid-block-inner:focus:before {
    opacity: 1; }
  .grid-latest-news a.grid-block-inner:hover .cta, .grid-latest-news a.grid-block-inner:focus .cta {
    text-decoration: none; }
  .grid-latest-news a.grid-block-inner .foreground {
    position: relative;
    z-index: 1; }
  .grid-latest-news .grid-block-inner {
    background-color: #fff;
    border: 3px solid transparent;
    margin: -3px; }
    .grid-latest-news .grid-block-inner:hover, .grid-latest-news .grid-block-inner:focus {
      border-color: #00549F;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    .grid-latest-news .grid-block-inner .grid-block-category {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-style: normal;
      font-weight: lighter;
      text-transform: uppercase;
      font-size: 12px;
      margin-bottom: 15px; }
    .grid-latest-news .grid-block-inner h4 {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #202325;
      margin-bottom: 15px;
      text-align: left;
      margin-top: 10px; }
    .grid-latest-news .grid-block-inner p {
      font-size: 12px;
      color: #333f48;
      margin-bottom: 30px; }
    .grid-latest-news .grid-block-inner .date {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #202325;
      margin-bottom: 15px;
      text-align: left;
      margin-top: 15px;
      font-size: 12px;
      position: absolute;
      bottom: 0; }
    .grid-latest-news .grid-block-inner a,
    .grid-latest-news .grid-block-inner a:visited {
      color: #fff; }
    .grid-block-white .grid-latest-news .grid-block-inner {
      background-color: #fff;
      color: #333f48; }
      .grid-block-white .grid-latest-news .grid-block-inner a,
      .grid-block-white .grid-latest-news .grid-block-inner a:visited {
        color: #333f48;
        text-decoration: none; }
      .grid-block-white .grid-latest-news .grid-block-inner a:hover,
      .grid-block-white .grid-latest-news .grid-block-inner a:focus {
        color: #333f48;
        text-decoration: none; }
  .grid-latest-news .grid-block-content {
    height: 100%; }
  .grid-latest-news .text-container {
    text-align: center; }
    .grid-latest-news .text-container h2, .grid-latest-news .text-container h4 {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #202325; }
    .grid-latest-news .text-container h2 {
      margin-bottom: 60px;
      text-align: left; }
    .grid-latest-news .text-container h4 {
      margin-top: 20px;
      min-height: 40px;
      text-transform: uppercase;
      text-align: center; }
    .grid-latest-news .text-container p {
      margin-bottom: 30px;
      color: #202325;
      line-height: 1.6; }
    .grid-latest-news .text-container .description {
      margin-bottom: 60px;
      text-align: left;
      color: #333f48; }
  .grid-latest-news .btn-grid.latest-news {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }

@media (min-width: 900px) {
  .grid-latest-news .col-md-5 .grid-block-content {
    padding-right: 30px;
    width: 68%; }
  .grid-latest-news .col-md-5 .grid-block-image {
    left: 68%;
    margin-left: -15px;
    margin-top: 0;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; } }

.grid-upcoming-events .gridlines__outer {
  padding-top: 5em;
  padding-bottom: 5em; }
  @media (max-width: 899px) {
    .grid-upcoming-events .gridlines__outer {
      padding-top: 3em; } }

@media (min-width: 600px) {
  .grid-upcoming-events .grid-block-flex-container .grid-block {
    overflow: visible;
    z-index: 200; } }

.grid-upcoming-events .grid-block-flex-container .grid-block-with-image.col-md-4 > a {
  padding-bottom: 0; }

.grid-upcoming-events a.grid-block-inner:before {
  background-image: none;
  content: none; }

.grid-upcoming-events a.grid-block-inner:hover:before, .grid-upcoming-events a.grid-block-inner:focus:before {
  opacity: 1; }

.grid-upcoming-events a.grid-block-inner:hover .cta, .grid-upcoming-events a.grid-block-inner:focus .cta {
  text-decoration: none; }

.grid-upcoming-events a.grid-block-inner .foreground {
  position: relative;
  z-index: 1; }

.grid-upcoming-events .grid-block-inner {
  background-color: #f0f0f0;
  transition: box-shadow 0.14s;
  padding: 3px; }
  .grid-upcoming-events .grid-block-inner:hover, .grid-upcoming-events .grid-block-inner:focus {
    border: 3px solid #00549F;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 0; }
  .grid-upcoming-events .grid-block-inner .grid-block-category {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .grid-upcoming-events .grid-block-inner h4 {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #202325;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 10px; }
  .grid-upcoming-events .grid-block-inner p {
    font-size: 12px;
    color: #333f48;
    margin-bottom: 30px; }
  .grid-upcoming-events .grid-block-inner .grid-block-image {
    position: relative;
    padding-bottom: 0;
    height: 200px; }
  .grid-upcoming-events .grid-block-inner a,
  .grid-upcoming-events .grid-block-inner a:visited {
    color: #fff; }
  .grid-block-white .grid-upcoming-events .grid-block-inner {
    background-color: #fff;
    color: #333f48; }
    .grid-block-white .grid-upcoming-events .grid-block-inner a,
    .grid-block-white .grid-upcoming-events .grid-block-inner a:visited {
      color: #333f48;
      text-decoration: none; }
    .grid-block-white .grid-upcoming-events .grid-block-inner a:hover,
    .grid-block-white .grid-upcoming-events .grid-block-inner a:focus {
      color: #333f48;
      text-decoration: none; }

.grid-upcoming-events .grid-block-content {
  padding: 20px;
  padding-bottom: 40px; }
  .grid-upcoming-events .grid-block-content .details-row {
    margin-bottom: 2px; }
  .grid-upcoming-events .grid-block-content .details-label, .grid-upcoming-events .grid-block-content .details-value {
    font-size: 12px; }
  .grid-upcoming-events .grid-block-content .details-label {
    font-weight: bold; }
  .grid-upcoming-events .grid-block-content h4 {
    min-height: 40px; }

.grid-upcoming-events .text-container h2, .grid-upcoming-events .text-container h4 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #202325; }

.grid-upcoming-events .text-container h2 {
  margin-bottom: 30px;
  text-align: left; }

.grid-upcoming-events .text-container h4 {
  margin-top: 20px;
  min-height: 40px;
  text-transform: uppercase;
  text-align: center; }

.grid-upcoming-events .text-container p {
  margin-bottom: 30px;
  color: #202325;
  line-height: 1.6; }

.grid-upcoming-events .text-container .description {
  margin-bottom: 60px;
  text-align: left;
  color: #333f48; }

.grid-upcoming-events .btn-grid.latest-news {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }

@media (min-width: 900px) {
  .grid-upcoming-events .col-md-5 .grid-block-content {
    padding-right: 30px;
    width: 68%; } }

.gridlines__outer:before,
.gridlines__outer:after,
.gridlines__inner:after,
.bgdots:before {
  content: '';
  position: absolute;
  pointer-events: none; }

.gridlines__outer:before,
.gridlines__outer:after,
.gridlines__inner:after {
  bottom: 0;
  border-color: rgba(255, 155, 0, 0.3);
  top: 0;
  z-index: 1;
  border: none !important; }

.gridlines__outer {
  margin-left: -15px;
  margin-right: -15px;
  position: relative; }
  .gridlines__outer:before {
    border-style: solid;
    border-width: 0 1px;
    left: 8.333333%;
    transform: translateX(-16px);
    width: 32px; }
    @media (max-width: 899px) {
      .gridlines__outer:before {
        transform: none;
        width: 16px; } }
  .gridlines__outer:after {
    border-color: rgba(255, 155, 0, 0.3);
    border-style: solid;
    border-width: 0 0 0 1px;
    right: 8.333333%;
    transform: translateX(16px);
    width: 32px; }

.gridlines__inner {
  padding: 0 15px; }
  .gridlines__inner:after {
    border-color: rgba(255, 155, 0, 0.3);
    border-style: solid;
    border-width: 0 1px;
    left: 41.66667%;
    transform: translateX(15px);
    width: calc(16.666667% - 30px); }
    @media (max-width: 899px) {
      .gridlines__inner:after {
        content: none; } }

.row.gridline__top,
.row.gridline__bottom {
  position: relative; }
  .row.gridline__top:before,
  .row.gridline__bottom:before {
    border-top: 1px solid rgba(255, 155, 0, 0.3);
    content: '';
    left: -15px;
    position: absolute;
    right: -15px;
    width: calc(100% + 30px);
    z-index: 1;
    border: none !important; }
    @media (max-width: 599px) {
      .row.gridline__top:before,
      .row.gridline__bottom:before {
        left: 0;
        right: 0;
        width: 100%; } }

@media (max-width: 899px) {
  .grid-image-block .row.gridline__top:before,
  .grid-image-block .row.gridline__bottom:before {
    content: none; }
  .grid-image-block .row.gridline__bottom {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden; }
  .grid-image-block .row.gridline__top [class*=col]:first-of-type:before {
    border-top: 1px solid rgba(255, 155, 0, 0.3);
    bottom: 3em;
    content: '';
    left: -15px;
    position: absolute;
    right: -15px;
    z-index: 1; }
  .grid-image-block .row.gridline__bottom [class*=col]:last-of-type:before {
    border-top: 1px solid rgba(255, 155, 0, 0.3);
    content: '';
    left: -50%;
    position: absolute;
    right: -50%;
    top: 0;
    z-index: 1; } }

@media (max-width: 599px) {
  .grid-image-block .row.gridline__bottom {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 599px) {
  .grid-image-block .row.gridline__top [class*=col]:first-of-type:before {
    left: 0;
    right: 0; } }

.row.gridline__top:before {
  top: 0; }

.row.gridline__bottom:before {
  bottom: 0; }

.bgdots:not(.gridlines__inner) {
  position: relative; }

.bgdots:before {
  background-image: url(/heriot-watt-v2/includes/images/GRID/medium_dot.png); }
  @media (max-width: 899px) {
    .bgdots:before {
      transform: scale(0.5); } }

.bgdots--left:before {
  background-position: center right;
  bottom: 0;
  left: -15px;
  top: 0;
  width: calc(41.666667% + 30px); }
  @media (max-width: 899px) {
    .bgdots--left:before {
      transform-origin: 0 50%;
      width: calc(16.666667% + 30px); } }
  @media (max-width: 599px) {
    .bgdots--left:before {
      left: 0;
      width: 16.666667%; } }

.bgdots--left-edge:before {
  background-position: center right;
  bottom: 0;
  left: -15px;
  top: 0;
  width: 8.333333%; }
  @media (max-width: 899px) {
    .bgdots--left-edge:before {
      transform-origin: 0 50%;
      width: calc(16.666667% + 30px); } }
  @media (max-width: 599px) {
    .bgdots--left-edge:before {
      left: 0;
      width: 16.666667%; } }

.bgdots--bottom-left:before {
  background-position: center right;
  bottom: 0;
  left: -15px;
  height: 5em;
  width: calc(41.666667% + 30px); }
  @media (max-width: 899px) {
    .bgdots--bottom-left:before {
      transform-origin: 0 50%;
      width: calc(16.666667% + 30px); } }
  @media (max-width: 599px) {
    .bgdots--bottom-left:before {
      left: 0;
      width: 16.666667%; } }

.bgdots--bottom-left-edge:before {
  background-position: center right;
  bottom: 0;
  height: 50%;
  left: 0;
  width: 8.333333%; }
  @media (max-width: 899px) {
    .bgdots--bottom-left-edge:before {
      height: auto;
      top: 0;
      transform-origin: 0 50%;
      width: calc(16.666667% + 30px); } }
  @media (max-width: 599px) {
    .bgdots--bottom-left-edge:before {
      left: 0;
      width: 16.666667%; } }

.bgdots--right:before {
  background-position: center left;
  bottom: 0;
  right: -15px;
  top: 0;
  width: calc(41.666667% + 30px); }
  @media (max-width: 899px) {
    .bgdots--right:before {
      transform-origin: 100% 50%;
      width: calc(16.666667% + (30px * 2)); } }
  @media (max-width: 599px) {
    .bgdots--right:before {
      right: 0;
      width: calc(16.666667% + 30px); } }

.bgdots--right-edge:before {
  background-position: center left;
  bottom: 0;
  right: -15px;
  top: 0;
  width: calc(8.333333% + 30px); }
  @media (max-width: 899px) {
    .bgdots--right-edge:before {
      transform-origin: 100% 50%;
      width: calc(16.666667% + (30px * 2)); } }
  @media (max-width: 599px) {
    .bgdots--right-edge:before {
      right: 0;
      width: calc(16.666667% + 30px); } }

.bgdots--bottom-left-edge.grid-image-block--grey:before {
  left: 0; }

.grid-page-body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem; }
  .grid-page-body h1,
  .grid-page-body h2,
  .grid-page-body h3,
  .grid-page-body h4,
  .grid-page-body h5 {
    margin: 0;
    margin-bottom: 30px; }
  .grid-page-body h1,
  .grid-page-body .h1 {
    font-size: 2.2rem;
    line-height: 2.4rem; }
  .grid-page-body h2,
  .grid-page-body .h2 {
    font-size: 1.8rem;
    line-height: 2rem; }
  .grid-page-body h3,
  .grid-page-body .h3 {
    font-size: 1.6rem;
    line-height: 1.8rem; }
  .grid-page-body h4,
  .grid-page-body .h4 {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .grid-page-body h5,
  .grid-page-body .h5 {
    font-size: 1.2rem;
    line-height: 1.4rem; }
  .grid-page-body a {
    color: #003c71; }
  .grid-page-body a:not([class]) {
    text-decoration: underline; }
    .grid-page-body a:not([class]):hover {
      text-decoration: none; }
  .grid-page-body a[target='_blank'] {
    margin-right: 24px;
    position: relative;
    text-decoration: none; }
    .grid-page-body a[target='_blank']:after {
      content: '';
      border: 2px solid transparent;
      border-left: 2px solid #003c71;
      border-bottom: 2px solid #003c71;
      width: 16px;
      height: 16px;
      margin-bottom: -2px;
      margin-right: -24px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      background: url(/heriot-watt-v2/includes/images/GRID/GRID-arrow-external.svg) no-repeat right top; }
    .grid-page-body a[target='_blank']:before {
      content: '';
      width: 100%;
      height: 5px;
      border-bottom: 1px solid #003c71;
      display: block;
      position: absolute;
      bottom: -5px; }
    .grid-page-body a[target='_blank']:hover:before {
      border-bottom: 1px solid transparent; }
  .grid-page-body p {
    margin-bottom: 30px; }
  .grid-page-body p + p > img {
    margin: 30px 0; }
  .grid-page-body img {
    margin: auto; }
  .grid-page-body ul,
  .grid-page-body ol {
    padding: 0;
    list-style-position: inside;
    margin-bottom: 30px; }
  .grid-page-body li {
    margin-bottom: 0.5rem; }
  .grid-page-body ul li {
    list-style: none;
    position: relative;
    padding-left: 0.8rem; }
    .grid-page-body ul li:before {
      content: '·';
      font-size: 20px;
      font-weight: bold;
      line-height: 1rem;
      display: inline-block;
      margin-left: -0.8rem;
      position: absolute; }
      @media (min-width: 600px) {
        .grid-page-body ul li:before {
          line-height: 1.2rem; } }
  .grid-page-body .grid-link-list {
    font-size: 18px;
    margin-bottom: 0; }
    .grid-page-body .grid-link-list li {
      padding-left: 1.5rem;
      margin-bottom: 1rem; }
      .grid-page-body .grid-link-list li:before {
        margin-left: -1.5rem;
        line-height: 0.9rem;
        vertical-align: text-top;
        font-size: 36px; }
        @media (min-width: 600px) {
          .grid-page-body .grid-link-list li:before {
            line-height: 1rem; } }
  .grid-page-body blockquote {
    padding-left: 2rem;
    padding-top: 15px;
    position: relative;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #000;
    font-size: 1rem; }
    @media (min-width: 600px) {
      .grid-page-body blockquote {
        padding-left: 3.5rem;
        margin: 60px;
        padding-top: 35px; } }
    .grid-page-body blockquote:before {
      content: '“';
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: bold;
      color: #003c71;
      font-size: 50px;
      line-height: 50px;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
      @media (min-width: 600px) {
        .grid-page-body blockquote:before {
          font-size: 100px;
          line-height: 100px; } }
    .grid-page-body blockquote p {
      margin: 0; }
    .grid-page-body blockquote p:after {
      content: '”';
      display: inline-block;
      font-family: "Montserrat Book", Arial, sans-serif;
      font-size: 1.2rem; }
    .grid-page-body blockquote footer {
      font-family: "Helvetica Neue", Arial, sans-serif;
      background: none;
      padding: 0;
      margin: 0;
      margin-top: 1rem;
      display: inline-block;
      font-size: 0.8rem;
      font-weight: bold; }
  .grid-page-body .blockquote {
    display: flex;
    align-items: start;
    margin: 60px 0;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 600px) {
      .grid-page-body .blockquote {
        flex-direction: row; } }
    .grid-page-body .blockquote .blockquote-image {
      width: 100%;
      display: block;
      text-align: center; }
      @media (min-width: 480px) {
        .grid-page-body .blockquote .blockquote-image {
          text-align: right; } }
      .grid-page-body .blockquote .blockquote-image img {
        max-width: 100%; }
    .grid-page-body .blockquote blockquote {
      margin: 0;
      margin-top: 15px; }
      @media (min-width: 600px) {
        .grid-page-body .blockquote blockquote {
          margin-left: 1rem;
          margin-top: 0; } }
  .grid-page-body .accordion-group {
    margin-bottom: 60px; }
    .grid-page-body .accordion-group .accordion {
      margin-bottom: 10px; }
      .grid-page-body .accordion-group .accordion .accordion-header {
        padding: 15px 20px;
        padding-right: 3rem; }
        .grid-page-body .accordion-group .accordion .accordion-header:after {
          font-size: 30px;
          line-height: 30px; }
        .grid-page-body .accordion-group .accordion .accordion-header h5 {
          margin: 0;
          line-height: 2rem; }
  .grid-page-body table {
    margin-bottom: 60px; }
    .grid-page-body table caption {
      caption-side: top;
      background: #003c71;
      font-weight: bold;
      font-size: 1.1rem;
      font-family: "Helvetica Neue", Arial, sans-serif; }
    .grid-page-body table thead {
      background-color: #d4dbec;
      color: #000;
      display: none; }
      @media (min-width: 600px) {
        .grid-page-body table thead {
          display: table-header-group; } }
    .grid-page-body table th,
    .grid-page-body table td {
      border: none; }
    @media (max-width: 599px) {
      .grid-page-body table td {
        display: block; }
        .grid-page-body table td:before {
          content: attr(data-title);
          display: block;
          font-family: "Montserrat", Arial, sans-serif;
          font-size: 0.8rem; } }
    .grid-page-body table tr:nth-of-type(2n) td {
      background-color: #f5f5f5; }
  @media (max-width: 599px) {
    .grid-page-body .grid-key-info .grid-block {
      margin-left: 0;
      margin-right: 0; } }
  .grid-page-body .grid-key-info .grid-block-content p {
    margin-bottom: 0.5rem; }
  .grid-page-body .grid-key-info .grid-block-content a {
    color: #003c71; }
  .grid-page-body .grid-key-info .grid-block-content ul.downloads li {
    padding: 0;
    padding-right: 20px; }
    .grid-page-body .grid-key-info .grid-block-content ul.downloads li:before {
      display: none; }
    .grid-page-body .grid-key-info .grid-block-content ul.downloads li a:before {
      display: none; }
    .grid-page-body .grid-key-info .grid-block-content ul.downloads li a:after {
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #003c71;
      content: '';
      height: 20px;
      padding-left: 10px;
      margin-bottom: -2px;
      display: inline-block;
      width: 12px; }
  .grid-page-body .grid-key-info .grid-block-header {
    font-size: 1rem;
    display: flex; }
    .grid-page-body .grid-key-info .grid-block-header h3 {
      margin: 0;
      font-size: 1.2rem; }
  .grid-page-body .grid-key-info .grid-block-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5; }
  @media (min-width: 900px) {
    .grid-page-body .grid-key-info .grid-block-content {
      width: auto; } }

.grid-breadcrumbs {
  margin-bottom: 10px;
  display: none; }
  @media (min-width: 600px) {
    .grid-breadcrumbs {
      display: block; } }
  .grid-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .grid-breadcrumbs ul li {
      display: inline-block; }
  .grid-breadcrumbs a {
    font-size: 14px;
    color: #000; }
    .grid-breadcrumbs a:after {
      color: #000;
      content: '>';
      padding-left: 5px; }
    .grid-breadcrumbs a:hover {
      color: #003c71; }
      .grid-breadcrumbs a:hover:after {
        color: #003c71; }

.grid-interested {
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding-bottom: 30px; }
  .grid-interested .bgdots:before {
    background-position: center left;
    bottom: 0;
    right: -15px;
    top: 0;
    width: calc(41.666667% + 30px);
    transform: scale(1); }
  .grid-interested .section-heading {
    padding-top: 60px; }
  .grid-interested .grid-block-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  @media (min-width: 900px) {
    .grid-interested .grid-block {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; } }
  @media (max-width: 599px) {
    .grid-interested .grid-block {
      margin-left: 0;
      margin-right: 0; } }
  .grid-interested .grid-block-inner {
    display: flex; }
    @media (max-width: 599px) {
      .grid-interested .grid-block-inner {
        flex-direction: column-reverse; } }
    @media (min-width: 600px) {
      .grid-interested .grid-block-inner {
        height: auto; } }
    .grid-interested .grid-block-inner .grid-block-image {
      position: relative; }
    .grid-interested .grid-block-inner .grid-block-content {
      font-size: 1rem; }
    .grid-interested .grid-block-inner h3 {
      margin-bottom: 15px;
      font-size: 1.2rem; }
      .grid-interested .grid-block-inner h3 i {
        font-size: 1.2rem; }
    .grid-interested .grid-block-inner:hover h3 {
      text-decoration: underline; }
  @media (min-width: 900px) {
    .grid-interested .section-heading {
      padding-top: 120px; }
    .grid-interested .grid-block-inner {
      flex-direction: column;
      height: 100%; }
    .grid-interested .grid-block-image {
      order: 2; } }

.grid-sidebar {
  font-size: 1rem;
  margin-top: 45px;
  position: relative; }
  @media (max-width: 599px) {
    .grid-sidebar {
      margin-top: 0; } }
  .grid-sidebar .expand-trigger {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #007acc;
    color: #fff;
    padding: 15px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding-right: 60px;
    margin-bottom: 30px;
    width: 400px; }
    @media (min-width: 900px) {
      .grid-sidebar .expand-trigger {
        display: none; } }
    @media (max-width: 599px) {
      .grid-sidebar .expand-trigger {
        margin-left: -15px;
        display: block;
        width: calc(100% + 30px); } }
    .grid-sidebar .expand-trigger:after {
      font-family: 'Heriot-Watt icons' !important;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      speak: none;
      line-height: 1;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '';
      font-size: 1rem;
      line-height: 18px;
      position: absolute;
      right: 15px;
      top: 19px; }
    .grid-sidebar .expand-trigger.expanded:after {
      content: ''; }
    @media (max-width: 899px) {
      .grid-sidebar .expand-trigger.expanded ~ ul {
        display: block; } }
  .grid-sidebar h2 {
    margin-bottom: 25px; }
    @media (max-width: 899px) {
      .grid-sidebar h2 {
        display: none; } }
  .grid-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-family: "Helvetica Neue", Arial, sans-serif; }
    .grid-sidebar ul li {
      margin-bottom: 0.5rem; }
      .grid-sidebar ul li a {
        color: #000;
        display: block; }
        .grid-sidebar ul li a:hover {
          color: #003c71; }
    @media (max-width: 899px) {
      .grid-sidebar ul {
        display: none;
        position: absolute;
        top: 3.4rem;
        background: #f0f0f0;
        width: 400px;
        z-index: 200;
        box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.75); }
        .grid-sidebar ul li {
          padding: 7.5px 15px;
          margin-bottom: 0;
          font-size: 1rem;
          border-top: 1px solid white;
          z-index: 200; } }
  @media (max-width: 899px) and (max-width: 599px) {
    .grid-sidebar ul {
      width: 100%;
      top: 3.1rem;
      margin-left: -15px; }
      .grid-sidebar ul li {
        padding: 10px 15px; } }

.grid-twitter {
  background: #007bff;
  padding: 60px 30px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 599px) {
    .grid-twitter {
      padding: 30px;
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 599px) {
    .grid-twitter .col-sm-6 {
      width: 100%;
      text-align: center !important; } }
  .grid-twitter p {
    color: white; }
  .grid-twitter a {
    color: #003c71; }
  .grid-twitter.grid-twitter-purple {
    background: #5F259F; }
    .grid-twitter.grid-twitter-purple a {
      color: #5F259F;
      border: 2px solid transparent; }
      .grid-twitter.grid-twitter-purple a:focus, .grid-twitter.grid-twitter-purple a:hover {
        background: #5F259F;
        border: 2px solid white;
        color: white; }

.grid-cards {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 30px; }
  .grid-cards .grid-block-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    @media (min-width: 480px) {
      .grid-cards .grid-block-container {
        padding: 0 7.5px; } }
    @media (min-width: 600px) {
      .grid-cards .grid-block-container {
        padding: 0; } }
  @media (max-width: 599px) {
    .grid-cards .grid-block {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 600px) {
    .grid-cards .grid-block {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 15px; } }
  @media (min-width: 900px) {
    .grid-cards .grid-block {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
      padding: 0 15px; } }
  .grid-cards .grid-block-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    /*@media (max-width: $screen-xs-max) {
			flex-direction: column-reverse;
		}*/
    transition: box-shadow 0.14s; }
    @media (min-width: 600px) {
      .grid-cards .grid-block-inner {
        height: auto; } }
    .grid-cards .grid-block-inner:hover:after, .grid-cards .grid-block-inner:focus:after {
      content: '';
      border: 3px solid #007acc;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .grid-cards .grid-block-inner:before {
      display: none; }
    .grid-cards .grid-block-inner .grid-block-image {
      position: relative;
      padding-bottom: 60%; }
    .grid-cards .grid-block-inner .grid-block-content {
      font-size: 0.9rem; }
    .grid-cards .grid-block-inner h3 {
      margin-bottom: 5px;
      font-size: 1.1rem;
      text-transform: uppercase; }
      .grid-cards .grid-block-inner h3 i {
        font-size: 1.1rem;
        vertical-align: bottom; }
    .grid-cards .grid-block-inner .tags {
      display: block;
      font-size: 0.8rem;
      margin-bottom: 15px; }
  @media (min-width: 900px) {
    .grid-cards .grid-block-inner {
      flex-direction: column;
      height: 100%; } }
  .grid-cards .btn-grid {
    background: #003c71;
    color: white;
    min-width: auto;
    padding: 5px 30px;
    border: 2px solid transparent; }
    .grid-cards .btn-grid:focus, .grid-cards .btn-grid:hover {
      background: transparent;
      border-color: #003c71;
      color: #003c71; }
  .grid-cards.grid-section--grey {
    background: #e8e6e6; }

.grid-cards--stats .section-heading {
  padding-top: 30px; }
  .grid-cards--stats .section-heading > div:first-child {
    padding-top: 15px; }

.grid-cards--stats .stat {
  display: block; }
  .grid-cards--stats .stat .stat-number {
    color: #003c71;
    font-size: 36px;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 121px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/heriot-watt-v2/includes/images/GRID/hw-stat-shape-grey.svg); }
  .grid-cards--stats .stat .stat-text {
    color: #003c71;
    font-size: 0.9rem; }
  .grid-cards--stats .stat .stat-source {
    font-size: 0.8rem; }
  @media (min-width: 600px) {
    .grid-cards--stats .stat {
      display: flex;
      align-items: center; }
      .grid-cards--stats .stat .stat-number {
        margin-right: 30px;
        margin-bottom: 10px; } }
  @media (min-width: 900px) {
    .grid-cards--stats .stat {
      display: block; }
      .grid-cards--stats .stat .stat-number {
        margin-right: 0; } }

.grid-cards--stats.grid-section--grey .stat .stat-number {
  background-image: url(/heriot-watt-v2/includes/images/GRID/hw-stat-shape-white.svg); }

.grid-cards--stats .tags:after {
  content: '';
  display: block;
  width: 20px;
  height: 5px;
  border-bottom: 2px solid #FFB500; }

.grid-cards--stats .grid-block-inner h3 i {
  transition: all 0.3s; }

.grid-cards--stats .grid-block-inner:focus h3 i, .grid-cards--stats .grid-block-inner:hover h3 i {
  margin-left: 10px; }

@media (max-width: 599px) {
  .grid-cards--latestnews .grid-block {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 80%;
    max-width: 80%; } }

@media (min-width: 480px) {
  .grid-cards--latestnews .grid-block {
    flex: 0 0 42%;
    max-width: 42%; } }

@media (min-width: 600px) {
  .grid-cards--latestnews .grid-block {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 900px) {
  .grid-cards--latestnews .grid-block {
    flex: 0 0 25%;
    max-width: 25%; } }

.grid-cards--latestnews .grid-block-inner h3 {
  text-transform: initial;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 15px; }
  .grid-cards--latestnews .grid-block-inner h3 i {
    font-size: 1rem;
    transition: all 0.3s; }

.grid-cards--latestnews .grid-block-inner:focus h3 i, .grid-cards--latestnews .grid-block-inner:hover h3 i {
  margin-left: 10px; }

.grid-cards--latestnews .btn-grid {
  padding: 5px 15px; }

@media (max-width: 599px) {
  .grid-cards--latestnews .grid-block-container {
    overflow: scroll;
    flex-wrap: nowrap;
    padding: 0 7.5px; }
    .grid-cards--latestnews .grid-block-container .grid-block {
      padding: 0 7.5px; }
  .grid-cards--latestnews .grid-actions {
    margin-top: 15px; } }

@media (min-width: 600px) and (max-width: 899px) {
  .grid-cards--latestnews .section-heading {
    float: left;
    width: 33.33333%;
    padding: 0; }
    .grid-cards--latestnews .section-heading > div {
      padding-right: 0; }
  .grid-cards--latestnews .grid-block-container {
    float: right;
    width: 66.66666%;
    margin-right: -7.5px; }
    .grid-cards--latestnews .grid-block-container .grid-block {
      padding: 0 7.5px;
      margin-bottom: 15px; }
  .grid-cards--latestnews .grid-actions {
    float: left;
    width: 33.33333%; }
    .grid-cards--latestnews .grid-actions > div {
      padding-right: 0; }
    .grid-cards--latestnews .grid-actions .btn-grid {
      font-size: 0.7rem;
      width: 100%;
      text-align: center; } }

@media (max-width: 599px) {
  .grid-cards--ideas .grid-block {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 480px) {
  .grid-cards--ideas .grid-block {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 900px) {
  .grid-cards--ideas .grid-block {
    flex: 0 0 25%;
    max-width: 25%; } }

.grid-cards--ideas .grid-block.grid-block-grey .grid-block-inner h3:after {
  border-color: #000; }

.grid-cards--ideas .grid-block-inner h3 {
  text-transform: initial;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 15px; }
  .grid-cards--ideas .grid-block-inner h3 i {
    font-size: 1rem;
    opacity: 0;
    margin-left: -10px;
    transition: all 0.3s; }
  .grid-cards--ideas .grid-block-inner h3:after {
    display: block;
    content: '';
    width: 50%;
    height: 8px;
    border-bottom: 2px solid white;
    transition: all 0.3s;
    opacity: 1; }

.grid-cards--ideas .grid-block-inner:focus h3 i, .grid-cards--ideas .grid-block-inner:hover h3 i {
  opacity: 1;
  margin-left: 5px; }

.grid-cards--ideas .grid-block-inner:focus h3:after, .grid-cards--ideas .grid-block-inner:hover h3:after {
  opacity: 0; }

.grid-cards--ideas .grid-block-inner:focus:after, .grid-cards--ideas .grid-block-inner:hover:after {
  display: none !important; }

@media (min-width: 600px) {
  .grid-cards--cta-listing .grid-block {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 900px) {
  .grid-cards--cta-listing .grid-block {
    flex: 0 0 50%;
    max-width: 50%; } }

.grid-cards--cta-listing .grid-block-inner {
  flex-direction: row; }
  @media (max-width: 599px) {
    .grid-cards--cta-listing .grid-block-inner {
      flex-direction: column; } }
  .grid-cards--cta-listing .grid-block-inner .tags {
    margin-bottom: 0; }
  .grid-cards--cta-listing .grid-block-inner h3 {
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: initial; }
    .grid-cards--cta-listing .grid-block-inner h3:after {
      content: '';
      display: block;
      width: 20px;
      height: 15px;
      border-bottom: 2px solid #FFB500; }
    .grid-cards--cta-listing .grid-block-inner h3 i {
      transition: margin 0.3s; }
  .grid-cards--cta-listing .grid-block-inner .grid-block-image {
    order: 2;
    padding-bottom: 0; }
    @media (max-width: 599px) {
      .grid-cards--cta-listing .grid-block-inner .grid-block-image {
        order: 0;
        height: 200px; } }
  .grid-cards--cta-listing .grid-block-inner .grid-block-content {
    width: 100%; }
  .grid-cards--cta-listing .grid-block-inner:hover h3 i, .grid-cards--cta-listing .grid-block-inner:focus h3 i {
    margin-left: 10px; }

.grid-cards--cta {
  padding: 0; }
  .grid-cards--cta .grid-block-container {
    padding: 0; }
  .grid-cards--cta .grid-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
    display: flex;
    position: relative; }
    @media (min-width: 600px) {
      .grid-cards--cta .grid-block {
        flex-direction: row; } }
    .grid-cards--cta .grid-block.cta-image-right .grid-block-image {
      order: 2; }
      @media (max-width: 599px) {
        .grid-cards--cta .grid-block.cta-image-right .grid-block-image {
          order: 0; } }
  .grid-cards--cta .grid-block-image {
    padding-bottom: 0;
    flex-grow: 1;
    width: auto;
    position: relative; }
    @media (max-width: 599px) {
      .grid-cards--cta .grid-block-image {
        height: 200px; } }
  @media (max-width: 599px) {
    .grid-cards--cta .grid-block-inner {
      height: auto; } }
  .grid-cards--cta .grid-block-inner .tags {
    margin-bottom: 0; }
  .grid-cards--cta .grid-block-inner h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: initial;
    font-size: 1.5rem; }
  .grid-cards--cta .grid-block-inner i {
    transition: margin 0.3s;
    font-size: 1.3rem;
    margin-left: -4px; }
  .grid-cards--cta .grid-block-inner .grid-block-content {
    width: 100%;
    padding: 30px; }
    @media (min-width: 600px) {
      .grid-cards--cta .grid-block-inner .grid-block-content {
        padding-top: 90px;
        padding-bottom: 45px;
        width: 300px; } }
  .grid-cards--cta .grid-block-inner:hover i, .grid-cards--cta .grid-block-inner:focus i {
    margin-left: 6px; }

.grid-cards--qa {
  padding: 0; }
  .grid-cards--qa .grid-block-container {
    padding: 0; }
  .grid-cards--qa .grid-block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    flex-direction: column;
    display: flex;
    position: relative; }
    @media (min-width: 900px) {
      .grid-cards--qa .grid-block {
        flex-direction: row; } }
    .grid-cards--qa .grid-block .grid-block-image {
      order: 0; }
      @media (min-width: 900px) {
        .grid-cards--qa .grid-block .grid-block-image {
          order: 2; } }
  .grid-cards--qa .grid-block-image {
    position: relative;
    padding-bottom: 250px; }
    @media (min-width: 900px) {
      .grid-cards--qa .grid-block-image {
        padding-bottom: 0;
        width: 50%; } }
  @media (min-width: 900px) {
    .grid-cards--qa .grid-block-inner {
      width: 50%; } }
  @media (max-width: 599px) {
    .grid-cards--qa .grid-block-inner {
      height: auto; } }
  .grid-cards--qa .grid-block-inner h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: initial;
    font-size: 1.5rem; }
    .grid-cards--qa .grid-block-inner h3:after {
      content: '';
      display: block;
      width: 20px;
      height: 15px;
      border-bottom: 2px solid #FFB500; }
    @media (min-width: 900px) {
      .grid-cards--qa .grid-block-inner h3 {
        margin-left: 45px; } }
  .grid-cards--qa .grid-block-inner .question {
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px; }
    .grid-cards--qa .grid-block-inner .question:before {
      content: 'Q';
      font-size: 2rem;
      color: #007acc;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 4px; }
      @media (min-width: 600px) {
        .grid-cards--qa .grid-block-inner .question:before {
          margin-top: -8px; } }
  .grid-cards--qa .grid-block-inner .answer {
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px; }
    .grid-cards--qa .grid-block-inner .answer:before {
      content: 'A';
      font-size: 2rem;
      color: #007acc;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 4px; }
      @media (min-width: 600px) {
        .grid-cards--qa .grid-block-inner .answer:before {
          margin-top: -8px; } }
  .grid-cards--qa .grid-block-inner .grid-block-content {
    width: 100%; }
    @media (min-width: 900px) {
      .grid-cards--qa .grid-block-inner .grid-block-content {
        padding: 60px; } }

.grid-split-cta {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .grid-split-cta .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  .grid-split-cta .row > div {
    padding: 30px 30px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 900px) {
      .grid-split-cta .row > div {
        padding: 30px 90px; } }
  .grid-split-cta .grid-background--dark-blue {
    background: #003c71;
    color: white; }
    .grid-split-cta .grid-background--dark-blue .btn {
      color: #003c71;
      background: white;
      border: 2px solid transparent; }
      .grid-split-cta .grid-background--dark-blue .btn:focus, .grid-split-cta .grid-background--dark-blue .btn:hover {
        color: white;
        background: transparent;
        border: 2px solid white; }
  .grid-split-cta .grid-background--grey {
    background: #f0f0f0;
    color: #003c71; }
    .grid-split-cta .grid-background--grey .btn {
      color: white;
      background: #003c71;
      border: 2px solid transparent; }
      .grid-split-cta .grid-background--grey .btn:focus, .grid-split-cta .grid-background--grey .btn:hover {
        color: #003c71;
        background: transparent;
        border: 2px solid #003c71; }
  .grid-split-cta .btn {
    width: auto; }

.grid-content-panel--image-right, .grid-content-panel--image-left {
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 30px 0; }
  .grid-content-panel--image-right .grid-block-container, .grid-content-panel--image-left .grid-block-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
  .grid-content-panel--image-right .col, .grid-content-panel--image-left .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px; }
    @media (max-width: 599px) {
      .grid-content-panel--image-right .col, .grid-content-panel--image-left .col {
        margin-left: 0;
        margin-right: 0; } }
    @media (min-width: 600px) {
      .grid-content-panel--image-right .col:first-child, .grid-content-panel--image-left .col:first-child {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
      .grid-content-panel--image-right .col:last-child, .grid-content-panel--image-left .col:last-child {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media (min-width: 900px) {
      .grid-content-panel--image-right .col:first-child, .grid-content-panel--image-right .col:last-child, .grid-content-panel--image-left .col:first-child, .grid-content-panel--image-left .col:last-child {
        flex: 0 0 50%;
        max-width: 50%; } }
  .grid-content-panel--image-right .grid-block-image, .grid-content-panel--image-left .grid-block-image {
    position: relative;
    padding: 0; }
    @media (max-width: 599px) {
      .grid-content-panel--image-right .grid-block-image, .grid-content-panel--image-left .grid-block-image {
        margin-bottom: 30px; } }
  .grid-content-panel--image-right .grid-page-body, .grid-content-panel--image-left .grid-page-body {
    margin: 0;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 900px) {
      .grid-content-panel--image-right .grid-page-body, .grid-content-panel--image-left .grid-page-body {
        margin: 0 30px; } }
    .grid-content-panel--image-right .grid-page-body p:last-child, .grid-content-panel--image-left .grid-page-body p:last-child {
      margin-bottom: 0; }

@media (min-width: 900px) {
  .grid-content-panel--image-right .col:first-child {
    order: 2; }
  .grid-content-panel--image-right .col:last-child {
    order: 1; } }

.grid-content-panel--text-links {
  background: #003c71;
  padding: 30px 15px;
  color: white; }
  @media (max-width: 599px) {
    .grid-content-panel--text-links {
      margin: -15px; } }
  @media (min-width: 600px) {
    .grid-content-panel--text-links {
      padding: 60px 30px; } }
  .grid-content-panel--text-links .grid-page-body {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .grid-content-panel--text-links ul {
    list-style: none;
    padding: 0; }
    .grid-content-panel--text-links ul li {
      border-bottom: 1px solid #FFB500;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .grid-content-panel--text-links ul li:last-child {
        padding: 0;
        border: none; }
      .grid-content-panel--text-links ul li p:last-child {
        margin-bottom: 0; }
    .grid-content-panel--text-links ul .grid-block-content {
      width: 100%;
      padding: 0;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .grid-content-panel--text-links ul .grid-block-inner {
      height: auto; }
      .grid-content-panel--text-links ul .grid-block-inner:before {
        display: none; }
      .grid-content-panel--text-links ul .grid-block-inner h3 {
        text-transform: initial;
        margin-bottom: 15px; }
        .grid-content-panel--text-links ul .grid-block-inner h3 i {
          font-size: 1rem;
          opacity: 0;
          margin-left: -10px;
          transition: all 0.3s; }
        .grid-content-panel--text-links ul .grid-block-inner h3:after {
          display: block;
          content: '';
          width: 30%;
          height: 8px;
          border-bottom: 2px solid white;
          transition: all 0.3s;
          opacity: 1; }
      .grid-content-panel--text-links ul .grid-block-inner:focus h3 i, .grid-content-panel--text-links ul .grid-block-inner:hover h3 i {
        opacity: 1;
        margin-left: 5px; }
      .grid-content-panel--text-links ul .grid-block-inner:focus h3:after, .grid-content-panel--text-links ul .grid-block-inner:hover h3:after {
        opacity: 0; }
      .grid-content-panel--text-links ul .grid-block-inner:focus:after, .grid-content-panel--text-links ul .grid-block-inner:hover:after {
        display: none !important; }

.grid-content-panel--social {
  background: #003c71;
  padding: 30px 15px;
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 599px) {
    .grid-content-panel--social {
      margin: -15px; } }
  @media (min-width: 600px) {
    .grid-content-panel--social {
      padding: 60px 30px; } }
  .grid-content-panel--social .hashtag {
    text-align: center; }
    .grid-content-panel--social .hashtag:after {
      content: '';
      display: inline-block;
      width: 20px;
      height: 5px;
      border-bottom: 2px solid #FFB500; }
    @media (min-width: 900px) {
      .grid-content-panel--social .hashtag {
        text-align: left;
        border-left: 2px solid #FFB500;
        padding-left: 15px; }
        .grid-content-panel--social .hashtag:after {
          display: none; } }
    .grid-content-panel--social .hashtag div {
      text-transform: uppercase; }
  .grid-content-panel--social .social-links {
    text-align: center;
    margin-top: 20px; }
    @media (min-width: 900px) {
      .grid-content-panel--social .social-links {
        text-align: right;
        margin-top: 5px; } }
  .grid-content-panel--social a {
    margin: 0 10px; }
    .grid-content-panel--social a:first-child {
      margin-left: 0; }
    .grid-content-panel--social a:last-child {
      margin-right: 0; }
    .grid-content-panel--social a:focus svg path, .grid-content-panel--social a:hover svg path {
      fill: #FFB500; }

.grid-content-panel--section-header {
  padding-top: 30px; }
  .grid-content-panel--section-header .grid-page-body {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1rem;
    line-height: 1.6rem; }
  .grid-content-panel--section-header h3 {
    color: #003c71;
    margin-bottom: 15px; }
    .grid-content-panel--section-header h3:after {
      content: '';
      display: block;
      width: 20px;
      height: 15px;
      border-bottom: 2px solid #FFB500; }

.grid-content-panel--article-content {
  padding-top: 30px; }
  .grid-content-panel--article-content .grid-page-body {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6rem; }
    .grid-content-panel--article-content .grid-page-body blockquote {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0;
      padding: 0;
      padding-bottom: 30px; }
      .grid-content-panel--article-content .grid-page-body blockquote:before, .grid-content-panel--article-content .grid-page-body blockquote:after {
        display: none; }
      .grid-content-panel--article-content .grid-page-body blockquote p {
        display: inline; }
        .grid-content-panel--article-content .grid-page-body blockquote p:before {
          content: '“';
          display: inline;
          padding-right: 3px; }
        .grid-content-panel--article-content .grid-page-body blockquote p:after {
          padding-left: 3px; }
      .grid-content-panel--article-content .grid-page-body blockquote footer {
        text-transform: uppercase;
        color: #5F259F;
        font-size: 0.7rem; }

.grid-content-panel--caption-image .caption {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8rem;
  margin-bottom: 30px; }
  .grid-content-panel--caption-image .caption:before {
    content: '';
    display: block;
    width: 20px;
    height: 15px;
    border-top: 2px solid #003c71; }

@media (max-width: 899px) {
  .grid-content-panel--caption-image .row-outer,
  .grid-content-panel--caption-image .caption-image {
    padding: 0; } }

.grid-content-panel--caption-image .grid-block-image {
  position: relative;
  padding: 0;
  margin-bottom: 30px; }

.grid-video-panel {
  padding: 30px 15px; }
  @media (min-width: 600px) {
    .grid-video-panel {
      padding: 60px 30px; } }
  .grid-video-panel .grid-page-body {
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .grid-video-panel .section-heading {
    text-align: center;
    padding-top: 0; }
    .grid-video-panel .section-heading h2 {
      margin-bottom: 30px;
      color: #003c71; }
    .grid-video-panel .section-heading p:last-child {
      margin-bottom: 0; }
    .grid-video-panel .section-heading .sub-heading {
      font-size: 0.8rem;
      text-transform: uppercase;
      color: #5F259F;
      display: inline-block; }
  .grid-video-panel .embed-responsive {
    border: 7.5px solid #007acc; }
  .grid-video-panel .accordion-group {
    margin: 30px 0; }
  .grid-video-panel .accordion {
    background: none;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .grid-video-panel .accordion .accordion-header {
      padding: 0;
      margin: 15px 0; }
      .grid-video-panel .accordion .accordion-header:focus, .grid-video-panel .accordion .accordion-header:hover {
        color: #003c71;
        text-decoration: underline; }
      .grid-video-panel .accordion .accordion-header:after {
        display: none; }
    .grid-video-panel .accordion h5 {
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      font-weight: normal; }
      .grid-video-panel .accordion h5:after {
        font-family: 'Heriot-Watt icons' !important;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        speak: none;
        line-height: 1;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '';
        padding-left: 10px; }
    .grid-video-panel .accordion.expanded h5:after {
      content: ''; }
    .grid-video-panel .accordion .accordion-content {
      border-top: none;
      font-size: 0.8rem;
      padding: 0;
      margin: 0; }

.grid--research {
  background-color: #fff; }

.wm-header .wm-header__inner {
  background-position: center;
  background-size: cover;
  height: 160px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: flex;
  align-items: center; }
  @media (min-width: 600px) {
    .wm-header .wm-header__inner {
      margin-left: -30px;
      margin-right: -30px; } }
  .wm-header .wm-header__inner .logo {
    width: 150px; }
  .wm-header .wm-header__inner .spacer {
    display: block;
    height: 1px;
    border-top: 2px solid white;
    position: relative;
    margin-top: -2px;
    margin-right: 10px;
    margin-left: 5px;
    flex-grow: 1; }
  .wm-header .wm-header__inner .wm-header__content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .wm-header .wm-header__inner .wm-header__content h1 {
      margin-bottom: 5px; }
    @media (min-width: 1220px) {
      .wm-header .wm-header__inner .wm-header__content {
        justify-content: space-between; }
        .wm-header .wm-header__inner .wm-header__content h1 {
          width: 250px;
          margin-right: 50px;
          margin-top: 50px; } }
  @media (max-width: 599px) {
    .wm-header .wm-header__inner .logo {
      width: 100px; }
    .wm-header .wm-header__inner h1 {
      width: 120px; } }
  @media (min-width: 600px) {
    .wm-header .wm-header__inner {
      height: 276px; } }
  @media (min-width: 900px) {
    .wm-header .wm-header__inner {
      height: 360px; } }
  @media (min-width: 1220px) {
    .wm-header .wm-header__inner {
      height: 425px; } }

.wm-article-header .wm-header__inner {
  background-position: center;
  background-size: cover;
  min-height: 200px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 600px) {
    .wm-article-header .wm-header__inner {
      margin-left: -30px;
      margin-right: -30px; } }
  .wm-article-header .wm-header__inner .row {
    width: 100%;
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: center; }
  .wm-article-header .wm-header__inner .meta {
    width: 100%;
    display: flex;
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 15px; }
    .wm-article-header .wm-header__inner .meta .col {
      display: flex;
      justify-content: space-between; }
      @media (min-width: 900px) {
        .wm-article-header .wm-header__inner .meta .col {
          justify-content: flex-start; }
          .wm-article-header .wm-header__inner .meta .col .date {
            margin-right: 60px; } }
  .wm-article-header .wm-header__inner .wm-header__content {
    color: white;
    margin-top: 90px;
    padding-bottom: 30px;
    text-align: center; }
    .wm-article-header .wm-header__inner .wm-header__content h1 {
      margin-bottom: 5px;
      font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
      font-style: normal;
      font-weight: bold;
      letter-spacing: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media (min-width: 900px) {
      .wm-article-header .wm-header__inner .wm-header__content {
        text-align: left; } }
  .wm-article-header .wm-header__inner .breadcrumbs a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8rem; }
    .wm-article-header .wm-header__inner .breadcrumbs a:after {
      content: '>';
      display: inline-block;
      margin-left: 5px; }
  @media (min-width: 600px) {
    .wm-article-header .wm-header__inner {
      min-height: 276px; } }
  @media (min-width: 900px) {
    .wm-article-header .wm-header__inner {
      min-height: 360px; } }
  @media (min-width: 1220px) {
    .wm-article-header .wm-header__inner {
      min-height: 425px; } }

.wm-mixed-content {
  padding: 30px 0;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f0f0f0;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 600px) {
    .wm-mixed-content {
      margin-left: -30px;
      margin-right: -30px;
      padding-left: 30px;
      padding-right: 30px; } }
  .wm-mixed-content .row {
    margin: 0; }
  .wm-mixed-content .content-header {
    margin-bottom: 30px; }
    .wm-mixed-content .content-header h2 {
      text-transform: uppercase;
      color: #5F259F;
      font-size: 1rem; }

.wm-card-columns {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 0;
       column-gap: 0;
  orphans: 1;
  widows: 1; }
  @media (min-width: 600px) {
    .wm-card-columns {
      -moz-column-count: 2;
           column-count: 2;
      -moz-column-gap: 15px;
           column-gap: 15px; } }
  @media (min-width: 900px) {
    .wm-card-columns {
      -moz-column-count: 3;
           column-count: 3;
      -moz-column-gap: 30px;
           column-gap: 30px; } }
  .wm-card-columns .grid-block {
    position: relative;
    flex-direction: column;
    word-wrap: break-word;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    background: white; }
    @media (min-width: 900px) {
      .wm-card-columns .grid-block {
        margin-bottom: 30px; } }
    .wm-card-columns .grid-block .grid-block-inner {
      display: flex;
      flex-direction: column;
      height: 100%;
      position: relative;
      /*@media (max-width: $screen-xs-max) {
				flex-direction: column-reverse;
			}*/
      transition: box-shadow 0.14s; }
      @media (min-width: 600px) {
        .wm-card-columns .grid-block .grid-block-inner {
          height: auto; } }
      .wm-card-columns .grid-block .grid-block-inner:before {
        display: none; }
      .wm-card-columns .grid-block .grid-block-inner .grid-block-image {
        position: relative;
        padding-bottom: 0; }
        .wm-card-columns .grid-block .grid-block-inner .grid-block-image img {
          margin: auto; }
      .wm-card-columns .grid-block .grid-block-inner .grid-block-content {
        font-size: 0.9rem;
        padding: 20px; }
        .wm-card-columns .grid-block .grid-block-inner .grid-block-content p {
          margin-bottom: 0; }
      .wm-card-columns .grid-block .grid-block-inner h3 {
        margin-top: 0;
        font-size: 1.1rem;
        margin-bottom: 15px; }
        .wm-card-columns .grid-block .grid-block-inner h3 i {
          font-size: 1.1rem;
          vertical-align: bottom; }
        .wm-card-columns .grid-block .grid-block-inner h3 .tag {
          font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
          font-style: normal;
          font-weight: normal;
          letter-spacing: 0;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .wm-card-columns .grid-block .grid-block-inner h3:after {
          content: '';
          display: block;
          width: 20px;
          height: 15px;
          border-bottom: 2px solid #FFB500; }
      .wm-card-columns .grid-block .grid-block-inner .date {
        margin-top: 0; }
    .wm-card-columns .grid-block a.grid-block-inner:hover:after, .wm-card-columns .grid-block a.grid-block-inner:focus:after {
      content: '';
      border: 3px solid #007acc;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .wm-card-columns .grid-block.grid-block-tweet h3 {
      font-size: 1rem; }
    .wm-card-columns .grid-block.grid-block-tweet .grid-block-content {
      font-size: 0.8rem; }
    .wm-card-columns .grid-block.grid-block-tweet .grid-block-image {
      padding-bottom: 60%; }
    .wm-card-columns .grid-block.grid-block-quote {
      text-align: center; }
      .wm-card-columns .grid-block.grid-block-quote .grid-block-content {
        padding: 45px; }
        .wm-card-columns .grid-block.grid-block-quote .grid-block-content:after {
          content: '';
          display: block;
          position: absolute;
          top: 10px;
          right: 10px;
          left: 10px;
          bottom: 10px;
          border: 1px solid #FFB500; }
      .wm-card-columns .grid-block.grid-block-quote blockquote {
        font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.4rem;
        padding: 15px;
        color: #000;
        margin: 0; }
        .wm-card-columns .grid-block.grid-block-quote blockquote:before {
          content: '“';
          display: inline-block; }
        .wm-card-columns .grid-block.grid-block-quote blockquote:after {
          content: '”';
          display: inline-block; }
      .wm-card-columns .grid-block.grid-block-quote .info:before {
        content: '';
        display: block;
        width: 20px;
        height: 15px;
        border-top: 2px solid #FFB500;
        margin: auto; }
    .wm-card-columns .grid-block.grid-block-video .grid-block-inner:hover:after, .wm-card-columns .grid-block.grid-block-video .grid-block-inner:focus:after {
      content: '';
      border: 3px solid #007acc;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .wm-card-columns .grid-block.grid-block-video .grid-block-inner:hover .embed-responsive, .wm-card-columns .grid-block.grid-block-video .grid-block-inner:focus .embed-responsive {
      border: 3px solid #007acc;
      border-bottom: none; }
    .wm-card-columns .grid-block.grid-block-video .embed-responsive {
      z-index: 2; }

.wm-explore-more {
  background-color: #5F259F;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 0;
  position: relative; }
  .wm-explore-more:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(/heriot-watt-v2/includes/images/WATT-MATTERS/side-logo.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 105%; }
    @media (min-width: 900px) {
      .wm-explore-more:before {
        background-image: url(/heriot-watt-v2/includes/images/WATT-MATTERS/logo.png);
        background-size: 110%;
        background-position: center; } }
    @media (min-width: 1220px) {
      .wm-explore-more:before {
        background-size: 105%; } }
  @media (max-width: 599px) {
    .wm-explore-more .row {
      margin: 0; } }
  @media (min-width: 600px) {
    .wm-explore-more {
      margin-left: -30px;
      margin-right: -30px;
      padding: 60px;
      padding-left: 30px;
      padding-right: 30px; } }
  .wm-explore-more .tag {
    text-transform: uppercase;
    color: #FFB500;
    font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.8rem; }
  .wm-explore-more p {
    font-size: 0.9rem; }
  .wm-explore-more .btn {
    background: white;
    color: #5F259F;
    width: 100%;
    padding: 7.5px;
    font-size: 0.8rem; }
    .wm-explore-more .btn:focus, .wm-explore-more .btn:hover {
      background: #FFB500; }
  .wm-explore-more .btn-more {
    background: #FFB500;
    margin: 0; }
    .wm-explore-more .btn-more:focus, .wm-explore-more .btn-more:hover {
      background: white; }
  .wm-explore-more .links {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 30px; }
    .wm-explore-more .links .col-xs-12 {
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-bottom: 15px; }

.display-text {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase; }
  .display-text__container {
    margin: 0;
    padding: 0; }
    .display-text__container--lt-blue--dk-blue {
      color: #002C53 !important; }
      .display-text__container--lt-blue--dk-blue .display-text--bg {
        background-color: #007ACC !important; }
    .display-text__container--dk-blue--lt-blue {
      color: #007ACC !important; }
      .display-text__container--dk-blue--lt-blue .display-text--bg {
        background-color: #002C53 !important; }
    .display-text__container--dk-blue--white {
      color: white !important; }
      .display-text__container--dk-blue--white .display-text--bg {
        background-color: #002C53 !important; }
    .display-text__container--dk-blue--yellow {
      color: #FFB500 !important; }
      .display-text__container--dk-blue--yellow .display-text--bg {
        background-color: #002C53 !important; }
    .display-text__container--yellow--dk-blue {
      color: #002C53 !important; }
      .display-text__container--yellow--dk-blue .display-text--bg {
        background-color: #FFB500 !important; }
  .display-text--bg {
    display: inline-block;
    line-height: 0;
    padding: .4em .05em .475em 0; }
  .apply .display-text--adjust-left {
    margin-left: -1.35em;
    padding-top: 16em; }
  .scholarships .display-text--adjust-left {
    margin-left: -1.9em;
    padding-top: 30em; }
  .learn-more .display-text--adjust-left {
    left: 25px;
    position: relative; }
  .student-support .display-text--adjust-left {
    margin-left: -2.2em;
    padding-top: 30em; }
  .display-text--line {
    display: block;
    line-height: 0 !important; }
    .banner-search .display-text--line {
      font-size: 2em; }
    .banner-search .display-text--line--sm {
      font-size: 90%; }
    .apply .display-text--line--sm {
      font-size: 60%; }
    .scholarships .display-text--line--sm {
      font-size: 110%; }
    .learn-more .display-text--line--sm {
      font-size: 90%; }
    .banner-search .display-text--line--md {
      font-size: 150%; }
    .apply .display-text--line--md {
      font-size: 130%; }
    .learn-more .display-text--line--md {
      font-size: 170%; }
    .student-support .display-text--line--md {
      font-size: 220%; }
    .banner-search .display-text--line--lg {
      font-size: 260%; }
    .apply .display-text--line--lg {
      font-size: 210%; }
    .scholarships .display-text--line--lg {
      font-size: 210%; }
    .learn-more .display-text--line--lg {
      font-size: 220%; }
    .student-support .display-text--line--lg {
      font-size: 260%; }

@media (max-width: 991.98px) {
  .banner-search .display-text .display-text--line--sm {
    font-size: 120%; }
  .banner-search .display-text .display-text--line--md {
    font-size: 190%; }
  .banner-search .display-text .display-text--line--lg {
    font-size: 300%; }
  .scholarships .display-text .display-text--line--sm {
    font-size: 90%; }
  .scholarships .display-text .display-text--line--lg {
    font-size: 125%; }
  .apply .display-text .display-text--line--sm {
    margin-left: -0.25em; }
  .apply .display-text .display-text--line--md {
    font-size: 100%;
    margin-left: -0.09em; }
  .apply .display-text .display-text--line--lg {
    font-size: 120%; }
  .student-support .display-text .display-text--line--md {
    font-size: 150%; }
  .student-support .display-text .display-text--line--lg {
    font-size: 180%; }
  .apply .display-text--adjust-left {
    margin-left: -1.1em;
    padding-top: 10em; }
  .scholarships .display-text--adjust-left {
    padding-top: 15em; }
  .student-support .display-text--adjust-left {
    padding-top: 12em; } }

@media only screen and (max-width: 900px) {
  .apply .display-text--adjust-left {
    margin-left: 0; }
  .scholarships .display-text--adjust-left {
    margin-left: 0; }
  .student-support .display-text--adjust-left {
    margin-left: 0; } }

.padded-left--1 {
  padding-left: 1px; }

.padded-right--1 {
  padding-right: 0.1em; }

.padded-top--1 {
  padding-top: 0.1em; }

.padded-bottom--1 {
  padding-bottom: 0.1em; }

.padded-left--2 {
  padding-left: 2px; }

.padded-right--2 {
  padding-right: 0.2em; }

.padded-top--2 {
  padding-top: 0.2em; }

.padded-bottom--2 {
  padding-bottom: 0.2em; }

.padded-left--3 {
  padding-left: 3px; }

.padded-right--3 {
  padding-right: 0.3em; }

.padded-top--3 {
  padding-top: 0.3em; }

.padded-bottom--3 {
  padding-bottom: 0.3em; }

.padded-left--4 {
  padding-left: 4px; }

.padded-right--4 {
  padding-right: 0.4em; }

.padded-top--4 {
  padding-top: 0.4em; }

.padded-bottom--4 {
  padding-bottom: 0.4em; }

.padded-left--5 {
  padding-left: 5px; }

.padded-right--5 {
  padding-right: 0.5em; }

.padded-top--5 {
  padding-top: 0.5em; }

.padded-bottom--5 {
  padding-bottom: 0.5em; }

.padded-left--6 {
  padding-left: 6px; }

.padded-right--6 {
  padding-right: 0.6em; }

.padded-top--6 {
  padding-top: 0.6em; }

.padded-bottom--6 {
  padding-bottom: 0.6em; }

.padded-left--7 {
  padding-left: 7px; }

.padded-right--7 {
  padding-right: 0.7em; }

.padded-top--7 {
  padding-top: 0.7em; }

.padded-bottom--7 {
  padding-bottom: 0.7em; }

.padded-left--8 {
  padding-left: 8px; }

.padded-right--8 {
  padding-right: 0.8em; }

.padded-top--8 {
  padding-top: 0.8em; }

.padded-bottom--8 {
  padding-bottom: 0.8em; }

.padded-left--9 {
  padding-left: 9px; }

.padded-right--9 {
  padding-right: 0.9em; }

.padded-top--9 {
  padding-top: 0.9em; }

.padded-bottom--9 {
  padding-bottom: 0.9em; }

.padded-left--10 {
  padding-left: 10px; }

.padded-right--10 {
  padding-right: 0.10em; }

.padded-top--10 {
  padding-top: 0.10em; }

.padded-bottom--10 {
  padding-bottom: 0.10em; }

.padded-left--11 {
  padding-left: 11px; }

.padded-right--11 {
  padding-right: 0.11em; }

.padded-top--11 {
  padding-top: 0.11em; }

.padded-bottom--11 {
  padding-bottom: 0.11em; }

.padded-left--12 {
  padding-left: 12px; }

.padded-right--12 {
  padding-right: 0.12em; }

.padded-top--12 {
  padding-top: 0.12em; }

.padded-bottom--12 {
  padding-bottom: 0.12em; }

.padded-left--13 {
  padding-left: 13px; }

.padded-right--13 {
  padding-right: 0.13em; }

.padded-top--13 {
  padding-top: 0.13em; }

.padded-bottom--13 {
  padding-bottom: 0.13em; }

.padded-left--14 {
  padding-left: 14px; }

.padded-right--14 {
  padding-right: 0.14em; }

.padded-top--14 {
  padding-top: 0.14em; }

.padded-bottom--14 {
  padding-bottom: 0.14em; }

.padded-left--15 {
  padding-left: 15px; }

.padded-right--15 {
  padding-right: 0.15em; }

.padded-top--15 {
  padding-top: 0.15em; }

.padded-bottom--15 {
  padding-bottom: 0.15em; }

.padded-left--16 {
  padding-left: 16px; }

.padded-right--16 {
  padding-right: 0.16em; }

.padded-top--16 {
  padding-top: 0.16em; }

.padded-bottom--16 {
  padding-bottom: 0.16em; }

.padded-left--17 {
  padding-left: 17px; }

.padded-right--17 {
  padding-right: 0.17em; }

.padded-top--17 {
  padding-top: 0.17em; }

.padded-bottom--17 {
  padding-bottom: 0.17em; }

.padded-left--18 {
  padding-left: 18px; }

.padded-right--18 {
  padding-right: 0.18em; }

.padded-top--18 {
  padding-top: 0.18em; }

.padded-bottom--18 {
  padding-bottom: 0.18em; }

.padded-left--19 {
  padding-left: 19px; }

.padded-right--19 {
  padding-right: 0.19em; }

.padded-top--19 {
  padding-top: 0.19em; }

.padded-bottom--19 {
  padding-bottom: 0.19em; }

.padded-left--20 {
  padding-left: 20px; }

.padded-right--20 {
  padding-right: 0.20em; }

.padded-top--20 {
  padding-top: 0.20em; }

.padded-bottom--20 {
  padding-bottom: 0.20em; }

.padded-left--21 {
  padding-left: 21px; }

.padded-right--21 {
  padding-right: 0.21em; }

.padded-top--21 {
  padding-top: 0.21em; }

.padded-bottom--21 {
  padding-bottom: 0.21em; }

.padded-left--22 {
  padding-left: 22px; }

.padded-right--22 {
  padding-right: 0.22em; }

.padded-top--22 {
  padding-top: 0.22em; }

.padded-bottom--22 {
  padding-bottom: 0.22em; }

.padded-left--23 {
  padding-left: 23px; }

.padded-right--23 {
  padding-right: 0.23em; }

.padded-top--23 {
  padding-top: 0.23em; }

.padded-bottom--23 {
  padding-bottom: 0.23em; }

.padded-left--24 {
  padding-left: 24px; }

.padded-right--24 {
  padding-right: 0.24em; }

.padded-top--24 {
  padding-top: 0.24em; }

.padded-bottom--24 {
  padding-bottom: 0.24em; }

.padded-left--25 {
  padding-left: 25px; }

.padded-right--25 {
  padding-right: 0.25em; }

.padded-top--25 {
  padding-top: 0.25em; }

.padded-bottom--25 {
  padding-bottom: 0.25em; }

.padded-left--26 {
  padding-left: 26px; }

.padded-right--26 {
  padding-right: 0.26em; }

.padded-top--26 {
  padding-top: 0.26em; }

.padded-bottom--26 {
  padding-bottom: 0.26em; }

.padded-left--27 {
  padding-left: 27px; }

.padded-right--27 {
  padding-right: 0.27em; }

.padded-top--27 {
  padding-top: 0.27em; }

.padded-bottom--27 {
  padding-bottom: 0.27em; }

.padded-left--28 {
  padding-left: 28px; }

.padded-right--28 {
  padding-right: 0.28em; }

.padded-top--28 {
  padding-top: 0.28em; }

.padded-bottom--28 {
  padding-bottom: 0.28em; }

.padded-left--29 {
  padding-left: 29px; }

.padded-right--29 {
  padding-right: 0.29em; }

.padded-top--29 {
  padding-top: 0.29em; }

.padded-bottom--29 {
  padding-bottom: 0.29em; }

.padded-left--30 {
  padding-left: 30px; }

.padded-right--30 {
  padding-right: 0.30em; }

.padded-top--30 {
  padding-top: 0.30em; }

.padded-bottom--30 {
  padding-bottom: 0.30em; }

.padded-left--31 {
  padding-left: 31px; }

.padded-right--31 {
  padding-right: 0.31em; }

.padded-top--31 {
  padding-top: 0.31em; }

.padded-bottom--31 {
  padding-bottom: 0.31em; }

.padded-left--32 {
  padding-left: 32px; }

.padded-right--32 {
  padding-right: 0.32em; }

.padded-top--32 {
  padding-top: 0.32em; }

.padded-bottom--32 {
  padding-bottom: 0.32em; }

.padded-left--33 {
  padding-left: 33px; }

.padded-right--33 {
  padding-right: 0.33em; }

.padded-top--33 {
  padding-top: 0.33em; }

.padded-bottom--33 {
  padding-bottom: 0.33em; }

.padded-left--34 {
  padding-left: 34px; }

.padded-right--34 {
  padding-right: 0.34em; }

.padded-top--34 {
  padding-top: 0.34em; }

.padded-bottom--34 {
  padding-bottom: 0.34em; }

.padded-left--35 {
  padding-left: 35px; }

.padded-right--35 {
  padding-right: 0.35em; }

.padded-top--35 {
  padding-top: 0.35em; }

.padded-bottom--35 {
  padding-bottom: 0.35em; }

.padded-left--36 {
  padding-left: 36px; }

.padded-right--36 {
  padding-right: 0.36em; }

.padded-top--36 {
  padding-top: 0.36em; }

.padded-bottom--36 {
  padding-bottom: 0.36em; }

.padded-left--37 {
  padding-left: 37px; }

.padded-right--37 {
  padding-right: 0.37em; }

.padded-top--37 {
  padding-top: 0.37em; }

.padded-bottom--37 {
  padding-bottom: 0.37em; }

.padded-left--38 {
  padding-left: 38px; }

.padded-right--38 {
  padding-right: 0.38em; }

.padded-top--38 {
  padding-top: 0.38em; }

.padded-bottom--38 {
  padding-bottom: 0.38em; }

.padded-left--39 {
  padding-left: 39px; }

.padded-right--39 {
  padding-right: 0.39em; }

.padded-top--39 {
  padding-top: 0.39em; }

.padded-bottom--39 {
  padding-bottom: 0.39em; }

.padded-left--40 {
  padding-left: 40px; }

.padded-right--40 {
  padding-right: 0.40em; }

.padded-top--40 {
  padding-top: 0.40em; }

.padded-bottom--40 {
  padding-bottom: 0.40em; }

.padded-left--41 {
  padding-left: 41px; }

.padded-right--41 {
  padding-right: 0.41em; }

.padded-top--41 {
  padding-top: 0.41em; }

.padded-bottom--41 {
  padding-bottom: 0.41em; }

.padded-left--42 {
  padding-left: 42px; }

.padded-right--42 {
  padding-right: 0.42em; }

.padded-top--42 {
  padding-top: 0.42em; }

.padded-bottom--42 {
  padding-bottom: 0.42em; }

.padded-left--43 {
  padding-left: 43px; }

.padded-right--43 {
  padding-right: 0.43em; }

.padded-top--43 {
  padding-top: 0.43em; }

.padded-bottom--43 {
  padding-bottom: 0.43em; }

.padded-left--44 {
  padding-left: 44px; }

.padded-right--44 {
  padding-right: 0.44em; }

.padded-top--44 {
  padding-top: 0.44em; }

.padded-bottom--44 {
  padding-bottom: 0.44em; }

.padded-left--45 {
  padding-left: 45px; }

.padded-right--45 {
  padding-right: 0.45em; }

.padded-top--45 {
  padding-top: 0.45em; }

.padded-bottom--45 {
  padding-bottom: 0.45em; }

.padded-left--46 {
  padding-left: 46px; }

.padded-right--46 {
  padding-right: 0.46em; }

.padded-top--46 {
  padding-top: 0.46em; }

.padded-bottom--46 {
  padding-bottom: 0.46em; }

.padded-left--47 {
  padding-left: 47px; }

.padded-right--47 {
  padding-right: 0.47em; }

.padded-top--47 {
  padding-top: 0.47em; }

.padded-bottom--47 {
  padding-bottom: 0.47em; }

.padded-left--48 {
  padding-left: 48px; }

.padded-right--48 {
  padding-right: 0.48em; }

.padded-top--48 {
  padding-top: 0.48em; }

.padded-bottom--48 {
  padding-bottom: 0.48em; }

.padded-left--49 {
  padding-left: 49px; }

.padded-right--49 {
  padding-right: 0.49em; }

.padded-top--49 {
  padding-top: 0.49em; }

.padded-bottom--49 {
  padding-bottom: 0.49em; }

.padded-left--50 {
  padding-left: 50px; }

.padded-right--50 {
  padding-right: 0.50em; }

.padded-top--50 {
  padding-top: 0.50em; }

.padded-bottom--50 {
  padding-bottom: 0.50em; }

.padded-left--51 {
  padding-left: 51px; }

.padded-right--51 {
  padding-right: 0.51em; }

.padded-top--51 {
  padding-top: 0.51em; }

.padded-bottom--51 {
  padding-bottom: 0.51em; }

.padded-left--52 {
  padding-left: 52px; }

.padded-right--52 {
  padding-right: 0.52em; }

.padded-top--52 {
  padding-top: 0.52em; }

.padded-bottom--52 {
  padding-bottom: 0.52em; }

.padded-left--53 {
  padding-left: 53px; }

.padded-right--53 {
  padding-right: 0.53em; }

.padded-top--53 {
  padding-top: 0.53em; }

.padded-bottom--53 {
  padding-bottom: 0.53em; }

.padded-left--54 {
  padding-left: 54px; }

.padded-right--54 {
  padding-right: 0.54em; }

.padded-top--54 {
  padding-top: 0.54em; }

.padded-bottom--54 {
  padding-bottom: 0.54em; }

.padded-left--55 {
  padding-left: 55px; }

.padded-right--55 {
  padding-right: 0.55em; }

.padded-top--55 {
  padding-top: 0.55em; }

.padded-bottom--55 {
  padding-bottom: 0.55em; }

.padded-left--56 {
  padding-left: 56px; }

.padded-right--56 {
  padding-right: 0.56em; }

.padded-top--56 {
  padding-top: 0.56em; }

.padded-bottom--56 {
  padding-bottom: 0.56em; }

.padded-left--57 {
  padding-left: 57px; }

.padded-right--57 {
  padding-right: 0.57em; }

.padded-top--57 {
  padding-top: 0.57em; }

.padded-bottom--57 {
  padding-bottom: 0.57em; }

.padded-left--58 {
  padding-left: 58px; }

.padded-right--58 {
  padding-right: 0.58em; }

.padded-top--58 {
  padding-top: 0.58em; }

.padded-bottom--58 {
  padding-bottom: 0.58em; }

.padded-left--59 {
  padding-left: 59px; }

.padded-right--59 {
  padding-right: 0.59em; }

.padded-top--59 {
  padding-top: 0.59em; }

.padded-bottom--59 {
  padding-bottom: 0.59em; }

.padded-left--60 {
  padding-left: 60px; }

.padded-right--60 {
  padding-right: 0.60em; }

.padded-top--60 {
  padding-top: 0.60em; }

.padded-bottom--60 {
  padding-bottom: 0.60em; }

.padded-left--61 {
  padding-left: 61px; }

.padded-right--61 {
  padding-right: 0.61em; }

.padded-top--61 {
  padding-top: 0.61em; }

.padded-bottom--61 {
  padding-bottom: 0.61em; }

.padded-left--62 {
  padding-left: 62px; }

.padded-right--62 {
  padding-right: 0.62em; }

.padded-top--62 {
  padding-top: 0.62em; }

.padded-bottom--62 {
  padding-bottom: 0.62em; }

.padded-left--63 {
  padding-left: 63px; }

.padded-right--63 {
  padding-right: 0.63em; }

.padded-top--63 {
  padding-top: 0.63em; }

.padded-bottom--63 {
  padding-bottom: 0.63em; }

.padded-left--64 {
  padding-left: 64px; }

.padded-right--64 {
  padding-right: 0.64em; }

.padded-top--64 {
  padding-top: 0.64em; }

.padded-bottom--64 {
  padding-bottom: 0.64em; }

.padded-left--65 {
  padding-left: 65px; }

.padded-right--65 {
  padding-right: 0.65em; }

.padded-top--65 {
  padding-top: 0.65em; }

.padded-bottom--65 {
  padding-bottom: 0.65em; }

.padded-left--66 {
  padding-left: 66px; }

.padded-right--66 {
  padding-right: 0.66em; }

.padded-top--66 {
  padding-top: 0.66em; }

.padded-bottom--66 {
  padding-bottom: 0.66em; }

.padded-left--67 {
  padding-left: 67px; }

.padded-right--67 {
  padding-right: 0.67em; }

.padded-top--67 {
  padding-top: 0.67em; }

.padded-bottom--67 {
  padding-bottom: 0.67em; }

.padded-left--68 {
  padding-left: 68px; }

.padded-right--68 {
  padding-right: 0.68em; }

.padded-top--68 {
  padding-top: 0.68em; }

.padded-bottom--68 {
  padding-bottom: 0.68em; }

.padded-left--69 {
  padding-left: 69px; }

.padded-right--69 {
  padding-right: 0.69em; }

.padded-top--69 {
  padding-top: 0.69em; }

.padded-bottom--69 {
  padding-bottom: 0.69em; }

.padded-left--70 {
  padding-left: 70px; }

.padded-right--70 {
  padding-right: 0.70em; }

.padded-top--70 {
  padding-top: 0.70em; }

.padded-bottom--70 {
  padding-bottom: 0.70em; }

.padded-left--71 {
  padding-left: 71px; }

.padded-right--71 {
  padding-right: 0.71em; }

.padded-top--71 {
  padding-top: 0.71em; }

.padded-bottom--71 {
  padding-bottom: 0.71em; }

.padded-left--72 {
  padding-left: 72px; }

.padded-right--72 {
  padding-right: 0.72em; }

.padded-top--72 {
  padding-top: 0.72em; }

.padded-bottom--72 {
  padding-bottom: 0.72em; }

.padded-left--73 {
  padding-left: 73px; }

.padded-right--73 {
  padding-right: 0.73em; }

.padded-top--73 {
  padding-top: 0.73em; }

.padded-bottom--73 {
  padding-bottom: 0.73em; }

.padded-left--74 {
  padding-left: 74px; }

.padded-right--74 {
  padding-right: 0.74em; }

.padded-top--74 {
  padding-top: 0.74em; }

.padded-bottom--74 {
  padding-bottom: 0.74em; }

.padded-left--75 {
  padding-left: 75px; }

.padded-right--75 {
  padding-right: 0.75em; }

.padded-top--75 {
  padding-top: 0.75em; }

.padded-bottom--75 {
  padding-bottom: 0.75em; }

.padded-left--76 {
  padding-left: 76px; }

.padded-right--76 {
  padding-right: 0.76em; }

.padded-top--76 {
  padding-top: 0.76em; }

.padded-bottom--76 {
  padding-bottom: 0.76em; }

.padded-left--77 {
  padding-left: 77px; }

.padded-right--77 {
  padding-right: 0.77em; }

.padded-top--77 {
  padding-top: 0.77em; }

.padded-bottom--77 {
  padding-bottom: 0.77em; }

.padded-left--78 {
  padding-left: 78px; }

.padded-right--78 {
  padding-right: 0.78em; }

.padded-top--78 {
  padding-top: 0.78em; }

.padded-bottom--78 {
  padding-bottom: 0.78em; }

.padded-left--79 {
  padding-left: 79px; }

.padded-right--79 {
  padding-right: 0.79em; }

.padded-top--79 {
  padding-top: 0.79em; }

.padded-bottom--79 {
  padding-bottom: 0.79em; }

.padded-left--80 {
  padding-left: 80px; }

.padded-right--80 {
  padding-right: 0.80em; }

.padded-top--80 {
  padding-top: 0.80em; }

.padded-bottom--80 {
  padding-bottom: 0.80em; }

.padded-left--81 {
  padding-left: 81px; }

.padded-right--81 {
  padding-right: 0.81em; }

.padded-top--81 {
  padding-top: 0.81em; }

.padded-bottom--81 {
  padding-bottom: 0.81em; }

.padded-left--82 {
  padding-left: 82px; }

.padded-right--82 {
  padding-right: 0.82em; }

.padded-top--82 {
  padding-top: 0.82em; }

.padded-bottom--82 {
  padding-bottom: 0.82em; }

.padded-left--83 {
  padding-left: 83px; }

.padded-right--83 {
  padding-right: 0.83em; }

.padded-top--83 {
  padding-top: 0.83em; }

.padded-bottom--83 {
  padding-bottom: 0.83em; }

.padded-left--84 {
  padding-left: 84px; }

.padded-right--84 {
  padding-right: 0.84em; }

.padded-top--84 {
  padding-top: 0.84em; }

.padded-bottom--84 {
  padding-bottom: 0.84em; }

.padded-left--85 {
  padding-left: 85px; }

.padded-right--85 {
  padding-right: 0.85em; }

.padded-top--85 {
  padding-top: 0.85em; }

.padded-bottom--85 {
  padding-bottom: 0.85em; }

.padded-left--86 {
  padding-left: 86px; }

.padded-right--86 {
  padding-right: 0.86em; }

.padded-top--86 {
  padding-top: 0.86em; }

.padded-bottom--86 {
  padding-bottom: 0.86em; }

.padded-left--87 {
  padding-left: 87px; }

.padded-right--87 {
  padding-right: 0.87em; }

.padded-top--87 {
  padding-top: 0.87em; }

.padded-bottom--87 {
  padding-bottom: 0.87em; }

.padded-left--88 {
  padding-left: 88px; }

.padded-right--88 {
  padding-right: 0.88em; }

.padded-top--88 {
  padding-top: 0.88em; }

.padded-bottom--88 {
  padding-bottom: 0.88em; }

.padded-left--89 {
  padding-left: 89px; }

.padded-right--89 {
  padding-right: 0.89em; }

.padded-top--89 {
  padding-top: 0.89em; }

.padded-bottom--89 {
  padding-bottom: 0.89em; }

.padded-left--90 {
  padding-left: 90px; }

.padded-right--90 {
  padding-right: 0.90em; }

.padded-top--90 {
  padding-top: 0.90em; }

.padded-bottom--90 {
  padding-bottom: 0.90em; }

.padded-left--91 {
  padding-left: 91px; }

.padded-right--91 {
  padding-right: 0.91em; }

.padded-top--91 {
  padding-top: 0.91em; }

.padded-bottom--91 {
  padding-bottom: 0.91em; }

.padded-left--92 {
  padding-left: 92px; }

.padded-right--92 {
  padding-right: 0.92em; }

.padded-top--92 {
  padding-top: 0.92em; }

.padded-bottom--92 {
  padding-bottom: 0.92em; }

.padded-left--93 {
  padding-left: 93px; }

.padded-right--93 {
  padding-right: 0.93em; }

.padded-top--93 {
  padding-top: 0.93em; }

.padded-bottom--93 {
  padding-bottom: 0.93em; }

.padded-left--94 {
  padding-left: 94px; }

.padded-right--94 {
  padding-right: 0.94em; }

.padded-top--94 {
  padding-top: 0.94em; }

.padded-bottom--94 {
  padding-bottom: 0.94em; }

.padded-left--95 {
  padding-left: 95px; }

.padded-right--95 {
  padding-right: 0.95em; }

.padded-top--95 {
  padding-top: 0.95em; }

.padded-bottom--95 {
  padding-bottom: 0.95em; }

.padded-left--96 {
  padding-left: 96px; }

.padded-right--96 {
  padding-right: 0.96em; }

.padded-top--96 {
  padding-top: 0.96em; }

.padded-bottom--96 {
  padding-bottom: 0.96em; }

.padded-left--97 {
  padding-left: 97px; }

.padded-right--97 {
  padding-right: 0.97em; }

.padded-top--97 {
  padding-top: 0.97em; }

.padded-bottom--97 {
  padding-bottom: 0.97em; }

.padded-left--98 {
  padding-left: 98px; }

.padded-right--98 {
  padding-right: 0.98em; }

.padded-top--98 {
  padding-top: 0.98em; }

.padded-bottom--98 {
  padding-bottom: 0.98em; }

.padded-left--99 {
  padding-left: 99px; }

.padded-right--99 {
  padding-right: 0.99em; }

.padded-top--99 {
  padding-top: 0.99em; }

.padded-bottom--99 {
  padding-bottom: 0.99em; }

.padded-left--100 {
  padding-left: 100px; }

.padded-right--100 {
  padding-right: 0.100em; }

.padded-top--100 {
  padding-top: 0.100em; }

.padded-bottom--100 {
  padding-bottom: 0.100em; }


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