.not-btn {
  background: #FFD700;
  text-transform: uppercase;
  padding: 6px 0;
  font-family: "HelveticaNeueW01-77BdCn 692722";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6em;
  margin-left: 21%;
  margin-right: 21%;
}

.pay-label {
  color: #808080;
  font-family: Lato, sans-serif;
  font-size: 90%;
}

.pay-num {
  color: #5bb33b;
  font-size: 350%;
  font-family: "Tungsten A", "Tungsten B";
  font-weight: bold;
  line-height: 1em;
  padding-top: 5px;
  margin-bottom: 7%;
}

label:before {
  content: "";
  left: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
}

.fixed-hr {
  width: 100%;
  font-size: 1.25rem;
  font-family: "HelveticaNeueW01-67MdCn 692710";
  font-weight: 400;
  color: #232323;
}

.fixed-header {
  position: relative;
  background-color: #F5F5F5;
  height: 80px;
  margin-bottom: 10px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.fixed-body {
  height: 200px;
  padding-bottom: 20px;
}

.disc-mod {
  width: 100%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 2%;
  margin-bottom: 1%;
}

.total-foot {
  border-top-style: solid;
  border-top-color: #ccc;
  border-top-width: 1px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
  padding-top: 4.5%;
  color: #808080;
}

.inst-pay {
  font-size: 90%;
  font-family: Lato, sans-serif;
  color: #808080;
}

.cav-ast {
  font-size: 50%;
  font-weight: normal;
  color: #000;
}

.pay {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  text-align: center;
}

@media all and (min-width: 900px) {
  .pay {
    flex: 0 0 21%;
    margin-left: 3.4%;
    margin-top: 8px;
    margin-bottom: 5px;
  }
}

@media all and (max-width: 900px) and (min-width: 520px) {
  .pay {
    flex: 0 0 43%;
    margin-left: 4.7%;
    margin-top: 6px;
    margin-bottom: 3%;
  }
}

@media all and (max-width: 520px) {
  .pay {
    flex: 0 0 92%;
    margin-left: 4%;
    margin-top: 6px;
    margin-bottom: 3%;
  }
}

/*
    These styles are here temporarily to facilitate moving the payment plans release up in date.
*/
h1.title {
    border-bottom: none!important;
}
.display-none {
  display: none !important; }

.display-block {
  display: block !important; }

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

.gutter-top-scroll-to-link-adjuster .col {
  margin-top: -28px; }

.gutter-top-large {
  margin-top: 3em; }

.gutter-top-medium {
  margin-top: 2em; }

.gutter-top-small {
  margin-top: 1em; }

.gutter-top-tiny {
  margin-top: 0.5em; }

.gutter-top-none {
  margin-top: 0; }

.gutter-top-tiny-negative {
  margin-top: -0.5em; }

.gutter-top-small-negative {
  margin-top: -1em; }

.gutter-top-medium-negative {
  margin-top: -2em; }

.gutter-top-large-negative {
  margin-top: -3em; }

.gutter-bottom-none-column .col {
  margin-bottom: 0; }

.gutter-bottom-large {
  margin-bottom: 3em; }

.gutter-bottom-medium {
  margin-bottom: 2em; }

.gutter-bottom-small {
  margin-bottom: 1em; }

.gutter-bottom-tiny {
  margin-bottom: 0.5em; }

.gutter-bottom-none {
  margin-bottom: 0; }

.gutter-bottom-tiny-negative {
  margin-bottom: -0.5em; }

.gutter-bottom-small-negative {
  margin-bottom: -1em; }

.gutter-bottom-medium-negative {
  margin-bottom: -2em; }

.gutter-bottom-large-negative {
  margin-bottom: -3em; }

.gutters-centered-h {
  margin-left: auto;
  margin-right: auto; }

.padded-top-none {
  padding-top: 0; }

.padded-bottom-large {
  padding-bottom: 3em; }

.padded-sides-none {
  padding-left: 0;
  padding-right: 0; }

.padded-sides-none-column .col {
  padding-left: 0;
  padding-right: 0; }

.padded-sides-small {
  padding-left: 1em;
  padding-right: 1em; }

.no-scroll {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%; }

/*
    Classes to help with aligning text.
*/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

/**
 * @atom Background Color
 * @section Helper Classes
 * @description
 *  Generic background color classes that impart the appropriate text color
 *  and link color as necessary.
 * @markup
 *   <div class="demo-item bg-primary">
 *      <p>Background primary - <a href="#">Example Link</a></p>
 *   </div>
 *   <div class="demo-item bg-secondary">
 *      <p>Background secondary - <a href="#">Example Link</a></p>
 *   </div>
 *   <div class="demo-item bg-tertiary">
 *      <p>Background tertiary - <a href="#">Example Link</a></p>
 *   </div>
 *   <div class="demo-item bg-inverse">
 *      <p>Background inverse - <a href="#">Example Link</a></p>
 *   </div>
 */
.bg-primary {
  background-color: #fff;
  color: #232323; }
  .bg-primary a {
    color: #017DC7; }

.bg-secondary {
  background-color: #017DC7;
  color: #fff; }
  .bg-secondary a {
    color: inherit; }

.bg-tertiary, .grey-box {
  background-color: #f7f7f7;
  color: #232323; }
  .bg-tertiary a:not(.button), .grey-box a:not(.button) {
    color: #017DC7; }

.bg-inverse {
  background-color: #232323;
  color: #fff; }
  .bg-inverse a {
    color: #ffe11f; }

/**
 * @atom Grey Box
 * @section Helper Classes
 * @markup
 *   <div class="grey-box">
 *      <p>@{lipsum:2:sentence}</p>
 *   </div>
 */
.grey-box {
  display: block;
  padding: 15px 20px;
  margin: 1.5em 0; }
  .grey-box a.button,
  .grey-box .button {
    color: #fff; }

/**
 * @atom Hide To Desktop
 * @section Helpers > Hide/Show Content
 * @description 
 *  Removes element from mobile and tablet views
 * @markup 
 *  <div class="hide-to-desktop">
 *      <p>@{lipsum:30:words}</p>
 *  </div>        
 */
@media (max-width: 59.9899em) {
  .hide-to-desktop {
    display: none; } }

/**
 * @atom Hide From Desktop
 * @section Helpers > Hide/Show Content
 * @description 
 *  Removes element from desktop view
 * @markup 
 *  <div class="hide-from-desktop">
 *      <p>@{lipsum:30:words}</p>
 *  </div>        
 */
@media (min-width: 59.9999em) {
  .hide-from-desktop {
    display: none; } }

/**
 * @atom Hide From Tablet
 * @section Helpers > Hide/Show Content
 * @description 
 *  Removes element from tablet and desktop view
 * @markup 
 *  <div class="hide-from-tablet">
 *      <p>@{lipsum:30:words}</p>
 *  </div>        
 */
@media (min-width: 50em) {
  .hide-from-tablet {
    display: none; } }

/**
 * @atom Hide From Tablet
 * @section Helpers > Hide/Show Content
 * @description 
 *  Removes element from mobile view
 * @markup 
 *  <div class="hide-until-tablet">
 *      <p>@{lipsum:30:words}</p>
 *  </div>        
 */
@media (max-width: 40em) {
  .hide-until-tablet {
    display: none; } }

/**
 * @atom HR Line
 * @section Other
 * @description
 *   Standard HR line
 * @markup
 *   <hr>
 *   <hr class="medium-gray">
 *   <hr class="yellow">
 */
hr {
  height: 1px;
  border: none;
  color: #ccc;
  background-color: #ccc; }
  hr.medium-gray {
    color: #555;
    background-color: #555; }
  hr.yellow {
    color: #ffe11f;
    background-color: #ffe11f; }

/**
 * @atom Pseudo HR Line
 * @section Other
 * @description
 *   Pseudo HR line
 * @markup
 *   <div class="hr-top">Some text here gets an HR above it</div>
 *   <div class="hr-bottom">Some text here gets an HR above it</div>
 */
.hr-top::before {
  content: '';
  display: block;
  margin: 40px 0;
  border-top: 1px solid #ccc; }

.hr-bottom::after {
  content: '';
  display: block;
  margin: 40px 0;
  border-bottom: 1px solid #ccc; }

.hr-gutter-small::before, .hr-gutter-small ::after {
  margin: 20px 0; }

.hr-gutter-bottom-small::before, .hr-gutter-bottom-small::after {
  margin: 0 0 20px; }

.hr-gutter-bottom-none::before, .hr-gutter-bottom-none::after {
  margin: 0;
  padding-bottom: 0; }

/**
 * @atom Branded HR Line
 * @section Other
 * @deprecated
 * @description
 *   Can be colored by appending any of the following classes - blue, dark-blue, red, dark-red, green, dark-green, yellow, dark-yellow, white, light-gray, concrete, dark-concrete, chrome, medium-grey, asphalt, black 
 * @markup
 *   <hr>
 */
hr.legacy {
  border: none;
  background-image: url("../img/icons/hr-line.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  width: auto;
  height: 5px;
  margin: 1em 0 1.5em 0; }
  hr.legacy.blue {
    background-position: 0  -0px; }
  hr.legacy.dark-blue {
    background-position: 0  -5px; }
  hr.legacy.red {
    background-position: 0 -10px; }
  hr.legacy.dark-red {
    background-position: 0 -15px; }
  hr.legacy.green {
    background-position: 0 -20px; }
  hr.legacy.dark-green {
    background-position: 0 -25px; }
  hr.legacy.yellow {
    background-position: 0 -30px; }
  hr.legacy.dark-yellow {
    background-position: 0 -35px; }
  hr.legacy.white {
    background-position: 0 -40px; }
  hr.legacy.light-gray {
    background-position: 0 -45px; }
  hr.legacy.concrete {
    background-position: 0 -50px; }
  hr.legacy.dark-concrete {
    background-position: 0 -55px; }
  hr.legacy.chrome {
    background-position: 0 -60px; }
  hr.legacy.medium-grey {
    background-position: 0 -65px; }
  hr.legacy.asphalt {
    background-position: 0 -70px; }
  hr.legacy.black {
    background-position: 0 -75px; }


/**
    Modal
*/
.hide { display: none; }

.show { display: block; }
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.modal-backdrop.fade { opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.modal {
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    /* IE6-7 */

    -webkit-border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    *border: 1px solid #999;
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    outline: none;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
}

.modal.fade {
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
    transition: opacity .3s linear, top .3s ease-out;
}

.modal.fade.in { top: 50%; }

.modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}

.modal-header .close { margin-top: 2px; }

.modal-header h3 {
    line-height: 30px;
    margin: 0;
}

.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
}

.modal-form { margin-bottom: 0; }

.modal-footer {
    -moz-border-radius: 0 0 6px 6px;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -webkit-border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #ffffff;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
    *zoom: 1;
}

.modal-footer:before,
.modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}

.modal-footer:after { clear: both; }

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }
.loading{
    background: url('../assets/images/PaymentPlans/ajax-loader.gif') center no-repeat;
    width:100%;
    height:19px;
    display:block;
}

.hdc-level-select {
    display: none;
    padding: 10px;
    border-radius: 4px;
}

.below-disclaimer {
    width: 100%;
    text-align: center;
    margin: 0 auto 8%;
}

/* Accordion Styles */
.accordion {
	 overflow: hidden;
	 max-width: 752px;
}
 .accordion__tab {
	 width: 100%;
	 overflow: hidden;
	 margin-bottom: 8px;
}
 .accordion__tab.is-open .accordion__tab_label .accordion__tab_label__icon {
	 transform: rotate(180deg);
}
 .accordion__tab.is-open .accordion__tab_content {
	 max-height: 100vh;
	 opacity: 1;
}
 .accordion__tab_label {
	 display: flex;
	 justify-content: space-between;
	 cursor: pointer;
	 position: relative;
	 padding-bottom: 16px;
	 padding-right: 80px;
	 min-height: 48px;
	 transition: all 200ms;
     flex-direction: column;
}
 .accordion__tab_label__icon {
	 text-align: center;
	 transition: all 200ms;
	 position: absolute;
	 right: 0px;
     top: 24px;
}
 .accordion__tab_content {
	 max-height: 0;
	 position: relative;
	 opacity: 0;
	 transition: all 300ms;
}
 .accordion__tab_checkbox {
	 position: absolute;
	 opacity: 0;
	 z-index: -1;
}
 .accordion__tab_checkbox:checked + .accordion__tab_label .accordion__tab_label__icon {
	 transform: rotate(180deg);
}
 .accordion__tab_checkbox:checked ~ .accordion__tab_content {
	 max-height: 100vh;
	 opacity: 1;
}
 .accordion__tab_checkbox:focus + .accordion__tab_label {
     color: #017ac1;
}

 .accordion__media {
	 max-width: 640px;
	 margin: 0 auto;
}

/* Divider Styles */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #dee0e2;
}

/* Icon Styles */
svg.icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    --icon_default: #101213;
    --icon_secondary: #0087db;
    vertical-align: middle;
}

svg.icon_2x-large {
    width: 48px;
    height: 48px;
}

svg.icon_blue {
    fill: #0087db;
}

/* Checkbox */
.checkbox {
	 position: relative;
	 top: -0.09em;
	 display: inline-block;
	 line-height: 1;
	 white-space: nowrap;
	 vertical-align: middle;
	 outline: none;
	 cursor: pointer;
}
 .checkbox__wrapper:hover .checkbox__inner, .checkbox:hover .checkbox__inner, .checkbox input[type="checkbox"]:focus + .checkbox__inner, .checkbox.hover .checkbox__inner {
	 border-color: #0087db;
}
 .checkbox:after {
	 position: absolute;
	 box-sizing: border-box;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 border-radius: 2px;
	 visibility: hidden;
	 animation: checkboxEffect 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	 animation-fill-mode: backwards;
	 content: "";
}
 .checkbox:hover:after, .checkbox__wrapper:hover .checkbox:after {
	 visibility: visible;
}
 .checkbox__inner {
	 position: relative;
	 top: 0;
	 left: 0;
	 display: block;
	 width: 16px;
	 height: 16px;
	 background-color: #fff;
	 border: 2px solid #969ca1;
	 border-radius: 2px;
	 border-collapse: separate;
	 transition: all 300ms;
}
 .checkbox__inner:after {
	 position: absolute;
	 top: 50%;
	 left: 2px;
	 display: table;
	 width: 5.7142857143px;
	 height: 9.1428571429px;
	 border: 2px solid #fff;
	 border-top: 0;
	 border-left: 0;
	 box-sizing: border-box;
	 transform: rotate(45deg) scale(0) translate(-50%, -50%);
	 opacity: 0;
	 transition: all 100ms cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 100ms;
	 content: " ";
}
 .checkbox input[type="checkbox"] {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 margin: 0;
	 padding: 0;
	 z-index: 1;
	 width: 100%;
	 height: 100%;
	 cursor: pointer;
	 opacity: 0;
}
 .checkbox input[type="checkbox"]:checked ~ .checkbox__inner {
	 background-color: #0087db;
	 border-color: #0087db;
}
 .checkbox input[type="checkbox"]:checked ~ .checkbox__inner:after {
	 transform: rotate(45deg) scale(1) translate(-50%, -50%);
	 opacity: 1;
	 transition: all 300ms cubic-bezier(0.12, 0.4, 0.29, 1.46);
	 content: " ";
}
 .checkbox + .checkbox__label {
	 padding-right: 4px;
	 padding-left: 4px;
	 font-size: rem(15);
}
 .checkbox.checkbox__disabled {
	 cursor: not-allowed;
}
 .checkbox.checkbox__disabled input[type="checkbox"] {
	 cursor: not-allowed;
}
 .checkbox.checkbox__disabled input[type="checkbox"] + .checkbox__inner {
	 border-color: #c8cacb !important;
}
 .checkbox.checkbox__disabled + .checkbox__label {
	 color: #969ca1;
	 cursor: not-allowed;
}
 .checkbox.checkbox__disabled:hover:after, .checkbox__wrapper:hover .checkbox.checkbox__disabled:after {
	 visibility: hidden;
}
 .has-error .checkbox__inner {
	 border-color: #d83b41;
}
 .checkbox__wrapper {
	 display: inline-block;
	 line-height: unset;
	 cursor: pointer;
}
 .checkbox__wrapper + .checkbox__wrapper {
	 margin-left: 8px;
}
 @keyframes checkboxEffect {
	 0% {
		 transform: scale(1);
		 opacity: 0.5;
	}
	 100% {
		 transform: scale(1.6);
		 opacity: 0;
	}
}
 

/* Text Styles */
.text-heading_4 {
    font-size: 1.125rem;
    line-height: 1.56;
    font-weight: 700;
    padding: 32px 0 8px 0;
}

.text_2 {
    font-size: 1rem;
    line-height: 1.63;
    padding: 8px 0;
    color: #51565c;
}


/* Overrides */
.select-hdc-wrapper .content h1.title {
    padding-bottom: 32px;
    margin-bottom: 0;
}

.select-hdc-wrapper .content h2 {
    padding: 64px 0 20px;
    margin: 0;
}

.select-hdc-wrapper .content h3 {
    padding: 0 0 16px;
    margin: 0;
}

.select-hdc-wrapper .content p {
    margin: 0;
    padding: 0;
}

.select-hdc-wrapper .content .accordion__tab_content p {
    margin-bottom: 8px;
}

.select-hdc-wrapper .content table {
    width: 100%;
    text-align: left;
    padding: 16px 0;
}

.select-hdc-wrapper .content th {
    padding-bottom: 16px;
}

.select-hdc-wrapper .content .vehicle-list-item {
    display: block;
}

.select-hdc-wrapper .content .download-quote-wrapper {
    padding-bottom: 32px;
}

.select-hdc-wrapper .content .download-quote-wrapper .icon {
    position: relative;
    top: -3px;
}

.select-hdc-wrapper .content hr {
    padding: 0;
    margin: 0 0 32px;
}

.select-hdc-wrapper .content .content-body {
    padding: 0;
    margin: 0;
}

.select-hdc-wrapper .content .accordion {
	 padding-bottom: 16px;
}

.select-hdc-wrapper .content .hdc-add-checkbox-wrapper {
    padding-top: 32px;
}

.select-hdc-wrapper .content .hdc-add-checkbox-wrapper,
.select-hdc-wrapper .content .add-hdc-wrapper {
    padding-bottom: 32px;
}

.select-hdc-wrapper .content .checkbox__label {
    font-weight: 400;
}

.select-hdc-wrapper .content #submitPaymentButton {
    margin-top: 32px;
    margin-bottom: 120px;
    text-transform: none;
}