/** MT Lamb and Beef CSS RESPONSIVE**/

body {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 14pt!important;
  line-height: 20pt!important;
  color: #252525!important;
}

/* tablet size */
@media screen and (max-width: 768px) {
body {
  font-size: 18px!important;
  line-height: 28px!important;
  }
}

/* phone size */
@media screen and (max-width: 640px) {
body {
  font-size: 16px!important;
  line-height: 26px!important;
  }
}



/**************************************************/

@media (max-width: 575px) {
    #sp-header .logo {
        height: 80px!important;
    }
}


/**************************************************/



#sp-top-bar a,
#sp-top-bar a:visited {
  color: #DEDEDE!important;
  text-decoration: none!important;
}


#sp-top-bar a:hover {
  color: #FFFFFF!important;
  text-decoration: underline!important;
}


/**************************************************/

a:link,
a:visited  {
  color: #252525!important;
  text-decoration: underline!important;
}

a:hover {
  color: #0345bf!important;
  text-decoration: none!important;
}

/**************************************************/

#sp-footer,
#sp-footer1,
#sp-footer2 {
  font-size: 16px!important;
  font-family:'Open Sans', sans-serif!important;
  line-height: 16pt!important;
  color: #FFFFFF!important;

}

/* tablet size */
@media screen and (max-width: 768px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

/* phone size */
@media screen and (max-width: 640px) {
  #sp-footer {
  font-size: 14px!important;
  line-height: 20px!important;
 }
}

#sp-footer a,
#sp-footer a:visited  {
  text-decoration: none!important;
  color: #a2a2a2!important;
}

#sp-footer a:hover  {
  text-decoration: none!important;
  color: #ffffff!important;
}


/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                {
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-size: 22px!important;
  font-weight: bold!important;
  color: #252525!important;
  text-decoration: none!important;
}

.sp-megamenu-parent > li > a:hover {
  text-decoration: none!important;
  color: #0345bf!important;
}

.sp-megamenu-parent>li.active> a  {
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-weight: 400!important;
  color: #0345bf!important;
}

.sp-megamenu-parent>li>span  {
  line-height: 60px!important;
}

/* menu dropdown */

.sp-dropdown li.sp-menu-item > a {
  font-size: 18px!important;
  line-height: 28px!important;
  font-family: 'Open Sans', sans-serif!important;
  color: #252525!important;
  text-decoration: none!important;
  text-align: left!important;
}

.sp-dropdown li.sp-menu-item > a:hover {
  text-decoration: none!important;
  color: #0345bf!important;
}

/* megamenu dropdown */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.sp-megamenu-parent .sp-mega-group> li> a    {
  background-color: #ffffff!important;
  font-family: 'Open Sans Condensed', sans-serif!important;
  font-size: 10pt!important;
  font-weight: semi-bold!important;
  line-height: 20px!important;
  color: #252525!important;
  text-transform: none!important;
}

.sp-mega-group> li> a:hover {
  text-decoration: none!important;
  color: #0345bf!important;
}