﻿/*<meta />*/

@import url('BPIDMobile.css');

/* overrides */
/*removes ARIA nav insert on initial tab*/

.main-section {
	background-color: #f4f4f4 !important;
}

#content-section {
	background-color: transparent !important;
}

a.skip-to-content.fluid-skip.showOnFocus
{
	display: none;
}

/*removes Edge and Chrome black border on field focus*/

.search-field
{
	outline: none;
}

/* Stops last breadcrumb jumping down */
span[class*="MCBreadcrumbs"]
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px
}

@font-face 
{
	font-family: 'Raleway';
	src: url(../Fonts/Raleway-VariableFont_wght.ttf);
}

.onboarding-column-row {
display: flex;
justify-content: center;
width: 100%;
padding-top: 50px;
min-height: 500px;
padding-bottom: 250px;
}

h1.onboarding 
{
background: none;
margin-top: 10px;
font-size: 2em;
font-weight: 400;
}

h2.onboarding
{
	color: #16335b;
	font-weight:  400;
	margin-bottom: 1em;
	margin-top: 24px;
	font-size: 1.7em;
	padding-left: 0px;
	line-height: 130%;
}

h3.onboarding
{
	color: #16335b;
	font-weight: inherit;
	margin-bottom: 1em;
	margin-top: 12px;
	font-size: 1.2em;
	line-height: 130%;
}

img.BHBleftmenu
{
padding: auto;
margin-top: 20px;
display: none;
}

.large-3 
{
display: inline;
flex: 0 0 20%;
margin-right: 20px;
}

.large-3 > p, .large-3 > p > a, .large-3 > p > a:link, .large-3 > p > a:visited 
{
font-size: 18px;
font-weight: 300;
padding-top: 35px;
color: black;
}

.large-3 i 
{
width: 12px;
height: 10px;
margin-right: 8px;
}

.large-9 
{
display: block;
flex: 0 0 65%;
/* border: solid 1px lightgray; */
}

.onboarding-nav 
{
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 5px;
padding-bottom: 10px;
background-color: #000B2B;
z-index: 3;
}


.onboarding-nav img
{
align-items: center;
margin-left: 120px;
height: 70px;	
}

.nav-links 
{
display: flex;
margin-right: 100px;
}

.nav-links > p, .nav-links > p > a, .nav-links > p > a:link, .nav-links > p > a:visited {
	font-size: 12px;
    color: white;
	margin: 0 15px;
    font-weight: 400;
    font-size: large;
    padding-top: 23px;
}

.BpID-card {
	background-color: #FFFFFF;
	min-height: 500px;
	border-radius: 8px;
	box-shadow: 1px 1px 4px #dcdcdc;
	padding: 20px 30px;
}

#onboarding-footer
{
background-color: #000B2B;
margin: 0 auto;
width: 100%;
clear: both;
margin-top: 125px;
}

.onboarding-footer > table tr:first-child
{
border-bottom: 3px solid #white;
}

.onboarding-footer
{
padding-top: 20px;
padding-bottom: 40px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}

.download
{
width: 150px;
height: 60px;
background-color: #ee7623;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
border-radius: 5px;
}

.download p, .download a 
{
color: white;
margin: 0;
padding: 0;
}

/* Hamburger menu styling */
.off-screen-menu 
{
background-color: #FFFFFF;
height: 100vh;
width: 100%;
max-width: 360px;
position: fixed;
top: 0;
right: -400px;
display: none;
flex-direction: columm;
justify-content: center;
/* align-items: center; would break on tall long devices (portrait tablet and vertical monitors)*/
text-align: center;
border: 1px solid #D3D3D3;
transition: .3s ease;
box-shadow: 1px 1px 6px #d3d3d3;
z-index: 2;
}
.off-screen-menu > ul 
{
list-style: none;
width: 100%;
margin-top: 110px;
padding-left: 30px;
border-top: 1px solid #FFFFFF;
text-align: left;
font-size: 22px;
margin-bottom: 200px;
white-space: break-spaces;
}


.off-screen-menu > ul > li > a, .off-screen-menu > ul > li > a:link, .off-screen-menu > ul > li > a:visited, .off-screen-menu > ul > li > a:hover
{
color: #000000;
font-weight: 400;
margin-left: 12px;
}
.off-screen-menu > ul > li > i
{
color: #16335b;
margin-right: 8px;
}
.off-screen-menu.active 
{
right: 0;
}

.ham-menu 
{
display: none;
height: 25px;
width: 25px;
margin-left: auto;
margin-right: 20px;
position: relative;
}

.ham-menu span {
height: 3px;
width: 100%;
background-color: #FFFFFF;
border-radius: 15px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: .3s ease;
}

.ham-menu span:nth-child(1){
	top: 20%;
}

.ham-menu span:nth-child(3){
	top: 80%;
}

.ham-menu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.ham-menu.active span:nth-child(2){
	opacity: 0;
}

