body {
  font-family: 'bicyclette', sans-serif;
  font-size: 16px;
  color: #000;
  background-color:#71717F;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'bicyclette', sans-serif;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  /*max-width: 1280px;*/ /* remove to make site full browser width */
}

.container {
  max-width: 1385px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/*
.container > .row,
.rotator > .row,
.banner > .row {
  max-width: 100%;
}
*/

.header {
  color: #288646;
  background: #fff;
}

.header a {
    color: #288646;
    text-decoration:underline;
}

.header a:hover,
    a:focus {
        color: #a9c82c;
        text-decoration: none;
    }


.header > .container {
  padding-top: 65px;
  padding-bottom: 60px;
}

.inline-block {
  display: inline-block;  
}

.header .inline-block {
  line-height: 1.8;
  text-align: left;
}

.header-info {
  font-size: 20px;
}

.header-contact {
  font-size: 18px;
}

.button {
  background: #288646;
}

a {
  color:#288646;
}

a:hover,
a:focus {
  color:#a9c82c;
}

.content {
  
}

.bg-red {
  background: #288646;
}

.flex-center {
  /* height:100%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-center.align-to-rate {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right:15px;
}

.flex-center.align-to-rate > div {
  flex: 1 1 auto;
}

.flex-left {
  justify-content:flex-start;
}

.enrollment > .container {
  padding-top: 150px;
  padding-bottom: 100px;
}

.enrollment p,
.enrollment ul {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.enrollment h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #288646;
}

.enrollment h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #364655;
}

.enrollment h4 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #364655;
}

.enrollment .next-step {
  margin-top: 45px;
}

.enrollment .regular {
  font-weight: 400;
}

.enrollment .tab-group:not(:last-of-type) {
  margin-bottom: 60px;
}

.enrollment .plan-group h2 {
  margin-bottom: 0;
}

.enrollment .plan-group h2 + h3 {
  margin-top: -9px;
  margin-bottom: 20px;
}

.enrollment .tabs {
  display: flex;
  position: relative;
  max-width: 600px;
  border: none;
}

.enrollment .tab {
  flex: 1 0 auto;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(10px);
  transition: all 0.15s;
  /*width: calc(33% + 5px);*/
  margin: 0 auto;  
  border: solid 1px #364655;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 15px 0 15px;
  text-align:center;
  color: #fff;
  cursor: pointer;
  background: #8996A0;
  z-index: 20;
}

/*
.enrollment .tab:first-of-type {
  position: relative;  
  left: 0;
  right: auto;
  margin: 0;  
  z-index: 30;  
}

.enrollment .tab:last-of-type {
  left: auto;
  right: 0;  
  margin: 0;
  z-index: 10;
}
*/

.enrollment .tab.active {
  background: #288646;
  z-index: 40;
}

.enrollment .tab:hover,
.enrollment .tab:focus {
  /*background: #364655;*/
  transform: translateY(0);
}

.tab .price {
  font-size: 42px;
  font-weight: 600; 
  line-height: 0.95;
}

.tab .per {
  font-size: 14px;
  font-weight: 500;  
  line-height: 1;
}

.tab .term {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;  
}

.accountCards {
    position: relative;
    max-width: 600px;
    border: solid 1px #364655;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 20px 20px;
    background: #fff;
    z-index: 50;
}

.accountCards p{
    font-size:16px;
}


.accountCards small {
    color:black;
    font-weight: normal;
}

.accountCards .serviceAddressLine2 {
    padding-top:10px;
    padding-bottom: 20px;
}

.accountCards .bottom {
   text-align:right;
}


.cards {  
  position: relative;
  max-width: 600px;
  border: solid 1px #364655;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 20px 20px;
  background: #fff;
  z-index: 50;
}

.plan-card:not(.active) {
  display: none;
}

.plan-card,
.plan-card p,
.plan-card ul {
  font-size: 16px;
  font-weight: 500;
}

.plan-card ul {
  margin-bottom: 0;
  line-height: 1.9;
}

.enrollment .plan-card h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;  
  flex-wrap: wrap;  
}

