@charset "utf-8";
/* CSS Document */

.banner {
	position: relative;
	width: 100%;
	overflow: auto;

	font-size: 18px;
	/*line-height: 24px;*/
	text-align: center;

	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);

	/*background: #ffffff;*/
/*shadow at the bottom of the sliding banner 
	box-shadow: 0 1px 2px rgba(0,0,0,.25);*/
	}
	
.banner ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}

.banner ul li {
	display: block;
	float: left;
	width: 33%;
	height: 380px;
	
   /* background: no-repeat center center; background-size: cover;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: cover 100%; */
}

/*shadow at the top of the sliding banner
	box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}*/ 

/*photo image on the right*/

.us-swap-pic{
 background: url('../../img/swaps/medical-folks1.jpg') no-repeat center center; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
height:360px;	
}

.us-message-box-blue{
	background-color:#1c2341;
	/*background-image:url(../../img/pattern-right-bottom.png);*/
	background-repeat:no-repeat;
	background-position: right bottom;
	color:#fff; 
	text-align: left; 
	height:300px;
	
}



.us-message-box-orange{
	background-color:#d8450b;
	/*background-image:url(../../img/pattern-hula-hoop-right.png);*/
	background-repeat:no-repeat;
	background-position: right bottom;
	color:#fff; 
	text-align: left; 
	height:300px;
	
}

.us-message-box-green{
	background-color:#00a14b;
	
	/*background-image:url(../../img/pattern-fireworks-right.png);*/
	background-repeat:no-repeat;
	background-position: right bottom;
	color:#fff; 
	text-align: left; 
	height:300px;
	
}

.us-message-box-ltblue{
	background-color:#0090B4;
	
	background-image:url(../../img/pattern-fireworks-right.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	color:#fff; 
	text-align: left; 
	height:300px;
	
}

.us-pointer{margin-top:1.5rem; line-height:1.75rem;}

.us-pointer:before {
   content: url(../../img/3dots.gif);
   margin-right:15px;
}




/*padding w/in banner image for text/message content - set to 350px */
.banner .inner { /*align message middle*/
	padding: 175px 0 175px;
	}

.banner .inner2 { /*align message top*/
	padding: 0px 0px 320px;
	}
	
.banner .inner3 {/*align message bottom*/
	padding:320px 0px 0px;
	}

.swap-message{ /*dark background swap message container*/
	background-color:rgba(0,0,0,0.65);
    width:55%;
	padding:20px;
	}

.banner h1, .banner h2 {
	font-size: 40px;
	line-height: 52px;
	color: #fff;
	}

/* banner links 

.banner a:link {text-decoration:underline; color:#fff;}
.banner a:visited {text-decoration:none; color:#fff;}
.banner a:hover {text-decoration:underline; color:#A2E5FD;}
*/


/*buttons w/in banner text 
.banner .btn {
	display: inline-block;
	margin: 25px 0 0;
	padding: 9px 22px 7px;
	clear: both;
	color: #D51B12;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 2px solid #520103;
	border-radius: 5px;
	}
.banner .btn:hover {
	background: #D51B12;
	}
.banner .btn:active {
	-webkit-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	-o-filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	filter: drop-shadow(0 -1px 2px rgba(0,0,0,.5));
	}*/
/* Give dots a drop-shadow
.banner .btn, .banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
*/
/*Selection dots */

.banner .dots {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%; 
		padding-left:0px;
		padding-top:5px;		
		bottom: -12px; /*move dots to the very bottom */
		background-color:#fff; /*make button background white*/
	}
.banner .dots li {
	display: inline-block;
  *display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin: 0 4px;
	text-indent: -999em;
  *text-indent: 0;
	background-color:#B1B1B1; /*make dot centers light gray*/
	border: 3px solid #B1B1B1; /*make dot borders the same gray*/
	border-radius: 8px;
	cursor: pointer;
	opacity: .7;

	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;

	}

.banner .dots li.active {
	background: #848484; /*make active dot dark gray*/
	border: 3px solid #848484; /*make dot borders dark gray*/
	opacity: 1;
	}
.ol.dots
{padding-left:0px;
 
}

/*direction arrows */
.banner .arrows {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	}
.banner .arrow {
	display: inline;
	padding-left: 10px;
	cursor: pointer;
	}