html,
body {
  margin: 0;
  padding: 0;
  font-family: Overpass, sans-serif;
  font-style: normal;
  -webkit-font-smoothing:antialiased;

}

a {
color: #056DAE;
text-decoration: underline;
}

a:hover {
    color: #002a54;
    text-decoration: underline;
}

.ContactUs {color:white;font-size:28px;font-weight:400;}
.ContactPhone {color:white;font-size:14px;font-weight:700;}

.main-container {
	background-color:white;
}

.error-message {
	font-size: 14px;
  color: #D60000;
  font-weight: 500;
}

.pagetitle {
	display: inline-block;
	color:#002D72;
	font-size: 24px;
	padding-top:10px;
	padding-bottom:20px;
	/* padding-left: 16px; */
}

h10 {
	display: inline-block;
	color:#002D72;
	font-size:20px;
	padding-top:10px;
	padding-bottom:20px;
}

#menu, #menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 40px;
}

#menu li {
  float: left;
  display: inline-block;
  padding: 14px 16px;
}

#menu li a {
  display: inline-block;
  color: #056DAE;
  text-align: center;
  text-decoration: none;
}

#menu li a:hover:not(.active) {
	    color: #002a54;
}

#menu li.active {
	background:url('../images/menubar.svg') no-repeat;
	background-repeat: repeat-x;
	background-position: bottom;
	/* border-bottom: 5px solid #056DAE; */
}

.landingpage {width: 1000px;height: 400px;border:1px solid #ccc;overflow-x: hidden;overflow-y: auto;align:center;border-radius: 4px;padding: 10px;}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px solid #ccc;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: #ccc;  
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #ccc;  
}

.submitbutton {
	background-color:#056DAE;
	color:white;
	border:none;
	height: 50px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	margin-right:50px;
	margin-top: 40px;
  margin-bottom: 20px;
	padding: 0px 25px;
}

.submitbutton:hover {
background-color:#002a54;	
}



.taxbutton {
	background-color:#056DAE;
	color:white;
	border:none;
	height: 50px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	margin-right:50px;
	margin-top: 40px;
  margin-bottom: 20px;
	padding: 0px 25px;
}

.taxbutton:hover {
background-color:#002a54;	
}





.otherbutton {
	background-color:#999999;
	color:white;
	border:none;
	height:50px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	margin-right:50px;
	margin-top:40px;
  margin-bottom: 20px;
	padding: 0px 25px;
}

.otherbutton:hover {
background-color:#444444;	
}

.mpe-card-header { 
  background-color:#002D72;
  color: white;
  font-size: 21px;
  padding: 12px 22px;
  font-weight: 500;
}

.mpe-card-body {
	font-size:1rem; 
}	

.certs-table {
   border-collapse: collapse;
   width:550px;
}

.certs-table th {
  background-color:#002D72;
  color: white;
  font-size: 17px;
  padding: 10px 15px;
  font-weight: 500;
}

.certs-table td { 
  font-size:16px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;

}

.mpeinput {
	background-color: #ccc;
	border: 0;
	color:#333333;
	height: 40px;
	padding: 0px 12px;
	font-size: 18px;
	border-radius: 5px;
}

.call-out-box {
  padding:30px;
  background: rgb(202,226,242);
  background: linear-gradient(180deg, rgba(234,243,250,1) 0%, rgba(202,226,242,1) 100%);
}

label {
  font-weight:500;
  margin-bottom: .1rem;
}

.page-intro {
  font-weight:500;  
}


