
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tapstone {
  display: flex;
  flex-direction: column;
  max-width: 75%;
}

.tapstone a {
  margin: 5px;
  padding: 5px;
  background-color: #cd2026;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.6rem;
}

.tapstone a:hover{
  color: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
  font-family: 'Varela Round', sans-serif !important;  
  font-size: 1rem !important;
  font-weight: 400 !important;
  background-color: #edf4f8 !important;
}
html {
  font-size: 100%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Thin), url("../font/roboto/Roboto-Thin.eot");
    src: url("../font/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Thin.woff2") format("woff2"), url("../font/roboto/Roboto-Thin.woff") format("woff"), url("../font/roboto/Roboto-Thin.ttf") format("truetype");
    font-weight: 200; 
}
  
@font-face {
    font-family: "Roboto";
    src: local(Roboto Light), url("../font/roboto/Roboto-Light.eot");
    src: url("../font/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Light.woff2") format("woff2"), url("../font/roboto/Roboto-Light.woff") format("woff"), url("../font/roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300; 
}

@font-face {
    font-family: "Roboto";
    src: local(Roboto Regular), url("../font/roboto/Roboto-Regular.eot");
    src: url("../font/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Regular.woff2") format("woff2"), url("../font/roboto/Roboto-Regular.woff") format("woff"), url("../font/roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400; 
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Medium.eot");
    src: url("../font/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Medium.woff2") format("woff2"), url("../font/roboto/Roboto-Medium.woff") format("woff"), url("../font/roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500; 
}

@font-face {
    font-family: "Roboto";
    src: url("../font/roboto/Roboto-Bold.eot");
    src: url("../font/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../font/roboto/Roboto-Bold.woff2") format("woff2"), url("../font/roboto/Roboto-Bold.woff") format("woff"), url("../font/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700; 
}
  
@font-face {
  font-family: robotoregular;
  src: url(fonts/webfonts/roboto-regular-webfont.woff2) format("woff2"),
    url(fonts/webfonts/roboto-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: poppinssemibold;
  src: url(fonts/webfonts/poppins-semibold-webfont.woff2) format("woff2"),
    url(fonts/webfonts/poppins-semibold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Varela Round', sans-serif !important; 
  font-weight: 700;
  line-height: 1.2; }
p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
section h2,
section h3,
section h4, 
section h5,
section h6 {
  margin-bottom: 0.75rem;
  text-align: center;
}
section h4 {
  font-weight: 600;
}
section h3,
section p.subheader {
  text-align: center !important;
}
section h3, section h5, section h6 {
  color: #084973;
}
section p.subheader {
  margin-bottom: 1.5rem;
}
@media (min-width: 575px) {
  h1 {
    font-size: 3.052rem;
  }
  h2 {
    font-size: 2.441rem;
  }
  h3 {
    font-size: 1.953rem;
  }
  h4 {
    font-size: 1.563rem;
  }
  h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 1.802rem;
  }
  h2 {
    font-size: 1.602rem;
  }
  h3 {
    font-size: 1.424rem;
  }
  h4 {
    font-size: 1.266rem;
  }
  h5 {
    font-size: 1.125rem;
  }
}
strong {
  font-weight: 600;
}
i {
  font-style: normal !important;
}
.i {
  font-style: italic;
}
.small {
  font-size: 80%;
}
h4 small {
  font-size: 70%;
  line-height: 1.8;
}
.container {
  max-width: 640px;
  margin: 0 auto;
}
header {
  padding: 10px 0;
}
header .navbar-brand {
  margin: 0 auto;
}
header .logo,
header .no-svg .logo {
  width: 224px;
  height: 42px;
  display: block;
  margin: 0 auto;
}
header .navbar-dark .navbar-toggler {
  color: #fff !important;
  border: none;
}
header .navbar-dark .navbar-nav .nav-link {
  color: #f2f2f2;
}
footer {
  text-align: center;
  padding: 1rem 0 5rem;
  font-size: 85%;
}
footer a,
footer a:active,
footer a:hover,
footer a:link,
footer a:visited {
  color: #333;
}

.partners {
  padding: 1rem 0; }
  .partners div.logo {
    min-height: 56px;
    margin-bottom: 1rem; }
  /* .partners img.img-fluid, .partners .modal-dialog.cascading-modal.modal-avatar img.modal-header, .modal-dialog.cascading-modal.modal-avatar .partners img.modal-header {
    max-width: 92px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .partners img.img-fluid, .partners .modal-dialog.cascading-modal.modal-avatar img.modal-header, .modal-dialog.cascading-modal.modal-avatar .partners img.modal-header {
        max-width: 76px; } } */

.card {
  border: none;
}

.dateOfBirth{
  display: inline-flex;
  width: 100%;
}

input.dob{
  margin: 0 10px;
  text-align: center;
}

.number {
  margin-left: 5px;
}

a.button {
  justify-content: center;
  align-items: center;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  background-color: orange;
  border-radius: 15px;
  padding: 15px;
  margin: 15px;
  max-height: 50px;
  width: 100%;
}

a.button:hover{
  text-decoration: none;
  color: #0056b3; 
}

.full-width{
  max-width: 100vw;
  position: relative;
  right: 50%;
  margin-top: -2vw; 
  transform: rotate(27deg);
}

.match-headline {
  font-size: 12px;
}

.match-div{
  flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  height: max-content !important;
  border: 2px solid rgba(214, 214, 214, 0.8);
  border-radius: 5px;
}

.match-div:hover{
  border: 4px solid rgba(96, 123, 249, 0.8);
}

.form-bracket {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.form-bracket .alert {
  font-size: 90%;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
.form-group {
  margin-bottom: 12px;
}
.form-group h4,
.form-group p,
.form-group small {
  text-align: center;
}
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0.75rem;
}

.model {
  text-align: center;
  padding: 10px 15px;
  align-self: stretch;
}

.build label, .model label {
  background-color: #fff;
  padding: 10px 15px;
  border: #ccc solid 1px;
  font-size: 1.25em;
  color: #212529;
  cursor: pointer;
  margin-bottom: 10px;
}
.build label:hover {
  background-color: #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.build input[type="radio"] {
  display: none;
}
.build input[type="radio"] + label {
  display: block;
}

.model input[type="radio"] + label:before {
  content: none !important;
}

.model label:hover {
  cursor: pointer;
  background-color: #f2f2f2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.model label {
  font-size: 1em !important;
  border-radius: 3px !important;
}


.build input[type="radio"] + label:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 25px;
  width: 23px;
  color: #084973 !important;
}

.build input[type="radio"] + label:before {
  content: "\f111";
  
}
.build input[type="radio"] + label:hover:before,
.build input[type="radio"]:checked + label:before {
  content: "\f058";
  font-weight: 900;
  color: #02cc66 !important;
}
.build input[type="radio"]:checked + label {
  background-color: #e3ffe3;
  border-color: #4c4;
}
.build .year label {
  background-color: #00ad58;
  padding: 6px;
  border-radius: 4px;
  font-size: 1.25em;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}
.build .year label:hover {
  background-color: #06a758;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.build .year input[type="radio"] {
  display: none;
}
.build .year input[type="radio"] + label {
  display: block;
}
.build .year input[type="radio"] + label:before {
  display: none;
}
.build .year input[type="radio"]:checked + label {
  background-color: #02cc66;
}

#processModal .modal-dialog{
  margin-top: 20vh;
}

.ellipsis {
  display:inline-block;
  position:relative;
  width:64px;
  height:64px;

}

.ellipsis div {
  position:absolute;
  top:27px;
  width:11px;
  height:11px;
  border-radius:50%;
  /*background:#fff;*/
  animation-timing-function:cubic-bezier(0, 1, 1, 0);
  background-color: #1e73be;
}

.ellipsis div:nth-child(1) {
  left:6px;
  animation:ellipsis1 0.6s infinite;
}

.ellipsis div:nth-child(2) {
  left:6px;
  animation:ellipsis2 0.6s infinite;
}

.ellipsis div:nth-child(3) {
  left:26px;
  animation:ellipsis2 0.6s infinite;
}

.ellipsis div:nth-child(4) {
  left:45px;
  animation:ellipsis3 0.6s infinite;
}

.autocomplete.dropdown {
  background-color: #F8F8F8;
  position: absolute;
  box-shadow: 0 1px 3px 0px;
  border-radius: 3px;
  border: 1px solid #FAFAFA;
  z-index: 100;
  max-height: 250px;
  overflow-y: auto;
}

.autocomplete.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.autocomplete.dropdown ul li {
  padding: 4px 12px;
}

.autocomplete.dropdown ul li:focus,
.autocomplete.dropdown ul li:hover {
  background-color: #F0F0F0;
  cursor: pointer;
}

@keyframes ellipsis1 {
  0% {
      transform:scale(0);
  }
  100% {
      transform:scale(1);
  }
}

@keyframes ellipsis3 {
  0% {
      transform:scale(1);
  }
  100% {
      transform:scale(0);
  }
}

@keyframes ellipsis2 {
  0% {
      transform:translate(0, 0);
  }
  100% {
      transform:translate(19px, 0);
  }
}

.ldTemplate-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
  padding: 5vh 0;
  padding-bottom: 5px;
}


.ldTemplate-wrapper h2{
  margin-bottom:0;
  font-weight: 600;
  color: #555;
  font-size: 22px;
  text-align: center;
  margin-top: 0;
}

.error {
  display: block;
  color: red;
  font-size: 80%;
  margin-top: 0.25rem;
  text-align: left !important;
}
.tcpa {
  font-size: 75%;
  padding: 0 8px;
}
.progress-bracket {
  visibility: hidden;
  margin-bottom: 1rem;
}
.progress-bracket .progress {
  height: 6px;
  margin-bottom: 8px;
  border-radius: 0;
}
.progress-bracket .progress-bar {
  background-color: #02cc69;
}
.form-control-lg {
  font-size: 1rem;
}
.form-control {
  border-radius: 0;
}
.range-output {
  width: 100%;
  text-align: center;
  padding: 16px;
  padding-top: 0;
  font-size: 28px;
}
.rangeslider__fill {
  background-color: #1a6bb3;
  box-shadow: none;
  border-radius: 0;
}
.rangeslider {
  box-shadow: none;
  border-radius: 0;
}
.rangeslider--horizontal {
  background-color: #e6ebef;
  height: 10px;
  margin-top: 8px;
  margin-bottom: 48px;
}
.spec {
  margin-bottom: 4rem;
}
.rangeslider__handle {
  background-color: #3ea2da;
  background-image: none;
  border: #fff solid 2px;
  width: 30px;
  height: 30px;
}
.rangeslider__handle::after {
  display: none;
}
.btn {
  background-color: #02cc66;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  padding: 0.75em 1.15em;
  margin-bottom: 0.5em;
}
.btn i {
  color: #fff;
}
.btn:hover {
  background-color: #19af5f;
  color: #fff;
}
.errorMsg, .errorMsgDOB  {
  color: #dc143c;
  font-size: 90%;
  display: block;
}
.is-valid {
  color: #28a745 !important;
  border: #28a745 solid 2px !important;
}
.is-invalid {
  border: #dc143c solid 1px !important;
}
div.steps:not(.step1) {
  display: none;
}
.steps {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}



.test-models{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.test-models input {
  display: none;
}

.test-makes{
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.make{
  display: flex;
  justify-content: center;
  max-width: 18%;
  flex: 0 0 25%;
  border: 2px solid rgb(172, 172, 172);
  border-radius: 5px;
  overflow:hidden;
  align-self: stretch;
  margin: 10px 0;
  background-color: white;
}



.make:hover{
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.make input, .make img{
  max-height: 70%;
  max-width: 70%;
}

.make label {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  border: none;
  margin-bottom: 0;
  padding: 0;
  font-size: .7rem;
  font-weight: bold;
}

.show-all-button{
  margin: 1rem auto;
  border: none;
  background-color: inherit;
  color: #084973 !important;
}

.show-all-button:hover{
  font-weight: bold;
  -webkit-transform: scale(1.2);
}

.show-all-button:active{
  border:none;
  outline: none;
}

@media (max-width: 768px) {
  .step2 {
    padding-bottom: 2rem;
  }
  .step2 .btn-bracket {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 8px 30px;
    padding-bottom: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}
.step16 h4 {
  margin-bottom: 1rem;
}
.card {
  padding: 3rem 1rem;
  padding-top: 2rem;
  position: relative;
}
#pageloader {
  background: rgba(255, 255, 255, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#pageloader img {
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}
#thank-you {
  background-color: #fff;
}
#thank-you h5 {
  text-align: center;
}
#thank-you .offer-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
#thank-you ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8;
  list-style: none;
  padding: 0;
}
#thank-you li {
  padding-left: 1.3em;
}
#thank-you li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #02cc66;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
#thank-you a.bottom-cta {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
#thank-you .btn {
  padding: 1rem 1rem !important;
  font-weight: 500;
}
#thank-you .offer-bracket {
  width: 100%;
  margin: 0 auto;
  padding: 25px 15px;
  padding-bottom: 40px;
  background-color: #fff;
  border: #e0dede solid 1px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 2rem;
}
#thank-you .offer-bracket:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#thank-you .img-fluid,
#thank-you .modal-dialog.cascading-modal.modal-avatar .modal-header,
.modal-dialog.cascading-modal.modal-avatar #thank-you .modal-header {
  max-width: 184px;
}
@media (max-width: 767px) {
  #thank-you .img-fluid,
  #thank-you .modal-dialog.cascading-modal.modal-avatar .modal-header,
  .modal-dialog.cascading-modal.modal-avatar #thank-you .modal-header {
    max-width: 168px;
    margin-bottom: 2rem;
  }
}
#thank-you .corner-ribbon {
  width: 0;
  height: 0;
  left: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #4285f4 transparent transparent transparent;
  top: 0;
  z-index: 100;
  position: absolute;
}
#thank-you .ribbon-overlay-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  z-index: 101;
  position: absolute;
  top: -47px;
  left: 8px;
}
@media (max-width: 767px) {
  #thank-you .offer-bracket {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  #thank-you .cta-row {
    border-top: #ebebeb solid 1px;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
#thank-you .right-ribbon {
  position: absolute;
  right: -8px;
  top: 10px;
  z-index: 500;
}
#thank-you .right-ribbon-overlay-text {
  font-size: 80%;
  position: absolute;
  z-index: 5;
  color: #fff;
  font-weight: 400;
  width: 100%;
  text-align: center;
  top: 2px;
}
h4,
h5 {
  font-weight: 500;
}
#pbar_outerdiv {
  width: 100%;
  height: 20px;
  z-index: 1;
  position: relative;
  background-color: #e6e6e6;
}
#pbar_innerdiv {
  background-color: #02cc66;
  z-index: 2;
  height: 100%;
  width: 0%;
}
#pbar_innertext {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-weight: 700;
  text-align: center;
}
#notification,
#providers {
  width: 100%;
  text-align: center;
}
#notification .img-fluid,
#notification .modal-dialog.cascading-modal.modal-avatar .modal-header,
#providers .img-fluid,
#providers .modal-dialog.cascading-modal.modal-avatar .modal-header,
.modal-dialog.cascading-modal.modal-avatar #notification .modal-header,
.modal-dialog.cascading-modal.modal-avatar #providers .modal-header {
  max-width: 220px;
  margin: 0 auto;
}
#discounts {
  max-width: 210px;
  margin: 0 auto;
}
#discounts p {
  margin-bottom: 0.5rem;
}
#discounts p:first-of-type {
  margin-top: 1.5rem;
}
#notification {
  font-size: 1.15rem;
}
.modal-content {
  min-height: 460px;
}
.fa,
.far,
.fas {
  color: #055d98;
}
.modal-backdrop {
  opacity: 0.85 !important;
}

