@charset "UTF-8";
/* CSS Document */
 
@import url(https://cdn.eo.va.gov/vendor/font-awesome/4.7/css/font-awesome.min.css);
 
 
#tier4innerContent,
#innerContent {
  background-image: url(/va_files/2014/responsive/images/greyfade.png);
  background-repeat: repeat-x;
  background-position: left top;
  /* padding: 12px 20px 10px 20px; */
  display: block;
}
 
/* ------------- left nav fix --------------- */
 
.sub-sub-menu li ul.sub-sub-menu>li a {
  height: auto;
  padding-left: 50px;
  padding-top: 10px;
  border: 0px;
  line-height: 14px;
}
 
/* --- fix pub date 508 contrast issue ----- */
#pubDate {color: #2e2e2e !important;}
 
/* **************** FIX HOME CAROUSEL BUTTONS ******************* */
 
@media only screen and (min-width: 768px) {
  .slider>.slider-thumbnails>.thumbnails-wrap>a,
    .slider > .slider-thumbnails > .thumbnails-wrap > a:last-child{
    	width: 33%;
        padding: 3% 1% 2.5% 0.5%;
  }
  
  .slider>.slider-thumbnails>.thumbnails-wrap>a:hover{
    text-decoration: none !important;
  }
  
  .slider>.slider-thumbnails>.thumbnails-wrap>a:hover span {
    text-decoration: underline !important;
  }
 
  .slider>.slider-thumbnails>.thumbnails-wrap>a.selected {
    background-size: 100% 100%;
  }

  .slider > .slider-thumbnails > .thumbnails-wrap > a > span {
    font-size: 1.25em;
    line-height:1;
}
  
  #slider-controls {
  	top: 75%;
}
}
 
/* ---------------- text styles ------------------- */

.whole-health>h2,
.whole-health>h3 {
    /* Prevents headings from being hidden under a sticky header during scroll-to */
    scroll-margin-top: 2rem;
}


h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.94em;
  font-weight: bold;
}
 
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.0em;
 
  color: #003F72;
  line-height: 1.35;
  font-weight: bold;
  margin: 20px 0 0 0;
  padding-bottom: 0.8em;
}
 
h4 {
  font-size: 1.84em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-bottom: 0.65em;
  margin-bottom: 0;
}

h3.smaller {
  font-size:1.6em;
}
 
h4.smaller {
  font-size: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2e2e2e;
  padding-top: 1.3em;
  padding-bottom: 0.75em;
  margin-bottom: 0;
  padding-bottom: 0.75em;
}

div.youtube+h4.smaller,
  img+h4.smaller,
#tier4innerContent+h4.smaller {
  padding-top:1.0em;
	margin-top:0 !important;
}
 
h5 {
  font-size: 1.24em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #2e2e2e;
  line-height: 1.35em;
  padding-bottom: 0.65em
}
 
 
#tier4innerContent h4+h5 {
  padding-top: 1.5em;
}
 
#tier4innerContent a {
  text-decoration: underline;
}
 
h3 a,
h4 a,
h5 a {
  text-decoration: none !important;
}
 
#innerContent>h2 {
  margin-top: 20px !important;
}
 
#tier4innerContent a {
  color: #0B6CB2;
}
 
#homeinnerContent p,
#tier4innerContent p,
#innerContent li,
#tier4innerContent li,
#homeinnerContent li,
#tier4innerContent ol li {
  font-size: 1.25em;
  line-height: 1.5em;
}
 
#tier4innerContent li p,
#innerContent li li,
#tier4innerContent li li,
#homeinnerContent li li,
#innerContent li p,
#tier4innerContent li p,
#homeinnerContent li p,
#tier4innerContent th p,
#tier4innerContent td p,
#homeinnerContent th p,
#homeinnerContent td p {
  font-size: 1.0em;
}
 
#innerContent h2.page-title,
#homeinnerContent h2.page-title,
#tier4innerContent h2.page-title {
  clear: both;
  font-size: 1.86em;
  margin: 0 -20px 20px;
  padding: 14px 20px;
  background: #003f72;
  color: #ffffff;
  margin-top: 0 !important;
}
 
#homeinnerContent > h2 {
  margin-top: 0;
}
 
.widget-title h4 {
  font-family: Arial, Helvetica, sans-serif;
}
 
#homeinnerContent ul,
#innerContent ul,
#tier4innerContent ul {
  list-style-type: disc;
  margin-bottom: 0;
  margin-left: 20px;
  list-style: outside;
}
 
#homeinnerContent ol,
#innerContent ol,
#tier4innerContent ol {
  list-style-type: decimal !important;
  margin-bottom: 0;
  margin-left: 20px;
  list-style: outside;
}
 
