/* ==============================
          GENERAL STRUCTURE 
   ============================== */
   
html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, cite, code, del, 
dfn, em, img, q, s, samp, small, strike, 
strong, sub, sup, tt, var, dd, dl, dt, li,
ol, ul, fieldset, label, legend, button, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1em;
  font-family: inherit;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}
em, strong, small, strike {line-height:1.5em;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

html {
  /*overflow-y: scroll;*/
  font-size: 100%;
  /*-webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;*/
}

/* General - Body & Headings */
body {
    background:#fff;
    color:#000;
    font:0.8125em Lucida Grande, Helvetica, Arial, sans-serif;
    line-height:1.5em;
    margin:0;
    padding:0;
}

p {line-height:1.25em;}

h1,.h1,h2,h3,h4,h5,h6 {
    font-family:Lucida Grande, Helvetica, Arial, sans-serif;
    font-weight:400;
}

h1, .h1 {
    font-size:1.6em;
    margin:0 0 0.5em;
}

h2 {
    color:#AB1E39;
    font-size:1.5em;
    line-height:1.5em;
    margin:0 0 0.5em;
}

h3 {
    color: #114C95;
    font-size: 1.25em;
    line-height: 1.5em;
}

h4 {
    font-size:1em;
    font-weight:700;
    line-height: 1.5em;
}

hr {
    margin: 1em auto;
    height: 1px;
    border: none;
    background: #999;
}

ul,ol {
    list-style:none;
}

a:link,a:visited {
    color:#114c95;
    text-decoration:underline;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* General - Lists */

.main ul > li,
.main ol > li {
    list-style: disc;
    margin: 0 0 0px 40px;
    line-height:1.5em;
}

.main ul > li > ul,
.main ol > li > ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main ul > li {
    list-style: disc;
}

.main ul > li > ul > li {
    list-style: circle;
}

.main ul > li > ul > li > ul > li {
    list-style: square;
}

.main ol > li {
    list-style: decimal;
}

.main ol > li > ol > li {
    list-style: lower-alpha;
}

.main ol > li > ol > li > ol > li {
    list-style: lower-roman;
}

.main ul.list-unstyled > li,
.main ol.list-unstyled > li{
    list-style: none;
    margin: 0px;
}


/* General - Form Elements */
button, input, select, textarea {
    font-size: 1em;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

textarea {   
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    margin:0 5px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/* General - Clearfix */
.clear {
    zoom: 1;
    *clear:both; /* IE 7 and below */
    *height: 0px; /* IE 7 and below */
}
.clear:before,
.clear:after {
    display: table;
    content: "";
    zoom: 1;
}
.clear:after {
    clear: both;
}

/* General - Miscellaneous Elements */
.right {
    float:right;
    margin-top:5px;
    text-align:right;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img.right {
    float:right;
    padding:20px;
}

.radioform span {
    display: block ;
}

/*.radioform span a {
    display: inline;
    float: right;   
}*/

#wrap {
    margin:0 auto;
    width:100%;
}


.container {
    margin: 0 auto;
    width: 980px;
}

#popupwrap {
    margin-bottom: 40px;
}

    #popupwrap .container {
        width: 800px;
    }

    #popupwrap #content {
        border-top: 10px solid #114c95;
        border-bottom: 5px solid #114c95;
        margin-bottom: 20px;
    }

    #popupwrap.popupreport .container {
        width: 1050px;
    }

/* General - Tables */
table {
    border: 1px solid #CED9E7;
    border-spacing: 0;
    margin: 10px 0;
    -moz-box-shadow: 0px 2px 5px #CCC;
    -webkit-box-shadow: 0px 2px 5px #CCC;
    box-shadow: 0px 2px 5px #CCC;
    background: -o-linear-gradient(#E0EBF9, white), -o-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: url(/_inc/img/gradient_sidebar.png) repeat-x top left white;
    background: -moz-linear-gradient(#E0EBF9, white), -moz-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E0EBF9), to(white)), -webkit-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -webkit-linear-gradient(rgba(224, 235, 249, 0.7), white),;
    background: -o-linear-gradient(#E0EBF9, white), -o-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    line-height: 1.25em;
}

th {
    border-top: none;
    font-weight: 700;
    color: white;
    background: #3B5785\9;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#255CA0', endColorstr='#3B5785'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#255CA0', endColorstr='#3B5785')"; /* IE8 */
    background: -o-linear-gradient(#255CA0, #3B5785);
    background: -moz-linear-gradient(#255CA0, #3B5785);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255CA0), to(#3B5785));
    background: -webkit-linear-gradient(#255CA0, #3B5785);
    background: linear-gradient(#255CA0, #3B5785);
    font-size: 1em;
    padding: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-align: left;
    border-spacing: 0px;	
}

td {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border-bottom: 1px solid #CED9E7;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    vertical-align: top;	
}

#wrappop .planq {
	/*
background:#264476 url(/_inc/img/changeplan_bg.jpg) repeat-x bottom;*/
left: 0px;
}

#lbIframe {
background:#FDFDFD url(/_inc/img/box_bg.png) repeat-x bottom;
border:5px solid #fff;
}

#lbIframe #wrappop td {
border-bottom:none;
border-top:none;
}

#lbIframe #wrappop table {
width:450px;
}


/* Sitecore Report Table */

#rvReport_ReportViewer table {
    background: none;
    border: none;
    border-spacing: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

#rvReport_ReportViewer td {
    border-bottom: none;
    border-top: none;
    margin: 0;
    padding: 0px;
    vertical-align: middle;
}

/* ==============================
            TOP CONTENT 
   ============================== */


.pagination {
    font-size:0.9em;
    line-height:3em;	
}

.pagination a {
    text-decoration: none;	
    padding: 5px;
    background: #eef1f6;
}

.pagination a:hover {
    background: #d7dfea;	
}

.pagination span {
    padding: 5px;
}

/* ==============================
            NAVIGATION 
   ============================== */
.nav, #mobile {
    background: url(../img/gradient-blue.jpg) center center repeat-x #114c95; /* IE and older browsers */
	background-image: -ms-linear-gradient(top, #476fa2 0%, #114c95 100%);/* IE10 Consumer Preview */
	background-image: -moz-linear-gradient(top, #476fa2 0%, #114c95 100%);/* Mozilla Firefox */
	background-image: -o-linear-gradient(top, #476fa2 0%, #114c95 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #476fa2), color-stop(1, #114c95));/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #476fa2 0%, #114c95 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #476fa2 0%, #114c95 100%);/* W3C Markup, IE10 Release Preview */
	
	height: 43px;
}

.nav {
    text-align: center;
}

    .nav h1
    {
        color: #fff;
        padding: 10px;
        text-align: left;
    }

.nav ul {
	list-style: none;
	margin: auto;
	width: auto;
	*width: 760px;
}

#footernav.nav ul {
    *width: 830px;
}

.nav a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.nav > ul > li {
    *float: left;
    display: inline-block;
	margin: 0px 1px 0;
	
	*padding: 1px;
	*padding-bottom: 0px;
	padding: 1px;
	padding-bottom: 1px;
	
	position: relative;
	text-align: left;
    white-space: nowrap;
}

	.nav > ul > li > span {
		display: none;
		text-indent: -9999px;
	} 
	
.nav > ul > li:hover {
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    
    *padding: 0px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    padding: 0px;
	padding-bottom: 1px;
}

#footernav.nav {
    height: 45px;
}

#footernav.nav > ul > li:hover {    
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2) inset;
    border: none;
    
    *background: #0a4185;
    background: #0a4185\9;
    padding: 1px;
}

	.nav > ul > li:hover ul {
		display: block;
	}

	#mainnav .nav > ul > li:hover a,
	#mainnav .nav > ul > li.active a {
		color: #114c95;
	}
	
	.nav > ul > li > a {
		padding: 20px 10px 15px;
	}
	
	#footernav.nav > ul > li > a {
		padding: 15px;
	}
	 

#mainnav .nav > ul > li {
	margin: -6px 1px 0;
	/*padding: 20px 0px 18px;*/
}
	
	#mainnav .nav > ul > li.nav-link-home.active {
		background: none;
		border-radius: 0;
		box-shadow: none;
	}

		#mainnav .nav > ul > li.nav-link-home > a, 
		#mainnav .nav > ul > li.nav-link-home > a:hover, 
		#mainnav .nav > ul > li.nav-link-home:hover > a {
			background-image: url("../img/icn_home.png");
			background-repeat: no-repeat;
			background-position: -24px -22px;
			height: 20px;
			padding: 20px 15px 9px;
			text-indent: -9999px;
			width: 20px;
		}

		#mainnav .nav > ul > li.nav-link-home > a:hover, 
		#mainnav .nav > ul > li.nav-link-home:hover > a {
			background-position: -125px -23px;
		}

.nav ul.submenu {
    background: #E0E7F7\9; /*IE7*/
	background-image: -ms-linear-gradient(top, #ffffff 0%, #eaf1fb 100%);/* IE10 Consumer Preview */
	background-image: -moz-linear-gradient(top, #ffffff 0%, #eaf1fb 100%);/* Mozilla Firefox */
	background-image: -o-linear-gradient(top, #ffffff 0%, #eaf1fb 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaf1fb));/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #eaf1fb 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #ffffff 0%, #eaf1fb 100%);/* W3C Markup, IE10 Release Preview */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaf1fb); /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaf1fb)";    
	
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    *border: 1px solid #ccc;
    *border-top: 0px;
    border: 1px solid #ccc\9;
    border-top: 0px\9;
    display: none;
    margin: 0px;
    margin: 0px 0px 0px -1px;
    min-width: 225px;
    padding: 5px 0;
    position: absolute;
    width: auto;
    z-index: 250;
}

	.nav ul.submenu a {
		display: block;
		padding: 8px 20px;
	}

	#mainnav .nav > ul > li > ul.submenu a:hover {
		color: #000;
	}

#mainnav .nav > ul > li:hover,
#mainnav .nav > ul > li.active {
	background: #fff;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
    
    *border: 1px solid #ccc;
    *border-bottom: 0px;
    *padding: 0px;
    border: 1px solid #ccc\9;
    border-bottom: 0px\9;
    padding: 0px\9;
	padding-bottom: 1px\9;
}

.lshdw {
    border-color:#555 #555 transparent transparent;
    border-style:solid;
    border-width:5px 5px 6px 6px;
    height:0;
    left:0;
    line-height:0;
    position:absolute;
    top:100%;
}

.rshdw {
    border-color:#555 transparent transparent #555;
    border-style:solid;
    border-width:5px 6px 6px 5px;
    height:0;
    right:0;
    line-height:0;
    position:absolute;
    top:100%;
    *z-index: -100;
}

#nav ul.submenu li a:hover {
color: #AB1E39;
}

