

/* Header -------------------------------------------------------------------------------------------------------------------- */

header .brand img, header .brand object {
    max-height: 150px;
  	margin-left: -20px;
}

@media screen and (max-width: 767px) {
	header .brand img, header .brand object {
  		margin-left: 0px;
	}
}



/* Header - Language -------------------------------------------------------------------------------------------------------------------- */

#wb-lng {
    padding-top: 80px;
}

#wb-lng li:not(:first-child):before {
    content: "|";
    margin-right: 0.4em;
}

/* Header - Search -------------------------------------------------------------------------------------------------------------------- */

#wb-srch button, .srchbox button {
    background-color: #3e786e;
    border-bottom: #3e786e solid 1px;
}



/* Header - Main Menu -------------------------------------------------------------------------------------------------------------------- */

#wb-sm {
    background: #dddcd8;
}

#wb-sm .menu .active, #wb-sm .menu .selected, #wb-sm .menu .wb-navcurr {
    background: #f6f5f0!important;
    color: #414141!important;
}

#wb-sm .menu {
    text-shadow: none;
    width: auto;
	/*float: right;*/
	font-size: 14px;
}

#wb-sm .menu>li {
    border-left: none;
}

#wb-sm .menu>li:last-child {
    border-right: none;
}

#wb-sm .menu>li a {
    color: #414141;
    padding: .6em;
    font-weight: 700;
}

#wb-sm .menu>li a:focus, #wb-sm .menu>li a:hover {
    background: #f6f5f0!important;
    text-decoration: underline;
}

#wb-sm .sm.open {
    background: #f6f5f0;
    border-bottom: 5px solid #f6f5f0;
}

#wb-sm .sm.open li a:active, #wb-sm .sm.open li a:focus, #wb-sm .sm.open li a:hover, #wb-sm .sm.open li summary:active, #wb-sm .sm.open li summary:focus, #wb-sm .sm.open li summary:hover {
    background: #f6f5f0;
    color: #414141;
}

#wb-sm .sm.open li a, #wb-sm .sm.open li summary {
    font-weight: 400;
}


/* Header - Mobile Menu -------------------------------------------------------------------------------------------------------------------- */

#wb-glb-mn ul.chvrn {
    background: #dddcd8;
}

#mb-pnl .modal-header {
    background: #dddcd8;
    border-bottom: 1px solid #dddcd8;
    -webkit-box-shadow: 0 3px 3px -2px rgb(204 204 204 / 30%), 3px 3px 3px -2px rgb(204 204 204 / 30%), -3px 3px 3px -2px rgb(204 204 204 / 30%);
    box-shadow: 0 3px 3px -2px rgb(204 204 204 / 30%), 3px 3px 3px -2px rgb(204 204 204 / 30%), -3px 3px 3px -2px rgb(204 204 204 / 30%);
    color: #333;
}

#mb-pnl .modal-header:before {
    border-bottom: 1.45em solid #dddcd8;
    border-top: 1.45em solid #dddcd8;
}

.overlay-def .mfp-close {
    color: #3e786e;
}

#mb-pnl {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAABCAQAAADnCUy4AAAAGklEQVR42mP8/59hFIyCUTAKRsEoGAVDHAAAn+QCALTynpYAAAAASUVORK5CYII=);

}

#mb-pnl .modal-body {
    background: #fff;
}

#mb-pnl .sm-pnl {
    background: #dddcd8;
}

#mb-pnl .modal-body summary {
    color: #333;
}

#mb-pnl .info-pnl {
    background: #fff;
    border-top: 2px solid #DBDBDB;
    color: #333!important;
}

#mb-pnl .modal-body summary:focus, #mb-pnl .modal-body summary:hover {
    color: #333;
}

#mb-pnl .modal-footer {
    background: #fff;
}

.modal-footer {
    border-top: 1px solid #DBDBDB;
}

#wb-glb-mn ul.chvrn li a {
    color: #414141;
    }

#mb-pnl .modal-body a {
    color: #414141;
    }

/* Header - Breadcrumb -------------------------------------------------------------------------------------------------------------------- */

/*#wb-bc {
	border-bottom: 1px solid #DBDBDB;
}*/

#wb-bc ol {
  	display: inline-table;
  	overflow: hidden;
  	padding: 0px 0px;
  	font-size: .875em;
	border-top: 1px solid #fff;
}

#wb-bc li {
  	background: #dddcd8;
  	color: #333;
  	outline: none;
  	padding: 0.75em 0.75em 0.75em 1.25em;
  	position: relative;
  	text-decoration: none;
  	transition: background 0.2s linear;
  	overflow: initial;
	border-bottom: 1px solid #dddcd8;
}

#wb-bc li:after,
#wb-bc li:before {
  	background: #dddcd8;
  	bottom: 0;
  	clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  	content: "";
  	left: 100%;
  	position: absolute;
  	top: 0;
  	transition: background 0.2s linear;
  	width: 1em;
  	z-index: 1;
}

#wb-bc li:before {
  	background: #fff;
  	margin-left: 1px;
  	font-size: initial;
}

#wb-bc li:last-child {
  	border-right: none;
	background: #fff;
    border-bottom-right-radius: 1em;
}

#wb-bc li:first-child {
	border-left: 1px solid #dddcd8;
    border-bottom-left-radius: 1em;
	
}

#wb-bc li:first-child:before {
	display: initial;
  	background: #fff;
  	margin-left: 1px;
  	font-size: initial;
}