#homeinnerContent li,
#innerContent li,
#tier4innerContent li {
  margin-bottom: 10px;
}
 
#innerContent ul+h3,
#innerContent ul+h4,
#innerContent ul+p,
#tier4innerContent ul+h3,
#tier4innerContent ul+h4,
#tier4innerContent ul+p {
  margin-top: 10px;
}
 
p.caption {
  font-style: italic;
  font-size: 1.0em;
}
 
p.larger {
  font-size: 1.2em;
}
 
.rule-above {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #cccccc;
}
 
.rule-above.dark {
  border-top: 2px solid #AEB0B5;
}
 
#innerContent ul+.rule-above,
#tier4innerContent ul+.rule-above {
  margin-top: 0 !important;
}
 

.top_link {
    margin-top: 4rem;
}

.top-link {
  margin-top: 2.4rem;
}

blockquote p {
  font-style: italic  !important;
  font-size: 0.875em !important;
  line-height: 1.6em !important;
  margin: 0 0 5px 2em !important;
}

.video-title {
  font-size: 1.25em;
  padding-bottom: 0;  
}

/* ---------------- lists ----------------- */
 
#tier4innerContent ul.long-bullets li,
#tier4innerContent ul.long-list li {
  padding-bottom: 17px !important;
  line-height: 1.4em !important;
}
 
#tier4innerContent ul.short-bullets li,
#tier4innerContent ul.short-list li {
  padding-bottom: 10px !important;
  line-height: 1.4em !important;
 
}
 
#tier4innerContent ul.short-list li:last-child,
#tier4innerContent ul.long-bullets li:last-child,
#tier4innerContent ul.long-bullets li>ul,
#tier4innerContent ul.long-list li>ul,
#tier4innerContent ul.short-bullets li>ul,
#tier4innerContent ul.short-list li>ul {
  padding-bottom: 0 !important;
}
 
#tier4innerContent h4 + ul.link-list {
                margin-top:-1.0em;
}
 
#tier4innerContent ul.link-list {
                margin-left:0;
}
 
#tier4innerContent ul.link-list li {
  list-style-type:none;
  margin-left:0;
}
 
 
/* ------------ HERO IMAGE ---------------- */
 
h2.page-title,
h1.page-title-blue,
h2.page-title-blue {
  display: block;
  margin: 0 -20px 20px -20px;
  background: #003f72;
  color: #ffffff;
  padding: 14px 20px;
  font-size: 2em;
  font-weight: bold;
 font-family: Arial, Helvetica, san-serif;
}
 

#innerContent h2.page-title + .box-blue,
#innerContent h2.page-title-blue + .box-blue,
#tier4innerContent h2.page-title + .box-blue,
#tier4innerContent h2.page-title-blue + .box-blue,
#innerContent h2.page-title + .box-gray,
#innerContent h2.page-title-blue + .box-gray,
#tier4innerContent h2.page-title + .box-gray,
#tier4innerContent h2.page-title-blue + .box-gray{
  margin-top:10px !important;
}
 
#innerContent h2.page-title + p,
#tier4innerContent h2.page-title + p,
#innerContent h2.page-title + ul,
#tier4innerContent h2.page-title + ul{
  padding-top: 10px !important;
}
 
.main-image {
  display: block;
  width: 107%;
  margin: 0 -20px;
}
 
@media (max-width: 480px) {
  .main-image {
    width: 115%;
  }
}
 
 
 
 
 
/* ---------- button navigation ------------ */
 
#tier4innerContent nav#nav-buttons {
  width: 100%;
  /* background: #195FA4; */
  margin-left: 0;
  margin-right: 0;
  clear: both;
  display: inline-block;
}
 
 
 
#tier4innerContent nav#nav-buttons ul.menu-buttons,
#tier4innerContent nav#nav-buttons:active ul.menu-buttons {
  position: relative;
  padding: 0;
  margin-left: 0;
  list-style: none;
}
 
#tier4innerContent nav#nav-buttons li {
 
  text-align: center;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.09em;
  display: block;
 
}
 
#tier4innerContent nav#nav-buttons li a {
  padding: 8px 20px;
  margin: 0 0 1px 0;
  border-radius: 4px;
  font-weight: bold;
  border: 2px solid #003f72;
  margin: 0 15px 15px 0;
  background: #003f72;
  color: #ffffff;
  display: block;
  text-decoration: none !important;
  float: left;
}
 
#tier4innerContent nav#nav-buttons li a:hover {
  background: #0083be;
  color: #ffffff;
  border-color: #0083be;
}
 
