/*****************************************************************
** COPYRIGHT. HSBC HOLDINGS PLC. ALL RIGHTS RESERVED.
** THIS SOFTWARE IS ONLY TO BE USED FOR THE PURPOSE FOR WHICH IT
** HAS BEEN PROVIDED. NO PART OF IT IS TO BE REPRODUCED,
** DISASSEMBLED, TRANSMITTED, STORED IN A RETRIEVAL SYSTEM NOR
** TRANSLATED IN ANY HUMAN OR COMPUTER LANGUAGE IN ANY WAY OR
** FOR ANY OTHER PURPOSES WHATSOEVER WITHOUT THE PRIOR WRITTEN
** CONSENT OF HSBC HOLDINGS PLC.
*******************************************************************/

/* This file include base styling for components as per the guidelines */
@import	url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/css/HSBC_Country_Flags.css);

@font-face {
	font-family: 'UniversNextforHSBC-Regular';
	src: url(../font/UniversNextforHSBCRegular_eot.txt);
	src: url(../font/UniversNextforHSBCRegular_eot.txt?#iefix)
		format("embedded-opentype"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCRegular_woff.txt)
		format("woff"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCRegular_ttf.txt)
		format("truetype"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCRegular_svg.txt#svgFontName)
		format("svg")
}

@font-face {
	font-family: 'UniversNextforHSBC-Bold';
	src: url(../font/UniversNextforHSBCBold_eot.txt);
	src: url(../font/UniversNextforHSBCBold_eot.txt?#iefix)
		format("embedded-opentype"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCBold_woff.txt)
		format("woff"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCBold_ttf.txt)
		format("truetype"),
		url(../font/UniversNextforHSBCBold_svg.txt#svgFontName) format("svg")
}

@font-face {
	font-family: 'UniversNextforHSBC-Light';
	src: url(../font/UniversNextforHSBCLight_eot.txt);
	src: url(../font/UniversNextforHSBCLight_eot.txt?#iefix)
		format("embedded-opentype"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCLight_woff.txt)
		format("woff"),
		url(/1/PA_WABEngine/content/wab/data/wab/theme/joey/common/font/UniversNextforHSBCLight_ttf.txt)
		format("truetype"),
		url(../font/UniversNextforHSBCLight_svg.txt#svgFontName) format("svg")
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd,
	q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,
	th, td, article, aside, canvas, details, figcaption, figure, footer,
	header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
  display: block;
}

fieldset {
  border: 0;
}

input:focus, textarea:focus, div:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}

textarea {
  resize: vertical;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{  
   -webkit-appearance: none;
}  
	
input[type=number] {
    -moz-appearance:textfield;
}

input::-ms-clear {
  display: none;
}

input[placeholder] {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

.accessible {
  position: absolute;
  width: 1px;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  height: 1px;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-family: "UniversNextforHSBC-Regular", sans-serif;
  font-size: .875em;
  color: #333;
  line-height: 1;
}

.thinfont {
  font-family: "UniversNextforHSBC-Light", sans-serif;
}

/***** Generic links using anchor starts*****/
a {
  color: #333;
  text-decoration: none;
}

strong, b, .bold {
  font-family: "UniversNextforHSBC-Bold", sans-serif;
  font-weight: 700;
}

h2, h3 {
  font-family: "UniversNextforHSBC-Light", sans-serif;
  font-weight: 400;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button,
	button {
  font-family: "UniversNextforHSBC-Regular", sans-serif;
  cursor: pointer;
  font-size: 1em;
  -webkit-border-radius:0; 
   border-radius:0;
}


/***** Generic links using anchor ends*****/
.navbar {
  background: #000;
  top: 0;
  width: 100%;
  z-index: 1001;
  box-shadow: 0 5px 5px #D2D2D2;
  padding: 10px 0px;
}

.fixed_position {
  position: fixed;
}

.primarynav.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 90em;
  padding: 0 1.429em;
  position: relative;
}

/* .mainwrapper {
	margin-top: 48px;
}
 */
/* .contentwrapper {
	padding: 0;
	margin: 0 auto;
} */

footer .mainwrapper {
  margin-top: 0;
}

.hsbc-footer-container {
  padding: 20px 0;
  background: #000;
  color: #fff;
}

.hsbc-footer-section {
  text-align: center;
}

.fixed_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

p {
  margin: 0 0 10px;
}

.float {
  float: left;
}

.float-right {
  float: right;
}

.float-clr-right {
  clear: right;
}

.clear {
  clear: both;
}

.m-btm-20 {
  margin-bottom: 20px;
}

.form-label-top label, .form-label-top, .form__label {
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px;
  float: none;
  color: #333333;
  font-size: 1em;
  display: block;
}

label.form__label:after {
  content: "";
  display: table;
  clear: both;
}

.form__item {
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.form__item:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.display-none {
  display: none;
}
/* input text css starts here */
.input-text, .input-phone, .input-email, .input-width-320, .csTextField {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #929292;
  border-radius: 0;
  color: #333333;
  font-family: "UniversNextforHSBC-Regular", sans-serif;
  font-size: 1em;
  width: 100%;
  outline: medium none;
  text-align: left;
  line-height: normal;
  background: #ffffff;
}

.input-text:hover, .input-text:focus, .input-phone:hover, .input-phone:focus,
	.input-email :hover, .input-email :focus, .csTextField:focus {
  border: 1px solid #376798;
}

.currency_amt_label {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px;
  z-index: 1;
  padding: 12px 10px;
}

.currency_amt_input {
  opacity: 0;
  z-index: 2;
  position: relative;
}

.currency_amt_input:focus, .currency_amt_input:active {
  opacity: 1;
}

/* input text css ends here */

/* select fields base css starts */
.form__select, .form__multi_select {
  position: relative;
  border: 1px solid #929292;
  cursor: pointer;
  background-color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
  display: block;
  height: auto;
}

.form__select:focus, .form__select:hover, .form__multi_select:focus,
	.form__multi_select:hover {
  border: 1px solid #376798;
}

.form__select__icon {
  fill: #404040;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 14px;
}

/* .form__select__value:after {
  border-left: 1px solid #929292;
  bottom: 10px;
  content: " ";
  position: absolute;
  right: 32px;
  top: 12px;
  height: 14px;
 } */

.form__select__value {
  border-right: 1px solid #929292;	
  display: block;
  font-size: 1em;
  line-height: 1.2;
  margin: 10px 35px 12px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.form__select__control {
  border: 1px solid #929292;
  display: block;
  font-size: 1.143em;
  height: 40px !important;
  left: 0;
  right: 0;
  text-align: left;
  top: 0;
  z-index: 1;
  width: 100%;
  color: #333333 !important;
}

.form__select__control {
  display: block;
  position: absolute;
  left: -9999px;
}

.select-menu-div {
  position: absolute;
  border: 1px solid #929292;
  max-height: 225px;
  background-color: #fff;
  color: #333333;
  z-index: 900;
  overflow-y: auto;
  left: -1px;
}

.select-menu-div ul.select-options {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.select-menu-div ul.select-options li {
  background-image: none !important;
  padding: 15px 15px 0 !important;
  margin: 0 !important;
	/* font-size: 1em; */;
}

.select-menu-div ul.select-options li:after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #d9d9d9;
}

.select-menu-div ul.select-options li:hover {
  background-color: #d9d9d9;
}

.select-menu-div ul.select-options li:focus {
  border: none;
  background-color: #d9d9d9;
  outline: none;
}

li.select-option.disabled-li-opt, .form_select_wrapper.disabledField {
  opacity: 0.5;
  pointer-events: none;
}

.form__select .select-menu-div::-webkit-scrollbar {
  background-color: #e7e7e6;
  width: 10px;
}

.form__select .select-menu-div::-webkit-scrollbar-thumb {
  background-color: #5c5c5c;
}

/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */
/*
	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png);
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}
*/
	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	/* .mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; } */
	

/*** Scroll plugin css changes updated */
.mCSB_scrollTools{
	width: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #5c5c5c;
	margin: 0;
	width: 10px;
	border-radius: 0px;
}

.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #e7e7e6;
	margin: 0px;
	width: 10px;
	border-radius: 0px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 0px;
}
/* select fields base css ends */

/* Multi select fields base css starts */
.form__multi_select {
  padding-right: 45px;
  height: auto;
}

.form__multi_select:after {
  content: ' ';
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 36px;
  border-left: 1px solid #d7d8d6;
}

.form__multi_select .search-options {
  padding: 7px 12px;
  width: 3.429em;
  border: none;
  height: 38px;
}

.form__multi_select .search-options:focus, .form__multi_select .search-options:active {
  border: none;
  outline: none;
}

.form__multi_select .opt-sel-cont {
  position: absolute;
}

.form__multi_select .opt-sel-label {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin: 5px;
}

.select-menu-div ul.select-options .highlight {
  background-color: #d9d9d9;
}

.form__multi_select .opt-sel-label .delete {
  margin-left: 5px;
  margin-bottom: 3px;
}

/* Multi select fields base css ends */

/* two fields side by side width css: START */
.first-input {
  width: 30%;
  display: table-cell;
}

.second-input {
  width: 70%;
  display: table-cell;
}
/* two fields side by side width css: END */

/* radio button base css starts */
.form__radio {
  position: relative;
  margin-right: 20px;
}

.form__radio:after {
  content: "";
  display: table;
  clear: both;
}

.input-radio, .form__radio__control {
  display: block;
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: -9999px;
}

.input-radio:checked+.radio-label::before, .form__radio__control:checked+.form__radio__label::before {
  background: #008580 none repeat scroll 0 0;
}

.input-radio+.radio-label::before, .form__radio__control+.form__radio__label::before {
  border: 1px solid #929292;
  box-shadow: 0 0 0 0.25em #fff inset;
  display: block;
  position: absolute;
  left: 0;
  margin-top: 5px;
  background-color: #fff;
}

.radio-label::before, .form__radio__label::before {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid #929292;
  content: "";
  display: inline-block;
  margin-right: 1rem;
  position: absolute;
  background-color: #fff;
}

.radio-label, .form__radio__label {
  font-size: 1em;
  line-height: 1.9rem;
  padding-left: 30px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
}

/* radio button base css ends */

/* radio Tab button base css starts */
.form__radioTab {
	position: relative;
	width: 50%
}

.form__radioTab_list.form__radioTab_with_3_option .form__radioTab {
	width: 33.29%
}

.form__radioTab:after {
	content: "";
	display: table;
	clear: both
}

.form__radioTab__label {
	font-size: 1em;
	color: #333;
	cursor: pointer;
	display: inline-block;
	border-top: 1px solid #929292;
	border-bottom: 1px solid #929292;
	border-left: 1px solid #929292;
	padding: 12px 7px;
	min-width: 100px;
	text-align: center;
	background-color: #fff;
	width: 100%;
	border-right: none;
}

.form__radioTab_list :last-child .form__radioTab__label {
	border-right: 1px solid #929292;
}

.multi_radioTab_list .form__radioTab__label {
	width: 137px
}

.form__radio__control:checked+.form__radioTab__label {
	box-shadow: inset 1px 1px 0 -1px #d7d8d6, 1px 0 0 0 #d7d8d6, inset 0
		-4px 0 0 #3E726A;
	border-top: 1px solid #3E726A;
    border-left: 1px solid #3E726A;
    border-right: 1px solid #3E726A;
}

.form__radioTab_list, .form__radioTab_list_box {
	padding: 0;
	display: block;
	margin: 0
}

.form__radioTab_list:before, .form__radioTab_list:after {
	content: "";
	display: table;
	clear: both
}

.form__radioTab_list.multi_radioTab_list, .form__radioTab_list_box.multi_radioTab_list_box
	{
	float: left
}

.form__radioTab_list.multi_radioTab_list .form__radioTab,
	.form__radioTab_list_box.multi_radioTab_list_box .form__radioTab {
	width: auto
}

.form__radioTab_list li, .form__radioTab_list_box li {
	list-style: none
}

.form__radioTab_list_box {
	position: absolute;
	right: 0;
	width: auto;
	border: 1px solid #929292;
	z-index: 100;
	width: 150px;
	background: #fff
}

.form__radioTab_list_box li {
	width: 100%;
	display: block;
	clear: both;
	border-bottom: 1px solid #929292
}

.form__radioTab_list_box li label {
	border: none;
	width: 100%;
	padding: 13px 30px;
	text-align: left
}

.form__radioTab_box.multi_radioTab_list_box .form__radioTab__label_box,
	.form__radioTab.form__radioTab_box.multi_radioTab_list_box {
	width: 32px;
	min-width: 32px;
	border-left: none;
	border-right: 1px solid #929292;
}

/* for accessibility : start*/
	
.form__radioTab input:focus + .form__radioTab__label,
.form__radioTab input:hover + .form__radioTab__label {
	    border: 1px solid #376798;
	    outline: none;
}

.form__radioTab_list_box .form__radioTab input:focus + .form__radioTab__label,
.form__radioTab_list_box .form__radioTab input:hover + .form__radioTab__label {
	    border: none;
	    outline: none;
	    background: #d9d9d9;
}

.form__radio__control:checked+.form__radioTab__label.form__radioTab__label_box {
	box-shadow: none;
}	
/* for accessibility : end*/

/* radio Tab button base css ends */

/* check box with svg icon css starts here */
.form__checkbox {
  margin-right: 20px;
  margin-bottom: 10px;
}

.form__checkbox:after {
  content: "";
  display: table;
  clear: both;
}

.svg-asset {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form__checkbox__icon .is-on {
  stroke-dasharray: 0 115;
  stroke: #008580;
  transition: all 300ms ease;
}

.form__checkbox__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: 0;
  stroke: none;
  fill: none;
}

.form__checkbox__label {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.8;
  color: #333;
  font-size: 1em;
  padding-left: 32px;
}

.form__checkbox__label:before {
  content: ' ';
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border: 1px solid #929292;
}

.form__checkbox__control {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 100%;
}

.form__checkbox__icon .is-on {
  stroke-dasharray: 0 115;
  stroke: #008580;
}

.form__checkbox__control:checked+.form__checkbox__label .form__checkbox__icon .is-on {
  display: block;
  stroke-dasharray: 115 115;
}

/* Bloc icon check box xss starts here */
.form__checkbox_block {
  min-width: 100px;
  width: 20%;
  max-width: 150px;
  margin: 0;
}

.form__checkbox__label_block {
  width: 100%;
  height: 5em;
  padding: 10px 0 0 0;
  text-align: center;
}

.block_check_icon {
  position: relative;
  font-size: 2em;
}

.block_check_title {
  position: relative;
  display: block;
  font-size: 0.675em;
}

.form__checkbox__label_block:before {
  width: 100%;
  height: 5em;
}

.form__checkbox__icon_block .is-on {
  stroke-dasharray: 0 115;
  stroke: #008580;
  transition: all 300ms ease;
}

.form__checkbox__icon_block {
  position: relative;
  width: 18px;
  height: 18px;
  stroke: none;
  fill: none;
  margin-bottom: 10px;
}

.form__checkbox__icon_block .is-on {
  stroke-dasharray: 0 115;
  stroke: #008580;
}

.form__checkbox__control:checked+.form__checkbox__label .form__checkbox__icon_block .is-on {
  display: block;
  stroke-dasharray: 115 115;
}

.form__checkbox__control:checked+.form__checkbox__label_block:before {
  background: #ededed;
}

.form__checkbox__control:checked+.form__checkbox__label .block_check_icon {
  -webkit-animation: hitPulse 600ms ease;
  -moz-animation: hitPulse 600ms ease;
  animation: hitPulse 600ms ease;
}

/* Bloc icon check box xss ends here */

/* check box with svg icon css ends here */

/*Primary action css starts here*/
.primaryaction {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
	/*  font-size: 0.9375em; */
  color: #fff;
  background-color: #db0011;
  border: 1px solid #db0011;
  text-align: center;
  -webkit-appearance: none;
	/*added to check the button look and feel on iPad devices*/;
}

.primaryaction:hover, .primaryaction:focus {
  background-color: #af000d;
  border: 1px solid #af000d;
  color: #fff;
  /* outline: 1px solid #af000d; */
  text-decoration: none;
  -webkit-appearance: none;
	/*  added to check the button look and feel on iPad devices */;
}

.primaryaction:active {
  background-color: #83000a;
  border-color: #83000a;
  color: #fff;
  outline: 1px solid #83000a;
  text-decoration: none;
  -webkit-appearance: none;
	/*  added to check the button look and feel on iPad devices */;
}

.primaryaction.disabled {
  opacity: 0.5;
}

.primaryaction:focus span {
  text-decoration: underline;
}

.primaryaction:hover span {
  text-decoration: none;
}

/*Primary action css ends here*/

/*Secondary action css starts here*/
.secondaryaction, .secondaryaction-slate, .secondaryaction-white {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
	/*  font-size: 0.9375em; */
  color: #db0011;
  background-color: #fff;
  border: 1px solid #db0011;
  text-align: center;
  -webkit-appearance: none;
	/*added to check the button look and feel on iPad devices*/;
}

.secondaryaction:hover, .secondaryaction:focus {
  background-color: #ededed;
  color: #620007;
  border: 1px solid #db0011;
  text-decoration: none;
  -webkit-appearance: none;
	/*added to check the button look and feel on iPad devices*/;
}

.secondaryaction:active {
  background-color: #d7d8d6;
  color: #620007;
  border: 1px solid #db0011;
  text-decoration: none;
  -webkit-appearance: none;
	/*added to check the button look and feel on iPad devices*/;
}

.secondaryaction:hover span, .secondaryaction-slate:hover span {
  text-decoration: none;
}

.secondaryaction:focus span, .secondaryaction-slate:focus span {
  text-decoration: underline;
}

.secondaryaction.disabled {
  color: #d7d8d6;
  border: 1px solid #d7d8d6;
  background-color: #fff;
}

.secondaryaction.disabled:hover {
  border: 1px solid #d7d8d6;
}

.secondaryaction.chevron i {
  font-size: 1.5em;
  vertical-align: middle;
}

.secondaryaction-slate {
  color: #fff;
  background-color: #4d6474;
  border: 1px solid #4d6474;
}

.secondaryaction-slate:hover, .secondaryaction-slate:focus {
  background-color: #3E505D;
  color: #fff;
  border: 1px solid #3E505D;
  text-decoration: none;
  -webkit-appearance: none;
	/*added to check the button look and feel on iPad devices*/;
}

.secondaryaction-slate:active {
  background-color: #253038;
}

.secondaryaction-slate.disabled, .secondaryaction-white.disabled {
  opacity: 0.5;
}

.secondaryaction-white {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}

.secondaryaction-white:hover, .secondaryaction-white:focus, .secondaryaction-white:active {
 	background-color: #d7d8d6;
/*	opacity: 0.05; */
	/*added to check the button look and feel on iPad devices*/;
}

/* .secondaryaction-white:active {
  background-color: #000000;
  opacity: 0.15;
} */

/*Secondary action css ends here*/

/*Back action css starts here*/
.cancelBtn-left {
  margin-top: 10px;
}

.cancelBtn-left .icon {
  color: #db0011;
}

.back-btn, .cancel-btn {
  border: 0;
  background: transparent;
  padding-left: 0;
}

.cancel-btn:hover, .back-btn:hover,
.cancel-btn:focus, .back-btn:focus,
.cancel-btn:active, .back-btn:active {
  text-decoration: underline;
}

.exitbtn, .savebtn, .nextbtn {
    display: inline-block
}
.exitbtn, .savebtn, .cancelbtn {
    margin-right: 10px
}
.actionbtns {
    float: right
}

/*Back action css ends here*/

/*Title heading red line starts here */
.section-title {
  margin-bottom: 30px;
}

.title-line {
  display: inline-block;
  border-left: 5px solid #db0011;
  height: 16px;
  margin-right: 9px;
	/* line-height: 20px; */
  margin-bottom: 0px;
}

.title-line+h2, .title-line+h3 {
  display: inline-block;
  vertical-align: 1px;
  font-size: 1.143em;
  margin-bottom: 0px;
}

h3.sub-section-title, h4.sub-section-title {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}

/*Title heading red line ends here */

/* horizontal line indicators css starts here */
hr {
  margin-bottom: 20px;
  border-top: 1px solid #929292;
}

.horiz-line-separator {
  margin-bottom: 20px;
  display: table;
}

.horiz-line-separator .side-line {
  display: table-cell;
  border-top: 1px solid #929292;
}

.horiz-line-separator .triangle {
  display: table-cell;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  transform-origin: center center;
  border-top: 1px solid #929292;
  border-left: 1px solid #929292;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: -5px;
  margin-top: -6px;
  float: left;
}

.side-line.left-line.first-selected {
  width: 5.5%;
}

.side-line.left-line.second-selected {
  width: 17.5%;
}

.side-line.right-line.first-selected {
  width: 94.5%;
}

.side-line.right-line.second-selected {
  width: 82.5%;
}

.side-line.left-line.third-selected {
  width: 25.5%;
}

.side-line.right-line.third-selected {
  width: 74.5%;
}

/* horizontal line indicators css ends here */

/*error classes starts*/
.error {
  color: #ff0000;
  font-weight: normal;
}

.form-error-msg,
.form-error-msg_cust {
  font-size: 1em !important;
  color: #83000a !important;
  margin: 10px 0 0 !important;
  line-height: 1.2 !important;
  font-family: "UniversNextforHSBC-Regular", sans-serif !important;
  width: 100%;
}

.form-error-msg.icon::before,
.form-error-msg_cust.icon::before {
  font-family: "HSBCIcon-Font" !important;
  float: left;
  margin-right: 5px;
  margin-top: -3px;
  font-size: 1.33em !important;
}

.input_wrappererror.form__select, .input_wrappererror .input-text,
	.input_wrappererror .input-phone, .input_wrappererror .input-email,
	.input_wrappererror .csTextField, .input_wrappererror .form__radio__label:before,
	.input_wrappererror .form__checkbox__label:before {
  border: 1px solid #83000a;
  background-color: rgba(131, 0, 10, .05);
}

.input_wrappererror.form__select:hover, .input_wrappererror.form__select:focus,
	.input_wrappererror .input-text:hover, .input_wrappererror .input-text:focus,
	.input_wrappererror .input-phone:hover, .input_wrappererror .input-phone:focus,
	.input_wrappererror .input-email:hover, .input_wrappererror .input-email:focus,
	.input_wrappererror .csTextField {
  border: 1px solid #376798;
}

.input_wrappererror .currency_amt_label, .input_wrappererror .currency_amt_input {
  background-color: #fff2f3;
}

.input_wrappererror .form__radioTab__label {
	background-color: rgba(131, 0, 10, .05);
	border-top: 1px solid #83000a;
	border-bottom: 1px solid #83000a;
	border-left: 1px solid #83000a;
}

.input_wrappererror .form__radioTab__label:hover,
.input_wrappererror .form__radioTab__label:focus {
	border-top: 1px solid #376798;
	border-bottom: 1px solid #376798;
	border-left: 1px solid #376798;
}
/*error classes ends*/

/* Inline help css starts here */
.contextual-help {
  text-decoration: none;
  color: #333;
  font-size: 1.3em;
}

.contextual-help__bubble {
  position: absolute;
  bottom: 0;
  margin-bottom: 34px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 7px;
  padding: 0.4375rem;
  line-height: 1.5;
  background: #404040;
  color: #fff;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-14px);
  -moz-transform: translateY(-14px);
  -ms-transform: translateY(-14px);
  -o-transform: translateY(-14px);
  transform: translateY(-14px);
  opacity: 0;
  visibility: hidden;
}

.contextual-help:focus .contextual-help__bubble, .contextual-help:hover .contextual-help__bubble,
	.contextual-help:active .contextual-help__bubble {
  display: block;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

/* Inline help css ends here */

/* Date picker css starts here */
.ui-datepicker {
  font-family: "UniversNextforHSBC-Light", sans-serif !important;
  padding: 10px;
  width: 19em;
}

.ui-datepicker.ui-widget-content {
  background: #fff;
  z-index: 999 !important;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  border: none;
}

.ui-datepicker .ui-datepicker-header>a {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 33px;
  text-decoration: none;
  padding-top: 8px;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-header>a:hover {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-header>a span.icon {
  color: #008580;
  width: 80%;
  height: 80%;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prevy {
  left: 0;
  width: 2.5em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 3.2em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 2.2em;
  width: 3em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-nexty {
  right: 0;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-nexty span {
  padding-left: 0.5em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-nexty span.icon,
	.ui-datepicker .ui-datepicker-header .ui-datepicker-prevy span.icon {
  font-size: 1.2em;
  top: -2px;
}

.ui-state-hover.ui-datepicker-prev-hover, .ui-state-hover.ui-datepicker-next-hover {
  background: none;
  border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prevy span:after {
  content: "";
  border-right: 1px solid #d7d8d6;
  margin-left: 1.2em;
  display: inline-block;
  height: 0.65em;
  position: absolute;
  top: 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
  content: "";
  border-right: 1px solid #d7d8d6;
  margin-left: 0.8em;
}

.ui-datepicker .ui-datepicker-title, .ui-datepicker .ui-datepicker-calendar thead tr th {
  font-weight: bold;
  font-size: 0.875em;
  color: #333333;
}

.ui-datepicker-calendar .ui-state-default {
  border: none;
  text-align: center;
  padding: 10px;
  color: #333333;
  font-weight: normal;
  background: none;
}

.ui-datepicker .ui-datepicker-days-cell-over,.ui-datepicker .ui-state-default.ui-state-hover,.ui-datepicker .ui-state-default.ui-state-focus {
    border: 1px solid #929292;
    color: #333333;
    font-weight: normal;
    background-color: #fff;
}

.ui-datepicker .ui-state-default.ui-state-hover.ui-state-highlight,.ui-datepicker .ui-state-default.ui-state-focus.ui-state-highlight{
	border: none;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker-calendar tbody {
  border: 1px solid #d7d8d6;
}

.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #d7d8d6;
}

.ui-datepicker-calendar .ui-datepicker-today {
  border: 1px solid #929292;
}

.ui-datepicker-calendar .ui-datepicker-today a {
  background: none;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
  background-color: #008580;
  color: #ffffff;
}

.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50%
		repeat-x;
}

span.cal-icon-span {
  position: absolute;
  right: 0;
  top: 33px;
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-title {
  margin: 2.2em 0 0 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  height: 2em;
  border: 1px solid #d7d8d6;
  font-weight: normal;
  font-size: 0.875em;
  -webkit-border-radius: 0;
   -moz-border-radius: 0;	
   border-radius: 0;
   background: #fff;
}

.ui-datepicker select.ui-datepicker-month:focus, .ui-datepicker select.ui-datepicker-year:focus {
  border: 1px solid #d7d8d6;
  outline: none;
}

.ui-datepicker select.ui-datepicker-month {
  margin-right: 8%;
}

.ui-datepicker .ui-datepicker-title .form__select {
	width: 49%;
	float: left;
}

.ui-datepicker .ui-datepicker-title .form__select.month {
	margin-right: 2%;
}

.ui-datepicker-header .ui-datepicker-todayLink {
  left: 9.5em;
  color: #333333;
  font-weight: normal;
  font-size: 0.875em;
}

.icon-dob {
	float: right;
    font-size: 1.3em;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
}

@media only screen and (max-width: 479px) {
  .ui-datepicker {
    /* width: 16em; */
  }
}

/* Date picker css ends here */

/* date of birth box CSS: STARTS */
.dis_table {
	display: table;
}

.datecell {
    display: table-cell;
    width: 33%;
}

.hyphenate {
    display: table-cell;
    width: 10px;
    float: left;
    text-align: center;
}

.dis_table.input_wrappererror,
.input_wrappererror .dis_table {
	margin-bottom: 0px;
}

/* .dis_table.input_wrappererror + label {
	margin-bottom: 30px !important;
} */
/* date of birth box CSS: END */

/*Amount range slider css stats here */
.amount_range_slider {
  margin-top: 10px;
}

.amount_range_slider.ui-widget-content {
  background: #d7d8d6;
}

.amount_range_slider .ui-widget-header {
  background: #008580;
}

.amount_range_slider .ui-slider-handle {
  background: #929292;
  border: 1px solid #d7d8d6;
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -6px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  border-radius: 50%;
  background-color: #fff;
  background-image: -webkit-radial-gradient(#fff, #ededed);
  background-image: radial-gradient(#fff, #ededed);
}

.amount_range_slider .ui-slider-handle:focus, .amount_range_slider .ui-slider-handle:active {
  outline: none;
  border: 1px solid #376798;
}

/*Amount range slider css ends here */

/* expand collaps css starts here */
.expand-collapse-section-consent {
  padding: 14px;
  background: #ededed;
}

.exp-col-head {
  position: relative;
}

.head-content {
  margin-bottom: 0;
}

.show-hide-trigger {
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
}

.show-hide-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #333333;
}

.show-hide-content {
  position: relative;
  margin-top: 20px;
}

.show-hide-trigger:focus {
	outline: 1px solid #376798;
}
/* expand collaps css ends here */

/* Horizontal ui tabs css starts here */
.ui-tabs.ui-widget-content {
  border: none;
  padding: 0;
}

.ui-tabs-nav.ui-widget-header {
  background: #ededed;
  box-shadow: inset 0 -1px 0 0 #d7d8d6;
  padding: 0;
  display: flex;
  border: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
  color: #333333;
  outline: none;
  padding: 0.875em 2em;
}

.ui-tabs .ui-tabs-nav li {
  padding: 0;
  display: flex;
  height: 3rem;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  background: #ededed;
  border: none;
  margin: 0;
  outline: none;
}

.ui-tabs .ui-tabs-nav li:after {
  content: '';
  width: 1px;
  height: 2rem;
  display: inline-block;
  box-shadow: 1px 0 0 0 #d7d8d6;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.ui-tabs-tab.ui-corner-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ui-tabs-tab.ui-tabs-active.ui-state-active {
  background: #fff;
  box-shadow: inset 1px 1px 0 0 #d7d8d6, 1px 0 0 0 #d7d8d6, inset 0 5px 0
		0 #db0011;
}

.ui-tabs-tab.ui-tabs-active.ui-state-active:hover, .ui-tabs-tab.ui-tabs-active.ui-state-active:focus {
  background: #fff;
  box-shadow: inset 1px 1px 0 0 #d7d8d6, 1px 0 0 0 #d7d8d6, inset 0 5px 0
		0 #db0011;
}

.ui-tabs-tab.ui-tabs-active.ui-state-active:after {
  content: '';
  box-shadow: none;
}

/* Horizontal ui tabs css ends here */

/* anchor link css starts here */
.anchor_link {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

.anchor_link .anchor_link_text:hover, .anchor_link .anchor_link_text:focus {
  text-decoration: underline;
}

.anchor_link .icon {
  text-decoration: none;
  color: #db0011;
}

/* anchor link css ends here */

/* step tracker Progress Bar css starts here */
.progressBar {
  width: 100%;
  margin: 20px 0px;
}

.progress__bar {
  position: relative;
  height: 4px;
  overflow: hidden;
  background: #ededed;
}

.progressBarText {
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  color: #929292;
}

.progressBarText>div:after {
  content: "";
  display: table;
  clear: both;
}

.progressBarText>div {
  color: #333333;
  display: block;
  float: left;
  min-width: 16%;
}

.progressBarText span {
  display: block;
  float: left;
  margin-bottom: 10px;
}

.progressBarText .progressHeadingText span.step_count {
  float: left;
  display: inline;
  margin-bottom: 10px;
  margin-right: 4px;
}

.progressBarText .icon.icon-chevron-right {
  font-size: 1.6em;
}

.progressTextActive {
  color: #333333;
}

.progressHeadingText {
	/* margin-left: 3px;
    margin-right: 5px;
    font-size: 1.3em; */
  font-weight: 700;
}

/* .progressTextActive .progressHeadingText {
	font-weight: bold;
} */
body:not (:-moz-handler-blocked ) .progressHeadingText {
  margin-left: 3px;
  margin-right: 25px;
}

.progress__bar__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #db0011;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.mobile_step {
  padding-left: 0px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.mobile_steps {
  margin: 20px 0px;
}

.mobile_steps_container {
  padding-bottom: 0px;
}

/* updated step tracker css:START */

.progressBarText li {
    display: block;
    margin-right: 1.5%;
    min-width: 8%;
    text-transform: none;
    float: left
}
.step_tracker_wrapper {
    width: 100%;
    z-index: 998;
    background: #fff;
    margin-top: 45px;
    box-shadow: none;
    top: 0
}
.step_tracker_wrapper .progressBarText>div {
    min-width: 7%;
    margin-right: 2.5%
}
.step_tracker_wrapper .progressBarText .icon.icon-chevron-right {
    margin-top: -3px
}
.step_tracker_wrapper .progressBarText>div {
    min-width: 7%;
    margin-right: 1.75%
}

/* updated step tracker css:END */

/* step tracker Progress Bar css ends here */

/* Toggle content css starts here */
.form__item--knockout {
  background: #ededed;
  padding: 14px;
}

.row__grey--block {
	/* background: #ededed; */
  margin: 10px 0 0;
	/* padding: 20px; */;
}

.column__grey--block {
  background: #ededed;
  margin: 10px 0;
  padding: 10px;
}

.control-toggle-content {
  display: none;
}

.control-toggle-content.isActive {
  display: block;
}

/* Toggle content css ends here */
/* add remove toogle link css starts */
.add-remove__toggle .add-remove__item {
  display: none;
}

.add-remove__toggle .add-remove__item.is-active {
  display: block;
}

.add-remove-toogle__trigger {
  text-decoration: none;
  color: #333333;
}

.add-remove-toogle__icon.icon {
  font-size: 1.5em;
  margin-right: 5px;
}

.add-remove-toogle__trigger .add-remove-toogle__linkText,
.editbutton a .add-remove-toogle__linkText {
  text-decoration: none;
}

.add-remove-toogle__trigger:focus .add-remove-toogle__linkText,
.add-remove-toogle__trigger .add-remove-toogle__linkText:hover,
.editbutton a:focus .add-remove-toogle__linkText,
.editbutton a .add-remove-toogle__linkText:hover	 {
  text-decoration: underline;
}

.add-remove-toogle__trigger:focus,
.add-remove-toogle__trigger:hover,
.editbutton a:focus,
.editbutton a:hover {
  outline: none;
}

/* add remove toogle link css ends */

/* Accessibility related css starts here */
.is-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.strok_on_focus:before {
  outline: 1px solid #376798;
}

.select_strok_focus {
  border: 1px solid #376798 !important;
}

.accessible-hidden {
  position: absolute;
  left: -999999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
 }

/* Accessibility related css ends here */

/*Text alignment*/
.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textunderline {
  text-decoration: underline;
}

p {
  margin-bottom: 20px;
}

p.nomarginbottom {
  margin-bottom: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}
/*Text alignment ends*/

/* btn slider (toggle button) starts css */
.btnslide {
  display: inline;
  font-size: 0!important;
  float: left;
  position: relative;
  text-align: right;
  margin-bottom: 20px;
}

.first,
.second {
  display: inline-block;
  text-decoration: none;
  width: 12%;
  vertical-align: top;
  display: inline-block;
  color: #BBBBBB;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tumbler {
  width: 15%;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  position: relative;
}

.tumbler:before {
  content: "";
  position: absolute;
  top: -2px;
  z-index: 1;
  left: 0;
  display: block;
  width: 44px;
  height: 20px;
  background-color: grey;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tumbler:after {
  content: "";
  position: absolute;
  top: -1px;
  z-index: 2;
  left: 2px;
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.tumbler.on:before {
  background-color: #008580;
}

.on.tumbler:after {
  left: 24px;
}

.agreeclause {
  float: left;
  margin-right: 55px;
}	
/* btn slider (toggle button) ends css */

/*Add - Remove links */
.rem-link{
	display: block;
	width: 200px;
	clear: both;
}
	

/* Overlay css : START */

.overlay {
    display: none
}
.overlay:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    color: #333;
    content: "";
    opacity: .7
}
.overlay .inner-container {
    position: fixed;
    width: 40%;
    height: auto;
    max-height: 400px;
    top: 10%;
    background: #fff;
    z-index: 9999;
    margin: auto;
    left: 30%;
    padding: 20px 20px 14px
}
.btn-on-ovrly {
    float: right
}
.overlay .title-line+h2,
.overlay .title-line+h3 {
    margin-bottom: 10px
}
.ovrly-close span.icon {
    font-size: 2em;
    float: right;
    margin-top: -5px
}
.ovrly-bottom-section .form__item {
    margin-bottom: 6px
}
.padding0 {
    padding: 0
}

@media only screen and (min-width: 640px) and (max-width: 959px) {
    
}
@media only screen and (min-width: 0) and (max-width: 639px) {
   .title-line.s-long-text, .title-line.s-long-text {
    margin-bottom: 1px;
  }
}
/* Overlay css : END */

/* tooltip css : START */

.tipicon {
    font-size: 1.2em;
    margin-top: -1px
}
#tooltip {
    text-align: left;
    color: #333;
    background: #fff;
    position: absolute;
    z-index: 100;
    padding: 15px;
    box-shadow: none;
    border-radius: 0;
    line-height: 1.2em;
    border: 1px solid #929292
}
#tooltip:after
/* triangle decoration */

{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}
#tooltip:before
/* triangle decoration */

{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #333;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}
#tooltip.top:after,
#tooltip.top:before {
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    top: -20px;
    bottom: auto
}
#tooltip.left:after,
#tooltip.left:before {
    left: 10px;
    margin: 0
}
#tooltip.right:after,
#tooltip.right:before {
    right: 10px;
    left: auto;
    margin: 0
}

/* tooltip css : END */

/* Media Queries */

/*Desktop view */
@media only screen and (min-width: 960px) {
  .primaryaction, .secondaryaction, .secondaryaction-slate, .secondaryaction-white {
    padding: 12px 20px;
    min-width: 100px;
    max-width: 400px;
    -webkit-appearance: none;
    text-align: center;
  }

  .content-container h2 {
    padding-bottom: 40px;
  }

  .form__label.match-w-sec-line {
    margin-top: 14px;
  }
  
  .columns.lg-clear {
  	clear: both;
  }
}

/* Tablets in Portrait*/
@media only screen and (min-width: 640px) and (max-width: 959px) {
	
  .primarynav.container {
    padding: 0 1.286em;
  }

  .primaryaction, .secondaryaction, .secondaryaction-slate, .secondaryaction-white {
		/* line-height:48px; */
    padding: 12px 20px;
    min-width: 80px;
    max-width: 384px;
    -webkit-appearance: none;
		/*added to check the button look and feel on iPad devices*/;
  }

  .content-container h2 {
    padding-bottom: 30px;
  }

  .form__label.match-w-sec-line {
    margin-top: 14px;
  }

  .multi_radioTab_list .form__radioTab__label {
    width: 112px;
  }

  .form__radioTab_box.multi_radioTab_list_box .form__radioTab__label_box,
	.form__radioTab.form__radioTab_box.multi_radioTab_list_box {
    width: 30px;
    min-width: 30px;
  }

	/* horizontal indicator width starts */
  .side-line.left-line.first-selected {
    width: 8%;
  }

  .side-line.left-line.second-selected {
    width: 24%;
  }

  .side-line.right-line.first-selected {
    width: 92%;
  }

  .side-line.right-line.second-selected {
    width: 76%;
  }
  
  .side-line.left-line.third-selected {
	  width: 40.5%;
	}
	
	.side-line.right-line.third-selected {
	  width: 59.5%;
	}
	/* horizontal indicator width end */
	
	.columns.md-clear-left {
		clear: left;
	}
	
	/*Overlay css starts*/
	.overlay .inner-container {
        width: 80%;
        max-height: 400px;
        top: 15%;
        left: 10%
    }
    .ovrly-bottom-section .form__item {
        margin-bottom: 10px
    }
    /*Overlay css ends*/
}

/* Smart phones in Portrait*/
@media only screen and (min-width: 0) and (max-width: 639px) {
  .form-label-top label, .form-label-top, .form__label,
		.form__checkbox__label, .select-menu-div ul.select-options li {
    font-size: 1.143em;
  }

  .input-text, .input-phone, .input-email, .input-width-320, .csTextField {
    padding: 0 15px;
    height: 44px;
    font-size: 1.143em;
  }

 /*  .form__select__value:after {
    top: 6px;
    height: 28px;
  } */

  .form__select__value {
    font-size: 1.143em;
   /*  line-height: 1;
    padding: 13px 35px 13px 10px; */
  }

  .form__radioTab__label {
    font-size: 1.143em;
    padding: 13px;
  }

  .form__radioTab_with_3_option .form__radioTab__label {
    padding: 13px 0px;
  }

  .multi_radioTab_list .form__radioTab__label {
    width: 88px;
  }

  .form__radioTab_box.multi_radioTab_list_box .form__radioTab__label_box,
	.form__radioTab.form__radioTab_box.multi_radioTab_list_box {
    width: 30px;
    min-width: 30px;
  }

  .form__radioTab_box.multi_radioTab_list_box .form__radioTab__label_box {
    padding: 13px 7px;
  }

  .primaryaction, .secondaryaction, .secondaryaction-slate, .secondaryaction-white {
		/* line-height:48px; */
    padding: 14px;
    min-width: 88px;
    max-width: 100%;
    -webkit-appearance: none;
		/*added to check the button look and feel on iPad devices*/
    font-size: 1.143em;
  }

	/* For mobile phones: */

  .content-container h2 {
    padding-bottom: 20px;
  }

	/* CTA buttons styling starts */
  .cancelBtn-left {
    float: none;
    margin-bottom: 20px;
	font-size: 1.143em;
  }

  .back-btn, .mobilefont {
    font-size: 16px;
  }
  
  .exitbtn, .savebtn, .nextbtn, .cancelbtn {
        width: 100%;
        margin-bottom: 14px
   }
   .actionbtns {
        float: none
   }
   
   .primaryaction, .secondaryaction, .secondaryaction-slate, .secondaryaction-white, .submitBtn-right, .cancelBtn-left {
	    width: 100%;
	}

	/*Title heading red line starts here */
  .title-line {
    float: left;
	height: 18px;
  }

  .title-line+h2, .title-line+h3 {
    display: inline;
    font-size: 1.286em;
  }

	/*Title heading red line ends here */
  h3.sub-section-title, h4.sub-section-title {
    font-size: 1.143em;
    margin-bottom: 0px;
  }

	/* horizontal indicator width starts */
  .side-line.left-line.first-selected {
    width: 25%;
  }

	.side-line.right-line.first-selected {
	    width: 75%;
	  }

	.side-line.left-line.second-selected {
	    width: 75%;
	  }
	
	.side-line.right-line.second-selected {
	    width: 25%;
		}
	  
	.side-line.left-line.third-selected {
	  width: 83.5%;
	}
	
	.side-line.right-line.third-selected {
	  width: 16.5%;
	}
	/* horizontal indicator width end */
	
	/*Overlay css starts */
	 .overlay .inner-container {
        width: 90%;
        max-height: 400px;
        top: 10%;
        left: 5%;
        padding: 20px 20px 0
    }
    .align-centre {
        min-width: 300px
    }
    /*Overlay css ends */
    
    .mobile-accessible-hidden {
	  position: absolute;
	  left: -999999px;
	  top: auto;
	  width: 1px;
	  height: 1px;
	  overflow: hidden;
	 }
}