div#sp-menu.menu-with-social {
    width: 50%;
}
.sp-module.top-menu ul.menu-child {
    position: absolute;
    display: none;
  margin-top: 12px !important;
    left: 0px;
    width: 200px;
}
.sp-module.top-menu ul.menu-child li{
  padding: 4px 4px;
}
.sp-module.top-menu ul.menu-child li a {
    color: #333;
    display: block;
    padding: 0px 10px;
    font-size: 13px;
    line-height: 18px;
}
.sp-module.top-menu ul.menu-child li:hover {
    background-color: #aaa;
}
.sp-module.top-menu ul.menu-child li.active{
  background-color: #ddd;
}
.sp-module.top-menu .menu-separator span.menu-image-title {
    display: none;
}
.sp-module.top-menu li.menu-divider.menu-parent {
    cursor: pointer;
  padding: 12px;
}
.sp-module.top-menu li.menu-divider.menu-parent:hover {
    background-color: #EEE;
}
ul.menumenu-mainmenu.menu-iconmenu {
    list-style: none;
  position: relative;
    padding: 0;
}
.sp-module.top-menu li.menu-divider.menu-parent:hover ul.menu-child {
    display: block;
  list-style: none;
  border: 1px solid #ccc !important;
  padding: 0;
  background-color: #fff;
}
.article-list .article .article-header h2 a {
    color: #005580;
}
#sp-menu .social-wrap {
    padding-left: 0;
}

.h1, h1, .article-details .article-header h1 {
    font-size: 18px;
  color: #34495e;
  font-family: Verdana, Geneva, sans-serif !important;
}
h2, .article-list .article .article-header h2 {
    font-size: 17px;
  font-family: Verdana, Geneva, sans-serif !important;
}
h4 {
    color: #D59500;
    font-size: 1.1em;
}
h3 {
    font-size: 1.3em;
    color: #000;
}
h5 {
    font-size: 15px;
}
h5 em {
    color: #5A8406;
    font-style: italic;
}
.article-details h5, .article-details h6 {
    font-size: 1.1em;
}
a {
    color: #005580;
}

a:hover {
    color: #444;
    text-decoration: underline;
}
body {
    color: #000;
  font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}
.btn-primary {
    color: #fff;
    background-color: #009aca;
    border-color: #0087b1;
  font-size: 14px;
}
#sp-main-body {
    padding: 15px 0;
}
.article-list .article {
    border: none;
    padding: 15px;
}
#sp-logo.has-border {
    padding-right: 20px;
  width: 50%;
}
p, pre, blockquote, form, dl, ul, ol, fieldset, address, table {
    margin: 10px 0;
    font-size: 13px;
  font-family: Verdana, Geneva, sans-serif;
    color: #000;
}
#sp-menu input#mod-finder-searchword0 {
    border-radius: 25px;
    max-width: 180px;
    font-size: 14px;
  background-image: url(/images/search-icons-base.png);
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding-left: 24px;
}
blockquote {
    color: #404040;
    min-height: 45px;
    font-style: italic;
    padding: 12px 60px 0px;
    background: url(/images/icon-text-blockquote.png) no-repeat top left;
}
.breadcrumbs li.float-start {
    display: none;
}
.breadcrumb {
    background-color: transparent;
}
body.com-users.view-login .sppb-section.latest-news{
  display: none;
}
.sp-module.breadcrumbs ol.breadcrumb {
    border-bottom: 1px dotted #333;
    border-radius: 0;
  padding: 5px 15px 10px;
    margin: 0 0 20px;
}
.breadcrumb-item.active {
    color: #000;
    font-weight: bold;
}
.sp-module.breadcrumbs li.breadcrumb-item {
    background: url(/images/icon-arrow-black.png) 98% center no-repeat;
    padding-right: 26px;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: none;
}
.menumenu-sidemenu li.menu-parent{
  background: url(/images/icon-arrow-black.png) 98% center no-repeat;
}
.menumenu-sidemenu li.menu-parent ul.menu-child {
  display: none;
}

.menumenu-sidemenu li.menu-parent:hover > ul.menu-child {
  display: block;
    position: absolute;
    left: 170px;
  	top: 0;
    width: 200px;
    background: #fff;
    z-index: 99;
    color: #000;
    border: 1px solid #ccc !important;
    padding: 12px !important;
  transition: all .3s ease-in-out;
  max-height: 300px;
    overflow-y: auto;
}
ul.menumenu-sidemenu {
    position: relative;
}
#sp-left .sp-module ul>li>a {
    font-size: 12px;
    line-height: 1.42857;
    padding: 8px 12px;
}
#sp-left .sp-module ul>li {
    border-bottom: none;
  position: relative;
}
#sp-left .sp-module ul.menumenu-sidemenu >li.active {
    background-color: #ddd;
}
#sp-left .sp-module ul.menumenu-sidemenu li.active > a{
  font-weight: bold;
}
#sp-left .menumenu-sidemenu li.menu-parent:hover > ul.menu-child a{
    line-height: 1.42857;
    font-size: 12px;
    padding: 8px 12px;
}
#sp-left .sp-module{
  padding: 0px 10px;
  border: none;
}
#sp-left .sp-module ul>li a:hover {
    background-color: #ddd;
  color: #252525;
}
.latest-news .sppb-addon-article {
    background: #eee;
  height: 100%;
  padding: 15px 15px 0;
  text-align: center;
}
.latest-news .sppb-addon-articles .sppb-row > div{
  margin-bottom: 30px;
}
.latest-news .sppb-addon-article h3{
  line-height: 26px;
    text-align: center;
  min-height: 65px;
}
.latest-news .sppb-addon-article h3 a {
    color: #1a1a1a;
    font-size: 19px;
    font-family: Verdana, Geneva, sans-serif !important;
}
.latest-news .sppb-addon-article .sppb-article-introtext {
    font-size: 13px;
    color: #333;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
}
.latest-news .sppb-addon-article a.sppb-readmore {
    font-size: 13px;
    font-style: normal;
    text-align: center;
    display: block;
  color: #1a1a1a;
  border-top: 1px solid #baa288;
    padding: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    align-self: end;
}