/* Navigation - Left Side */
.side {
    border-right:1px solid #C6C6C6;
    *border-right: none;
    float:left;
    padding:0px 10px 10px;
    width:210px;
    background-color: white; /* fallback/image non-cover color */
    background: url(/_inc/img/gradient_sidebar.png) repeat-x top left white; /* fallback image */
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0EBF9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    background: -moz-linear-gradient(#E0EBF9, white), -moz-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E0EBF9), to(white)), -webkit-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(rgba(224, 235, 249, 0.7), white), -webkit-linear-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#E0EBF9, white), -o-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Opera 11.10+ */
    position: relative;
}

.side h1 {
    color:#fff;
    background-color: #114C95; /* fallback/image non-cover color */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#255ca0', endColorstr='#3b5785',GradientType=0 ); /* IE6-9 */
    background: -moz-linear-gradient(#255ca0, #3b5785); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255ca0), to(#3b5785)); /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(#255ca0, #3b5785); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#255ca0, #3b5785); /* Opera 11.10+ */
    font-size:1.5em;
    margin: 0 -11px 0 -10px;
    padding: 20px 0 22px 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 1px 3px rgba(0, 0, 0, 0.4);
}

.side h1.active {
    background: url(/_inc/img/sidenav-active.png) no-repeat 214px 50% #114C95;
    background: url(/_inc/img/sidenav-active.png) no-repeat 214px 50%, -ms-linear-gradient(#255ca0, #3b5785); /* Firefox 3.6+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 214px 50%, -moz-linear-gradient(#255ca0, #3b5785); /* Firefox 3.6+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 214px 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255ca0), to(#3b5785)); /* Safari 4+, Chrome 1+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 214px 50%, -webkit-linear-gradient(#255ca0, #3b5785); /* Safari 5.1+, Chrome 10+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 214px 50%, -o-linear-gradient(#255ca0, #3b5785); /* Opera 11.10+ */
}

.side h1 a {
    color:#fff;
    text-decoration:none;
}

.side ul {
    list-style:none;
    margin:0;
    padding:0;
}

.side ul li {
    border-bottom:1px solid #CED9E7;
    border-top:1px solid rgba(255,255,255,0.6);
    list-style:none;
    margin:0;
    padding:10px;
}

.side ul li.active {
    background-color: #A81D38; /* fallback/image non-cover color */
    background: url(/_inc/img/sidenav-active.png) no-repeat 226px 50%, -moz-linear-gradient(#A81D38, #83172C); /* Firefox 3.6+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 226px 50%, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A81D38), to(#83172C)); /* Safari 4+, Chrome 1+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 226px 50%, -webkit-linear-gradient(#A81D38, #83172C); /* Safari 5.1+, Chrome 10+ */
    background: url(/_inc/img/sidenav-active.png) no-repeat 226px 50%, -o-linear-gradient(#A81D38, #83172C); /* Opera 11.10+ */
    border-bottom:none;
    border-top: none;
    margin: -1px 0 0px -22px;
    padding: 10px 21px 10px 32px;
    position:relative;
    width:190px;
}

.side ul li.active span {
    border-color:#555 #555 transparent transparent;
    border-style:solid;
    border-width:6px;
    height:0;
    left:0;
    line-height:0;
    position:absolute;
    top:100%;
}

.side ul li:first-child,.side ul li.sub {
    border-top:none;
}

.side ul li:last-child {
    border-bottom:none;
}

.side ul li a {
    color:#282D5D;
    font-size:1.125em;
    text-decoration:none;
}

.side ul li a:hover {
    color: #4A77AE;
}

.side ul li.sub {
    border-top:none;
    padding:0;
}

.side ul.sub {
    background:#FFF;
    list-style:none;
    margin:0 -10px;
    padding: 0 10px;
}

.side ul.sub li {
    background:url(/_inc/img/dotted.png) repeat-x bottom;
    border-bottom:none;
    border-top:none;
    padding-left:20px;
}

.side ul.sub li.active {
    margin: 0;
    background: url(/_inc/img/sidenav-active.png) no-repeat 205px 50%, url(/_inc/img/dotted.png) no-repeat bottom left;
    width:191px;
}

.side ul.sub li.active:last-child {
    margin: 0;
    background: url(/_inc/img/sidenav-active.png) no-repeat 205px 50%;	
    width:191px;
}

.side ul.sub li.active a {
    color: #282D5D;	
}

.side ul.sub li a {
    color:#4A77AE;
    font-size:1em;
    margin:0;
    text-decoration:none;
}

.side ul.sub li a:hover {
    color:#282D5D;
}

.side ul.sub > li.sub {
    background: none;
}

.side ul.sub li.sub ul.sub li.active {
    background-position: 184px 50%, -19px bottom;
    width: 170px;
}

.side ul.sub li.sub ul.sub li.last {
    background: url("/_inc/img/dotted.png") repeat-x center bottom;
    background: none\9;
}

.side ul.sub li.sub ul.sub li.active.last {
    background: url(/_inc/img/sidenav-active.png) no-repeat 184px 50%, 
                url("/_inc/img/dotted.png") repeat-x center bottom;
    width: 160px;
}


/* ==============================
               CONTENT 
   ============================== */
#utilnav {
	width: 370px;
}


#mainnav {
    position: relative;
    z-index: 2;
}

#top {
    margin: 10px 0;
    *margin: 10px 0px -5px;
}

#wrap {
    clear: both;
}

#wrap, #header, #content, #footer {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    position: relative;
}


/* Header */
.shdw_brdr {
	background: url("../img/shdw_brdr.png") 50%;
	padding: 0px 20px;
}

.shdw {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.banner .container {
    height: 230px;
    position: relative;
}

#header a {
    text-decoration: none;	
}

#header .banner {
    background: url("../img/banner.jpg") repeat-x center top;/*url("../img/banner_v02.jpg") repeat-x center top;*/
    height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

/*#wrappop .banner {
    background: url("../img/banner.jpg") repeat-x right top;
    border: 0px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}*/


