/*
red - #e11b22
lt blue - #5eb9e4
blue - #0083a9
dk blue - #0039a6
lt grey - #c9cac8
dk grey - #4d4f53
green - #7ab800
gold - #f0ab00
purple - #6e267b


/*grid*/
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*column*/
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*grouping*/
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*10 col grid*/
.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
  	width: 89.84%;
}

.span_8_of_10 {
  	width: 79.68%;
}

.span_7_of_10 {
  	width: 69.52%;
}

.span_6_of_10 {
  	width: 59.36%;
}

.span_5_of_10 {
  	width: 49.2%;
}

.span_4_of_10 {
  	width: 39.04%;
}

.span_3_of_10 {
  	width: 28.88%;
}

.span_2_of_10 {
  	width: 18.72%;
}

.span_1_of_10 {
  	width: 8.56%;
}

/*global styles*/
.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}
.content {
	padding: 15px;
}
.contentHeight {
    height: 725px;
}
.vertAlign {
	display: flex;
	align-items: center;
 }
h1, h2, h3 {
	font-family: 'Prelo Slab W01 Book';
	font-weight: normal;
	font-size: 3em;
	color: #e11b22;
	margin-bottom: 12px;
}
h2 {
	font-size: 2em;
	line-height: 1.375em;
	color: #0083a9;
}
h3{
	font-family: 'Prelo Slab W01 Bold';
	font-size: 1.25em;
	color: #6e267b;
}
h4{
	font-family: Arial, sans-serif;
	font-size: 1.375em;
	color: #6e267b;
}
p {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #000;
	font-weight: normal;
}
p.iconText {
	font-size: 1.125em;
	padding-top: 10px;
}		
.minHt {
	min-height: 285px;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.leftIndent {
	padding-left: 25px;
}
li.list {
    color: black;
    list-style-type: none;
	line-height: 1.5em;
	font-size: 1.225em;
	list-style-image: url("/human-capital-consulting/rx-coalition/images/arrow.png");
	list-style-position: outside;
}
.colLftPadding {
	padding-left: 10px;
	box-sizing: border-box;
}
.colRtPadding {
	padding-right: 10px;
	box-sizing: border-box;
}
.paddingTop {
	padding-top: 12px;
}
.paddingBtm {
	padding-bottom: 12px;
}
.marginTop {
	margin-top: 12px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.borderRight {
    border-right: 1px solid #e11b22;
	padding: 0px 12px;
	box-sizing: border-box;
	height: inherit;
}
.borderLeft {
    border-left: 1px solid #e11b22;
	padding: 0px 12px;
	box-sizing: border-box;
	height: inherit;
}
hr {
  border: 0;
  width: 100%;
  background-color: #0039a6;
  color: #0039a6;
  height: 2px;
}
.center {
	text-align: center;
}
.boxText{
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background:#0039a6;
	border-radius: 5px;
	text-align: center; 
	color: #fff;
	font-size:2em;
	padding: 12px 21px;
	/*border: solid #4d4f53 2px;*/
	text-decoration: none;
}
.boxText2 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background:#0039a6;
	border-radius: 5px;
	text-align: left; 
	color: #fff;
	padding: 12px 21px;
	/*border: solid #4d4f53 2px;*/
	text-decoration: none;
}
.boxText3 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	background:#c9cac8
	border-radius: 5px;
	text-align: left; 
	color: #fff;
	padding: 12px 21px;
	/*border: solid #4d4f53 2px;*/
	text-decoration: none;
}
a.btn {
  background: #a1dbff;
  background-image: -webkit-linear-gradient(top, #a1dbff, #0083A9);
  background-image: -moz-linear-gradient(top, #a1dbff, #0083A9);
  background-image: -ms-linear-gradient(top, #a1dbff, #0083A9);
  background-image: -o-linear-gradient(top, #a1dbff, #0083A9);
  background-image: linear-gradient(to bottom, #a1dbff, #0083A9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: 'StoneSansITCW01-SemiBol_735693';
  color: #ffffff;
  font-size: 12px;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


/*mobile*/
/*full width below 480px*/
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    .span_1_of_10, .span_2_of_10, .span_3_of_10, .span_4_of_10, .span_5_of_10, .span_6_of_10, .span_7_of_10, .span_8_of_10, .span_9_of_10, .span_10_of_10 {
	width: 100%; 
	}
	.colRtPadding, .colLftPadding {
	padding: 0px;
	}
	.topPadding {
	padding: 0px;
	}
	.borderRight, .borderLeft {
	padding: 0px;
	}
	.borderRight {
	border-right: 0px;
	}
	.borderLeft {
    border-left: 0px;
	}
	.minHt {
	min-height: 0px;
	}
	.vertAlign {
	display: inline;
 }
}