#tier4innerContent nav#nav-buttons:hover ul {
  display: block;
}
 
 
@media (max-width: 767px) {
 
  #tier4innerContent .mh-blue nav#blue-tabs {
    width: 114%;
    background: #195FA4;
    margin-left: -7%;
    margin-right: -7%;
  }
 
  #tab-menu-icon {
    display: block;
    position: relative;
    left: 6;
    top: 0;
 
  }
 
  #tier4innerContent .mh-blue nav#blue-tabs ul,
  #tier4innerContent .mh-blue nav#blue-tabs:active ul {
 
    display: none;
    position: relative;
    padding: 0;
    background: #fff;
    right: 20px;
    top: 0;
    width: 89%;
    border-radius: 4px 0 4px 4px;
 
  }
 
  #tier4innerContent .mh-blue nav#blue-tabs li {
 
    text-align: center;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
 
  }
 
  #tier4innerContent .mh-blue nav#blue-tabs li a {
    padding: 6px 10px;
    margin: 0 0 1px 0;
  }
 
  #tier4innerContent .mh-blue nav#blue-tabs:hover ul {
    display: block;
  }
}
 
 
 
 
/* --------------- dividers ----------------- */
 
.content-divider-line {
  display: block;
  clear: both;
  margin: 30px 0;
  border-top: 1px solid #979797;
  line-height: 1px;
}
 
 
.content-divider-space {
  display: block;
  clear: both;
  margin: 10px 0;
  line-height: 1px;
}
 
 
 
/* ---------------- buttons ------------------- */


#homeinnerContent a.btn-blue,
#innerContent a.btn-blue,
#tier4innerContent a.btn-blue {
  color: #ffffff !important;
  cursor: pointer;
  font-weight: normal;
  padding: 8px 10px;
  border: 2px solid #0B6CB2;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background: #0B6CB2 !important;
  text-decoration: none !important;
  font-size: 1em !important;
  text-align: center;
	display: inline-block;
    line-height: 1em;
}
 
#homeinnerContent a.btn-blue:hover,
#innerContent a.btn-blue:hover,
#tier4innerContent a.btn-blue:hover {
  background: #003f72;
  color: #ffffff;
}
 
#homeinnerContent a.btn-white,
#innerContent a.btn-white,
#tier4innerContent a.btn-white {
  display: inline-block;
  padding: 6px 20px;
  color: #0683BD !important;
  border-radius: 4px;
  background: #ffffff;
  text-decoration: none !important;
  border: 1px solid #0683BD;
  display: inline-block;
    line-height: 1em;
}
 
#homeinnerContent a.btn-white:hover,
#innerContent a.btn-white:hover,
#tier4innerContent a.btn-white:hover {
  background: #003f72;
  color: #ffffff !important;
}
 
#homeinnerContent p.button,
#innerContent p.button,
#tier4innerContent p.button {
  margin-top:0.8em;
}

.btn-blue {
    color: #ffffff !important;
    cursor: pointer;
    font-weight: normal;
    padding: 8px 10px;
    border: 2px solid #0B6CB2;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #0B6CB2 !important;
    text-decoration: none !important;
    font-size: 1em !important;
  text-align:center;
}

.btn-blue a {
   	color: #ffffff !important;
    text-decoration: none !important;
}


.btn-white {
    color: #0B6CB2 !important;
    cursor: pointer;
    font-weight: normal;
    padding: 8px 10px;
    border: 2px solid #0B6CB2;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: #ffffff !important;
    text-decoration: none !important;
    font-size: 1em !important;
  	text-align:center;
}

.btn-white a {
  color: #0B6CB2 !important;
      text-decoration: none !important;

}

.btn-blue:hover,
  .btn-blue:hover a,
    .btn-white:hover,
  .btn-white:hover a {
    color: #ffffff !important;
    background: #003f72 !important;
    border-color:#003f72;
}
 
/* ----------------- boxes ------------------ */
 
 
 
 
.box {
  display: block;
  padding: 20px;
  margin-bottom: 25px;
}
 
 
 
.box-white {
  background: #ffffff;
  display: block;
  padding: 20px;
  margin-bottom: 25px;
}
 
 
 
.alternating-list .box:nth-of-type(odd) {
  background: #F5F5F5;
}
 
h3.box-title {
  color: #003f72 !important;
  font-weight: bold !important;
  font-size: 1.34em;
  line-height: 1.3em;
  padding-bottom: 0;
  margin-bottom: 10px;
}
 
.box>h2,
.box>h3,
.box>h4,
.box-white>h2,
.box-white>h3,
.box-white>h4 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
 
