:root{
  --white: white;
  --black: black;
  --lt-gray: #f6f6f6;
  --med-gray: #EFEFEF;
  --bmv-red: #cf152d;
  --bmv-blue: #3d7aa9;
  --lt-blue: #6183e9;
  --drk-blue: #183eaf;
  --alert-red: #be0f11;
  --bold: 700;
  --semi: 600;
  --reg: 400;
}
html, body {
  height:100%;
  min-height:fit-content;
}
.gray{background: var(--lt-gray);}
.med-gray{background: var(--med-gray);}
.white{background: white;}
a.hover, a:focus, button:hover, button:focus {
  outline-color:var(--lt-gray);
  text-decoration:none;
}
div:focus, h1:focus, h2:focus, h3:focus, h4:focus {
  outline-color:#d8d8d8;
  outline-width:1px;
}
.hidedrawer {
  display:none !important;
}
.pull-right-flex {
  margin-left:auto;
  margin-right:0px;
}

body {
  margin:0px !important;
  padding:0px !important;
  font-size:16px;
  font-weight:var(--reg);
  font-family: 'Source Sans Pro', sans-serif;
  color:var(--black);
  background:var(--lt-gray)!important;
}
p {
  max-width:720px;
}
a, a:hover, a:focus{
  text-decoration: none!important;
}
header.row {
  margin-left:0px;
  margin-right:0px;
}

.breadcrumbs {
  justify-content:flex-start !important;
  padding-top:10px;
}
.breadcrumbs a {
  color:#fff;
  flex:1;
  display:flex;
  justify-content: center;
  align-items:center;
  height:30px;
  background:var(--bmv-blue);
  padding-left:15px;
  padding-right:15px;
  max-width:fit-content;
  border-radius:15px;
}

.container {
  min-width:320px;
  max-width:1440px;
}

.page-container{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.page-wrapper {
  width:100%;
  left:0px;
  right:0px;
  height:auto;
}
.radio-wrapper {
  margin-right:15px;
  display:flex;
  flex:1;
  flex-direction:row;
  padding:0px;
  align-items:center;
  align-content:center;
  max-width:fit-content;
  border-radius:8px;
}
.step-wrapper.force-stack > .radio-wrapper {
  max-width:none;
  flex:0 100%;
}
.step-wrapper.force-stack > .fieldwrapper {
  max-width:none;
  flex:0 100%;
}
/*
.radio-wrapper:hover{
  transition: background .2s ease-in-out;
  background:#fff;
}*/
.radio-wrapper label {
  padding: 8px 20px 8px 35px;
  margin-left: -25px;
  border-radius: 8px;
  z-index: 199;
  position: relative;
  cursor: pointer;
}
.radio-wrapper input[type="radio"]:checked + label {
  background:#fff;
}
.radio-wrapper input[type="radio"] {
  margin-right: 0;
  margin-left: 8px;
  z-index: 200;
  position: relative;
  cursor: pointer;
}
.custom-radio{
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background: ;
  display: inline-block;
  opacity: 1;
  transition: all .5s ease-in-out;
}
.custom-radio input{
  display: none;
}
.custom-radio input:checked + .checkmark{
  opacity: 1;
}

.fixed-top {
  position:fixed;
  top: 47px;
}

/* Header Pull Circle */
/* parent container must be position:relative and the padding-top of the element will impact the position of the pull circle */
.pull-circle:before {
  content: '';
  position: absolute;
  margin-left: -10px;
  top: -5px;
  width: 24px;
  height: 24px;
  clip-path: ellipse(16% 16% at 19% 24%);
  background: var(--bmv-red);
  z-index: 0;
}
/* End Header Pull Circle */

/* Insertable Address Box */
.address-box {
  display:flex;
  flex:1 100%;
  flex-wrap:wrap;
  flex-direction:row;
  align-items:flex-start;
  align-content:flex-start;
  justify-content:flex-start;
}
.address-box .street {
  display:flex;
  /* flex:1 100%; */
  max-width:720px;
  flex-wrap:wrap;
  flex-direction:row;
  align-items:flex-start;
  align-content:flex-start;
  justify-content:flex-start;
}
.address-box .citystatezip {
  display:flex;
  flex:1 100%;
}
/* End Insertable Address Box */
/* Layout */
.page-header {
  background:var(--bmv-blue);
}
.one-third {
  flex:0 32% !important;
}
.two-thirds {
  flex:0 65% !important;
}
.flex-left {
  justify-content:flex-start !important;
}
.flex-container {
  display:flex;
  flex:1;
  max-width:1260px;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  flex-wrap:wrap;
  flex-direction:row;
}
.flex-grid {
  justify-content:flex-start;
  align-items:stretch;
  align-content:space-between;
  padding-right:2.5%
}
.card {
  display:flex;
  flex:0 30% !important;
  margin-left:2.5%;
  background:#fff;
  min-height:400px;
  border-radius:8px;
  margin-top:2%;
  position:relative;
  color:#000;
  flex-direction:row;
  flex-wrap:wrap;
  align-content:flex-start;
  align-items:flex-start;
  padding-bottom:60px;
}
a.card:after, .card:after {
  content:'';
  flex:1 auto;
  height:0;
  display:flex;
}
a.card {
  border-radius:8px;
  color:#000;
}
.card.light {
  background:#eaeaea;
}
.card .fake-button {
  background:#fff;
  border-radius:2px solid #eaeaea;
  display:flex;
  margin-left:auto;
  margin-right:auto;
  align-self:flex-end;
  position:absolute;
  bottom:15px;
  left:0;
  right:0;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius:16px;
  max-width:fit-content;
}
.card:hover {
  box-shadow:0px 0px 32px rgba(0,0,0,.05);
  text-decoration:none;
  color:#000;
}
.card:after {
  font-family:"Material Icons";
  content:"fiber_manual_record";
  font-size:.875em;
  color:var(--bmv-blue);
  position:absolute;
  right:0px;
  bottom:0px;
  opacity:0;
}
.card:hover:after {
  transition:opacity .1s ease-in-out,bottom .2s ease-in-out,right .2s ease-in-out;
  opacity:1;
  bottom:10px;
  right:10px;
}

.card:hover .fake-button {
  background:var(--bmv-blue);
  color:#fff;
  border-color:var(--bmv-blue);

}
.card .header {
  display:flex;
  flex:1;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:flex-start;
  align-items:flex-start;
}
.card .header .img-wrapper {
  display:flex;
  flex:1 100%;
  padding-bottom:53%;
  width:100%;
  overflow:hidden;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  background-image:"";
  background-repeat:no-repeat;
  background-size:100%;
  background-position:center center;
}
.card .header img {
  flex:1;
  display:inline-block;
  width:100%;
}
.card .header h3 {
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  padding-bottom:5px;
  margin:0px;
}
.card .body {
  display:flex;
  flex:1 100%;
  padding-left:30px;
  padding-right:30px;
}
.card .footer {

}

/* End Layout */

@keyframes focuslabel {
  from {font-size:1em;max-height:50px;line-height:50px;margin-top:0px;}
  to {font-size:.875em;max-height:20px;line-height:20px;margin-top:5px;}
}
@keyframes focusfield {
  from {margin-top:-50px; }
  to {margin-top:-25px;}
}
@keyframes shownav {
  from {display:none;left:-100vw; }
  to {display:flex;left:0px;}
}
@keyframes hidenav {
  from {opacity:1;left:0px; }
  to {opacity:0;left:-100vw;}
}


/* Desktop Nav */
.common-header {
  display:flex;
  background:#fff;
  height:40px;
  justify-content:space-between;
  align-items:center;
  padding-left:15px;
  padding-right:15px;
  padding-top:5px;
  padding-bottom:5px;
}
.hidenav {animation:none;}
.hideme {display:flex;}
nav.topnav {
  height:80px;
  background:var(--white);
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 0 30px;
}
nav.topnav ul {
  padding:0px;
  margin:0px;
  padding-left:0px;
  padding-inline-start:0px;
}
nav.topnav a:hover, nav.topnav a:focus {
  text-decoration:none;
  color:var(--black);
}
nav.topnav a.logo {
  display:flex;
  flex:0 142px;
  padding-top:15px;
  padding-bottom:15px;
}
nav.topnav a.logo img {
  max-height:30px;
}
nav.topnav .navblock {
  display:flex;
  flex:0 calc(100% - 262px);
  justify-content:center;
  align-items:center;
}
nav.topnav li {
  display:flex;
  justify-content:space-around;
  align-items:center;
  flex:0 20%;
  font-size:1em;
  height:60px;
  padding:0px;
  margin-left:2.5%;
  margin-right:2.5%;
  border-bottom:3px solid white;
  max-width:fit-content;
}
  nav.topnav .navblock li.mnavclose {
    display:none;
  }
  nav.topnav .navblock .item a {
      color:var(--black);
      height:100%;
      width:100%;
      padding: 0 10px;
      display:flex;
      justify-content:center;
      align-items:center;
      position:relative;
  }
  nav.topnav .navblock .item a::after {
    content:"fiber_manual_record";
    font-family:"Material Icons";
    font-size:12px;
    position:absolute;
    bottom: -2px;
    opacity: 0;
    color:var(--bmv-red);
    transition: all .2s
    ;
  }
  nav.topnav .navblock .item a:hover::after {
    content:"fiber_manual_record";
    font-family:"Material Icons";
    font-size:12px;
    position:absolute;
    bottom: -7px;
    opacity: 1;
    color:var(--bmv-red);
    transition: all .2s ease-in-out;
  }
nav.topnav .rightblock {
  display:flex;
  flex:0 120px;
}
nav.topnav .rightblock li.item {
  height:44px;
  display:flex;
  flex:0 44px;
  justify-content:center;
  align-items:center;
  color:var(--black);
  min-width:44px;
  margin:0px;
}
nav.topnav .rightblock li.item a{
  display:flex;
  color:#000;
  justify-content: center;
  align-items:center;
  height:44px;
  width:44px;
  background: #ffffff;
  border-radius: 22px;
  transition: all .2s ease-in-out;
}
nav.topnav .rightblock li.item a:hover {
  background:var(--lt-gray);
  border-radius:22px;
  color:#000;
}
button.mnavtrigger {
  display:none;
  flex:1;
  border:none !important;
  background:none !important;
  font-size:.875em;
  color:#000;
}

/* End Desktop nav */

/* Stepper */
.product section article {
  align-items:stretch !important;
}
.product.no-steps .stepper-content {
  padding-top:40px;
}
.stepper {
  display:flex;
  background:var(--bmv-blue);
  flex:1 30%;
  border-top-left-radius: 16px;
  border-bottom-left-radius:16px;
  flex-wrap:wrap;
  padding:30px;
  padding-top:50px;
  padding-bottom:60px;
  position:relative;
  align-content:flex-start;
  align-items:flex-start;
}
.stepper .back {
  position:absolute;
  top:22px;
  left:14px;
  border-radius:16px;
  color:#fff;
  padding:8px 15px;
  display: flex;
  justify-content:center;
  align-items: center;
}
/*
.stepper .back:hover {
  background:#142881;
}*/
.stepper .back i {
  font-size:20px;
  margin-right: 10px;
}
.stepper-content {
  display:flex;
  flex:1 70%;
  padding:80px 45px;
  padding-top: 80px;
  position:relative;
  align-items:flex-start;
  flex-wrap:wrap;
  flex-direction:row;
  align-content:flex-start;
  padding-bottom:70px;
}
.stepper-content h1 {
  display:flex;
  position:relative;
  margin-bottom:0px;
  margin-top:0px;
  flex:0 100%;
}
.stepper-content .step-description {
  display:flex;
  flex:1 100%;
  max-width:720px;
  margin-top:0px;
  margin-bottom:20px;
  color:#000;
  font-size:1em;
}
.stepper-content p {
  margin-top:0px;
  margin-bottom:20px;
}
.stepper-content .step-wrapper p {
  margin-top:10px;
  margin-bottom:10px;
}
.step-wrapper {
  background:#f6f6f6;
  border-radius:8px;
  padding:20px 30px;
  margin-bottom:20px;
  display:flex;
  flex:1 100%;
  flex-direction:row;
  justify-content: flex-start;
  align-items:center;
  flex-wrap:wrap;
}
.step-wrapper .header {
  font-weight:var(--bold);
  display:flex;
  flex:1 100%;
  padding-bottom:10px;
}
.step-wrapper .description {
  font-weight:var(--reg);
  display:flex;
  flex:1 100%;
  padding-bottom:10px;
  flex-wrap:wrap;
  padding-right:15px;
}
.step-wrapper .fieldwrapper {
  margin-right:20px;
  background:#fff;
  flex: 1;
  min-width: 300px;
  margin-bottom:10px;
}
.fieldwrapper.dropdown {
  position:relative;
  overflow:hidden;
}
.fieldwrapper.dropdown label.text{
  font-size: .875em;
  line-height: 20px;
  max-height: 20px;
  margin-top: 5px;
  color: var(--black);
}
.fieldwrapper select {
  padding-left:10px;
  padding-right:10px;
  border:none;
  height:55px;
  padding-top:25px;
  padding-bottom:5px;
  margin-top:-25px;
  background:none;
  border-bottom:3px solid #000;
  position:relative;
  width:105%;
}
.fieldwrapper.dropdown:after {
  position:absolute;
  right:1px;
  content:"expand_more";
  font-family:"Material Icons";
  color:#000;
  font-size:1em;
  top:17px;
  display:block;
  width:20px;
  height:15px;
  background:#fff;
}
.fieldwrapper.dropdown:focus-within label {
  animation:unset !important;
}
.fieldwrapper.dropdown:focus-within::after {
  font-size:1em;
}
.fieldwrapper.hint {
  margin-bottom:30px;
}
.fieldwrapper .field-hint {
  font-size:.875em;
  color:var(--bmv-blue);
}
.fieldwrapper .field-hint::before {
  font-family:"Material Icons";
  content: "fiber_manual_record";
  font-size:.5em;
}
.stepper-content .action-bar {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 60px;
  padding: 20px 45px;
  margin-bottom: 15px;
  justify-content: flex-start;
  align-items: center;
  background: #ffffff;
  border-bottom-right-radius: 16px;
}
.stepper h1 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: var(--semi);
  flex: 1 100%;
  padding-right: 0px;
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 27px;
  margin-top: 30px;
  position: relative;
}