.plan-card small {
  font-size: 12px;
  color: inherit;
}

.plan-card .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}

.plan-card .button {
  margin-bottom: 0;
  border-radius: 5px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 600; 
  min-width: 250px;     
}

.plan-card .button:hover,
.plan-card .button:focus {
  background: #a9c82c;
}

.plan-card .more-info,
.pill .more-info {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #8996A0;   
}

.plan-card .more-info:hover,
.plan-card .more-info:focus,
.pill .more-info:hover,
.pill .more-info:focus {
  color: #288646;   
}

.pill .bg-red .more-info {
  color: #fff;
}

.pill .bg-red .more-info:hover,
.pill .bg-red .more-info:focus {
  color: #fff;
}

.reveal {
  padding: 0;
  border: none;
  background-color: transparent;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 900px;
    max-width: 100%;
  }
}

.plan-modal {
  max-width: 900px;
  margin: 0 auto;
  border: solid 1px #364655;
  border-radius: 5px;  
  overflow: hidden;
  /*background-color: #fff;*/
  background-color: #364655;
}

.plan-modal > .container {
  padding: 23px 50px 50px;
  background-color: #fff;
}

.plan-modal h2 {
  margin-bottom: 0;
  padding: 30px 15px 18px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #288646;
}

.plan-rate {
  display: inline-block;
  margin: 8px auto 40px 50px;
  text-align: center;
}

.plan-rate .price {
  font-size: 48px;
  font-weight: 600; 
  line-height: 1;
  color: #288646;
}

.plan-rate .per {
  font-size: 16px;
  font-weight: 500;  
  line-height: 1;
}

.plan-rate .term {
  margin-top: 6px;
  font-size: 18px;
  font-weight: 500;  
}

.plan-rate small {
  font-size: 10px;
}

.plan-modal .button {
  margin-bottom: 0;
  border-radius: 5px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 600;    
}

.plan-modal .button:hover,
.plan-modal .button:focus {
  background: #a9c82c;
}

.plan-card-docs {
  margin-top: 50px;
}

.plan-card-docs  ul {
  list-style-type: none;
  margin-left: 0;
}

.plan-modal .plan-card-docs  li {
  padding: 4px 0;
}

.plan-card-docs a {
  display: block;
  color: #364655;
  text-decoration: underline;
}

.plan-modal,
.plan-modal p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.plan-modal li {
  padding: 3px 0;
}

.plan-modal table,
.plan-modal table tr,
.plan-modal table th,
.plan-modal table td {
  border: solid 1px #364655;
  font-size: 14px;
  text-align: left;
  background: transparent;
}

.plan-modal table th {
    font-weight: 600;
}

.plan-modal + .close-button {
  color: #fff;
}

.plan-modal + .close-button:hover,
.plan-modal + .close-button:focus {
  color: #a9c82c;
}

.pill {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  border: solid 1px #364655;
  border-radius: 5px;
  overflow: hidden;
}

.pill h4 {
  margin-bottom: 0;
}

.pill p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.pill .plan-rate {
  margin: 0 auto;
  padding: 25px 0;
  color: #fff;
}

.pill .plan-rate .price {
  font-size: 42px;
  color: #fff;
}

.pill .plan-rate small {
  font-size: 12px;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form {
  max-width: 1160px;
  margin: 0 auto;
}

.form h2 {
  color: #364655;
}

.form h3 {
  margin-top: 30px;
  font-size: 30px;
  color: #288646;
  margin-bottom: 25px;
}

.form label {
  margin-bottom: 8px;
  font-size: 23px;
  font-weight: 600;
}

.form .RadInput {
  display: block;
  width: auto;
  height: auto;
  font-family: 'bicyclette', sans-serif;
}

.form input[type="text"] {
  margin-bottom: 30px;
  border: solid 2px #364655;
  border-radius: 5px;
  padding: 15px 15px 15px 23px;
  font-size: 20px;
  font-weight: 400;
  color: #364655;
  background-color: transparent;
}

.form .RadComboBox[style*="width:160px"] {
  width: 100% !important;
}

.form .RadComboBox {
  position:relative;
}

.form .RadComboBox::after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "\25BC";
  font-size: 22px;  
}

