/* WooCommerce B2B */
body.is-b2b-customer li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--events {
	display: block;
}
body.is-b2b-customer nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--events {
	order: 2;
}
body.is-b2b-customer nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders {
	order: 0;
}
body.is-b2b-customer nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--b2b-dashboard {
	padding-top: 0;
	order: -1;
}
body.is-b2b-customer.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child {
	padding-top: 20px;
}

/* B2B Customer - Product Page */
body.is-b2b-customer .product .ruler-b2b-field div.d-flex {
	flex-wrap: wrap;
}
body.is-b2b-customer .product .container-fluid .row .col-12.col-xl-5.col-xxl-4.grey-bg {
	background-color: transparent;
}
body.is-b2b-customer .ruler-b2b-drawer {
	width: clamp(320px,25vw,480px);
	padding: clamp(20px,2.083vw,40px);
	background: #f5f5f5;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
body.is-b2b-customer .ruler-b2b-drawer-inner {
	padding: 0;
}
body.is-b2b-customer .ruler-b2b-drawer-inner h3,
body.is-b2b-customer .product-info .ruler-b2b-starting,
body.is-b2b-customer .product-info .ruler-b2b-after-price label	 {
	font-weight: 400;
}
body.is-b2b-customer .ruler-b2b-drawer-inner h3,
body.is-b2b-customer .product-info .ruler-b2b-starting,
body.is-b2b-customer .product-info .ruler-b2b-min-quantity {
	color: #001B54;
}
body.is-b2b-customer .ruler-b2b-open-drawer {
	padding: 0;
	border: 0;
	background: transparent;
	background-color: transparent;
}
body.is-b2b-customer .product-info .ruler-b2b-after-price textarea {
	padding: 15px 25px;
	border-radius: 5px;
	border: 1px solid rgba(0, 27, 84, 0.2);
}
body.is-b2b-customer .product-info .ruler-b2b-after-price textarea::placeholder {
	color: #667698;
}
body.is-b2b-customer .ruler-b2b-close {
	color: #F15922 !important;
	font-size: clamp(20px, 1.25vw, 24px);
	border: 1px solid #F15922;
	width: clamp(25px, 1.563vw, 30px);
	height: clamp(25px, 1.563vw, 30px);
	border-radius: 50px;
	line-height: 1;
	font-weight: 300;
	top: clamp(20px, 2.24vw, 43px);
	right: clamp(20px, 1.719vw, 33px);
	z-index: 4;
	cursor: pointer;
	top: clamp(20px, 2.083vw, 40px);
	right: clamp(20px, 2.083vw, 40px);
	position: absolute;
	background: none;
}
body.is-b2b-customer .ruler-b2b-quantity input[type="number"] {
	height: 48px;
	border-radius: 2.5px;
	background-color: transparent;
	color: #001B54;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	margin: 0;
	border: 1px solid #001B54;
	width: 70px;
	text-align: center;
	margin:0 10px;
}
body.is-b2b-customer .ruler-b2b-quantity button {
	width: 35px;
	height: 35px;
	font-weight: 400;
	border-radius: 50%;
	background-color: #001B54;
	color: #fff;
	border: none;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.1s ease;
	opacity: 1;
}
.input-qn-flex {
	display: flex;
	justify-content: start;
	align-content: center;
	justify-items: center;
	align-items: center;
}
/* Chrome, Safari, Edge, Opera */
body.is-b2b-customer .ruler-b2b-quantity input[type="number"]::-webkit-inner-spin-button,
body.is-b2b-customer .ruler-b2b-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
body.is-b2b-customer .ruler-b2b-quantity input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield; /* modern spec */
}