.box h3 {
  color: #003f72 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 1.45em !important;
  font-weight: bold !important;
  padding-bottom: 0;
}
 
 
.box-gray {
  display: block;
  padding: 20px;
  background: #f1f1f1;
  margin-bottom: 25px;
  font-size: 1.25em;
  line-height: 1.5em;
}
 
.box-blue {
  display: block;
  padding: 20px;
  background: #E1F3F8;
  margin-bottom: 25px;
  font-size: 1.25em;
  line-height: 1.5em;
}
 
.box-gray h2,
.box-blue h2 {
  margin-top: 0;
  font-size: 1.4em;
  padding-bottom: 0
}
 
 
.box-gray h3,
.box-blue h3 {
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, "sans-serif";
  font-size: 1.34em;
  line-height: 1.3em;
  padding-bottom: 0;
  margin-bottom: 10px;
}
 
.box-gray h4.smaller,
.box-blue h4.smaller {
  font-size: 1.15em;
}
 
.box-gray>h3,
.box-blue>h3 {
  margin-top: 0;
}
 
.box-gray h4,
.box-blue h4 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3em;
  line-height: 1.3em;
}
 
#tier4innerContent .box-gray h4+h5,
#tier4innerContent .box-blue h4+h5 {
  padding-top: .4em;
}
 
#tier4innerContent .box-gray h5,
#tier4innerContent .box-blue h5 {
  font-size: 1.1em;
  line-height: 1.25em;
  padding-bottom: 0
}
 
#tier4innerContent .box-gray p,
#tier4innerContent .box-gray li,
#tier4innerContent .box-blue p,
#tier4innerContent .box-blue li {
  font-size: 1.0em;
}
 
.box-gray.large {
  font-size: 1.2em !important;
  border-bottom: 4px solid #7fc1de;
 
}
 
.box-gray.rounded {
  border-radius: 8px;
  border-left: none;
}
 
 
.box-blue.seek {
  padding-bottom: .75em;
 
}
 
.box-blue.seek p {
  padding-bottom: 1em;
}
 
.box-gray {
  display: block;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 25px;
 
}
 
.box-gray h3 {
  padding-top: 0;
  padding-bottom: 0;
}
 
.box-gray>h3 {
  margin-top: 0;
 
}
 
.box-gray h4 {
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px 0;
}
 
#tier4innerContent .box-gray h3+h4 {
  padding-top: .4em;
}
 
p + .box-gray {
  margin-top:30px !important;
}
 
.box-blue p:last-of-type,
.box-gray p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
 
 
@media only screen and (max-width: 959px) {
  #container {
    background-image: none !important;
  }
}
 
/* -------------- file information ------------- */
 
p.data-elements {
  font-size: 1.15em !important;
  color: #666666;
  margin-top: -.8em;
}
 
#tier4innerContent .box-blue p.data-elements,
#tier4innerContent .box-gray p.data-elements {
  font-size: .9em !important;
}
 
 
/* ------------------ images --------------------- */
 
#innerContent img+div.box-gray,
#innerContent img+h3,
#innerContent img+h4,
#tier4innerContent img+div.box-gray,
#tier4innerContent img+h3,
#tier4innerContent img+h4 {
  margin-top: 10px;
}
 
#innerContent h2.page-title+img,
#innerContent img+p,
#tier4innerContent h2.page-title+img,
#tier4innerContent img+p {
  margin-top: 10px;
}
 
#innerContent img.image-full,
#tier4innerContent img.image-full,
#homeinnerContent img.image-full {
 
  width: 100%;
}
 
 
 
#innerContent img.image-right,
#tier4innerContent img.image-right {
  float: right;
  margin: 0 0 15px 15px;
}
 
#innerContent img.image-left,
#tier4innerContent img.image-left {
  float: left;
  margin: 0 15px 15px 0;
}
 
#innerContent .box-gray img,
#innerContent img.no-frame,
#tier4innerContent .box-gray img,
#tier4innerContent img.no-frame {
  border: none;
}
 
#innerContent .top_link img,
#tier4innerContent .top_link img {
  border: none;
}
 
img.half {
  width: 45%;
}
 
.main-image {
  display: block;
  width: 107%;
  margin: 0 -20px;
}
 
.youtube {
  width: 100%;
  /*container-width*/
  overflow: hidden;
  /*hide bounds of image */
  margin: 0;
  /*reset margin of figure tag*/
}
 
.youtube img {
  width: 100%;
  display: block;
  margin: -10% 0;
}
 
.youtube img>h3,
.youtube img>h4 {
  margin-top: 10%;
}


/* ------------- STORY MOBILE STYLES ------------------ */

