#sp-main-body {
  padding: 50px 0px!important;
}

#sp-header {
    background: #f6f6f6!important; 
}



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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px!important;
  line-height: 32px!important;
  color: #003366!important;
  background: #f6f6f6!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;
  }
}

/* menu and megamenu top level */

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > a:visited,
.sp-menu-separator                {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px!important;
  font-weight: bold!important;
  color: #000033!important;
  text-decoration: none!important;
}

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

.sp-megamenu-parent>li.active> a  {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000088!important;
}


/* menu dropdown */

.sp-dropdown li.sp-menu-item > a {
  font-size: 16px!important;
  line-height: 28px!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000033!important;
  text-decoration: none!important;
  text-align: left!important;
}

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

/* megamenu dropdown */

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner,
.sp-megamenu-parent .sp-mega-group> li> a    {
  background-color: #f2f2f2!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px!important;
  line-height: 24px!important;
  color: #003366!important;
  text-decoration: none!important;
  text-transform: none!important;
}

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

/* mobile burger menu */

.burger-icon > span {background-color: #003366!important;}

/*close all menu */

.sp-scroll-up {
  background-color: #ffffff!important;
  border: thin solid #336699!important;
}

a.sp-scroll-up {
  color: #336699!important;
}

a.sp-scroll-up:hover  {
     background-color: #336699!important;
     color: #ffffff!important;
}