a {
    color: rgb(210, 69, 30);
    text-decoration: none;
}

a:hover {
    color: rgb(0, 62, 126);
    text-decoration: underline;
}

/* This is the class used for the main content headers (<h2>) */
#apbs-page-title, .content-head {
    color: rgb(0, 62, 126);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0.4em 0 1em;
}

/* This is the class used for the content sub-headers (<h3>) */
.apbs-subtitle, .content-subhead {
    color: rgb(210, 69, 30);

}
.content-subhead i {
    margin-right: 7px;
}

.apbs-sub-subtitle { 
    color: rgb(0, 62, 126);
}

#ref-disclaimer {
    text-align: center;
}

.last {
    margin-bottom: 2em;
}

/* Menu */

.header {
    background-color: white;
    z-index: 4;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.apbs-menu-wrapper {
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 5em;
    /* overflow: hidden; */
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
    padding: 0.5em 0 0 0;
}


.apbs-menu-wrapper.open {
    height: 31em;
}

.apbs-menu-2 {
    padding-top: 0.8em;
}

u.pure-menu-chilren li {
    text-align: left;
}

.custom-toggle {
    width: 104px;
    height: 64px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #34495e;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 100px;
    position: absolute;
    top: 32px;
    right: 21px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




/* LAYOUT CSS */
#apbs-subpage-wrapper {
    padding-top: 3.3em;
}

#layout {
    padding: 0;
}


.sidebar {
    background: rgb(0, 62, 126);
    color: #fff;
}


.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#apbs-subpage-wrapper .content {
    padding: 2em 1em 0;
}



nav.apbs-quick-links > ul > li {
    margin-top: 0.6em;
    line-height: 1.1;
}

nav.apbs-quick-links > ul > li > a {
    color: white;
    text-decoration: none;
}

nav.apbs-quick-links > ul > li > a:hover {
    color: rgb(210, 69, 30);
    text-decoration: underline;
}

@media (max-width: 47.999em) {

    nav.apbs-quick-links {
        padding: 0;
    }
    
    nav.apbs-quick-links > ul {
        margin-top: 1.4em;
        list-style-type: none;
    }

    nav.apbs-quick-links > ul > li {
        margin-top: 1em;
    }

    .custom-toggle {
        display: block;
    }

    .apbs-menu-wrapper {
        overflow: hidden;
    }

    .pure-menu-active > .pure-menu-children {
        display: block;
        position: absolute;
        left: 94px;
        border: 1px solid #ccc;
    }

}

/* medium and large ONLY styles */
@media (min-width: 48em) {
    .apbs-subpage-content {
        padding: 2em 3em 0;
        margin-left: 25%;
    }
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .footer {
        clear: both;
        display: block;
    }

    nav.apbs-quick-links {
        padding: 1em 1.2em 0 0;
    }
    
    nav.apbs-quick-links > ul {
        margin-top: 6em;
        list-style-type: none;
    }
    

}


.apbs-menu-wrapper .pure-menu-heading {
    margin-top:-0.5em;
    margin-bottom: -0.5em;
}

.apbs-menu-wrapper .pure-menu-selected a {
    color: rgb(0, 62, 126);
}

.apbs-menu-wrapper a {
    color: rgb(0, 62, 126);
}
.apbs-menu-wrapper li a:hover,
.apbs-menu-wrapper li a:focus {
    background: none;
    border: none;
    color: rgb(210, 69, 30);
}

/* /about/families/ */
.families-list {
    list-style-type: none;
}

/* /networks/ */
h3.content-subhead.network-menu {
    color: rgb(0, 62, 126);
}

ul.network-contacts {
    list-style-type:none;
}

/* Images */

.inner-img-wrapper {
    margin: 0.4em;
}

.img-float-left {
    float: left;
}

.img-float-right {
    float: right;
}

/* Footer */
/* This is the class used for the footer */
#footer {
    background: #111;
    color: #efefef;
    z-index: 4;
}

#footer div ul li {
    margin: 0;
    font-size:0.75em;
}

#footer div ul li a {

    color:#ccc;
    text-decoration:none;
}

#footer div ul li a:hover {
    text-decoration:none;
    color:#ccc;
    background:none;
}

#apbs-copy {
    font-size: 12px;
    color:#ccc;
    position: relative;
    bottom: 0px;
    right:10px;
}

/* Back to top fade-in */
.back-to-top {
	position: fixed;
	bottom: 0.8em;
	right: 0.4em;
	text-decoration: none;
	color: #fff;
	background-color:rgb(210, 69, 30, 0.4);
	font-size: 1em;
	padding: 0.8em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

a.back-to-top:link {
	color: #ddd;
	text-decoration:none; 
}

a.back-to-top:visited {
	color: #ddd;
	text-decoration: none; 
}

a.back-to-top:hover {
	color: #fff;
    background-color:  rgba(0, 62, 126, 0.7);
    text-decoration:none;
}

a.back-to-top:active {
	color: #fff;
	text-decoration: none;
}