<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 47.9em) {
	.footer-bg { padding-bottom:60px;}
	.lgo img { min-width:100% !Important;}
		h2 { font-size:20px !important;}
	.top h3 a { font-size:16px !Important;}
	.top h1 { font-size:28px !important;}
	.bcta h1 a { font-size:24px !Important;}
	.services h4 { font-size:18px !important;}
	.Medicaid h3 { font-size:23px !important;}
	.mainreview .card-body { min-height: 10px !important;}
	.topbtn h3 a { font-size:18px !Important; font-weight:800 !Important;}
	
	
}





* { margin:0px; padding:0px; }
body { font-family: 'Roboto', sans-serif; } 
h1,h2,h3,h4 .btn { font-family: 'Merriweather', serif; }
.top h3 { font-size:22px !important;}

.corona { background-color:#71afbe;}
.btn-primary { background-color:#507689;  color:#fff !important;  border:none;}
.btn-primary a, .btn-secondary:hover a, .corona a { color:#fff;}
.btn-secondary { background-color:#fff; color:#507689; }
.btn-secondary a { color:#507689;}
.btn-secondary:hover { background-color:#507689; color:#fff; border: 1px solid #fff; }
.btn-primary a:hover, .btn-outline-light a:hover, .btn-secondary a:hover, .topbtn a:hover  { text-decoration:none;}
.btn-primary:hover {background-color:#507689;  color:#fff !important;  border:none;}
.btn-outline-primary { border:2px solid #507689;}
.btn-outline-primary a  { color:#507689;}
.btn-outline-light a:hover { color:#383d3f;}
.Medicaid a { font-size:28px !important;}
.card-text { font-size:14px !Important;}
.location h4 { font-size:20px;}
.location1 { border-bottom: 8px solid #507689;     min-height: 405px;}

.top { background: url(images/hero.jpg) no-repeat; background-size: cover; }
.drk { background-color: rgba(255,255,255,0.7);}

.help{ background-color:#82AC48 !important;}
.chat{ background-color:#507689 !important;}
.chat a.btn.btn-primary.border-0.btn-block.active {
    background-color:#507689 !important;
}
.topbtn a { color:#507689;}
.testimonials { background:url(images/the-right-step-cta.jpeg) center no-repeat; background-size:cover;}

.bcta   { background:url(images/witewall_3_@2X.png) center repeat; background-size:cover;}
.bcta  p { font-size:18px; font-weight:500 !Important;}
.bcta h2 { color:#fff;}
.btca2 a { color:#fff; font-size:36px; font-weight:600;}
.box1 { background:rgba(0, 0, 0, 0.6); }
.box1 a { color:#fff;}
.bcta1 { background-color: rgba(255,255,255,0.7);     min-height: 420px !important;}
.newcta { background-color:#383d3f;}
.newcta a { color:#fff;}
.ye {    color: #FC0;	}
.cta { background-color:#383d3f;}
.cta a, .cta1 { color:#fff;}
.cta1 { background-color:#507689;}
.mainreview .card-body {  min-height: 200px;}


i.icofont-arrow-right.icofont-2x { color: #000 !important;}
i.icofont-arrow-left.icofont-2x { color: #000 !important;}
.legi img { min-width:100%;}



# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
      background: #f5f8fd;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services img {
  margin-bottom: 20px; 
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #507689;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #507689;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}</pre></body></html>