/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
width: 100%;
}
  
.contain-to-grid .top-bar {
margin-bottom: 0; }

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

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

}

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

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


/* menu stack placement */
.top-bar .toggle-topbar.menu-icon {
right: 15px;
top: 30%;
margin-top: 30px;
padding-left: 40px; 
text-decoration: none;
}

/* menu stack font */
.top-bar .toggle-topbar.menu-icon a {
height: 34px;
line-height: 33px;
padding: 0;
padding-right: 25px;
color: white;
position: relative; 
}


/* menu stack font after click */
.top-bar.expanded .toggle-topbar a {
color:#E98300; }


/* menu stack lines  */
.top-bar .toggle-topbar.menu-icon a::after {
content: "";

position: absolute;
right: 0;
display: block;
width: 16px;
top: 0;
height: 0;
box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
 
/* menu stack lines after click */
.top-bar.expanded .toggle-topbar a::after {
box-shadow: 0 10px 0 1px #E98300, 0 16px 0 1px #E98300, 0 22px 0 1px #E98300; 
}

/* menu stack expaneded when clicked */ 
.top-bar.expanded {
height: auto;
background: white; }



.top-bar.expanded .title-area {
background-color: #00112D; 
}

/* top bar mobile  */ 
.top-bar {
overflow: hidden;
height: 100px;
line-height: 45px;
position: relative;
}


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

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

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

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


.top-bar .button, .top-bar button {
padding-top: 0.45rem;
padding-bottom: 0.35rem;
margin-bottom: 0;
}

.top-bar .title-area {
position: relative;
margin: 0; 
background-color:#0d2647;

}

.top-bar .name {
height: 100px;
margin: 0;

}


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

.top-bar .toggle-topbar a {
color: white;
text-decoration: none;
font-size: 0.8125rem;
font-weight: 400;
position: relative;
display: block;
padding: 0 15px;
height: 45px;
line-height: 45px; 
}



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

.top-bar-section ul {
width: 100%;
height: auto;
display: block;
background: ;
font-weight: 700;
margin: 0; 
}

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



/* nav lead font*/
.top-bar-section ul li > a {
display: block;
width: 100%;
color:#002C5F;
padding: 15px 0 15px 0;
padding-left: 10px;
font-family: "Titillium Web", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 0.8125rem;
font-weight: 700;
text-transform: none;
text-decoration: none;
}


.top-bar-section ul li > a.button {
font-size: 0.8125rem;
padding-right: 10px;
padding-left: 15px;
background-color:#007AC9 ;
text-decoration: none;
color: white; }

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

.top-bar-section ul li > a.button.secondary {
background-color:#007AC9 ;
border-color: #ba6900;
color: white; }

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

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

.top-bar-section ul li > a.button.success {
background-color: #e98300;
border-color: #E98300;
color: white; 
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
background-color: #E98300; 
}

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

.top-bar-section ul li > a.button.alert {
background-color: #E98300;
border-color: #E98300;
color: white; 
}

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

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

.top-bar-section ul li > button {
font-size: 0.8125rem;
padding-right: 15px;
padding-left: 15px;
background-color: #002c5f;
border-color: #002c5f;
color: white;
}

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

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

.top-bar-section ul li > button.secondary {
background-color: #e98300;
border-color: #ba6900;
color: white; 
}

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

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

.top-bar-section ul li > button.success {
background-color: #e98300;
border-color: #ba6900;
color: white; 
}

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

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

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

.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: white; 
}
        
.top-bar-section ul li:hover:not(.has-form) > a {
background: #E98300;
color: white; 
}
    
    
    
.top-bar-section ul li.active > a {
background: #E98300;
color: white; 
}

.top-bar-section ul li.active > a:hover {
background: #E98300;
color: white; 
}

.top-bar-section .has-form {
padding: 15px; 
}

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

.top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent #002c5f;
      border-left-style: solid;
      margin-right: 15px;
      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 {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
        
        
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px;
         }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #E98300;
          text-decoration: none;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #E98300;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }
  
 


  

/* tablet  items */
@media only screen and (min-width: 40em) {

  .top-bar {
    background:  ;
    *zoom: 1;
    overflow: visible; }
    
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
      
    .top-bar:after {
      clear: both; }
      
    .top-bar .toggle-topbar {
      display: none; }
      
      

/* Desktop logo area */
.top-bar .title-area 
{ float: left;
width:135px;
}

/* Desktop name area */
.top-bar .name {
padding-top: 10px;
height: 100px;
margin: 0;


}

      
.top-bar input,
.top-bar .button,
.top-bar button {
font-size: 0.875rem;
position: relative;
top: 7px; }
      
    .top-bar.expanded {
      background: #E98300; }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      
      .top-bar-section ul li {
        float: left; }
        
        .top-bar-section ul li .js-generated {
          display: none; }
          
    .top-bar-section li.hover > a:not(.button) {
      background: #E98300;
      color: white; }
      
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 8px;
      line-height: 45px;
      background: white; }
      
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #E98300; }
        
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #E98300; }
      
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #E98300; }
        
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(0,0,0,0.9) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
        
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
        
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important;
 }
      
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
      
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 15px 15px;
        background: #E98300; }
        
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: white;
        background: #E98300; }
        
      .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: white;
              background: #007AC9 }
        
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
        
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
        
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
      
.top-bar-section .has-form {
background: #333333;
padding: 0 15px;
height: 45px; }
      
.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: #E98300;
color: white; }

.no-js .top-bar-section ul li:active > a {
background: #E98300;
color: white; 
}

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

} /* Desktop items */







/*
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #002c5f;
  border-color: #002652;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #e98300;
    border-color: #c87100;
    color: white; }
  .alert-box.alert {
    background-color: #c60f13;
    border-color: #aa0d10;
    color: white; }
  .alert-box.secondary {
    background-color: #e98300;
    border-color: #c87100;
    color: white; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f2d00; }
  .alert-box.alert-close {
    opacity: 0; }
 
 not needed */

/* Panels 
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b1d5ff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #e6f2ff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #002c5f; }
  .panel.radius {
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333333 transparent transparent transparent; }
not needed */