/*------------------------------------------------------------------
[Table of contents]
- RESET
- GLOBAL **
- TYPOGRAPHY **
- Link Attributes **
- Bullets, Lists and Nested Lists **
- Tables **
- FRAMEWORK
- HEADER w/ TOP NAV
- FOOTER
- CLEARFIX
- 1095 PAGE
- MEDIA QUERIES
- PRINT
-------------------------------------------------------------------*/



/*-------------------------------------| RESET |------------------------------------- */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.0em;
  font: inherit;
  vertical-align: baseline;
}

ol, ul, li {
	
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;

}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
table, th, td {
  vertical-align: middle;
}
#health-plans {
	width: 175%
}
#health-plans td {
  vertical-align: top;
}
#dental-plans {
	width: 175%
}
#dental-plans td {
  vertical-align: top;
}
#faq-welcome-to-answers,
#faq-welcome-to-answers td {
	border: none;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*-------------------------------------| GLOBAL |------------------------------------- */
body {

  margin: 0 auto;
  font-family: Arial, "Myriad Pro", "DejaVu Sans Condensed", Helvetica, sans-serif;
  font-weight: 500;
  font-size:1.0em;
  color:#536875;
  line-height: 1.3em;
}
body.fixed {
  min-width: 960px;
}
body.fixed .navbar-nav {
  float: left;
  margin: 0;
}
#skip a
{ 
position: absolute; 
left: -10000px; 
top: -100px; 
overflow: hidden;
} 
#skip a:focus 
{ 
overflow: visible;
position: absolute; 
left: -190px; 
top: 93px; 
text-decoration: underline;
color: #2c373e;
background-color: #fecb00;
font-size: 18px;
} 
p {
	margin-bottom:20px;	
}

.content-area p, .content-area ul, .content-area ol {
	line-height: 1.5em;
}

.content-area strong {
	color:#000
}
	

/* announcements */

#announcement {
	width:100%;
}

#announcement-ico {
	background:#000; color:#fff; font-size:30px; padding:5px; font-weight:bold; float:left;}

#announcement h2 {
	background:#dcb627; color:#000; padding:12px; font-size:25px; font-weight:bold; float:left; width:549px; margin: 0 0 5px;
}

#announcement-content {
	background:#d8d9d8; 
	color:#000; 
	padding:20px;
	margin-top: -5px;
  margin-left: -1px;
	width:600px;
}
.register-to-vote-options a {
  text-decoration: none !important;
}

/* subpage breadcrumb ********************************************** */
#breadcrumb {
	font-size: 0.9em;
	margin-bottom:20px;
	margin: 20px 0 50px 0;
	color: #6c7378;
}

#breadcrumb a {
	text-decoration: none;
	color:#6c7378;  /* light grey */
}

/* mouse over link */
#breadcrumb a:hover {
    color:#0AAB00;  /* green */
	text-decoration: underline;
}
    
/* focus link */
#breadcrumb a:focus {
    color:#0AAB00;  /* green */
	text-decoration: underline;
}

#breadcrumb > span:nth-child(3) > a {
	font-weight: bold;
}

/* Screen Reader Nav button instructions ********************************************** */
.menu-hidden-description-parent{
  	position: absolute !important;left: -10000px;top: auto;width: 1px !important;height: 1px !important;overflow: hidden;
}	
	
	
/*-------------------------------------| TYPOGRAPHY |------------------------------------- */
h1 {
	font-size: 1.8em;
	margin: 0px 0 25px 0;
	color: #006f9a;  
	font-weight:bold;
	line-height: 1.2em; 
}

h2{
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 23px 0 15px 0;
	color: #006f9a;
	font-weight:bold;
	}

h3 {
	font-size: 1.4em;
	margin: 20px 0 10px 0;
	color: #006f9a;
	font-weight:bold;
	}

.SectionHeader h3, .SectionHeader h3 a {
	text-align:right;
	color: #006f9a;	
}


	
h4 {
	font-size: 1.125em;
	margin: 10px 0 10px 0;
	color: #006f9a;
	font-weight:bold;
	}

h5 {
	font-size: 1.125em;
	margin: 35px 0 0 0;
	padding: 8px 3px 6px 8px;
	color: #000;
	border-bottom: 4px solid #006f9a;
	background-color: #DCB627;
	font-weight:bold;
	}

h6 {
	font-size: 1.125em;
	margin: 35px 0 0 0;
	padding: 8px 3px 6px 8px;
	color: #fff;
	border-bottom: 4px solid #DCB627;
	background-color: #006f9a;
	font-weight:bold;
	}
	