@media (max-width: 480px) {
  #innerContent .storyimg {
   	 margin-right: 100%;
  }
	#localFeatureList dd, #ivhFeatureList dd {
    	min-height: auto !important;
	}
}
 
 
/* -------------------- EMBED Responsive VIDEO ------------------------ */
 
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
 
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
 
/* ------------------------- accordion -------------------------------- */
 
/* Style the buttons that are used to open and close the accordion panel */
button.accordion  {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #eeeeee;
  color: #333333;
  cursor: pointer;
  padding: 16px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: arial;
  font-size: 1.34em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom:8px;
}

h4 button.accordion {
  font-size: 1em;
}
 
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
button.accordion:hover {
  background-color: #ccc;
}
 
.active,
button.accordion:active {
  background-color: #eee;
  margin-bottom: 0;
 
}
/* non-arial accordion */
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
  /* border: 3px solid #eee; */
  border-radius: 0 !important;
}
 
button.accordion:after {
  content: '\002B';
  font-size: 1.45em;
  color: #003f72;
  float: right;
  margin-left: 5px;
}
 
button.active:after {
  content: "\2212";
}
 
button.accordion+.panel {
  margin-bottom: 10px;
    padding-top: 20px;
    background: #efefef;
    margin-top: -8px;
}
 
 
 
#innerContentWrapper .accordion h3,
#innerContentWrapper .accordion h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 6px;
}
 
#innerContentWrapper .accordion>*+* {
  border-top: none;
}
 
 
 
#innerContentWrapper .accordion-trigger {
  background-color: #eeeeee;
  color: #333333;
  display: block;
  font-size: 1.34em;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}
 
#innerContentWrapper .accordion-trigger:focus,
#innerContentWrapper .accordion-trigger:hover {
  background: hsl(216deg 94% 94%);
}
 
#innerContentWrapper .accordion-trigger:focus {
  outline: 4px solid transparent;
}
 
#innerContentWrapper .accordion>*:first-child .accordion-trigger,
#innerContentWrapper .accordion>*:first-child {
  border-radius: 0;
}
 
#innerContentWrapper .accordion>*:last-child .accordion-trigger,
#innerContentWrapper .accordion>*:last-child {
  border-radius: 0;
}
 
#innerContentWrapper button {
  border: none;
 
}
 
#innerContentWrapper .accordion span {
  float: none;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0 10px;
  z-index: 10000;
}
 
#innerContentWrapper .accordion button::-moz-focus-inner {
  border: 0;
}
 
#innerContentWrapper .accordion-title {
  display: block;
  pointer-events: none;
  padding: 0;
  outline: none;
}
 
#innerContentWrapper .accordion-trigger[aria-expanded="true"]:after {
    /* border-color: hsl(216deg 94% 43%); */
    content: '\2212';
    font-size: 1.45em;
    color: #003f72;
    float: right;
  }
   
  #innerContentWrapper .accordion-trigger[aria-expanded="false"]:after {
    content: "\002B";
    float: right;
  }
 
 
 
 
 
#innerContentWrapper .accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}
 
/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
#innerContentWrapper .accordion-panel[hidden] {
  display: none;
}
 
 
/* --------------- spacing -------------------- */
.row-space {
 margin-bottom: 3em;
}
 
 
/* ----------- aria accordion button ------------- */
 
h3.trigger,
h2.trigger,
h4.trigger {
  font-size: 1em !important;
  margin: 0;
}
 
.content.shown {
  display: block;
}
 
.content.hidden {
  display: none;
}
 
.acc-panel {
  margin-bottom: 10px;
  padding: 0 18px;
  background-color: white;
  overflow: hidden;
  border-radius: 0 !important;
  padding-top: 20px;
 
}
 
 
 
/* ---------------- drop menu button ---------------- */
/* Style The Dropdown Button */
.dropbtn {
  cursor: pointer;
  background: url(/WHOLEHEALTH/images/down-arrow_blue.png) no-repeat 95% center;
  width: 350px;
  max-width: 95%;
  display: block;
  text-align: left;
  padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #003f72;
    border-radius: 4px;
    color: #003f72;
    line-height: 1em;
    font-size: 1em;
    height: 34px;
}

#innerContentWrapper button.dropbtn {
    border: 1px solid #003f72;
}
 
 
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
 
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  height: auto;
  max-height: 200px;
  overflow-y: scroll;
  width: 375px;
  max-width: 95%;
  margin-left: 20px;
}
 
#tier4innerContent .dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
#tier4innerContent .dropdown-content ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
/* Links inside the dropdown */
 
 
 
#tier4innerContent .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
 
