.row:before, .row:after, .row-fluid:before, .row-fluid:after {
    content: " ";
    display: table;
}
		.row:after, .row-fluid:after {
    clear: both;
}
		.row:before, .row:after, .row-fluid:before, .row-fluid:after {
    content: " ";
    display: table;
}
    .contact-nav{
		text-align:left;
	}
	.bar.pct50 {float: left;margin-right: 1.69492%;width:49.15254%;}
	.bar.pct50:last-child {margin-right:0;}
	.bar {
		text-align: center;
		margin-top: 5px !important;
		margin-bottom: 5px;
	}

	a.barBtn {
		color: #fff;
		padding: 10px 10px;
		font-size: 18px;
		overflow-wrap: break-word;
		text-transform: uppercase;
	}

	a.barBtn.pct100 {padding: 8px 10px; width:100% !important;font-weight:bold;white-space:nowrap;}
		
		@media all and (max-width: 815px) {
		a.barBtn.pct100 {
			float:left; width: 90% !important;
/* 		margin: 0 5%; */
		}
		.bar {
/* 			margin-bottom: 10px; */
			float: left;
			width:100% !important;
		}
/* 		div.pct100 {margin-top:25px;} */
		}
		
	.row [class*="pct"]:last-child, .row-fluid [class*="pct"]:last-child {
    margin-right: 0;
}
	a.barBtn.pct100 {
    padding: 8px 10px;
    width: 100% !important;
    font-weight: bold;
    white-space: nowrap;
}
		@media all and (max-width: 769px){
		a.barBtn.pct100 {
			padding-top: 25px;
			padding-bottom: 25px;
			font-size: 1.5em;
			}
			
		}
		
		.page-nav {margin-bottom: 25px;}
		
		.grey {background-color:#445660;color:#fff;border:3px solid #445660;}
		.grey:hover {background-color:#fff;color:#445660;}
		
		.light-grey {background-color:#757575;color:#fff;border:3px solid #757575;}
		.light-grey:hover {background-color:#fff;color:#757575;}
		
		.yellow {background-color:#fdb930;color:#fff;border:3px solid #fdb930;}
		.yellow:hover {background-color:#fff;color:#fdb930;}
		
		.red {background-color:#49182d;color:#fff;border:3px solid #49182d;}
		.red:hover {background-color:#fff;color:#49182d;}
		
		.blue {background-color:#00529c;color:#fff;border:3px solid #00529c;}
		.blue:hover {background-color:#fff;color:#00529c;}
		
		.light-blue {background-color:#337ab7;color:#fff;border:3px solid #337ab7;}
		.light-blue:hover {background-color:#fff;color:#337ab7;}
		
		.mesa-blue {background-color:#023867;color:#fff;border:3px solid #023867;}
		.mesa-blue:hover {background-color:#fff;color:#023867;}
		
.pct7 { width: 6.77966%; }
.pct15 { width: 15.25424%; }
.pct25 { width: 23.72881%; }
.pct33 { width: 32.20339%; }
.pct40 { width: 40.67797%; }
.pct50 { width: 49.15254%; }
.pct60 { width: 57.62712%; }
.pct66 { width: 66.10169%; }
.pct75 { width: 74.57627%; }
.pct70 { width: 83.05085%; }
.pct100 { width: 100%; }

		
.pct7, .pct15, .pct25, .pct33, .pct40, .pct50, .pct60, .pct66, .pct75, .pct70, .pct100 {
    float: left;
    margin-right: 1.69492%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/*Single Bar Link styles */
@media all and (max-width: 769px) {
    .pct25,
	.pct33,
	.pct50,
	.pct66,
	.pct75,
	.pct100 {
        width:auto;
        float:none;
/*         margin:0; */
    }
}

.row:before, 
.row:after, 
.row-fluid:before, 
.row-fluid:after { 
	content: " "; display: table; 
}

.row:after, .row-fluid:after {
	clear: both; 
}

.pct25,
.pct33,
.pct50,
.pct66,
.pct75,
.pct100 {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pct7 { width: 6.77966%; }
.pct15 { width: 15.25424%; }
.pct25 { width: 23.72881%; } 
.pct33 { width: 32.20339%; }
.pct40 { width: 40.67797%; }
.pct50 { width: 49.15254%; }
.pct60 { width: 57.62712%; }
.pct66 { width: 66.10169%; }
.pct75 { width: 74.57627%; }
.pct85 { width: 83.05085%; }
.pct93 { width: 91.52542%; }
.pct100 { width: 100%; }

.last { margin-right: 0; }

#grid-samples .row {
    margin-bottom: 15px;
}
#grid-samples .row [class*="pct"] {
    background: #ddd; 
    text-align: center; 
    padding:5px 0; 
}

.linkBars {
	margin-top: 5px;
    margin-bottom: 5px;
}

.linkBars h2 {
    text-align: right;
    color: #fff;
    padding: 10px 10px;
    font-size: 18px;
    overflow-wrap: break-word;
}
.linkBars h2.linkBars-text-left {
    text-align: left;
}
.linkBars h2.linkBars-text-center {
    text-align: center;
}
.linkBars h2.linkBars-text-right {
    text-align: right;
}

/* Just assigning the colors */
.grey, .grey-left, .grey-right {
    background: #445660;
}
.light-grey, .light-grey-left, .light-grey-right {
    background: #757575;
}
.yellow, .yellow-left, .yellow-right {
	background: #fdb930;
}
.red, .red-left, .red-right {
    background: #49182D;
}
.blue, .blue-left, .blue-right {
    background: #00529C;
}
.light-blue, .light-blue-left, .light-blue-right {
	background: #337ab7;
}
.mesa-blue, .mesa-blue-left, .mesa-blue-right {
	background: #023867;
}

/* Floating right */
.grey-right,
.light-grey-right, 
.red-right,
.blue-right,
.light-blue-right,
.yellow-right,
.mesa-blue-right {
    float: right;
}

a {
    text-decoration: none;
}

@media (max-width:769px){
	
.pct25, 
.pct33 {
	width:100%;
	}
	
.pct50, 
.pct66, 
.pct75 {
	width:100%!important;
	}
	.linkBars h2 {
	padding: 25px 10px;
	font-size: 1.5em;
	}
}