.stepper ol {
  flex:1 100%;
  list-style:none;
  padding-left:20px;
  display:flex;
  flex-direction:column;
}
.stepper ol li {
  position:relative;
  display:flex;
  flex:1;
  margin-left:12px;
  padding-left:0px;
  justify-content: flex-start;
  align-items:center;
  color:#fff;
  font-size:1.15em;
  margin-bottom: 30px;
}
.stepper ol li .wrapper {
  display:flex;
  position:relative;
  left:-15px;
  height:56px;
  max-width:56px;
  flex:1;
  font-size:1.15em;
  font-weight:var(--semi);
  color:#fff;
  background:var(--bmv-blue);
  border-radius:30px;
  justify-content: center;
  align-items:center;
  border:3px solid #fff;
}
.stepper ol li.active .wrapper {
  height:56px;
  width:56px;
  left:-15px;
  border: 0 solid #fff;
  background:var(--bmv-red);
  color:#fff;
  display:flex;
}
.stepper ol li.complete .wrapper .stepno {
  display:none;
}
.stepper ol li.complete .wrapper::after {
  position:absolute;
  width:100%;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  left:0px;
  right:0px;
  font-family:"Material Icons";
  content:'done';
}
.stepper ol li.complete .wrapper {
  background:#fff;
  border: 0;
  color:var(--bmv-blue);
}
.stepper ol li.last {
  border-left:none !important;
}
.stepper-content h2 {
  color:#000;
  padding-top:0px;
  padding-right:0px;
  margin:0px;
  display:flex;
  flex-direction:row;
  flex:1 100%;
  font-size:1.5em;
  font-weight:var(--semi);
  align-items:center;
  position:relative;
  line-height:1.2em;
}
.stepper-content h2 .step-number {
  background:var(--bmv-red);
  display:flex;
  flex:1 40px;
  height:60px;
  color:#fff;
  border-top-right-radius:40px;
  border-bottom-right-radius:40px;
  border-left:1px solid #fff;
  font-size:1.5em;
  max-width:40px;
  margin-left:-30px;
  justify-content:center;
  align-items:center;
  padding-right:5px;
  padding-bottom:5px;
  margin-right:15px;
}
.action-bar {
  padding-left:10px;
}
.action-bar a.button {
  max-width:140px;
  margin-right:10px;
}
.stepper .expander {
  display:none;
}


/* End Stepper */

/* Utility Classes */
.flex-pull-left {
  justify-self:flex-start;
}
.flex-pull-right {
  justify-self:flex-end;
}
.flex-horizontal-center {
  display:flex;
  justify-content:center;
}
.pt-0 {
  padding-top:0px !important;
}
.ml-auto {margin-left:auto;float:none;}
.mr-auto {margin-right:auto;float:none;}
.stepper-content .pagination ul li {
  background:var(--lt-gray);
}
.pagination {
  display:flex;
  flex:1;
  justify-content:center;
  align-items:flex-start;
  align-content:flex-start;
}
.pagination ul {
  padding-left:0px;
  margin-left:0px;
  display:flex;
  justify-content:center;
  align-items:stretch;
  align-content:flex-start;
}
.pagination ul li {
  display:flex;
  flex:1;
  background:#fff;
  justify-content: center;
  align-items:stretch;
  align-content:flex-start;
  min-width:34px;
  margin-left:5px;
  margin-right:5px;
  position:relative;
}
.pagination ul li.skip {
  background:none;
}
.pagination ul li.active::after {
  content:"";
  background:#5C5A5B;
  font-weight:var(--reg);
  display:block;
  position:absolute;
  width:100%;
  height:4px;
  bottom:-4px;
}
.pagination ul li a {
  display:flex;
  flex:1 100%;
  justify-content: center;
  align-items:stretch;
  align-content:center;
  color:#5C5A5B;
  padding-left:10px;
  padding-right:10px;
}
.pagination ul li a i.material-icons {
  margin-left:-5px;
  margin-right:-5px;
}

/* End Utility Classes */

/* Buttons */
.button {
  /* min-height:34px; */
  height: 44px;
  margin-top:5px;
  margin-bottom:5px;
  padding-left:20px;
  padding-right:20px;
  min-width:100px;
  display:flex;
  position:relative;
  flex:1;
  justify-content:center;
  align-items:center;
  border:1px solid;
  border-radius:30px;
  font-size:1.125em;
  max-width:360px;
  cursor: pointer;
}
a.btn-primary:focus {
  outline:none;
  border-style:double;
  border-color:#fff;
  border-width:6px;
}
a.btn-blue:focus {
  border-color:var(--bmv-blue);
}
.button:hover {
  text-decoration:none;
}
.button::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_right";
  font-size:22px;
  display:block;
  position:absolute;
  right:15px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.button:hover::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_right";
  font-size:22px;
  display:block;
  position:absolute;
  right:10px;
  opacity: 1;
}
.button.reverse::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_left";
  font-size:22px;
  display:block;
  position:absolute;
  left:15px;
  opacity: 0;
  transition: all .2s ease-in-out;
}
.button.reverse:hover::after {
  font-family:"Material Icons";
  content:"keyboard_arrow_left";
  font-size:22px;
  display:block;
  position:absolute;
  left:10px;
  opacity: 1;
}

.button.primary {
  background:var(--bmv-red);
  color:var(--white);
  border-color:var(--bmv-red);
}
.button.primary:hover::after {
  color:var(--white);
}
.button.secondary {
  background:var(--bmv-blue);
  color:var(--white);
  border-color:var(--bmv-blue);
}
.button.secondary:hover::after {
  color:var(--white);
}
.button.tertiary {
  background:var(--white);
  color:var(--bmv-red);
  border-color:var(--bmv-red);
  border-width:3px;
}
.button.tertiary:hover::after {
  color:var(--bmv-red);
}
.button.small {
  min-height:24px;
  font-size:1em;
}
.button.slim {
  height:34px;
  max-width:180px;
  font-size:16px;
  padding-left:10px;
  padding-right:10px;
}
.button.soft {
  max-height:30px;
  min-height:inherit;
  min-width:inherit;
  line-height:.875rem;
  display:flex;
  padding:10px;
  background:var(--lt-gray);
  color:#5C5A5B;
  font-size:.875em;
  border:none;
  max-width:fit-content;
}
.button.soft i {
  margin-right:5px;
  color:#757575;
}
.button.soft:hover::after {
  display:none;
}
.button.soft:hover {
  background:none;
}
.button.soft.min:hover i {
  font-size:2.5em;
  color:var(--bmv-blue);
}
.btn-primary:hover::after {
  font-family:"Material Icons";
  content:"fiber_manual_record";
  font-size:12px;
  display:block;
  position:absolute;
  right:10px;
}
.button.min {
  max-width:fit-content;
  min-width:fit-content;
  padding:5px;
  justify-content:center;
}
.button.soft.min i {
  margin-right:0px;
  font-size:1.5em;
}
.btn-blue-reverse {
  background:var(--bmv-blue) !important;
  border:1px solid #fff !important;
  color:#fff !important;
}
.btn-blue-reverse i {
  color:#fff !important;
}
.btn-blue-reverse:hover, .btn-blue-reverse:focus {
  background:#fff !important;
  color:var(--bmv-blue) !important;
}
.btn-blue-reverse:hover i, .btn-blue-reverse:focus i {
  color:var(--bmv-blue) !important;
}

/* End Buttons */

/* Alerts */

