.contain-to-grid {
    width: 100%;
    background: none;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

.fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
    margin-top: 1.8125rem;
    z-index: 98;
}

.top-bar {
    background: none;
    height: 1.8125rem;
    line-height: 1.8125rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

.top-bar ul {
    list-style: none;
    margin-bottom: 0;
}

.top-bar .row {
    max-width: none;
}

.top-bar form,
.top-bar input,
.top-bar select {
    margin-bottom: 0;
}

.top-bar input,
.top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem;
}

.top-bar .button,
.top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem;
}

@media only screen and (max-width: 40em) {
    .top-bar .button,
    .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .name {
    font-size: 16px;
    height: 1.8125rem;
    margin: 0;
}

.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
    font-size: 1.0625rem;
    line-height: 1.8125rem;
    margin: 0;
}

.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
    color: #2980b9;
    display: block;
    font-weight: normal;
    padding: 0 0.9375rem;
    width: 75%;
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-bar .toggle-topbar a {
    color: #2980b9;
    display: block;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 1.8125rem;
    line-height: 1.8125rem;
    padding: 0 0.9375rem;
    position: relative;
    text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon {
    margin-top: -16px;
    top: 50%;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #2980b9;
    height: 34px;
    line-height: 33px;
    padding: 0 2.5rem 0 0.9375rem;
    position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #326295, 0 7px 0 1px #326295, 0 14px 0 1px #326295;
    width: 16px;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded {
    background: transparent;
    height: auto;
}

.top-bar.expanded .title-area {
    background: none;
}

.top-bar.expanded .toggle-topbar a {
    color: #326295;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #326295, 0 7px 0 1px #326295, 0 14px 0 1px #326295;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }
    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

.top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: none;
    clear: both;
    height: 1px;
    width: 100%;
}

.top-bar-section ul li {
    background: none;
}

.top-bar-section ul li > a {
    color: #2980b9;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    padding-left: 0.9375rem;
    padding: 12px 0 12px 0.9375rem;
    text-transform: none;
    width: 100%;
}

.top-bar-section ul li > a.button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #2980b9;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
    background-color: #2285a2;
}

.top-bar-section ul li > a.button:hover,
.top-bar-section ul li > a.button:focus {
    color: #2980b9;
}

.top-bar-section ul li > a.button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
    background-color: #bababa;
}

.top-bar-section ul li > a.button.secondary:hover,
.top-bar-section ul li > a.button.secondary:focus {
    color: #333333;
}

.top-bar-section ul li > a.button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #2980b9;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
    background-color: #4a831c;
}

.top-bar-section ul li > a.button.success:hover,
.top-bar-section ul li > a.button.success:focus {
    color: #2980b9;
}

.top-bar-section ul li > a.button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #2980b9;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
    background-color: #9e0c0f;
}

.top-bar-section ul li > a.button.alert:hover,
.top-bar-section ul li > a.button.alert:focus {
    color: #2980b9;
}

.top-bar-section ul li > a.button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #2980b9;
}

.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li > a.button.warning:hover,
.top-bar-section ul li > a.button.warning:focus {
    color: #2980b9;
}

.top-bar-section ul li > a.button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
    background-color: #61b6d9;
}

.top-bar-section ul li > a.button.info:hover,
.top-bar-section ul li > a.button.info:focus {
    color: #2980b9;
}

.top-bar-section ul li > button {
    font-size: 0.8125rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #2980b9;
}

.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
    background-color: #2285a2;
}

.top-bar-section ul li > button:hover,
.top-bar-section ul li > button:focus {
    color: #2980b9;
}

.top-bar-section ul li > button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333;
}

.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
    background-color: #bababa;
}

.top-bar-section ul li > button.secondary:hover,
.top-bar-section ul li > button.secondary:focus {
    color: #333333;
}

.top-bar-section ul li > button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #2980b9;
}

.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
    background-color: #4a831c;
}

.top-bar-section ul li > button.success:hover,
.top-bar-section ul li > button.success:focus {
    color: #2980b9;
}

.top-bar-section ul li > button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #2980b9;
}

.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
    background-color: #9e0c0f;
}

.top-bar-section ul li > button.alert:hover,
.top-bar-section ul li > button.alert:focus {
    color: #2980b9;
}