/* Profile Questions */
.planq, .profile {
    /*background:#264476 url(/_inc/img/welcomeselections_bg.jpg) no-repeat bottom;
    border:1px solid #000;*/
    background-image: -ms-linear-gradient(top, #FFFFFF 30%, #CFDAEE 100%); /* IE10 Consumer Preview */ 
    background-image: -moz-linear-gradient(top, #FFFFFF 30%, #CFDAEE 100%); /* Mozilla Firefox */ 
    background-image: -o-linear-gradient(top, #FFFFFF 30%, #CFDAEE 100%); /* Opera */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.3, #FFFFFF), color-stop(1, #CFDAEE)); /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-linear-gradient(top, #FFFFFF 30%, #CFDAEE 100%); /* Webkit (Chrome 11+) */ 
    background-image: linear-gradient(to bottom, #FFFFFF 30%, #CFDAEE 100%); /* W3C Markup, IE10 Release Preview */ 
    *background: url(/_inc/img/bg_gradient.png) top center repeat-x; /* IE7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CFDAEE'); /*IE*/
    
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-bottom:none;
    float:left;
    margin:25px 0 0;
    min-height:150px;
    padding:15px 20px 20px 20px;
    width:460px;
    height: 170px; 
    position: relative;
    left: 390px;
}    

.planq .profileBtn {
    margin-left: 35px;	
}

.profile table,.planq table {
    background:none;
    border:none;
    margin:0;
    padding:0;
    position:relative;
    width:470px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.profile td,.planq td {
    border-bottom:none;
    border-top: none;
    padding:0;
    position: relative;
}

.ziperror {
color: #AB1E39;
/*left: -50px;
  top: 2em;
  width: 180px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
padding: 10px;*/
}

.planq td.location {
	width: 250px;
}

.planq td.location select {
	width: 170px;
}

.planq td.services select {
	width: 230px;
}

.profile td.zip,.planq td.zip {
    /*padding-top:3px;*/
    *left:230px;
    *top: 35px; 
    *position: absolute;
}

#zip {
    width:60px;
}

#profileviewer {
    border:solid 1px #000;
    border-bottom:none;
    float:right;
    margin:10px 10px 0 0;
    min-height:195px;
    overflow:hidden;
    width:668px;
}

.profile,.planq a {
    color:#114C95;
    text-decoration:none;
}

.profile, .planq a:hover, .side ul li.active a, .profileTable a {
    color: #114C95;
}

/*
.profile {
background:#264476 url(/_inc/img/profiletop_bg.jpg) no-repeat -10px bottom;
border-top:none;
float:right;
margin: 10px 10px 0 0;
min-height:195px;
width:668px;
}*/

.profile h1,.planq h1,
.profile .h1,.planq .h1 {
    color:#114C95;
    font-size:2.25em;
    font-weight:600;
    line-height:0;
    margin:40px 25px 25px;
    text-shadow: 0 1px 5px #000;
}

.profile h2, .planq h2, .planq .h2 {
    color:#114C95;
    font-size:1.75em;
    font-weight:600;
    line-height:1.25em;
    margin-bottom: 0.5em;
}

/*
.profile h2 {
color:#FFF;
font-size:1.125em;
font-weight:400;
line-height:1.5em;
margin:10px;
width:450px;
}*/
.popupq h1, .popupq .h1 {
    font-size: 1.85em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0px 0px 15px;
    text-shadow: none;
}

.planq h3, .profile h3 {
    color: #114C95;
    font-size: 1.0em;
    line-height: 1.25em;
    margin: 10px 0px ;
}

.planq span.h3, .popupq span, .popupq .h1 span {
    color: #114C95;
    font-size: 0.6em;
    font-weight: 600;
    line-height: 0.7em;
}

 .popupq .h1 span {
    font-weight: bold;
}

.planq tr,.profile tr {
    height:35px;
}

/*.planq .profileBtn, .profile .profileBtn, .searchresults .button, .btn, .scfSubmitButtonBorder input {
    background: #aa1e38 url(/_inc/img/button_gradient.jpg) bottom;
    border:2px solid #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow:0 1px 5px #000;
    -webkit-box-shadow:0 1px 5px #000;
    box-shadow:0px 1px 5px #000;
    color:#fff;
    font-size:1em;
    padding: 5px 10px;
}*/

.planq select, .planq input { 
    border: 1px solid #ccc;
    -webkit-border-radius: 4px; 
    border-radius: 4px;
    padding: 5px 10px;
}

.profile .profileBtn {
    margin-left:25px;
}

#vidplayer {
    float:right;
    margin: 10px -35px 0 0;
    display: none;
}

/* Profile Questions - New */
.profileq {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
	background: url(../img/bg_transparent.png)\9;
    zoom: 1;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    padding: 10px 20px 5px;
    position: absolute;
    right: 40px;
    width: 40%;
}

.profile-info-sub .profileq {
    padding: 10px 20px;
}

.profile-info-sub .profileq h2 {
    margin-bottom: 0px;
}

.profileq h2 
{
    color: #004990;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
}

.profileq .btn-collapse {
    background: url("../img/icn-arrow-down.png") no-repeat 0 6px;
    float: left;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}


.profileq .btn-expand {
    background: url("../img/icn-arrow-up.png") no-repeat 0 6px;
    float: left;
    height: 20px;
    text-indent: -9999px;
    width: 20px;
}

.profileq .profile_info {
    color: #004990;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 370px;
}

.profile-box-full {
    clear: both;
}

.profile-box-small {
    display: none;
}

.form-profile {
    margin-bottom: 15px;
}

.col1 {
    float:left;
    padding:20px 20px 0;
    width:240px;
    color: #000;
    display: none;
}

.col1 h1 {
    line-height: 1.125em;	
}

.tricarelogo {
    background: url(/_inc/img/TRICARE_logo.png) left top no-repeat;
    text-indent: -9999px;
    display: block;
    height: 130px;
    width: 240px;
    padding: 0px;
    margin: -15px 0 25px;
    cursor: pointer;
}

/* MAIN PAGE */
.ctop {
    padding: 0 30px;
    border-bottom: 1px solid #CCC;
}

.amargin {
    padding-top:1px;	
}

.alert {
    background:#FFF url(/_inc/img/alert_bg.png) repeat-x bottom;
    border:3px solid #ab1e39;
    margin:30px 0;
    padding:20px;
    overflow: hidden;
}

.alert h2 {
    color:#ab1e39;
    line-height:1.5em;
    margin-right:20px;
    padding-right:20px;
    width:300px;
}

.alert img {
    float: left;
    margin: 0 20px 0 0;
    max-width: 250px;
}

.alert p {
    line-height:1.35em;
    padding-left:20px;
}

.col2 {
    float:left;
    padding-top:30px;
    width:720px;
}

.col2 li {
    list-style:none;
    margin:0;
}

.dropdown {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(#C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: url(/_inc/img/gradient_news-bg.png) repeat-x 50% 50% white;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -moz-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(224, 235, 249, 0.7))), -webkit-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -o-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(#C4C8CC, #C4C8CC 97%, #9FA2A6);
    border: 5px solid white;
    margin: 0 10%;
    padding: 15px 0;
    text-align: center;
}

.dropdown h2 {
    text-shadow: 1px 1px 1px white;
}

/*.dropdown #content_0_main_0_btnSelectServices, #content_0_main_0_btnSelectServices {
margin: 10px 10px;
width: 50px;
background: url(/_inc/img/button_gradient.jpg) bottom;
border: 2px solid white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0 1px 5px black;
-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
color: white;
font-size: 1em;
height: 30px;
}*/

ul.qlinks {
    float:left;
    margin: 20px;
    width: 320px;
}

ul.qlinks li {
    background:url(/_inc/img/arrow.png) no-repeat 0 .2em;
    border-bottom: 1px dashed #aaa;
    list-style:none;
    margin:10px 0 0;
    padding:6px 0 15px 40px;
}
ul.qlinks li:last-child {
    background:url(/_inc/img/arrow.png) no-repeat 0 .2em;
}

ul.qlinks a {
    color: #282D5D;
    font-weight: 400;
    text-decoration: none;
    vertical-align: top;
    display: block;
    font-size: 1.25em;
}

ul.qlinks a:hover {
    color: #AB1E39;
}

.news {
    min-height: 410px;
    border-left:1px solid #c6c6c6;
    float:right;
    padding:20px 10px 10px;
    text-align:right;
    width:210px;
    background-color: white; /* fallback/image non-cover color */
    background: url(/_inc/img/gradient_news-bg.png) repeat-x bottom left white; /* fallback image */
    background: -moz-linear-gradient(white, rgba(224, 235, 249, 0.7)), -moz-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from((white), to(rgba(224, 235, 249, 0.7)))), -webkit-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(white, rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(right, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(white, rgba(224, 235, 249, 0.7)), -o-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Opera 11.10+ */
}

.news h3 {
    background: url(/_inc/img/news-active.png) no-repeat -15px 50%;
    color: #AB1E39;
    font-size: 1.5em;
    margin-bottom: 1em;
    text-align: left;
    margin-left: -11px;
    padding-left: 20px;
    line-height: 1em;
}

.news h3 a {
    color:#AB1E39;
    text-decoration:none;
}

.article {
    /* background:url(/_inc/img/article_bg.jpg) repeat-x #FFF; */
    border-bottom:1px solid #CED9E7;
    border-top:1px solid #FFF;
    padding:10px;
    text-align:left;
}

.article:first-child {
    border-top: none;	
}

.article:last-child {
    border-bottom: none;	
}

.article h3 {
    margin:0;
    padding: 0;
    background: none;
    padding-bottom:10px;
}

.article h3 a {
    color:#282d5d;
    font-size:0.75em;
    font-weight:400;
    margin:0.5em 0;
    text-decoration:none;
}

.acrisis h3 a {
    color:#AB1E39;
}

.article p {
    line-height:1.5em;
    margin:0.5em 0;
}

.acrisis {
    /* background:url(/_inc/img/crisis_bg.jpg) repeat-x #FFF; */
}

a.morenews {
    background:url(/_inc/img/arrow.png) no-repeat right 0.1em;
    font-weight:700;
    margin-right:-5px;
    padding:5px 35px 5px 0;
    line-height:2.5em;
}

.news a.profilebtn {
    background:url(/_inc/img/button_gradient.jpg) bottom;
    border:2px solid #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    color:#fff;
    font-size:1em;
    height:30px;
    width:110px;
}


.side2 .side-image {
    text-align: center;
}

.side2 .side-image img {
    height: auto;
    width: 100%;
}

/* ARTICLE */

.main h3 {
margin:0.5em 0;
padding:0;
color: #000000;
font-size: 1.0em;
font-weight: bold;
}

.main {
    padding: 10px 20px 20px;
}

.main p, ul, ol {
line-height:1.5em;
margin:0.5em 0 1.5em;
}

.main label {
color: #114C95;
font-size: 1.25em;
line-height: 1.5em;	
}
.main select {
margin: 2px 25px 2px 10px;	
}
.main input.profileBtn {
background: url(/_inc/img/button_gradient.jpg) bottom;
border: 2px solid white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0 1px 5px black;
-webkit-box-shadow: 0 1px 5px black;
box-shadow: 0px 1px 5px black;
color: white;
font-size: 1em;
height: 30px;
margin: 0 15px 0 0;	
}

.lmargin {
border-left:1px solid #C6C6C6;
/*margin-left:230px;
*margin-left: 0px;*/
/*z-index: -1;*/
float: left;
margin-left: -1px;
width: 665px;
}

.rmargin {
/*margin-right:230px;
*width: 450px;*/
float: left;
width: 650px;
}

.main.rmargin {
    margin-left: 10px;
    width: 680px;
}

.main.lmargin.rmargin {
    margin-left: -1px;
    width: 450px;
}

.insideleft {
float: left;
width: 170px;
padding: 10px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
background: url(/_inc/img/gradient_news-bg.png) repeat-x 50% 50% white;	
background: -moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -moz-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(224, 235, 249, 0.7))), -webkit-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
background: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -o-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(#C4C8CC, #C4C8CC 97%, #9FA2A6);
border: 5px solid white;
font-style: italic;
}

/* BREADCRUMBS & PRINT */
.main .crumbs ul {
 margin: 0;
}
.crumbs {
border-bottom:2px solid #B5B8BB;
font-size:0.9em;
font-style:italic;
margin:0 10px 0px;
overflow:hidden;
padding: 20px 0 10px 7px;
width:930px;
}
.lmargin .crumbs ul {
width: 525px;
overflow: hidden;
float: left;
}
.lmargin .crumbs {
width: 699px;	
border-left: none;
padding:20px 0 10px 7px;
/*float: right;*/
}
.crumbs ul {
width: 755px;
overflow: hidden;
float: left;
margin: 0;
}
.crumbs .right {
float:right;
font-style:normal;
margin: 0 0 0.5em;
line-height: 1.5em;
}
.print {
background:url(/_inc/img/print_ico.png) no-repeat;
padding-left:15px;
}

.crumbs ul li {
display:inline-block;
*float: left; 
list-style:none;
margin:0 0 5px;
}

.crumbs ul li a {
background:url(/_inc/img/breadcrumbarrow.png) no-repeat right 50%;
padding-right:12px;
text-decoration: none;
}
.crumbs ul li a:hover {
text-decoration: underline;
}

/* LANDING PAGE */

/*.landing .main {
 float: left;
}*/

.landing {
 padding-top: 15px;
}

.landing.item-Pharmacy {
    min-height: 410px;
}

.landing .right {
  border: 1px solid #d8d8d8;
 -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
margin: 10px;
}
.landing .right img {
 border: 7px solid #fff;
}

.landing .content {
    width: 60%;
}

.landing.item-Pharmacy .content {
    width: 50%;
}

/* SPOTLIGHT ITEMS */
.shighlight {
    background: url(../img/bg_gradient.png) repeat-x center center #fff; /* fallback image */
    background: -moz-linear-gradient(top, #ffffff 0%, #eaf1fb 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(97%,#eaf1fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaf1fb 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eaf1fb 97%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eaf1fb 97%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#eaf1fb 97%); /* W3C */
    
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*border: 1px solid #dfdfdf;*/
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    float:left;
    margin: 20px 7px 10px;
    min-height:75px;
    position:relative;
    width: 185px;
    padding: 0 10px;
}

.shighlight:hover {
    background: #e4ebf6; /* fallback image */
    background: -moz-linear-gradient(top, #e4ebf6 0%, #eaf1fb 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ebf6), color-stop(97%,#eaf1fb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4ebf6 0%,#eaf1fb 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4ebf6 0%,#eaf1fb 97%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e4ebf6 0%,#eaf1fb 97%); /* IE10+ */
    background: linear-gradient(top, #e4ebf6 0%,#eaf1fb 97%); /* W3C */

    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1) inset;
} 

.shighlight a {
    text-decoration: none;
}

.shighlight:hover a, .shighlight a:hover {
    color: #114C95;
    text-decoration: none;
}

.shighlight img.ico {
    float:left;
    padding: 0 20px 0 12px;
}

.shighlight h2 {
    background: url(/_inc/img/shighlight-icon.png) no-repeat top left;
    color: #AB1E39;
    margin: -12px 0 0 -5px;
    min-height: 62px;
    text-align: left;
    text-decoration: none;
    padding: 12px 0;
}

.shighlight h2 span {
    display: block;
    margin: 7px 0 7px 75px;
}

.shighlight a h2, .shighlight a:link h2, .shighlight a:visited h2 {
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
    color: #AB1E39;
}

.shighlight a:hover h2 {
    color: #114C95;
}

.shighlight .saction {
    float: right;
    background: url(/_inc/img/arrow.png) no-repeat right 3px;
    margin: 10px 0 0;
    padding: 6px 40px 15px 0;
    text-decoration: none;
    font-weight: normal;
    color: #AB1E39;
    font-size: 1.1em;
    text-align: right;
}

.shighlight a:hover.saction {
    text-decoration: underline;
    color: #114C95;
}

/* OTHER CONTENT ITEMS */

.contactscol {
float:left;
margin:0 15px 15px;
width:250px;
}

.tip {
background-color:#fff; 
background:url(/_inc/img/tipbg.jpg) repeat-x top; /* fallback image */
background: -moz-linear-gradient((white, rgba(217,224,234, 0.15))); /* Firefox 3.6+ */
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(rgba(217,224,234, 0.15))); /* Safari 4+, Chrome 1+ */
background: -webkit-linear-gradient(white, rgba(217,224,234, 0.15)); /* Safari 5.1+, Chrome 10+ */
background: -o-linear-gradient(white, rgba(217,224,234, 0.15)); /* Opera 11.10+ */
background-color:#e7eff8;
border-bottom:1px solid #999;
border-top:1px solid #999;
margin: 10px;
padding:10px;
line-height:1.25em;
}

.tip h3 {
margin: 0;
}

.update {
border-top:1px solid #999;
color:#999;
font-size:0.875em;
margin:15px 0 0;
}

.hovertip {
 border-bottom: 1px dotted #000000;
  color: #000000; outline: none;
  cursor: help; text-decoration: none;
  position: relative;
}

.hovertip span {
 margin-left: -999em;
  position: absolute;
}

.hovertip:hover span {
  position: absolute;
  left: 1em;
  top: 2em;
  z-index: 99;
  margin-left: 0;
  width: 250px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
padding: 10px;
}
.hovertip:hover em {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0.2em 0 0.6em 0;
}

.form-msg .hovertip:hover span {
    font-size: 1.1em;
    line-height: 1em;
}

.main .hovertip ul > li, .hovertip .main ol > li {
    margin: 0 0 0 20px;
}

/* RIGHT SIDEBAR BOXES */

.side2 {
    margin:10px;
    text-align:right;
    float: right;
    /*float:right;
    top: 70px;
    right: 10px;
    position: absolute;*/
    width:210px;
}

.side2 .right {
float:none;
text-align:right;
}

.box {
    *background: url(../img/box_bg.png) repeat-x top #efefef; /* fallback image */
    background: -moz-linear-gradient(#FCFCFC, #efefef); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FCFCFC), to(#efefef)); /* Safari 4+, Chrome 1+ */
    background: -webkit-linear-gradient(#FCFCFC, #efefef); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#FCFCFC, #efefef); /* Opera 11.10+ */
    background: linear-gradient(#FCFCFC, #efefef); /* Opera 11.10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#efefef'); /* IE6 & IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#efefef')"; /* IE8 */

    -webkit-box-shadow: 0px 0px 2px 0px #ddd;
    box-shadow: 0px 0px 2px 0px #ddd;
    border:1px solid #efefef\9;
    margin:0 0 20px 0;
    padding:0 0 5px;
    text-align:left;
    }
    .box h3, .rside_heading {
    color: #114C95;
    font-size: 1.25em;
    line-height: 1.2em;
    padding: 0px;
}

.strong {
	font-weight: bold;
}

.box a {
/*display: block;
margin: 0 0 0.75em;*/
line-height: 1.5em;
word-wrap: break-word;
}

.side2 .box p {
display: block;
margin: 0 0 0.75em;
}

.highlight {
padding: 10px;
padding-top: 0px;
}

.rside_icn {
	height: 18px;
	margin-right: 10px;
	float: left;
}

.rside_heading {
	background: #e7e7e7; /* Old browsers */
    background: url(/_inc/img/box_bg.png) repeat-x center; /* fallback image */
    background:#e7e7e7 url(/_inc/img/box_bg.png) repeat-x center; /* fallback image */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ddd 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#ddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	padding: 10px;
}

.rside_heading_blue {
	background: #d9e4f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d9e4f6 0%, #c0d3f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9e4f6), color-stop(100%,#c0d3f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d9e4f6 0%,#c0d3f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d9e4f6 0%,#c0d3f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d9e4f6 0%,#c0d3f1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d9e4f6 0%,#c0d3f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9e4f6', endColorstr='#c0d3f1',GradientType=0 ); /* IE6-9 */
	padding: 10px;
}

.rside_heading_blue .rside_icn {
    height: auto;
}

.rside_content p {
    margin-bottom: 10px;
}

.rside_content input[type="text"]  {
    border: 1px solid #ccc;
    /*height: 20px;*/
    width: 60%;
}

.rside_content input[type="submit"] {
    width: 25%;
}

.rside_content {
	margin: 10px;
	word-wrap: break-word; 
}

.loading {
  background-color: rgba(0, 0, 0, .25);
  opacity: 0.5;
  filter: alpha(opacity = 50);
  margin: auto;
  padding: 0px 10px 10px 10px;
  position: relative;
  height: 312px;
  width: 699px;
  z-index : 9999;
  zoom: 1;
}

.loadingPodcasts 
{
  position: absolute;
  background-color: rgba(0, 0, 0, .25);
  width: 402px;
  height: 130px;
  position : absolute;
  z-index : 9999;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  zoom: 1;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 10px 10px;
}

.loading img 
{
    position: absolute;
    top: 40%;
    left: 45%;
}

.loadingPodcasts img 
{
    position: absolute;
    top: 30%;
    left: 40%;
}

.loadingpop 
{
  position: absolute;
  background-color: rgba(0, 0, 0, .25);
  width: 500px;
  height: 310px;
  position : absolute;
  left: 0%;
  z-index : 9999;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  zoom: 1;
  margin: 0px 10px 0px 0px;
  padding: 0px 10px 10px 10px;
}

.loadingpop img 
{
    position: absolute;
    top: 40%;
    left: 40%;
}


.highlight h3, .highlight .rside_heading {
    background: #5a92dd url(/_inc/img/h1side_bg.jpg) bottom; 
	filter: none;
    color:#fff;
    line-height:1em;
    margin:0 -11px 7px;
    padding: 7px 0 7px 5px;

}

/* Compare Plans */

.planbox table {
margin:0 auto;
width:100%;
}
.plantable {}

.planBtn {
 float: right;
background:#aa1e38 url(/_inc/img/button_gradient.jpg) bottom repeat-x;
border:2px solid #FFF;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow:0 1px 5px #000;
-webkit-box-shadow:0 1px 5px #000;
box-shadow:0px 1px 5px #000;
color:#fff;
font-size:1em;
margin: -5px 35px 20px;
padding: 10px;
text-shadow: 1px 1px 1px #000;
}

/* BOTTOM NAV & FOOTER */

#bottomnav {
background:#274777;
-moz-box-shadow: 0px 5px 5px #CCC;
-webkit-box-shadow: 0px 5px 5px #CCC;
box-shadow: 0px 5px 5px #CCC;
margin-bottom:25px;
text-align:center;
width: 956px;
margin: 0 auto 30px;
}

#bottomnav ul {
margin:0;
padding:0.75em;
}

#bottomnav ul a {
color:#FFF;
text-decoration:none;
}

#bottomnav ul li {
display:inline;
margin:0 10px;
}

#footer {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 50%, #cfdaee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ffffff), color-stop(100%,#cfdaee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 50%,#cfdaee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 50%,#cfdaee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 50%,#cfdaee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 50%,#cfdaee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfdaee',GradientType=0 ); /* IE6-9 */
margin:0 auto;
padding-bottom:25px;
text-align:center;
width:100%;
}

#footer p {
    line-height: 1.5em;
}

#footer_content {
    clear: both;
    margin: 20px auto;
    width: 956px;
}

