.reimbursementSection li{ list-style: lower-alpha !important;  }
.reimbursementSection li li{ list-style: numberic !important;  }
#reimbursementOptions hr{ border: solid black; }  
.gigProjectButton {
   border-top: 1px solid #4a77ca;
   background: #4a77ca;
   padding: 20px 40px;
   border-radius: 7px;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   width:100%;
   white-space:nowrap;
   }
.gigProjectButton:hover {
   border-top-color: #426cb5;
   background: #426cb5;
   color: #ffffff;
   }
.gigProjectButton:active {
   border-top-color: #426cb5;
   background: #426cb5;
   }
   
 .gigProgramOptionLinks{
	display:inline-block;
	margin-right:25px;
	width:30%;
   }

	@media (max-width: 1023px) {
		.gigProgramOptionLinks{
		  width:100%;
		}
	}