label[for="toggleNav"] {
    background-color: #295685;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    height: 38px;
    position: fixed;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 2;
}
label[for="toggleNav"] span:after{
    top: 60%;
}
label[for="toggleNav"]:after{
    top: 45%;
}
label[for="toggleNav"]:before{
    top: 30%;
}
label[for="toggleNav"]:before,
label[for="toggleNav"]:after,
label[for="toggleNav"] span:after{
    content: '';
    left: 33%;
    position: absolute;
    right: 32%;
    height: 3px;
    background-color: #ffffff;
}
.toggleNav {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 0;
}
.toggleNav,
.toggleNav + label, 
.toggleNav ~ .siteWrap {
    transition: right 0.4s;
}
.toggleNav:checked,
.toggleNav:checked + label, 
.toggleNav:checked ~ .siteWrap {
    right: 265px;
}

.mainMenu {
    float: right;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 265px;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

.mainMenu > li > a:first-child{
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 12px;
    color: #5db7e6;
}

.mainMenu .level-1.first {
    border: none;
}
.mainMenu > li:first-child {
    border-top: none;
}
.mainMenu li {
    border-top: 1px solid #3F6C99;
}
.mainMenu li a {
    display: block;
    font-size: 14px;
    padding: 9px 10px 9px 20px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
    line-height: normal;
}
.mainMenu li a:hover{
    color: #ffffff;
}
.mainMenu li:hover ul{
    display: block;
}
.mainMenu ul{
    border-top: 1px solid #3F6C99;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #2c5d8e;
    display: none;
}
.mainMenu ul ul{
    background-color: #2d5f91;
}
.mainMenu ul li a {
    padding: 4px 10px 4px 30px;
    font-size: 12px;
}
.mainMenu ul ul li a {
    padding: 4px 10px 4px 40px;
}
.primaryNavigation {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}


@media only screen and (min-width: 1020px) {
    .mainMenu{
        padding: 0;
        width: 100%;
        text-align: right;
    }
    .mainMenu li {
        border: none;
        display: inline-block;
        position: relative;
        width: auto;
        min-height: 0;
    }
    .mainMenu > li:hover > a:first-child:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: #ffffff transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: 0;
        left: 50%;
        z-index: 800;
        margin-left: -7px;
    }
    
    .mainMenu li:hover ul{
        display: none;
    }
    .mainMenu li a {
        display: block;
        height: 33px;
        text-align: center;
        vertical-align: middle;
    }
    .mainMenu > li > a:first-child {
        height: 35px;
        line-height: 37px;
        padding: 0 10px 0 10px;
        text-transform: uppercase;
        position: relative;
    }
    .mainMenu > li > a:first-child:hover:after{
/*        content: "";
        display: block;
        border: 6px solid transparent;
        border-bottom-color: #ffffff;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -3px;*/
    }
    .mainMenu > li.parent-here > a:first-child,
    .mainMenu > li.here > a:first-child,
    body#blog .mainMenu > li#mainMenu-blog > a:first-child,
    body#news-and-events .mainMenu > li#mainMenu-news-and-events > a:first-child,
    body#resource-center .mainMenu > li#mainMenu-resources > a:first-child{
        background-color: #ffffff;
    }
    .mainMenu > li.parent-here > a:first-child:hover,
    .mainMenu > li.here > a:first-child:hover,
    body#blog .mainMenu > li#mainMenu-blog > a:first-child:hover,
    body#resource-center .mainMenu > li#mainMenu-resources > a:first-child:first-child:hover{
        color: #5db7e6;
    }
    
    .mainMenu ul,
    .toggleNav,
    label[for="toggleNav"]{
        display: none;
    }
    .primaryNavigation{
        height: 35px;
        margin: 0 auto 0 auto;
        max-width: 1020px;
        overflow: visible;
        overflow-y: visible;
        text-align: left;
        top: 61px;
        width: 100%;
        z-index: 10;
        background-image: url('/templates/graphics/line-dots.png');
        background-position: left 3px;
        background-repeat: repeat-x;
        padding-right: 20px;
    }
    .toggleNav:checked + label, 
    .toggleNav:checked ~ .siteWrap {
        right: 0;
    }
    #mainMenu-wsc-librarysearch-tools,
    #mainMenu-forms,
    #mainMenu-subscriptions,
    #mainMenu-login{
        display: none;
    }

}

