@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200..900');


/* Fonts */
@font-face {
	font-family: Raleway;
	src: url('https://fonts.googleapis.com/css2?family=Raleway:wght@200..900');
}

/* Root */
:root {
	font-family: Raleway, sans-serif;
	--primary-color-dark: #0E253A;
	--primary-color-light: #A2C7E3;
	--primary-gray: grayscale(30%);
}

html {
	font-family: Raleway, sans-serif;
	--primary-color-dark: #0E253A;
	--primary-color-light: #A2C7E3;
	--primary-gray: grayscale(30%);
}

/*Budget Table*/
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.bulletlist{
	padding-left: 50px;
	margin-bottom: 0;
}

.toolstitles{
	padding-left: 20px;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.row_auto {
	height: 200%;
}

.TableHeaderCorner {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	width: 100%;
	min-height: 100px;
	background-color: #3A69B3;
	/* border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF; */
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding: 30px 0;
}

.TableHeaderSections{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	width: 100%; 
	min-height: 100px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 30px 0;
}


.TableLevelNames {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #6882A3;
	/* border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF; */
	text-align: center;
	/* border-bottom-width: thin;
	border-bottom-style: solid; */
	/* border-bottom-color: #FFF; */
	text-transform: uppercase;
	padding: 20% 0; 
}

.TableContentCells {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	float: left;
	width: 100%;
	background-color: #ECECEC;
	text-align: left;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #ECECEC;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #ECECEC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 10px 0;
}

.row-eq-height{
	background-color: #6882A3;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;

}


.TableB {
	padding-left: 5px;
	font-family: Raleway, sans-serif;
	font-size: 12px;
	color: #333;
}

.TableB .Header, TableP .Header {
	font-size: 18px;
	color: #3A69B3;
	padding-bottom: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.TableB .Row1_1, .TableB .Row1_2, .TableB .Row1_3{
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	height: 65px;
	width: 150px;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.TableB .Row1_4 {
	font-family: Raleway, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	height: 65px;
	width: 350px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.TableB .Row2_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 300px;
	width: 150px;
	background-color: #3A69B3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
}
.TableB .Row3_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 300px;
	width: 150px;
	background-color: #6882A3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 40px;
}
.TableB .Row4_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 300px;
	width: 150px;
	background-color: #9DA0B3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 40px;
}
.TableB .Row5_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 300px;
	width: 150px;
	background-color: #F2CB4C;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 40px;
}
.TableB .Row6_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 300px;
	width: 150px;
	background-color: #E99729;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 40px;
}
.TableB .Row2_2, .TableB .Row2_3, .TableB .Row3_2, .TableB .Row3_3, .TableB .Row4_2, .TableB .Row4_3, .TableB .Row5_2, .TableB .Row5_3, .TableB .Row6_2, .TableB .Row6_3 {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	color: #666;
	float: left;
	height: 300px;
	width: 150px;
	text-align: center;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 50px;
}
.TableB .Row2_4, .TableB .Row3_4, .TableB .Row4_4, .TableB .Row5_4, .TableB .Row6_4 {
	font-family: Raleway, sans-serif;
	font-size: 13px;
	color: #666;
	float: left;
	height: 300px;
	width: 328px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 22px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../images/Pop/ArrowRt.png);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	overflow: hidden;
	padding-top: 10px;
	line-height: 16px;
}

/*Project Table*/

.TableP {
	padding-left: 5px;
	font-family: Raleway, sans-serif;
	font-size: 12px;
	color: #333;
	padding-top: 20px;
}


.TableP .Row1_1, .TableP .Row1_2{
	font-family: Raleway, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	float: left;
	height: 65px;
	width: 150px;
	text-align: center;
	background-color: #e0e0e0;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.TableP .Row1_3 {
	font-family: Raleway, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #666;
	float: left;
	height: 65px;
	width: 500px;
	text-align: center;
	background-color: #e0e0e0;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/* .TableP .row{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
	height: 300px;
	width: 150px;
	background-color: #a2c7e3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 15%;
} */

