.elementor-kit-8{--e-global-color-primary:#008080;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#008080;--e-global-color-ba1a45d:#F1F1F1;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;font-size:1.1rem;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-primary );font-size:20px;color:#FFFFFF;border-radius:0px 0px 0px 0px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Lato", Sans-serif;}.elementor-kit-8 h1{font-family:"Lato", Sans-serif;font-size:3.2rem;font-weight:700;}.elementor-kit-8 h2{font-family:"Lato", Sans-serif;font-weight:600;}.elementor-kit-8 h3{font-family:"Lato", Sans-serif;line-height:37px;}.elementor-kit-8 h4{font-family:"Lato", Sans-serif;}.elementor-kit-8 h5{font-family:"Lato", Sans-serif;}.elementor-kit-8 h6{font-family:"Lato", Sans-serif;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*paragraph tag styling to mimic H1 tag*/

.fake-h1 {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 60px;
}

/*Styling for bullet list*/

.plus-li ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.plus-li li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 10px;
}

.plus-li li:before {
  content: "+";
  padding-right: 5px;
  color: #0A403C;
  font-weight: 900;
}

/*End styling for bullet list*/

/*White button for red backround banners*/
.w-button a {
    color: black !important;
    background-color: #ffffff !important;
}

/*For buttons on find a plan*/
.push-bottom {
    margin-top: auto;
}

/*Append pdf to anchor*/

.pdf-link a::before {
  content: '<i class="fa fa-file-pdf-o" aria-hidden="true"></i>';
}

/*Table color syles see plugin
.tablepress {
	--head-text-color: #000000;
	--head-bg-color: #BC1E2C;
	--head-active-text-color: #000000;
	--head-active-bg-color: #BC1E2C;
}
*/

.w-link  a {
    color: white;
}

body {
    background-color: #F8F8F8;
}/* End custom CSS */