.tab-nav a:focus {
    outline: 0;
}
.tab-nav a {
    color: #000000;
}
.hidetab {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.tab-nav li.last {
    margin-right: 0;
}
#TabsWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-wrap {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 1rem;
	background: #FCFCFC;
    border: 1px solid #B3CDE0;
    border-top: none;
}
.tab-nav {
    overflow: hidden;
    display: flex;
    width: 100%;
}
.tab-nav li {
	display: flex;
	flex-grow: 1;
	border-bottom: 1px solid #B3CDE0;
}
.tab-nav a {
    border: 1px solid #B3CDE0;
}
.tab-nav a {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: .75em 1em;
    cursor: pointer;
    background: #b3cde0;
    font-weight: bold;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
}
.tab-nav a {
    display: block;
    max-width: none;
    width: auto;
    float: none;
    text-align: left;
    margin-right: 12px;
    margin-bottom: -1px;
}
.tab-nav li a.current, .tab-nav li a:hover {
    background: #FCFCFC;
    border-bottom: none;
}
#TabsWrap h2 {
margin: 16px 0 .65em 0;
text-decoration: underline;
border-bottom: 3px none;
display: block;
font-family: arial narrow;
font-size: 1.75em;
font-weight: 400;
letter-spacing: 1px;
color: #005B96;
}

.bulleted li {
list-style: square;
line-height: 1.5em;
}
.italic {
font-style: italic;
}
@media (max-width: 45em) {
.tabs .tab, .tab-nav li {
-webkit-box-ordinal-group: NaN;
-webkit-order: initial;
-ms-flex-order: initial;
order: initial;
}
.tab-nav li {
width: 100%;
margin-right: 0;
margin-top: 0.2rem;
}
}
.underlined a {
 text-decoration: underline;
}
