body {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem;
}

ul {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem;
}

li {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem;
}

ol {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem;
}

p {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem;
}

strong {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
figure {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}
figcaption {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

i {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

ul {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

li {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

a {
  font-family: "Red Hat Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .5px; margin-bottom: .5rem; font-size: 1.75rem; color: #002a4e; font-weight: bold;
}

h2 {
  font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .5px; margin-bottom: .3rem; font-size: 1.5rem; color: #004ba0;font-weight: bold;
}

h3 {
  font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing: .5px; margin-bottom: .2rem; font-size: 1.25rem; color: #68a13a;font-weight: bold;
}

h4 {
  font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1.1rem;
}

h5 {
  font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem;
}



/*-- Link Styles --*/
a {
  color: #002a4e;
  text-decoration: underline;
  font-weight: 500;
}
a:hover {
  color: #68a13a;
}

/* -- Footer Links --*/

footerlink {
  color: #ffffff;
}

/* unvisited link */
a.footerlink:link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  
}

/* visited link */
a.footerlink:visited {
   color: #ffffff;
  text-decoration: none;
  font-weight: 500;
}


/* mouse over link */
a.footerlink:hover {
  color: #68a13a;
  text-decoration: 500;
}

h3link {
  color: #68a13a;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .5px; margin-bottom: .3rem; font-size: 1.5rem;
}

/* unvisited link */
a.h3link:link {
  color: #68a13a;
  text-decoration: none;
  font-weight: bold;
  
}

/* visited link */
a.h3link:visited {
   color: #68a13a;
  text-decoration: none;
  font-weight: bold;
}


/* mouse over link */
a.h3link:hover {
  color: #002a4e;
  text-decoration: bold;
}





/*-- Bottom Align Buttons */

.parent {
    position: relative;
  }

  .bottom {
    position: absolute;
    bottom: 0;
    left: 0; 
  }

/* -- Meta Data Style for News --*/

.pubmeta{
    font-size: .75rem;
}

/* ---- Breaking News Button ----*/
.btn-BN {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff /*#fe9903*/;
  font-weight: bold;
}
.btn-BN:hover {
  color: #68a13a;
  background-color: #ffffff /*#f9aa41*/;
  border-color: #ffffff /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-BN, .btn-BN:focus {
  color: #ffffff;
  background-color: transparent/*#fe9903*/;
  border-color: transparent /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-BN, .btn-check:active + .btn-BN, .btn-BN:active, .btn-BN.active, .show > .btn-BN.dropdown-toggle {
  color: #ffffff;
  background-color: transparent/*#fe9903*/;
  border-color: transparent /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-BN:focus, .btn-check:active + .btn-BN:focus, .btn-BN:active:focus, .btn-BN.active:focus, .show > .btn-BN.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}


/*---- Breaking News Links ---*/

BN {
  color: #ffffff;
}

/* unvisited link */
a.BN:link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

/* visited link */
a.BN:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
a.BN:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* selected link */
a.BN:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}     



/*---- Breadcrumb Links ---*/

crumbs {
  color: #febd36;
  text-transform: uppercase;
  font-family: "Red Hat Text", "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/* unvisited link */
a.crumbs:link {
  color: #febd36;
  text-decoration: none;
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

/* visited link */
a.crumbs:visited {
  color: #febd36;
  text-decoration: none;
  font-size: .75rem;
  text-transform: uppercase;
}

/* mouse over link */
a.crumbs:hover {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

/* selected link */
a.crumbs:active {
  color: #febd36;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}



/*---- Social Media Links ---*/

SM {
  color: #ffffff;
}

/* unvisited link */
a.SM:link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

/* visited link */
a.SM:visited {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
a.SM:hover {
  color: #febd36;
  text-decoration: none;
}

/* selected link */
a.SM:active {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}     


/* ---- Learn More Button ----*/
.btn-learnmore {
  color: #ffffff;
  background-color: #2667b7;
  border-color: #2667b7 /*#fe9903*/;
  font-weight: bold;
}
.btn-learnmore:hover {
  color: #2667b7;
  background-color: #ffffff /*#f9aa41*/;
  border-color: #ffffff /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-learnmore, .btn-learnmore:focus {
  color: #ffffff;
  background-color: #2667b7/*#fe9903*/;
  border-color: #2667b7 /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-learnmore, .btn-check:active + .btn-learnmore, .btn-learnmore:active, .btn-learnmore.active, .show > .btn-learnmore.dropdown-toggle {
  color: #ffffff;
  background-color: #2667b7/*#fe9903*/;
  border-color: #2667b7 /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-learnmore:focus, .btn-check:active + .btn-learnmore:focus, .btn-learnmore:active:focus, .btn-learnmore.active:focus, .show > .btn-learnmore.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* ---- Read More Button ----*/
.btn-readmore {
  color: #ffffff;
  background-color: #002a4e;
  border-color: #002a4e /*#fe9903*/;
  font-weight: bold;
}
.btn-readmore:hover {
  color: #ffffff;
  background-color: #2667b7 /*#f9aa41*/;
  border-color: #2667b7 /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-readmore, .btn-readmore:focus {
  color: #ffffff;
  background-color: #002a4e/*#fe9903*/;
  border-color: #002a4e /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-readmore, .btn-check:active + .btn-readmore, .btn-readmore:active, .btn-readmore.active, .show > .btn-readmore.dropdown-toggle {
  color: #ffffff;
  background-color: #002a4e/*#fe9903*/;
  border-color: #002a4e /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-readmore:focus, .btn-check:active + .btn-readmore:focus, .btn-readmore:active:focus, .btn-readmore.active:focus, .show > .btn-readmore.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* ---- Logo Button ----*/
.btn-logo {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff /*#fe9903*/;
  font-weight: bold;
}
.btn-logo:hover {
  color: #ffffff;
  background-color: #b0b0b0 /*#f9aa41*/;
  border-color: #b0b0b0 /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-logo, .btn-logo:focus {
  color: #ffffff;
  background-color: #ffffff/*#fe9903*/;
  border-color: #ffffff /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-logo, .btn-check:active + .btn-logoe, .btn-logo:active, .btn-logo.active, .show > .btn-logo.dropdown-toggle {
  color: #ffffff;
  background-color: #ffffff/*#fe9903*/;
  border-color: #ffffff /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-logo:focus, .btn-check:active + .btn-logo:focus, .btn-logo:active:focus, .btn-logo.active:focus, .show > .btn-logo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}


/* ---- Mail Button ----*/
.btn-mail {
  color: #68a13a;
  background-color: #ffffff;
  border-color: #68a13a /*#fe9903*/;
  font-weight: bold;
}
.btn-mail:hover {
  color: #2667b7;
  background-color: #ffffff /*#f9aa41*/;
  border-color: #2667b7 /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-mail, .btn-mail:focus {
  color: #68a13a;
  background-color: #ffffff/*#fe9903*/;
  border-color: #68a13a /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-mail, .btn-check:active + .btn-mail, .btn-mail:active, .btn-mail.active, .show > .btn-mail.dropdown-toggle {
  color: #68a13a;
  background-color: #ffffff/*#fe9903*/;
  border-color: #68a13a /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-mail:focus, .btn-check:active + .btn-mail:focus, .btn-mail:active:focus, .btn-mail.active:focus, .show > .btn-mail.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}


/* ---- Green Button ----*/
.btn-green {
  color: #ffffff;
  background-color: #68a13a;
  border-color: #68a13a /*#fe9903*/;
  font-weight: bold;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #2667b7 /*#f9aa41*/;
  border-color: #2667b7 /*#f9aa41*/;
  font-weight: bold;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #ffffff;
  background-color: #68a13a/*#fe9903*/;
  border-color: #68a13a /*#fe9903*/;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  font-weight: bold;
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-mail:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #68a13a/*#fe9903*/;
  border-color: #68a13a /*#fe9903*/;
  font-weight: bold;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/*---- Featured Services Links ---*/

FS {
  color: #00284d;
}

/* unvisited link */
a.FS:link {
  color: #002a4e;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

/* visited link */
a.FS:visited {
  color: #002a4e;
  text-decoration: none;
  font-weight: bold;
}

/* mouse over link */
a.FS:hover {
  color: #2667b7;
  text-decoration: none;
}

/* selected link */
a.FS:active {
  color: #002a4e;
  text-decoration: none;
  font-weight: bold;
}


/* --- Image Hovers --*/
.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.1); 
}

.shrink { 
transition: all .2s ease-in-out; 
}

.shrink:hover { 
transform: scale(0.9); 
}

/* -- Home Headers --*/
.homeH1 {
    font-family: "Red Hat Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    color: #002a4e;
    font-weight: bold;
    text-transform: uppercase;
}

/*--- Table Styles --*/
.ohsep-table-row.ohsep-table-header {
    color: #ffffff;
    background: #00284d;
}
.ohsep-table-row {
    display: table-row;
    background: #fff;
}
.ohsep-table-row {
    display: table-row;
    background: #fff;
    
}
.table {
    width: 100%;
    display: table;
    margin: 0;
    border: 1px solid #EFF0F2;
}

.container-table100 {
    width: 100%;
    /* background: #fff; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.cell {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #EFF0F2;
}
.wrap-table100 {
    width: 960px;
    border-radius: 0.125rem;
    overflow: hidden;
}


/* ---- DropDown Menu Styles ----*/
.dropdown-menu li {
position: relative;
}
.dropdown-menu .dropdown-submenu {
display: none;
position: absolute;
left: 100%;
top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
display: block;
}
.dropdown-menu .dropdown-submenu-right {
right: auto;
left: 100%;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-divider-blue {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ceeef8;
}
.dropdown-divider-green {
    height: 0;
    margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #afd38d;
}

.bluenav{color: #2667b5;}
.greennav{color: #689f3a;}



.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}