
span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
header img {
    margin: 1em 0;
}
#top-menu-nav {float: right; margin: 1.5em 1em;}

.gnb-example {padding-bottom: 3.75em;}
.gnb-example:last-of-type {border-bottom: 0;}

.accordion {margin-bottom: 1.5em;}
.breadcrumb {margin-top: 0; padding-top: 0;}

.toolbar {}

.colour-set {margin-bottom: 3rem;}
.colour-card {margin-bottom: 1.5em; padding: 0; box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.25); border-radius: .25rem;}
.colour-block {padding: 2em 2em; border-radius: .25rem .25rem 0 0}
.colour-value {padding: 1em;}

/* Modal demo helpers */

.modal-display-box {display: flex; justify-content: center; background: #000 url(../img/province-house.jpg); background-size: cover; width: 100%; min-height: 10em; overflow: hidden; z-index: 1; position: relative; padding: 5rem 3rem;}
.modal-display-box::after {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
	opacity: .5;
	z-index: 2;
}

.modal-demo .col {border: 1px solid #CBDFF7; border-width: 0px 1px; background-color: #DAE8F9;}
.modal-demo .color-block {background-color: #ACCBF2; min-height: 2rem; width: 100%;}



.modal-demo {
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
  }
  
  .modal-dialog {
	background-color: transparent;
	position: relative;
	width: auto;
	margin: 1.5rem auto;
	pointer-events: none;
  }
  
  
  .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: #000;
	pointer-events: auto;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #dddddd;
	border-radius: 0.25rem;
	outline: 0;
	margin: 1rem;
  }
    
  .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem;
	border-bottom: 1px solid #dddddd;
	background-color: transparent;
  }
  
  .modal-header .btn-close {
	background-color: #ffffff;
	border: none;
	color: #000;
	font-size: 1.875rem;
	padding: 0.375rem 0.75rem;
	margin: -0.5rem -0.75rem -0.5rem auto;
  }
  
  .modal-title {
	font-weight: bold;
	font-size: 1.25rem;
	margin: 0;
  }
  
  .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1.5rem;
  }
  
  .modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	border-top: 1px solid #dddddd;
	background-color: transparent;
	padding: 1rem;
	gap: 1rem;
  }
  
  .modal-footer button, .modal-footer a {
	width: fit-content;
  }
  
  @media (max-width: 576px) {
	.modal-footer button, .modal-footer a {
	  width: 100%;
	}
  }
  
  @media (min-width: 576px) {
	.modal {
	  --bs-modal-margin: 1.75rem;
	  --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}
	.modal-dialog {
	  max-width: var(--bs-modal-width);
	  margin-right: auto;
	  margin-left: auto;
	}
	.modal-sm {
	  --bs-modal-width: 300px;
	}
	.modal-md {
	  --bs-modal-width: 640px;
	}
  }
  
  @media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
	  --bs-modal-width: 800px;
	}
  }
  
  @media (min-width: 1200px) {
	.modal-xl {
	  --bs-modal-width: 1140px;
	}
  }

  /* Iconography helpers */

  .gnb-info, 
  .gnb-success,
  .gnb-warning,
  .gnb-critical {font-size: 1.5em;}

  /* Put a proper margin after code samples */
  pre.line-numbers {
	margin-bottom: 3rem;
  }

  /* Prism js helpers */

  .copy-to-clipboard-button {margin: .5rem .75rem;}