
.inner-skin-subnav .subnav {
    background-color: #09476E;
}
.inner-skin-subnav .subnav .tab-name {
	color: #fff;
	border-right: 1px solid #ffffff;
}
.inner-skin-subnav .subnav li.selected a {
    color: #ffffff;
}
.inner-skin-subnav .subnav li a {
    color: #ffffff;
}
.inner-skin-subnav .subnav .nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
@media (max-width: 1199px) {
.inner-skin-subnav .subnav li a {
    font-size: 13px;
    padding: 17px 10px;
}
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
	.inner-skin-subnav main {
    margin-top: 235px !important;
}
}


@media only screen and (max-width: 991px) {
.inner-skin-subnav .subnav .navbar-toggle:not(.collapsed) .icon-bar.one {
    -webkit-transform: rotate(45deg) translate(9px,9px);
    -ms-transform: rotate(45deg) translate(9px,9px);
    transform: rotate(45deg) translate(9px,9px);
}
.inner-skin-subnav .subnav .navbar-toggle:not(.collapsed) .icon-bar.two {
    display: none;
}
.inner-skin-subnav .subnav .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}
.inner-skin-subnav .subnav .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    height: 3px;
    border-radius: 0;
}
.inner-skin-subnav .subnav .navbar-toggle:not(.collapsed) .icon-bar.three {
    -webkit-transform: rotate(-45deg) translate(-2px,1px);
    -ms-transform: rotate(-45deg) translate(-2px,1px);
    transform: rotate(-45deg) translate(-2px,1px);
}


.inner-skin-subnav .subnav {
    display: block;
}

.inner-skin-subnav .subnav .navbar-toggle .icon-bar {
    background-color: #fff;
}
.inner-skin-subnav .subnav .navbar-collapse.collapse {
    height: auto;
    margin: 0;
	background: #09476e;
	top: 100%;
    position: absolute;
}
.inner-skin-subnav .subnav .navbar-collapse {
	background: #09476e;
	top: 100%;
    position: absolute;
}
.inner-skin-subnav .subnav .collapse.in {
height: auto !important;
}
.inner-skin-subnav .subnav li a {
    color: #ffffff;
	font-size: 15px;
    text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.inner-skin-subnav .subnav #dnnMenu .nav > li > a:focus, #dnnMenu .nav > li > a:hover {
    background: transparent;
    color: #ddd;
}
.inner-skin-subnav .subnav .tab-name {
    display: none;
}
.inner-skin-subnav .subnav .navbar-toggle {
    float: left;
	z-index: 0;
}
}
@media (max-width: 767px) {
.inner-skin-subnav main {
    margin-top: 110px !important;
}
}
.inner-skin-subnav #header-menu {
    z-index: 1;
}
/*gray bg pane switch to light blue*/
.inner-skin .bottom-full-section.section {
    background: #0096D6 !important;
}
.inner-skin .bottom-full-section.section .ModDNNHTMLC p {
    color: #fff;
	font-size: 155% !important;
}
.inner-skin .bottom-full-section.section .btn-primary, a.btn-primary {
    background-color: #ffffff;
    color: #09476e;
}