/* Change color of dropdown links on hover */
#tier4innerContent .dropdown-content a:hover {
  background-color: #0083be;
  color: #ffffff;
}
 
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
 
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #003f72;
  color: #ffffff !important;
}
 
 
/* ---------------- Subscribe popup ------------------- */
 
#scopedByScopedPolyfill_1 #prefix-overlay-header h2 {
  font-family: Arial, Helvetica, sans-serif !important;
 
}
 
 
/* ---------------- FEATURES -------------------- */
 
#localFeatureList dt,
#ivhFeatureList dt {
  clear: both;
  font-size: 1.34em;
  color: #003f73;
}
 
#localFeatureList dd,
#ivhFeatureList dd {
  font-size: 1.25em;
}
 
/* ------------------ Search Lists ---------------- */
 
#search-list .no-resources {
  display: block;
  padding: 20px 20px 0 20px;
}
 
.search-label {
  color: #003f72 !important;
  font-weight: bold;
}
 
#search-list-form input {
  display: block;
  width: 300px;
  max-width: 100%;
  height: 34px;
  padding: 4px 10px;
  line-height: 1em;
  font-size: 1em;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #003f72;
}
 
#search-list-form label {
  clear: right;
  display: block;
}
 
#search-list-form select.select-box {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #003f72;
  border-radius: 4px;
  color: #003f72;
  line-height: 1em;
  font-size: 1em;
  height: 34px;
}
 
#search-list .thumbnail {
  display: block;
  float: right;
  margin-left: 20px;
}
 
#search-list .thumbnail>img {
  height: 150px;
  width: auto;
}
 
#search-list h3.title,
#search-list .title h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  color: #003f72;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 12px;
  border-top: 1px solid #b2daeb;
  padding-top: 20px;
}

#search-list h4 {
	padding: 0.5em 0 0;
    font-size: 1.35em;
}
 
 
#search-list .resources > div {
    display: block; /* To show no resources by default, change to display:none */
}
 
#search-list .intro-item .description {
  display: none; /* To show intro message, remove this style */
}
 
#search-list .intro-item .description,
#search-list .no-resources .description {
  margin-top: 20px;
  padding: 20px;
  background: #eee;
}
 
#search-list .intro-item .description p,
#search-list .no-resources .description p {
  font-size: 14px;
}
 
#search-list .intro-item .description p:last-child,
#search-list .no-resources .description p:last-child {
  padding-bottom: 0;
}
 
 
#search-list-form select.select-box option:hover {
  background: #003f72;
}
 
#search-list .no-resources .description {
  background: #efefef;
  border: 1px solid #cccccc;
}
 
 
/* ---------------- CONTACT LIST -------------------- */
 
.contact-list {
      font-family: Arial, Helvetica, sans-serif;
      border-collapse: collapse;
      max-width: 100%;
    }
    .contact-list caption {
      font-size: 1.5em;
      padding: 5px;
    }
    .contact-list td, 
    .contact-list th {
      border: 1px solid #ddd;
      padding: 8px;
      font-size: 1.25em;
    }
    .contact-list tr:nth-child(even){background-color: #f2f2f2;}
    .contact-list tr:hover {background-color: #ddd;}
    .contact-list th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #003f72;
      color: white;
    }
    .contact-list th.state {
      font-weight: bold !important;
      text-transform: uppercase;
      color:#fffffe;
      background-color: #007DB8 !important;
      text-align: center !important;
    }
                      
                            
 /* --------------------- VIDEO SEARCH PAGE ------------------- */
 
    #search-list #videoResourcesSearch .video-item {
      display: block;
      margin-bottom:2em;
    }
    #search-list #videoResourcesSearch .video-item img {
      width:100%;
    }
 
    #search-list #videoResourcesSearch .video-item h3.title {
      border-top: none;
      margin: 0;
      padding: 0.75em 0 0;
      font-size: 1.35em;
      font-weight: normal;
    }
 
    #search-list #videoResourcesSearch .tab-title h3 {
      padding-bottom:0.75em;
      padding-top: 0.75em;
    }
 
    @media only screen and (min-width: 960px) {
      #search-list #videoResourcesSearch .video-item {
        display: block;
        margin-bottom: 2em;
        width: 33% !important;
        /* padding-left: 5px; */
        padding-right: 8px;
        min-height: 210px;
    }
}

 @media only screen and (max-width: 960px) {
      #search-list #videoResourcesSearch .video-item {
      	min-height:300px;
 	}
}
@media only screen and (max-width: 480px) {
      #search-list #videoResourcesSearch .video-item {
      	min-height:100px;
 	}

    }                         



/* ---------- RSS FEED CAROUSEL ------ */

#rss-carousel-wrapper .description {
  margin-top: 50px;
}

