/* Boxes */
.bluebox {
   font-family:arial;
   font-weight:bold;
   font-size:24px;
   color:white;
   padding:10px;
   background-color:#0064a4;
   text-align:center;
   line-height:28px;
   border-radius: 5px;
   margin-bottom:15px;
}
.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;
}
.graybox {
	 background-color: #F5F5F5;
	 padding: 10px;
	 margin-bottom: 20px;
	 font-family: Arial;
}
.gray-box {
    background-color: #fafafa;
	 border-radius: 5px;
	 border: none;
	 padding: 1rem 1rem 1rem 1rem;
	 width: 100%;
	 height: auto;
	 margin-top: 5px;
	 margin-bottom: 5px;
}
 .redtext {
	 color:red;
	 font-family: Arial;
}


/* Table Styles */
.blue-col {
    color: #ffffff;
    background-color: #0064a4;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-blue-col {
    color: #000000;
    background-color: #e5f5ff;
    padding: 10px;
    border: solid #ffffff 1px;
}
.yellow-col {
    color: #000000;
    background-color: #ffd200;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-yellow-col {
    color: #000000;
    background-color: #fffbe5;
    padding: 10px;
    border: solid #ffffff 1px;
}
.dark-blue-col {
    color: #ffffff;
    background-color: #1b3d6d;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-dark-blue-col {
    color: #000000;
    background-color: #ebf1fa;
    padding: 10px;
    border: solid #ffffff 1px;
}
.orange-col {
    color: #000000;
    background-color: #f78d2d;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-orange-col {
    color: #000000;
    background-color: #fef2e6;
    padding: 10px;
    border: solid #ffffff 1px;
}
.green-col {
    color: #000000;
    background-color: #94c83d;
    font-weight: bold;
    font-family: Arial;
    padding: 10px;
    border: solid #ffffff 1px;
}
.light-green-col {
    color: #000000;
    background-color: #f4f9eb;
    padding: 10px;
    border: solid #ffffff 1px;
}


/* Buttons */
.button_link-outline-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #e5f5ff;
	 border-color: #0064a4;
	 margin-bottom: .5rem;
	 width: 100%;
}
.button_link-outline-yellow {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #fffbe5;
	 border-color: #ffd200;
	 margin-bottom: .5rem;
	 width: 100%;
}
.button_link-outline-dark-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #ebf1fa;
	 border-color: #1b3d6d;
	 margin-bottom: .5rem;
	 width: 100%;
}
.button_link-outline-orange {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #fef2e6;
	 border-color: #F78D2D;
	 margin-bottom: .5rem;
	 width: 100%;
}
.button_link-outline-green {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #f4f9eb;
	 border-color: #94C83D;
	 margin-bottom: .5rem;
	 width: 100%;
}
.button_link-outline-light-blue {
	 border: 2px solid transparent;
	 border-radius: 1rem;
	 cursor: pointer;
	 display: inline-block;
	 line-height: 1.5;
	 padding: 0.25rem 1.25rem;
	 text-align: center;
	 font-size: 1rem;
	 font-weight: bold;
	 transition: all .25s;
	 vertical-align: middle;
	 white-space: nowrap;
	 background-color: #eef4f7;
	 border-color: #6aa2b8;
	 margin-bottom: .5rem;
	 width: 100%;
}


/* Text */
.smalltext {
	 font-family:Arial;
	 font-size:12px;
}
.bluetext {
	 font-family:Arial;
	 color:#0064a4;
}
.largetext {
	 font-family: Arial;
	 font-size: 75px;
	 font-weight: bold;
}
.redtext {
	 font-family:Arial;
	 color:red;
}


/* Disclaimers */
.rcorners-light-gray { 
    background-color: #fafafa;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem .5rem .5rem .5rem;
    width: 100%; 
    height: auto; 
    margin-top: 15px; 
    margin-bottom: 15px;
}
.rcorners-light-yellow { 
    background-color: #fffbe5;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem .5rem .5rem .5rem;
    width: 100%; 
    height: auto; 
    margin-top: 15px; 
    margin-bottom: 15px;
}
.rcorners-light-red { 
    background-color: #ffe5e5;
    border-radius: 5px; 
    border: 1px solid #cccccc; 
    padding: .5rem .5rem .5rem .5rem;
    width: 100%; 
    height: auto; 
    margin-top: 15px; 
    margin-bottom: 15px;
}