.top-bar-section ul li > button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #2980b9;
}

.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
    background-color: #cf6e0e;
}

.top-bar-section ul li > button.warning:hover,
.top-bar-section ul li > button.warning:focus {
    color: #2980b9;
}

.top-bar-section ul li > button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333;
}

.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
    background-color: #61b6d9;
}

.top-bar-section ul li > button.info:hover,
.top-bar-section ul li > button.info:focus {
    color: #2980b9;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: none;
    color: #2980b9;
    background: none;
}

.top-bar-section ul li.active > a {
    background: none; 
    border-bottom: solid 3px #2980b9;;
    color: #2980b9;
}

.top-bar-section ul li.active > a:hover {
    background: none;
    color: #2980b9;
}

.top-bar-section .has-form {
    padding: 0.9375rem;
}

.top-bar-section .has-dropdown {
    position: relative;
}

.top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    margin-right: 0.9375rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

.top-bar-section .has-dropdown.moved {
    position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
    width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
    display: none;
}

.top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%;
}

.top-bar-section .dropdown li {
    height: auto;
    width: 100%;
}

.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}

.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1.125rem;
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #2980b9;
    display: block;
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none;
}

.top-bar-section .dropdown li.has-form {
    padding: 8px 0.9375rem;
}

.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
    top: auto;
}

.top-bar-section .dropdown label {
    color: #777777;
    font-size: 0.625rem;
    font-weight: bold;
    margin-bottom: 0;
    padding: 8px 0.9375rem 2px;
    text-transform: uppercase;
}

.js-generated {
    display: block;
}

@media only screen and (min-width: 58.75rem) {
    .top-bar {
        background: none;
        overflow: visible;
    }
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table;
    }
    .top-bar:after {
        clear: both;
    }
    .top-bar .toggle-topbar {
        display: none;
    }
    .top-bar .title-area {
        float: left;
    }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
        width: auto;
    }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
        font-size: 0.875rem;
        height: 1.75rem;
        position: relative;
        top: 0.53125rem;
    }
    .top-bar.expanded {
        background: none;
    }
    .contain-to-grid .top-bar {
        margin-bottom: 0;
        margin: 0 auto;
        max-width: 72.5rem;
    }
    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }
    .top-bar-section ul {
        display: inline;
        height: auto !important;
        width: auto;
    }
    .top-bar-section ul li {
        float: left;
        margin-left: 10px;
    }
    .top-bar-section ul li .js-generated {
        display: none;
    }
    .top-bar-section li.hover > a:not(.button) {
        background-color: none;
        background: none;
        color: #2980b9;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: none;
        line-height: 1.8125rem;
        padding: 0;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: none;
        background: none;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: none; 
        border-bottom: solid 3px #2980b9;;
        color: #2980b9;
        line-height: 1.8125rem;
        padding: 0;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: none;
        color: #2980b9;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 2.1875rem !important;
    }
    .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem;
    }
    .top-bar-section .has-dropdown.moved {
        position: relative;
    }
    .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
    }
    .top-bar-section .has-dropdown.hover > .dropdown,
    .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 0.1875rem;
        right: 5px;
    }
    .top-bar-section .dropdown {
        left: 0;
        background: transparent;
        min-width: 100%;
        top: auto;
    }
    .top-bar-section .dropdown li a {
        background: none;
        color: #2980b9;
        line-height: 1.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: none;
        color: #2980b9;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: none;
        color: #2980b9;
        background: none;
    }
    .top-bar-section .dropdown li label {
        background: none;
        white-space: nowrap;
    }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0;
    }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
        border-right: none;
        border-bottom: none;
        border-top: none;
        clear: none;
        height: 1.8125rem;
        width: 0;
    }
    .top-bar-section .has-form {
        background: none;
        height: 1.8125rem;
        padding: 0 0.9375rem;
    }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0;
    }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%;
    }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0;
    }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%;
    }
    .no-js .top-bar-section ul li:hover > a {
        background-color: none;
        background: none;
        color: #2980b9;
    }
    .no-js .top-bar-section ul li:active > a {
        background: none; border-bottom: solid 3px #2980b9;
        color: #2980b9;
    }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}