:root {
--color1:#005596;
--color2:#be0f34;
--color3:#820263
--sitefont:Lato,sans-serif;
--font2:Merriweather,sans-serif;
}
footer {
background-color:#000;
}
.ghostbutton {
padding:10px 20px;
border:2px solid #FFF;
border-radius:0px;
margin-left:10px;
font-family:Lato,sans-serif;
font-weight:bold;
font-size:16px;
color:#FFF;
text-decoration:none;
transition:all .5s ease;
}
.ghostbutton:hover {
background-color:#005596;
}
.centerlinks a {
color:#FFF;
text-decoration:none;
}
.centerlinks a:hover {
text-decoration:underline;
}
.bottom-container {
padding-top:30px;
}
h1 {
  background-color: transparent !important;
 
}
.layout-wrapper2 {
max-width:80rem;
margin-left:auto;
margin-right:auto;

}
.layout-wrapper3 {
max-width:50rem;


}

#full_width-337597621 ul.site-menu ul.sub-menu li.selected-menu-item span a {
  color: #fff;
}
.submenu-widget a:hover {
color:#820263;
}