/* metaheader */

@viewport {
	width: 600px;
	zoom: 1;
	}

@font-face {
  font-family: 'MontSerrat';
  src: url('/fonts/Montserrat-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'MontSerrat-Light';
  src: url('/fonts/Montserrat-Light.otf') format('truetype');
}
@font-face {
  font-family: 'MontSerrat-HairLine';
  src: url('/fonts/Montserrat-Hairline.otf') format('truetype');
}

body {
	position: relative;
}
/* This style is applied to the metaheader but not the mennu */
#metaheader {
	width: 100%;
	background-color: white;
	margin: auto;

    margin-bottom: 2em;
    font-size: 16px !important;
    position: relative;
}

#metaheader p,#metaheader ul,#metaheader ol {
	font-family: 'MontSerrat-light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #696969;
	line-height: 1.2em;
}

/* The bottom-shadows on the corners */

.corner-shadow {
  position: relative;
}
.corner-shadow:before, .corner-shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom:79px;
    left: 10px;
    width: 50%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 64px 33px 18px #777;
    transform: rotate(-3deg);
}
.corner-shadow:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.corner-shadow.narrow:after {
	right: 56px;
}
.corner-shadow.narrow:before {
	left: 56px;
}
.homepage #metacontent.corner-shadow:before, .homepage #metacontent.corner-shadow:after {
	display: none;
}


#metaheader p, #metaheader ul, #metaheader ol, #metaheader td, #metaheader li {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 16px !important;
}



#metaheader a {
	text-decoration: none;	
	color: black;
	background-color: transparent;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;

	font-size: 14px !important;
}

#metaheader a:hover {
	text-decoration: none;	
	color: rgb(220,236,247);
	background-color: transparent;
}

#metaheader-logo {
	width: 40%;
	display: inline-block;
	margin:0;
	padding:0;
}

#metaheader-logo img {
	width: 100%;
	border-style: none;
}

/* The menu in the top-right */

#metaheader-menu {
	width: 50%;
	display: inline-block;
	margin:0;
	padding:0;
}

#metaheader-menu ul {
	text-decoration: none;
    list-style: none;
    padding-left: 0;
    display: table;
    float: right;
}

#metaheader-menu li {
	display: table-cell;
	padding: 2px 20px 10px;
	*float: left;
}

#metaheader-menu a {

	font-weight: bold;
}

#metaheader-usermenu {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom: 5px solid rgb(220,236,247);
	border-left: 1px solid rgb(240,250,250);
	border-right: 0px;
	border-top: 0px;

	display: block;
	border-style: solid;
}

#metaheader-carousel {
	/*width: 751px;*/
	width: 100%;
	position: relative;
	display: inline-block;
	overflow: auto;

	clear: both;
}

#metaheader-carousel img{
	width: 100%;
	position: relative;
}

#metaheader-carousel .bg-full{
	display: none;
}

#covid-note .close-x:hover {

    background: #52a1d9;
    color: white !important;
    cursor: pointer;

}

#covid-note {
	display: none;
}
.homepage #covid-note {
  display: block;
}

/*
.homepage #metaheader-carousel .bg-full{
	display: block;
}
.homepage #metaheader-carousel .bg-short {
	display: none;
}*/


/* This style is for the menu boxes in the metaheader */

/* The Entire Navigation pane */

#metaheader-nav {
	/*height: 134px;*/
	padding-top: 30px;
}
#metaheader-nav .metaheader-nav-inner {

	width: 751px;
	max-width: 100%;
	margin: auto;
	position: relative;
}

/* The headers */

#metaheader-nav h1 {
	
	font-family: "MontSerrat-HairLine";
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	font-style: normal;

	color: white;

	margin-top: 0;
	margin-bottom: 0;

    letter-spacing: 0.2em;
    
    padding: 1em 0;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* The Blue and The Orange box */

.metaheader-nav-menu {
	display: inline-block;
	z-index: 200;
	

}




.metaheader-nav-menu .metaheader-table {
	position: relative;
	font-size: 12pt;
}

.metaheader-nav-menu .metaheader-table:after {
	display: table;
	content: ' ';
	clear: both;
}

/* The blue one */
#labour-market-intelligence {
	left: 0;
	width: 26em;
}