.form select {  
  height: 62px;
  margin-bottom: 30px;
  border: solid 2px #364655;
  border-radius: 5px;
  padding: 15px 30px 15px 23px;
  font-size: 20px;  
  font-weight: 400;  
  color: #364655;
  background-color: transparent;
  background-image: none;
}

.form input.riEmpty {
  font-weight: 400;
  font-style: normal;
  color: #8996A0;
}

.date-picker .RadInput {
  width: auto !important;
}

.form .RadPicker input[type="text"],
.rcMainTable{
  margin-bottom: 0;
}

.form .date-picker input[readonly] {
	cursor: pointer;
}

.form input[type="checkbox"],
.form input[type="radio"] {
  display: none;
}

.form input[type="checkbox"] + label,
.form input[type="radio"] + label {
  font-weight: 400;
}

.form input[type="checkbox"] + label:before,
.form input[type="radio"] + label:before {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 10px;  
  border: solid 2px #364655;
  border-radius: 50px;
  vertical-align: middle;
}

.form input[type="checkbox"]:checked + label:before,
.form input[type="radio"]:checked + label:before {  
  /*content: "\00b7"; */
  color: rgb(40 134 70);
  background: radial-gradient(circle, rgba(40 134 70) 0%, rgba(40 134 70) 50%, rgba(40, 134, 70,0) 50%);
}

.radio-stacked,
.radio-inline {
  list-style-type: none;
  margin-left: 0;
}

.radio-inline li {
  display: inline-block;
}

.radio-stacked label,
.radio-inline label {
  font-weight: 400;
}

.radio-switch {
  display: flex;  
  list-style-type: none;
  margin-left: 0;  
  margin-bottom: 30px;
  border-radius: 5px;
  background: #364655;
}

.radio-switch li {
    width: 50%;
}

.form .radio-switch input[type="radio"] + label {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 40px;  
  font-weight: 500;
  color: #fff;  
  z-index: 2;  
}

.form .radio-switch.location input[type="radio"] + label {
  padding: 17px 40px;  
  font-size: 16px;
}

.form .radio-switch input[type="radio"] + label:before {
  display: none;
}

.form .radio-switch input[type="radio"] + label:after {
  position: absolute;
  /*left: 0;*/
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: "";
  background: #288646;
  pointer-events: none;
  transition: left 0.25s;
  z-index: -1;
}

.form .radio-switch li:first-of-type input[type="radio"] + label:after {  
  left: 100%;
}

.form .radio-switch li:last-of-type input[type="radio"] + label:after {  
  left: -100%;
  /*background: blue;*/
  background: transparent;
}

.form .radio-switch li input[type="radio"]:checked + label:after {  
  left: 0;
}

.form hr {
  border-bottom: 4px solid #ebebeb;
}

.form .button {
  margin: 20px 0 0;
  /*border-radius: 20px;*/
  border-radius: 5px;
  padding: 12px 18px;
  font-size: 23px;
  font-weight: 600;
}

.form .button:hover,
.form .button:focus {
  background: #a9c82c;  
}

.button.red-button {
  background: #288646;
}

.button.red-button:hover {
  /*background: #364655;*/
  background: #a9c82c;
}

.button.RadButton.rbDisabled {
  background: #364655;
}

.form.zip-promo-form .button {
  margin-top: 0;
  padding: 14px 18px;
}

.form .error {
  color: #DE2227;
}

.form .RadInput + .error {
  position: relative;
  top: -20px;
  padding-left: 25px;
}

.form > table td {
  padding: 0;
}

.form thead, .form tbody, .form tfoot {
    border: none;
    background-color: transparent;
}

/*
#pnlWorking[style*="display: block"] {
  display: inline-block !important;
  margin-top: 35px; 
  padding: 0 15px;
  font-size: 20px;
}
*/

.working-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  background: rgb(2 2 2 / 0.75);
  z-index: 100;  
}

.footer {
  color: #ddd;
  background: #71717F;
}