.alert {
  display:flex;
  flex:1;
  justify-content:flex-start;
  align-items:center;
  font-weight:var(--semi);
}
.alert:hover {
  text-decoration:none;
}
.alert .button:hover::after {
  display:none !important;
}
.alert.header {
  font-size:1.1em;
  padding-top:5px;
  padding-bottom:5px;
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
}
.alert.severe {
  background: var(--alert-red);
  color:var(--white);
}
.alert i {
  margin-left:10px;
  margin-right:10px;
}
.alert.header i {
  font-size:1.75em;
}
.alert a:hover {
  text-decoration:none;
}
.alert.severe a {
  color:var(--white);
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
.alert a .button {
  font-size:.75em;
  margin-left:auto;
  margin-right:10px;
  max-width:100px;
  max-height:34px;
  padding-left:10px;
  padding-right:10px;
  justify-self:flex-end;
}
.alert.severe a .button {
  border-color:var(--white);
  color: var(--white);
  border-width:1px;
  max-height:24px !important;
}
.alert.severe a:hover .button {
  background:var(--white);
  color:var(--bmv-red);
}

/* Page Layout Elements */
.sub-page-header {
  background:var(--bmv-blue);
  background-image: url("src/img/bmvsampleheader.png");
  background-position:center top;
  height:20px;
}
.band {
  padding-top:40px;
  padding-bottom:40px;
}
.stripe {
  padding-top:20px;
  padding-bottom:20px;
}
.carousel .carousel-item{
  width:100%;
}


.white-band {
  background:var(--white);
  width:100%;
  padding-top:40px;
  padding-bottom:40px;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
}
.gray-band {
  background:var(--lt-gray);
  width:100%;
  padding-top:40px;
  padding-bottom:40px;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
}
/* Tabs */

.tabwrapper {

}
.tabwrapper h2{
  display:flex;
  flex:1 100%;
  justify-content:center;
  align-items:center;
  margin-top:10px;
  margin-bottom:15px;
  font-weight:var(--semi);
}
.tabwrapper h2 strong {
  margin-left:10px;
}
.tabs {
  display:flex;
  flex:1;
  flex-direction:row;
  flex-wrap:nowrap;
  align-items:flex-start;
  margin-right:auto;
  margin-left:auto;
  background:none;
  padding-inline-start:0px;
  margin-top:0px;
}
.tabs .tab {
  display:flex;
  flex:1;
  background:#fff;
  max-width:120px;
  min-width:100px;
  min-height:44px;
  justify-content:center;
  align-items:center;
  text-align:center;
  margin-left:3px;
  border-radius:5px;
  font-size:1em;
  line-height:1em;
}
.tabs .tab a {
  padding:10px;
  height:100%;
  width:100%;
}
.tabs.large {
  justify-content:center;
}
.tabs.large .tab {
  min-height:60px;
}
.tab-content {
  background:var(--white);
  margin-top:-16px;
  padding:20px 15px 0px;
}
.tabs .tab.active {
  background:#fff;
  padding-top:0px;
  border-bottom:none;
  border-bottom-left-radius:0px;
  border-bottom-right-radius:0px;
  min-height:63px;
  position:relative;
}
.tabs .tab.active:before {
  content:' ';
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:3px;
  background:var(--bmv-blue);
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.tabs .tab a, .tabs .tab a:hover {
  color:var(--black);
  text-decoration:none;
}
.tab-content-item {
  display:none;
  flex:1;
  padding:20px;
  padding-top:0px;
  display:none;
}
.tab-content-item.active {
  display:flex;
}

/* End Tabs */


.feature {
margin-left:auto;
margin-right:auto;
display:flex;
justify-content:center;
align-items:stretch;
padding-top:10px;
padding-bottom:10px;

}
.feature .title {
margin-right:15px;
align-items:center;
}
.feature .action {
align-items:center;
}
.feature h2 {
  line-height:1.125em;
}
.feature h2, .feature p {
  margin:0px;
  justify-self:flex-end;
}
.feature .button.black {
  background-color:black;
  color:#fff;
  border-color:black;
}
/* Page Layout Elements */

/* Form */
form {
  display:flex;
  flex:1;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:center;
  max-width:400px;
  padding-top:15px;
}
form .description {
  padding:20px;
}
form .button {
  max-width:400px !important;
  margin-top:30px;
}
form .text {
  padding-bottom:20px;
}
form.white .fieldwrapper {
  background:var(--lt-gray);
}
form.gray .fieldwrapper {
  background:var(--white);
}
.fieldwrapper {
  display:flex;
  flex:1 100%;
  max-width:400px;
  justify-content:flex-start;
  flex-direction:column;
  height:55px;
  margin-bottom:20px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.step-wrapper .fieldwrapper.textarea {
  height:fit-content;
  flex:1 100%;
  max-width:800px;
}
.step-wrapper ul.results {
  display:flex;
  flex:1 100%;
  justify-content:flex-start;
  align-items:flex-start;
  align-content:flex-start;
  flex-wrap:wrap;
  padding-left:0px;
  margin-right:0px;
}
.step-wrapper ul.results li {
  display:flex;
  flex:1 100%;
  background:#fff;
  border-radius:17px;
  justify-content:flex-start;
  align-items:center;
  align-content:center;
  padding-left:15px;
  font-weight:var(--bold);
  margin-bottom:10px;
}
.step-wrapper ul.results li a {
  margin-right:5px;
  margin-left:auto;
  font-weight:var(--reg);
  align-items:center;
  align-content:center;
}
.step-wrapper ul.results li a:hover {
  background:#757575;
  color:#fff;
}
.step-wrapper ul.results li a i {
  font-size:.875em;
  margin-left:5px;
  margin-right:0px;
}
.step-wrapper ul.results li a:hover i {
  color:#fff;
}
input.text, textarea.text{
  background:none;
  color:var(--black);
  border-left:0px;
  border-right:0px;
  border-top:0px;
  border-bottom:3px solid black;
  height:55px;
  padding-top:25px;
  border-radius:0px;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:5px;
  flex:1;
  width:100%;
  margin:0px;
  margin-top:-50px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
label.text {
  flex:1;
  width:100%;
  font-size:1em;
  padding-left:15px;
  padding-right:15px;
  max-height:50px;
  line-height:50px;
  margin:0px;
}
textarea.text {
  height:auto;
  max-height:none;
  min-height:200px;
}
.textarea label.text {
  background:#fff;
}
.fieldwrapper:focus-within label.text, .fieldwrapper.focus label.text {
  animation-duration: .5s;
  animation-name: focuslabel;
  font-size:.875em;
  line-height:20px;
  max-height:20px;
  margin-top:5px;
  color:var(--bmv-blue);
  z-index:200;
}
.fieldwrapper input.text:focus, .fieldwrapper textarea.text:focus, .fieldwrapper.focus input.text, .fieldwrapper.focus textarea.text {
  outline:none;
  animation-duration: .5s;
  animation-name: focusfield;
  margin-top:-25px;
  border-bottom-color:var(--bmv-blue);
}
form .error {
  padding:10px;
  background:#F8E5E7;
  color:var(--alert-red) !important;
  color:white;
  display:flex;
  flex:1 100%;
  justify-content:flex-start;
  align-items:center;
  padding-bottom:15px;
  margin-top:10px;
  border-bottom:none;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
form .error i {
  margin-right:5px;
}
form .fieldwrapper.fielderror {
  border-radius:5px;
  margin-top:-5px;
}
form .fieldwrapper.fielderror label {
  color:var(--black);
}
form .fieldwrapper.fielderror input {
  border-bottom-color:var(--alert-red);
  border-radius:0px;

}
form .alert {
  display:flex;
  flex:1;
  padding:10px;
  border-radius:5px;
  margin-bottom:15px;
}
form .alert i {
  align-self:flex-start;
  margin-right:5px;
}
form .alert.severe {
  background:#F8E5E7;
  color:var(--alert-red);
  font-weight:var(--reg);
}
form .alert.severe ul {
  padding-top:5px;
  margin:0px 0px 10px 0px;
}
input[type="checkbox"]{
  margin-right:5px;
}
/* End Forms */


/*////////////////////////////
    Profile page
////////////////////////////*/

.subpage-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  background:#1F42AB;
}
.subpage-title{
  position: relative;
  padding: 0 0 0 10px;
  color: white;
  font-weight: 600;
  font-size: 20px;
}
.subpage-title::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bmv-red);
}
a.btn-primary{
  display: flex;
  position:relative;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 0;
  text-decoration: none;
  color: white;
  border-radius: 25px;
  background: var(--bmv-red);
}
a.btn-primary:hover{
  color: white;
}

section.profile{
  display: flex;
  flex-direction: column;
  margin-top: -13px;
  padding: 30px 20px 40px;
  border-radius: 16px 16px 0 0;
  background: white;
}
section.vehicle {
  margin-bottom:30px;
}
.name{
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}
.info-tile{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 0;;
  margin: 15px 0;
  border-radius: 10px
}
.license-number{
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}
.status-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.status{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 36px;
  width: 100px;
  margin-right: 10px;
  padding: 0 0 0 5px;
  border-radius: 20px;
  background: white;
}
.status-info{
  line-height: 0;
  padding: 0 5px;
}
.status-icon {
  display: inline-block;
  margin: 0px 6px 0 8px;
}
section.profile > .info-tile{
background: var(--lt-gray);
}

.license-btn-box{
  display: flex;
  justify-content: space-between;
}
.license-btn-box > div:nth-child(1){
  margin-left: 0;
}
.license-btn-box > div:nth-child(2){
  margin-right: 0;
}
.license-edit-btn{
  position: relative;
  width: 50%;
  height: 73px;
  margin: 0 8px;
  border-radius: 10px;
  background: #f6f6f6;
}
.license-edit-btn > div:nth-child(1){
  padding: 10px 0 4px 20px;
}
.license-edit-btn > div:nth-child(2){
  padding: 0 0 0 20px;
  font-size: 22px;
  font-weight: 600;
}
.license-edit-btn::after{
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(../img/SVG/edit-icon.svg) no-repeat;
}
.sub-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-radius: 16px 16px 0 0;
  padding: 0 20px;
  background: black;
}
.vehicle-card{
  display: flex;
  flex-direction: column;
  margin-top: -13px;
  border-radius: 16px 16px 0 0;
  padding: 40px 20px;
  background: var(--lt-gray);
}
.vehicle-card > .info-tile{
background: white;
}
.vehicle-card > .info-tile > .status-box > .status{
background: var(--lt-gray);
}


.car-photo{
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
}
.vehicle-info-box-title{
  display: none;
}
.vehicle-make {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.model-year {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 0;
  padding: 15px 0;
}
.vehicle-desc{
  display: flex;
  justify-content: center;
}
.vehicle-desc > div{
  padding: 0 10px;
  border-right: 1px solid #a1a1a1;
}
.vehicle-desc > div:nth-child(1){
  padding-left: 0;
  border-left: 0;
}
.vehicle-desc > div:nth-child(3){
  padding-right: 0;
  border-right: 0;
}
.btn-box{
  display: flex;
  flex: 1 20%;
  flex-direction: column;
}
.divider{
  width: 80%;
  height: 1px;
  background: #d2d2d2;
  margin: 30px auto;
}
.btn-blue {
  border-color: #1f42ab;
  color: #1f42ab!important;
  background: transparent!important;
}
.btn-outline {
  border: 3px solid;
}
/* END PROFILE */


/* HOME PAGE */


.homepage-banner{
  position: relative;
  display: flex;
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}
.banner-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
  margin: 80px 0 0 40px;
}
.banner-title{
  position: relative;
  font-size: 48px;
  line-height: 51px;
  font-weight: 400;
  color: white;
  margin-bottom: 30px;
}
.banner-title::after{
  content: '';
  position: absolute;
  left: -26px;
  top: -14px;
  width: 45px;
  height: 45px;
  clip-path: ellipse(16% 16% at 19% 24%);
  background: var(--bmv-red);
  z-index: 0;
}

.banner-title > span{
  font-weight: 700;
}
.banner-subtitle{
  font-size: 20px;
  font-weight: 400;
  color: white;
}
.home-search{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home-search > .search-container{
  position: relative;
  z-index: 0;
}
input.search-field{
  width: 340px;
  height: 40px;
  padding: 0 20px 0 50px;
  border: 0;
  border-radius: 30px;
  margin: 10px 5px 0 0;
  outline: none;

}
.home-search > .search-container::after{
  content: '';
  position: absolute;
  top: 22px;
  left: 18px;
  width: 16px;
  height: 16px;
  background: url(../img/SVG/icon-search.svg) no-repeat;
  z-index: 1;
}
input.search-field::placeholder{
  font-size: 16px;
}
.search-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  border-radius: 28px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 10px 0 0;
  background: var(--bmv-red);
}
.clip-mask{
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 290px; /*was 460*/
  background-color: #3d7aa9;
  background-repeat: no-repeat;
  background-image: url(../img/header-photo.jpg);
  background-position: 100% 25%;
  z-index: 1;
}
.red-swoosh{
  position: absolute;
  right: 0;
  width: 70%;
  height: 460px;
  clip-path: ellipse(81% 62% at 24% 28%);
  background: var(--bmv-red);
  z-index: 0;

}
.mask{
  float: right;
  width: 100%;
  max-height: 522px;
  -webkit-clip-path: url(#shape);
  clip-path: url(#shape);
  position: relative;
  -webkit-transform: translateZ(1px)

}
.register-ribbon{
  display: flex;
  align-items: center;
  padding: 5px 50px;
}
.reg-img-box{
  position: relative;
  width: 178px;
  height: 145px;
  z-index: 0;
}
.reg-text-box{
  width: 240px;
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  margin: 0 50px;
}
.reg-text-box >span{
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.reg-img-box::before{
  content: '';
  position: absolute;
  top: 7px;
  left: 28px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: var(--med-gray);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0, 0.2);
  z-index: 0;

}
.reg-img{
  position: absolute;
  z-index: 2;
}
a.reg-btn-outline, a.reg-btn-outline:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 24px;
  border: 4px solid var(--bmv-red);
  color: var(--bmv-red);
  font-weight: 600;
}
a.reg-btn-solid, a.reg-btn-solid:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  margin: 0 10px;
  border-radius: 24px;
  font-weight: 600;
  color: white;
  background: var(--bmv-red);
}
.title-lrg{
  font-size: 34px;
  font-weight: 700;
  margin: 40px 40px 20px;
  line-height: 36px;
}
.container{
  width: 100%;
  max-width: 1250px;
  padding: 0 20px;
  margin: 0 auto;
}
.container > .tile-row{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
a.tile {
  display: block;
  position: relative;
  width: 32%;
  min-height: 210px;
  padding: 30px;
  margin: 20px;
  border-radius: 4px;
  background: white;
  overflow: hidden;
  transition: all .3s ease-in-out;
  flex-grow: 2;
  flex-shrink: 0;
  flex-basis: 25%;
}
a.tile::after{
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--bmv-blue);
  transition: all .25s ease-in-out;
}
a.tile:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: var(--bmv-blue);
}
a.tile:hover{
  text-decoration: none;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0, 0.05);
}
a.tile-full{
	width:100%;
}
.tile-icon{
  position: absolute;
  top: 32px;
  right: 26px;
}
a.tile > .title{
  max-width: 182px;
  font-size: 28px;
  color: black;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0 15px 0;
}
a.tile > .title::after{
  content: '';
  position: absolute;
  top: 30px;
  left: 10px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--bmv-red);
  opacity: 0;
  transition: all .25s ease-in-out;
}
.tile-desciption{
  color: black;
}
.cart section article .right {
  padding-bottom:80px !important;
}
.cart section article {
  align-items:stretch;
}
.cart .cart-line {
  color:#fff;
  display:flex;
  flex-wrap:wrap;
  flex-direction:row;
  justify-content:space-between;
}