#profile_map {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 956px;
}
#profile_map .col {
    display: table;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    text-align: left;
    width: 180px;
}

#profile_map .maptitle a, #profile_map .footer_socialmedia .maptitle {
    color: #274777;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.75em;
}
#profile_map p {
    line-height: 1.25em;
}
#profile_map a {
    color: #000000;
    line-height: 1.5em;
    text-decoration: none;
}
#profile_map a:hover {
    color: #274777;
    text-decoration: underline;
}
.shadow {
    background: url('../img/div_shdw.png') no-repeat top center;
	margin: auto; 
    height: 35px;
    width: 600px;
}

/* OTHER */

a,a:hover,a:active,a:focus,.shighlight h2 a:hover,.side2 a {
text-decoration:none;
}

a img,#utilnav ul a.last,.profile td,.plan td,ul.qlinks li.last {
border:none;
}
div.news .last {
border-bottom: none;	
}

.left,.article img {
float:left;
}

#lbIframe body,.side ul.sub li:last-child {
background:none;
}

#lbDetailsContainer,#search label {
display:none;
}

#utilnav ul a:hover,/*.shighlight a:hover,*/.side2 a:hover,#bottomnav ul a:hover, .box a:hover {
text-decoration:underline;
}

.box a {
text-decoration: none;
}

a.col1 h1,a.col1 h2,.news h3 a:hover {
color:#000;
text-decoration:none;
}

.profile,.planq a:hover,.side ul li.active a, a#ctl08_btnClearProfile {
color:#fff;
}

.planq .step,.profile .step,box img {
vertical-align:top;
width: 22px;
}

.acrisis h3,.ahighlight h3 {
padding-left:45px;
}

.tip h5 {
margin:0;
}


/*
border: 2px solid white;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
-moz-box-shadow: 0 1px 5px black;
-webkit-box-shadow: 0 1px 5px black;
box-shadow: 0px 1px 5px black;
color: white;
font-size: 1em;
height: 30px;
background: ##A81D38;
background: -o-linear-gradient(#A81D38, #83172C);
background: -moz-linear-gradient(#A81D38, #83172C);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A81D38), to(#83172C));
background: -webkit-linear-gradient(#A81D38, #83172C);
background: -o-linear-gradient(#A81D38, #83172C);	
}*/

.leftTopics, .rightTopics 
{ float: left;
  width: 40%;
  margin-right: 5%;
}
.leftTopics a, .rightTopics a
{
    margin-left:20px;
    margin-bottom: 20px;
    display:block;
}
.row 
{ overflow:hidden;
}
a.skip  {
    font: 0.1em/0 a;
    color: transparent;
}
a.skip span     {
    text-indent: -9999px;
    position: absolute;
}
a.skip:focus {
  font: 1em/1 Helvetica,Arial, serif;
  color: #000;
  border: 1px dotted #000;
}

.logo a {
    background: url("../img/TRICARE_logo_sml.png") no-repeat center center;
    display: block;
    height: 70px;
    text-indent: -9999px;
    width: 110px;
}

/* Plan Finder Logo */
a.logo img {
    width: 120px;
}

.radioform .row {width:550px;}

.notfound {
	margin: 10px 0;
}
.notFound #content {
	margin: 10px;
	/*border: 1px solid black;*/
	text-align: center;
	padding: 100px 0;
}

#content .main h1 {
color:#AB1E39;
font-size:1.5em;
line-height:1.5em;
margin:0 0 0.5em;
}

.main h2 {
    color: #114C95;
    font-size: 1.3em;
    line-height: 1.5em;
}

/* FORM - Media Kits Page */
span.scfDateSelectorLabel {
    color: #114C95;
    line-height: 1.5em;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 15px;
}
div.scfShortText {
    clear: left;
    display: block;
    margin: 5px 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
}

.scfDateSelectorGeneralPanel label {
    width: 90px;
}

.scfDateSelectorGeneralPanel select.scfDateSelectorDay, 
.scfDateSelectorGeneralPanel select.scfDateSelectorMonth, 
.scfDateSelectorGeneralPanel select.scfDateSelectorYear {
    margin: 0 10px 10px 0 ;
    width: 80px;
}

/* News Releases Page */
div.release_item 
{
    display: block;
    margin: 15px 0;
}
.release_item .date {
    display: block;
    float: left;
    padding-right: 10px;
    width: 110px;
}
.release_item .title {
    display: table;
    *display: inline-block;
}

.release_item .title a {
    line-height: 1.5em;
}
.release_item .desc {
    display: inline-block;
    margin-left: 120px;
}

/* Podcasts */
div.podcast_item 
{
    display: block;
    margin: 15px 0;
}
.podcast_item .podtitle {
    display: block;
    float: left;
    padding-right: 10px;
    width: 110px;
}
.podcast_item .title {
    display: table;
}

.podcast_item .title label {
    font-weight: normal;
    font-size: 1.1em;
}
.podcast_item .poddesc {
    display: inline-block;
    margin-left: 120px;
}

.twitter-share-button {
	float: left;
}

/* Plan Finder Questions  
#content_0_main_0_pnlSteps, content_0_main_0_upPlan {
	margin: 15px auto;
	text-align: center;
}

#content_0_main_0_UcDoubleStep1_pnlFirstStep {
	text-align: center;
}

#content_0_main_0_UcDoubleStep1_pnlFirstStep legend {
	text-align: left;
}

#content_0_main_0_UcDoubleStep1_UcPlanFinderStep1_UcRadioStep1_rblAnswers {
	text-align: left;
	margin: 15px auto;
} */

#content_0_main_0_upPlan .lmargin.main {
    border-left: 0px;
}

/* Profile Popup*/
#lbIframe {
	*overflow:hidden;
}

#lbIframeContainer #lbImage.blue, #lbIframeContainer #lbIframe.blue {
	border: 0px;
}

#wrappop .popupq {
    /*background: rgba(255,255,255,0.8);*/
    -webkit-border-radius: 0px;
    border-radius: 0px;
    float: none;
	margin: 0;
	*padding: 10px 0px 0px 10px;
	height: auto;
	*width: auto;
}

table.profileTable {
	*width: 488px;
}

.planq td.services select, .profile td.services select {
    width: 400px\9;
    *width: 400px;
}

.planq td.location select, .profile td.location select {
    *width: 200px;
}

#mobile 
{
    display: none;}
    
.lyteframe 
{
    width: 500px;
    height: 210px;
}

.scfSingleLineTextBorder {
    margin-bottom: 35px;
}

table.chart {
	background: #fff;
	/*width: 100%;*/
}


table.chart th {
	/* IE10 Consumer Preview */
	/* Mozilla Firefox */
	/* Opera */ 
	/* Webkit (Safari/Chrome 10) */ 
	/* Webkit (Chrome 11+) */ 
	color: #666;
    font-size: 1em;
    text-shadow: none;
    background-image: linear-gradient(to bottom, #EEEEEE 50%, #DDDDDD 100%);/* W3C Markup, IE10 Release Preview */
	/* IE6-9 */
	}

.alert_msg 
{
    padding: 10px;
}

div.scroll {
    margin: 10px auto;
    width: 100%;
}

@media (width:320px) 
{
    div.scroll 
    {
        width: 300px;
    }
}

.center 
{
    text-align: center;
}

.social_media 
{
    float: left;
    width: 75px;
}

/* SOCIAL MEDIA ICONS */ 
#utilnav ul li, #profile_map ul.icn_social_media{
    display: inline;
}

#utilnav ul.icn_social_media {
    float: right;
    margin: 0 15px 10px 0;
}

#profile_map .col.footer_socialmedia {
    width: 186px;
}

#utilnav ul.icn_social_media li,
#profile_map ul.icn_social_media li {
    display: inline-block;
    float: left;
}

#utilnav ul.icn_social_media li a,
#profile_map ul.icn_social_media li a {
    background: url("../img/icn_socialmedia.png");
    display: block;
    border: none;
    height: 28px;
    width: 25px;
    padding: 0;
    text-indent: 100%;
    white-space:nowrap;
    overflow: hidden;
}

#utilnav .icn_social_media li.icn_fb a,
#profile_map .icn_social_media li.icn_fb a {
    background-position: -1px 1px;
}

#utilnav .icn_social_media li.icn_fb:hover a,
#profile_map .icn_social_media li.icn_fb:hover a {
    background-position: -30px 1px;
}

#utilnav .icn_social_media li.icn_googleplus a,
#profile_map .icn_social_media li.icn_googleplus a {
    background-position: -1px -27px;
}

#utilnav .icn_social_media li.icn_googleplus:hover a,
#profile_map .icn_social_media li.icn_googleplus:hover a {
    background-position: -30px -27px;
}

#utilnav .icn_social_media li.icn_twitter a,
#profile_map .icn_social_media li.icn_twitter a {
    background-position: -1px -55px;
}

#utilnav .icn_social_media li.icn_twitter:hover a,
#profile_map .icn_social_media li.icn_twitter:hover a {
    background-position: -30px -55px;
}

#utilnav .icn_social_media li.icn_instagram a,
#profile_map .icn_social_media li.icn_instagram a {
    background-position: -1px -83px;
}

#utilnav .icn_social_media li.icn_instagram:hover a,
#profile_map .icn_social_media li.icn_instagram:hover a {
    background-position: -30px -83px;
}

#utilnav .icn_social_media li.icn_youtube a,
#profile_map .icn_social_media li.icn_youtube a {
    background-position: -1px -112px;
}

#utilnav .icn_social_media li.icn_youtube:hover a,
#profile_map .icn_social_media li.icn_youtube:hover a {
    background-position: -30px -112px;
}

#utilnav .icn_social_media li.icn_govdel a,
#profile_map .icn_social_media li.icn_govdel a {
    background-position: -1px -140px;
}

#utilnav .icn_social_media li.icn_govdel:hover a,
#profile_map .icn_social_media li.icn_govdel:hover a {
    background-position: -30px -140px;
}

#utilnav .icn_social_media li.icn_rss a,
#profile_map .icn_social_media li.icn_rss a {
    background-position: -1px -168px;
}

#utilnav .icn_social_media li.icn_rss:hover a,
#profile_map .icn_social_media li.icn_rss:hover a {
    background-position: -30px -168px;
}

#utilnav .icn_social_media li.icn_podcast a,
#profile_map .icn_social_media li.icn_podcast a  {
    background-position: -1px -196px;
}

#utilnav .icn_social_media li.icn_podcast:hover a,
#profile_map .icn_social_media li.icn_podcast:hover a {
    background-position: -30px -196px;
}


#utilnav .icn_social_media li.icn_webinars a,
#profile_map .icn_social_media li.icn_webinars a  {
    background-position: -1px -224px;
}

