#sp-top-bar,
#sp-top-bar1, 
#sp-top-bar2 {
  font-size:16px!important;
  line-height: 20px!important;
  padding: 8px 0!important;
  background: #006699!important;
  color: #ffffff!important;
}


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


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

@media (max-width: 575px) {
    #sp-header .logo {
        height: 80px!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: 18px!important;
  font-weight: bold!important;
  color: #003366!important;
  text-decoration: none!important;
}

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

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

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

/* mobile burger menu */

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

/*close all menu */


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

body {
  font-family: 'Open Sans', sans-serif!important;
  font-size: 14pt!important;
  line-height: 20pt!important;
  color: #336699!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;
  }
}

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


#sp-footer,
#sp-footer1,
#sp-footer2 {
  font-size: 16px!important;
  font-family:'Open Sans', sans-serif!important;
  line-height: 26pt!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: underline!important;
  color: #ffffff!important;
}

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

.txtcenter img	{
	padding: 0!important;
	margin: 0 auto!important;
	justify-content: center!important;
}