@font-face {
    font-display: swap;
    font-family: 'Bree Serif';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-display: swap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
}

:root {
    --deep-blue: #0e1f3d;
    --primary-colour:#14275d;
    --secondary-colour: #fff;
    --text-colour: #7a7a7a;
    --accent-colour: #00b67a;
    --mid-blue:#1e73be;
    --light-blue:#39bef1;
    --border-colour: #aaa;
}

body {
    font-family:
            -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
            Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
            "Segoe UI Symbol", "Noto Color Emoji";
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bree Serif', serif !important;
}

header.header {
    background-image:linear-gradient(var(--deep-blue), #1E73BE);
}

header.header .topbar {
    height: 61px;
    background: none;
    display:flex;
    align-items:center;
}

header.header .navbar a {
    color:#fff;
}

.master-breadcrumb .breadcrumb {
    padding: .5rem 1rem;
}

footer.footer{
    background-image:linear-gradient( #1E73BE, var(--deep-blue) 50%);
}

.main-menu-footer-mn {
    list-style-type: none;
    padding: 0px !important;
    margin: 0px !important;
}

.main-menu-footer-mn li {
    list-style-type: none;
}

.main-menu-footer-mn li a {
    list-style-type: none;
    font-family: 'Bree Serif';
    color: #ffffff;
}

.sidebar {
    background-color: none;
 }

.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: none;
    border-color: rgba(0, 0, 0, .125);
}

.card-sidebar .card-header {
    color: #666666;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}
.card-sidebar .card-header:first-child{
    border-radius: 6px 6px 0px 0px;
}
.card-sidebar .collapsable-card-body {
    border-left: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.card-sidebar .collapsable-card-body:last-child {
    border: 1px solid rgba(0, 0, 0, .125);
    border-top:none;
    border-radius: 0px 0px 6px 6px;
    padding-bottom:15px;
}

.card-sidebar .card-footer:last-child {
    border: 1px solid rgba(0, 0, 0, .125);
    border-top:none;
    border-radius: 0px 0px 6px 6px;
}

.card-sidebar{
    border:none;
}

.card-sidebar {
    color: #666666;
}

ul.dropdown-menu.show{
    background-color: #1E73BE;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 10px 30px 0 rgba(45,45,45,.2);
}

.dropdown-item:hover{
    background-color:#fffFFF21;
}

.dropdown-item a:hover{
    background-color:transparent;
}

.sidebar .list-group-item.active {
    background-color: #f5f5f5 !important;
    color: #666666;
}

.title {
    font-family: 'Bree Serif';
    font-weight: 400 !important;
    font-size: 14px !important;
}

.card-accent-midnight-blue {
    border-top: 6px solid #1E73BE;
}

.navbar-brand img {
    padding-left: 10px;
}

/*### For the MenuManager ###*/
#nav2 a {
	text-decoration:none;
}
/*### For the MenuManager ###*/

/*### For the WP menu ###*/
.mgnavbar {
  overflow: hidden;
}

.mgnavbar a {
  float: left;
  font-size: 14px;
  color: #1E73BE;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.mgdropdown {
  float: left;
  overflow: hidden;
}

.mgdropdown .mgdropbtn {
  font-size: 14px;  
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.mgdropdown-content {
  display: none;
  position: absolute;
  background-color: #1E73BE;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-style: none;
  border-radius: 6px 6px 6px 6px;
}

.mgdropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.mgdropdown-content a:hover {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #2a83d1;
  border-style: none;
  /*border-radius: 6px 6px 6px 6px;*/
}

.mgdropdown:hover .mgdropdown-content {
  display: block;
}
/*### For the WP menu ###*/