.cart .cart-line div {
  display:flex;
  flex:2;
}
.cart .cart-line div.number {
  flex:1;
  font-size:1.125em;
  justify-content:flex-end;
}
.cart .cart-line.total {
  font-size:1.5em;
  font-weight:var(--bold);
  border-top:1px solid #fff;
  margin-top:10px;
  padding-top:10px;
}
.cart .address-block h4 {
  padding-bottom:0px;
  margin-bottom:10px;
  margin-top:-10px;
  margin-left:0px;
  margin-right:auto;
  font-weight:var(--reg);
  font-size:1em;
  color:#fff;
  max-width:fit-content;
  padding-left:0px;
  padding-right:5px;
  background:var(--bmv-blue);
}
.cart .address-block {
  margin-top:0px;
  padding-top:0px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:30px;
  display:flex;
  flex:1 100%;
  flex-direction:column;
  border:1px solid #596EF7;
  margin-bottom:40px;
  border-radius:8px;
  position:relative;
}
.cart .address-block div {
  color:#fff;
  flex:1 100%;
}
.cart .address-block .edit {
  display:flex;
  flex:1 100%;
}
.cart .address-block a.button {
  position:absolute;
  bottom:-20px;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
}
/* End Profile */

@media (max-width: 767px){
  .flex-grid {
    padding-left:10%;
    padding-right:10%;
  }
  .card {
    flex:0 47% !important ;
  }
  .cart .ilabel {
    display:none !important;
  }
  .one-third {
    flex:0 100% !important;
  }
  .two-thirds {
    flex:0 100% !important;
  }
  a.tile{
    display: block;
    position: relative;
    width: 32%;
    min-height: 210px;
    padding: 30px;
    margin: 10px;
    text-decoration: none;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    transition: all .3s ease-in-out;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 35%;
  }
  .tile-icon {
    position: absolute;
    top: 26px;
    right: 20px;
    transform: scale(0.8);
  }
  .homepage-banner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 375px;
    overflow: hidden;
  }
  .clip-mask {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 290px;
    background-color: #3d7aa9;
    background-repeat: no-repeat;
    background-image: url(../img/header-photo.jpg);
    background-position: 100% 25%;
    z-index: 1;
  }
  .red-swoosh {
    position: absolute;
    right: 0;
    width: 95%;
    height: 460px;
    clip-path: ellipse(107% 48% at 55% 32%);
    background: var(--bmv-red);
    z-index: 0;
  }

  .register-ribbon {
    padding-left:0px;
    padding-right:0px;
    justify-content:center;
  }
  .reg-img-box {
    flex:1 calc(50% - 154px);
    width:inherit;
    max-width:178px;
  }
  .reg-text-box {
    flex:1 calc(50% - 154px);
    width:inherit;
    margin:0px;
    margin-left:15px;
    font-size: 24px;
    max-width:204px;
  }
  a.reg-btn-outline {
    flex:1;
    max-width:154px;
    min-width:154px;
  }
  /* Product Page */
  .product {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .product section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .product section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:0px 0px 32px 6px rgba(0,0,0,.05);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:flex-start;
    border-radius:16px;
  }
  .product section article header {
    display:flex;
    flex:1 100%;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    max-height:fit-content;
    background:var(--bmv-blue);
    min-height:60px;
    padding:20px 20px 10px 20px;
    border-top-left-radius:16px;
    border-top-right-radius:16px;

  }
  .product section article header h1 {
    color:#fff;
    padding:0px;
    margin:0px;
    display:flex;
    max-height:fit-content;
    flex:1;
    font-size:1.75em;
    font-weight:var(--semi);
    position:relative;
  }
  .product section article header h1:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 24px;
    height: 24px;
    clip-path: ellipse(16% 16% at 19% 24%);
    background: var(--bmv-red);
    z-index: 0;
  }
  .product section article .content {
    display:flex;
    flex:1 100%;
    padding:0px 40px 20px;
    align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .product section article .content .note {
    color:#757575;

  }
  .product .footer {
    display:flex;
    flex:1 100%;
    background:#fff;
    padding:10px;
    padding-left:30px;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    align-items:flex-end;
  }
  .product .footer .cost {
    flex:1 30%;
    font-size:1.5em;
    color:#000;
    font-weight:var(--bold);
  }
  .product .footer a.btn-primary {
    margin-top:0px;
    max-width:40%;
  }

  /* End Product Page */

  /* Product Stepper */
  .product {
    padding:0px;
    margin:0px;
  }
  .product section article {
    align-items:center;
  }
  .stepper {
    flex:1 100%;
    border-radius:0!important;
    padding-bottom:0px;
    padding-left:15px;
    padding-right:15px;
    justify-content: center;
    position:relative;
  }
  .stepper-content {
    flex: 1;
    padding: 30px 20px 120px 20px;
    margin: 0 auto;
  }
  .stepper ol {
    flex-direction:row;
    padding-bottom:0px;
    margin-top:30px;
    margin-bottom:0px;
    padding-left:0px;
    padding-right:0px;
    flex:0 90%;
    justify-content:center;
  }
  .stepper .stepname {
    display:none;
  }
  .stepper ol li {
    flex:1;
    display:flex;
    padding:0px;
    padding-bottom:0px;
    border-left:none;
    justify-content:flex-start;
    flex-direction:row;
    margin-left:0px;
    margin-top:0px;
    margin-right:0px;
    padding-top:0px;
    border-top:3px solid var(--lt-blue);
  }
  .stepper ol li.complete {
    border-color: #b8c7f5;
  }
  .stepper ol li:last-child {
    max-width:24px;
  }
  .stepper ol li span {
    margin:0px;
    display:flex;
    flex:1;
  }
  .stepper h1 {
    font-size: 28px;
    padding: 0 20px;
    margin-bottom:0px;
  }
  .stepper ol li .wrapper{
    display:flex;
    border-radius:13px;
    max-width:24px;
    max-height:24px;
    left:auto;
    font-size:1.25em;
    border:5px solid var(--lt-blue);
    margin-top:-12px;
    background:var(--bmv-blue);
  }
  .stepper .wrapper .stepno {
    display:none;
  }
  .stepper ol li.complete .wrapper:after {
    font-size:16px;
  }
  .stepper ol li.active .wrapper{
    display:flex;
    border-radius:13px;
    max-width:24px;
    max-height:24px;
    left:auto;
    color:#fff;
    font-weight:var(--bold);
    border:5px solid var(--lt-blue);
    background:white;
    font-size:1.25em;
  }
  .stepper .expander {
    display:block;
    width:100%;
    height:20px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    align-items:center;
    align-content:center;
    justify-content:center;
  }
  .stepper ol.expanded .expander {
    display:flex;
    border:none;
    height:fit-content;
  }
  .stepper .expander .wrapper{
    background:var(--lt-blue);
    color:#fff;
    border:0;
    left:0;
    right:0;
    display:flex;

    border-radius:50%;
    align-items:center;
    justify-content: center;
    align-content:center;
    width:40px;
    height:40px;
    margin: 0 auto;
    position: relative;
    z-index: 300;
  }
  .stepper .expander .wrapper:after{
    display:flex;
    flex:1;
    font-family:"Material Icons";
    content:"expand_more";
    position:absolute;
  }
  .stepper .expander.twist .wrapper:after{
    content:"expand_less";
  }
  .stepper-content h2 {
    padding: 0 10px;
  }
  .stepper-content .step-description {
    padding: 0 10px;
  }
  .stepper-content h2 .step-number {
    display:none;
  }
.stepper-content .action-bar {
  position: fixed;
  border-radius: 0px;
  left: 0px;
  bottom: 0px;
  margin-bottom: 0;
  width: 100%;
  z-index: 1800;
  padding:5px 30px;
  height:fit-content;
  align-items:flex-start;
  align-content:flex-start;
  flex-wrap:wrap;
  flex-direction:row;
  }
.stepper-content .action-bar a {
  flex: 1 100%;
  flex-basis: 40%;
  display: flex;
  max-width: none;
  }
.stepper ol.expanded {
    flex-wrap:wrap;
    flex-direction:column;
  }
.stepper ol.expanded li {
    display:flex;
    flex:1 100%;
    justify-content:flex-start;
    border:none;
  }
.stepper ol.expanded li .wrapper .stepno {
  display:flex;
  justify-content:center;
}
.stepper ol.expanded li .stepname {
    display:flex;
    flex:1 100%;
  }
.stepper ol.expanded li:last-child {
  max-width:none;
}
.stepper ol.expanded {
    padding-left:10px;
    padding-right:10px;
  }
.stepper ol.expanded li {
    position:relative;
    display:flex;
    flex:1;
    margin-left:12px;
    padding-left:36px;
    justify-content: flex-start;
    align-items:center;
    align-content:center;
    color:#fff;
    padding-bottom:10px;
    flex-direction:row;

  }
  .stepper ol.expanded li .wrapper {
    display:flex;
    position:absolute;
    left:-16px;
    height:35px;
    width:35px;
    flex:1;
    /* border:3px solid #fff; */
    border-radius:18px;
    justify-content: center;
    align-items:center;
    max-width:none;
    max-height:none;
    margin-top:0px;
    font-size:1em;
  }
  .stepper ol.expanded li .stepno {
    display:flex;
    flex:1 100%;
    justify-content:center;
  }
  .stepper ol.expanded li.active .wrapper {
    height:35px;
    width:35px;
    left:-18px;
    border:0px solid #fff;
    background:var(--bmv-red);
    color:#fff;
    display:flex;
  }
.stepper ol.expanded li.complete .stepno {
  display:none;
}

  /* End Product Stepper */

  /* Cart Page */
  .cart {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .cart section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
  }
  .cart section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:2px 2px 12px rgba(0,0,0,.15);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:stretch;
    border-radius:0px;
  }
  .cart section article h1 {
    font-size:1.5em;
  }
  .cart section article .left {
    flex:1 100% !important;
    padding-left:20px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .cart section article .right {
    flex:1 100% !important;
    background:var(--bmv-blue);
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
  }
  .cart section article h1 {
    display:flex;
    font-size:1.25em;
    padding:20px 20px 20px 20px;
    justify-content:space-between;
    color:#000;
  }
  .cart section article h2 {
    display:flex;
    padding:20px 20px 10px 20px;
    justify-content:center;
    color:#fff;
    font-size:1.25em;
  }
  .cart section article .item {
    padding:10px 20px 50px 20px;
    display:flex;
    flex:1;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    padding-bottom:30px;
  }
  .cart section article .item.headers {
    padding-bottom:0px;
    padding-top:10px;
    font-weight:var(--reg);
    color:var(--bmv-blue);
    background:#fff;
    font-size:.875em;
    text-transform:uppercase;
  }
  .cart section article .item.headers .header-wrapper {
    background:#eaeaea;
    color:#000;
    border-radius:20px;
    padding:5px 10px;
  }
  .cart section article .item.headers .remove {
    flex:1;
    min-width:84px;
  }
  .cart section article .item .description {
    display:flex;
    flex:6;
  }
  .cart section article .item .qty {
    display:flex;
    flex:2;
  }
  .cart section article .item .cost {
    display:flex;
    flex:2;
  }
  .cart section article .item .itemtotal {
    display:flex;
    flex:2;
    justify-content:flex-end;
  }
  .cart section article .item .remove {
    display:flex;
    flex:1;
    min-width:84px;
    max-width:fit-content;
    justify-content:center;
    align-items:center;
  }
  .cart a.back {
    color:var(--bmv-blue);
    display:flex;
    margin-top:30px;
    padding-left:25px;
  }

  /* End Cart Page */
}