#rss-carousel-wrapper button.left-arrow,
#rss-carousel-wrapper button.right-arrow {
  appearance: none;
  background: transparent;
  border: 0;
  color: #003f72;
  cursor: pointer;
  display: block;
  font-size: 2.5em;
  height: auto;
  position: absolute;
  top: 30%;
  transition: all 0.3s ease;
  width: auto;
  z-index: 999;
  font-weight: bold;
}

#rss-carousel-wrapper button.left-arrow {
  left: 0;
  padding: 0.5em 0.5em 0.5em 0;
}

#rss-carousel-wrapper button.right-arrow {
  right: 0;
  padding: 0.5em 0 0.5em 0.5em;
}

#rss-carousel-wrapper button.left-arrow:hover,
#rss-carousel-wrapper button.right-arrow:hover {
  color: #b51d09;
}

#rss-carousel-wrapper .slider {
  color: #fbfbfb;
  overflow: hidden;
  position: relative;
}

#homeinnerContent #rss-carousel-wrapper .slider ul.carousel,
#rss-carousel-wrapper .slider ul.carousel {
  display: block;
  min-height: 200px;
  list-style: none;
  margin: 0 4em;
  padding: 0;
}

#rss-carousel-wrapper .slider .carousel li {
  display: block;
  margin: 0;
  padding: 10px 0;
  position: relative;
  text-align: center;
}

#rss-carousel-wrapper .slider .carousel li[aria-hidden="true"] {
  display: none;
}

#rss-carousel-wrapper .slider .carousel li h3,
#rss-carousel-wrapper .slider .carousel li p {
  color: #003f72;
}

#rss-carousel-wrapper .slider .carousel li a {
  color: #0b6cb2;
}

#rss-carousel-wrapper .slider .carousel li div.rss-img {
  display: block;
  float: left;
}

#rss-carousel-wrapper .slider .carousel li div.rss-img img {
  max-width:180px;

}

#rss-carousel-wrapper .slider .carousel li div.rss-description {
  display: block;
  float: left;
  width: 400px;
  margin-left: 1.25em;
}

#rss-carousel-wrapper .slider .carousel li div.rss-description h3 {
  padding-top: 0;
  color: #003f72;
  font-size: 1.25em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  text-align: left;
}

#rss-carousel-wrapper .slider .carousel li div.rss-description p {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-bottom: 0 !important;
  padding-bottom: 1em !important;
}

#rss-carousel-wrapper .slider .carousel li div.rss-description p a {
  font-weight: bold;
  color: #003f72 !important;
  margin-top: 1em;
  border-radius: 3px;
}

#rss-carousel-wrapper .slider .carousel li div.rss-description p+a {
  display: none;
}

#rss-carousel-wrapper .slider .carousel p.carousel-count {
  color: #333333;
}

@media only screen and (max-width: 960px) {
  #rss-carousel-wrapper .slider .carousel li div.rss-description {
    width: 65%;
    margin-left: 1.5em;
    margin-top: 0;
  }
}

@media only screen and (max-width: 680px) and (min-width: 600px) {
   
 
  #rss-carousel-wrapper .slider .carousel li div.rss-description {
    width: 50%;
    margin-left: 1.5em;
    margin-top: 0;
  }
}


@media only screen and (max-width: 599px) {
  
  #rss-carousel-wrapper .slider .carousel li div.rss-img,
  #rss-carousel-wrapper .slider .carousel li div.rss-img img {
   width: 100%;
}
 
  #rss-carousel-wrapper .slider .carousel li div.rss-description {
    width: 100%;
    margin-left: 0;
    margin-top: 1.5em;
  }
}


#rss-carousel-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}


.dark {
  color:#010101 !important;
}

.col-third {
		width:30%;
		float:left;
		margin-right:15px;
	}
	.col-third.last {
		margin-right:0;
	}
	
	
	
	@media (max-width: 480px) {
		.col-third {
		width:90%;
		float:none;
		margin:15px;
	}
	}

/* ------------- acronyms --------------- */

.acronym dl {
    border: 3px double #ccc;
    padding: 0.5em;
  }
.acronym  dt {
    float: left;
    clear: left;
    width: 15px;
    text-align: center;
    font-weight: bold;
    color: #1a4480;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
  }
.acronym  dd {
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
	color: #2e2e2e;
  }

/* =================================================================== */
/* New Accordian Component Styles
/* =================================================================== */
/* Accordion Container */
.accordion-new {
  background-color: #ffffff;
}

.accordion-new-item:not(:last-child) {
  border-bottom: 1rem solid #ffffff;
}

.accordion-new .accordion-new-heading {
  margin: 0;
  padding: 0;
}