#utilnav .icn_social_media li.icn_webinars:hover a,
#profile_map .icn_social_media li.icn_webinars:hover a {
    background-position: -30px -224px;
}

#profile_map .icn_social_media li:nth-child(5) {
    clear: both;
}

/* ==============================
                FORMS 
   ============================== */

/* Buttons */
a.btn, a.btn:hover {
    color: #000000;
    margin: 0 5px;
    text-decoration: none;
    cursor: pointer;
}

.btn, a.btn-blue-emphasize, a.btn-red-emphasize, a.btn-blue-highlight, a.btn-red-highlight {
    background: url(../img/gradient-gray.jpg) top center repeat-x #efefef; /* IE and older browsers */
	background-image: -ms-linear-gradient(top, #fff 0%, #efefef 100%);/* IE10 Consumer Preview */
	background-image: -moz-linear-gradient(top, #fff 0%, #efefef 100%);/* Mozilla Firefox */
	background-image: -o-linear-gradient(top, #fff 0%, #efefef 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #efefef));/* Webkit (Safari/Chrome 10) */
	background-image: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #fff 0%, #efefef 100%);/* W3C Markup, IE10 Release Preview */

	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	color: #114c95;
	font-size: 1em;
	line-height: 1.25em;
	padding: 5px 10px;
	text-decoration: none;
	cursor: pointer;
}

p .btn {
    display: inline-block;
}

.btn-small {
    font-size: 0.9em;
}

.form-secureLogin .form-control .startOver {
    padding:5px 10px;
}

.form-secureLogin .form-control .clear .startOver {
    padding:15px 20px 0 0;
}
.form-secureLogin .form-control .clear .startOverSubmit {
    padding-right:0;
}


.btn-red, .form-secureLogin a.btn-red,
#content_0_main_0_btnStart,
.planq .profileBtn, .profile .profileBtn, 
.searchresults .button, /*.btn,*/ .scfSubmitButtonBorder input, a.btn-red-emphasize, a.btn-red-highlight {
	background: url(../img/gradient-red.jpg) repeat-x center center #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%, #6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%, #6d0019 100%); /* W3C */
	-webkit-box-shadow: 0 1px 5px #333;
	box-shadow: 0px 1px 5px #333;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 10px;
}

.btn-red:hover, a.btn-red:hover,
#content_0_main_0_btnStart:hover,
.planq .profileBtn:hover, .profile .profileBtn:hover, 
.searchresults .button:hover, /*.btn,*/ .scfSubmitButtonBorder input:hover, 
a.btn-red-highlight:hover, a.btn-red-emphasize:hover {
	background-position: 0 -15px;
	background: #6d0019;
	filter: none;
	-ms-filter: "none";
	transition: background-position 0.1s linear 0s;
}

    .tab-btn .btn-red.right, .tab-btn .btn-red.right:hover {
        color: #fff;
        border: 2px solid #fff;
        float: right;
        margin: 0px 15px 15px;
    }

.btn-blue, a.btn-blue, a.btn-blue-emphasize, a.btn-blue-highlight {
    background: url(../img/gradient-blue.jpg) center center repeat-x #114c95; /* IE and older browsers */
	background: -moz-linear-gradient(top,  #255CA0 0%, #3B5785 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#255CA0), color-stop(100%,#3B5785)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #255CA0 0%,#3B5785 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #255CA0 0%,#3B5785 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #255CA0 0%,#3B5785 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #255CA0 0%,#3B5785 100%); /* W3C */
	
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}

.btn-blue:hover, a.btn-blue:hover, a.btn-blue-highlight:hover, a.btn-blue-emphasize:hover {
	background: #114c95; /* Old browsers */
	color: #fff;
	filter: none;
    -ms-filter: "none";
}

.btn-highlight, a.btn-highlight,
.btn-highlight:hover, a.btn-highlight:hover,
a.btn-blue-highlight, a.btn-blue-highlight:hover,
a.btn-red-highlight, a.btn-red-highlight:hover, 
a.btn-blue-emphasize, a.btn-blue-emphasize:hover,
a.btn-red-emphasize, a.btn-red-emphasize:hover {
	-webkit-box-shadow: 0 1px 5px #333;
	box-shadow: 0px 1px 5px #333;
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 10px;
    margin: 0px 5px 10px;
}

a.btn-blue-highlight, a.btn-blue-highlight:hover,
a.btn-red-highlight, a.btn-red-highlight:hover,
a.btn-red-emphasize, a.btn-red-emphasize:hover,
a.btn-blue-emphasize, a.btn-blue-emphasize:hover {
    color: #fff;
    text-decoration:none;
    line-height: 34px;
    margin: 0px 5px 10px;
}


    a.btn-red-emphasize, a.btn-red-emphasize:hover,
    a.btn-blue-emphasize, a.btn-blue-emphasize:hover {
        font-style: italic;
    }

.btn-gray {
	color: #000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
	line-height: 1.2em;
}

.btn-gray:hover {
    background: #e7e7e7;
}

.btn-lightblue 	{
    background: #E0E7F7\9; /* IE 7 */
	background-image: -ms-linear-gradient(top, #E0E7F7 0%, #D0D9F0 100%);/* IE10 Consumer Preview */ 
	background-image: -moz-linear-gradient(top, #E0E7F7 0%, #D0D9F0 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #E0E7F7 0%, #D0D9F0 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0E7F7), color-stop(1, #D0D9F0));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #E0E7F7 0%, #D0D9F0 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #E0E7F7 0%, #D0D9F0 100%);/* W3C Markup, IE10 Release Preview */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0E7F7, endColorstr=#D0D9F0); /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E0E7F7, endColorstr=#D0D9F0)"; 
	
	color: #114c95;
	padding: 3px 10px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 3px #999;
    box-shadow: 0 1px 3px #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    }
    
.rside_content .btn-lightblue {
    color: #000;
}

.btn-lightblue:hover {
    background: #D0D9F0\9; /* IE 7 */
	background-image: -ms-linear-gradient(top, #D0D9F0 0%, #E0E7F7 100%);/* IE10 Consumer Preview */ 
	background-image: -moz-linear-gradient(top, #D0D9F0 0%, #E0E7F7 100%);/* Mozilla Firefox */ 
	background-image: -o-linear-gradient(top, #D0D9F0 0%, #E0E7F7 100%);/* Opera */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D0D9F0), color-stop(1, #E0E7F7));/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #D0D9F0 0%, #E0E7F7 100%);/* Webkit (Chrome 11+) */ 
	background-image: linear-gradient(to bottom, #D0D9F0 0%, #E0E7F7 100%);/* W3C Markup, IE10 Release Preview */
    filter: none;
	-ms-filter: "none";
}

.btn a {
	text-decoration: none;
}

.form-profile input[type="submit"], 
input[type="submit"].btn-red,
button[value="Search"].btn-red,
#content_0_main_0_btnStart,
.planq .profileBtn, .profile .profileBtn, 
.searchresults .button, /*.btn,*/ .scfSubmitButtonBorder input {
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
}

/* Right Side Content - Button */

.box-btn {
    margin: 10px;
    text-align: center;
}

    .box-btn .btn
    {
        width: 100%;
    }
.side2 .highlight .box-btn {margin-top:20px}

/* Form Fields */
.form-control {
    clear: both;
    margin-bottom: 5px;
    padding: 0px 2px;
}
.form-control:after, .form-Instructions:after { /*-- this will clear floated elements within a container --*/
    content:"";
    height:0;
    clear:both;
    display:table
}

.form-control + .form-Instructions {padding-top:5px}
.form-Instructions ul > li {margin-left:25px}
.form .form-label, 
.form-contact .form-label {
    float: left;
    color: #114C95;
    display: block;
    font-weight: bold;
    width: 130px;
    vertical-align: top;
}

.form .form-input,
.form-contact .form-input,
.scfSectionContent input,
.scfSectionContent textarea,
.scfDateSelectorGeneralPanel select,
.scfDropListGeneralPanel select {
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    float: left;
    display: block;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0px 0px 10px;
}


.form .form-input[type=text],
.form-contact .form-input[type=text],
.scfSectionContent input[type=text],
.scfSectionContent textarea,
.docs-results .dataTables_filter input,
.planq input[type=text] {
    -webkit-box-shadow: 1px 1px 2px 1px #efefef inset;
    box-shadow: 1px 1px 2px 1px #efefef inset;
}

.form select.form-input {
    height: 30px;
	*height: 20px;
}

select.form-input[multiple] {
    height: 55px;
}

.form .xsmall {
    width: 100px;
}

.form .small, 
.form-contact .small {
    width: 150px;
}

.form .medium,
.form-contact .medium {
    width: 250px;
}

.form .large, 
.form-contact .large {
    width: 428px;
}

.form-contact .form-selection {
    width: 510px;
    float: left;
    display: block;
}

/*.form-contact .form-validation,*/
.form-validation {
    color: Red;
}
/*.form-secureLogin*/ .form-validation > span {
    display:block
}
.form-secureLogin .countrySelector {
    margin-right:15px
}

.form-contact strong {
    font-weight: bold;
}

.form-inline .form-control,
.form-inline .form-label,
.form-inline .form-input {
    display: inline;
    float: none;
}

.form .form-input[type="checkbox"] {
    margin: 2px;
    padding: 0px;
}

.form-msg,
.form-msg a {
    font-size: 11px;
    line-height: 16px;
    text-align: left;
}

.form-msg .hovertip:hover span {
    left: auto;
    right: 1em;
}

#SocialMedia {
    *width: 350px;
}

/* Form - Sitecore Forms */
.scfSectionContent > div {
    margin-bottom: 5px;
}

/*.scfForm .scfSectionBorderAsFieldSet {
    border: none;
}*/

.scfForm .scfSectionLegend {
    color: #666;
    font-size: 1.2em;
    font-weight: normal;
	/*margin-left: 0px;
	padding-left: 0px;*/
    text-transform: uppercase;
}

.scfForm .scfSectionContent label,
.scfForm .scfDateSelectorLabel,  
.scfForm .scfRadioButtonListLabel,
.scfForm .scfCheckBoxListLabel {
    display: block;
    margin: 0px 3px;
    font-weight: bold;
    font-size: 1em;
}

.scfSectionContent input,
.scfSectionContent select,
.scfDateSelectorGeneralPanel,
.scfSectionContent textarea,
.form-briefing .scfCheckBoxListGeneralPanel {
    width: 300px;
}

.scfDropListGeneralPanel {
    padding-right: 2px;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel,
.scfSectionContent input[type="checkbox"] {
    width: auto !important;
}

.scfForm .scfSectionContent .radioform label {
    margin: 10px 0 5px 20px;
    font-weight: normal;
    display: block;
    font-style: normal;
    font-size: 1em;
}

.scfSectionContent input[type="checkbox"] {
    margin: 3px 5px;
}

.scfRadioButtonListGeneralPanel {
    margin-bottom: 20px;
    width: 90%;
}

.scfRadioButtonList label {
    float: left;
    width: 90%;
}

.scfRadioButtonList input {
    margin: 3px 5px;
    width: auto;
}

.scfCheckBoxListGeneralPanel {
    margin-bottom: 10px;
    width: 95%;
}

.scfSubmitButtonBorder {
    float: right;
    margin: 15px 0;
}

.scfRequireValidatorLeft {
    float: left;
    margin: 5px 0px 0px -310px;
}

.scfForm .scfValidatorRequired, 
.scfForm .scfRequired {
    color: red;
}

.scfSectionContent .scfDatePickerGeneralPanel .ui-icon {
    top: 0px;
}

.scfFooterBorder {
    margin: 0 30px;
    padding: 0 15px 15px;
}

.radioform input {
    float: left;
    width: auto;
    margin: 0px 0 0 15px;
}

.radioform span input
{
    background: transparent;
    border: none;
}

/* Form - Search */
#search {
	background : url("../img/search_bg.png")\9;
	height: 27px;
	margin: 0px 10px;
	width: auto;
}

#search .search-input {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    float: left;
    height: 24px;
    height: 24px\9;
    *height: 22px;
	margin: 0px; 
    padding: 1px 5px;
    padding: 2px 5px 0px\9;
    *padding: 4px 5px 0px;
    width: 100px;
}

#search .search-btn {
	border: 1px solid #000;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
    float: left;
	margin: 0px;
    height: 28px;
    padding-top: 3px;
    padding-top: 4px\9;
	/*padding: 5px;
	*padding: 5px 8px 4px;*/
}

#search .search-input:focus {
	background: #fff;
}

/*input#content_0_main_1_btnCompare {
    background: url(/_inc/img/button_gradient.jpg) bottom;
    border: 2px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 1px 5px #000;
    -webkit-box-shadow: 0 1px 5px #000;
    box-shadow: 0px 1px 5px #000;
    color: white;
    font-size: 1em;
    height: 30px;
    margin: 0px 10px 0 0;
}*/

/* Table - Search Results */
.searchresults table {
    width:80%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background-color: white; /* fallback/image non-cover color */
    background: url(/_inc/img/gradient_news-bg.png) repeat-x 50% 50% white; /* fallback image */
    background: -moz-linear-gradient(rgba(255,255,255,0.9), rgba(224, 235, 249, 0.7)), -moz-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Firefox 3.6+ */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(224, 235, 249, 0.7))), -webkit-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Safari 4+, Chrome 1+ */
    background: -o-linear-gradient(rgba(255,255,255,0.9), rgba(224, 235, 249, 0.7)), -o-gradient(left, #c4c8cc, #c4c8cc 97%, #9fa2a6); /* Opera 11.10+ */
    background: -webkit-linear-gradient(rgba(255,255,255,0.9), rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(#C4C8CC, #C4C8CC 97%, #9FA2A6); /* Safari 5.1+, Chrome 10+ */
    border: 5px solid #fff;
    border-collapse: separate;
}

.searchresults .enterValue {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(#C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: url(/_inc/img/gradient_news-bg.png) repeat-x 50% 50% white;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -moz-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(224, 235, 249, 0.7))), -webkit-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -o-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -o-gradient(left, #C4C8CC, #C4C8CC 97%, #9FA2A6);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(224, 235, 249, 0.7)), -webkit-linear-gradient(#C4C8CC, #C4C8CC 97%, #9FA2A6);
    border: 5px solid white;
    height: 75px;
    margin: 0 0 20px;
    padding: 10px 0 10px;
    text-align: center;	
}

.searchresults td {
    border: none;	
}

.main .searchresults p {
    margin: 0.5em 0 -1.5em;	
}

.searchresults p:before, .searchresults p:after {
    content: " … ";	
}

a.searchlink {
    line-height: 5em;
    color: #7F9EC5;
    font-style: italic;
    font-size: 0.9em;
}

a.searchlink:hover {
    color: #114C95;
}

/* Form - Profile */
.form-profile .form-input {
	font-size: 1em;
	margin-right: 10px;
	*margin-bottom: 0px;
	width: 100%;
}

.form-profile .form-input.medium {
	width: 64%;
}
.form-profile .form-input.small {
	width: 25%;
}

.btn-secure {
    *border: 1px solid #ccc;
    border: 1px solid #ccc\9;
    margin: 0 10px;
    padding: 5px 10px;
    padding: 7px 10px 6px\9;
}

.icn-secure {
    background: url("../img/icn_secure.png") no-repeat -10px center;
    display: inline-block;
    padding-bottom: 1px;
    padding-left: 20px;
    text-decoration: none;
}

/* Form - Zip Code Lookup */
.form-zip label {
    display: inline-block;
    width: 130px;
}

.form-zip input {
    border: 1px solid #ccc;
}

.form-zip-results p, .form-zip-results ul {
    color: #114C95;
    font-weight: bold;
}

/* Form- Autocomplete */

input.ui-autocomplete-input {
    color: #999;
}

input.ui-autocomplete-input:focus {
    color: #000;
}

/* Form - Search */
.form-search .well {
    padding-bottom: 28px;
}

a.btn-search-items {
    color: #114C95;
    display: block;
    float: left;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    width: 130px;
    word-break: normal;
}

a.btn-search-items span.icn-pharmacy {
    background: url(../img/icn_prescription.png) no-repeat center center;
    display: block;
    margin: auto;
    height: 40px;
    width: 40px;
}

a.btn-search-items span.icn-faq {
    background: url(../img/icn_searchfaq.png) no-repeat center center;
    display: block;
    margin: auto;
    height: 40px;
    width: 40px;
}

/* Form - FAQ Search, MTF, CSC Directory, Covered Services Search */
.form-faqsearch > div,
.form-cscsearch > div{
    float: left;
    margin: 0px 10px;
}

.form-cssearch > div {
    float: left;
    margin: 0px 5px;
}

.form-faqsearch > div.text-or {
    padding-top: 90px;
}

.form-faqsearch > div.text-or-answer {
    padding-top: 50px;
}

.form-cscsearch > div.text-or {
    padding-top: 100px;
}

.form-cssearch > div.text-or {
    padding-top: 24px;
}

.form-faqsearch > [class*="faqs"],
.form-cscsearch > [class*="csc"] {
    /*background: #f8f8f8;
    border: 2px solid #CCCCCC;
    -webkit-box-radius: 10px;
    -moz-box-radius: 10px; 
    border-radius: 10px;
    padding: 10px;*/
    width: 42%;
}

.form-cssearch > [class*="cs"] {
    height: 32px;
    width: 40%;
}

/* Covered Services - Title Message*/
    .title-msg.form-msg {
        margin-top: -24px;
    }

.form-faqsearch > [class*="faqs"]:hover,
.form-faqsearch > [class*="faqs"].active,
.form-cscsearch > [class*="csc"]:hover,
.form-cscsearch > [class*="csc"].active,
.form-faqsearch > .well:hover,
.form-faqsearch > .well.active,
.form-cscsearch > .well:hover,
.form-cscsearch > .well.active,
.form-cssearch > .well:hover,
.form-cssearch > .well.active,
.form-search > .well.active {
    background: #F0F5FC;
    /*border: 2px solid #B3CAE3;*/
}

.form-faqsearch h2,
.form-cscsearch h2,
.form-secureLogin h2,
.form-findDoctor h2 {
    font-weight: bold;
}
.form-secureLogin:after,
.form-findDoctor:after {
    content:"";
    height:0;
    display:block;
    clear:both
}
.form-secureLogin .form-control:last-of-type,
.form-findDoctor .form-control:last-of-type {
    padding-top:15px
}
.form-secureLogin .form-control a,
.form-secureLogin .form-control input,
.form-findDoctor .form-control a,
.form-findDoctor .form-control input {
    margin:0
}

.form-faqsearch .form-label,
.form-cscsearch .form-label {
    font-size: 1em;
    margin-right: 10px;
    margin-top: 4px;
    width: auto;
}

.form-cscsearch .csc-location, .form-cscsearch .csc-keyword {
    min-height: 180px;
}

.form-cssearch input.form-input, 
.form-cssearch select.form-input {
    width: 185px;
}

.form-cssearch input.form-input {
    height: 18px;
}

#faqs p {
    margin: 0px 0px 1.5em;
}

#faqs .faqs_tools p {
    margin-bottom: 5px;
}

.form-faq .form-input, 
.form-faq select.form-input {
    margin: 0px 10px 10px 0px;
}

.form-mtf .form-label {
    padding-top: 5px;
    margin-right: 5px;
    width: auto;

}

.form-mtf .form-msg {
    display: inline-block;
}

.form-mtfsearch .form-mtf-advance {
    clear: both;
    margin-bottom: -40px;
}

.form-mtfsearch .form-mtf-input {
    margin-top: 0px;
}

.form-mtf-simple .large {
    width: 292px;
}

.form-mtf-simple .medium,
.form-mtf-advance .medium {
    width: 240px;
}

.form-mtf-advance .small {
    width: 102px;
}

.form-mtfsearch .form-msg 
{
    display: inline;
    margin-top: 6px;
}

.icn_notice {
    background: url("../img/icn_notice.png") no-repeat 0px -5px;
    float: left;
    height: 25px;
    width: 32px;
}

.mtf-results,
.csc-results {
    margin: 35px 0px;
}

/* Form - FAQ & MTF - Buttons */
.form-faq .btn {
    margin: 0px;
}

.mtf-results .btn,
.mtf-results .btn:hover {
    color: #000;
    text-decoration: none;
}

#faqs .btn-gray {
    *background: #fff;
    background: #fff\9;
}

#faqs .btn:hover {
    background: #e7e7e7;
}

#faqs .btn-showall {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px #f9f9f9\9;
	filter: none;
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px, -moz-linear-gradient(top,  #fff 0%, #ededed 100%); /* FF3.6+ */
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px, -webkit-linear-gradient(top,  #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px, -o-linear-gradient(top,  #fff 0%,#ededed 100%); /* Opera 11.10+ */
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px, -ms-linear-gradient(top,  #fff 0%,#ededed 100%); /* IE10+ */
}

#faqs .btn-showall:hover {
	background: url(../img/icn_faqs_show.png) no-repeat -1px -2px #e7e7e7;
}

#faqs .btn-hideall {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px #f9f9f9\9;
	filter: none;
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px, -moz-linear-gradient(top,  #fff 0%, #ededed 100%); /* FF3.6+ */
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px, -webkit-linear-gradient(top,  #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px, -o-linear-gradient(top,  #fff 0%,#ededed 100%); /* Opera 11.10+ */
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px, -ms-linear-gradient(top,  #fff 0%,#ededed 100%); /* IE10+ */
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px, linear-gradient(to bottom,  #fff 0%,#ededed 100%); /* W3C */
}

#faqs .btn-hideall:hover {
	background: url(../img/icn_faqs_hide.png) no-repeat -1px -2px #e7e7e7;
}

#faqs .btn-print,
.mtf-utiltools .btn-print {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px #f9f9f9\9;
	filter: none;
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px, -moz-linear-gradient(top,  #fff 0%, #ededed 100%); /* FF3.6+ */
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px, -webkit-linear-gradient(top,  #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px, -o-linear-gradient(top,  #fff 0%,#ededed 100%); /* Opera 11.10+ */
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px, -ms-linear-gradient(top,  #fff 0%,#ededed 100%); /* IE10+ */
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px, linear-gradient(to bottom,  #fff 0%,#ededed 100%); /* W3C */
}

#faqs .btn-share,
.mtf-utiltools .btn-share {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px #f9f9f9\9;
	filter: none;
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px, -moz-linear-gradient(top,  #fff 0%, #ededed 100%); /* FF3.6+ */
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px, -webkit-linear-gradient(top,  #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px, -o-linear-gradient(top,  #fff 0%,#ededed 100%); /* Opera 11.10+ */
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px, -ms-linear-gradient(top,  #fff 0%,#ededed 100%); /* IE10+ */
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px, linear-gradient(to bottom,  #fff 0%,#ededed 100%); /* W3C */
}

.mtf-utiltools .btn-map {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_map.png) no-repeat -1px -3px #f9f9f9\9;
	filter: none;
	background: url(../img/icn_map.png) no-repeat -1px -3px, -moz-linear-gradient(top,  #fff 0%, #ededed 100%); /* FF3.6+ */
	background: url(../img/icn_map.png) no-repeat -1px -3px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: url(../img/icn_map.png) no-repeat -1px -3px, -webkit-linear-gradient(top,  #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_map.png) no-repeat -1px -3px, -o-linear-gradient(top,  #fff 0%,#ededed 100%); /* Opera 11.10+ */
	background: url(../img/icn_map.png) no-repeat -1px -3px, -ms-linear-gradient(top,  #fff 0%,#ededed 100%); /* IE10+ */
	background: url(../img/icn_map.png) no-repeat -1px -3px, linear-gradient(to bottom,  #fff 0%,#ededed 100%); /* W3C */
}

.mtf-utiltools .btn-list {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_list.png) no-repeat -1px -3px #f9f9f9\9;
	filter: none;
	background: url(../img/icn_list.png) no-repeat -1px -3px, -moz-linear-gradient(top,  #fff 0%, #ededed 100%); /* FF3.6+ */
	background: url(../img/icn_list.png) no-repeat -1px -3px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: url(../img/icn_list.png) no-repeat -1px -3px, -webkit-linear-gradient(top,  #fff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_list.png) no-repeat -1px -3px, -o-linear-gradient(top,  #fff 0%,#ededed 100%); /* Opera 11.10+ */
	background: url(../img/icn_list.png) no-repeat -1px -3px, -ms-linear-gradient(top,  #fff 0%,#ededed 100%); /* IE10+ */
	background: url(../img/icn_list.png) no-repeat -1px -3px, linear-gradient(to bottom,  #fff 0%,#ededed 100%); /* W3C */
}

#faqs .btn-printall,
#faqs .btn-shareall {
	border-radius: 4px 0px 0px 4px;
	margin-right: 0px;
}

#faqs .btn-print:hover,
.mtf-utiltools .btn-print:hover {
	background: url(../img/icn_faqs_print.png) no-repeat -1px -3px #e7e7e7;
}

#faqs .btn-share:hover,
.mtf-utiltools .btn-share:hover {
	background: url(../img/icn_faqs_share.png) no-repeat -1px -3px #e7e7e7;
}

.mtf-utiltools .btn-map:hover {
	background: url(../img/icn_map.png) no-repeat -1px -3px #e7e7e7;
}

.mtf-utiltools .btn-list:hover {
	background: url(../img/icn_list.png) no-repeat -1px -3px #e7e7e7;
}

#faqs .btn-printselected,
#faqs .btn-shareselected {
	border-radius: 0px 4px 4px 0px;
	border-left: 1px solid #fff;
    margin-left: -4px;
}

#faqs .btn-approve {
	background-repeat: no-repeat;
    padding-left: 30px;
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px #fff\9;
	filter: none;
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px, -moz-linear-gradient(top,  #fff 0%, #ddd 100%); /* FF3.6+ */
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px, -webkit-linear-gradient(top,  #fff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px, -o-linear-gradient(top,  #fff 0%,#ddd 100%); /* Opera 11.10+ */
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px, -ms-linear-gradient(top,  #fff 0%,#ddd 100%); /* IE10+ */
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px, linear-gradient(to bottom,  #fff 0%,#ddd 100%); /* W3C */
	color: #333;
}

#faqs .btn-approve:hover {
	background: url(../img/icn_unchecked.png) no-repeat -1px -3px #e7e7e7;
	color: #333;
}

#faqs .btn-approve.disabled {
	background: url(../img/icn_checked.png) no-repeat -1px -3px #e7e7e7;
	color: #999;
	cursor: default;
}

#faqs .faqs_link {
    color: #114C95;
    text-decoration: underline;
    cursor: pointer;
}

#faqs .faqs_question .faqs_link {
    color: #fff;
    line-height: 1.3em;
}

#faqs .faqs_link:hover {
    text-decoration: none;
}

#faqs .faqs_tools {
    background: #F1F1F1;
    height: 60px;
    margin: 10px -10px 0px;
    padding: 10px;
}

#faqs .nomatches {
    padding: 30px;
}

#faqs .highlight {
    background: yellow;
    color: #000;
    padding: 0px;
}

/* FAQS - POPUP */
.form-faqpopup {
    background: #fff;
    padding: 10px;
}

.form-faqpopup p {
    margin-bottom: 10px;
}

.form-faqpopup .form-label {
    margin-top: 5px;
}


/* ==============================
               TABLES 
   ============================== */
.dataTables_wrapper {
    position: relative; 
}

.top, .bottom {
    clear: both;
    display: table;
    position: relative;
    width: 100%;
}

.bottom {
    margin-bottom: 10px;
}

.borderless {
    border: none !important;
}

.dataTables_length {
    *float: left;
    display: table-cell;
    position: relative;
    width: 30%;
}

.dataTables_length label {
    /*font-weight: bold;*/
    font-size: 1em;
}

.dataTables_length select {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin: 2px 10px;
    padding: 5px;
}

.dataTables_info {
    *float: left;
    display: table-cell;
    height: 30px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    width: auto;
}

.bottom .dataTables_info {
    margin-left: 30%;
    width: auto;
}

.dataTables_paginate {
    *float: right;
    display: table-cell;
    height: 30px;
    padding-top: 10px;
    position: relative;
    text-align: right;
    width: auto;
}

.docs-results .paging_full_numbers {
    line-height: 1em;
}

.dataTables_paginate a,
.docs-results .dataTables_paginate .paginate_button,
.docs-results .dataTables_paginate .paginate_active {
    background: #fff;
    border: 1px #ccc solid; 
    border-right: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #114C95; 
    cursor: pointer;
    display: inline-block;
    margin: 0px;
    padding: 6px 8px;
}

.dataTables_paginate a:hover,
.docs-results .dataTables_paginate .paginate_button:hover {
    background: #E4EDF9;
}

.dataTables_paginate .first,
.docs-results .dataTables_paginate .first {
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.dataTables_paginate .last,
.docs-results .dataTables_paginate .last {
    border: 1px #ccc solid; 
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.dataTables_paginate .paginate_active,
.dataTables_paginate .paginate_active:hover, 
.dataTables_paginate .paginate_button_disabled,  
.dataTables_paginate .paginate_button_disabled:hover,
.docs-results .dataTables_paginate .paginate_active,
.docs-results .dataTables_paginate .paginate_active:hover, 
.docs-results .dataTables_paginate .paginate_button_disabled,  
.docs-results .dataTables_paginate .paginate_button_disabled:hover {
    background: #fff;
    color: #ccc;
    cursor: default;
}


.docs-results .dataTables_paginate .paginate_active,
.docs-results .dataTables_paginate .paginate_active:hover {
    border: 1px solid #CCCCCC;
    border-right: 0px; 
    border-radius: 0;
    margin: 0;
}

.docs-results .dataTables_filter {
    margin: 0px;
}

.docs-results .dataTables_filter input {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.8em;
    padding: 4px;
}

.docs-results .bottom .dataTables_info {
    margin-left: 0px;
}

.filterMatches {
    background: #99CCFF;
}

.docs-results .dataTable {
    margin-top: 10px;
}

table.dataTable thead th,
.docs-results table.dataTable thead th {
    /*background: #074890;*/
    border: none;
    padding: 15px;
}

.docs-results table.dataTable td, .docs-results table.dataTable tr.odd, 
.docs-results table.dataTable tr.odd td.sorting_1, .docs-results table.dataTable tr.even, 
.docs-results table.dataTable tr.even td.sorting_1 {
    background: none;
}

.mtf-results table.dataTable th,
.csc-results table.dataTable th,
.docs-results table.dataTable th {
    *background: #3B5785;
    filter: none;
    -ms-filter: "none";
}

table.dataTable .sorting,
.mtf-results table.dataTable .sorting,
.csc-results table.dataTable .sorting,
.docs-results table.dataTable .sorting {
    background: url("../img/icn_arrows.png") no-repeat right center #3B5785\9;
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#255CA0', endColorstr='#3B5785'); /* IE6 & IE7 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#255CA0', endColorstr='#3B5785')"; /* IE8 */
    filter: none;
    -ms-filter: "none";
    background: url("../img/icn_arrows.png") no-repeat right center, -o-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrows.png") no-repeat right center, -moz-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrows.png") no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255CA0), to(#3B5785));
    background: url("../img/icn_arrows.png") no-repeat right center, -webkit-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrows.png") no-repeat right center, linear-gradient(#255CA0, #3B5785);
    text-decoration: underline;
    padding-right: 30px;
}

table.dataTable .sorting_asc,
.mtf-results .dataTable .sorting_asc,
.csc-results table.dataTable .sorting_asc, 
.docs-results table.dataTable .sorting_asc {
    background: url("../img/icn_arrow_up.png") no-repeat right center #3B5785\9;
    filter: none;
    -ms-filter: "none";
    background: url("../img/icn_arrow_up.png") no-repeat right center, -o-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrow_up.png") no-repeat right center, -moz-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrow_up.png") no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255CA0), to(#3B5785));
    background: url("../img/icn_arrow_up.png") no-repeat right center, -webkit-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrow_up.png") no-repeat right center, linear-gradient(#255CA0, #3B5785);
    text-decoration: underline;
    padding-right: 30px;
}

table.dataTable .sorting_desc,
.mtf-results table.dataTable .sorting_desc,
.csc-results table.dataTable .sorting_desc,
.docs-results table.dataTable .sorting_desc {
    background: url("../img/icn_arrow_down.png") no-repeat right center #3B5785\9;
    filter: none;
    -ms-filter: "none";
    background: url("../img/icn_arrow_down.png") no-repeat right center, -o-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrow_down.png") no-repeat right center, -moz-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrow_down.png") no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255CA0), to(#3B5785));
    background: url("../img/icn_arrow_down.png") no-repeat right center, -webkit-linear-gradient(#255CA0, #3B5785);
    background: url("../img/icn_arrow_down.png") no-repeat right center, linear-gradient(#255CA0, #3B5785);
    text-decoration: underline;
    padding-right: 30px;
}

.dataTable img {
    margin: 10px;
}

div.scroll {
    margin: 10px auto;
}

/* Table - FAQ */

table#faqs {
    background: #f0f5fc;
    width: 100%;
}

#faqs > thead > tr > th {
	background: #e7e7e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #ddebfe 0%, #b3cae3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddebfe), color-stop(100%,#b3cae3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ddebfe 0%,#b3cae3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ddebfe 0%,#b3cae3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ddebfe 0%,#b3cae3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ddebfe 0%,#b3cae3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddebfe', endColorstr='#b3cae3',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	text-align: right;
}

#faqs > tbody > tr > td {
    border-top: 1px solid #5184BD;
    border-bottom: 1px solid #dedede;
    line-height: 16px;
    padding: 10px;
    vertical-align: top;
}

#faqs .faqs_question td {
    background: #5184bd;
    color: #fff;
    vertical-align: top;
}

#faqs .faqs_question,
#faqs .faqs_answer > td {
    border: 1px solid #5184bd;
}

#faqs .faqs_answer > td {
    background: #fff;
    padding-bottom: 0px;
}

.faqs_answer table {
    background: #fff;
    border: 1px solid #5184bd;
}

.faqs_answer table th {
    background: transparent;
    filter: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    border: 1px solid #5184bd;
    color: #114C95;
    text-align: center;
    text-shadow: none;
    padding: 10px;
    vertical-align: middle;
}

.faqs_answer table thead th {
    border-bottom: 2px solid #5184bd;
    border-right: 1px solid #5184bd;
}

.faqs_answer table tbody th {
    border-right: 2px solid #5184bd;
}

.faqs_answer table td {
    border: 1px solid #5184bd;
    line-height: 1.5em;
    padding: 10px;
    vertical-align: middle;
}

#faqs .btn {
    /*background: #fff\9;*/
    filter: none;
    border: 1px solid #ccc;
   /*margin: 0px;*/
}


#faqs th .btn {   
    font-size: 1em;
}

#faqs tbody .btn {
    margin: 0px 3px;
}

#faqs tbody .btn[value="Hide"] {
    background: none;
    border: 1px solid #fff;
    color: #FFFFFF;
    font-size: 11px;
    height: 19px;
    padding: 0 6px;
}

#faqs tbody .btn[value="Hide"]:hover {
    background: #255CA0;
}


/* Table - MTF & CSC */
.mtf-results h2,
.csc-results h2 {
    font-weight: bold; 
}

.csc-results .bottom .dataTables_info {
    text-align: left;
}

.csc-results .dataTable,
.mtf-results .dataTable {
    width: 100% !important;
}

.csc-results td,
.mtf-results td {
    line-height: 18px;
    padding: 10px 15px;
}

.csc-results td {
    border-top: 1px solid #CED9E7;
    border-bottom: 0px;
}

.mtf-results td.contact {
    word-break: break-all;
}

.csc-results td a,
.mtf-results td a {
    line-height: 18px;
}

.mtf-results #resultGrid_wrapper,
.mtf-results #map-canvas {
    float: left;
    width: 48%;
}

#divResultTable #map-canvas {
    margin-top: 50px;
    margin-left: 3%;
    height: 700px;
}

#divResultTable #map-canvas .gm-style-iw,
#divResultTable #map-canvas .gm-style-iw div {
    overflow: hidden !important;
}

#divResultTable.dataTables_length {
}

.mtf-results td > div {
    float: left;
    padding: 0px 5px;
}

.mtf-results td div.rowNo {
    text-align: right;
    width: 5%;
}

.mtf-results td div.rowText {
    width: 60%;
}

.mtf-results td div.rowDistance {
    width: 25%;
}

.mtf-results td a {
    font-weight: bold;
}

.mtf-results #divResultTable .dataTables_length,
.mtf-results #divResultTable .dataTables_paginate {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
}