.latest-news .sppb-addon-article .sppb-article-info-wrap {
    height: calc(100% - 284px);
    display: grid;
}
.latest-news .sppb-addon-article a.sppb-article-img-wrap{
  	height: 200px;
    display: inline-grid;
    margin-bottom: 16px;
    align-items: center;
  	background-color: #fff;
 	 width: 100%;
}
.latest-news .sppb-addon-article a.sppb-article-img-wrap img {
    height: auto;
    width: auto;
    object-fit: cover;
    max-height: 200px;
  justify-self: center;
}
.finder #search-form fieldset.word {
    text-align: center;
  display: flex;
    align-items: center;
    margin: auto;
}

.sp-module-content-top .resource-overview {
    border-bottom: 1px dotted #000;
}
#sp-footer{
    background: #fff;
    color: #595959;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10.8px;
    line-height: 18.36px;
    text-align: right;
    border-top: 1px solid #ccc;
}
#sp-footer .container-inner {
    padding: 10px 0;
}
/*.category-name:before {
    content: "";
  font-family: "Font Awesome 5 Free";
}*/
.category-name {
    background: no-repeat center url(/images/folder-open-solid.png);
    padding-left: 26px;
    background-position-x: left;
}
a.sppb-readmore:before {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}
#search-form .awesomplete input#q {
    border-radius: 0;
}
.default-img {
    height: 200px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 16px;
}
.article-details img {
    display: initial;
}
.itemid-185 h3 {
    color: #fb0000 !important;
}
.itemid-211 .article-details h3, .itemid-212 .article-details h3{
    color: #ff0303;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
  opacity: 1;
}
.row-fluid .span4 {
    width: 31%;
    float: left;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
    margin-left: 2%;
}
.osm-signup-container .btn-primary {
    border-color: #08c;
    background-image: linear-gradient(to bottom,#08c,#04c);
  font-size: 13px !important;
    padding: 6px 10px !important;
}
.btn:hover {
    text-decoration: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #04c;
}
#kt .flex-grow * {
    font-weight: 500;
    line-height: 1.1;
    color: #000;
    font-size: 17px;
}
header#sp-header {
    box-shadow: none;
}
#sp-header form.mod-finder.js-finder-searchform.form-search {
    margin: 0;
}
.sppb-addon-articles .sppb-article-meta>span.sppb-meta-date {
    font-size: 12px;
    font-style: italic;
    color: #000;
    font-weight: 100;
}
.finder #search-form label.form-label {
    width: 40%;
    text-align: right;
  padding-right: 7px;
    font-weight: bold;
}
.finder #search-form button.btn.btn-primary.disabled {
    background-color: #009aca;
  border-color: #0087b1;
  margin-left: 6px;
  border-radius: 4px;
}
.finder #search-form a.btn.btn-secondary.ads {
    color: #005580;
    background-color: #fff;
    border: 1px solid #ccc;
  margin-left: 6px;
  border-radius: 4px;
}
.finder #search-form .awesomplete input#q{
  border-radius: 4px;
}
.view-article .article-details .article-info span.published {
    display: none;
}
@media (max-width:991px){
  #sp-header {
    height: 160px;
    border-bottom: 1px dotted #333;
}
  div#sp-menu.menu-with-social {
    width: 30%;
	}
  #sp-logo.has-border {
    width: 100%;
  }
  .sp-module.top-menu ul.menu-child {
    left: 0;
    
  }
  #sp-left .sp-module._menu {
    display: none;
	}
  #sp-menu .header-modules {
    display: inline-flex;
}
  .sp-module.breadcrumbs {
    display: none;
}
}



#sp-menu .mod-finder input {
    border-radius: 25px;
    max-width: 180px;
    font-size: 14px;
    background-image: url(/images/search-icons-base.png);
    background-repeat: no-repeat;
    background-position: 4px 8px;
    padding-left: 24px;
}




.finder #search-form .form-inline {
    text-align: center;
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
}



.finder #search-form label.me-2 {
    width: 40%;
    text-align: right;
    padding-right: 7px;
    font-weight: bold;
}

.finder #search-form button.btn  {
    background-color: #009aca;
    border-color: #0087b1;
    margin-left: 6px;
    border-radius: 4px;
   opacity: 0.65;
}

.finder #search-form .btn-secondary {
    color: #005580!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    margin-left: 6px!important;
    border-radius: 4px!important;
 
}