.ham-menu.active span:nth-child(3){
	top:50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Hamburger menu styling */


/* Dropdown styling for onboarding */

.MCDropDownHead.dropDownHead.dropDownHeadOnboarding
	{
		font-family: 'Raleway', 'Open Sans', sans-serif;
		font-weight: 400;
		font-size: 1.2em;
		line-height: 1.3em;
		margin-left: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 15px;
		padding-bottom: 15px;
		transition: background-color 0.2s;
		background-color: #;
		border-bottom: solid 1px lightgray;
	}
	
	.dropDownHotspot.dropDownHotspotOnboarding
	{
		background-position: left;
		background-image: none;
		padding-left: 0;
	}
	
	.MCDropDownBody.dropDownBody.dropDownBodyOnboarding
	{
		padding: 10px;
		background: #ffffff;
		table-layout: inherit;
		background-color: transparent;
		margin-left: 0px;
		border: solid 1px lightgray;
	}
	
	.dropDownHotspot.dropDownHotspotOnboarding:link
	{
		color: #FFFF;
	}
	
	.MCDropDown.dropDown.dropDownOnboarding.MCDropDown_Open .MCDropDownHead.dropDownHead.dropDownHeadOnboarding .dropDownHotspot.dropDownHotspotOnboarding:link	/*hotspot text colour when open*/
	{
		color: black;
		background-color: #FFFF;
	}
	
	.MCDropDown_Closed .MCDropDownHead.dropDownHead.dropDownHeadOnboarding:hover	/* head colour when hover */
	{
		font-weight: 600;
		color: #FFFF;
	}
	
	/* end dropdown styling for onboarding */
	
	/*styling for Bp Online Services Onboarding */
	
	/* border */ 
	.onboarding-links
	{
	width: 300px;
	height: 424px;
	border-style:solid;
	border-width: 2px;
	border-color: transparent;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #dcdcdc;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: left;
	position: relative;
	}
	
   /* link buttons	 */
    
	.button
	{	
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	font-size: 1.3em;
	width: 90px;
	height: 20px;
	margin-right: 170px;
	margin-top: -5px;
	border-radius: 4px;
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	background-color: #246ec9;
	transition: all 0.2s;
	border-color: #FFFFFF; 
 	position: relative;
	}
	
.button p,		
.button > a:link
{
  text-decoration: none;
  color: white;
}

 .button > a:visited 
 {
  text-decoration: none;
  color: white;
}

 .button > a:hover 
 {
  text-decoration: none;
  color: white;
}

 .button > a:active 
 {
  text-decoration: none;
  color: white;
  transform: scale(0.98);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.14);
}

.button:active
{
 transform: scale(0.98);
 }
 
 .buttonParent {
 	position: absolute;
	bottom: 12px;
	right: 5px;

	}
	
   .buttonLeft {
 	position: absolute;
	bottom: 10px;
 }
 
   .buttonRight {
 	position: absolute;
	right: -2px;
	bottom: 9px;
	max-width: 150px;
	 }

  p.buttontitle
 {
	font-weight:  500;
	margin-bottom: -0.2em;
	margin-top: -0.2em;
	font-size: 0.7em;
	line-height: 130%;


}

 .button img
 {
  width: 10px;
  margin-right: 60px;
  margin-top: -0.6em;
}


#Apple
{
  max-width: 125px;
  margin-right: 70px;
  
  }
  
  #GooglePlay
  {
  max-width: 140px;
  margin-right: 70px;

  }
  
  
	
 /* end buttons */ 
 
 
 div.onboardingtitle
 {
	font-weight:  525;
	height: 85px;
	margin-top: 1em;
	font-size: 1.3em;
	padding-left: 0px;
	line-height: 130%;
	padding-left: 10px;
}

/* chevron styling divs, also prepending with the icons */

.chevron 
{
width: .7em;
height: .7em;
margin-top: 4px;
display: inline-flex;
float: inline-end;
}

.rotate
{
fill: #d3d3d3;
transform: rotate(180deg);
transition: transform 0.2s ease-in-out;
}


/* QUAD DISPLAY TILES */ 

.quad-display
{
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}


.quad-display > div.normal:hover
{
	box-shadow: 1px 1px 16px grey;
	cursor: pointer;
}

.quad-display > div.aip:hover,
.quad-display > div.vax:hover
{
	background-color: #FFFFFF;
}

.quad-display > div.normal p,
.quad-display > div.aip p,
.quad-display > div.vax p
{
	text-align: center;
	font-weight: 800;
	margin-top: 90px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.quad-display > div.normal p a:link,
.quad-display > div.normal p a:visited,
.quad-display > div.normal p a:hover
{
	text-decoration: none;
	font-weight: 600;
	font-size: 1em;
	color: #16325a;
	transition: all 0.08s;
}


.quad-display > div.aip p a:link,
.quad-display > div.aip p a:visited,
.quad-display > div.aip p a:hover,
.quad-display > div.vax p a:link,
.quad-display > div.vax p a:visited,
.quad-display > div.vax p a:hover
{
	text-decoration: none;
	font-weight: 600;
	font-size: 1em;
	color: #16325a;
	transition: all 0.08s;
}

.quad-display > div.normal
{
	margin-left: 2%;
	display: flex;
	/* not published to output if set to table? */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 190px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: white;
	box-shadow: 1px 1px 16px #ccc;
	padding: 10px;
	background-color: white;
	
	}
	
	#logo
	{
	width: 70%;
	left: 0px;
	right: 0px;
	} 
	
	img.logo
		{
	width: 70%;
	left: 0px;
	right: 0px;
	margin-top: 10px;
	}
	
	#blurb
   {
    margin-top: 12px;
   }

   p.blurb
  {
   margin-top: -30px;
   }
   