.csc-results .csc-icn-txt {
    display: block;
    float: left;
	padding-top: 1px;
	padding-bottom: 1px;
    width: 80%;
    word-wrap: break-word;
}

.csc-results .csc-icn {
    background-position: center center;
    background-repeat: no-repeat; 
    display: block;
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
    height: 18px;
    width: 10%;
}

.csc-results .csc-icn.icn-phone {
    background-image: url("../img/icn_csc_phone.png");
}

.csc-results .csc-icn.icn-email {
    background-image: url("../img/icn_csc_email.png");
}

.csc-results .csc-icn.icn-note {
    background-image: url("../img/icn_csc_note.png");
}

.csc-results .csc-icn.icn-hours {
    background-image: url("../img/icn_csc_hours.png");
}

/* Table - Covered Services */

#coveredTable {
    width: 100%;
}

#coveredTable th:first-child {
    width: 30%;
}

/* Table - Calculator */

.landing .module-calc {
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-align: left;
    width: 450px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.calc-caption {
    text-align: left;
}

.table-calc-red {
    background: #eeeeee;
    border-radius: 10px;
    border: 0px;
    border: 1px solid #ccc\9;
}

.table-calc-red th {
    filter: none;
    -ms-filter: "none";
    background: #A82437;
    background: -o-linear-gradient(#A82437, #7E1B2C);
    background: -moz-linear-gradient(#A82437, #7E1B2C);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A82437), to(#7E1B2C));
    background: -webkit-linear-gradient(#A82437, #7E1B2C);
    background: -ms-linear-gradient(#A82437, #7E1B2C);
    background: linear-gradient(#A82437, #7E1B2C);
    padding: 8px;
}
.table-calc-red td {
    border: 0px;
    padding: 8px;
}
.table-calc-red .input-small {
    width: 60px;
}
.table-calc-red .calc-heading {
    font-weight: bold;
}
.table-calc-red .btn {
    filter: none; /* IE6 & IE7 */
    -ms-filter: "none"; /* IE8 */
    background: #A82437;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0px;
    padding: 10px;
}

.table-calc-red .btn:hover {
    background: #7E1B2C;
}

.table-calc-red .calc-footer td {
    background: #fff;
}
.table-calc-red .calc-footer td.calc-heading {
    padding-bottom: 0px;
}
.table-calc-red th:first-child {
    border-top-left-radius: 10px;
}
.table-calc-red th:last-child {
    border-top-right-radius: 10px;
}
tfoot tr:last-child td:first-child {
    border: 0 none;
    border-bottom-left-radius: 10px;
}
tfoot tr:last-child td:last-child {
    border: 0 none;
    border-bottom-right-radius: 10px;
}

.table-calc-red .calc-highlight td {
    border-top: 0px;
    color: #A82437;
    font-size: 30px;
}

.table-calc-red td span {
    padding-left: 5px;
}

.table-calc-red input.profileBtn {
    margin-bottom: 10px;
    margin-right: 0px;
}

.table-calc-red .note {
    font-size: 0.8em;
    font-style: italic;
    margin: 0px;
}

/* Div Tables */

.tab-header {
    background: #A82437;
    background: -o-linear-gradient(#A82437, #7E1B2C);
    background: -moz-linear-gradient(#A82437, #7E1B2C);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#A82437), to(#7E1B2C));
    background: -webkit-linear-gradient(#A82437, #7E1B2C);
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 10px 10px 10px 10px;
}

.tab-header a {
    color: #FFFFFF;
    float: right;
    padding: 0px 2px;
}

.tab-desc {
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    /*font-size: 12px;*/
    padding: 1px 10px;
}
.tab-content {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px #CCCCCC;
    box-shadow: 0 2px 5px #CCCCCC;
    width: 45%;
}
.table {
    border-collapse: separate;
    border-spacing: 20px;
    display: table;
}

.item-HealthWellness .table {
    width: 100%;
}

.table-cell {
    display: table-cell;
    border: 1px solid #ccc\9;
    *float: left;
    *margin-right: 10px;
    *margin-bottom: 10px;
}

.table-col-3 .table-cell {
    height: 400px;
    padding-bottom: 50px;
    position: relative;
    width: 33%;
    *width: 32%;
}

.table-row {
    display: table-row;
    *clear: both;
}

.table-col-3 .table-cell .tab-desc {
    padding: 10px;
}

.table-cell > .clear, .table-cell > .clear:after, .table-cell > .clear:before {
    clear: both;
    display: block;
}

.tab-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tab-img {
    height: 140px;
    margin: 10px;
    overflow: hidden;
}

.tab-img > img {
    height: auto;
    width: 100%;
}

/* STYLING - MTF Record Page */
.column [class*="col"] {
    padding: 0px 10px;
}

#facility-container,
#facility-container p, 
#facility-container a {
    word-wrap: break-word;
}

#facility-container p {
    margin: 0.5em 0em 0.75em;
}

#facility-container a {
    line-height: 1.3em;
}

#facility-container .mtf-utiltools .form-msg {
    margin-top: -2px;
}

#facility-container .rmargin {
    padding: 0;
    width: 680px;
}

#facility-container .side2 {
    margin-top: 0px;
    margin-right: 0px;
}

#facility-container h2 {
    font-weight: bold;
}

#facility-container .box-record {
    padding: 10px;
}

#facility-container .box-record h3,
#facility-container .box h3 {
    color: #114C95;
    font-weight: bold;
    font-size: 1.15em;
    margin-top: 0px;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #ccc;
}

