/* ###################################### Desktop styles */
@media screen and (min-width:992px) {
	#wrap {
	    min-height: auto;
	}

	/*MKG231118 Roz request expose logo on desktop*/
	#disclaimer {
		padding: 10px 50px 0 50px;
	}

    #branch_1{
      min-height: inherit;
      height: inherit;
    }

	.desktop, .desktop-only { display: block; }
	.mobile-only { display: none; }

	.branch.hide {
		display: block;
	}

	/* masthead */
	#masthead .headerContainer {
		max-width: 1200px;
		height: 20vw;
		max-height: 250px;
		margin: 0 auto;
		padding: 0;
		background-image: url(../img/header@2x.png);
	}

	/* wrapper */
	#wrap {
		position: relative;
		max-width: 1200px;
		width: 100%;
		background-color: #FFF;
		margin: 12.45em auto 0 auto;
		padding: 0 1em;
	}

	.homepage #wrap {
		margin-top: 0;
	}

	/* Top navigation */
	.homepage #desktop-nav { display: none; }

	#desktop-nav {
		width: 100%;
		background-color: #491d6d;
		color: #FFF;
		display: none;
	}

	#desktop-nav .container {
		width: calc(956px - 4rem);
		margin: 0 auto;
		padding: 2rem 2rem;
		font-size: 2rem;
	}

	#desktop-nav a {
		padding-right: 2rem;
		cursor: pointer;
	}

	.frontpage #main-navbar .navbarContainer {
		display: none;
	}

	#navbarText ul li {
		border-bottom: none;
		width: auto;
		margin: 0;
	}

	.custom-navbar.navbar-expand-lg .navbar-nav .nav-link {
		color: #c7c7c7;
		background-color: transparent;
		padding: 0.5em 0.5em 0.7em 0.7em;
		transition: color 0.3s;
		cursor: pointer;
	}

	.custom-navbar.navbar-expand-lg .navbar-nav .nav-link:hover {
		color: #FFF;
	}

	.custom-navbar.navbar-expand-lg .navbar-nav .nav-link svg {
		display: none;
	}
	
	#main-navbar .mobile-back,
	#main-navbar .mobile-main-section-title {
		display: none;
	}

	.back-button {
		display: flex;
		flex-direction: row;
		color: #0069B4;
		font-size: 26px;
		padding: 0.2em 0 1em 0;
		cursor: pointer;
	}

	.back-button svg {
		width: 0.7em;
		height: 0.7em;
		margin-right: 0.3em;
	}

	.back-button .cls-1 {
		stroke: #0069B4;
		stroke-width: 2px;
		fill: none;
	}

	.back-button span {
		color: inherit;
	}

	#main-navbar:not(.collapse) {
		height: inherit;
	}

	#main-navbar.landing-hidden {
		display: block;
		min-height: 50px;
	}

	.welcome-header {
		width: 100%;
		text-align: center;
		margin-top: 95px;
	}
	.welcome-top-header {
		background-color: transparent;
		color: black;
		padding: 0;
	    font-size: 45px;
	    font-weight: 300;
	    letter-spacing: -0.01em;
	}
	.welcome-click-header {
		display: block;
		margin-top: 25px;
		font-size: 23px;
		font-weight: 600;
	}

	#landingPage {
		max-width: 1200px;
		margin: 0 auto;
		width: 100%;
	}

	#landingPage .landing-icons-bx{
		cursor: pointer;
		height: auto;
		max-height: none;
		border-bottom: none;
		display: block;
		flex: 0 1 33%;
		width: 33%;
	}
	#landingPage .landing-icons-bx:before{
		height: 150px;
		width: 100%;
	}
	
	#landingPage .landing-icons-bx h4 {
		width: auto;
		text-align: center;
		font-size: 34px;
		margin-top: 30px;
	}
	#landingPage .landing-icons-bx h4::after {
		display: none;
	}

	#landingPage, #wrap {
		flex-grow: 1;
	}

	#landingPage .landingPageSection {
		padding: 0 15px 5em 15px;
		margin-top: 50px;
	}

	#landingPage .landingPageSection.two-thirds {
		width: 66%;
	}

	#landingPage .landingPageSection table {
		margin: 0;
	}

	#landingPage .landingPageSection h1 {
		display: block;
		background-color: transparent;
		color: #491D6D;
		font-size: 36px;
		padding: 0;
		margin-bottom: 1em;
	}

	#landingPage #landing-cookies.landingPageSection h3,
	#landingPage .landingPageSection h3,
	#landingPage .landingPageSection h4,
	#landingPage .landingPageSection p {
		margin-left: 0;
		margin-right: 0;
	}

	#landingPage #landing-using table {
		margin-left: 0;
	}

	#landingPage #landing-using .svg-icon:hover {
		cursor: default;
	}

	#landingPage #landing-using .svg-icon:hover .cls-2 {
		fill: #491d6d;
	}

	.svg-icon {
		width: 200px;
		height: 200px;
	}

	.nodeCollection .svg-icon {
		margin-bottom: 1em;
		width: 200px;
		height: 200px;
	}

	.svg-icon:hover {
		cursor: pointer;
	}

	.svg-icon:hover .cls-2 {
		fill: #250a3f;
	}

	.svg-icon .cls-3,
	.svg-icon .cls-4 { 
		stroke-width: 3px;
	}

	.landing-page-icons {
		display: flex;
		justify-content: space-around;
		text-align: center;
		margin-top: 4em;
		margin-bottom: 12em;
	}

	.landing-page-icons-purple {
		height: 150px;
	    width: 150px;
	    cursor: pointer;
	    margin-left: 10px;
	    margin-top: 10px;
	    margin-right: 10px;
	    margin-bottom: 27px;
	}

	/* app itself */
	.app {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}
	.app header { display: none; }

	.app>div {
		position: initial;
	}

	.parent_nodeId_0 .nodeCollection > .node {
    	display: block;
    }


	.parent_nodeId_0 h1 { display: none; }

	.branches {
		width: 100%;
		position: relative;
	}

	.branch { background-color: #FFF; }

	.branches .branch h2 {
		/* background-color: #15191E; */
		color: #491d6d;
		padding: 0rem;
		/* margin: 0; */
		font-weight: 600;
		font-size: 20px;
	}

	.branches .branch.hide h2 { color: #B2B2B2; }

	/* first page */
	.homepage .app header { display: none; }

	.parent_nodeId_0 .nodeCollection {
		display: flex;
		margin-top: 5.2em;
		flex-wrap: wrap;
		justify-content: center;
	}

    .parent_nodeId_0 .nodeCollection > .node {
    	width: 30%;
    	background-color: initial;
    	color: #15191e;
    	text-align: center;
    	border: none;
    	padding: 3rem 0;
    }

    .parent_nodeId_0 .nodeCollection > .node::before {
    	position: relative;
    	display: inline-block;
    	width: 84%;
    	padding-bottom: 84%;
    	margin-bottom: 1.2em;
    	left: initial;
    	top: initial;
    	cursor: pointer;
		max-width: none;
		height: auto;
    }

	.parent_nodeId_0 .nodeCollection > .node .next { display: none; }

	.parent_nodeId_0 .nodeCollection > .node > div { 
		padding: 0;
		color: #491D6D;
		font-size: 28px;
		font-weight: 600;
		width: 78%;
		margin: 0 auto;
		line-height: 1.2;
	}
	.parent_nodeId_0 .nodeCollection > .node > div > div {
		padding: 0;
	}

	.parent_nodeId_0 .nodeCollection > .node:nth-child(4) > div { 
		width: 90%;
	}

	.parent_nodeId_0 .nodeCollection > .node:hover {
		background-color: #ffffff;
		color: #000000;
	}

	.parent_nodeId_0 .nodeCollection > .node > div.inner-branch-container {
		display: block;
		margin-top: 1.65em;
	}

	.nodeCollection .hasDescendants .inner-branch-container .node {
		cursor: pointer;
		padding: 1em 0 1.1em 0;
		font-size: 16px;
		font-weight: 600;
	}

	.nodeCollection .hasDescendants .inner-branch-container .node:first-child {
		border-top: 1px solid #E2E2E2;
	}

	.nodeCollection .hasDescendants .inner-branch-container div {
		width: 100%;
		color: #2D3035;
		padding-right: 0;
	}

	/* Quick nav */
	#quick-nav-container {
		display: none;
		border: none;
		position: sticky;
		top: 5px;
		z-index: 1;
	}
	#quick-nav-container.active { display: block; }

	.card-bx {
		background-color: #e2e2e2;
		height: 100px;
		margin-bottom: 50px;
	}
	.card-img-top.custom-card-top {
		height: 100px;
		width: 100px;
		cursor: pointer;
		margin: 38px 24px 0 24px;

	    background-size: contain;
	    display: inline-block;
		transition: all 0.5s linear;
	}
	.card-icon-position {
		display: block;
		text-align: center;
	}
	.card-body {
		display: block;
	}

	#branch1CardNav .svg-icon {
		width: 100px;
		height: 100px;
	}

	#branch1CardNav .svg-icon .cls-3,
	#branch1CardNav .svg-icon .cls-4 { 
		stroke-width: 3px;
	}

	#branch1CardNav a .cls-2 {
		fill: #8a8c8e;
	}

	#branch1CardNav a:hover .cls-2 {
		fill: #2d3035;
	}

	#branch1CardNav .selected .cls-2 {
		fill: #491d6d;
	}

	#branch1CardNav .selected:hover .cls-2 {
		fill: #250a3f;
	}

	/* Breadcrumbs */
	.breadcrumbs {
		padding: 0;
	}

	.breadcrumbs h1 {
		display: block;
		font-size: 40px;
	}
	.breadcrumbs ul {
		margin-bottom: 4em;
	}
	.breadcrumbs li {
		margin-bottom: 0.7em;
	}

	.breadcrumbs li a {
		font-size: 26px;
		padding: 0 0 0 0.9em;
	}
	/*
	.breadcrumbs li a svg {
		display: block;
		position: absolute;
		top: 6px;
		left: 1px;
		width: 13px;
		height: 18px;
	}
	.breadcrumbs li a:hover {
		text-decoration: none;
		color: #2D3035;
	}
	.breadcrumbs li a .cls-1,
	.breadcrumbs li a .cls-2 {
		stroke: #8a8c8e;
		transition: stroke 0.3s;
	}
	.breadcrumbs li a:hover .cls-1,
	.breadcrumbs li a:hover .cls-2 {
		stroke: #2D3035;
	}*/

	.branch-title {
		/*display: none;*/
		font-size: 26px;
		padding: 0.2em 1.2em 1.05em 0;
	}
	.branch:nth-child(5) .breadcrumbs li:last-child {
		display: block;
	}

	.nodeCollection .next {
		width: 1.4rem;
		height: 2.8rem;
	}

	/* MKG261018 larger size nav icons on desktop */
	.sectionLink span::after{
		width: 35px;
		height: 35px;
	}
	.ion-ios-home::before,
	.ion-chevron-left::before{
		font-size: 40px;
	}

	/* regular list items */
	.nodeCollection li {
		font-size: 14px;
		font-weight: normal;
		border-bottom: none;
		padding: 0;
/*		background: #491d6d;*/
	}
	.nodeCollection li:hover {
		background-color: #FFF;
	}

	.branch { display: none; }
	.branch:last-child { display: block; }

	.branch:nth-child(1n+2) .nodeCollection .hasDescendants {
		padding: 0.85em 1.1em;
		font-weight: normal;
		color: #ffffff;
		line-height: 1.4em;
		cursor: pointer;
		background-color: #491d6d;
		transition: background-color 0.3s;
		font-size: 16px;
	}

	.branch:nth-child(1n+2) .nodeCollection .hasDescendants:hover {
		background-color: #250A3F;
	}

	.branch:nth-child(1n+2) .nodeCollection[branchid="1"] .hasDescendants:hover {
		background-color: transparent;
	}

	.branch .endBranch h3 + ul > .hasDescendants:first-child { margin-top: 35px; }

	.branch .endBranch h3 + .nodeCollection > .hasDescendants {
		margin-left: 16px;
	}

	/* Outcomes */
	.branch:nth-child(5) .breadcrumbs ul {
		margin-bottom: 3.1em;
	}

	.outcome-info {
		width: 66%;
	}

	.outcome-info .node {
		padding: 0 0 1.2em 0;
	}

	.outcome-info .node p a:hover {
		color: #2D3035;
		text-decoration: none;
	}

	.outcome-info .node p a::after {
		position: unset;
		display: inline-block;
		margin-bottom: -0.3em;
		margin-left: 0.5em;
	}

	/* ########### Quick footer navigation */
	#footer-quick-nav-container {
		visibility: visible;
		background-color: #E2E2E2;
		width: 100%;
		padding: 4.1em 0;
	}

	.footer-quicknav-show #footer-quick-nav-container {
		display: block;
	}

	#footer-quick-nav-container h1 {
		font-size: 26px;
		color: #2D3035;
		margin-bottom: 1em;
		text-align: center;
	}

	#footer-quick-nav-container .button-container {
		display: flex;
		justify-content: center;
	}

	#footer-quick-nav-container a {
		color: #FFF;
		font-size: 16px;
		font-weight: 600;
		padding: 1.1em 2.2em;
		margin: 0 1em;
		background-color: #8A8C8E;
		transition: background-color 0.3s;
	}

	#footer-quick-nav-container a:hover {
		background-color: #2d3035;
		text-decoration: none;
	}

	.footer > div {
		margin: 0 auto;
		padding: 0;
	}

	.footer a {
		cursor: pointer;
	}

	.footer > div.new-desktop-footer {
		flex-direction: row;
	}

	.footer > div.new-desktop-footer ul {
		margin-bottom: 0;
		flex-direction: row;
	}

	.footer > div.new-desktop-footer ul.right {
		justify-content: flex-end;
	}

	.footer .footer-second-line ul {
    	flex-direction: row;
    }

    .footer .footer-second-line .byline {
		padding-left: 16px;
		margin-left: 18px;
	}

	#cookieContainer .container {
		height: auto;
	}

	#cookieContainer footer {
		flex-direction: row;
	}

	#cookieContainer .btn {
		margin-bottom: 0;
	}

	body.en .card-img-top.custom-card-top.en {
		display: inline-block;
	}

	body.fr .card-img-top.custom-card-top.fr {
		display: inline-block;
	}
}

/*** Specific large screen vs tablet views ***/
@media screen and (min-width:1200px) {
    .parent_nodeId_0 .nodeCollection > .node {
    	width: 20%;
    }
}
