@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}


.navbar {
	background-color: black;
	height: 106px;
	margin: 0px;
	width: 100%;
}

.homepage_bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.mandate_bg {
	background-position:top;
	background-repeat: no-repeat;
	background-size:auto;
	width: 100%;
	height: 100%;
}

.homepage_heading_color {
	color: white;
}



.homepage_heading1 { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 49px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 100; 
	line-height: 53.9px;
	color: white;
}


.homepage_heading2 { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 49px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 53.9px; 
}

.navigation { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 100; 
	line-height: 53.9px; 
}

.orange_button {
	background-color: #ff690b;
	border-color: #ff690b;
	border-radius: 0px;
	text-decoration-color: white;
	color: white;
}


h1 { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 26px; 
	font-style: normal; 
	font-variant: normal; 
	color: #ff690b;

}

h2 { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 20px; 
	font-style: normal; 
	font-variant: normal; 
	color: #ff690b;
	margin-bottom: 20px;
}

h3 { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	color: #ffb515;
}

.h3_orange { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	color: #ff690b;
}


.h1_bold { 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 26px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 100; 
	color: #ff690b;
}


.blocks_sub_background {
	background-position: right top;	
	background-repeat: no-repeat;
}

.section_number {
	background-color:#ffb515;
	font-weight:500;
}




.circlebullet {
  list-style-image: url('../images/bullet.gif');
}

.yellow_container {
	border-radius: 10px;
	border-color:#ffb515;
	border-width: 2px;
	border-style: solid;
	padding: 20px;
}

.yellow_container2 {
	border-color:#ffb515;
	border-width: 2px;
	border-style: solid;
	padding: 10px;
}

.corner_icons {
	margin-top: -30px;
	margin-left: -30px;
}

a:link {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.info_borders_top {
	border-top: thin;
	border-top-color: #ff690b;
	border-top-style: solid;
}
.info_borders_bottom {
	border-bottom: thin;
	border-bottom-color: #ff690b;
	border-bottom-style: solid;
}
.dob_image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;	
}
.dob_white_transparent {
   background: rgba(255, 255, 255, 0.8)
	
}

.interest_image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;	
}

.dashbullet {
	list-style-type: '- '; 
}

.nobullet {
	list-style-type: ''; 
}

.previousnext {
	background-color: #ff690b;
	color: white;
	padding:10px;
}

.previousnextbg {
	background-color: #C8C8C8;
	color: white;

}