#facility-container .box-apptmt h3 {
    background: url("../img/icn_apptmt.png") no-repeat 0px 3px;
}

#facility-container .box-addlinfo h3 {
    background: url("../img/icn_addlinfo.png") no-repeat 0px 3px;
}

#facility-container .box-specialties h3 {
    background: url("../img/icn_specialties.png") no-repeat 0px 3px;
}

#facility-container .box-highlight {
    background: #e7f0f7;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e7f0f7'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e7f0f7')"; /* IE8 */
    background: -o-linear-gradient(#ffffff, #e7f0f7);
    background: -moz-linear-gradient(#ffffff, #e7f0f7);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e7f0f7));
    background: -webkit-linear-gradient(#ffffff, #e7f0f7);
    background: linear-gradient(#ffffff, #e7f0f7);
    -webkit-box-shadow: 0px 0px 3px 0px #ccc;
    box-shadow: 0px 0px 3px 0px #ccc;
}

#facility-container .box-highlight-content {
    padding: 5px 10px;
}

#facility-container .box-highlight-content div {
    padding: 1%;
}

#facility-container .box-highlight h3 {
    background: #3B5785;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#255CA0', endColorstr='#3B5785'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#255CA0', endColorstr='#3B5785')"; /* IE8 */
    background: -o-linear-gradient(#255CA0, #3B5785);
    background: -moz-linear-gradient(#255CA0, #3B5785);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#255CA0), to(#3B5785));
    background: -webkit-linear-gradient(#255CA0, #3B5785);
    background: linear-gradient(#255CA0, #3B5785);
    
    color: #fff;
    font-weight: bold;
    font-size: 1.15em;
    margin: 0px;
    padding: 15px;
}

#facility-container .box .rside_heading {
    font-size: 1em;
    padding: 0px;
}

#facility-container .box-pharmacy h3 {
    background: url("../img/icn_pharm.png") no-repeat center left;
}

#facility-container .box-service h3 {
    background: url("../img/icn_service.png") no-repeat center left;
}

/* UI - Autocomplete */
.ui-autocomplete 
{
    font-size: 1em !important; 
    z-index: 9999 !important;
}


/* ==============================
           MISCELLANEOUS 
   ============================== */
.col-10
 {
    width: 10%;
}

.mtf-results #divListTable th.state {
    width: 10% !important;
}

