  .btn-custom {
    color: #ffffff;
    background-color: #00a19a;
    border: 1px solid #40b9b3;
    margin: 20px 20px 20px 0;
    font-weight: bold;
    box-shadow: 0 4px 0 #80d0cd;
}
.btn-custom:focus,
.btn-custom.focus {
  color: #000000;
 cursor: pointer;
    box-shadow: 0 2px 4px rgba(31, 77, 100, 0.3);
    border: 1px solid #b3b3b3;
    border-top: 1px solid #D90E2B;
	background-color: #F5F5F5;
	outline-color: #f5f5f5;
	font-weight: bold;
}
.btn-custom:hover {
 color: #000000;
 cursor: pointer;
    box-shadow: 0 2px 4px rgba(31, 77, 100, 0.3);
    border: 1px solid #b3b3b3;
    border-top: 1px solid #D90E2B;
	background-color: #F5F5F5;
	font-weight: bold;
}
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  color: #000000;
 cursor: pointer;
    box-shadow: 0 2px 4px rgba(31, 77, 100, 0.3);
    border: 1px solid #b3b3b3;
    border-top: 1px solid #D90E2B;
	background-color: #F5F5F5;
	font-weight: bold;
}
.btn-custom:active:hover,
.btn-custom.active:hover,
.open > .dropdown-toggle.btn-custom:hover,
.btn-custom:active:focus,
.btn-custom.active:focus,
.open > .dropdown-toggle.btn-custom:focus,
.btn-custom:active.focus,
.btn-custom.active.focus,
.open > .dropdown-toggle.btn-custom.focus {
  color: #000000;
	cursor: pointer;
    box-shadow: 0 2px 4px rgba(31, 77, 100, 0.3);
    border: 1px solid #b3b3b3;
    border-top: 1px solid #D90E2B;
	background-color: #F5F5F5;
	outline-color: #f5f5f5;
	font-weight: bold;
}
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled.focus,
.btn-custom[disabled].focus,
fieldset[disabled] .btn-custom.focus {
	color: #000000;
	cursor: pointer;
    box-shadow: 0 2px 4px rgba(31, 77, 100, 0.3);
    border: 1px solid #b3b3b3;
    border-top: 1px solid #D90E2B;
	background-color: #F5F5F5;
    outline-color: #f5f5f5;
	font-weight: bold;
}
.btn-custom .badge {
  color: #d90e2b;
  background-color: #ffffff;
}

footer .footer-top { 
  background: #0C223F;
}

  .heading-font, h1, h2, h3, h4, h5, h6 {
    color: #0c223f !important;
    /*font-family: "Bree Serif", serif; */ /*Font pack not installed?*/
    font-weight: 600;
    line-height: 1.2;
  }

  .copyright-ogl {
    color: #FFFFFF
  }

  /* .imacallout {
    background-color: #149c94;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #39827c;
  } */

  /* .imacallout {
      background-color: #8e0223;
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #000000;
  } */

  /* 
    Custom Styling for Complaints Management System
    Independent Monitoring Authority
    Author: Nicky Thomas
 */

 .imacallout {
    background-color: #00a19a;
    color: #cceceb;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #40b9b3;
 }
 .nt-ima-header-logo
 {
  top: -25px; 
  width: 156px; 
  height: 80px; 
  margin-right: 
  1px; margin-left: 
  1px; float: left; 
  position: relative;
 }

.nt-footer-title {
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

h1, h2, h3, p {
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
    position: relative;
    min-height: 75px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-static-top.navbar .navbar-collapse {
  max-height: 510px;
  box-shadow: none;
  border-top: none;
  margin-top: 10px;
}

.btn-purple
{
    color: #ffffff;
    background-color: #592B5E;
    border: 1px solid #7e3e85;
    margin: 20px 20px 20px 0;
    font-weight: bold;
    box-shadow: 0 4px 0 #ae54b8;

}

.border {
  background: linear-gradient(90deg, #0c223f 43.33%, #00a19a);
  height: 30px;
  width: 100%;
  /* margin-bottom: 25px; */
}

.ima-card-img
{
  width:100%; 
  height: auto !important;
  /* max-height:350px !important; */
    max-height:170px !important;
}

#legacy-blurb {
background-color: #00a19a;
color: #cceceb;
border-radius: 10px;
font-family: Arial, Helvetica, sans-serif;
padding: 10px 10px 0px 10px;

}