/*Strip the ul of padding and list styling*/
.sp-module .topnav ul {
	list-style-type: none;
  list-style-image: none;
	margin:0;
	padding:0;
	position: absolute;
border: none;
color: #ffffff;
}

/*Create a horizontal list with spacing*/
.sp-module .topnav li {
	display: inline-block;
    margin-right: 12px;
    margin-left: 6px;
    list-style-type: none!important;
    border-bottom: none;
}


/*Style for menu links*/
 .sp-module .topnav li a {
	display:block;
	/*min-width:120px;*/
	height: 30px;
	text-align: left;
	line-height: 22px;
    color: #fff;
	background: #5bbaea;
	text-decoration: none;
   list-style-type: none!important;
   padding-left: 6px;
   padding-right: 8px;
}

/*Hover state for top level links*/
.sp-module .topnav li:hover a {
	background: #0053a4;
   color: #fff;
   padding-left: 6px;
   padding-right: 8px;
}

.sp-module-content .navbar {
  list-style: none;
}


#sp-top-bar .sp-module {
    display: inline-block;
    margin: 2px 0 0 12px;
    float: right;
}

/*Global changes to h tags*/

h1,h2,h3,h4 {
  color: #0053a4;
}
/* try to over ride bootstrap toogler setting
@media (max-width: 1000px)
.visible-xs {
    display: block !important;
}

@media (max-width: 1000px){
    .sp-megamenu-parent{
        display: none !important;
    }
}*/
#sp-main-body {
    padding: 20px 0;
}
article.item {
    margin-bottom: 20px;
}
/* image for position1 - add border*/
div#sp-position1 img {
    border: 1px;
    border-style: solid;
    border-color: #cbcbcb;
}
/* modify header for custom modules left and right*/
.sp-column.custom-class h3 {
    font-size: 20px;
  font-style: normal;
    color: #fff;
    background-color: #5bbaea;
    padding: 8px 2px 10px 8px;
  text-transform: none;
    line-height: 1;
}
.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 20px;
  font-style: normal;
    color: #fff;
    background-color: #5bbaea;
    padding: 8px 2px 10px 8px;
  text-transform: none;
    line-height: 1;
}
ul.social-icons >li a {
    color: #ffffff;
}
ul.social-icons >li {
    display: inline-block;
    margin: 10px 12px;
}
ul.social-icons .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* adjust color on flyout on mega menu second level*/
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  background: #045bb0;
}
/*adjust module at bottom of page*/
#sp-bottom {
    background-color: #ffffff!important;
    padding: 15px 0px!important;
    border-top: solid #efecec;
}
/*adjust left side modules with border and or background
div#sp-left {
    background-color: #f9f9f9;
    padding: 12px 5px 10px 5px;
    border: solid 1px #efecec;
}*/
/*adjust accordian format*/
.sp-accordion.sp-accordion-style2 .sp-accordion-inner {
    padding: 0 10px;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
article.item {
    margin-bottom: 10px;
}