.col-15 {
    width: 15%;
}

.mtf-results #divListTable th.distance,
.mtf-results #divListTable th.contact {
    width: 15% !important;
}

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-30 {
    width: 30%;
}

.mtf-results #divListTable th.title, 
.mtf-results #divListTable th.name {
    width: 30% !important;
}

.col-35 {
    width: 35%;
}

.col-45 {
    width: 45%;
}

.well {
    background: #f6f6f6;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    margin: 20px 10px;
}

.well.form-msg {
    padding: 10px;
}

.well-blue {    
    background: #f4f8fd;
    border: 1px solid #e4edf9;
    -webkit-border-radius: 4px;
}

.well-blue hr {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.text-right {
    text-align: right;
}

.text-centered {
    text-align: center;
}

.hidden {
    display: none; 
}

.inline {
    display: inline;
}

/*.fancybox-inner {
    overflow: hidden !important;
}*/


/* BODY TEXT */
strong.blue {
    color: #114C95;
}

/* FANCYBOX - POPUP */
.fancybox-wrap {
    overflow: hidden;
}


/* ---------- FOOTER ---------- */

#footer {
    background: none repeat scroll 0 0 #eaf1fb;
    padding-bottom: 20px;
}

#footer_content p {
    margin-bottom: 9px;
}

#footer_content img {
    margin-bottom: 20px;
}


/* ---------- MH ---------- */

.clear {
    clear: both;
}
/* ---------- use for date stamps, etc  ---------- */
.metaData {
    display: block;
    padding-bottom:5px
}
section, article {
    border-top: 1px #B5B8BB solid;
    padding: 5px 0 15px 0;
    overflow: hidden;
}
/* wrap around an image to crop it at a specific proportion. Baseline is "padding-bottom:75%", which equals a 4:3 proportion, common to older videos. Adjust padding to change proportions (56.25% = 16:9) */ 
.ImgWrap { 
    display:block; 
    height:0; 
    padding-bottom:75%;
    position:relative; 
    margin-bottom:10px
}
/*-------------- Video/photo thumbnails in an array ----------------*/
img {max-width:100%; height:auto}
.panelArray {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px #CCCCCC;
    box-shadow: 0 2px 5px #CCCCCC;
    width:100%;
    border-spacing:0;
    box-sizing:border-box;
    text-align:left
}
.panelArray:after {
    display:block;
    clear:both;
    content:"";
    height:0
}
.ImgWrap iframe {
    max-width:100%; 
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}

.panelArray ul > li {margin:0 0 20px 0; list-style:none; float:left; max-width:100%}
.panelArray .itemTitle {font-weight:bold; float:left; width:100%}
.panelArray li a:hover img {opacity:.7}
.panelArray li img {margin-bottom:5px; width:100%}
.panelArray li > a {position:relative; display:block}
.panelArray .itemDesc, .panelArray .relatedContent {display:block}
.panelArray .itemDesc {float:left; margin-bottom:5px; min-height:70px}
/*-----------Sizing for panelArray items in various locations on page ---------*/
.main .panelArray ul > li {width:32%; margin-right:2%}
.main .panelArray ul > li.single {width:100%}
.main .panelArray ul > li:nth-of-type(3n) {margin-right:0}
.main.rmargin .panelArray ul > li {width:49%; margin-right:2%}
.main.rmargin .panelArray ul > li:nth-of-type(2n) {margin-right:0}
.main.rmargin .panelArray ul > li.single {width:100%}

/*.main.lmargin .panelArray ul > li {width:49%; margin-right:2%}
.main.lmargin .panelArray ul > li:nth-of-type(2n) {margin-right:0}*/
.main.lmargin .panelArray ul > li.single {width:100%}

.panelArray ul > li.single {width:100%}
.panelArray ul > li.single .sliderPlay {display:none}
/*----------- Puts a video icon on thumbnails -----------*/
.sliderPlay {
        display: block;
        width:41px;
        height:31px;
        opacity: .5;
        position: absolute;
        top:6px;
        right:4px;
        background: url(../img/VideoIcon4thumbs.png) center no-repeat;
        opacity: .9;
}
/*--- Individual Video landing page ---*/
.individualVideo .sliderPlay {display:none}
.individualVideo .itemDesc .date {display:block}

/* -- used for General Feeds (articles, videos, Listings, etc -- */
.generalFeed {}
.generalFeed h2 {font-weight:bold; margin-bottom:0}
.generalFeed .ImgContainer {width:30%; float:left; margin-right:2%}
.feedItemDesc {float:left; width:58%}
.feedItemDesc p {margin-top:0}
.feedItem {position:relative}
.feedItem:last-of-type {border-bottom:1px #B5B8BB solid; margin-bottom:15px}
.feedItem > h3 {max-width:550px; padding-right:80px; margin:2px}
.feedItem > h3 a {font-weight:bold}
.feedItem > .ImgWrap {position:relative; margin-right:10px; float:left; display:block; overflow:hidden}
.feedItem a img:hover {opacity:.70}
.feed-TypeLabel {display:block; position:absolute; padding:4px; top:0; right:0px; color:#fff; background:#000; text-align:center; min-width:60px; font-weight:bold; font-size:1.1em}
/* -- for add'l styles specific to video feeds -- */ 
.videoFeed {} 
/* -- pagination for General Feeds -- */
.generalFeed h2 + div {margin:0 0 10px}
.generalFeed h2 + div:after {content:""; height:0; display:block; clear:both}
.pageXofY, .resultsXthruY {font-weight:bold; color:#5A5A5A}
.pageXofY {float:left}
.resultsXthruY {float:right}
.pageSelector > span {display:block;/*inline-block; *display:inline; *zoom:1;*/ width:auto; font-size:1em; color:#252525; margin:0 0 8px 0}
.pageSelector span a {text-decoration:none; color:#114c95; display:inline-block; padding:5px; background:#d4dbe9}
.pageSelector span a:hover {text-decoration:underline; color:#fff; background:#114c95}
.pageSelector span a.current {background:none; font-weight:bold; color:#252525}
.pageSelector span a.current:hover {color:#252525; text-decoration:none}
.pageSelector span div {margin-top:4px; text-align:left; font:.85em tahoma, verdana, sans-serif}
.pageSelector span a.disabled {background:#dedede; color:#909090}
.pageSelector span a.disabled:hover {text-decoration:none}




