﻿/*flex*/
/*flex-end*/
/*Reset*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
em,
img,
strong,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
footer,
header,
hgroup,
nav,
section,
video,
input,
button,
textarea {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-size: 14px;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  cursor: pointer;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
/*Heading Styles*/
/*h1{
	font-size: 36px;
	font-size: 3.6rem;	
}
h2{
	font-size: 30px;
	font-size: 3rem;
}
h3{
	font-size: 24px;
	font-size: 2.4rem;
}
h4{
	font-size: 18px;
	font-size: 1.8rem;	
}
h5{
	font-size: 14px;
	font-size: 1.4rem;
}
h6{
	font-size: 12px;
	font-size: 1.2rem;
}*/
/*Heading Styles End*/
/*Reset End*/
/* Common LESS Document */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.full-width,
.dropdown-wrap .overlay,
input:not([class="key-value"])[type="text"],
input:not([class="key-value"])[type="password"],
.text-underline:focus ~ .bar,
.login-form-wrapper .button {
  width: 100%;
}
.full-height,
.dropdown-wrap .overlay {
  height: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed,
.dropdown-wrap .overlay {
  position: fixed;
}
.display-block {
  display: block;
}
.display-inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.text-center,
.text-center,
.login-form-wrapper .login-message-content,
.error-message-wrapper .error-content,
.login-form-wrapper .login-message-content,
.error-message-wrapper .error-content {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-indent {
  overflow: hidden;
  /*to fix focus outline issue in firefox*/
  text-indent: -99999px;
}
.nowrap {
  white-space: nowrap;
}
.no-border {
  border: none;
}
.overflow-hidden {
  overflow: hidden;
}
.hide {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*dropdown Start*/
.dropdown-open {
  max-height: 100vh;
  overflow: hidden;
}
.dropdown-wrap {
  position: relative;
  vertical-align: middle;
}
.dropdown-wrap.relative-dropdown {
  position: fixed;
}
.dropdown-wrap > .menu-button {
  display: block;
  position: relative;
  white-space: nowrap;
}
.dropdown-wrap .overlay {
  display: none;
  left: 0;
  top: 0;
}
.open.dropdown-wrap .overlay {
  display: block;
}
.close.dropdown-wrap .overlay {
  display: block;
}
.dropdown-wrap > .menu {
  display: none;
  line-height: normal;
  max-height: 100vh;
  min-width: 100%;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 100%;
}
.up.dropdown-wrap > .menu {
  bottom: 100%;
  top: auto;
}
.no-close.dropdown-wrap > .menu {
  display: block;
}
.align-right.dropdown-wrap > .menu {
  right: 0;
}
.align-center.dropdown-wrap > .menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dropdown-wrap > .menu > .menu-item {
  border-style: solid;
  border-top-width: 1px;
}
.dropdown-wrap > .menu > .menu-item > .menu-link {
  display: block;
}
.open.dropdown-wrap > .menu {
  display: block;
}
.close.dropdown-wrap > .menu {
  display: block;
  margin: 0;
}
.dropdown-wrap .menu-item {
  cursor: pointer;
}
/*Dropdown End*/
/* LESS Document */
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="radio"][disabled] + label .radio-ui,
input[type="radio"][disabled] + label .label-text {
  cursor: default;
  opacity: 0.4;
}
.radio-ui {
  display: inline-block;
  height: 1em;
  margin: -1px 8px 0 1px;
  /*margin-left changed to avoid clipping of radio button*/
  width: 1em;
  position: relative;
}
input[type="radio"] + label .radio-ui {
  background-color: #fff;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border: 1px solid #707070;
}
input[type="radio"] + label .label-text {
  display: inline-block;
  vertical-align: top;
}
input[type="radio"]:checked + label .radio-ui {
  border: 1px solid #0075cd;
}
input[type="radio"]:checked + label .radio-ui:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #0075cd;
  border: 2px solid #fff;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"] + label .radio-ui,
input[type="radio"]:checked + label .radio-ui {
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
/* Fonts Start */
/* BEGIN Light */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Light/Roboto-Light.woff2") format("woff2"), url("../fonts/Light/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/Regular/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* END Regular */
/* BEGIN Medium */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/Medium/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* END Medium */
/* BEGIN Bold */
@font-face {
  font-family: Roboto;
  src: url("../fonts/Bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/Bold/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* END Bold */
/*Fonts end*/
.v-center,
.login-form-wrapper {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.h-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex-column,
.login-form-wrapper,
.login-form-wrapper .login-message-content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-display,
.v-center,
.h-center,
.center,
.flex-column,
.cookie-warning .message-bar,
.cookie-warning.more,
.cookie-warning.more .message-detail-wrapper,
.two-input,
.dropdown-wrap .menu-button,
.dropdown-wrap.country-code-wrap .menu-item .country-code-holder,
.container,
.page-wrapper,
.header-wrapper,
.footer-wrapper,
footer .footer-link,
.login-wrapper,
.error-wrapper,
.login-form-wrapper,
.login-form-wrapper,
.login-form-wrapper .login-message-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.full-width,
.dropdown-wrap .overlay,
input:not([class="key-value"])[type="text"],
input:not([class="key-value"])[type="password"],
.text-underline:focus ~ .bar,
.login-form-wrapper .button {
  width: 100%;
}
.underline,
a {
  text-decoration: underline;
}
.no-underline,
a:hover,
a:focus,
.dropdown-wrap a {
  text-decoration: none;
}
.hidden {
  display: none;
}
.radio-btn-holder {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bold-text {
  font-weight: 600;
}
input[type="radio"] + label .label-text {
  word-break: break-all;
  overflow-wrap: break-word;
}
.radio-ui {
  flex: none;
}
.bubble-loader {
  display: none;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.bubble-loader.show-load {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bubble-loader.blue {
  color: #0075cd;
}
.bubble-loader.small .bubble {
  width: 5px;
  height: 5px;
}
.bubble-loader.medium .bubble {
  width: 8px;
  height: 8px;
}
.bubble-loader.large .bubble {
  width: 17px;
  height: 17px;
}
.bubble-loader.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bubble-loader.overlay:after {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: fixed;
  user-select: none;
  right: 0;
  top: 0;
  z-index: -1;
}
.bubble-loader .bubble {
  background-color: currentColor;
  border-radius: 50%;
  margin: 3px;
}
.bubble-loader .bubble:nth-child(1) {
  -webkit-animation: bubbleanim 1.2s infinite;
  -moz-animation: bubbleanim 1.2s infinite;
  -ms-animation: bubbleanim 1.2s infinite;
  -o-animation: bubbleanim 1.2s infinite;
  animation: bubbleanim 1.2s infinite;
  -webkit-animation-delay: -600ms;
  -moz-animation-delay: -600ms;
  -ms-animation-delay: -600ms;
  -o-animation-delay: -600ms;
  animation-delay: -600ms;
}
.bubble-loader .bubble:nth-child(2) {
  -webkit-animation: bubbleanim 1.2s infinite;
  -moz-animation: bubbleanim 1.2s infinite;
  -ms-animation: bubbleanim 1.2s infinite;
  -o-animation: bubbleanim 1.2s infinite;
  animation: bubbleanim 1.2s infinite;
  -webkit-animation-delay: -400ms;
  -moz-animation-delay: -400ms;
  -ms-animation-delay: -400ms;
  -o-animation-delay: -400ms;
  animation-delay: -400ms;
}
.bubble-loader .bubble:nth-child(3) {
  -webkit-animation: bubbleanim 1.2s infinite;
  -moz-animation: bubbleanim 1.2s infinite;
  -ms-animation: bubbleanim 1.2s infinite;
  -o-animation: bubbleanim 1.2s infinite;
  animation: bubbleanim 1.2s infinite;
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -ms-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.bubble-loader .bubble:nth-child(4) {
  -webkit-animation: bubbleanim 1.2s infinite;
  -moz-animation: bubbleanim 1.2s infinite;
  -ms-animation: bubbleanim 1.2s infinite;
  -o-animation: bubbleanim 1.2s infinite;
  animation: bubbleanim 1.2s infinite;
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.p5-all {
  padding: 5px;
}
.p10-all {
  padding: 10px;
}
.p15-all {
  padding: 15px;
}
.p20-all {
  padding: 20px;
}
.p25-all {
  padding: 25px;
}
.m5-all {
  margin: 5px;
}
.m10-all {
  margin: 10px;
}
.m15-all {
  margin: 15px;
}
.m20-all {
  margin: 20px;
}
.m25-all {
  margin: 25px;
}
/*Cookie warning*/
.show-cookies .cookie-warning {
  max-height: inherit;
  overflow: visible;
}
.cookie-warning {
  color: #fff;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 3;
  -moz-transition: max-height 3;
  -ms-transition: max-height 3;
  -o-transition: max-height 3;
  transition: max-height 3;
}
.cookie-warning .message-bar {
  align-items: center;
  padding: 10px 35px;
  position: relative;
  z-index: 4;
}
.cookie-warning .message-bar.blue-bg {
  background-color: #00345b;
}
.cookie-warning .button {
  margin: 0px 5px;
  min-width: 92px;
  padding: 7px 12px;
  flex: 0 0 auto;
  font-weight: 600;
  border-radius: 15px;
  text-align: center;
}
.cookie-warning .button.cookie-accept {
  background-color: #00d097;
  color: #000;
  text-decoration: none;
}
.cookie-warning .button.cookie-accept:hover,
.cookie-warning .button.cookie-accept:focus,
.cookie-warning .button.cookie-accept:active {
  background-color: #00d097;
  color: #000;
}
.cookie-warning .button.learn-about-cookie {
  border: 1px solid;
  color: #fff;
  text-decoration: none;
  border-color: currentColor;
}
.cookie-warning .button.learn-about-cookie:hover,
.cookie-warning .button.learn-about-cookie:focus,
.cookie-warning .button.learn-about-cookie:active {
  color: #fff;
  border-color: currentColor;
}
.cookie-warning .message {
  flex: 1 1 auto;
  /*padding: 8px 5px;*/
  line-height: 1.2;
}
.cookie-warning .message-detail-wrapper {
  background-color: #fff;
  color: #000;
  display: none;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  z-index: 3;
  -webkit-transition: opacity 3;
  -moz-transition: opacity 3;
  -ms-transition: opacity 3;
  -o-transition: opacity 3;
  transition: opacity 3;
}
.cookie-warning .message-detail-wrapper:after {
  background-color: white;
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.cookie-warning .learn-about-cookie {
  -webkit-transition: opacity 3;
  -moz-transition: opacity 3;
  -ms-transition: opacity 3;
  -o-transition: opacity 3;
  transition: opacity 3;
}
.cookie-warning .logo {
  color: #000;
}
.cookie-warning .message-detail-header {
  color: #000;
}
.cookie-warning .message-detail-header.header {
  background-color: transparent;
  margin: 6px 0px;
}
.cookie-warning .message-detail-content {
  margin-top: 35px;
  padding: 0px 83px;
  overflow: auto;
}
.cookie-warning .content-title {
  font-size: 1.8rem;
  margin: 40px 0px 25px;
}
.cookie-warning .content-text {
  margin: 0px 0px 22px;
}
.cookie-warning .close-cookie-learning {
  margin-left: auto;
  padding: 10px;
  float: right;
}
.cookie-warning .svg-icon.cross-icon {
  width: 17px;
  height: 17px;
  fill: #000;
}
.cookie-warning.more {
  height: 100%;
  min-width: 767px;
  position: absolute;
  width: 100%;
  z-index: 6;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.cookie-warning.more .message-detail-wrapper {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  opacity: 1;
  pointer-events: all;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.cookie-warning.more .learn-about-cookie {
  opacity: 0;
  pointer-events: none;
}
.cookie-warning.more .message-bar {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 80px;
}
.cookie-warning.more .message-detail-content {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cookie-warning.more + .page-wrapper .header {
  z-index: 4;
}
/*CSS FOR AUTO FILL BACKGROUND REMOVE*/
.input-field:-webkit-autofill,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
body {
  color: #071a2b;
  font-family: "Roboto", "Myriad Pro Regular", Arial, Tahoma;
  font-size: 1.4rem;
}
.button {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button.primary {
  background-color: #0075cd;
  border-color: transparent;
  color: #fff;
}
.button:hover,
.button:focus {
  cursor: pointer;
}
.primary.button:hover,
.primary.button:focus {
  background: #0092ff;
}
/*For disabling 'X' in input feild in IE 11*/
input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
/*Text box with undeline Start*/
input:not([class="key-value"]) {
  /*for input with dropdown arrow*/
}
input:not([class="key-value"]):not([type="radio"]) + label {
  color: #707070;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 16px;
  margin-top: -22px;
  position: relative;
  top: -3px;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: font-size, top;
  transition-property: font-size, top;
}
input:not([class="key-value"]):focus:not([type="radio"]) + label,
input:not([class="key-value"]):valid:not([type="radio"]) + label {
  font-size: 1.2rem;
  font-weight: 400;
  top: -26px;
}
input:not([class="key-value"])[type="text"],
input:not([class="key-value"])[type="password"] {
  height: 36px;
  margin-top: 10px;
}
input:not([class="key-value"])[type="text"]:focus,
input:not([class="key-value"])[type="password"]:focus {
  outline: none;
}
input:not([class="key-value"]).with-arrow {
  padding-right: 24px;
}
input:not([class="key-value"]) ~ .arrow-icon {
  position: absolute;
  right: 9px;
  top: 22px;
}
.text-underline {
  background-color: transparent;
  border: 0 none;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.text-underline ~ .bar {
  display: block;
  height: 2px;
  left: 50%;
  margin-top: 4px;
  position: relative;
  width: 0;
  z-index: 3;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, left, width;
  transition-property: background-color, left, width;
}
.text-underline:focus ~ .bar {
  background-color: #0092ff;
  left: 0;
}
.text-underline.error {
  border-bottom: 2px solid #e31111;
  z-index: 5;
}
/*Text box without icon start*/
.input-icon + .input-field,
.input-icon + .input-field ~ label {
  padding-left: 33px;
}
/*Text box without icon end*/
/* Two input text box start*/
.first-input {
  width: 80px;
  margin-right: 20px;
}
.first-input > .bar {
  margin-top: -2px;
}
.second-input {
  width: calc(100% - 95px);
}
/* Two input text box end*/
/*Text box with undeline End*/
/*For label in key option in login verification page (start)*/
.key-value {
  background-color: #f1f1f1;
  font-size: 1.8rem;
  padding: 11px;
  text-align: center;
  width: 100%;
}
/*For label in key option in login verification page (end)*/
/*Dropdown Start*/
.dropdown-wrap.language-dropdown {
  margin-top: 8px;
}
.dropdown-wrap.language-dropdown .menu-item {
  border-top-color: #000;
}
.dropdown-wrap > .menu {
  background-color: #fff;
}
.dropdown-wrap .menu a {
  display: block;
  padding: 8px 16px;
  white-space: nowrap;
}
.close.dropdown-wrap .menu {
  animation-fill-mode: forwards;
}
.dropdown-wrap .menu-button {
  border: 1px solid;
  border-bottom: 0;
  border-color: transparent;
  line-height: 1;
  padding: 13px 8px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.dropdown-wrap .menu-button:hover,
.open.dropdown-wrap .menu-button {
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-wrap .menu-button .button-text {
  margin-right: 10px;
  vertical-align: middle;
}
.dropdown-wrap.country-code-wrap .menu-button {
  padding: 0;
  position: relative;
}
.dropdown-wrap.country-code-wrap .menu-button .input-field {
  display: inline-block;
  height: auto;
  margin-top: 17px;
  padding: 5px 5px 6px 16px;
}
.dropdown-wrap.country-code-wrap .menu-button:before {
  color: #071a2b;
  content: '+';
  display: block;
  left: 5px;
  position: absolute;
  top: 24px;
}
.dropdown-wrap.country-code-wrap .menu {
  background-color: #fff;
  max-height: 320px;
  overflow-y: auto;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-wrap.country-code-wrap .menu-item {
  border: 0;
}
.dropdown-wrap.country-code-wrap .menu-item:hover,
.dropdown-wrap.country-code-wrap .menu-item.active {
  background-color: #dbebf8;
}
.dropdown-wrap.country-code-wrap .menu-item .country-name {
  display: inline-block;
  padding-right: 5px;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}
.dropdown-wrap.country-code-wrap .menu-item .country-code {
  display: inline-block;
  width: 30px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
}
.dropdown-wrap.country-code-wrap .menu-link {
  color: #000;
}
.dropdown-wrap.country-code-wrap .arrow-icon {
  top: 22px;
}
.dropdown-wrap .arrow-icon .svg-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.open.dropdown-wrap .arrow-icon .svg-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*Dropdown End*/
.text-link {
  color: #0075cd;
}
/*Heading Start*/
/* h1- light ,h2- regular/bold, h3- regular, h4- bold */
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 1.8rem;
}
h5 {
  font-size: 1.4rem;
}
/*Heading End*/
/*Font-weight Start*/
.lighter {
  font-weight: 300;
}
.regular,
h2,
h3,
h4 {
  font-weight: 400;
}
.medium,
.medium-text {
  font-weight: 500;
}
.bolder,
h1,
h5 {
  font-weight: 700;
}
/*Font-weight End*/
.superscript {
  font-size: 0.625em;
  font-family: Arial;
}
.grey,
.arrow-icon .svg-icon.grey {
  fill: #707070;
}
.green {
  fill: #0da56a;
}
.teal {
    fill: #1e6c6c;
}
.red {
    fill: #fe0000;
}
.product-logo .svg-icon {
  fill: #fff;
  height: 15px;
  width: 178px;
}
.assessor-logo.product-logo .svg-icon {
  width: 113px;
}
.arrow-icon .svg-icon {
  fill: currentColor;
  height: 5px;
  width: 10px;
}
.user-email-icon .svg-icon {
  bottom: 10px;
  display: inline-block;
  fill: #828c95;
  height: 19px;
  left: 0;
  position: absolute;
  width: 16px;
  z-index: 4;
}
.password-icon .svg-icon {
  bottom: 12px;
  display: inline-block;
  fill: #828c95;
  height: 12px;
  left: 0;
  position: absolute;
  width: 25px;
  z-index: 4;
}
.page-not-found-icon .svg-icon {
  fill: #707070;
  height: 108px;
  width: 111px;
}
.error-icon .svg-icon {
  fill: #707070;
  height: 96px;
  width: 98px;
}
.tick-icon .svg-icon {
  height: 12px;
  width: 24px;
}
.cross-icon .svg-icon {
  fill: #f44336;
  height: 13px;
  width: 24px;
  position: relative;
  right: 5px;
}

.meet {
    display: none;
}
.logo-holder.tick-holder .tick-icon .svg-icon {
  height: 50px;
  width: 67px;
}
.page-not-found-icon,
.error-icon {
  height: 108px;
  margin-bottom: 50px;
}
/*for install app page (start)*/
.app-icon {
  background-image: url(../images/googlePlay.png);
  background-repeat: no-repeat;
  height: 36px;
  position: absolute;
  width: 152px;
}
.app-icon.google-play {
  background-position: -9px -10px;
  left: 6px;
  top: 7px;
}
.app-icon.app-store {
  background-position: -10px -67px;
  left: 15px;
  top: 8px;
}
/*for install app page (end)*/
.product-logo {
  height: 15px;
}
.header {
  background: #071a2b;
  color: #fff;
  fill: #fff;
  flex: 0 0 auto;
  height: 50px;
  width: 100%;
  z-index: 6;
}
.header a {
  color: rgba(255, 255, 255, 0.8);
}
.header a:hover {
  color: #fff;
}
.header .language-dropdown .menu {
  background-color: #071a2b;
}
.header .menu-button:hover,
.open.header .menu-button {
  border-color: rgba(255, 255, 255, 0.1);
}
.container {
  height: 100%;
}
.container,
.page-wrapper {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.page-wrapper {
  flex: 1 1 auto;
}
.header-wrapper,
.footer-wrapper {
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
}
.content-container {
  flex: 1 1 auto;
  height: 100%;
  overflow-y: auto;
}
.content-holder {
  width: 100%;
}
.content-wrapper {
  height: 100%;
}
.middle-section {
  margin: 0 auto;
  padding: 0 20px;
  width: 980px;
}
footer {
  background: #0092ff;
  color: #fff;
  flex: 0 0 auto;
  height: 40px;
  position: relative;
  z-index: 6;
}
footer .footer-link-item {
  color: currentColor;
  padding: 0 5px;
}
footer .footer-link-item + .footer-link-item {
  border-left: 1px solid currentColor;
}
.white-link {
    color: #FFFFFF; 
    text-decoration: underline;
    margin-right: 40px; /* Add space to the right of each link */
}

    .white-link:last-child {
        margin-right: 0; /* Remove margin from the last link */
    }
/*media query*/
@media (max-width: 1023px) {
  .content-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .content-holder {
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .content-wrapper {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-overflow-scrolling: touch;
    flex: 1 1 auto;
    height: 100%;
    justify-content: center;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .login-form-wrapper {
    margin-bottom: 20px;
  }
  .login-wrapper .content-wrapper .middle-section {
    flex: 1 1 auto;
    justify-content: center;
    min-height: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .login-wrapper .content-wrapper .middle-section .welcome-text-wrapper {
    max-width: 432px;
    bottom: initial;
    position: initial;
  }
    .login-wrapper .content-wrapper .middle-section .welcome-text-wrapper .welcome-title {
        font-size: 2.4rem;
        letter-spacing: -1px;
        font-family: Arial;
    }
    .login-wrapper .content-wrapper .middle-section .welcome-text-wrapper .welcome-content {
        font-size: 1.4rem;
        font-family: Arial;
    }
}
.fast-animation,
.dropdown-anim-down,
.dropdown-anim-up,
.open.dropdown-wrap .menu,
.close.dropdown-wrap .menu {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.ease-animation,
.dropdown-anim-down,
.dropdown-anim-up,
.open.dropdown-wrap .menu,
.close.dropdown-wrap .menu {
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
}
/* keyframes */
/* animation */
.dropdown-anim-down,
.open.dropdown-wrap .menu {
  -webkit-animation-name: dropdownDown;
  -moz-animation-name: dropdownDown;
  -ms-animation-name: dropdownDown;
  -o-animation-name: dropdownDown;
  animation-name: dropdownDown;
}
@-moz-keyframes dropdownDown {
  0% {
    max-height: 0;
    opacity: 0;
    /*overflow:auto;*/
  }
  100% {
    opacity: 1;
    /*overflow:auto;*/
  }
}
@-webkit-keyframes dropdownDown {
  0% {
    max-height: 0;
    opacity: 0;
    /*overflow:auto;*/
  }
  100% {
    opacity: 1;
    /*overflow:auto;*/
  }
}
@keyframes dropdownDown {
  0% {
    max-height: 0;
    opacity: 0;
    /*overflow:auto;*/
  }
  100% {
    opacity: 1;
    /*overflow:auto;*/
  }
}
.dropdown-anim-up,
.close.dropdown-wrap .menu {
  -webkit-animation-name: dropdownUp;
  -moz-animation-name: dropdownUp;
  -ms-animation-name: dropdownUp;
  -o-animation-name: dropdownUp;
  animation-name: dropdownUp;
}
@-moz-keyframes dropdownUp {
  0% {
    opacity: 1;
    /*overflow:auto;*/
  }
  100% {
    opacity: 0;
    pointer-events: none;
    /*overflow:auto;*/
  }
}
@-webkit-keyframes dropdownUp {
  0% {
    opacity: 1;
    /*overflow:auto;*/
  }
  100% {
    opacity: 0;
    pointer-events: none;
    /*overflow:auto;*/
  }
}
@keyframes dropdownUp {
  0% {
    opacity: 1;
    /*overflow:auto;*/
  }
  100% {
    opacity: 0;
    pointer-events: none;
    /*overflow:auto;*/
  }
}
@-moz-keyframes bubbleanim {
  25% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(12px, 12px);
    -moz-transform: scale(12px, 12px);
    -ms-transform: scale(12px, 12px);
    -o-transform: scale(12px, 12px);
    transform: scale(12px, 12px);
  }
  100% {
    -webkit-transform: scale(12px, 12px);
    -moz-transform: scale(12px, 12px);
    -ms-transform: scale(12px, 12px);
    -o-transform: scale(12px, 12px);
    transform: scale(12px, 12px);
  }
}
@-webkit-keyframes bubbleanim {
  25% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(12px, 12px);
    -moz-transform: scale(12px, 12px);
    -ms-transform: scale(12px, 12px);
    -o-transform: scale(12px, 12px);
    transform: scale(12px, 12px);
  }
  100% {
    -webkit-transform: scale(12px, 12px);
    -moz-transform: scale(12px, 12px);
    -ms-transform: scale(12px, 12px);
    -o-transform: scale(12px, 12px);
    transform: scale(12px, 12px);
  }
}
@keyframes bubbleanim {
  25% {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  50% {
    -webkit-transform: scale(12px, 12px);
    -moz-transform: scale(12px, 12px);
    -ms-transform: scale(12px, 12px);
    -o-transform: scale(12px, 12px);
    transform: scale(12px, 12px);
  }
  100% {
    -webkit-transform: scale(12px, 12px);
    -moz-transform: scale(12px, 12px);
    -ms-transform: scale(12px, 12px);
    -o-transform: scale(12px, 12px);
    transform: scale(12px, 12px);
  }
}
.login-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    flex: 1 1 auto;
    height: 100%;
    position: relative;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-size: cover;
}
.login-wrapper .environment-container {
  background-color: #fe0000;
  color: #fff;
  font-size: 2.7rem;
  padding: 14px;
  width: 432px;
}
.login-form-wrapper {
  background: #fff;
  border-radius: 3px;
  min-height: 425px;
  padding: 42px;
  width: 432px;
  flex: 0;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.login-form-wrapper.middle {
  margin: auto;
}
.login-form-wrapper .button {
  border-radius: 30px;
  font-size: 1.8rem;
  line-height: 1;
  padding: 16px 18px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.login-form-wrapper .button-holder {
  margin-top: 46px;
  padding-bottom: 20px;
}
.login-form-wrapper .button-holder .text-link {
  padding-top: 10px;
}
.confirmation-wrapper.login-form-wrapper .button-holder {
  margin-top: 40px;
  padding-bottom: 0;
}
.login-form-wrapper .set-pwd-form-holder .button-holder {
  padding-bottom: 0;
}
.login-form-wrapper .error-message-holder + .button-holder,
.login-form-wrapper .message-holder + .button-holder,
.login-form-wrapper .key-holder + .button-holder {
  margin-top: 0;
}
.login-form-wrapper .logo-holder {
  min-height: 70px;
  width: 100%;
}
.login-form-wrapper .login-message-title {
  padding: 40px 0 17px;
  text-align: center;
  font-family:Arial;
}
.confirmation-wrapper.login-form-wrapper .login-message-title {
  padding: 20px 0 30px;
}
.login-form-wrapper .login-message-content {
  justify-content: flex-end;
  letter-spacing: -0.2px;
  line-height: 1.4;
  min-height: 40px;
  padding: 0 15px;
}
.login-form-wrapper .login-message-content ~ .login-message-content {
  min-height: auto;
}
.login-form-wrapper .input-field-wrapper {
  padding-top: 12px;
}
.login-form-wrapper .error-message-holder {
  min-height: 60px;
}
.login-form-wrapper .error-message-holder .error-message {
  color: #e31111;
  line-height: 1.3;
  opacity: 0;
  padding: 10px;
  position: relative;
  text-align: center;
}
.login-form-wrapper .error-message-holder.show .error-message {
  opacity: 1;
}
.login-form-wrapper .error-message-holder.show + .message-holder {
  padding-top: 0;
}
.login-form-wrapper .message-holder {
  line-height: 1.2;
  padding: 32px 20px 28px;
  text-align: center;
}
.login-form-wrapper .download-app-button-holder {
  margin-top: 40px;
}
.login-form-wrapper .download-app-button-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.login-form-wrapper .download-app-button.button {
  background-color: #000;
  border-radius: 6px;
  height: 50px;
  padding: 0;
  width: 164px;
}
.login-form-wrapper .qr-code-holder {
  height: auto;
  margin: auto;
  padding: 20px 0;
  width: 114px;
}
.login-form-wrapper .qr-code-holder .qr-code {
  max-width: 100%;
}
.login-form-wrapper .key-holder {
  padding: 20px 10px;
}
.login-form-wrapper .input-holder.option-holder {
  padding: 35px 0 0 73px;
}
.login-form-wrapper .input-holder.option-holder .input-field-wrapper {
  padding: 0;
}
.login-form-wrapper .input-holder.option-holder .input-field-wrapper + .input-field-wrapper {
  padding-top: 20px;
}
.login-form-wrapper .radio-ui {
  height: 15px;
  width: 15px;
}
.login-form-wrapper .validation-message-holder {
  padding: 20px 15px 15px 15px;
}
.login-form-wrapper .validation-message {
  line-height: 1.2;
}
.login-form-wrapper .validation-message + .validation-message {
  padding-top: 12px;
}
.login-form-wrapper .password-criteria {
  display: inline-block;
  max-width: 302px;
  vertical-align: top;
}
.confirmation-wrapper.login-form-wrapper {
  min-height: auto;
}
.welcome-text-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #3a5063;
  min-width: 432px;
  padding: 40px;
  position: absolute;
  right: 0;
  width: 48.8%;
  flex: 0;
}
.welcome-text {
  max-width: 413px;
}
.welcome-title {
    font-size: 2.8rem;
    font-weight: 300;
    padding: 0 0 20px;
    font-family: Arial;
}
.welcome-content {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
    font-family: Arial;
}
.error-wrapper {
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.error-message-wrapper .button {
  border-radius: 15px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 8px 22px;
}
.error-message-wrapper .error-heading {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.error-message-wrapper .error-content {
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.3;
}
.error-message-wrapper .button-holder {
  margin-top: 26px;
}
.middle-section:has(.logged-out.secondary-theme) {
    .environment-container, .welcome-text-wrapper{
        display: none;
    }

    .login-form-wrapper {
        min-height: unset;
    }

    .button-holder {
        padding-bottom: 0px;
        margin-bottom: -10px;
        margin-top: 25px;
    }

    .logo-holder {
        display: none;
    }

    .logout-message {
        text-align: center;
        display: flex;
        flex-direction: column;
        font-size: 1.6rem;
    }
}

/* Cookie styles */
.cookie_container {
    font-family: Roboto;
    font-weight: 400;
    background-color: #003E6E;
    color: #ffffff;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    transition: height ease 0.3s;
}

    .cookie_container:not(.open) {
        display: none;
    }

    .cookie_container .close-cookie-popup {
        position: fixed;
        top: 82px;
        right: 40px;
    }

        .cookie_container .close-cookie-popup .cross_icon {
            fill: #ffffff;
            width: 14px;
            height: 14px;
        }

    .cookie_container .cookie_bar {
        align-items: center;
        position: relative;
        z-index: 4;
        display: flex;
        margin: auto;
        flex-wrap: nowrap;
        gap: 10px;
    }

        .cookie_container .cookie_bar.container__wrapper {
            padding: 10px 20px;
        }

        .cookie_container .cookie_bar .message {
            flex: 1 1 auto;
        }

        .cookie_container .cookie_bar .cookie-button {
            border: 2px solid transparent;
            border-radius: 100px;
            cursor: pointer;
            transition: background-color ease 0.3s;
            font-size: 14px;
            min-width: 92px;
            padding: 7px 12px;
            flex: 0 0 auto;
        }

            .cookie_container .cookie_bar .cookie-button.cookie-accept {
                background-color: #26C560;
                color: #000000;
            }

                .cookie_container .cookie_bar .cookie-button.cookie-accept:hover,
                .cookie_container .cookie_bar .cookie-button.cookie-accept:focus {
                    background-color: #2dc94a;
                }

            .cookie_container .cookie_bar .cookie-button.learn-about-cookie {
                background-color: #003E6E;
                color: #ffffff;
                border-color: #ffffff;
            }

    .cookie_container .cookie_bar,
    .cookie_container .cookie_content-wrapper {
        padding: 10px 20px;
        max-width: 980px;
    }

    .cookie_container.open.show_content {
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        z-index: 999;
    }

        .cookie_container.open.show_content .cookie_content {
            display: flex;
            flex: 1 1 auto;
            position: relative;
        }

        .cookie_container.open.show_content .cookie_bar {
            flex: 0 0 auto;
            width: 100%;
            background-color: inherit;
        }

.cookie_content {
    background-color: #00467D;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: auto;
    display: none;
    justify-content: center;
    padding: 20px;
}

    .cookie_content .cookie_content-wrapper {
        width: 100%;
        justify-content: flex-start;
    }

.content_section {
    padding-bottom: 20px;
}

    .content_section .section_title {
        font-size: 30px;
        font-family: Roboto;
        font-weight: 300;
        margin-bottom: 20px;
    }

        .content_section .section_title.assessor-3 sup {
            font-size: 18px;
            top: -8px;
            left: 1px;
            position: relative;
        }

    .content_section .section_content {
        font-size: 14px;
        line-height: 16px;
    }

        .content_section .section_content.table {
            border-collapse: collapse;
        }

            .content_section .section_content.table th {
                font-weight: bold;
            }

            .content_section .section_content.table th,
            .content_section .section_content.table td {
                text-align: left;
                padding: 5px;
                border: 1px #ffffff solid;
            }

    .content_section .sub-section {
        margin-top: 20px;
    }

        .content_section .sub-section .sub-section_title {
            font-size: 14px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .content_section .sub-section .sub-section_content.list {
            list-style-type: disc;
            padding-left: 22px;
            line-height: 16px;
        }

        .content_section .sub-section + .section_content {
            margin-top: 20px;
        }