/* Footer -------------------------------------------------------------------------------------------------------------------- */

#wb-info .landscape {
    background: #fff;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

#wb-info nav {
    padding-bottom: 1em;
    padding-top: 1em;
    position: relative;
}

#wb-info .landscape a {
    color: #3e786e;
}

/* Footer Social Icons - Main Site Only

#wb-info nav .social li  {
    display: inline;
	margin-right: 10px;
}

#wb-info nav .social li a {
	display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

#wb-info nav .social li a::before {
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands"; 
	font-size: 3em;
	color: #EEAB00;
    float: left;
    margin: 0 10px 0 0;
    text-indent: 0;
}

#wb-info .social li a[href*="facebook"]::before {
    content: "\f082";
}

#wb-info .social li a[href*="twitter"]::before { 
	content: "\f081";
}

#wb-info .social li a[href*="instagram"]::before {
	content: "\e055";
}

#wb-info .social li a[href*="youtube"]::before {
	content: "\f431";
}

#wb-info .social li a[href*="linkedin"]::before {
	content: "\f08c";
}

*/

/* Overright the .mrgn-tp-md {  margin: 5px; } property coming from the Overlay.css but only applies to the footer. */
#wb-info .mrgn-tp-md {
    margin: 15px 0px 0px 0px !important
}

/* Footer - Bottom Links -------------------------------------------------------------------------------------------------------------------- */

#wb-info .brand {
    background: #fff;
}

#wb-info .tofpg {
    line-height: 60px;
}

.gcwu-col-head {
    display: none;
}

/* Content -------------------------------------------------------------------------------------------------------------------- */

main {
    font-size: 16px;
}

.container-breakout {
	position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  	padding-bottom: 50px;
  	margin-bottom: 1em;
}

a {
    color: #3e786e;
}

a:focus, a:hover {
    color: #3e786e;
    text-decoration: none;
}

h1 {
    border-bottom: none;
}

h1:after, h2:after {
  	content: "";
    display: block;
    height: 3px;
    margin-top: 7px;
    width: 70px;
}

h1:after {
    background: #faae4c none repeat scroll 0 0; 
}

h2:after {
    background: #529F92 none repeat scroll 0 0;
}

.text-center h1:after, .text-center h2:after, .text-center h3:after, .text-center h4:after, .text-center h5:after, .text-center h6:after {
	background: none;
}

/* Content - Coloured Panels -------------------------------------------------------------------------------------------------------------------- */

/*
.panel {
    margin-bottom: 23px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 1em;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 0px solid transparent;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5 {
    color: #333;
    margin-top: 10px;
}

.panel-heading h1 a, .panel-heading h2 a, .panel-heading h3 a, .panel-heading h4 a, .panel-heading h5 a {
    color: #333!important;
}
*/

.panel-default {
    border-color: #ddd;
}

.panel-body {
    padding: 0px 15px 15px 15px;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.panel-edublue {
    border-color: #2CA0C8;
    background-color: #2CA0C8;
}

.panel-eduyellow {
    border-color: #FAAF4C;
    background-color: #FAAF4C;
}

.panel-eduorange {
    border-color: #DB763F;
    background-color: #DB763F;
}

.panel-edulight {
    border-color: #dddcd8;
    background-color: #dddcd8;
}

.panel-body .h3, .panel-body h3 {
    font-size: 1.2em;
}

h1.panel-title :after, h2.panel-title:after {
	height: 0px;
    margin-top: 0px;

}

/* Content - Background Colours -------------------------------------------------------------------------------------------------------------------- */

.bg-edublue {
    background-color: #2CA0C8;
}

.bg-eduyellow {
    background-color: #FAAF4C;
}

.bg-eduorange {
    background-color: #DB763F;
}

.bg-edulight {
    background-color: #dddcd8;
}

.bg-edugreen {
    background-color: #529F92;
}

/* Content - Featured Section -------------------------------------------------------------------------------------------------------------------- */

@media (min-width: 992px) {
.featured .row-start {
	margin-left: 4.1666666667000000%;
}

.featured .row-end {
	margin-right: 4.1666666667000000%;
}
}

.featured .well {
    background-color: #333;
    border: 0px solid #333;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  	color: #fff;
    width: 89.9%;
}

.featured .small, small {
    font-size: 80%;
    line-height: 1.5em;
}

/* Content - Blog Section -------------------------------------------------------------------------------------------------------------------- */

.blog a {
	color: #000 !important;
}

/* Search ------------------------------------------------------------------------------------------------------------------------------------ */


.gsc-input input{
	background: none !important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}

#wb-srch button, .srchbox button {
    background-color: #666666;
    border-bottom: #666666 solid 1px;
}

.gsc-search-button-v2 {
    padding: 5px 27px !important;
    margin-top: 0px !important;
}

.gsst_a .gscb_a {
    color: #666666;
}

.gssb_a img {
	display: none !important;
}

#mb-pnl .srch-pnl form button {
    background-color: #666666;
    border-color: #666666;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#mb-pnl .srch-pnl form button:active, #mb-pnl .srch-pnl form button:focus, #mb-pnl .srch-pnl form button:hover {
    background: #333333;
}

@media screen and (max-width: 767px) {
  .gsc-search-button-v2 {
      padding: 8px 17px !important;
  }
} 

/* Multimedia Player */

main .wb-mltmd {
    font-size: 16px !important;
}

main .wb-mltmd .btn {
    padding: 6px 12px;
}