/*Layout*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #151616;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
.clear:after {
  clear: both;
  content: "";
  display: table;
}
.inline-block {
  display: inline-block;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a.coupon-link {
  color: #0000ee;
}
ul,
ol {
  margin-top: 0;
  padding-left: 30px;
}
ul.no-style,
ol.no-style {
  padding-left: 0;
}
ul.no-style li,
ol.no-style li {
  list-style: none;
}
ul.inline-block li {
  display: inline-block;
}
.margin-r-md {
  margin-right: 1.5em;
}
.margin-l-md {
  margin-left: 1.5em;
}
.margin-l-lg-xl {
  margin-left: 2.5em;
}
.margin-r-s {
  margin-right: 1em;
}
.margin-r-lg {
  margin-right: 2em;
}
.margin-r-20 {
  margin-right: 20px;
}
.margin-r-lg-xl {
  margin-right: 2.5em;
}
.margin-r-xl {
  margin-right: 3em;
}
.margin-t-lg {
  margin-top: 2em;
}
.margin-t-md {
  margin-top: 1.5em;
}
.margin-t-sm {
  margin-top: 1em;
}
.margin-b-md {
  margin-bottom: 1.5em;
}
.padding-r-md {
  padding-right: 1.5em;
}
.padding-0 {
  padding: 0px !important;
}
.thin {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.light {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.medium {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.semi-bold {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.bold {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.extra-bold {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.error-text,
.color-red {
  color: #ed003c;
}
.color-active {
  color: #32b1ca;
}
.color-secondary {
  color: #fa4e02;
}
.color-darkgray {
  color: #4a4a4a;
}
.color-lightgray {
  color: rgba(0, 0, 0, 0.7);
}
.background-dark {
  background-color: #4a4a4a;
  color: White;
}
.background-lightgray {
  background-color: rgba(0, 0, 0, 0.7);
  color: White;
}
/*Columns*/
.two-col {
  width: 50%;
}
.two-col-spaced {
  width: 48%;
  margin: 1%;
}
.three-col {
  width: 33.33%;
}
.three-col-spaced {
  width: 30.33%;
  margin: 1%;
}
.quarter {
  width: 25%;
}
.three-quarter {
  width: 75%;
}
.block-center {
  margin: auto;
  display: block;
}
hr.coupon-hr {
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.coupon-strong {
  color: #4a63ae;
}
.variable-data {
  color: black;
}
.variable-text {
  color: deeppink;
}
.logo-link:focus {
  border-bottom: 3px solid #4a63ae;
}
/* HIDE RADIO */
[type=radio].brand-radio { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio].brand-radio + img {
  cursor: pointer;
}

/* CHECKED STYLES 
[type=radio].brand-radio:checked + img{
  border-bottom: 3px solid hsl(225, 40%, 49%);
} */

.logos-center  .fl{
    display: inline-block;
    float: none;
}
  .logos-center{
  width: 99%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .m-block {
    display: block;
    float: none;
    width: 100%;
    min-width: 100%;
  }
  .main-content-wrapper {
    padding: 1.5em;
  }
  .m-p-0 {
    padding: 0px;
  }
  .m-m-l-0 {
    margin-left: 0px;
  }
  .m-f-none {
    float: none;
  }
  .m-text-center {
    text-align: center;
  }
  .two-col-spaced,
  .three-col-spaced {
    min-width: 48%;
    width: 94%;
    margin: 3%;
  }
  .nine-tenth-mobile {
    width: 90%;
  }
  .brand-label {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}
body {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  color: #151616;
}
/*HEADER AND FOOTER*/
.header,
.footer {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: rgb(35,0,76);
}
.footer {
  color: #fff;
}
.secondary-links {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #004b82;
}
.header-wrap,
.footer-wrap {
  max-width: 90%;
  width: 100%;
  padding: 2em 0px;
  font-size: 0.8em;
  display: block;
  margin: 0 auto;
}
.secondary-links-wrap {
  max-width: 90%;
  /*or @regular-width to match the content*/
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
.secondary-links-nav {
  padding: 1em 0px;
  color: #fff;
}
/*HEADER*/
.logo-wrap {
  width: 33%;
  display: block;
  float: left;
}
.header-nav {
  float: right;
  width: 85%;
}
hr {
  border-bottom: 1px solid #4a63ae;
  border-top: none;
  margin-bottom: 0px;
}
/*CENTER HEADER*/
.header.header-center .header-wrap {
  text-align: center;
}
.header.header-center .logo-wrap {
  display: inline-block;
  float: none;
}
.header.header-center .header-logo {
  display: block;
  margin: auto;
}
.header.header-center .header-nav {
  width: 100%;
  display: block;
  margin-top: 1em;
}
.header.header-center .header-nav .menu-links {
  text-align: center;
}
/*Change HEADER LOGO */
.header-logo {
  max-width: 260px;
  width: 100%;
  height: 60px;
  background-image: url(../images/Sanofi-logo-white_v2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.menu-links.right {
  text-align: right;
}
.menu-links.center {
  text-align: center;
}
.header-navigation a {
  padding: 0px 1em;
}
.header-navigation a:first-of-type {
  padding: 0px 1em 0px 0px;
}
.header-navigation a:last-of-type {
  padding: 0px 0px 0px 1em;
}
/*Footer*/
.footer ul {
  padding: 0px;
  margin: 0px;
}
.footer ul li {
  list-style: none;
}
.footer-links-5 .nav {
  width: 20%;
  float: left;
}
.footer-links-4 .nav {
  width: 25%;
  float: left;
}
.footer-links-3 .nav {
  width: 33.33%;
  float: left;
}
.footer-wrap .f-b {
  padding: 2em 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-wrap .f-b:first-of-type {
  padding: 0px 0px 2em 0px;
}
.footer-wrap .f-b:last-of-type {
  border: none;
  padding: 2em 0px 0px 0px;
}
/*
.footer-nav{
    padding-bottom: @lg-xl;
}
.footer-limitations {
    padding:@md 0px ;
}*/
.inline-copy p {
  display: inline-block;
  margin-right: 1em;
  margin-top: 0px;
}
.footer ul.inline-block li {
  padding: 0px 1em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.footer ul.inline-block li:first-of-type {
  padding: 0px 1em 0px 0px;
}
.footer ul.inline-block li:last-of-type {
  border: none;
  padding: 0px 0px 0px 1em;
}
.footer-logos-left {
  float: left;
  width: 20%;
  text-align: left;
}
.footer-logos-right {
  float: right;
  width: 20%;
  text-align: right;
}
.footer-logos-mid {
  float: right;
  width: 35%;
}
.privacy-copyright-wrapper-left {
  float: left;
  width: 80%;
}
.privacy-copyright-wrapper-right {
  float: right;
  width: 80%;
}
.privacy-copyright-wrapper-mid {
  float: left;
  width: 65%;
}
.copay-coupon-copy {
  width: 70%;
}
.copay-coupon-job {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .logo-wrap,
  .header-nav,
  .footer .nav,
  .footer-logos,
  .privacy-copyright-wrapper {
    width: 100%;
    display: block;
    float: none;
  }
  .header-nav {
    margin-top: 1em;
  }
  .header-logo {
    width: 100%;
    display: block;
    margin: 0px auto 1em auto !important;
  }
  .header-nav .menu-links {
    text-align: center;
  }
  .privacy-copyright-wrapper-left,
  .footer-logos-left,
  .privacy-copyright-wrapper-right,
  .footer-logos-right,
  .privacy-copyright-wrapper-mid,
  .footer-logos-mid {
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
  .privacy-copyright-wrapper-left.m-center,
  .footer-logos-left.m-center,
  .privacy-copyright-wrapper-right.m-center,
  .footer-logos-right.m-center,
  .privacy-copyright-wrapper-mid.m-center,
  .footer-logos-mid.m-center {
    display: block;
    text-align: center;
  }
  .privacy-copyright-wrapper-left.m-center p,
  .footer-logos-left.m-center p,
  .privacy-copyright-wrapper-right.m-center p,
  .footer-logos-right.m-center p,
  .privacy-copyright-wrapper-mid.m-center p,
  .footer-logos-mid.m-center p {
    display: block;
    text-align: center;
    margin-bottom: 1em;
  }
  .privacy-copyright-wrapper-left.m-center img,
  .footer-logos-left.m-center img,
  .privacy-copyright-wrapper-right.m-center img,
  .footer-logos-right.m-center img,
  .privacy-copyright-wrapper-mid.m-center img,
  .footer-logos-mid.m-center img {
    float: none;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.main-wrapper {
  /*adjust the width of all the html 
    width: 1024px;
    margin:auto;
    display: block; */
}
.main-content {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: auto;
  background-color: #f4f7fc;
}
.main-content-wrapper {
  padding: 2em 0px;
  max-width: 1100px;
  width: 100%;
  display: block;
  margin: auto;
  background: #fff;
}
.flow-option-text {
  color: #0a405e;
}
.flow-option-block {
  border: 1px solid rgba(0, 0, 0, 0.2);
  /* border-bottom: 2px solid #fa4e02; */
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
}
.brand-logo {
  height: 80px;
  margin: auto 7px;
}
.coupon-brand-logo {
  height: 90px;;
}
.card-id-form {
  margin: 1%;
}
.two-per-margin {
  margin: 2%;
}
.content-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.bordered-sub-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 0px;
  color: rgb(35,0,76);
}
p {
  margin: 0px;
}
sup {
  top: 2px;
  position: relative;
  line-height: 0px;
}
a.color-active:hover {
  color: darken #32b1ca;
}
a.color-red:hover {
  color: darken #ed003c;
}
/*FORMS*/
label,
.label-checkbox {
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  position: relative;
}
.label-checkbox .label-checkbox-content {
  padding-left: 32px;
}
.label-checkbox label {
  float: left;
}
.field-wrap {
  max-width: 100%;
  margin-bottom: 1em;
}
.input-text,
.select-custom {
  display: block;
  font-size: 1em;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  height: 50px;
  color: #151616;
  line-height: 1.3;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
.input-text.error,
.select-custom.error {
  border: 1px solid #ed003c;
}
.select-wrapper.error .select-custom {
  border: 1px solid #ed003c;
}
.has-error .input-text,
.has-error .select-custom {
  border: 1px solid #ed003c;
}
.input-text {
  padding: 0px 1em;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.select-custom {
  padding: 0.6em 2.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-color: #fff;
  background-image: url("../images/dropdown.png"),
    linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 55%, 0 0;
  background-size: 1.2em auto, 100%;
}
.select-custom::-ms-expand {
  display: none;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.5;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.7);
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.7);
}
.radio-button + span {
  cursor: pointer;
  line-height: 30px;
}
.check-box,
.radio-button {
  position: absolute;
  left: -999em;
}
.check-box + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font: bold 23px/20px Verdana, sans-serif;
  color: #32b1ca;
  background-color: white;
}
.check-box:checked + span:before {
  content: "✔";
  border-color: #32b1ca;
  /*Custom background
    background-image: url(../images/checkedbox.png);
    background-size: 20px;
    background-repeat: no-repeat, repeat;*/
}
.radio-button + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background-color: white;
}
.radio-button:checked + span:before {
  content: "";
  background: #32b1ca;
  border-color: #32b1ca;
  box-shadow: inset 0 0 1px 4px white;
  /*Custom background
     background-image: url(../images/radiochecked.png);
     background-size: 20px;
     background-repeat: no-repeat, repeat;*/
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white !important;
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.help-text {
  display: block;
  font-size: 0.8em;
}
.error-text {
  font-size: 0.8em;
}
.error-box {
  font-weight: 700;
  padding: 0.6em;
  font-size: 1em;
  background-color: #fff2f5;
  border: 1px solid #ed003c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 42px;
  color: #fff;
  font-size: 1em;
  width: 100%;
  font-weight: 700;
  border: none;
  max-width: 160px;
  cursor: pointer;
  margin: 0.6em 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 30px;
}
.btn.sm {
  max-width: 170px;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: rgb(35,0,76);
}
.btn-primary:hover {
  background-color: rgb(35,0,76);
}
.btn-secondary {
  color: #4a63ae;
  border: 1px solid #4a63ae;
  background-color: #fff;
}
.btn-secondary:hover {
  color: #288da1;
  border: 1px solid #288da1;
}
.btn-secondary i {
  fill: #32b1ca;
}
/*IMGS*/
.card-thumbnail {
  max-width: 200px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
/*Modal*/
.close {
  font-size: 28px;
}
.modal-header,
.modal-footer {
  border: none;
}
/* Design Page Table */
.designPageTable {
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 14px;
  background-image: url("../images/baseline_more_vert_white_18dp.png");
  background-size: auto 16px;
  background-position: 1px 1px;
  background-repeat: no-repeat;
  border: 1px solid #005a8c;
  background-color: #005a8c;
  border-radius: 15px;
  margin: 15px;
  position: absolute;
  bottom: 0px;
  width: 20px;
  overflow: hidden;
  display: block;
  height: 20px;
  transition: 0.1s;
  display: none;
}
.designPageTable:hover {
  border: 1px solid #005a8c;
  background-color: #f3f5f7;
  background-image: none;
  width: 300px;
  height: auto;
  transition: 0.1s;
  white-space: nowrap;
}
.designPageTable tr td {
  background: #005a8c;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  width: 290px;
  overflow: auto;
}

.mcklink{
  font-size: medium;
  text-align: center;
}
@media print {
  .mcklink{
    display: none;
  }
} 