body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-save {
	display: inline-block;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	float: none;
	width: auto;
	height: auto;
	color: rgba(249, 249, 251, 1);
	font-weight: 400;
	border-radius: 100px;
	background: rgba(241, 89, 34, 1);
	background-color: rgba(241, 89, 34, 1);
	padding: clamp(12.5px, 0.8vw, 15px) clamp(30px, 2.3vw, 45px);
	border: none;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__input{
  position:absolute;
  left:-9999px;
  width:1px;height:1px;
  overflow:hidden;
}

body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__label{
  display:flex;
  align-items:center;
  gap:18px;
  cursor:pointer;
  user-select:none;
}

body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__box{
  width:90px;
  height:90px;
  border-radius:4px;
  background:#fff;
  display:grid;
  place-items:center;
  flex:0 0 auto;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__plus{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1.5px solid #ff4d2e;
  color:#ff4d2e;
  display:grid;
  place-items:center;
  font-size:18px;
  line-height:1;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__text{
  display:flex;
  flex-direction:column;
  gap:6px;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__title{
  font-size:18px;
  font-weight:600;
  color:#0b2a6f;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__hint{
  font-size:12px;
  color:#0b2a6f;
  opacity:.75;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__filename{
  font-size:12px;
  color:#0b2a6f;
  opacity:.65;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-upload__label:focus-within .ruler-b2b-upload__box{
  box-shadow: none;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .b2b-file-label,
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-field span {
	display: block;
	font-size: 20px;
	font-weight: 600 !important;
	margin-bottom: 15px;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-field label,
body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-field span {
	font-size: 20px;
	font-weight: 600 !important;
}
button.single_add_to_cart_button.button.alt.ruler-b2b-add-to-quote {
	margin-top: clamp(25px, 2.6vw, 60px);
}
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-size,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-position,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-color,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-type {
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	min-width: 50px;
	width: auto;
	height: 45px;
	border: 1px solid #001b54;
	border-radius: 2.5px;
	padding: 10px;
	margin-right: 1rem;
	margin-bottom: 1rem;
	border: 1px solid;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-size:hover,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-size.is-active,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-position:hover,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-position.is-active,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-color:hover,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-color.is-active,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-type:hover,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-type.is-active {
	color: #F15922;
	border-color: #F15922;
}
body.is-b2b-customer dd.variation-Size {
	text-transform: capitalize;
}
body.is-b2b-customer .product-info #item-accordion {
	margin-bottom: 0;
}
body.is-b2b-customer .product-info .wishlist-button {
	right: -2%;
}
body.is-b2b-customer .product-info .wishlist-button button {
	padding: 12px;
	border: 1px solid #F15922 !important;
}
body.is-b2b-customer .product-info .wishlist-button button .rwl-icon svg {
	width: clamp(15px, 1vw, 20px);
	height: clamp(15px, 1vw, 20px);
}

/* B2B Customer - Cart page */
body.is-b2b-customer main#main-cart .product-name-above-img dl.variation,
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: start;
	padding: 0 15px;
	margin-top: 5px;
	margin-bottom: 0;
	background-color: #F5F5F5;
	border-bottom: 2px solid #F15922;
}
body.is-b2b-customer main#main-cart .product-name-above-img dl.variation dt,
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dt {
	margin-right: 5px;
}
body.is-b2b-customer main#main-cart .product-name-above-img dl.variation dd,
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dd {
	margin-right: auto;
}
body.is-b2b-customer main#main-cart .product-name-above-img dl.variation dd,
body.is-b2b-customer main#main-cart .product-name-above-img p,
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper p {
	margin-bottom: 0;
	margin-right: 10px;
}
/**
 * ========================================================================================================================================================
*/
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dd {
	margin-right: 50px;
}
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dt.variation-Note {
	margin-bottom: -5px;
}
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dt.variation-Note,
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dd.variation-Note {
	width: 100%;
}
body main#main-cart .product-name-above-img dl.variation.valentines-variations-wrapper dd.variation-Note p {
	line-height: 1.5;
	margin-bottom: 10px;
}
/**
 * ========================================================================================================================================================
*/
body.is-b2b-customer main#main-cart .checkout-button.button {
	width: 100%;
	justify-content: center;
}
body.is-b2b-customer main#main-cart .cart_totals span.quote-heading {
	color: #001B54;
	font-size: clamp(17px, 1.5vw, 28px);
	font-weight: 500;
	line-height: normal;
}

/* B2B Customer - Checkout Page */
body.is-b2b-customer #order_review dl.variation {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: start;
}
body.is-b2b-customer #order_review dl.variation dd {
	margin-right: 10px !important;
}
/* body.is-b2b-customer #order_review .payment-methods-title,
body.is-b2b-customer #order_review .woocommerce-terms-and-conditions-wrapper {
	display: none;
} */

/* B2B Customer - Order Page */
body.is-b2b-customer.woocommerce-account .woocommerce-MyAccount-content mark.white-bg {
	background-color: #fff;
}
body.is-b2b-customer.woocommerce-account .woocommerce-MyAccount-content .order-status.white-bg {
	font-weight: 400;
}
body.is-b2b-customer.woocommerce-account .woocommerce a.button.og-button,
body.is-b2b-customer.woocommerce-account form.ruler-b2b-comments-form button.ruler-b2b-send-note,
body.is-b2b-customer.woocommerce-account .woocommerce a.button.og-button:hover,
body.is-b2b-customer.woocommerce-account .ruler-b2b-actions-bottom .ruler-b2b-approve,
body.is-b2b-customer.woocommerce-account .ruler-b2b-actions-bottom .ruler-b2b-decline {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	float: none;
	width: auto;
	height: auto;
	color: rgba(249, 249, 251, 1);
	font-weight: 400;
	border-radius: 100px;
	background: rgba(241, 89, 34, 1);
	background-color: rgba(241, 89, 34, 1);
	padding: clamp(12.5px, 0.8vw, 15px) clamp(30px, 2.3vw, 45px);
	border: none;
}
body.is-b2b-customer.woocommerce-account .woocommerce a.button.og-button.reverse {
	color: rgba(241, 89, 34, 1);
	background: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1);
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-actions-bottom .ruler-b2b-decline {
	color: red;
	margin-right: 1.5rem;
	background: rgba(249, 249, 251, 1);
	background-color: rgba(249, 249, 251, 1);
}
body.is-b2b-customer.woocommerce-account p.position-absolute.ruler-b2b-actions {
	right: 1.5rem;
	bottom: 1.5rem;
}
body.is-b2b-customer.woocommerce-account form.ruler-b2b-comments-form textarea {
	width: 100%;
	min-height: 150px;
	font-size: 15px;
	line-height: 1.25;
	padding: 15px 25px;
	border-radius: 5px;
	border: 1px solid rgba(0, 27, 84, 0.2);
}
body.is-b2b-customer.woocommerce-account form.ruler-b2b-comments-form textarea::placeholder {
	color: #667698;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment {
	margin: 15px 0px;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: start;
	flex-direction: row;
	margin-bottom: 15px;
	gap: .75rem;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-customer .ruler-b2b-comment-meta {
	flex-direction: row-reverse;
	justify-content: end;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment div.ruler-b2b-comment-body {
	position: relative;
	padding: 10px 25px;
	border-radius: 100px;
	margin-top: 10px;
	z-index: 1;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment div.ruler-b2b-comment-body::before {
	content: " ";
	width: 20px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: -15px;
	z-index: -1;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment div.ruler-b2b-comment-body::after {
	content: " ";
	width: 20px;
	height: 15px;
	position: absolute;
	left: 2px;
	top: -15px;
	background-color: #fff;
	z-index: 0;
	border-radius: 0 0 0 20px;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment div.ruler-b2b-comment-body p {
	margin-bottom: 0;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-admin div.ruler-b2b-comment-body,
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-admin div.ruler-b2b-comment-body::before {
	background-color: rgba(249, 249, 251, 1);
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-customer div.ruler-b2b-comment-body,
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-customer div.ruler-b2b-comment-body::before {
	color: #fff;
	background-color: rgba(241, 89, 34, 1);
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-customer div.ruler-b2b-comment-body::before,
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-customer div.ruler-b2b-comment-body::after {
	left: unset;
	right: 0;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment.is-customer div.ruler-b2b-comment-body::after {
	border-radius: 0 0 20px 0;
}
body.is-b2b-customer.woocommerce-account section.ruler-b2b-comments {
	margin-bottom: clamp(25px, 2.6vw, 60px);
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-actions-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: end;
	gap: 1.5rem;
	flex-direction: row-reverse;
}
body.is-b2b-customer.woocommerce-account form.ruler-b2b-comments-form {
	margin-top: 30px;
}
body.is-b2b-customer.woocommerce-account .ruler-b2b-comment-meta span.ruler-b2b-comment-date {
	font-size: 75%;
}
.ruler-b2b-spec a{
	color: rgba(241, 89, 34, 1)!important;
}
.is-b2b-customer.woocommerce-order-received h1{
	display:none;
}
body.is-b2b-customer.woocommerce-account form.ruler-b2b-comments-form button.ruler-b2b-send-note {
background: none;
color: rgba(241, 89, 34, 1);
border: 1px solid;
}
body.is-b2b-customer.woocommerce-account .button.ruler-b2b-decline,
body.is-b2b-customer.woocommerce-account .woocommerce a.button.ruler-b2b-decline {
color: red;
}
.woocommerce-orders-table tr a, .woocommerce-orders-table .woocommerce-Price-amount.amount {
	color: #F15922;
}
/* Preferred Date inline calendar */
.ruler-b2b-preferred-date-inline{margin:10px 0 0;}
.ruler-b2b-preferred-date-inline .ui-datepicker{width:100%; padding:10px; border:1px solid #e5e5e5; border-radius:8px;}
.ruler-b2b-preferred-date-inline .ui-datepicker table{width:100%;}
.ruler-b2b-preferred-date-inline .ui-datepicker th, .ruler-b2b-preferred-date-inline .ui-datepicker td{text-align:center; padding:4px;}
.ruler-b2b-preferred-date-inline .ui-datepicker .ui-datepicker-header{display:flex; justify-content:space-between; align-items:center; margin-bottom:8px;}
.is-b2b-customer .flatpickr-months .flatpickr-month {
color: #fff;
height: 50px;
background: rgba(241, 89, 34, 1);
border-radius: 20px 20px 0 0px;
}
.is-b2b-customer  .flatpickr-calendar.inline {
border: none;
box-shadow: none;
}
.is-b2b-customer .flatpickr-innerContainer {
	background: #F7F8F9;
	border-radius: 0 0px 20px 20px;
}
.is-b2b-customer  span.flatpickr-weekday {
color: rgba(0, 27, 84, 1);
font-weight: normal;
}

.is-b2b-customer .flatpickr-day {
color: rgba(0, 27, 84, 1);
	font-size: 14px;
}
.is-b2b-customer .flatpickr-day.flatpickr-disabled, .is-b2b-customer  .flatpickr-day.flatpickr-disabled:hover {
	cursor: not-allowed;
	color: rgba(57,57,57,0.1);
}
.flatpickr-day.selected {
	color:#fff;
}
.ruler-b2b-preferred-date-inline .ui-datepicker .ui-datepicker-prev, .ruler-b2b-preferred-date-inline .ui-datepicker .ui-datepicker-next{cursor:pointer;}

.is-b2b-customer .woocommerce-message, .is-b2b-customer .woocommerce-error li {
	background: #f9f9fb!important;
	margin-bottom: 0;
	padding: 20px;
	border-top: 3px solid #f15922!important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 30px 0!important;
}
.is-b2b-customer .flatpickr-months .flatpickr-prev-month, .is-b2b-customer .flatpickr-months .flatpickr-next-month {
	top: 8px;
	color: #F05921;
	fill: #F05921;
	background: #fff;
	border-radius: 50%;
	display: flex;
}
.is-b2b-customer .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.is-b2b-customer .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
	right: 8px
}
.is-b2b-customer .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.is-b2b-customer  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
	left: 8px
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background: #F05921;
	border-color: #F05921;
}
.is-b2b-customer select.flatpickr-monthDropdown-months {
	padding: 0 20px!important;
	border: none!important;
	color: #fff!important;
	margin: 6px 0!important;
	background:none!important;
}
.is-b2b-customer select.flatpickr-monthDropdown-months:focus,
.is-b2b-customer select.flatpickr-monthDropdown-months:hover{
	border:none;
	background: none;
}
.is-b2b-customer  .flatpickr-month .numInputWrapper {
	display: none;
}

p#ruler_preferred_date_field > label {
	display: none;
}
.is-b2b-customer .flatpickr-calendar.animate.arrowTop.arrowLeft.open {
	background: none;
	border: none;
	box-shadow: none;
}
.is-b2b-customer .flatpickr-calendar.arrowTop:before,
.is-b2b-customer .flatpickr-calendar.arrowTop:after{
	display: none;
}
.ruler-b2b-mockup a{
	color:#F05921!important;
}


/* Drawer Fixes */
body.is-b2b-customer .ruler-b2b-drawer {
	width: 480px;
}
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-size,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-position,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-color,
body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-type {
	font-size: 15px;
}
@media (max-width: 1499.98px) {
	body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-field label,
	body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-field span,
	body.is-b2b-customer .ruler-b2b-drawer-inner .b2b-file-label,
	body.is-b2b-customer .ruler-b2b-drawer-inner .ruler-b2b-field span {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	body.is-b2b-customer .ruler-b2b-drawer {
		width: 450px;
	}
	body.is-b2b-customer .ruler-b2b-drawer-inner .attr-size,
	body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-position,
	body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-color,
	body.is-b2b-customer .ruler-b2b-drawer-inner .attr-logo-type {
		height: 35px;
	}
	body.is-b2b-customer button.ruler-b2b-open-drawer {
		font-size: 18px;
	}
}
@media (max-width: 600px) {
	body.is-b2b-customer .ruler-b2b-drawer {
		width: 95%;
	}
}
mark.order-status {
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
}


#corporate-banner-wrapper a.corporate-banner {
	background: rgba(249, 249, 251, 1);
	color: rgba(0, 27, 84, 1);
	cursor: pointer;
}
#corporate-banner-wrapper a.active.corporate-banner {
	background: rgba(241, 89, 34, 1);
	color: #fff;
}
#corporate-banner-wrapper a.corporate-banner:hover {
	background: rgba(241, 89, 34, 1);
	color: #fff;
	opacity: 0.9;
}
#corporate-banner-wrapper a.corporate-banner.button-b2c {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#corporate-banner-wrapper a.corporate-banner.button-b2b {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}