/*--------------- GLOBAL ---------------*/
button, .button, input[type=submit] {
    padding: 0.5em 2em;
}
.navContent li .button {
    padding: .75em;
}
/*--------------- NAV ---------------*/
.navContent li .button {
    min-width: 115px;
    text-align: center;
}
.navContent li:last-child .button {
    background: transparent;
    border: 1px solid #c6200b;
    color: #c6200b;
}
@media only screen and (min-width: 768px) {
    .navContent > ul > li:last-child {
        margin-left: .5em;
    }
}
/*--------------- PRICING ---------------*/
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_dd8faa18eb954ee1b0b2bb847fbd9a75,
.fullBleed .noSecondaryContent .primaryAndSecondaryContent .block_a16727de6d2a41d1b35f1c2ed82809be {
    max-width: 750px;
}
.items_dd8faa18eb954ee1b0b2bb847fbd9a75 .item:nth-child(2),
.items_b5fe63ed566748aa8757dcad5bb4c80b .item:nth-child(2) {
    border-color: #c6002b #000 #000;
    border-width: 6px 1px 1px;
}
.items_dd8faa18eb954ee1b0b2bb847fbd9a75,
.items_a16727de6d2a41d1b35f1c2ed82809be {
    display: flex;
    align-items: center;
}
.items_dd8faa18eb954ee1b0b2bb847fbd9a75 .item p:first-child strong,
.items_d954572c89aa481bb158ce619c81e17b .item p:first-child strong,
.items_a16727de6d2a41d1b35f1c2ed82809be .item p:first-child strong,
.items_de931daf98e7480c9167df62db10f925 .item p:first-child strong {
    font-size: 55px;
}
.items_dd8faa18eb954ee1b0b2bb847fbd9a75 .item p:first-child:after,
.items_a16727de6d2a41d1b35f1c2ed82809be .item p:first-child:after {
    content: '/mo';
    font-weight: bold;
    
}
.items_d954572c89aa481bb158ce619c81e17b .item .itemInnerContent strong,
.items_de931daf98e7480c9167df62db10f925 .item .itemInnerContent strong {
    font-size: 28px;
}
.items_d954572c89aa481bb158ce619c81e17b .item .itemInnerContent u,
.items_de931daf98e7480c9167df62db10f925 .item .itemInnerContent u {
    background: #c6002b;
    display: block;
    padding: 0.25em;
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.items_dd8faa18eb954ee1b0b2bb847fbd9a75 .item .contentTitle, 
.items_d954572c89aa481bb158ce619c81e17b .item .contentTitle,
.items_a16727de6d2a41d1b35f1c2ed82809be .item .contentTitle,
.items_de931daf98e7480c9167df62db10f925 .item .contentTitle2 {
    letter-spacing: normal;
    padding-left: 0;
    margin-right: 0;
    line-height: 1;
}
.items_dd8faa18eb954ee1b0b2bb847fbd9a75 .itemContent p,
.items_d954572c89aa481bb158ce619c81e17b .itemContent p,
.items_a16727de6d2a41d1b35f1c2ed82809be .itemContent p,
.items_de931daf98e7480c9167df62db10f925 .itemContent p {
    padding-bottom: 1em;
}

.items_dd8faa18eb954ee1b0b2bb847fbd9a75 .button,
.items_d954572c89aa481bb158ce619c81e17b .button,
.items_a16727de6d2a41d1b35f1c2ed82809be .button,
.items_de931daf98e7480c9167df62db10f925 .button {
    display: block;
}
.items_b5fe63ed566748aa8757dcad5bb4c80b .item p:nth-child(3),
.items_b084d821e23e4bb284a731e7ae67441a .item p:nth-child(3) {
    color: #378ae8;
    font-weight: bold;
    font-size: 18px;    
}
/*toggle buttons*/
/* The switch - the box around the slider */
.saveTxt {
    color: #378ae8;
    font-weight: bold;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

 /*Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

 /*The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #378ae8;
  -webkit-transition: .4s;
  transition: .4s;
}
input:focus + .slider {
  box-shadow: 0 0 1px #372248;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

 /*Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.block_b24464ec102d429a907ffcf6d57b40c2 .blockInnerContent, 
.block_d7e8eac29d0d4bf1b5b7d7952873d4f6 .blockInnerContent {
    line-height: 30px;
}
.block_b24464ec102d429a907ffcf6d57b40c2 .blockInnerContent p.active {
    display: inline-block;
    margin-left: 10px;
    color: #372248;
} 
.block_d7e8eac29d0d4bf1b5b7d7952873d4f6 .blockInnerContent p.active {
    display: inline-block;
    margin-right: 10px;
    color: #372248;
}
.block_b24464ec102d429a907ffcf6d57b40c2 .blockInnerContent p,
.block_d7e8eac29d0d4bf1b5b7d7952873d4f6 .blockInnerContent p {
    display: inline-block;
    margin-right: 10px;
}
.block_d7e8eac29d0d4bf1b5b7d7952873d4f6 .blockInnerContent p {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
    .saveTxt {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1024px) {
    .block_d7e8eac29d0d4bf1b5b7d7952873d4f6 .blockInnerContent,
    .block_b24464ec102d429a907ffcf6d57b40c2 .blockInnerContent {
        margin-left: 135px;
    }
    
}