#labour-market-intelligence h1{

	background-color: rgb(82,161,217);
	background-color: #52A1D9; // If gradients are not supported by browser

	background:         linear-gradient(  #9CBCAE, #52A1D9, #52A1D9 );
	background-image:      -o-linear-gradient( -45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image:    -moz-linear-gradient( -45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image: -webkit-linear-gradient( -45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image:     -ms-linear-gradient( -45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image:        -webkit-gradient( linear, left top, right bottom, color-stop(0, rgb(156,188,174)), color-stop(1,rgb(82,161,217);) );

}
#labour-market-intelligence .hovermenu {	
	width: 33%;
}
#labour-market-intelligence .metaheader-table li:hover {
	background-color: #52A1D9;
}
#labour-market-intelligence .metaheader-table li.header:hover {
	background-color: rgb(219,219,219);
}

/* The Orange one */

#resources {
	right: 0;
	width: 18em;
	float:right;
}
#resources h1{
	
	background-color: #e57e56; // If gradients are not supported by browser

	background:         linear-gradient(  #edba78, #e57e56, #e57e56 );
	background-image:      -o-linear-gradient( -45deg, #edba78, #e57e56, #e57e56 );
	background-image:    -moz-linear-gradient( -45deg, #edba78, #e57e56, #e57e56 );
	background-image: -webkit-linear-gradient( -45deg, #edba78, #e57e56, #e57e56 );
	background-image:     -ms-linear-gradient( -45deg, #edba78, #e57e56, #e57e56 );
	background-image:        -webkit-gradient( linear, left top, right bottom, color-stop(0, rgb(237,186,120)), color-stop(1, rgb(229,126,86);) );
}

#resources .hovermenu {
	width: 50%;
}
#resources .metaheader-table li:hover {
	background-color: #e57e56;
}
#resources .metaheader-table li.header:hover {
	background-color: rgb(219,219,219);
}


/* The Lists items */
.hovermenu {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.hovermenu > ul { /*when not hovered*/
	display: none;
	list-style: none;
	position: relative;
	float: left;
	width: 100%;

	padding-left: 0;
	margin: 0;
}
.hovermenu > .header {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

/*hover action*/

.hovermenu:hover > ul,
.hovermenu.clicked > ul {
    display: block;
    position: absolute;
    z-index: 200;
}
.hovermenu li,
.hovermenu > .header {
	background-color: rgb(219,219,219);
	color: black;
	
}

.hovermenu li a{
	text-decoration: none;
	z-index: 5;
}
.hovermenu li a:hover{
	color: white;
}
.hovermenu li div,
.hovermenu > .header {
	padding: 0.4em 0.6em;
	border: solid white 0.3em;

	text-align: center;
	font-weight: bold;
}
.hovermenu li a div {
padding: 0.8em 0.2em 0.8em;
}
.hovermenu:first-child .header{
	border-left: none
}
.hovermenu:last-child .header{
	border-right: none
}
.hovermenu > .header div {
	font-weight: normal;
	min-height: 3.1em;
  padding-top: 0.5em;
}


.hovermenu li.submenu {
    width: 435%;
    margin-left: -150%;
}

.submenu ul {
padding-left: 0;
padding-top: 0;
display: inline-block;
width: 25% !important;
vertical-align: top;
margin-right: -0.35em;
}
.submenu li {
    display: inline-block !important;
    vertical-align: top;
    width: 100%;
}

.submenu:hover {
    background: lightgray !important;
}

.submenu li.header {
	width: 100%;
}
.submenu li.header div {
padding-top: 0.4em;
height: 4em;
padding-bottom: 0.4em;
}

.submenu li div {
    padding: 0;
}



/*         CONTENT    */

#metacontent {

	max-width: 100%;
	width: 751px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 35px;

	position: relative;
	z-index: 1;

}

li.social-link {
	top: 8px;
	position: relative;
	padding: 0 5px !important;
	transition: 0.5s;
}

li.social-link:hover {
	top:  4px;
}

.social-link img {
	width: 28px;
	height: 28px;
}

#metaheader li a.language-link {
	background: #52a1d9;
	padding: 5px;
	border-radius: 5px;
	color: white;
}
#metaheader li a.language-link:hover {
	background: #e57e56;
}
.metaheader-nav-inner span {
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
}
.metaheader-nav-inner span.new{
	color: #ff1f1f;
}










/* metafooter */

#metafooter {
	background-color: #52A1D9; // If gradients are not supported by browser

	background:         linear-gradient(  #9CBCAE, #52A1D9, #52A1D9 );
	background-image:      -o-linear-gradient( 45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image:    -moz-linear-gradient( 45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image: -webkit-linear-gradient( 45deg, #9CBCAE, #52A1D9 , #52A1D9 );
	background-image:     -ms-linear-gradient( 45deg, #9CBCAE, #52A1D9, #52A1D9 );
	background-image:        -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(156,188,174)), color-stop(1,rgb(82,161,217);) );

	/*width: 751px; */
	width: 100%;
	/*min-width: 879px;*/
	margin: auto;

	font-size: 13px !important;
}

#metafooter p, #metafooter ul, #metafooter ol, #metafooter td, #metafooter a {
	font-family: 'MontSerrat-Light',Verdana, Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	text-transform: uppercase;
}

#metafooter a{
	text-transform: bold;
	background-color: inherit;
	color: white;

	text-decoration: none;
}

#metafooter a:hover {
	color: black;
}

#metafooter-menu {
	display: inline-block;
	margin-left:10%;
	margin-right:10%;
	padding:0;
}

#metafooter-menu ul {
	text-decoration: none;
    list-style: none;
    padding-left: 0;
    text-align: left;
}

#metafooter-menu li {
	display: inline-block;
	padding: 5px 20px;
}

#metafooter-text {
		text-transform: uppercase;

}

#metafooter-text p{
	line-height: 2;
	color: rgb(204, 223, 238);
}
#metafooter-text a{
	font-weight: bold;
}

#metafooter-social ul {

    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;

}

#metafooter-social li {
	list-style: none;
	display: inline-block;
}


