  .white {color: #ffffff; }
.blue {color: #006bb6; }
.green {color: #c2d500; }
.yellow {color: #eaaa00;}
.bkblue {background-color: #006bb6; color: #ffffff;  }
.bkgreen {background-color: #c2d500; color: #006bb6; }

.col_full { width: 100%; }
.col_half { width: 48%; }
.col_one_third { width: 30.63%; }
.col_two_third { width: 65.33%; }
.col_one_fourth { width: 22%; }
.col_three_fourth { width: 74%; }
.col_one_fifth { width: 16.8%; }
.col_two_fifth { width: 37.6%; }
.col_three_fifth { width: 58.4%; }
.col_four_fifth { width: 79.2%; }
.col_one_sixth { width: 13.33%; }
.col_five_sixth { width: 82.67%; }
	
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}

.col_last {
	margin-right: 0 !important;
	clear: right;
}
	.col_clear{height: 10px;}
	
	h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;

}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
	
	.col-last{margin-right: 0 !important;}

.main-row {
	margin-bottom: 20px;
}

.landing-page-hero p {
	font-family: "FranklinGothicExtraCondensed",Impact,"Arial Narrow",Arial,sans-serif !important;
	font-size: 2rem !important;
	max-width: 400px !important;
	margin: 0 0 30px 0 !important;
}

.landing-page-hero h2 {
	font: 6.3rem "FranklinGothicExtraCondensed",Impact,"Arial Narrow",Arial,sans-serif !important;
	margin-top: 25px!important;
	color: #006bb6;
}

.MST-right-container {background-color: #fff !important;}

@media (max-width: 576px) {
	[class*="col_"] {
    width: 100% !important;
  }	
  .cloudForte-Blade iframe {width:350px;}
  .cloudForte-Blade-grey iframe {width:350px;}
}

@media (max-width:768px) {
  .col_half {
    width:100% !important;
  }
  .col_one_third {
    width:100% !important;
  }
  .col_one_fourth {
    width:100% !important;
  }
}

.cloudForte-Blade {
  margin:0 0 20px 0;
  padding:0;
  max-width:1170px;
}

.cloudForte-Blade-grey {
  margin:0 0 20px 0;
  padding:20px;
  max-width:1170px;
  float:left;
  background-color:#eee;
}

.cloudForte-Blade iframe {
  max-width:560px;
  max-height:315px;
}

.cloudForte-Blade-grey iframe {
  max-width:560px;
  max-height:315px;
}