/* src/styles.less */
body {
  padding: 0;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #fff;
}
.mainContainer {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
.mainContainer .headerContainer {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mainContainer .headerContainer .headerContentArea {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  background: #000;
}
.mainContainer .headerContainer .headerContentArea .logoArea {
  position: relative;
  height: 48px;
  padding: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #53565a;
}
.mainContainer .headerContainer .headerContentArea .logoArea > img {
  height: 16px;
  position: relative;
  top: -3px;
}
.mainContainer .headerContainer .headerContentArea .logoArea img.deloitteLogo {
  height: 16px;
  position: relative;
  top: -3px;
  vertical-align: bottom;
}
.mainContainer .headerContainer .headerContentArea .header-bischem-title {
  display: inline-block;
  padding-left: 16px;
  border-left: 1px solid #53565a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 16px;
  margin-left: 23px;
  line-height: 16px;
  position: relative;
  top: -2px;
  font-family: "Open Sans";
}
.mainContainer .headerContainer .headerContentArea .menuArea {
  position: relative;
  right: -10px;
  top: -8px;
  z-index: 9;
  float: right;
}
.mainContainer .headerContainer .headerContentArea .menuArea span {
  cursor: pointer;
}
.mainContainer .headerContainer .headerContentArea .menuArea span img {
  width: 20px;
}
.mainContainer .headerContainer .headerContentArea .menuArea .hamburgerBtn {
  background: #000000;
  padding: 5px;
  line-height: 0;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown {
  background: #eee;
  position: absolute;
  width: 320px;
  right: 0px;
  z-index: 9999;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul {
  padding: 0;
  margin: 0;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul li {
  padding: 13px 0 15px 0px;
  box-shadow: inset 0px -1px 0px #D0D0CE;
  font-size: 13px;
  cursor: pointer;
  background: #ffffff;
  list-style: none;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul li:last-child {
  border: 0;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul li span {
  padding: 2px;
  border: 1px solid #999;
  border-radius: 50%;
  margin-right: 3px;
  width: 20px;
  display: inline-block;
  text-align: center;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul li button {
  border: none;
  padding-left: 12px;
  background: #ffffff;
  text-align: left;
  line-height: 16px;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul li button img {
  margin-left: 8px;
  height: 10px;
}
.mainContainer .headerContainer .headerContentArea .menuArea .menuDropdown ul li .hamburgerSpan {
  width: auto;
  border: none;
}
.mainContainer .headerContainer .headerContentArea .bizChemLogo {
  display: inline-block;
  height: 360px;
  float: right;
  position: relative;
  top: 30px;
  width: 28%;
  right: 50px;
  text-align: left;
}
.mainContainer .headerContainer .headerContentArea .bizChemLogo img {
  width: 55%;
}
.mainContainer .headerContainer .headerContentArea .newbizChemLogo {
  display: inline-block;
  height: 360px;
  float: right;
  position: relative;
  width: 28%;
  right: 50px;
  text-align: left;
}
.mainContainer .headerContainer .headerContentArea .newbizChemLogo .sizeimg {
  max-width: 197px;
  max-height: 197px;
}
.mainContainer .headerContainer .headerContentArea a {
  color: #00a3e0;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox {
  width: 50%;
  float: left;
  margin-top: 20px;
  color: #fff;
  padding-left: 52px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox form {
  margin-bottom: 0;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen {
  background: #000;
  margin-bottom: 60px !important;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen input {
  padding: 2px 10px;
  margin: 0;
  box-sizing: border-box;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen input.gendercheckbox {
  left: -5px !important;
  cursor: pointer;
  width: 25px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen input[type=text],
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen input[type=password],
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen input[type=email] {
  height: 32px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .signUpScreen .clickButton {
  margin-top: 10px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input {
  width: 100%;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  border: 0;
  margin: 5px 0;
  font-size: 14px;
  text-align: left;
  cursor: text;
  border-radius: 0;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input:focus {
  box-shadow: none;
  outline: none;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .loginFormControl {
  width: 360px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .loginFormControl,
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .commonFormControlStyle {
  border: 1px solid #53565A;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .loginFormControl::-moz-placeholder,
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .commonFormControlStyle::-moz-placeholder {
  color: #97999B;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .asterisk,
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .errorMsg {
  color: #DA291C;
  opacity: 0.8;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .controlLbl {
  color: #ffffff;
  cursor: text;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox label {
  display: block;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input[disabled] {
  cursor: not-allowed;
  font-family: "Open Sans";
  opacity: 0.5;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input[type=button] {
  background: transparent;
  border: 0;
  color: #00a3e0;
  font-size: 20px;
  cursor: pointer;
  box-shadow: none;
  width: auto;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input[type=button]:focus {
  border: 0;
  outline: none;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .clickButton {
  margin-top: 30px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .clickButton:active {
  text-decoration: none !important;
  font-weight: normal;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .clickButton:focus {
  text-decoration: none;
  font-weight: normal;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .sentLinkBtn {
  background: #0D8390;
  font-family: "Open Sans";
  font-size: 14px;
  color: #fff;
  padding: 9px 16px;
  text-align: center;
  cursor: pointer;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input.clickButton {
  width: 380px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  margin: 20px 0;
  cursor: pointer;
  color: #fff;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input.clickButton:focus {
  border: 2px solid #fff;
  outline: none;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input.clickButton {
  width: 380px;
  background: #0d8390;
  border: none;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox input.clickButton[disabled] {
  cursor: not-allowed;
  border-color: #666;
  color: #999;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink {
  font-size: 14px;
  position: relative;
  margin-bottom: 43px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink input[type=button] {
  padding-left: 0;
  font-size: 14px;
  color: #ffffff;
  vertical-align: inherit;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink input[type=button]:last-child {
  margin-left: 10px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink a {
  cursor: pointer;
  color: #ffffff;
  padding-left: 0;
  font-size: 14px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #666;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink a:first-child {
  margin-right: 8px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink a:last-child {
  margin-left: 8px;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink a:hover {
  color: #ffffff;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink a:active {
  text-decoration: none;
  color: #ffffff;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .forgotPasswordLink .signInPageLinks {
  text-decoration: none;
  font-size: 14px;
  font-family: open Sans;
  color: #fff;
  cursor: pointer;
  background: #000;
  position: relative;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .welcomeTxt {
  font-size: 32px;
  line-height: normal;
  margin: 0;
  font-weight: normal;
  font-family: open Sans;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .commonTxt {
  font-size: 14px;
  line-height: normal;
  margin: 30px 0 23px;
  font-family: "opensans";
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .boldTxt {
  font-size: 16px;
  font-weight: 600;
  margin: 9px 0px 11px 0px;
  display: inline-block;
  font-family: "opensans";
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .createYourAccountDiv {
  margin: 11px 0px 48px;
  display: inline-block;
}
.mainContainer .headerContainer .headerContentArea .welcomeTxtBox .createYourAccountDiv .clickButton {
  background: #0D8390;
  font-family: "Open Sans";
  font-size: 14px;
  color: #fff;
  padding: 9px 16px;
  text-align: center;
  cursor: pointer;
}
.mainContainer .bodyContainer {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fff;
  margin-bottom: 42px;
}
.mainContainer .bodyContainer .bodyContentArea {
  display: inline-block;
  width: 100%;
  padding: 3%;
  text-align: left;
  padding-bottom: 0;
  padding-top: 30px;
  padding-left: 52px;
  padding-right: 52px;
  box-sizing: border-box;
  max-width: 1280px;
}
.mainContainer .bodyContainer .bodyContentArea #returninguer-container span,
.mainContainer .bodyContainer .bodyContentArea #returninguer-container .retakeAssessmentText,
.mainContainer .bodyContainer .bodyContentArea #returninguer-container .externalReturningUserTxt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  font-family: "opensans";
}
.mainContainer .bodyContainer .bodyContentArea #returninguer-container input[type=button] {
  background: transparent;
  border: 0;
  color: #00a3e0;
  font-size: 20px;
  cursor: pointer;
  box-shadow: none;
  display: inline-block;
  line-height: normal;
  margin-top: 10px;
  width: 100%;
  text-align: left;
}
.mainContainer .bodyContainer .bodyContentArea #returninguer-container input[type=button]:focus {
  outline: none;
  border: 0;
}
.mainContainer .bodyContainer .bodyContentArea #returninguer-container .internalSessionTextArea p:first-child {
  margin-bottom: 0px;
}
.mainContainer .bodyContainer .bodyContentArea .landing_body_left_column {
  width: 50%;
  text-align: left;
  float: left;
  box-sizing: border-box;
}
.mainContainer .bodyContainer .bodyContentArea .landing_body_right_column {
  width: 50%;
  text-align: right;
  float: right;
  padding: 0 50px;
  box-sizing: border-box;
}
.mainContainer .bodyContainer .bodyContentArea .landing-pg-lft-body-wt {
  width: 67%;
}
.mainContainer .bodyContainer .bodyContentArea .landing-pg-rht-body-wt {
  width: 33%;
}
.mainContainer .bodyContainer .bodyContentArea .cartoon_rightside {
  height: 270px;
  width: 215px;
  display: inline-block;
  background-size: 200px;
  position: relative;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea {
  width: 700px;
  float: left;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea .bigTxt {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea a {
  color: #0D8390;
  border: 0;
  text-transform: inherit;
  text-decoration: underline;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea a.terms-of-service {
  font-size: 20px;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea a.terms-of-service:active,
.mainContainer .bodyContainer .bodyContentArea .txtArea a.terms-of-service:focus {
  font-family: opensans-bold;
  text-decoration: none !important;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea .customAnchor {
  color: #0D8390;
  border: 0;
  text-transform: inherit;
  text-decoration: underline;
  background: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea .customAnchor.terms-of-service {
  font-size: 20px;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea .customAnchor.terms-of-service:active,
.mainContainer .bodyContainer .bodyContentArea .txtArea .customAnchor.terms-of-service:focus {
  font-family: opensans-bold;
  text-decoration: none !important;
  outline: #53565A auto 5px;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea .deloitteUserLink {
  font-size: 20px;
  margin-top: 140px;
  font-weight: bold;
  display: inline-block;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea .smallTxt {
  font-size: 14px;
  color: #000;
  line-height: normal;
}
.mainContainer .bodyContainer .bodyContentArea #learnmore-container p:first-child {
  margin-bottom: 0px;
  line-height: 20px;
  font-weight: 400;
  font-family: "opensans";
}
.popUPBgBlock {
  display: block;
  background: transparent;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.buttonCenter {
  text-align: center;
}
.colose_OkBtn {
  display: inline-block;
  clear: both;
  padding: 1px;
  width: 100px;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  height: 32px;
  background: #0D8390;
}
.popupFooterBtn {
  clear: both;
  padding: 1px;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  width: 140px;
  height: 32px;
  background: #0D8390;
  margin-left: 16px;
}
.popupModel {
  width: 500px;
  height: 308px;
  display: inline-block;
  padding: 0px;
  background: #FFFFFF;
  position: fixed;
  left: calc(50% - 500px/2);
  top: calc(50% - 308px/2);
  z-index: 9999;
  box-sizing: border-box;
  outline: none;
}
.popupModel .popHeader {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  text-align: start;
  position: absolute;
  width: 100%;
  height: 56px;
  box-sizing: border-box;
}
.popupModel .popHeader .modalHeading {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-align: start;
  width: 418px;
  height: 24px;
  display: block;
  position: absolute;
  left: 24px;
  right: 58px;
  top: 14px;
  bottom: 18px;
  outline: none;
}
.popupModel .popHeader h4 {
  margin: 0px;
}
.popupModel .popHeader .popupCLoseIcon {
  padding: 3px, 5px;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 21px;
  top: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 14px;
  font-family: "Open Sans";
  cursor: pointer;
  background: none;
  display: block;
  align-items: center;
  text-align: center;
}
.popupModel .popHeader .popupCLoseIcon button {
  position: absolute;
  background: none;
  font-family: "dds-icon";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.popupModel .popImageArea {
  text-align: center;
  width: 180px;
  height: 188px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 56px;
}
.popupModel .popImageArea .imgSize {
  position: absolute;
  width: 105px;
  height: 145px;
  left: 47px;
  top: 21px;
}
.popupModel .popCotentArea {
  display: inline-block;
  text-align: start;
  width: 320px;
  height: 188px;
  padding: 9px 24px 15px;
  box-sizing: border-box;
  position: absolute;
  top: 56px;
  left: 180px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.popupModel .popCotentArea a {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  text-align: center;
}
.popupModel .popFooter {
  display: inline-block;
  width: 500px;
  height: 64px;
  text-align: right;
  position: absolute;
  box-sizing: border-box;
  top: 244px;
  padding: 16px 16px 16px;
}
.popupModel .oopsContent p a {
  color: #0D8390;
  text-decoration: underline;
}
.popupModel .oopsContent p a:hover {
  color: #0D8390;
}
.signUpScreen .select-emulator {
  position: relative;
}
.signUpScreen select {
  background: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  width: 100%;
  height: 32px;
  margin: 0 !important;
  font-family: "Open Sans";
  padding-top: 0;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none !important;
}
.signUpScreen select:focus {
  outline: none;
}
.signUpScreen label.error {
  cursor: auto !important;
  position: absolute;
  font-size: 11px;
  bottom: -2px;
}
.signUpScreen input {
  text-align: left;
  border-radius: 0;
}
.signUpScreen .firstColumn {
  width: 41%;
  margin-right: 10%;
  display: inline-block;
  float: left;
}
.signUpScreen .secondColumn {
  width: 41%;
  display: inline-block;
}
.genderDrop {
  background: #000000;
  margin-bottom: 20px;
}
.genderDrop .dropdown-toggle {
  width: 100% !important;
}
.genderDrop .editGender {
  text-shadow: none;
  font-family: "Open Sans";
  height: 30px;
  line-height: normal;
  border: 1px solid #53565A;
}
.genderDrop .editGender .caret {
  margin-right: 0 !important;
  border-top: 5px solid #fff !important;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  position: relative !important;
  top: -3px;
  left: 1px !important;
  pointer-events: none;
}
.genderDrop .editGender .caret:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -9px;
  border-top: 7px solid #333 !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  right: -7px;
  pointer-events: none;
}
.genderDrop .editGender span#btngender {
  top: 4px;
  color: #fff;
  position: absolute;
  left: 7px;
}
.genderDrop .editGender:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.genderDrop ul.dropdown-menu {
  width: 93.5%;
  background: #333;
  border: 1px solid #444;
}
.genderDrop ul.dropdown-menu li {
  color: #fff;
  position: relative;
}
.genderDrop ul.dropdown-menu li:hover {
  color: #fff;
}
.genderDrop ul.dropdown-menu li input {
  display: inline-block;
  position: absolute;
  right: 153px;
}
.genderDrop ul.dropdown-menu li label {
  width: 80%;
  font-family: "opensans";
  padding-left: 0px;
}
.popCotentArea #deloitte-user-login-button {
  top: 20px;
  font-size: 16px;
}
#deloitte-user-login-button {
  background: transparent;
  border: 0;
  color: #00a3e0;
  font-size: 20px;
  cursor: pointer;
  top: 80px;
  box-shadow: none;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  font-family: opensans-bold;
  padding-bottom: 10px;
}
#deloitte-user-login-button:focus {
  outline: none;
  border: none;
}
.headerContainer.editProfile {
  min-height: 460px;
}
.headerContainer.editProfile .genderDrop ul.dropdown-menu {
  top: 30px;
}
.headerContainer.editProfile .genderDrop ul.dropdown-menu input.gendercheckbox {
  left: -140px !important;
}
.headerContainer.newNonDeloitteUser {
  min-height: 500px;
}
.headerContainer.newNonDeloitteUser .welcomeTxtBox {
  width: 68%;
  padding-right: 30px;
  box-sizing: border-box;
}
.headerContainer.newNonDeloitteUser .welcomeTxtBox .welcomeTxt {
  margin-bottom: 20px !important;
  font-family: "opensans";
}
.headerContainer.newNonDeloitteUser .bizChemLogo {
  top: 55% !important;
}
.headerContainer.newNonDeloitteUser #editGender {
  top: 1px;
}
.headerContainer.newNonDeloitteUser #additionalselfID {
  top: 1px;
}
.headerContainer.newNonDeloitteUser .genderDrop .caret {
  top: -3px;
  left: 0;
}
.confirmInfoPage .headerContainer {
  min-height: 480px;
}
.confirmInfoPage .headerContainer .headerContentArea .welcomeTxtBox {
  width: 68%;
  box-sizing: border-box;
  padding-right: 30px;
}
.confirmInfoPage .headerContainer .headerContentArea .welcomeTxtBox .welcomeTxt {
  position: relative;
  top: -10px;
}
.confirmInfoPage .headerContainer .error-notification {
  position: absolute;
  bottom: 4px;
}
.confirmInfoPage .headerContainer .banner-icon-and-desc {
  display: flex;
  margin: 30px 0;
}
.confirmInfoPage .headerContainer .banner-icon-and-desc .banner-desc {
  padding: 0 10px 4px 35px;
  max-width: 590px;
  max-height: 160px;
}
.confirmInfoPage .headerContainer .banner-icon-and-desc .banner-desc h2.text-desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0;
}
.confirmInfoPage .headerContainer .banner-icon-and-desc .banner-desc .subheader {
  margin-top: 10px;
  line-height: 18px;
}
.confirmInfoPage .headerContainer .banner-icon-and-desc .banner-desc .static-message {
  padding-top: 5px;
}
.confirmInfoPage .headerContainer .banner-icon-and-desc .userResultsImg {
  width: 170px;
  height: 170px;
  max-width: none;
}
.email-tooltip,
.password-tooltip,
.username-tooltip {
  background: #ffffff;
  position: absolute;
  z-index: 99999;
  width: 400px;
  padding: 0px 12px;
  left: 44%;
  top: 41%;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.email-tooltip:before,
.password-tooltip:before,
.username-tooltip:before {
  position: absolute;
  top: 20px;
  left: -22px;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  display: inline-block;
}
.password-tooltip-for-profile {
  background: #ffffff;
  position: absolute;
  z-index: 99999;
  width: 394px;
  padding: 0px 12px;
  left: 67%;
  top: 357px;
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.password-tooltip-for-profile:before {
  position: absolute;
  top: 20px;
  left: -22px;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  display: inline-block;
}
.email-tooltip {
  top: 255px;
  left: 375px;
}
.username-tooltip {
  top: 306px;
  left: 375px;
}
#frmConfirmInfo .confirmInfo .genderDrop .dropdown-toggle span.caret {
  top: 4px;
}
.genderDrop label.error {
  top: 37px;
}
.hide.password-tooltip.password_tooltip_rytalign {
  top: -100px !important;
  color: #fff;
}
#passwordGuidelines .password-guideline-heading {
  font-weight: normal;
  font-size: 12px;
}
#passwordGuidelines h6.password-rules {
  margin-bottom: 0;
}
#passwordGuidelines li {
  list-style-type: disc;
}
.primaryActionBtn {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #0D8390;
  padding: 9px 16px;
}
.secondaryActionBtn {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #53565A;
  padding: 9px 16px;
}
.chngPwdBtn {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #53565A;
  padding: 7px 12px 7px;
}
.signInBtn {
  width: 380px;
  height: 40px;
}
.signInBtn:disabled,
.signInBtn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.editProfileSaveBtn,
.beginAssessmentBtn {
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #0D8390;
  padding: 9px 16px;
  display: block;
}
.editProfileSaveBtn:disabled,
.beginAssessmentBtn:disabled,
.editProfileSaveBtn.disabled,
.beginAssessmentBtn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.editProfilecancelBtn {
  width: 160px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #53565A;
  padding: 9px 16px;
}
.editProfile .genderDrop .editGender .caret {
  top: 0;
  left: 0;
}
.editProfile .signUpScreen label.error {
  bottom: 14px;
}
.mainContainer .bodyContainer .bodyContentArea .txtArea {
  width: 100%;
}
.begin-survey-information {
  font-family: "Opensans-bold";
  font-size: 20px;
  line-height: normal;
}
.postLoginTemplate .mainContainer .headerContainer .headerContentArea .bizChemLogo {
  height: auto;
  width: 100%;
  right: auto;
  top: 35px;
}
.postLoginTemplate .mainContainer .headerContainer {
  min-height: 250px;
}
.postLoginTemplate .headerContainer .headerContentArea .new-user-main-banner {
  color: #fff;
  margin: 30px;
  padding: 10px;
}
.postLoginTemplate .headerContainer .headerContentArea .new-user-main-banner .newUserBCLogo {
  width: 160px;
  height: 160px;
  float: right;
  position: relative;
  top: -50px;
}
p.optionQtnsTxt {
  font-size: 20px;
  margin: 30px 0;
}
.editcurrentPassword {
  float: right;
  font-size: 13px;
  color: #fff !important;
  text-decoration: underline;
}
.additionalQuestionsPage .headerContainer {
  position: fixed;
  top: 0;
  z-index: 9;
}
.additionalQuestionsPage .additionalQuestions .quiz {
  margin-top: 220px;
  width: 100%;
  max-width: 1280px;
  padding: 0 52px;
}
.additionalQuestionsPage .additionalQuestions .quiz .secondTable.options > div > label {
  width: 12%;
}
.additionalQuestionsPage .additionalQuestions .quiz .secondTable.options > div > label:nth-child(1) {
  width: 8%;
}
.additionalQuestionsPage .additionalQuestions .quiz .secondTable.options > div > label:nth-child(2) {
  width: 8%;
}
.additionalQuestionsPage .additionalQuestions .quiz .secondTable.options > div > label:nth-child(3) {
  width: 8%;
}
.additionalQuestionsPage .additionalQuestions .quiz > div {
  width: 100%;
}
.additionalQuestionsPage .additionalQuestions .quiz .additionalQstnsSetId9Styles {
  width: 100%;
}
.additionalQuestionsPage .additionalQuestions .stickyHeader {
  top: 273px;
  box-shadow: none;
  border: 0;
  z-index: 1;
}
.additionalQuestionsPage .additionalQuestions .stickyHeader2 {
  top: 290.5px;
  box-shadow: none;
  border: 0;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px !important;
  z-index: 1;
}
.landingPage .mainContainer .headerContainer .headerContentArea {
  max-width: 1280px;
}
.landingPage .mainContainer .headerContainer .headerContentArea .welcomeTxtBox .welcomeTxt {
  top: 25px;
}
.landingPage .innerContainer {
  width: 80%;
  max-width: 1280px;
  padding-left: 25px;
  padding-right: 25px;
}
.landingPage .innerContainer section.BCcontainer {
  border: 0;
  margin: 0 !important;
  padding-top: 0 !important;
}
.landingPage .innerContainer section.BCcontainer h1 {
  font-size: 40px !important;
  line-height: normal;
}
.landingPage .innerContainer section.BCcontainer .divider-line {
  margin: 0;
}
.landingPage .innerContainer section.BCcontainer .btn-start {
  color: #fff;
}
.landingPage .innerContainer section.BCcontainer .btn-start:hover {
  color: #fff;
}
.landingPage .innerContainer section.BCcontainer .landingImageMargin {
  font-size: 14px;
}
.landingPage section#BCchemistry.results-pageTop .BCcontainer p.subheader {
  font-family: "Open Sans";
  font-size: 25px;
  margin-top: 25px;
}
.landingPage section#BCchemistry.results-pageTop .BCcontainer p.subheader .userResultsImg {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-right: 20px;
  background-size: 120px !important;
  vertical-align: top;
  float: left;
  top: 7px;
  position: relative;
}
.landingPage section#BCchemistry.results-pageTop .BCcontainer p.subheader .userResultsImg_Driver {
  background: url("./media/driverSquare.png") no-repeat top center;
}
.landingPage section#BCchemistry.results-pageTop .BCcontainer p.subheader .userResultsImg_Integrator {
  background: url("./media/integratorSquare.png") no-repeat top center;
}
.landingPage section#BCchemistry.results-pageTop .BCcontainer p.subheader .userResultsImg_Guardian {
  background: url("./media/guardianSquare.png") no-repeat top center;
}
.landingPage section#BCchemistry.results-pageTop .BCcontainer p.subheader .userResultsImg_Pioneer {
  background: url("./media/pioneerSquare.png") no-repeat top center;
}
.landingPage #baseline-wrapper {
  clear: both;
  margin-top: 20px;
  display: inline-block;
}
.landingPage .results-page div.label-message {
  font-family: "Open Sans";
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul li {
  width: 22%;
  margin: 0 10px;
  background: transparent;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul li div {
  background-size: 100%;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul li div.resultPioneer {
  background-image: url("./media/YellowCircleLarge.png");
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul li div.resultIntegrator {
  background-image: url("./media/BlueCircleLarge.png");
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul li div.resultDriver {
  background-image: url("./media/RedCircleLarge.png");
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul li div.resultGuardian {
  background-image: url("./media/GreenCircleLarge.png");
}
.landingPage #baseline-wrapper .new-placement {
  float: left;
}
.landingPage #baseline-wrapper .custromReportTxt {
  float: left;
  clear: both;
  margin-top: 30px !important;
}
.landingPage #baseline-wrapper p.txt-grey {
  color: #000;
  font-size: 20px;
  font-family: "Open Sans";
  line-height: normal;
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}
.landingPage .landingBottomLinks {
  margin-top: 70px;
  text-align: left;
}
.landingPage .landingBottomLinks .skyblue-button {
  border: 0;
  background: transparent;
  font-family: opensans-bold;
  color: #00a3e0 !important;
  padding: 0;
  margin: 0;
  text-align: left;
  text-transform: none;
  font-size: 20px;
  width: auto;
  margin-right: 10px;
  float: none;
  text-transform: capitalize;
}
.landingPage .landingBottomLinks span {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.landingPage section#BCchemistry.results-pageTop .horizontal-line {
  border: 1px solid #D0D0CE;
  margin-bottom: 0px;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul.resultsLabels {
  margin: 30px 0;
  margin-bottom: 20px;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul.resultsLabels li {
  width: 22%;
  display: inline-block;
  text-align: center;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul.resultsLabels li label {
  font-size: 18px;
  position: relative;
  top: 0;
  text-align: center;
  margin: 0;
  cursor: default;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul.resultsLabels li div.result-desc {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  font-family: "opensans";
  width: auto;
  line-height: normal;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul.resultsLabels .percent-value {
  font-size: 24px;
  font-weight: 700;
  font-family: "opensans-bold";
  color: #000;
}
.landingPage section#BCchemistry.results-pageTop .selfResultArea ul.resultsLabels .headingLabel {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  font-family: "opensans-bold";
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown {
  width: 42%;
  border-right: 1px solid #D0D0CE;
  height: 200px;
  margin-top: -2px;
  padding-top: 10px;
  float: left;
  padding-right: 20px;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown .select-baseline-dropdown {
  position: relative;
  display: flex;
  float: left;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown .select-baseline-dropdown label {
  font-weight: 700;
  font-family: "Open Sans";
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown .select-baseline-dropdown select {
  position: relative;
  height: 38px;
  width: 200px;
  border-radius: 0;
  border: 1px solid #D0D0CE;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown .select-baseline-dropdown select:focus {
  outline: 1px auto;
  outline-offset: 0;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown .select-baseline-dropdown img.caretStyleForSelect {
  position: absolute;
  left: 95%;
  margin-bottom: 5px;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .base-line-dropdown .txt-grey {
  float: left;
  max-width: 450px;
  top: 3px;
  position: relative;
  color: #53565a;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons {
  width: 55%;
  position: relative;
  top: 8px;
  left: 20px;
  float: left;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons .buttons-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  left: 35px;
  flex-wrap: wrap;
  gap: 2px;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons a.research-questions,
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons .learn-more {
  text-decoration: underline;
  color: #0D8390;
  text-decoration-color: #0D8390;
  font-family: "Open Sans";
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons a.research-questions {
  white-space: nowrap;
  position: relative;
  margin-left: -20px;
  margin-top: 10px;
  font-family: "Open Sans";
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons .btn-download,
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons .btn-retake-assessment {
  margin-right: 20px;
  position: relative;
  right: 20px;
  margin-top: 10px;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons .custromReportTxt {
  position: relative;
  top: 10px;
  left: 14px;
  color: #53565a;
}
.landingPage section#BCchemistry.results-pageTop .results-and-reports .action-buttons .learn-more {
  float: left;
  margin-left: 16px;
  position: relative;
  top: -5px;
}
.questionnairePage .mainContainer {
  background: transparent;
}
.questionnairePage .headerContentArea {
  min-height: 330px;
}
.questionnairePage .banner_right_area {
  float: right;
  width: 23%;
  text-align: right;
  position: relative;
  right: 30px;
  top: 20px;
}
.questionnairePage .questinnaire_nameLabel {
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 14px;
}
.questionnairePage .asYouAnswerLabel {
  margin-top: 14px !important;
  margin-bottom: 22px !important;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .button-close-questionnaire {
  top: 15px;
  right: 30px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .question-text {
  margin-top: 0;
  position: relative;
  top: -10px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .patterns-row .patterns {
  margin-bottom: 5px;
}
.questionnairePage .mainContainer .headerContainer .headerContentArea .welcomeTxtBox .welcomeTxt {
  margin-bottom: 25px;
}
.questionnairePage .postLoginTemplate .mainContainer .headerContainer {
  min-height: 260px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content {
  width: 100%;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .button-close-questionnaire {
  float: right;
  position: relative;
  z-index: 8;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .question-text {
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  min-height: inherit;
  height: auto;
  margin-bottom: 30px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .question-text .question-text-content .sliderQuestion {
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  margin-bottom: 20px;
  line-height: normal;
  padding-top: 10px;
  width: 95%;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .question-text .question-text-content .question-number {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: -30px;
  font-size: 18px;
  font-family: "opensans";
  color: #000;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .question-text .question-text-content .question-number span.current {
  font-weight: bold;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper {
  min-width: 100%;
  max-width: 100%;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content {
  width: 100%;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .controls {
  top: 200px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container {
  overflow: initial;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide {
  min-width: 70%;
  max-width: 70%;
  height: auto;
  min-height: unset;
  position: relative;
  top: 30px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .patterns-row {
  width: 100%;
  margin: 0;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .slider-row .ui-slider-horizontal {
  width: 100%;
  max-width: 100%;
  background:
    linear-gradient(
      to right,
      #666,
      #eee) !important;
  border: 0;
  border-radius: 10px;
  height: 5px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .slider-row .slider-color {
  height: 5px;
  border-radius: 5px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .slider-information-container .slider-information {
  background: transparent;
  margin-top: 30px;
  color: #000;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .question-indicator-wrapper {
  width: 85%;
  max-width: 85%;
  border: none;
  margin-top: 60px;
  margin-bottom: 30px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .question-indicator-wrapper .question-indicator {
  margin: 0;
  margin-right: 0.97%;
  width: 0.5%;
  height: 3px;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .patterns-row .patterns div.four.right-100 {
  text-align: center;
}
.questionnairePage .questionnaire {
  height: auto;
  min-height: unset;
  width: 100%;
  min-width: auto;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .patterns-row .patterns div.four.left-100 {
  text-align: center;
}
.questionnairePage .questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .patterns-row .patterns .patterns-wrapper div.pattern-label {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Open Sans";
}
.questionnaire .questionnaire-container .questionnaire-content .main-wrapper {
  min-width: 1250px;
}
.questionnaire .questionnaire-container .questionnaire-content .main-wrapper .questionnaire-wrapper .questionnaire-slide-content .slides-container .slides-wrapper .slide .slider-row .ui-slider .ui-slider-handle {
  top: -18px;
  background-size: 40px !important;
  background-repeat: no-repeat !important;
}
.postLoginPopup {
  border: none !important;
  position: absolute;
}
.postLoginPopup .popupModel .colose_OkBtn {
  width: 100px;
  height: 32px;
  background: #0D8390;
}
.regSymbol {
  font-size: 20px;
  position: relative;
  top: -15px;
}
.regSymbolSmall {
  font-size: 13px;
  position: relative;
  top: -6px;
  left: -3px;
}
.marT15 {
  margin-top: 15px;
}
.marT10 {
  margin-top: 10px;
}
.forgot-password-container .boldTxt {
  line-height: normal;
}
.marT30 {
  margin-top: 30px !important;
}
.boldFont {
  font-family: "Opensans-bold";
}
.mainContainer.signInLandingPage .headerContainer .headerContentArea .welcomeTxtBox {
  padding-right: 30px;
  box-sizing: border-box;
}
.mainContainer.signInLandingPage .headerContainer .headerContentArea .welcomeTxtBox .commonTxt {
  font-size: 16px;
  line-height: 24px;
  font-family: "opensans";
}
.additionalQuestions .skyblue-button.submitBtn {
  border-color: #000;
}
.mainContainer.signInLandingPage .headerContainer .headerContentArea .welcomeTxtBox .clickButton.goSignInBtn {
  margin-top: 5px;
  margin-bottom: 10px;
}
.mainContainer.signInLandingPage .headerContainer .headerContentArea .welcomeTxtBox .colose_OkBtn {
  display: inline-block;
  clear: both;
  padding: 1px;
  width: 100px;
  height: 32px;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  background: #0D8390;
}
.mainContainer.signInLandingPage .headerContainer .headerContentArea .welcomeTxtBox input {
  margin: 0;
}
.loginScreen.forgot-password-container {
  min-width: initial !important;
}
.signInRetakeLink {
  clear: both;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 600;
}
.signInRetakeLink:hover {
  text-decoration: none;
}
section#BCchemistry.results-page a#baseline-select {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  font-family: "opensans";
}
section#BCchemistry.results-page #baseline-dropdown #baseline-menu li a {
  font-weight: normal;
  font-family: "opensans";
  text-transform: none;
}
section#BCchemistry.results-page .skyblue-button {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: normal;
  font-family: "opensans";
}
section#BCchemistry.results-page .skyblue-button.download {
  width: 280px;
}
.mdrInfo {
  font-style: italic;
  font-size: 13px;
  font-family: "opensans";
  position: absolute;
}
.mdrInfoStar {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  width: 20px;
  right: 15px;
  top: 7px;
  text-align: center;
}
.mdrInfoMsg {
  color: #D0D0CE;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.mdrInfoMsg img {
  position: absolute;
  left: 0px;
  display: block;
}
.mdrInfoMsg span {
  font-family: "opensans";
}
#frmConfirmInfo select:disabled {
  color: #ccc !important;
  opacity: 0.5;
}
.additionalQuestions .setId9header {
  z-index: 1;
}
.additionalQuestions .setId9header div {
  width: 14.5%;
}
.additionalQuestions .setId9header div.rationOption2 {
  left: -25px;
}
.additionalQuestions .setId9header div.rationOption3 {
  left: -40px;
}
.mainContainer.forgotPassword .headerContainer .headerContentArea .bizChemLogo,
.mainContainer.sentlink-container .headerContainer .headerContentArea .bizChemLogo {
  top: 95%;
}
.mainContainer.faq-container {
  background: #fff;
}
.mainContainer.faq-container .headerContainer {
  min-height: 100px;
  height: inherit;
}
.mainContainer.faq-container .headerContainer .headerContentArea {
  height: auto;
}
.mainContainer.faq-container .headerContainer .bizChemLogo {
  top: 95%;
}
.mainContainer.faq-container .bodyContainer button.accordion {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 2px 10px;
}
.mainContainer.faq-container .bodyContainer button.accordion:focus-visible {
  border: 1px solid #000;
  padding: 2px 10px;
}
.mainContainer.faq-container .bodyContainer button.accordion:after {
  position: relative;
  right: -5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("./media/chevron_down.svg") no-repeat top center;
}
.mainContainer.faq-container .bodyContainer button.accordion.active:after {
  position: relative;
  right: -5px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("./media/chevron_up.svg") no-repeat top center;
}
.mainContainer.faq-container .bodyContainer .questions-list {
  margin-bottom: 20px;
}
.mainContainer.faq-container .bodyContainer .questions-list ul {
  padding: 0;
  margin: 0;
  width: 80%;
  padding-left: 10px;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li {
  padding: 0;
  margin: 20px 0;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li:before {
  content: "\2022";
  position: absolute;
  left: 5px;
  font-size: 18px;
  width: 20px;
  display: inline-block;
  top: 2px;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li:hover {
  background: #eee;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li button.accordion {
  background: transparent;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li .panel {
  padding: 0;
  width: 102%;
  overflow: inherit;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li .panel p {
  font-size: 14px;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #d0d0ce;
  margin-left: 0;
  margin-top: 10px;
  position: relative;
  left: -15px;
  background: #fff;
}
.mainContainer.faq-container .bodyContainer .questions-list ul li .panel p a {
  color: #0D8390;
  text-decoration: underline;
}
.mainContainer.faq-container .handDrawnImg {
  margin-top: 200px;
}
.errorBorder_bottom {
  border-bottom: 2px solid red !important;
}
.additionalQuestions .buttons {
  width: 1200px;
  padding-bottom: 120px;
}
.additionalQuestions .quiz textarea {
  width: 99%;
}
.modal.fade.in {
  border: 0;
}
.additionalQuestions .skyblue-button.submitBtn.respondLaterBtn {
  float: left;
  background: #ffffff;
  border-radius: 0;
  font-family: "opensans-bold";
  font-size: 10.5pt;
  text-transform: uppercase;
  color: #000000;
  border: 0;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
  border-bottom: 3px solid black;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  width: auto;
  padding: 0px;
  height: 30px;
}
.additionalQuestions .skyblue-button.submitBtn.respondLaterBtn.active {
  text-decoration: none;
}
.additionalQuestions .skyblue-button.submitBtn.respondLaterBtn.skyblue-button_active {
  color: #999;
  border-color: #999;
  cursor: not-allowed !important;
}
.additionalQstnOptionsHeader {
  background: #eee;
  padding: 3px;
  margin-bottom: 25px !important;
}
.additionalQstnOptionsHeader .col_1 {
  width: 30%;
  float: left;
  display: inline-block;
  padding: 1%;
}
.additionalQstnOptionsHeader .col_2 {
  width: 67%;
  float: right;
  display: flex;
  text-align: center;
}
.additionalQstnOptionsHeader .col_2 div {
  width: 20%;
  border-right: 1px solid #ccc;
  font-size: 13px;
}
.additionalQstnOptionsHeader .col_2 div:last-child {
  border: 0;
}
.additionalQstnOptionsHeader1 {
  background: #eee;
  margin-bottom: 25px !important;
  height: 82px !important;
  padding: 0px !important;
}
.additionalQstnOptionsHeader1 .col_1 {
  width: 15%;
  float: left;
  display: inline-block;
  padding: 1%;
}
.additionalQstnOptionsHeader1 .col_2 {
  width: 82%;
  float: right;
  text-align: center;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_1 {
  width: 23%;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_1 .width100_1 {
  width: 100%;
  border: 0 !important;
  background: #ddd;
  font-size: 15px;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_1 .width100_2 {
  width: 100%;
  display: flex;
  border: 0 !important;
  height: 62px;
  font-size: 12px;
  font-family: "opensans";
}
.additionalQstnOptionsHeader1 .col_2 .col_2_1 .width100_2 div {
  width: 33%;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_1 .width100_2 div:last-child {
  border: 0;
}
.additionalQstnOptionsHeader1 .col_2 .divider {
  background-color: white;
  height: 81px;
  border: 2px solid white;
}
.additionalQstnOptionsHeader1 .col_2 .divider .divide {
  height: 33px;
  width: 8px;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_2 {
  width: 73%;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_2 .width100_1 {
  width: 100%;
  border: 0 !important;
  background: #ddd;
  font-size: 15px;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_2 .width100_2 {
  width: 100%;
  display: flex;
  border: 0 !important;
  white-space: break-spaces;
  font-size: 12px;
  font-family: "opensans";
}
.additionalQstnOptionsHeader1 .col_2 .col_2_2 .width100_2 div {
  width: 33%;
  border-right: 1px solid #ccc;
}
.additionalQstnOptionsHeader1 .col_2 .col_2_2 .width100_2 div:last-child {
  border: 0;
}
.additionalQstnOptionsHeader1 .col_2 div {
  font-size: 13px;
  display: inline-block;
}
.additionalQstnOptionsRow {
  padding: 0;
  width: 100%;
}
.additionalQstnOptionsRow .col_1 {
  width: 32%;
  display: inline-block;
  text-align: left;
  font-weight: normal !important;
  font-family: "opensans";
}
.additionalQstnOptionsRow .col_2 {
  width: 67%;
  float: right;
  text-align: center;
}
.additionalQstnOptionsRow .col_2 label {
  width: 20%;
}
.additionalQstnOptionsRow1 {
  padding: 0;
  width: 100%;
}
.additionalQstnOptionsRow1 .col_1 {
  width: 18%;
  display: inline-block;
  text-align: left;
  font-weight: normal !important;
  font-family: "opensans";
}
.additionalQstnOptionsRow1 .col_2 {
  width: 81%;
  float: right;
  text-align: center;
}
.additionalQstnOptionsRow1 .col_2 > label {
  width: 12%;
}
.secondGridHeader {
  border-top: 1px solid black;
  padding-top: 12px;
}
.firstGroupRadio {
  margin-right: 15px !important;
}
.secondGroupRadio {
  margin-left: 20px !important;
}
.set12ErrorMsg {
  display: none;
  color: red;
  font-size: 15px;
}
footer {
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  font-size: 14px;
}
footer .app_footer {
  max-width: 1280px;
  padding: 20px;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  box-sizing: border-box;
  background: #000;
  text-align: left;
}
footer .app_footer .FooterCompanyRights {
  font-family: "Open Sans";
}
footer .app_footer .footer_rightLinks {
  position: absolute;
  right: 20px;
  top: 10px;
}
footer .app_footer .footer_rightLinks > ul li {
  display: table-cell;
}
footer .app_footer .footer_rightLinks .privacyTextHyperlink {
  background: #000;
  position: relative;
  top: 10px;
  right: 0;
  margin-right: 20px;
  cursor: pointer;
  display: block;
}
footer .app_footer .footer_rightLinks p {
  display: inline-block;
}
footer .app_footer .privacyTextHyperlink {
  text-decoration: none;
  font-size: 14px;
  font-family: open Sans;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  text-decoration: underline;
}
.bizChemSignInApp,
.bodyContainerEditProfile {
  margin-bottom: 50px;
}
.additionalQuestions input[type=radio],
.additionalQuestions input[type=checkbox] {
  vertical-align: middle !important;
  position: relative;
}
.termsAndconditonsPage .termsSubmitBtn {
  width: 380px;
  height: 40px;
}
.btns-section {
  padding: 16px 0;
}
.align-right {
  text-align: right !important;
}
.marB20 {
  margin-bottom: 20px;
}
.marB60 {
  margin-bottom: 60px !important;
}
.marL20 {
  margin-left: 20px;
}
.marB21 {
  margin-bottom: 21px;
}
.marB25 {
  margin-bottom: 25px;
}
.marB24 {
  margin-bottom: 24px;
}
.marB7 {
  margin-bottom: 7px;
}
.marB13 {
  margin-bottom: 13px;
}
.marB36 {
  margin-bottom: 36px;
}
.marB47 {
  margin-bottom: 47px;
}
.marB0px {
  margin-bottom: 0px;
}
.padB36 {
  padding-bottom: 36px;
}
.marL8 {
  margin-left: 8px;
}
.marL10 {
  margin-left: 10px;
}
.marT20 {
  margin-top: 20px;
}
.marT3 {
  margin-top: 3px;
}
.displayNone {
  display: none;
}
.errorMsg {
  font-size: 12px;
  margin-bottom: 0px;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100%;
}
.h-100vh {
  height: 100vh;
}
.page-heading {
  padding: 28px 52px 42px;
}
.section-heading {
  margin-bottom: 23px;
  font-size: 16px;
}
.formStyle {
  padding: 0px 52px 52px 52px;
  margin-bottom: 70px !important;
}
.pad0px {
  padding: 0px !important;
}
.margin0px {
  margin: 0px !important;
}
.dispInlineBlock {
  display: inline-block;
}
.dispBlock {
  display: block;
}
.custom-row {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
}
.custom-row::after,
custom-row::before {
  box-sizing: border-box;
}
.col-4-wt {
  width: 33.333333%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-12-wt {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-3-wt {
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}
.col-custom-wt {
  width: 21.64%;
  padding-right: 10px;
  padding-left: 10px;
}
.btn-primary-loud {
  background: #0D8390;
  font-family: "Open Sans";
  font-size: 14px;
  color: #fff;
  padding: 9px 16px;
  min-width: 160px;
  margin-bottom: 60px;
}
.links_nav {
  padding: 0;
  margin: 0;
}
.links_nav li {
  position: relative;
  padding-left: 20px;
}
.links_nav li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2192";
  width: 10px;
  height: 15px;
  font-weight: bold;
  font-size: 15px;
}
.links_nav li a {
  color: #0D8390;
  font-size: 14px;
  text-decoration: underline;
}
a:focus-visible,
#btn_forgotusername:focus-visible,
#btn_forgotpwd:focus-visible {
  border: 1px solid #b2b2b2;
  outline: 2px solid #b2b2b2;
}
button,
input[type=button] {
  border: none;
}
.loginScreen1 .errorPanel {
  text-align: center;
  width: 360px;
  border: 2px solid #da291c;
  padding: 5px;
  color: #da291c;
  opacity: 0.8;
}
.loginScreen1 .errorPanel p {
  margin-bottom: 0px;
}
.loginScreen1 .errorPanel p:first-child {
  font-size: 14px;
  font-weight: 600;
}
.loginScreen1 .errorPanel p:last-child {
  font-size: 12px;
}
#consentPageHeader {
  min-height: unset;
}
.link-new-tab-text {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}
.faqSubHeader {
  background: #000;
  padding: 28px 50px;
  box-sizing: border-box;
}
body {
  background: #fff;
  margin: 0px;
}
h1.mainTitle {
  font-size: 32px;
  color: #fff;
  font-weight: 600;
  font-family: "Open Sans";
}
h1.cookieTitle {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.editGender {
  border: 1px solid #53565A;
}
.headerContainer .headerContentArea .privacyPolicy {
  font-size: 14px;
  margin-bottom: 35px;
}
.headerContainer .headerContentArea .privacyPolicy p {
  margin-bottom: 0px;
  font-family: "Open Sans";
}
.headerContainer .headerContentArea .privacyPolicy p a {
  color: #0D8390;
  text-decoration: none;
}
.tooltipIcon {
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}
.mainContainer .headerContainer .headerContentArea .additionalQueBCLogo {
  display: inline-block;
  float: right;
  top: 30px;
  width: 18%;
  max-width: 150px;
  margin: 1px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 104px;
  text-align: center;
}
.questionHeader {
  color: #11828d;
  margin-right: 5px;
}
.additionQuesSubmitBtn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #0D8390;
  padding: 9px 16px;
  margin-right: 18px;
}
.additionQuesSubmitBtn:disabled,
.additionQuesSubmitBtn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.additionQuesCancelBtn {
  display: block;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  background: #53565A;
  padding: 9px 16px;
}
.additional-btn-section {
  text-align: right;
  margin: 1px;
}
.sectionCenter {
  width: 100%;
  text-align: center;
}
.sectionCenter .commonWidth {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.multitxtboxes {
  width: 400px;
  height: 32px;
  padding: 5px 36px 7px 12px;
}
.alignqstn input[type=text] {
  width: 400px;
  height: 32px;
  padding: 5px 36px 7px 12px;
  margin-left: 12px;
  margin-top: 20px;
}
.setErrorMsg {
  display: none;
  color: red;
  font-size: 12px;
  margin-left: 29px;
}
@media screen and (min-width: 300px) and (max-width: 1024px) {
  .mainContainer.confirmInfoPage .headerContainer {
    width: 100%;
  }
  .landingPage .mainContainer .innerContainer section#BCchemistry.resultsPage.results-pageTop #baseline-wrapper .selfResultArea #resultImages {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .landingPage .mainContainer .innerContainer section#BCchemistry.resultsPage.results-pageTop #baseline-wrapper .selfResultArea #resultImages li {
    width: auto !important;
  }
  .landingPage .mainContainer .innerContainer section#BCchemistry.resultsPage.results-pageTop #baseline-wrapper .selfResultArea #resultLabels {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .landingPage .mainContainer .innerContainer section#BCchemistry.resultsPage.results-pageTop #baseline-wrapper .selfResultArea #resultLabels li {
    width: auto;
  }
}
.flex-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.flex-column {
  padding: 1rem 0;
  flex: 1;
}
.subHeadingTxt {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  font-family: "Open Sans";
}
.marT50 {
  margin-top: 50px;
}
.toogle-switch {
  position: relative;
  top: 30px;
  right: 20px;
}
.toogle-switch .switch__toggle__title {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: 35px;
  width: auto;
  text-align: right;
  min-width: 140px;
}
.toogle-switch .switch {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 15px;
}
.toogle-switch .switch.activeElement {
  position: relative;
}
.toogle-switch .switch.activeElement:before {
  content: "";
  position: absolute;
  border: 1px solid #ccc;
  display: inline-block;
  top: -9px;
  left: -6px;
  padding: 10px;
  width: 14px;
  border-radius: 5px;
}
.toogle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toogle-switch .switch input:disabled {
  cursor: not-allowed;
}
.toogle-switch .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 4px;
}
.toogle-switch .switch .slider:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #26890d;
  border-radius: 50%;
  transition: all 0.15s linear;
  overflow: hidden;
  will-change: left;
  z-index: 1;
  background-color: #000;
  border: 1px solid #fff;
  left: 0px;
  top: -7px;
}
.toogle-switch .switch input:checked + .slider {
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: background-color 0.15s linear;
}
.toogle-switch .switch input:disabled ~ span.switch__toggle__title {
  opacity: 0.6;
  color: red;
}
.toogle-switch .switch input:disabled + .slider {
  opacity: 0.6;
  cursor: not-allowed;
}
.toogle-switch .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.toogle-switch .switch input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  background: #fff;
}
.toogle-switch .switch input:checked + .slider:after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  right: 4px;
  z-index: 1;
}
.toogle-switch .switch .slider.round {
  border-radius: 0;
}
.toogle-switch .switch .slider.round:before {
  border-radius: 50%;
}
.fontWeightBold {
  font-weight: bold;
}
.invalidControlBorder {
  border: 1px solid #da291c !important;
  color: #808080 !important;
}
input .ng-invalid {
  border: 1px solid #da291c;
}
.gendercheckbox:focus {
  border: 2px solid red;
}
.selectOptions {
  padding: 4px 8px;
  font-size: 14px;
  background: #000000;
}
.selectOptions:hover {
  background-color: #53565A;
}
.genderDrop .dropdown-menu {
  top: 30px;
  left: 2px;
}
.genderDrop ul.dropdown-menu {
  background: #000000 !important;
  z-index: 99999;
}
.genderDrop ul.dropdown-menu li {
  font-size: 14px;
}
.genderDrop ul.dropdown-menu li input[type=checkbox] {
  opacity: 0;
  width: 0;
}
.genderDrop ul.dropdown-menu li label {
  cursor: pointer;
}
.genderDrop ul.dropdown-menu li input[type=checkbox] + label:before {
  border: 1px solid #fff;
  content: "\a0";
  display: inline-block;
  font-size: 14px;
  height: 16px;
  width: 16px;
  margin-right: 12px;
  margin-left: -30px;
  position: relative;
  top: 2px;
  padding: 0 0 2px 2px;
}
.genderDrop ul.dropdown-menu li input[type=checkbox]:checked + label:before {
  background: #fff;
  color: #333;
  content: "\2713";
  text-align: center;
  font-weight: bold;
}
.genderDrop ul.dropdown-menu li input[type=checkbox]:checked + label:after {
  font-weight: bold;
}
.genderDrop ul.dropdown-menu li input[type=checkbox]:focus + label::before {
  outline: #53565A auto 5px;
}
.genderDrop .caretStyle {
  position: absolute;
  right: 6px;
  top: 11px;
}
.fontWeightBold {
  font-weight: bold;
}
.subHeaderTitle {
  font-size: 32px;
  font-weight: normal;
}
.signupCntrlStyle {
  background: #000 !important;
}
.personal-info-container .section-heading {
  color: #D0D0CE;
}
.personal-info-container .section-heading span {
  font-family: opensans;
}
.company-info-container .section-heading {
  color: #D0D0CE;
}
.company-info-container .section-heading span {
  font-family: opensans;
}
.top50 {
  top: 50px !important;
}
.signup-loader-style {
  position: absolute;
  z-index: 9999;
  top: 35%;
  left: 35%;
}
.dialog-backdrop {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
.disableOutline {
  outline: none;
}
.fontSize24 {
  font-size: 24px;
}
.fontSize16 {
  font-size: 16px !important;
}
.fontSize18 {
  font-size: 18px !important;
}
.wd100 {
  width: 100%;
}
.borderBox {
  box-sizing: border-box;
}
.privacyLinkAnchor {
  color: #0D8390;
  border: 0;
  text-transform: inherit;
  background: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.privacyLinkAnchor.terms-of-service {
  font-size: 20px;
}
.privacyLinkAnchor.terms-of-service:active,
.privacyLinkAnchor.terms-of-service:focus {
  font-family: opensans-bold;
  text-decoration: none !important;
  outline: #53565A auto 5px;
}
.genderDrop > button:focus,
.signupCntrlStyle:focus {
  box-shadow: 0 0 6px #f8b9b7;
}
.loader_icon {
  position: fixed;
  text-align: center;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0.7;
}
.loader_icon img {
  width: 250px;
  position: absolute;
  top: 40%;
  left: 45%;
  opacity: 1;
}
.customAnchorBold {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "opensans";
}
.customAnchorBtn {
  text-align: start;
  margin: 0px;
  padding: 0px;
}
.signUpScreen option[value=""] {
  color: grey !important;
}
.signUpScreen option {
  color: #fff;
}
.signUpScreen option[value="0"] {
  color: grey !important;
}
#editName[disabled]:focus {
  border-color: #ffff;
  outline: #ffff;
  outline-width: 2px;
}
.marB10 {
  margin-bottom: 10px;
}
.displayBlcok {
  display: block;
}
.mar0 {
  margin: 0 !important;
}
.language-dropdown {
  position: absolute;
  right: 46px;
  top: 9px;
  margin-right: 35px;
}
.language-dropdown select {
  height: 30px;
  line-height: 30px;
  padding: 4px 6px;
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.language-dropdown select[multiple],
.language-dropdown select[size] {
  height: auto;
}
.language-dropdown .select-dropdown {
  border-radius: 0px;
  color: white;
  background-color: black;
  outline: none;
  width: 150px;
}
.language-dropdown .select-dropdown:focus {
  box-shadow: 0 0 6px #f8b9b7;
}
.language-dropdown .language-dropdown-label {
  display: inline;
  color: white;
  background-color: black;
  position: absolute;
  left: -143px;
  top: 5px;
  font-family: "Open Sans";
}
.privaryStatementLink {
  padding: 0;
  margin: 0 !important;
  display: inline-block;
  width: auto;
  position: relative;
  top: -2px;
}
.errorFloat {
  float: none !important;
}
.blackColor {
  color: #000 !important;
}
.placeHolderGreyStyle {
  color: grey !important;
}
.placeHolderWhiteStyle {
  color: #fff !important;
}
.unsetFocusStyle:focus {
  box-shadow: none !important;
  outline: none !important;
}
.errorFloat {
  float: none !important;
}
.blackColor {
  color: #000 !important;
}
.downloading_popup .popupModel {
  width: 440px;
  height: 160px !important;
  top: 33%;
  border-radius: 6px !important;
  left: 37.5% !important;
}
.downloading_popup .popupModel .popHeader .modalHeading {
  left: -2px;
  font-family: opensans;
  font-size: 24pt;
  top: 20px;
}
.downloading_popup .popupModel .popHeader .popupCLoseIcon {
  top: 10px;
  right: 13px;
}
.downloading_popup .popupModel .popCotentArea {
  padding: 12px 15px 15px;
}
#toggleSwitchActive {
  position: absolute;
  right: -8px;
  top: -9px;
  padding: 12px;
  border: 1px solid #fff;
  content: "";
  width: 16px;
  border-radius: 5px;
  display: none;
}
#toggleSwitchActive.toggleElemActive {
  display: inline-block;
}
#genderInfo {
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 10px;
  height: 13px;
  width: 13px;
  padding: 0;
  position: relative;
  top: 5px;
  display: inline-block;
}
#genderInfo:before {
  content: "i";
  font-size: 12px;
  position: absolute;
  top: -3px;
  left: 4px;
}
#genderspan {
  opacity: 0;
  height: 0px;
  left: -99em;
  position: absolute;
}
input {
  box-sizing: content-box;
}
@font-face {
  font-family: "opensans";
  src: url("./media/opensans-regular-webfont.eot");
  src:
    url("./media/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/opensans-regular-webfont.woff") format("woff"),
    url("./media/opensans-regular-webfont.ttf") format("truetype"),
    url("./media/opensans-regular-webfont.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "opensans-italic";
  src: url("./media/opensans-italic-webfont.eot");
  src:
    url("./media/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/opensans-italic-webfont.woff") format("woff"),
    url("./media/opensans-italic-webfont.ttf") format("truetype"),
    url("./media/opensans-italic-webfont.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "opensans-bold";
  src: url("./media/opensans-bold-webfont.eot");
  src:
    url("./media/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/opensans-bold-webfont.woff") format("woff"),
    url("./media/opensans-bold-webfont.ttf") format("truetype"),
    url("./media/opensans-bold-webfont.svg#Roboto-Black") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "opensans-bolditalic";
  src: url("./media/opensans-bolditalic-webfont.eot");
  src:
    url("./media/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/opensans-bolditalic-webfont.woff") format("woff"),
    url("./media/opensans-bolditalic-webfont.ttf") format("truetype"),
    url("./media/opensans-bolditalic-webfont.svg#Roboto-BlackItalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "opensans-semibold";
  src: url("./media/opensans-semibold-webfont.eot");
  src:
    url("./media/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("./media/opensans-semibold-webfont.woff") format("woff"),
    url("./media/opensans-semibold-webfont.ttf") format("truetype"),
    url("./media/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: 500;
  font-style: normal;
}
p {
  margin: 0 0 10px;
}
input,
button,
select,
textarea {
  font-family: "opensans";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
h2 {
  font-weight: normal;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
label,
select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}
#ngb-live {
  display: none;
}
.padL45 {
  padding-left: 45px;
}
.padL20 {
  padding-left: 20px;
}
.padL25 {
  padding-left: 25px !important;
}
.marT28 {
  margin-top: 28px !important;
}
.highlightDiv {
  border: 1px solid #f00 !important;
  padding: 3px !important;
  margin-left: -15px;
  width: 100%;
}
body .wrf-module {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
.one-partition {
  width: 33.33% !important;
}
.fullWidth {
  width: 100%;
}
.two-partition {
  width: 66.66%;
}

/* node_modules/font-awesome/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