@media (max-width: 1020px) {
  .one-third {
    flex:0 100% !important;
  }
  .two-thirds {
    flex:0 100% !important;
  }
  .breadcrumbs {
    justify-content:center !important;
  }
  .flex-grid {
    padding-left:3%;
    padding-right:3%;
  }
  .card {
    flex:0 32%;
  }

  /* Cart Page */
  .cart {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .cart section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
  }
  .cart section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:2px 2px 12px rgba(0,0,0,.15);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:stretch;
    border-radius:16px;
  }
  .cart section article h1 {
    font-size:1.5em;
  }
  .cart section article .left {
    flex:1 70%;
    padding-left:20px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .cart section article .right {
    flex:1 30%;
    background:var(--bmv-blue);
    border-top-right-radius:16px;
    border-bottom-right-radius:16px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px !important;
  }
  .cart section article h1 {
    display:flex;
    font-size:1.25em;
    padding:20px 30px 20px 30px;
    justify-content:space-between;
    color:#000;
  }
  .cart section article h2 {
    display:flex;
    padding:20px 30px 10px 30px;
    justify-content:center;
    color:#fff;
    font-size:1.25em;
  }
  .cart section article .item {
    padding:10px 30px 50px 30px;
    display:flex;
    flex:1;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    padding-bottom:30px;
  }
  .cart section article .item.headers {
    padding-bottom:0px;
    padding-top:10px;
    font-weight:var(--reg);
    color:var(--bmv-blue);
    background:#fff;
    font-size:.875em;
    text-transform:uppercase;
  }
  .cart section article .item.headers .remove {
    flex:1;
    min-width:84px;
  }
  .cart section article .item .description {
    display:flex;
    flex:6;
  }
  .cart section article .item .qty {
    display:flex;
    flex:2;
  }
  .cart section article .item .cost {
    display:flex;
    flex:2;
  }
  .cart section article .item .itemtotal {
    display:flex;
    flex:2;
    justify-content:flex-end;
  }
  .cart section article .item .remove {
    display:flex;
    flex:1;
    min-width:84px;
    max-width:fit-content;
    justify-content:center;
    align-items:center;
  }
  .cart a.back {
    color:var(--bmv-blue);
    display:flex;
    margin-top:30px;
    padding-left:25px;
  }
  /* End Cart Page */
nav.topnav {
  justify-content:flex-start;
  padding-left:30px;
  padding-right:30px;
}
nav.topnav button.mnavtrigger {
  display:flex;
  position:absolute;
  left:10px;
  flex:0 44px;
  justify-content:center;
  align-items:center;
  margin-right:44px;
  color:var(--black);
}
nav.topnav .navblock {
  z-index:1999;
  display:flex;
  position:fixed;
  top:0px;
  left:0px;
  background:var(--white);
  flex:1;
  height:100%;
  min-width:50%;
  max-width:80%;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap:wrap;
  flex-direction:column;
  box-shadow:1px 1px 2px rgba(0,0,0,.2);
}
nav.topnav .navblock.shownav {left:0px;}
nav.topnav .navblock li.mnavclose {
  display:flex;
  height:44px;
  flex:0 44px;
  margin-top:20px;
  justify-content:flex-start;
  align-items:center;
  color:var(--black);
  margin-left:30px;
}
nav.topnav .navblock li.mnavclose a, nav.topnav .navblock li.mnavclose a:hover {
  color:#000;
}
nav.topnav .navblock li.item {
  display:flex;
  justify-content:flex-start;
  flex:1;
  font-size:1.125em;
  margin-left:60px;
  margin-right:60px;
  padding:28px 0;
  min-width:calc(100% - 140px);
  align-items:center;
  max-height:44px;
  background:none;
  border-radius:22px;
  padding-left:20px;
}
nav.topnav .navblock li.item a {
  justify-content:flex-start;
}
nav.topnav .navblock li.item a:hover::after {
  /*display:none;*/
	left:-10px;
}
nav.topnav a.logo {
  display:flex;
  flex:1 calc(100% - 196px);
  margin-left:88px;
  justify-content:center;
  align-items:center;
}

nav.topnav .rightblock {
  display:flex;
  flex:0 88px;
  justify-content:space-around;
}
nav.topnav .rightblock li.item {
  flex:0 44px;
  height:44px;
  min-width:44px;
  margin:0px;
}
nav.topnav .rightblock li.item a:hover {
  background:none;
}

.shownav {
  animation:shownav .5s;
  display:flex !important;
}
.hidenav {
  animation:hidenav .5s;
}
.hideme {display:none !important;
}
.gray-band, .white-band {
  padding-top:20px;
  padding-bottom:20px;
}

/* Buttons */
.button {
  min-height:34px;
}

.button:hover::after {
  display:none;
}
.button.reverse:hover::after {
  display:none;
}
.feature .button {
  max-width:280px;
}
.section-wrapper .sub-section {
  padding:0px;
}
}

.hide-xs {display:none !important;}
.common-header {
  justify-content:center;
  height:44px;
}
.common-header .button.soft {
  width:80%;
  max-width:inherit;
}
.container {

}
.tab-content-item {
  padding-left:0px;
  padding-right:0px;
}
nav.topnav .navblock {
  width:100%;
}
nav.topnav {

}
nav.topnav .rightblock li.item {
  margin:0px;
}
.feature {
  flex-wrap:nowrap;
  padding-left:0px;
  padding-right:0px;
}
.feature h2 {
  text-align:left;
}
.feature .title, .feature .action {
  flex:1 100%;
  max-width:fit-content;
}
.feature p {
  margin-bottom:10px;
}
form {
  padding-left:10px;
  padding-right:10px;
}