a {
  text-decoration: none;
  color:#536875;
}

a.cta-link {
  text-decoration: underline;
}
.foreignLN a strong {
	color: #003dff !important;
	text-decoration: underline;
}
.foreignLN a:hover strong {
	color: #0aab00 !important;
	text-decoration:underline;
}
.foreignLN td {
	vertical-align:bottom;
	width: 50%;
	padding: 0 0 10px 0;
}
.foreignLN img {
	margin: 10px 0 50px 0;
}
.foreignLN td, .foreignLN{
	border:  none !important;
}
.strong {
  font-weight: 700;
}

.priority-1 {
  font-size: 20px;
}

.priority-2 {
  font-size: 18px;
  line-height: 1.2em;
}

.priority-3 {
  font-size: 17px;
  line-height: 1.2em;
  float: left;
  margin: 67px 30px 0;
}

.priority-4 {
  font-size: 16px;
  line-height: 1.2em;
}

.primary-button {
  background:#16a4b5;
  color:#FFFFFF;
  display: block;
  font-size: 18px;
  padding:17px 12px;
  width: 165px;
  text-align: center;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin:50px 0 30px;
  letter-spacing: 1px;
  float: left;
}

.primary-button:hover {
  background:#fee57f;
  color:#000000;
  -webkit-box-shadow:inset 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:inset    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:inset         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}

hr {
  width:100%;
  height:3px;
  margin:30px 0;
  background-color: #e5e5e5;
  border:none;
}

.row hr {
  height:1px;
}




/* ------------Link Attributes-------------------------------------------------------------------- */	

/* unvisited link */
.left-content a {
	text-decoration: underline;
}

.left-content a:link {
    color: #003DFF;
}

/* visited link */
.left-content a:visited {
    color:#003DFF;
}

/* mouse over link */
.left-content a:hover {
    color:#0AAB00;
}

/* selected link */
.left-content a:active {
    color:#0D127F;
}
/* unvisited link */
.main-content a {
	text-decoration: underline;
}

.main-content a:link {
    color: #003DFF;
}

/* visited link */
.main-content a:visited {
    color:#003DFF;
}

/* mouse over link */
.main-content a:hover {
    color:#0AAB00;
}

/* selected link */
.main-content a:active {
    color:#0D127F;
}


/* ------------Bullets, Lists and Nested Lists-----------------------------------------------------  */

.content-area ul li {   		/* unordered list 1st level */
	margin: 15px 0;
	}

.content-area ul ul li {		/* unordered list 2nd level */
	margin: 5px 0;
	}

.content-area ul ul ul li {	/* unordered list 3rd level */
	margin: 5px 0;
	}
				
.content-area ol li {		/* ordered list 1st level */
	margin: 15px 0;
	}

.content-area ol ul li {		/* ordered list 2nd level */
	margin: 5px 0;
	}		

.content-area ol ul ul li {	/* ordered list 3rd level */
	margin: 5px 0;
	}
	
#partner-list li { /*unordered list Become a Partner page */
	margin: 0px 0;
}
	


/* ---------------------- FEED RSS NEWS ----------------------------------------------------------------- */

#feed {
	
}

#feed h2 {
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1.3em;
}

#feed h2 a {
	text-decoration:none;
	color:#006f9a !important;
}

#feed div {
	text-transform: uppercase;
	font-weight:bold;
	font-size:0.7em;
}

#feed p {
	line-height:1.3em;
	font-size:0.9em;
}

#feed h4 {
	padding:0 !important;
	margin: -20px 20px 35px 0 !important;
	font-size:0.9em;
	text-align:right !important;
	font-weight:normal;	
}


		
	
/* -----------Tables------------------------------------------------------------------------------------- */

table {
    border-collapse: collapse;
	margin-top: 30px;
    width: 100%;
}

th {
	padding: 12px;
    background-color: #006f9a;
    color: #fff;
	font-size: 1.125em;	
}

td {
    text-align: left;
    /*height: 24px;*/
    vertical-align: bottom;
    padding: 6px 6px 6px 12px;
}

table, td, th {
    border: 1px solid #006f9a;
}

tr.alt {
    background-color:#E6EEF1;
}



/* end of comms styles ============================================================================ */



/*-------------------------------------| FRAMEWORK |------------------------------------- */

/* added by SF */

.HelpColumn {float:left; width:33%; padding:0 30px;}

/* ************** */




