


.top-links ul ul, .top-links ul div.top-link-section {
    width: 180px;
}

.header-extras li {
    height: 70px;
}

body {
    font-family: 'Raleway', sans-serif;
}

#footer {
    border-top: 0px solid rgba(0,0,0,0.2);
    margin-top: 0px !Important;
}

.iconlist-color li i {
    color: #9ECA53;
}

#logo span {
   font-size: 26px;
    display: inline-block;
    line-height: 27px;
    vertical-align: middle;
    margin-left: 8px;
    text-align: left;
}

@media (max-width: 767px) {
    #logo span
	{
	    font-size: 18px;
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 8px;
	    text-align: left;
	}
}

.table-nutrition p {
   line-height:1.2 !Important; 
   margin-bottom: 10px
}

.i-bordered:hover {
    background-color: #9ECA53 !important;
    color: #FFF;
    border-color: #9ECA53;
}

.process-steps li:before, .process-steps li:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 0px dashed #DDD;
}

@media (max-width: 991px) {
  body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a, body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
      color: #9ECA53 !important;
  }
  .testi-content p {
     font-style: normal;
     font-family: 'Source Sans Pro', sans-serif !important;
     font-weight: 300;
     font-size: 20px;
  }
}

.process-steps li {
     width: 33%;
}

@media (max-width: 768px) {
  .header-extras {
     display: none !Important;
  }
  #logo {
     float: none !Important;
  }
}

@media (min-width: 768px) {
  .header-extras {
     display: block !Important;
  }
  #logo {
     float: left !Important;
  }
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}