/* Drawers */
.bump {
  margin-left:0px;
  transition: 1s ease-in-out;
}
.drawer {
  background:#fff;
  position:absolute;
  display:block;
  min-height:100vh;
  height:auto;
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  z-index:2000;
  flex-wrap:wrap;
  padding-bottom:70px;
  align-content:flex-start;
}
.drawer.right {
  left:100%;
  top:0px;
}
.drawer.right.reveal {
  transition: 1s ease-in-out;
  left:0%;
}
.drawer.sm.right.reveal {
  transition: 1s ease-in-out;
  left: 0%;
}
.drawer.right.conceal {
  transition:1s ease-in-out;
  left:100%;
}
.drawer.sm {
  width: 100%;
}
.drawer.sm.right {
  left:0%;
}
.drawer.md {
  width:100%;
}
.drawer.full {
  width:100%;
}
.drawer .drawer-header {
  padding:10px 30px;
  color:#000;
  display:flex;
  flex:1 100%;
  flex-direction:row;
  flex-wrap:wrap;
}
.drawer .drawer-header .title {
  display:flex;
  flex:1 calc(100% - 100px);
  font-size:1.25em;
  max-height:fit-content;
}
.drawer .close {
  display:flex;
  flex:1;
  max-width:fit-content;
  justify-content:flex-end;
  padding-left:10px;
  padding-right:5px;
  background:#eaeaea;
  color:#000;
  height:24px;
  border-radius:12px;
  align-items:center;
  margin-right:0px;
  margin-left:auto;
}
.drawer .close i {
  font-size:1.125em;
  margin-left:5px;
}
.drawer .drawer-content {
  flex-wrap:wrap;
  flex:1 100%;
  padding:0px 30px 0px 30px;
  margin-top:0px;
}
.drawer .fixed-footer {
  position:absolute;
  right:0px;
  bottom:0px;
  height:60px;
  width:100%;
  background:#fff;
  color:#000;
  padding-left:20px;
  padding-right:20px;
  padding-bottom:8px;
  padding-top:8px;
  box-shadow:0px -1px 2px rgba(0,0,0,.2);
}
.drawer .fixed-footer .btn-primary {
  margin-top:0px;
}
.drawer.fixtweak .fixed-footer {
  position:fixed;
}



/* End Drawers */
/* Abstract */
.points{
  padding: 5px 20px;
  color: white;
  font-weight: 600;
  background: var(--bmv-blue);
}
.drawer-content .subpage-header {
  margin-top:0px;
}
.draw.sub-header{
  height: 50px;
  margin-top:0px !important;
}
.drawer > .abstract-restrictions-endorsments{
  padding: 10px 10px;
}
.drawer > .abstract-container > .abstract-row{
  padding: 20px 0;
}
.drawer .abstract-row{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
}
.drawer .abstract-name-row{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgb(232 232 232);
}
.drawer .abstract-name-row > .name{
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  text-align: left;
}

.abstract-row > .status-box{
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
.abstract-name-row > .status-box > .status{
  background: var(--lt-gray);
}
.abstract-row > .sub-header{
  height: 50px;
  width:100%;
}

.record-container{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.record-container .record:nth-child(1){
  margin-right: 0px;
}
.record-container .record:nth-child(2){
  margin-left: 0px;
}
.record{
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
}
.record-title{
  font-size: 18px;
  font-weight: 400;
  padding: 10px;
}
.record-list-box{
  flex: 1;
  padding: 20px;
  border-radius: 20px;
  background: var(--lt-gray);
}
.record-box{
  flex: 1;
  padding: 0;
  margin: 10px 0;
  border-radius: 10px;
  background: var(--lt-gray);
}
.record-box-sml{
  flex: 1;
  flex-basis: 50%;
  padding: 0;
  margin: 10px 0;
  border-radius: 10px;
  background: var(--lt-gray);
}
.record-box-sml, .record-box:nth-child(1){
  margin-top: 0;
}
.record-box:nth-child(1) > .record-box-header,
.record-box-sml:nth-child(1) > .record-box-header{
  border-radius: 0;
}
.record-box-header div:nth-child(1){
  text-transform: uppercase;
  margin-right: 10px;
}
.record-box-header{
  flex: 1;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #d9d9d9;
}
.record-data{
  flex:1;
  display: flex;
  flex-direction: row;
  min-height: 60px;
}
ul.data-list > li{
  padding-bottom: 10px;
}
ul.data-list{
  padding-left: 15px;
}
.record-data > div{
  flex: 1;
  flex-basis: 50%;
  padding: 5px 20px;
}
ul.record-list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.record-list li{
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 20px 15px 50px;
}
ul.record-list li:nth-last-child(){
  padding-bottom: 10px;
}
ul.record-list li > span{
  position: absolute;
  left: 0;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  background: black;
}
ul.record-list li > span.notice{
  text-transform: none;
  color: white;
  font-weight: 600;
  background: rgb(202, 20, 20);
}
.abstract-btn-row{
  display: flex;
  justify-content: center;
  align-items:center;
  padding: 0 20px;
}

#accidents .record-box-sml:nth-child(1){
  margin-right: 0;
}
#accidents .record-box-sml:nth-child(2){
  margin-left: 0;
}
.drawer:nth-last-child(){
  padding-top:10px;
}
#accidents{
  display: flex;
  flex-direction: column;
}

/* End Abstract */
.overlay-back {
  position:fixed;
  top:0px;
  left:0px;
  z-index:1999;
  width:100vw;
  height:100vh;
  background:rgba(186, 186, 186, 0.45);
}


/*////////////////////////////////////////
    MEDIA QUERIES
/////////////////////////////////////////*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 36em) {
  a.tile{
    display: block;
    position: relative;
    width: 32%;
    min-height: 210px;
    padding: 30px;
    margin: 10px;
    text-decoration: none;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    transition: all .3s ease-in-out;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 35%;
  }
  .tile-icon {
    position: absolute;
    top: 26px;
    right: 20px;
    transform: scale(0.8);
  }
  .homepage-banner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 375px;
    overflow: hidden;
  }
  .clip-mask {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 290px;
    background-color: #3d7aa9;
    background-repeat: no-repeat;
    background-image: url("../img/header-photo-dk.jpg");
    background-position: 100% 25%;
    z-index: 1;
  }
  .red-swoosh {
    position: absolute;
    right: 0;
    width: 95%;
    height: 460px;
    clip-path: ellipse(107% 48% at 55% 32%);
    background: var(--bmv-red);
    z-index: 0;
  }
  .reg-text-box {
    width: 170px;
    margin: 0 30px;
  }
.cart section article {
  border-radius:0px;
}
.cart section article .left {
  flex:1 100%;
  border-radius:0px;
}
.cart section article .right {
  flex:1 100%;
  border-radius:0px;
}
}
/* Small devices (mobile) 575px */
@media (max-width: 575px) {
  .flex-grid {
    justify-content: center;
    padding-left:5%;
    padding-right:5%;
  }
  .card {
    flex:0 90% !important;
  }

  .drawer .drawer-content {
    padding-left:0px;
    padding-right:0px;
  }
  .breadcrumbs {
    padding-left:10px;
    padding-right:10px;
    justify-content:center !important;
  }

    .hide-phone {
      display:none !important;
    }
    .one-third {
      flex:0 100% !important;
    }
    .two-thirds {
      flex:0 100% !important;
    }
    .homepage-banner {
      position: relative;
      display: flex;
      width: 100%;
      max-height: 365px;
      margin-bottom: 0px;
      overflow: hidden;
    }
    .banner-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      height: 275px;
      margin: 40px 0 0 0;
      text-align: center;
    }
    .banner-title {
      position: relative;
      font-size: 36px;
      line-height: 36px;
      font-weight: 400;
      color: white;
      margin-bottom: 10px;
    }
    .banner-title::after {
      content: '';
      position: absolute;
      left: 137px;
      top: -10px;
      width: 35px;
      height: 35px;
      clip-path: ellipse(16% 16% at 19% 24%);
      background: var(--bmv-red);
      z-index: 0;
    }
    .home-search {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-start;
    }
    input.search-field {
      width: 300px;
      height: 40px;
      padding: 0 20px 0 50px;
      border: 0;
      border-radius: 30px;
      margin: 10px 5px 0 0;
      outline: none;
    }
    .search-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 115px;
      height: 40px;
      border-radius: 28px;
      color: white;
      font-size: 16px;
      font-weight: 600;
      margin: 20px 10px 0 0;
      background: var(--bmv-red);
    }
    .clip-mask {
      display: flex;
      align-items: flex-start;
      width: 100%;
      height: 290px;
      background: #3d7aa9;
      z-index: 1;
    }
    .red-swoosh {
      position: absolute;
      right: 0;
      width: 100%;
      height: 436px;
      clip-path: ellipse(111% 60% at 26% 23%);
      background: var(--bmv-red);
      z-index: 0;
    }
    .title-lrg {
      font-size: 32px;
      font-weight: 700;
      margin: 40px 30px 20px;
      line-height: 32px;
    }
    a.tile {
      display: block;
      position: relative;
      width: 40%;
      min-height: 210px;
      padding: 30px;
      margin: 10px 0;
      border-radius: 4px;
      background: white;
      overflow: hidden;
      transition: all .3s ease-in-out;
      flex-grow: 2;
      flex-shrink: 0;
      flex-basis: 60%;
  }
  .content-band-full {
    width: calc(100% - 40px);
    margin: 30px 20px;
  }
  .register-ribbon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
  }
  .reg-img-box {
    position: relative;
    width: 178px;
    height: 145px;
    z-index: 0;
    flex:none;
  }
  .reg-text-box {
    width: 240px;
    font-weight: 700;
    font-size: 24px;
    line-height: 23px;
    margin: 12px 0px;
    text-align: center;
  }
  .reg-text-box >span {
    font-size: 19px;
    line-height: 27px;
  }
  a.reg-btn-outline, a.reg-btn-outline:hover {
    width: auto;
    flex:1 44px;
  }
  /* Product Page */
  .product {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .product section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:space-between;
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .product section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:0;
    max-width:1260px;
    /*box-shadow:0px 0px 32px 6px rgba(0,0,0,.05);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:flex-start;
  }
  .product section article header {
    display:flex;
    flex:1 100%;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    max-height:fit-content;
    background:var(--bmv-blue);
    min-height:60px;
    padding:20px 20px 10px 20px;
    border-top-left-radius:16px;
    border-top-right-radius:16px;

  }
  .product section article header h1 {
    color:#fff;
    padding:0px;
    margin:0px;
    display:flex;
    max-height:fit-content;
    flex:1;
    font-size:1.5em;
    font-weight:var(--semi);
    position:relative;
  }
  .product section article header h1:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 24px;
    height: 24px;
    clip-path: ellipse(16% 16% at 19% 24%);
    background: var(--bmv-red);
    z-index: 0;
  }
  .product section article .content {
    display:flex;
    flex:1 100%;
    padding:0px 30px 20px;
    align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .product section article .content .note {
    color:#757575;
  }
  .product .footer {
    display:flex;
    flex:1 100%;
    background:#fff;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    align-items:flex-end;
  }
  .product .footer .cost {
    flex:0 30%;
    font-size:1.5em;
    color:#000;
    font-weight:var(--bold);
  }
  .product .footer a.btn-primary {
    margin-top:0px;
    max-width:none;
    flex:0 60%;
    margin-left:auto;
    margin-right:0px;
  }

  /* End Product Page */
  .cart section article h1 {
    padding-left:10px;
    padding-right:10px;
    margin-bottom:0px;
  }
  .cart section article h2 {
    padding-top:0px;
    margin-top:10px;
    margin-bottom:0px;
  }
  .cart section article {
    border-radius:0px;
  }
  .cart section article .left {
    flex:1 100%;
    border-radius:0px;
  }
  .cart section article .right {
    flex:1 100%;
    border-radius:0px;
    padding-bottom:20px;
  }
  .cart section article .headers {
    display:none;
  }
  .cart section article .item {
    padding-left:10px;
    padding-right:0px;
    flex-wrap:wrap;
    padding-top:20px;
    padding-bottom:20px;
  }
  .cart section article .item .description {
    flex:1 100%;
    font-size:1.25em;
  }
  .cart section article .item .cost, .cart section article .item .qty, .cart section article .item .itemtotal {
    flex:1 calc(33% - 18px);
    padding-top:0px;
    align-items:flex-end;
    margin-top:-5px;
  }
  .cart section article .item .remove {
    min-width:54px;
    margin-top:-5px;
  }
  .cart .ilabel {
    display:flex !important;
    font-size:14px;
    color:#757575;
    margin-right:5px;
  }
  .step-wrapper {
    padding: 20px 15px;
  }
  .radio-wrapper {
    flex: 1 100%;
    min-width: 100%;
    align-items: center;
    align-content: center;
    display: flex;
    padding-bottom: 10px;
    margin-right: 0;
  }
  .radio-wrapper label {
    height:34px;
    margin-top:0px;
    margin-bottom:0px;
    display:flex;
    flex:1;
    align-items:center;
    align-content:center;
    padding-top:5px;
    background: transparent;
    transition: all .2s ease-in-out;
  }

  .step-wrapper .fieldwrapper {
    margin-right: 0;
    background: #fff;
    flex: 1;
    min-width: 300px;
    margin-bottom: 10px;
}
  .step-wrapper .fieldwrapper.hint {
    margin-bottom:30px;
  }

}