/* Accordion Button */
.accordion-new-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1em;
  text-align: left;
  background-color: rgb(240, 240, 240);
  border: none;
  cursor: pointer;
  color: #005ea2;
  transition: background-color 0.15s ease-in-out;
  font-size: 16px;
}

.accordion-new-button:hover {
  background-color: rgb(223,225,226);
  text-decoration: underline;
}

.accordion-new-button:focus-visible {
  background-color: rgb(223,225,226);
  outline: 2px solid #005ea2;
  outline-offset: 2px;
  text-decoration: underline;
}
 
/* Accordion Icon */
.accordion-new-icon {
    position: relative;
    width: 16px;
    height: 16px;
    min-width: 16px;
    /* This transition helps the icon rotate smoothly */
    transition: transform 0.2s ease-in-out; 
}
 
.accordion-new-icon::before,
.accordion-new-icon::after {
    content: '';
    position: absolute;
    background-color: #005ea2;
    transition: transform 0.25s ease-out;
}
 
/* Creates the vertical line of the plus */
.accordion-new-icon::before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}
 
/* Creates the horizontal line of the plus */
.accordion-new-icon::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}
 
/* When the button is expanded (panel is open) */
.accordion-new-button[aria-expanded='true'] .accordion-new-icon::before {
    /* Rotates the vertical line to be horizontal, creating a minus sign */
    transform: translateX(-50%) rotate(90deg);
}


/* Accordion Panel */
.accordion-new-panel {
  padding: 0 1em;
  overflow: hidden;
  transition: max-height 0.25s ease-out, padding 0.25s ease-out;
  max-height: 0;
  border-bottom: 0.25em solid rgb(240, 240, 240);
  border-left: 0.25em solid rgb(240, 240, 240);
  border-right: 0.25em solid rgb(240, 240, 240);
}

/* Add padding back when the element is revealed */
.accordion-new-panel[aria-hidden='false'] {
  padding: 0 1em;
  max-height: 500px;
}

.accordion-new-panel>div {
  padding-top: 1rem;
}
 

/* =================================================================== */
/* Mobile-First Expandable version of On this page control
/* =================================================================== */
.on-this-page {
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 4px 4px 4px 8px;
}

.on-this-page__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.on-this-page__heading {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.on-this-page__toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: #005ea2; /* USWDS Primary Blue */
}

.on-this-page__toggle i {
  transition: transform 0.2s ease-in-out;
}

/* Rotates the chevron icon when the menu is open */
.on-this-page__toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
    
#on-this-page-nav-list {
  display: none; /* The list is hidden by default */
}

/* This class is toggled by JavaScript to show the list */
#on-this-page-nav-list.is-open {
  display: block;
}	
.on-this-page__list {
  display: block;
  list-style-type: none !important;
  list-style-image: none !important;
  padding-left: 0;
  padding-bottom: 0 !important;
  margin: 0;
  border-left: 4px solid #dfe1e2; /* Light gray line */
}

/* had to add list-styles here too because of VA styles */
.on-this-page__item {
  margin: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
}

.on-this-page__link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #005ea2;
  font-weight: 400;
}

.on-this-page__link:hover {
  background-color: #f0f0f0;
}

/* Style for the active/current link */
.on-this-page__link.otp-current {
  border-left: 4px solid #005ea2;
  margin-left: -4px; /* Aligns the active border with the main list border */
  font-weight: 700;
}

/* Indents the nested list for subsections */
.on-this-page__list.is-nested {
  border: none;
  padding-left: 1rem;
}


/* "Back to Top" Link Styles    ============================================ */
.back-to-top-container {
  display: flex;
  justify-content: flex-end; /* Aligns the link to the right */
  margin: 0;
  border-bottom: 1px solid #dfe1e2;
  padding-top: 1rem;
}

.back-to-top-link {
  display: inline-flex; /* Aligns icon and text */
  align-items: center;
  gap: 0.5rem; /* Space between icon and text */
  font-size: 0.875rem; /* 14px */
  font-weight: 700;
  text-decoration: none;
  color: #005ea2; /* USWDS Primary Blue */
  padding: 0.25rem;
  border-radius: 3px;
}

.back-to-top-link:hover {
  text-decoration: underline;
}

/* Adds a visible outline when using keyboard navigation */
.back-to-top-link:focus {
  outline: 2px solid #2491ff;
  outline-offset: 2px;
}

.back-to-top-icon {
  /* The SVG will inherit its color from the link's text color */
  color: currentColor; 
}


/* Right-align navigation on wider screens =========================== */
@media (min-width: 500px) {
  .on-this-page {
    margin-left: auto;
    margin-right: 0;
  }
  
}


