.bluebox {
   font-family:arial;
   font-weight:bold;
   font-size:20px;
   color:white;
   padding:10px;
   background-color:#0064a4;
   text-align:center;
   line-height:28px;
   border-radius: 2px;
} 
.redbox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:white;
	 padding:10px;
	 background-color:red;
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .greenbox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:black;
	 padding:10px;
	 background-color:#94C83D;
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .orangebox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:black;
	 padding:10px;
	 background-color:#F78D2D;
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .lightbluebox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:black;
	 padding:10px;
	 background-color:#6AA2B8;
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .darkbluebox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:white;
	 padding:10px;
	 background-color:#1B3D6D;
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .darkgraybox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:white;
	 padding:10px;
	 background-color:#555759;
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .docusignbox {
	 font-family:arial;
	 font-weight:bold;
	 font-size:24px;
	 color:white;
	 padding:10px;
	 background-image:radial-gradient(#2048a7, #153571);
	 text-align:center;
	 line-height:28px;
	 border-radius: 5px;
	 margin-bottom:15px;
}
 .template {
	 margin-bottom:15px;
	 padding-bottom:15px;
}

.rcorners-light-red {
    background-color: #ffe5e5;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rcorners-light-gray {
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.rcorners-light-yellow {
    background-color: #fffbe5;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0.5rem 1rem 0.5rem 1rem;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sectionSidebar-light-blue > div {
    border: 1px solid #1b3d6d;
    border-radius: .25rem;
    padding: 1rem;
    background-color: #6aa2b8;
    color: white;
}