/* Small devices (mobile) 460px */
@media (max-width: 460px) {
  .flex-grid {
    justify-content:center;
    padding-left:1%;
    padding-right:1%;

  }
  .card {
    flex:0 90%;
    margin-bottom:5px;
  }

  .cart section article .left .item .description {
    padding-bottom:5px;
  }
  .cart section article .left .item .price, .cart .item .qty {
    flex:1 50%;
  }
  .cart .item .qty {
    justify-content:flex-end;
  }
  .cart section article .left .item .itemtotal {
    flex:1 calc(100% - 54px);
    justify-content:flex-start;
  }
  .drawer .fixed-footer {
    padding-left:5px;
    padding-right:5px;
  }

}
/* (IPAD, 768px and up) */
@media (min-width: 48em) {
  .one-third {
    flex:0 80% !important;
  }
  .two-thirds {
    flex:0 80% !important;
  }
  .breadcrumbs {
    justify-content:center !important;
  }
  /* Product Page */
  .product {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .product section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
  }
  .product section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:0px 0px 32px 6px rgba(0,0,0,.05);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:flex-start;
    border-radius:16px;
  }
  .product section article header {
    display:flex;
    flex:1 100%;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    max-height:fit-content;
    background:var(--bmv-blue);
    min-height:60px;
    padding:20px 20px 10px 20px;
    border-top-left-radius:16px;
    border-top-right-radius:16px;

  }
  .product section article header h1 {
    color:#fff;
    padding:0px;
    margin:0px;
    display:flex;
    max-height:fit-content;
    flex:1;
    font-size:1.6em;
    font-weight:var(--semi);
    position:relative;
  }
  .product section article header h1:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 24px;
    height: 24px;
    clip-path: ellipse(16% 16% at 19% 24%);
    background: var(--bmv-red);
    z-index: 0;
  }
  .product section article .content {
    display:flex;
    flex:1 100%;
    padding:0px 40px 40px;
    align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .product section article .content .note {
    color:#757575;
    padding-top:20px;
  }
  .product .footer {
    display:flex;
    flex:1 100%;
    background:#fff;
    padding:10px;
    padding-left:30px;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    align-items:flex-end;
  }
  .product .footer .cost {
    flex:0 40%;
    font-size:1.5em;
    color:#000;
    font-weight:var(--bold);
  }
  .product .footer a.btn-primary {
    margin-top:0px;
    flex:0 60%;
  }

  /* End Product Page */
  .title-lrg {
    font-size: 34px;
    font-weight: 700;
    margin: 40px 40px 20px;
    line-height: 36px;
}
  a.tile{
    display: block;
    position: relative;
    width: 32%;
    min-height: 210px;
    padding: 30px;
    margin: 10px;
    text-decoration: none;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    transition: all .3s ease-in-out;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 35%;
  }
  .tile-icon {
    position: absolute;
    top: 32px;
    right: 26px;
}
  .register-ribbon {
    display: flex;
    align-items: center;
    padding: 5px 50px;
    justify-content: center;
  }
  .reg-img-box {
    width: 200px;
  }
  .reg-text-box {
    width: 210px;
    font-size: 25px;
  }
  .reg-text-box >span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
  a.reg-btn-outline, a.reg-btn-outline:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 210px;
    padding: 0 20px;
    border-radius: 24px;
    border: 4px solid var(--bmv-red);
    color: var(--bmv-red);
    font-weight: 600;
  }
  .homepage-banner {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 380px;
    overflow: hidden;
}
  .clip-mask {
    display: flex;
    align-items: flex-start;
    width: 100%;
    height: 290px;
    background-color: #3d7aa9;
    background-repeat: no-repeat;
    background-image: url("../img/header-photo-dk.jpg");
    background-position: 100% 25%;
    z-index: 1;
}
  .red-swoosh {
    position: absolute;
    right: 0;
    width: 95%;
    height: 460px;
    clip-path: ellipse(69% 50% at 50% 32%);
    background: var(--bmv-red);
    z-index: 0;
}
  .container {
    width: 100%!important;
  }
  /* Cart Page */
  .cart .ilabel {
    display:none !important;
  }
  .cart {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .cart section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
  }
  .cart section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:2px 2px 12px rgba(0,0,0,.15);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:stretch;
    border-radius:0px;
  }
  .cart section article h1 {
    font-size:1.5em;
  }
  .cart section article .left {
    flex:1 100%;
    padding-left:20px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .cart section article .right {
    flex:1 100%;
    background:var(--bmv-blue);
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    padding-left:30px;
    padding-right:30px;
  }
  .cart section article h1 {
    display:flex;
    font-size:1.25em;
    padding:20px 30px 20px 30px;
    justify-content:space-between;
    color:#000;
  }
  .cart section article h2 {
    display:flex;
    padding:0px 30px 10px 30px;
    justify-content:center;
    color:#fff;
    font-size:1.25em;
  }
  .cart section article .item {
    padding:10px 30px 50px 30px;
    display:flex;
    flex:1;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    padding-bottom:30px;
  }
  .cart section article .item.headers {
    padding-bottom:0px;
    padding-top:10px;
    font-weight:var(--reg);
    color:var(--bmv-blue);
    background:#fff;
    font-size:.875em;
    text-transform:uppercase;
  }
  .cart section article .item.headers .header-wrapper {
    background:#eaeaea;
    color:#000;
    border-radius:20px;
    padding:5px 10px;
  }
  .cart section article .item.headers .remove {
    flex:1;
    min-width:84px;
  }
  .cart section article .item .description {
    display:flex;
    flex:6;
  }
  .cart section article .item .qty {
    display:flex;
    justify-content:center;
    flex:2;
  }
  .cart section article .item .cost {
    display:flex;
    flex:2;
  }
  .cart section article .item .itemtotal {
    display:flex;
    flex:2;
    justify-content:flex-end;
  }
  .cart section article .item .remove {
    display:flex;
    flex:1;
    min-width:84px;
    max-width:fit-content;
    justify-content:center;
    align-items:center;
  }
  .cart a.back {
    color:var(--bmv-blue);
    display:flex;
    margin-top:30px;
    padding-left:25px;
  }
  /* End Cart Page */
}
@media (min-width:768px){
  .stepper {
      flex:1 24%;
  }
  .stepper-content {
    flex:1 65%;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 62em) {

  .flex-grid {
    padding-left:2%;
    padding-right:2%;
  }
  .card {
    flex:0 32%;
  }
  .breadcrumbs {
    padding-left:10px;
    padding-right:10px;
  }
  .overlay-back {
    position:fixed;
    top:0px;
    left:0px;
    z-index:1999;
    width:100vw;
    height:100vh;
    background:rgba(186, 186, 186, 0.45);
  }
  a.tile{
    display: block;
    position: relative;
    width: 32%;
    min-height: 210px;
    padding: 30px;
    margin: 10px;
    text-decoration: none;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    transition: all .3s ease-in-out;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 25%;
  }
  .tile-icon {
    position: absolute;
    top: 32px;
    right: 26px;
    transform: scale(0.8);
}
  .divider {
    height: 0px;
    margin: 30px auto;
  }
  .subpage-header{
    margin-top: 30px;
    height: 50px;
    border-radius: 16px 16px 0 0;
  }
  .subpage-icon{
    display: none;
  }
  .subpage-title{
    font-size: 18px;
  }
  section.profile {
    display: flex;
    flex-direction: row;
    margin: 15px 0 30px 0;
    padding: 20px!important;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 32px -6px rgba(0,0,0,0.05);
  }
  section.profile > .info-tile{
    background: white;
  }
  section.profile > .info-tile > .status-box > .status{
    background: var(--lt-gray);
  }

  .name {
    display: flex;
    flex-direction: column;
    flex: 1 16%;
    align-items: flex-start;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
    text-align: left;
    line-height: 36px;
    padding: 0 30px 0 40px;
  }
  section.profile > .info-tile {
    display: flex;
    flex: 1 14%;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    margin: 0;
    border-radius: 10px;
  }
  .status-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }
  .license-btn-box {
    display: flex;
    flex: 1 10%;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
  }
  .license-edit-btn {
    position: relative;
    width: 100%;
    height: 68px;
    margin: 0;
    border-radius: 10px;
    background: #f6f6f6;
  }
  .license-edit-btn > div:nth-child(1) {
    padding: 10px 0 0 20px;
  }
  .license-btn-box > div:nth-child(1) {
    margin:0 0 10px 0px;
  }
  a.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
    text-decoration: none;
    color: white;
    border-radius: 25px;
    background: var(--bmv-red);
    }
  .btn-box{
    display: flex;
    flex: 1 15%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
    }
  .sub-header{
      height: 50px;
  }
  .vehicle-card {
    display: flex;
    flex-direction: row;
    margin-top: 13px;
    border-radius: 10px;
    padding: 30px 20px;
    background: #e8e8e8;
  }
  .car-photo {
    display: flex;
    flex: 1 50%;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
  }
  .car-photo > img {
    height: 75px;
  }
  .vehicle-card > .info-tile{
    background: transparent;
  }
  .btn-primary{
    min-width: 262px;
  }
  .vehicle-info-box{
    flex: 1 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 30px;
  }
  .vehicle-info-box-title{
    display: block;
    padding-bottom: 5px;
  }
  .vehicle-card > .info-tile{
    display: flex;
    flex: 1 70%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border-radius: 10px;
  }
  .vehicle-card > .info-tile > .status-box > .status{
    background: white;
  }
  .drawer.sm {
    width: 35%;
  }
  .drawer.sm.right {
    left:65%;
  }
  .drawer.md {
    width:80%;
  }
  .drawer.full {
    width:100%;
  }
  .bump {
    transition: 1s ease-in-out;
    margin-left:-100px;
  }
  .drawer.right.reveal {
    transition: 1s ease-in-out;
    left:20%;
  }
  .drawer.sm.right.reveal {
    transition: 1s ease-in-out;
    left:65%;
  }
  .drawer.right.conceal {
    transition: left 1s ease-in-out;
    left:180%;
  }
  .drawer.md .fixed-footer {
    width:80%;
  }


  /* Cart Page */
  .cart {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .cart section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
  }
  .cart section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:2px 2px 12px rgba(0,0,0,.15);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:stretch;
    border-radius:16px;
  }
  .cart section article h1 {
    font-size:1.5em;
  }
  .cart section article .left {
    flex:1 65%;
    padding-left:20px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .cart section article .right {
    flex:1 30%;
    background:var(--bmv-blue);
    border-top-right-radius:16px;
    border-bottom-right-radius:16px;
    padding-left:30px;
    padding-right:30px;
    position:relative;
  }
  .cart section article h1 {
    display:flex;
    font-size:1.25em;
    padding:20px 30px 20px 30px;
    justify-content:space-between;
    color:#000;
  }
  .cart section article h2 {
    display:flex;
    padding:20px 30px 10px 30px;
    justify-content:center;
    color:#fff;
    font-size:1.25em;
  }
  .cart section article .item {
    padding:10px 30px 50px 30px;
    display:flex;
    flex:1;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    padding-bottom:30px;
  }
  .cart section article .item.headers {
    padding-bottom:0px;
    padding-top:10px;
    font-weight:var(--reg);
    color:var(--bmv-blue);
    background:#fff;
    font-size:.875em;
    text-transform:uppercase;
  }
  .cart section article .item.headers .header-wrapper {
    background:#eaeaea;
    color:#000;
    border-radius:20px;
    padding:5px 10px;
  }
  .cart section article .item.headers .remove {
    flex:1;
    min-width:84px;
  }
  .cart section article .item .description {
    display:flex;
    flex:6;
  }
  .cart section article .item .qty {
    display:flex;
    flex:2;
  }
  .cart section article .item .cost {
    display:flex;
    flex:2;
  }
  .cart section article .item .itemtotal {
    display:flex;
    flex:2;
    justify-content:flex-end;
  }
  .cart section article .item .remove {
    display:flex;
    flex:1;
    min-width:84px;
    max-width:fit-content;
    justify-content:center;
    align-items:center;
  }
  .cart a.back {
    color:var(--bmv-blue);
    display:flex;
    margin-top:30px;
    padding-left:25px;
  }
  .cart .right a.btn-primary {
    position:absolute;
    bottom:20px;
    width:calc(100% - 60px);
  }
  /* End Cart Page */

  .step-wrapper ul.results {
    padding-right:50%;
  }
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 75em) {
  .one-third {
    flex:0 32% !important;
  }
  .two-thirds {
    flex:0 65% !important;
  }
  .overlay-back {
    position:fixed;
    top:0px;
    left:0px;
    z-index:1999;
    width:100vw;
    height:100vh;
    background:rgba(186, 186, 186, 0.45);
  }
  .drawer.sm {
    width: 25%;
  }

  .drawer.md {
    width:65%;
  }
  .drawer.full {
    width:100%;
  }
  .drawer.md .fixed-footer {
    width:65%;
  }

  .drawer.right.reveal {
    transition: 1s ease-out;
    left:35%;
  }
  .drawer.sm.right.reveal{
    transition: 1s ease-out;
    left:75%;
  }
  .drawer.right.conceal {
    transition:1s ease-out;
    left:165%;
  }
  .drawer.sm.right.conceal {
    transition:1s ease-out;
    left:125%;
  }
  a.tile{
    display: block;
    position: relative;
    width: 32%;
    min-height: 210px;
    padding: 30px;
    margin: 15px;
    text-decoration: none;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    transition: all .3s ease-in-out;
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 25%;
  }
  a.tile > .title {
    max-width: 182px;
    font-size: 28px;
    color: black;
    font-weight: 700;
    background: white;
    line-height: 34px;
    padding: 0 0 15px 0;
  }
  .tile-desciption {
    color: black;
  }

  .tile-icon {
    position: absolute;
    top: 32px;
    right: 26px;
    transform: scale(1);
  }

/* Profile */
  .divider {
    height: 0px;
    margin: 30px auto;
  }
  .subpage-header{
    margin-top: 30px;
    height: 50px;
    border-radius: 16px 16px 0 0;
  }
  .subpage-icon{
    display: none;
  }
  .subpage-title{
    font-size: 18px;
  }
  section.profile {
    display: flex;
    flex-direction: row;
    margin: 15px 0 30px 0;
    padding: 20px!important;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 32px -6px rgba(0,0,0,0.05);
  }
  section.profile > .info-tile{
    background: white;
  }
  section.profile > .info-tile > .status-box > .status{
    background: var(--lt-gray);
  }
  .name {
    display: flex;
    flex-direction: column;
    flex: 1 16%;
    align-items: flex-start;
    justify-content: center;
    font-weight: 600;
    font-size: 34px;
    text-align: left;
    line-height: 36px;
    padding: 0 30px 0 40px;
  }
  section.profile > .info-tile {
    display: flex;
    flex: 1 14%;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    margin: 0;
    border-radius: 10px;
  }
  .status-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }
  .license-btn-box {
    display: flex;
    flex: 1 10%;
    justify-content: center;
    flex-direction: column;
    margin: 0 10px;
  }
  .license-edit-btn {
    position: relative;
    width: 100%;
    height: 68px;
    margin: 0;
    border-radius: 10px;
    background: #f6f6f6;
  }
  .license-edit-btn > div:nth-child(1) {
    padding: 10px 0 0 20px;
  }
  .license-btn-box > div:nth-child(1) {
    margin:0 0 10px 0px;
  }
  a.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
    text-decoration: none;
    color: white;
    border-radius: 25px;
    background: var(--bmv-red);
    }
  .btn-box{
    display: flex;
    flex: 1 15%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 0 25px;
    }
  .sub-header{
      height: 50px;
  }
  .vehicle-card {
    display: flex;
    flex-direction: row;
    margin-top: 13px;
    border-radius: 10px;
    padding: 30px 20px;
    background: #e8e8e8;
    }
  .car-photo {
    display: flex;
    flex: 1 50%;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
  }
  .car-photo > img {
    height: 75px;
  }
  .vehicle-card > .info-tile{
    background: transparent;
  }
  .btn-primary{
    min-width: 262px;
  }
  .vehicle-info-box{
    flex: 1 75%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 30px;
  }
  .vehicle-info-box-title{
    display: block;
    padding-bottom: 5px;
  }
  .vehicle-card > .info-tile{
    display: flex;
    flex: 1 70%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    border-radius: 10px;
  }
  .vehicle-card > .info-tile > .status-box > .status{
    background: white;
  }

  /* Product Page */
  .product {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
    margin-bottom: 50px;
  }
  .product section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:space-around;
    align-items:flex-start;
  }
  .product section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:2px 2px 12px rgba(0,0,0,.15);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:flex-start;
    border-radius:16px;
  }
  .product section article header {
    display:flex;
    flex:1 100%;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    max-height:fit-content;
    background:var(--bmv-blue);
    min-height:60px;
    padding:20px 40px 10px 40px;
    border-top-left-radius:16px;
    border-top-right-radius:16px;

  }
  .product section article header h1 {
    color:#fff;
    padding:0px;
    margin:0px;
    display:flex;
    max-height:fit-content;
    flex:1;
    font-size:1.6em;
    font-weight:var(--semi);
    position:relative;
  }
  .product section article header h1:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 24px;
    height: 24px;
    clip-path: ellipse(16% 16% at 19% 24%);
    background: var(--bmv-red);
    z-index: 0;
  }
  .product section article .content {
    display:flex;
    flex:1 100%;
    padding:0px 40px 30px;
    align-items:flex-start;
    flex-direction:row;
    flex-wrap:wrap;
  }
  .product section article .content .note {
    color:#757575;
  }
  .product .footer {
    display:flex;
    flex:1 100%;
    background:none;
    padding:10px;
    padding-left:30px;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    align-items:flex-end;
  }
  .product .footer .cost {
    flex:1 30%;
    font-size:1.5em;
    color:#000;
    font-weight:var(--bold);
  }
  .product .footer a.btn-primary {
    margin-top:0px;
    max-width:40%;
  }
  /* End Product Page */

  /* Cart Page */
  .cart {
    display:flex;
    flex:1;
    position:relative;
    justify-content:center;
    align-items:flex-start;
    flex-wrap:wrap;
    flex-direction:row;
  }
  .cart section {
    display:flex;
    flex:1 100%;
    max-width:1260px;
    justify-content:center;
    align-items:flex-start;
  }
  .cart section article {
    background:#fff;
    display:flex;
    flex:1;
    margin-top:30px;
    max-width:1260px;
    /*box-shadow:2px 2px 12px rgba(0,0,0,.15);*/
    flex-wrap:wrap;
    flex-direction:row;
    align-items:stretch;
    border-radius:16px;
  }
  .cart section article h1 {
    font-size:1.5em;
  }
  .cart section article .left {
    flex:1 70%;
    padding-left:20px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .cart section article .right {
    flex:1 30%;
    background:var(--bmv-blue);
    border-top-right-radius:16px;
    border-bottom-right-radius:16px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:20px;
    position:relative;
  }

  .cart section article h1 {
    display:flex;
    font-size:1.25em;
    padding:20px 30px 20px 30px;
    justify-content:space-between;
    color:#000;
  }
  .cart section article h2 {
    display:flex;
    padding:20px 30px 10px 30px;
    justify-content:center;
    color:#fff;
    font-size:1.25em;
  }
  .cart section article .item {
    padding:10px 30px 50px 30px;
    display:flex;
    flex:1;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    padding-bottom:30px;
  }
  .cart section article .item.headers {
    padding-bottom:0px;
    padding-top:10px;
    font-weight:var(--reg);
    color:var(--bmv-blue);
    background:#fff;
    font-size:.875em;
    text-transform:uppercase;
  }
  .cart section article .item.headers .remove {
    flex:1;
    min-width:84px;
  }
  .cart section article .item .description {
    display:flex;
    flex:6;
  }
  .cart section article .item .qty {
    display:flex;
    flex:2;
  }
  .cart section article .item .cost {
    display:flex;
    flex:2;
  }
  .cart section article .item .itemtotal {
    display:flex;
    flex:2;
    justify-content:flex-end;
  }
  .cart section article .item .remove {
    display:flex;
    flex:1;
    min-width:84px;
    max-width:fit-content;
    justify-content:center;
    align-items:center;
  }
  .cart a.back {
    color:var(--bmv-blue);
    display:flex;
    margin-top:30px;
    padding-left:25px;
  }
  .cart .right a.btn-primary {
    position:absolute;
    bottom:20px;
    width:calc(100% - 60px);
  }
}