/* Base Element Styles */
* {
    margin: 0;
    padding: 0;
    outline: none;
    -moz-outline: none;
}

img {
    border: none;
}

ul li:before {
    background-color: #69be28;
}

/* List Styles */
ul.arrow-list li:before {
    border-color: transparent transparent transparent #69be28;
}

/* Page Header Styles */
.page-header nav ul li.over,
header.no-page-header nav ul li.over {
    background: #69be28;
}

header.no-page-header {
    height: 20px;
}

header.no-page-header .crumb {
    border-bottom: 0px;
}

header.no-page-header.big-sticky .login-bar,
header.no-page-header.small-sticky .login-bar {
    display: none;
}

/* Link Styles */
a.nohover:hover,
a.nohover:visited,
a.nohover:active {
    text-decoration: none;
    color: #333;
}

/* Content Layout */
div.content-right {
    width: 758px;
    float: right;
}

body#webinar {
    background: #000 !important;
    padding: 5px 0px 0px 5px !important;
}

/* Button Styles */
a.app {
    position: relative;
    width: 104px;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    padding: 10px 0px 0px 40px;
    height: 27px;
    float: left;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    text-shadow: 0px -1px 2px #005f9d;
    background: linear-gradient(#008bc9, #00a9e0);
}

a.app.double {
    padding-top: 5px;
    line-height: 14px;
    height: 32px;
}

a.app:hover {
    text-decoration: none;
    text-shadow: 0px -1px 0px #002f5f;
    background: linear-gradient(#005f9d, #008bc9);
}

a.app img {
    border: 1px solid #025388;
    border-top: 1px solid #2273A2;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

a.app:hover img {
    border: 1px solid #025388;
}

/* Select Box Styles */
div#select1, div#select2 {
    margin-top: -10px;
}

div#select1 p, div#select2 p {
    margin-bottom: 0px;
    text-shadow: 0px 1px 0px #FFF;
    color: #333;
}

span.arrow {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #69be28;
}

span.arrow-left {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0px;
    border-color: transparent #69be28 transparent transparent;
}

span.arrow-left-black {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0px;
    border-color: transparent #000 transparent transparent;
}

/* Aside Styles */
aside {
    padding-left: 15px;
    border-left: 4px solid #0077c6;
    box-sizing: border-box;
}

ul>span.arrow {
    margin-top: 2px;
}

/* Media Queries and Responsive Styles */
@media only screen and (min-width: 0px) and (max-width: 679px) {
    #GoogleScholar form img,
    #miniHighwire form img {
        width: 100%;
    }
    
    footer {
        width: 90%;
        padding: 0 5%;
        position: relative;
    }
    
    footer h2 {
        font-size: 15px;
   