#redirect-page {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#recommended {
  color: white;
  background-color: rgba(96, 123, 249, 0.8);
  margin: 0 0 10px 0;
  padding: 0 10px;
  border-radius: 0 0 150px 0;
}

/* for mobile */
@media only screen and (max-width: 750px){ 
  a.button{
    font-size: 0.5rem;
    text-transform: none;
    padding: 10px 15px;
    font-weight: bold;
  }

  #recommended {
    width: 80%;
    font-size: 0.7em;
  }

  a.button:hover{
    text-decoration: none;
    color: #0056b3;
  }

  div.match{
    flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid rgba(214, 214, 214, 0.8);
    border-radius: 10px;
    box-shadow: 3px 3px 3px 3px rgb(167, 166, 166);
  }

  div.match-headline {
    font-size: 0.45rem !important;
  }

  div.match-headline h5{
    font-size: .55rem !important;
  }

  div.match:hover{
    border: 4px solid rgba(18, 13, 152, 0.8);
  }

  /* .index {
    z-index: 20;
    background: rgba(34,156,226,1);
    background: -moz-linear-gradient(-45deg, rgba(34,156,226,1) 0%, rgba(34,156,226,1) 34%, rgba(113,189,239,1) 34%, rgba(113,189,239,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(34,156,226,1)), color-stop(34%, rgba(34,156,226,1)), color-stop(34%, rgba(113,189,239,1)), color-stop(34%, rgba(113,189,239,1)), color-stop(34%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(34,156,226,1) 0%, rgba(34,156,226,1) 34%, rgba(113,189,239,1) 34%, rgba(113,189,239,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(34,156,226,1) 0%, rgba(34,156,226,1) 34%, rgba(113,189,239,1) 34%, rgba(113,189,239,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(34,156,226,1) 0%, rgba(34,156,226,1) 34%, rgba(113,189,239,1) 34%, rgba(113,189,239,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    background: linear-gradient(129deg, rgba(34,156,226,1) 0%, rgba(34,156,226,1) 34%, rgba(113,189,239,1) 34%, rgba(113,189,239,1) 34%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#229ce2', endColorstr='#ffffff', GradientType=1 );
  } */

  .full-width{
    max-width: 100vw;
    position: relative;
    right: 50%;
    margin-top: -5vw; 
    transform: rotate(34deg);
  }

  @media (max-width:500px){
    #recommended{
      font-size: 0.5rem;
      width: 30%;
    }

    .make label {
      border: none;
      margin-bottom: 0;
      padding: 0;
      font-size: .5rem;
      font-weight: bold;
    }
  }
} 
