/*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: #595454;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 18px;
  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;
}
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;
}
.TnC-list li::marker {
  color: #942292;
}
.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-sm {
  margin-bottom: 1em;
}
.margin-b-md {
  margin-bottom: 1.5em;
}
.padding-r-md {
  padding-right: 1.5em;
}
.padding-0 {
  padding: 0px!important;
}
.thin {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
}
.light {
  font-family:"Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 300;
}
.medium {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 400;
}
.semi-bold {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 600;
}
.bold,
strong {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 700;
}
.extra-bold {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  font-weight: 800;
}
.error-text,
.color-red {
  color: #c00;
}
.color-active {
  color: #e6417B;
}
.color-secondary {
  color: #f3eaea;
}
.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: 100%;
}
.block-center {
  margin: auto;
  display: block;
}
.fileImage {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/file-image.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: 0.5;
}
/*Autocomplete*/
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
}
.autocomplete-items {
  position: absolute;
  border: 2px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #d4d4d4 !important;
  color: black;
}
/*autofill ui jquery*/
.ui-menu {
  position: absolute;
  padding-left: 0px;
  border: 2px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
}
.ui-menu-item {
  box-sizing: border-box;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 10px 15px;
}
.ui-state-active {
  background: #e6417B;
  font-weight: normal;
  color: #ffffff;
}
.ui-helper-hidden-accessible {
  display: none;
}

/* POPUP STYLES START */
#modal {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background-image: url(../images/modal-bg.png);
  text-align: center;
  z-index:1000;
}
#modal.SHOW {
  display: block;
}
#modal .body {
  position: relative;
  top: 210px;
  display: inline-block;
  width: 730px;
  min-height: 210px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 0px 20px #444;
}
#modal .chrome {
  display: block;
  margin: 5px;
}
#modal .close {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 2px;
  padding-left: 72px;
  cursor: pointer;
}
#modal .messages {
  margin: 50px 20px 20px;
}
#modal .messages > * {
  display: none;
}
#modal .messages > .SHOW {
  display: block;
  text-align: center;
}
#modal h1 {
  color: #000;
  font-size: 18px;
  margin: 25px 0;
}
#modal #interstital p {
  color: #666;
}
#modal #interstital a.button.ok,
#modal #interstital a.button.cancel {
  display: inline-block;
  border: none;
  padding: 0;
  height: 30px;
  margin-right: 15px;
  vertical-align: bottom;

  background-color: #142f5e;
  text-align: center;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
#modal #interstital a.button.ok {
  width: 45px;
}
#modal #interstital a.button.cancel {
  width: 75px;
}
/* POPUP STYLES END */

@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%;
  }
}
/*HEADER AND FOOTER*/
.header,
.footer {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  border-top: 1px solid #5f6162;
  padding: 35px 0px 0px;
}
.footers .footer {
  position: relative;
  height: auto;
}
.secondary-links {
  width: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #004b82;
}
.header-wrap,
.footer-wrap {
  max-width: 1024px;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  display: block;
  margin: 0 auto;
}
.header-wrap {
  padding: 15px 0px 10px;
}
.bannerContact {
  margin-right: 43px;
}
.banner {
  background-color: #f3eaea;
  width: 100%;
  font-size: 14px;
  min-height: 40px;
}
.banner .banner-wrapper {
  max-width: 1024px;
  display: block;
  margin: 0 auto;
  padding: 10px 0px;
}
.banner p {
  margin: 0px;
  padding: 0px 5px;
}
.secondary-links-wrap {
  max-width: 1024px;
  /*or @regular-width to match the content*/
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 12px;
}
.secondary-links-nav {
  padding: 1em 0px;
  color: #fff;
}
/*HEADER*/
.logo-wrap {
 
  display: block;
  float: left;
  padding: 15px 25px;
}
.header-nav {
  float: right;
  width: 85%;
  margin-top: 10px;
}

