@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600|Arvo:700");

.btn-primary {
  color: #fff;
  background-color: #1e1e5c;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-form {
  color: #fff;
  background-color: #ffffff;
  border-color: #2e6da4;
}

.btn-form:focus,
.btn-form.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-form:hover {
  color: #ffffff !important;
  background-color: #e8e2e2;
  border-color: #1e1e5c;
  
}
.btn-form:active,
.btn-form.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/** Edit made 15APR2020 

    Class Name .dlbtn
    Refers to buttons in patients.html, which were previously illegible due to background color being white.
    This targets those, changes the bg color to that matching the main blue color of the page.
    On hover, the text will be changed to black.
   
**/
.dlbtn {
    background-color: #2e6da4;
}

.dlbtn:hover {
    color: black !important;
}
    
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #333;
  background-color: #1e1e5c;
}

	#footer {
	position: relative;
	overflow: hidden;
	float: center;
	font-size: 14px;
	padding: 1px;
	text-align: left;
	margin: 10px 0px 15px 0px;
	color: #FFFFFF;
	background-color: #1e1e5c;
	text-align: center;
	}

    
header {
   background-color: #ffffff;
}   
pagecontent {
   background-color: #1e1e5c;
}
/*Body fonts
h1 {
 font-family: 'Arvo', Georgia, Times, serif;
 font-size: 45px;
 line-height: 55px;
}
h2 {
 font-family: 'Arvo', Georgia, Times, serif;
 font-size: 29px;
 line-height: 40px;
}

h3 {
 font-family: 'Arvo', Georgia, Times, serif;
 font-size: 25px;
 line-height: 35px;
}
 
 
p {
 font-family: 'PT Sans', Helvetica, Arial, sans-serif;
 font-size: 22px;
 line-height: 31px;
}
*/
h1 {
 font-family: 'Open Sans', sans-serif;
 font-size: 45px;
 line-height: 55px;
}
h2 {
 font-family: 'Open Sans', sans-serif;
 font-size: 29px;
 line-height: 40px;
}

h3 {
 font-family: 'Open Sans', sans-serif;
 font-size: 25px;
 line-height: 35px;
}
 
 
p {
 font-family: 'Source Sans Pro',  sans-serif;
 font-size: 22px;
 line-height: 31px;
}

li {
  
  font-family: 'Source Sans Pro',  sans-serif;
  padding-right: 5px;
  padding-left: 5px;
}
/*Body fonts*/



/* Icons*/
.icon-background1 {
    color: #1e1e5c;
}