.main-container {
  /*max-width:1000px; FOR RESPONSIVE */
	background-color: #FFFFFF;
  position: relative;
}

.wrap {
  width:1000px;
  margin:0 auto;
  position: relative;
  clear: both;
}

.content-area .wrap {
  width: 940px;
}

.content-area {
  width:100%;
  margin:0 auto;
  padding-top:5px;
  background-color: #FFFFFF;
}
.main-content {
	min-height: 700px;
}
.left-content {
	width:600px;
	float:left;
	margin: 0 39px 50px 0; 
}
.left-content img {
	max-width: 600px;
}
.left-wide {
	width:930px;
	float:left;
}

.shaded {
  background: #d2f0f2;
}
.three-columm .grid_10 {
  height: 130px;
  text-align: center;
}
.three-columm .grid_10:nth-child(2) {
  border-left:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
}
.three-columm a {
  color: #546875;
}
.three-columm a:hover {
  color:#dcb628;
}
.three-columm [class^="icon-"] {
  font-size: 70px;
  display: block;
  margin: 15px 0;
}
.two-column .left-panel, .two-column .right-panel {
  float: left;
  height: 282px; /*Needs to fix for Responsive*/
  position: relative;
  overflow: hidden;
}
.two-column .primary-button {
  position: absolute;
  bottom: 20px;
  margin:0;
}
.two-column .left-panel {
  width:49.89247311828%;
}
.two-column .right-panel {
  width:50.10752688172%;
  padding:40px 40px 20px 20px;
}
.two-column .right-panel h3 {
  font-weight: 700;
  color: #334048;
  margin-bottom: 20px;
}
.two-column .right-panel p {
  font-size: 16px;
  color:#546875;
  line-height: 20px;
  margin-bottom: 25px;
  height: 100px;
  overflow:hidden;
}
.cta-info {
  margin-top: 37px;
  padding:30px 20px 20px;
}
.cta-info h2 {
  margin: 5px 0 0;
}
.cta-info h2 a {
  color:#334048;
}
.cta-info hr {
  height: 1px;
  margin:10px 0;
  background-color: #b7ced1;
}
.cta-info, .reference-info {
  margin-bottom: 10px;
}
.reference-info {
  padding:30px 20px;
  background-color:#ededed;
}
.reference-info hr {
  height: 3px;
  margin:20px 0;
  background-color: #cdcbcd;
}
.reference-info ul li {
  width: 100%;
  list-style-type: none;
  display: inline-block;
  padding: 20px 0 25px;
  border-top: 1px solid #cdcbcd;
}
.reference-info ul li:first-child {
  padding-top:0;
  border-top: none;
}
.reference-info ul li [class^="icon-"] {
  font-size: 26px;
  color:#417b65;
  display: inline-block;
  vertical-align: top;
}
.reference-info ul li div {
  display: inline-block;
  padding-left: 10px;
}
.reference-info ul li p {
  margin-bottom: 10px;
}
.reference-info ul li p span {
  display: block;
  font-weight: 700;
}
.reference-info ul li a {
  text-decoration: underline;
  color: #417b65;
}
.call {
	float: right;
	font-size: 18px;
}
/*-------------------------------------| HEADER w/ TOP NAV |------------------------------------- */
/*header {
  width:100%;
  background-color:#006f9a;
  z-index: 2000;
  position: relative;
  top:0;
  text-align: left;
}
header a {
  text-decoration: none;
}
header .logo {
  position: absolute;
  z-index: 1000;
  top:0;
  left: 26px;
}
header .logo a {
  width:150px;
  height:190px;
  display: block;
  background: url("../images/logo.png") no-repeat 0 -2px;
  text-indent: -9999px;
}

header .utility {
  padding: 28px 30px 18px 175px;
}

header .utility h2 {
  float: left;
  max-width: 518px;
  color: #FFFFFF;
  font-size: 17px;
  margin:0 18px 0 26px;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  padding: 0;
}

header .utility ul {
  float: right;
  max-width: 238px;
  margin-top: -1px;
  padding: 0;
}
.lt-ie9 header .utility ul {
  max-width: 244px;
}
header .utility li {
  float: left;
  height: 20px;
  font-size: 14px;
  padding: 0 8px;
  list-style-type: none;
  border-left:1px solid #FFFFFF;
}
header .utility li:first-child {
  border:none;
  padding-left: 0;
}
header .utility li:last-child {
  padding-right: 0;
}
header .utility li a {
  color:#FFFFFF;
  margin-top: 3px;
  display: block;
}
header .utility li.change-language {
  border: none;
  padding: 0;
  margin-top: -1px;
  position:relative;
}


header .utility li.change-language:hover .language-dropdown {
    display:block;
}

header .utility li.change-language .language-dropdown {
    display:none;
    right: -25px;
    top: 15px;
    position: absolute;
    width: 280px;
    height: 100%;
    border-top: 20px rgba(0, 0, 0, 0) solid;
    z-index: 100;
}


header .utility li a:hover {
  color:#fdcc07
}

header .utility li.change-language:hover a{
  color:#fdcc07
}

header .utility li.change-language li.header {
  width:100%;
}

header .utility li.change-language span {
  font-size:14px;
  color: #006f9a;
  font-weight:bold;
  display:block;
  margin:0 0 5px;
}


header .utility li.change-language ul {
  background:#f6f6f6;
  padding:15px;
  height:auto;
  max-width: none;
  width: 280px;
  float:none;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
}

header .utility li.change-language ul li {
    border-left:none;
    width:81px;
    height:auto;
    clear:none;
}

header .utility li.change-language .language-dropdown:before {
  content: "";
  height: 0;
  width: 0;
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-color: #f6f6f6;
  position: absolute;
  top: -20px;
  right: 24px;
}


header .utility li.change-language ul li a,
header .utility li.change-language:hover ul li a {
  color:#334048;
  padding:5px 0;
}

header .utility li.change-language ul li a:hover {
  font-weight:bold;
}

header .font-adjustment a {
  float: left;
  margin-right:6px;
}
header .font-adjustment a.decrease {
  font-size: 11px;
  margin-top: 6px;
}
header .font-adjustment a.default {
  font-size: 13px;
  margin-top: 4px;
}
header .font-adjustment a.increase {
  font-size: 15px;
  margin-top: 2px;
}
header nav {
  height:83px;
  border-top: 3px solid #fecb00;
  border-bottom: 3px solid #fecb00;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.15);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.15);
}

header nav ul.wrap {
  padding-left: 170px;
}

header nav > ul > li {
  float: left;
  width:207px;
  height:77px;
  list-style-type: none;
  position: relative;
}
.lt-ie8 header nav > ul > li {
  width:175px;
  border-left:1px solid #b7b7b7;
}
.lt-ie9 header nav > ul > li {
  border-left:1px solid #b7b7b7;
}
.lt-ie9 header nav > ul > li:first-child {
  border-left:none;
}
header nav > ul > li:hover,
header nav > ul > li:focus,
header nav > ul > li:active {
  background-color: #fff2bf;
  color: #006F9A;
}

header nav > ul > li:hover span {
  color:#000;
}

header nav li.active {
  background-color: #fee57f;
}
header nav > ul > li:not(:first-child):after {
  content: "";
  height: 40px;
  width: 1px;
  border-right: 1px solid #b7b7b7;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2
}
header nav > ul > li.active:after, header nav > ul > li:hover:not(:first-child):after {
  border:none;
}
header nav > ul > li:hover + li:after, header nav > ul > li.active + li:after {
  display: none;
}
header nav > ul > li > a {
  display: block;
  width:100%;
  height:100%;
  font-size: 20px;
  font-weight: 700;
  color:#4b444c;
  padding:13px 0 0 30px;
  text-decoration: none;
}
/*header nav > ul > li.subnav:hover > a:after {
  content: "";
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #fecb00;
  position: absolute;
  bottom: 0;
  left: 30px;

header nav > ul > li > a span {
  display: block;
  margin-top: -5px;
  font-size: 16px;
  font-weight: 300;
}
header nav > ul > li > a:hover,
header nav > ul > li:hover > a {
  color: #006F9A
}
/*SUBNAV - LINKS*/ /*
header .subnav > ul {
  display: none;
  width:283px;
  background:#fff;
  background: rgba(255,255,255, 0.95);
  border-top: 3px solid #fecb00;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.25);
  padding:20px 0;
  margin-left: -75px;
}
.lt-ie9 header .subnav > ul {
  border:1px solid #dddddd;
}
header nav ul li.subnav:first-child > ul {
  margin-left: 0;
}
header nav li.subnav:hover ul,
header nav li.subnav a:focus + ul {
  display: block;
}
header .subnav ul li {
  float: left;
  width: 100%;
  list-style-type: none;
}

header .subnav ul li:hover {
  background-color: #fff2bf;
}

header .subnav ul a {
  font-size: 18px;
  color:#4b444c;
  display: block;
  padding:8px 10px 8px 20px;
  vertical-align: top;
}
header .subnav ul a:hover {
  color:#006F9A;
  font-weight: 700;
}
header .subnav ul a span {
  margin: 0 29px 0 5px;
}
header .subnav [class^="icon-"] {
  font-size: 20px;
  margin:0 10px 0 -10px;
  color:#968a98;
}
header .subnav li a:hover [class^="icon-"] {
  color:#006f9a;
}

header .subnav .icon-single-agent:before {
  padding: 0 8px;
}

header .subnav .icon-faq {
  padding:0 17px;
}


header .subnav a.contact {
  text-decoration: underline;
  font-size: 14px;
  padding: 0 0 10px 65px;
  margin-top: -20px;
}

header .subnav a.contact:hover {
  background:none;
}

header .subnav a:hover {
  background-color: #fff2bf;
}

header .subnav .secondary {
  margin-top: 5px;
  padding: 0;
}
header .subnav li.secondary  {
  position: relative;
  margin-bottom: 5px;
}
header .subnav li.secondary  a {
  padding-left: 30px;
}
header .subnav  li.secondary:after {
  content: "..........................................................";
  height: 1px;
  width: 223px;
  position: absolute;
  top: 36px;
  left: 25px;
  color: #4B444C;
}
header .subnav li.secondary:last-child:after {
  display: none;
}
header .subnav .secondary a {
  font-size: 14px;
  height: 100%;
  width: 100%;
}
header .subnav .secondary [class^="icon-"] {
  font-size: 10px;
  display: inline-block;
  float: left;
  margin-bottom:10px;
  margin-right: 12px;
}

header .subnav  ul a.telephone {
  padding-bottom:20px;
}

/*HOVER - INFO BOX*/ /*
header nav .info-box > div {
  display: none;
  color:#FFFFFF;
  width:283px;
  font-size: 16px;
  background: #006f9a;
  background: rgba(0,111,154, 0.95);
  padding:30px 30px 37px;
  line-height: 21px;
  border-top: 3px solid #FECB00;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.15);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.15);
}

header nav .info-box > div a {
  display:block;
}

header nav li.info-box:hover > div,
header nav li.info-box a:focus + div {
  display: block;
}
header nav .info-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  padding: 0;
}
header nav .info-box p {
  color:#e7e6e7;
}
*/
.global-alert {
  padding:20px 20px 20px 20px;
  background: #fbf7e8;
  color:#334048;
  font-size: 14px;
  border-bottom: 3px solid #fecb00;
}