/*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: 160px;
  width: 100%;
  height: 22px;
  background-image: url(../images/logo.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-band {
  display: block;
  background-image: url(../images/background.png);
  width: 100%;
  background-size: 100% 90%;
  height: 130px;
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: -5px;
}
.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 {
  padding-top: 0px;
  padding-bottom: 40px;
  font-size: 15px;
}
.footer-wrap .f-b {
  padding: 2em 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-wrap .f-b:last-of-type {
  border: none;
}
/*
.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;
}
.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-right img {
  width: 100%;
  max-width: 200px;
}
.footer-logos-mid {
  float: right;
  width: 50%;
}
.privacy-copyright-wrapper-left {
  float: left;
  width: 70%;
}
.privacy-copyright-wrapper-right {
  float: right;
  width: 80%;
}
.privacy-copyright-wrapper-mid {
  float: left;
  width: 50%;
}
.logo-wrap.right {
  float: right;
}
@media screen and (max-width: 768px) {
 
  .header-nav,
  .footer .nav,
  .footer-logos,
  .privacy-copyright-wrapper {
    width: 100%;
    display: block;
    float: none;
  }
  
  .header-logo {
    width: 100%;
    display: block;
    margin: 0px auto 1em auto !important;
  }
  .logo-wrap .logo {
    width: 125px;
    margin-left: 10px;
  }
  .logo-wrap {
    padding: 15px 10px;
    }
  #sprycel-logo {
    position: absolute;
    top: 16px;
    right: 10px;
  }
  #sprycel-logo img {
    width: 115px;
  }
  .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;
  }
}
html {
  height: 100%;
}
body {
  font-family: "Montserrat", Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 18px;
  color: #595454;
  position: relative;
  margin: 0;
  padding-bottom: 22rem;
  min-height: 100%;
}
.main-wrapper {
  /*adjust the width of all the html 
    width: 1024px;
    margin:auto;
    display: block; */
}
body,
.main-content {
  background-color: #fff;
}
.main-content {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin: auto;
  padding-bottom: 16em;
}
.main-content-wrapper {
  padding: 2em 20px;
  max-width: 810px;
  width: 100%;
  display: block;
  margin: auto;
}
.flow-option-text {
  color: #0a405e;
}
.flow-option-block {
  border: 1px solid #a69f9f;
  border-bottom: 2px solid #f3eaea;
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
}
.card-id-form {
  margin: 1%;
}
.two-per-margin {
  margin: 2%;
}
.content-block {
  border-bottom: 1px solid #a69f9f;
  padding: 30px;
}
.bordered-sub-header {
  border-bottom: 2px solid #f3eaea;
  padding-bottom: 5px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  margin: 0px;
  color:#19105f;
}
h1 {
  font-size: 33px;
  line-height: 42px;
}
h1 sup {
  top: 2px;
  font-size: 25px;
}
h2 {
  font-size: 25px;
}
p {
  margin: 0px;
}
sup {
  top: 2px;
  position: relative;
  line-height: 0px;
}
.txt-medium {
  font-size: 16px;
}
.txt-lg {
  font-size: 24px;
}
.color-active {
  color: #e6417B;
}
a.color-active:hover {
  color: darken #e6417B;
}
a.color-red:hover {
  color: darken #c00;
}
.wrap-cta {
  padding: 20px 10px;

}
/*FORMS*/
label,
.label-checkbox {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  position: relative;
  display: inline;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 700;
}
.wrapper-radio-button label,
.label-checkbox-content {
  font-family: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
}
.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: "Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
  height: 50px;
  color: #595454;
  line-height: 1.3;
  border: 1px solid #a69f9f;
  -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 #c00;
}
.select-wrapper.error .select-custom {
  border: 1px solid #c00;
}
.input-text {
  padding: 0px 1em;
  width: 100%;
  background-color: #fff;
}
.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 0em top 55%, 0 0;
  background-size: 58px;
}
.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;
  font-weight: 400;
  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 #a69f9f;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font: bold 23px/20px Verdana, sans-serif;
  color: #e6417B;
  background-color: white;
}
.check-box:checked + span:before {
  content: "✔";
  border-color: #e6417B
  /*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 #a69f9f;
  border-radius: 100%;
  background-color: white;
}
.radio-button:checked + span:before {
  content: "";
  background: #e6417B;
  border-color: #e6417B;
  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;
}
.radio-button:focus + span:before {
  outline-width: 2px;
  outline-style: solid;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -4px 8px 0 0;
  vertical-align: middle;
  border: 1px solid #a69f9f;
  border-radius: 100%;
}
.help-text {
  display: block;
  font-size: 12px;
}
.error-text {
  margin-top: 5px;
  line-height: 20px;
  font-size: 18px;
  font-family:"Montserrat", Arial, "Helvetica Neue",Helvetica,sans-serif;
}
.wrapper-question  .error-text {
  margin-top: -4px;
}
.error-text.margin-0 {
  margin-top: 0px;
}
.error-box {
  font-weight: 700;
  padding: 0.8em;
  font-size: 1em;
  background-color: #ffd1d1;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn {
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  min-width: 150px;
  font-weight: 700;
  border: none;
  max-width: 500px;
  cursor: pointer;
  margin: 0.8em 0px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn.sm {
  max-width: 150px;
}
.btn:hover {
  text-decoration: none;
}
.big-btn {
  max-width: 300px;
  margin: auto;
  display: block;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  height: 70px;
  line-height: 70px;
}
.btn-primary {
  background-color: #e6417B;
  color: white;
}
.btn-primary:hover {
  background-color:#e6417B;
}
.btn-primary.active-btn {
  -webkit-box-shadow: 0px 0px 5px 4px #74cfe1;
  -moz-box-shadow: 0px 0px 5px 4px #74cfe1;
  box-shadow: 0px 0px 5px 4px #74cfe1;
}
.btn-secondary {
  color: #595454;
  border: 2px solid #e6417B;
  background-color: #f3eaea;
  line-height: 20px;
}
.btn-secondary:hover {
  color: #942292;
  border: 2px solid #942292;
}
.btn-secondary i {
  fill: #e6417B
}
/*IMGS*/
.card-thumbnail {
  max-width: 200px;
  border: 1px solid #a69f9f;
  border-radius: 6px;
}
/*Modal*/
.close {
  font-size: 28px;
}
.modal-header,
.modal-footer {
  border: none;
}
.box-inputfile {
  height: 40px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  max-width: 80%;
  font-size: 15px;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 10px 20px;
  /* 10px 20px 
        border: 1px solid #d3394c;*/
  background-color: white;
  padding: 0px;
}
.inputfile:focus + label,
.inputfile .has-focus + label {
  outline: 1px dotted #000;
  outline: 0px;
}
.inputfile + label {
  /* 10px 20px */
  line-height: 40px;
}
.inputfile + label span,
.inputfile + label strong {
  /*  padding: 10px 20px;*/
}
.inputfile + label span {
  max-width: 190px;
  /*min-height: 40px;*/
  font-weight: 100;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  padding: 0px;
}
.inputfile + label strong {
  height: 40px;
  max-width: 110px;
  padding: 0px 1.5em;
  color: #e6417B;
  border: 1px solid #e6417B;
  display: inline-block;
  background-color: white;
}
.inputfile + label + label:focus {
  outline: 0px;
}
.inputfile + label:focus + label strong,
.inputfile + label.has-focus + label strong,
.inputfile + label + label:hover strong {
  background-color: darken #e6417B;
}
.inputfile + label strong:hover {
  color: #942292;
  border: 1px solid #942292;
}
.no-js .inputfile + label {
  display: none;
}
/*landing*/
.card-thumb {
  max-width: 280px;
  width: 100%;
  display: block;
  margin: auto;
}
/*more-info*/
#example-card .wrap-card {
  position: relative;
  width: 100%;
  max-width: 313px;
}
#example-card img {
  width: 100%;
  max-width: 313px;
}
#more-info {
  cursor: pointer;
}
#close-card {
  font-size: 28px;
  display: block;
  width: 40px;
  height: 40px;
  /* border: 1px solid red; */
  position: absolute;
  right: 0px;
  cursor: pointer;
}
#checkbox-error {
  margin-bottom: 20px;
}
/* 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;
  opacity: 0.01;
  transition: 0.1s;
}
.designPageTable:hover {
  border: 1px solid #005a8c;
  background-color: #f3f5f7;
  background-image: none;
  width: 300px;
  height: auto;
  transition: 0.1s;
  white-space: nowrap;
  opacity: 1;
}
.designPageTable tr td {
  background: #005a8c;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  width: 290px;
  overflow: auto;
}
.wrap-card{
  position: relative;
}
.wrap-card img{
  width: 450px;
  display: block;
  margin: auto;
  position: relative;
}
.card-id{
  position: absolute;
  font-size: 17px;
  bottom: 64px;
  left: 26.2%;
  color:#e6417b;
}
.mcklink{
  text-align: center;
    background: white;
    width: 100%;
    bottom: -23px;
    position: absolute;
}
.isi-text-only{
  color: #19105f;
  font-size: 18px;
}
.isi{
  color: #19105f;
  font-size: 18px;
}
.isi sup{
  top: -4px;
}
.isi-text-only h2{
  color: #cd336a;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.isi-text-only h3{
  color: #19105f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.isi-text-only  p+p {
  margin-top: 18px;
}
.isi-text-only ul+p {
  margin-top: 16px;
}
.isi ol {
  padding-left: 0;
  list-style: none;
}
.isi ol ul {
  list-style: disc;
  padding-left: 17px;
}
.isi-text-only ol li {
  margin-top: 18px;
}
.isi ol ul ul {
  list-style: circle;
}
#floating-ISI {
  position: fixed;
  bottom: 0px;
  background-color: white;
  border-radius: 25px 25px 0px 0px;
  box-shadow: rgba(28, 25, 25, 0.09) 0px -8px 16px;
  width: 100%;
  z-index: 500;
  width: calc(100% - 48px);
  max-width: 1392px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 10px;
  box-sizing: content-box;
}
#floating-ISI.isi, .isi h3 {
  font-size: 18px;
}
#floating-ISI .wrapper-isi{
  display: flex; 
 
}

#floating-ISI .title{
  background: #f8f8f8;

}
#floating-ISI .title h2{
  color: #cd336a;
  font-size: 20px;
  padding: 5px 25px 5px;
  font-weight: 700;
}
#floating-ISI .txt-container{
  padding: 3px 25px;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#floating-ISI .about{
  font-weight: 400;
  min-width: 450px;
}
#floating-ISI .floating-container.isi h3{
  font-weight: 700;
  font-size: 18px;
}
.floating-container {
  position: relative;
}
.floating-container .icon-button{
  position: absolute;
  right: 22px;
  top: 5px;

}
.modal-backdrop{
  background-color: #fff;
-webkit-backdrop-filter: blur(12px);
backdrop-filter: blur(12px);
}
.modal-content{
  box-shadow: 0 25px 50px rgba(0,0,0,.1);
    border: none;
    border-radius: 20px;
}
.modal-body{
  padding: 0px;
}
.modal-body .txt-container{
  padding: 50px;
}
.modal-body h2{
  margin-bottom:0px;
}
.modal-body .title{
  background: #f8f8f8;
  padding: 10px 50px;
}
button.close{
  font-size: 40px;
    color: #cd336a;
    right: 10px;
    opacity: 1;
    margin-right: 12px;
    margin-top: 3px;

}
.normal-modal .modal-content{
  padding: 40px;
}
.normal-modal .button.close{
    position: absolute;
    top: 3px;
}
.print .isi{
  display: none;
}
.print .main-content{
  padding-bottom: 0px;
}
body.print{
  padding-bottom: 12em;
}
.prin-only{
  display: none;
}
.thumbnail-card{
  max-width: 300px;
  min-width: 300px;
  position: relative;

}
.thumbnail-card img{
 width: 100%;

}
.thumbnail-card .card-id{
  bottom: 44px;
    left: 36px;
    font-weight: bold;
    font-size: 10px;

}
@media print{
  html {
    height: auto;
  }
  .main-content-wrapper{
    font-size: 10.4px;
    padding: 0px;
  }
  .wrap-instructions {
    padding-bottom: 150px;
  }
  .footer {
    position: relative;
    padding: 14px 20px;

  }
  .footer-wrap{
    padding: 0px;
  }
  .mcklink{
      bottom:0;
      position: relative;
      font-size: 8px;
  }
  .print-only{
    display: block;
  }
  .no-print{
    display: none;
  }
}

.col-75{
  width:75%;
}
.col-80{
  width:80%;
}
/*Chrome Only*/
@supports (not (-webkit-hyphens:none)) and (not (-moz-appearance:none)) and (list-style-type:"*")  {

  @media print {
    .main-content-wrapper {
      font-size: 11px;
    }
    .wrap-instructions{
      padding-bottom: 110px;
    }
  }

}

#birthdate{

 /* background-image: url(/resources/static/images/calendar_icon.png); */
  background-image: url(../images/calendar_icon.png);
  background-repeat: no-repeat;
  background-position: 93%;
  background-size: 18px;

}
.menu-links a{
  color: #cd336a;
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
 #floating-ISI .wrapper-isi {
    display: flex;
    flex-flow: column;
  } 
  #floating-ISI {
    width: 100%;
  }
  #floating-ISI .title h2{
    font-size: 16px;
  }
  #floating-ISI .isi, #floating-ISI .txt-container{
    font-size: 14px;
  }
  #floating-ISI .txt-container{
    -webkit-line-clamp: 3;
  }
  #floating-ISI .about{
    min-width: 100%;
  }
}



@media screen and (max-width: 768px){
  .menu-links a {
    font-size: 11px;
  }
  .header-nav {
    margin-top: 0px;
  }
  .btn-primary{
    height: auto;
    line-height: 14px;
    padding: 20px 0px;
    border-radius: 33px;

  }
}