.TableP .Row2_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	float: left;
	 height: 250px; 
	width: 150px;
	background-color: #a2c7e3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	 padding-top: 10%; 
}
.TableP .Row3_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	 height: 250px; 
	width: 150px;
	background-color: #7d9eb9;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	 padding-top: 10%; 
}
.TableP .Row4_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 250px;
	width: 150px;
	background-color: #58768e;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	 padding-top: 10%; 
}
.TableP .Row5_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 250px;
	width: 150px;
	background-color: #334e64;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	 padding-top: 10%; 
}
.TableP .Row6_1{
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	 height: 250px; 
	width: 150px;
	background-color: #0e253a;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	 padding-top: 10%; 
}
.TableP .Row2_2, .TableP .Row3_2, .TableP .Row4_2, .TableP .Row5_2, .TableP .Row6_2 {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	color: #666;
	float: left;
	 height: 250px;
	width: 150px;
	text-align: center;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	 padding-top: 10%; 
}
.TableP .Row2_3, .TableP .Row3_3, .TableP .Row4_3, .TableP .Row5_3, .TableP .Row6_3 {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	color: #666;
	float: left;
	height: 250px;
	width: 500px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 10px;
	padding-bottom: 20px;
	overflow: hidden;
	font-weight: bold;
}

/*Staffing Table*/

.TableS {
	padding-left: 5px;
	padding-top: 20px;
}
.TableS .Row1_1_1 {
	font-family: Raleway, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 95px;
	width: 140px;
	background-color: #3A69B3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
}
.TableS .Row2_1_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 95px;
	width: 140px;
	background-color: #6882A3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
}
.TableS .Row3_1_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 95px;
	width: 140px;
	background-color: #9DA0B3;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
}
.TableS .Row4_1_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 95px;
	width: 140px;
	background-color: #F2CB4C;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
}
.TableS .Row5_1_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	float: left;
	height: 95px;
	width: 140px;
	background-color: #E99729;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
}

.TableS .Row1_2, .TableS .Row1_3, .TableS .Row1_4 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	height: 95px;
	width: 220px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.TableS .Row1_2_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	height: 75px;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
}
.TableS .Row1_2_2 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 440px;
	text-align: center;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #ECECEC;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 75px;
}
.TableS .Row1_3_4 a:hover {
	color: #3A69B3;
	text-decoration: none;
}
.TableS .Row2_2_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	height: 75px;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
}
.TableS .Row2_2_2 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 665px;
	text-align: center;
	border-right-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 75px;
}
.TableS .Row1_2_3 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 220px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	text-align: center;
	height: 75px;
}
.TableS .Row1_3_1 {
	
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 140px;
}
.TableS .Row1_3_2, .TableS .Row1_3_3, .TableS .Row1_3_4 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 220px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
	padding-top: 15px;
	line-height: 14px;
	height: 140px;
	font-weight: bold;
}
.TableS .Row2_3_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 140px;
}
.TableS .Row2_3_2, .TableS .Row2_3_3, .TableS .Row2_3_4 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 220px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
	padding-top: 15px;
	line-height: 14px;
	height: 140px;
	font-weight: bold;
}
.TableS .Row3_3_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 255px;
}
.TableS .Row3_3_2, .TableS .Row3_3_3, .TableS .Row3_3_4 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 220px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
	padding-top: 15px;
	line-height: 14px;
	height: 255px;
	font-weight: bold;
}
.TableS .Row4_3_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 365px;
}
.TableS .Row4_3_2, .TableS .Row4_3_3, .TableS .Row4_3_4 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 220px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
	padding-top: 15px;
	line-height: 14px;
	height: 365px;
	font-weight: bold;
}
.TableS .Row5_3_1 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3A69B3;
	float: left;
	width: 140px;
	text-align: center;
	background-color: #CECFDE;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 15px;
	height: 300px;
}
.TableS .Row5_3_2, .TableS .Row5_3_3, .TableS .Row5_3_4 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	float: left;
	width: 220px;
	text-align: left;
	background-color: #ECECEC;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	overflow: hidden;
	padding-top: 15px;
	line-height: 14px;
	height: 300px;
	font-weight: bold;
}