.footer > .container {
  padding-top: 65px;
  padding-bottom: 65px;
}

.footer p {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 1.7em;
}

@media screen and (max-width: 39.99875em) {  
  .header > .container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  
  .header-info {
    margin-top: 10px;
    font-size: 10px;
  }
  
  .header-contact {
    font-size: 8.5px;
  }

  .enrollment > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .enrollment h2 {
    margin-bottom: 2px;
    font-size: 24px;    
  }

  .enrollment p {
    font-size: 18px;
  }

  .enrollment p.mobile-14px {
    margin-left: 8px;
    font-weight: 400;
    line-height: 1.8;
    font-size: 14px;
  }

  p.eighteen-text {
    font-size: 12px;
    font-weight: 400;
    color: #288646
  }
  
  .enrollment .next-step {
    margin-top: 15px;
    font-size: 16px;
    color: #8996A0;
  }

  .enrollment .plan-group:not(:last-of-type) {
    margin-bottom: 20px;
  }
  
  .enrollment .plan-group h2 {
    margin-bottom: 3px;
  }
  
  .enrollment .plan-group h2 + h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .enrollment .tab {
    padding: 20px 0 25px;
  }
  
  .tab .price {
    font-size: 28px;
  }
  
  .tab .per {
    font-size: 12px;
  }
  
  .tab .term {
    font-size: 14px; 
  }

  .plan-card,
  .plan-card p,
  .plan-card ul {
    font-size: 14px;
    font-weight: 500;
  }

  .plan-card ul {
    margin-bottom: 8px;
    line-height: 1.5;
  }

  .plan-card li {
    padding: 3px 0;
  }

  .enrollment .plan-card h4 {
    display: block;
  }
  
  .plan-card small {
    /* display: block; */
    margin: 8px 0;
    font-size: 12px;
  }

  .plan-card .more-info {
    float: right;
  }
  
  .plan-modal,
  .plan-modal p {
    font-size: 12px;
  }

  .plan-modal p {
    margin-bottom: 8px;
  }
  
  .plan-modal h2 {
    background: #288646;
  }

  .plan-modal .plan-rate {
    margin-bottom: 12px;
  }

  .plan-modal .mobile-text {
    margin-top: 25px;
  }
  
  .plan-modal .plan-card-docs {
    margin-top: 15px;
  }
  
  .plan-modal .plan-card-docs  li {
    font-size: 16px;
  }

  .plan-modal table {
    margin-top: 16px;
  }
  
  .plan-modal table,
  .plan-modal table tr,
  .plan-modal table th,
  .plan-modal table td {
    font-size: 12px;
  }

  .pill p {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .pill .plan-rate {
    padding: 16px 0;
  }
  
  .pill .plan-rate .price {
    font-size: 28px;
    color: #fff;
  }
  
  .pill .plan-rate .per {
    font-size: 12px;
  }

  .pill .more-info { 
    /*color: #fff;*/
  }
  
  .enrollment .form h2 {
    color: #288646;
  }

  .enrollment .form h3 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 22px;
    color: #288646;
    margin-bottom: 18px;
  }

  .form input[type="text"] {
    margin-bottom: 15px;
    padding: 10px 15px 10px 23px;
    font-size: 14px;
  }

  .form input[type="checkbox"] + label,
  .form input[type="radio"] + label {
    margin-bottom: 15px;
  }
  
  .form input[type="checkbox"] + label:before,
  .form input[type="radio"] + label:before {
    display: inline-block;
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
  }

  .radio-switch {
    margin-bottom: 15px;
  }
  
  .form .radio-switch.location input[type="radio"] + label {    
    padding: 17px 10px;
}

  .enrollment .switch-label {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  
  .form label {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .form .radio-switch input[type="radio"] + label {
    padding: 11px 15px;  
  }
  
  div[id*="_pnlAddressResults"] table tbody th, 
  div[id*="_pnlAddressResults"] table tbody td {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
  }

  .footer > .container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .footer p {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 1.5;
  }

  .error {
    color: red;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .form .radio-switch.location input[type="radio"] + label {    
      padding: 17px 10px;
  }
}