.global-alert .wrap {
  padding:0 0 0 190px;
}

/*-------------------------------------| FOOTER |------------------------------------- */
footer {
  width:100%;
  color:#000000;
  text-align: left;
}
.footer-divider {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer a {
  text-decoration: none;
}
footer .row.wrap {
  width: 1000px;
  padding-top: 60px;
  clear: both;
  margin: 0 auto;
  float: none;
}
footer .grid_6 {
  padding-left:10px;
  width: 20%;
}
footer .grid_6:last-child {
  padding-left: 10px;
  padding-right: 8px;
}
footer .category {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 27px;
}
footer ul {
  list-style-type: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 0 12px;
}
footer ul.languages {
  margin: 0 20px 0 0;
  vertical-align: top;
}
footer .row .partnership {
  padding: 3px 0;
  text-align: left;
  float: right;
  width: 43%;
}
footer .row .partnership h3 {
    margin: 0;
}
footer .row .partnership p {
  line-height: 1.7em;
  color: #a7a9ac;
  font-size: 13px;
  margin-bottom: 10px;
}
footer .row .partnership strong {
    color: #a7a9ac;
}
footer .row .partnership a:hover {
    color: #fdcc07;
}
footer ul li {
  margin: 0 0 5px !important;
}
footer ul li a {
  color: #6d6e71;
  font-weight: 300;
  font-size: 14px;
}
footer ul li a.active, footer ul li a:hover {
  color:#fdcc07;
}
footer .footer-nav-secondary {
  margin: 0 0 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
footer .footer-nav-secondary .ctr {
  text-align:center;
}
footer .footer-nav-secondary:last-child,
footer .footer-nav-secondary.last {
  margin-bottom: 5px;
}
footer .footer-nav-secondary:last-child img {
  margin-top: 5px;
}
footer .footer-nav-secondary a {
  color:#ffffff;
}
footer ul {
	padding: 0;
}
footer nav {
  border-top: 1px solid #a29da3;
  border-bottom: 1px solid #a29da3;
  padding: 18px 0;
  margin-top: 18px;
}
footer nav ul {
  margin: 0 0 0 20px;
}
footer nav ul li {
  display: inline;
  margin: 0 31px 0 0;
}
footer nav ul li:last-child {
  margin-right: 0;
}
footer nav ul li a {
  font-size: 14px;
  font-weight: 300;
}
footer .social {
  text-align: left;
  width: 170px;
}
footer .social li {
  margin: 0 0 5px;
}
footer .social img {
  float: left;
  margin-right: 10px;
}
.social ul li span {
	margin-right: 15px !important;	
	vertical-align: middle;
	background-repeat: no-repeat;
	display: inline-block;
}
.icon span {
    background-image: url('/images/icons/social-media.png');
    background: url('/images/icons/social-media.svg'),         
        linear-gradient(transparent, transparent);
    background-repeat: no-repeat;   
}
.facebook span {
    background-position: 0 0;
	margin-right: 5px !important;
    width: 12px;
    height: 15px;
}
.facebook:hover span {
    background-position: 0 -15px !important;
    width: 12px;
    height: 15px;
}
.twitter span {
    background-position: 0 -96px;
	margin-right: 5px !important;
    width: 19px;
    height: 13px
}
.twitter:hover span {
    background-position: 0 -109px;
    width: 19px;
    height: 13px
}
.google-plus span {
    background-position: 0 -30px;
	margin-right: 5px !important;
    width: 19px;
    height: 16px;
}
.google-plus:hover span {
    background-position: 0 -46px;
    width: 19px;
    height: 16px;
}
.youtube span {
    background-position: 0 -122px;
	margin-right: 5px !important;
    width: 21px;
    height: 18px;
}
.youtube:hover span {
	background-position: 0 -140px;
    width: 21px;
    height: 18px;
}
.instagram span {
	background-position:0 -62px;
	margin-right: 5px !important;
    width: 18px;
    height: 17px;
}
.instagram:hover span {
	background-position: 0 -79px;
    width: 18px;
    height: 17px;
}
.tell-a-friend span {
	background-image: url("/images/icons/tell-a-friend-icon.png");
	margin-right: 5px !important;
}
.tell-a-friend:hover span {
	background-image: url("/images/icons/tell-a-friend-icon-hover.png");
}
footer.copyright {
  background-color: #a5a1a5;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 18px 0;
  margin: 0;
}
footer.copyright p {
  color: #010101;
  font-size: 14px;
  text-align: center;
}
footer .partnership a.health-exchange {
  width: 145px;
  background: url("../images/healthcare.png") no-repeat;
  display: block;
  padding: 26px 0 0 0;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
}
footer .partnership a.health-exchange:hover{
  background-position: 0 -28px;
}
footer .partnership a.dhcs{
  width: 145px;
  background: url("../images/footer-partnership.png") no-repeat;
  display: block;
  padding: 53px 0 0 0;
  height: 0;
  overflow: hidden;
  margin:0 auto;
}
footer .partnership a.dhcs:hover{
  background-position: 0 -55px;
}
/*-------------------------------------| CLEARFIX |------------------------------------- */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
 /* 1 */
  display: table;
 /* 2 */;
}

.clearfix:after, .row:after {
  clear: both;
}
  /** For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix {
  zoom: 1;
}


/*-- POC ONLY STYLES.  This is to help with the fixed header covering content --*/


.wizardwrap {
	position:relative;
}

.indv-wizard-nav-home ul li a {
width: 122px;
}

.indv-wizard-nav-home {
	left: 0; position: absolute; left:-3px; top: 0;
}

.indv-wizard-nav-home ul {
float: left;
margin: 0;
padding: 0;
}
/*-------------------------------------| 1095 PAGE |------------------------------------- */
#wrapper-1095 img:nth-of-type(1) {
	margin-bottom: 10px;
}
#wrapper-1095 img:nth-of-type(2) {
 	float: right;
	margin: 0px 0px 50px 10px;
}
#wrapper-1095 img:nth-of-type(3) {
	float: left;
	margin: 0px 10px 10px 0px;
	padding-bottom: 65px;
}

/**************************************************************************************************************************************/

.bigtext {
	font-size:1.8em;
	font-weight:bold;
	color: #006f9a;
	line-height:2.0em;	
}

#qualifying-tbl td{vertical-align:top;}

/******************************************************************************/

