/* TEMPLATE COLORS & STYLE */
a,
a:link {
  color: #3753a3;
}
a:visited {
  color: #4b6ac2;
}
a:hover,
a:active,
a:focus {
  color: linkcolorhover;
}

body {
  background-color: #ffffff;
}

.panic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  overflow: hidden;
}
.panic a {
    background-color: #ecad3c;
    display: block;
    padding: 6px 10px;
    font-weight: bold;
    color: black !important;
}

h1 {
  font-size: 2em;
  margin: 1em 0 0 0;
}
h2 {
  font-size: 1.2em;
}
.content-row img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.content-wrap {
  margin: 20px 0;
}
.content-wrap .content h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.content-wrap img {
  margin: 4px;
}
.hero-row {
  margin-bottom: 20px;
}
.hero {
  padding: 0;
  margin: 0;
}
.hero a {
  display: block;
  line-height: 0;
}
.hero a img {
  width: 100%;
  max-width: 100%;
}
.hero-row img { display: block; width: 100%; height: auto; }

.hero-button { padding: 30px; margin-bottom: 10px; background-color: #cf152d; text-align: center }
.hero-button a { display: block }
.hero-button h2 { font-size: 1.2em; color: #fff; line-height: 1.4em; margin: 0 0 10px 0; font-weight: bold; } 
.hero-button p { color: #fff; }
.hero-button em { font-weight: bold; font-size: 1.4em; color: #fff; margin-bottom: 10px; font-style: normal; display: block;}

 .link-box-wrap { 
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
grid-row-gap: 0px;
 }

.link-box-wrap .link-box {  
background-color: #3d818e;
padding: 10px;
text-align: center; 
margin-bottom: 20px;
}
.link-box-wrap .link-box h2 { color: #fff; font-size:1em; line-height: 1.2em; }
.link-box-wrap .link-box p { margin: 1.4em 0 !important; color: #fff;}
.link-box-wrap .link-box .wrap a { color: #fff; }


.covid a{
  background-color: #3d818e;
  color: white !important;
  padding: 10px;
  text-align: center;
  line-height: 40px;
}
.subsmenu {
  background-color: #dd370e;
  padding: 10px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 15px;
  color: white;
}
.subsmenu a { 
  color: white; 
}
.issue-bar {
  background-color: #3d818e;
}
.masthead-row {
  background-color: #fff;
  margin-top: 10px;
}
.masthead img {width: 160px; float: left;}
.masthead a { text-decoration: none; display: block; }
.masthead h1 { float: left; font-size: 3em; margin: 20px 0 0 40px; color: black; }
.top-row {
  background-color: #fff;
}
.top-row .wrapper {
  padding: 5px 0;
  border-bottom: 1px solid #efefef;
}
.toggles a {
  background-color: #ffffff;
  color: #087caa;
}
.issue-title {
  color: #3d818e;
}
ul.section-list.horizontal {
  position: relative;
  clear: both;
  margin: 20px 0;
  padding: 0;
  background-color: #3d818e;
  list-style-type: none;
}
ul.section-list.horizontal li {
  display: inline-block;
}
ul.section-list.horizontal li:hover {
  background-color: #2e2e2e;
}

ul.section-list.horizontal li a,
ul.section-list.horizontal li a:link {
  color: white;
  padding: 10px;
	display: block;
  font-weight: normal;
}
ul.section-list.horizontal li a:visited {
  color: #fff;
}
ul.section-list.horizontal li a:hover,
ul.section-list.horizontal li a:active,
ul.section-list.horizontal li a:focus {
  color: white;
  text-decoration: underline;
  background-color: #2e2e2e;
}
ul.section-list.horizontal li.selected a,
ul.section-list.horizontal li.selected a:link {
  color: white;
}
ul.section-list.horizontal li:last-child {
  border-bottom: none;
}
ul.section-list.horizontal li:hover .content-list {
  display: block;
}
ul.section-list.horizontal li .content-list {
  position: relative;
  margin: 0 !important;
  padding: 0;
  float: none;
  z-index: 99;
  display: block;
}
ul.section-list.horizontal li .content-list li {
  text-align: left;
  float: none;
  display: block;
  border-bottom: none;
  margin: 0;
}
ul.section-list.horizontal li .content-list li a,
ul.section-list.horizontal li .content-list li a:link {
  font-weight: normal;
  color: white;
}
ul.section-list.horizontal li .content-list li a:visited {
  color: #ffffff;
}
ul.section-list.horizontal li .content-list li a:hover,
ul.section-list.horizontal li .content-list li a:active,
ul.section-list.horizontal li .content-list li a:focus {
  color: #ffffff;
}
ul.section-list.horizontal li .content-list li a.selected {
  font-weight: bold;
  color: #ffffff;
}
ul.section-list.horizontal li .dropdown {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 99;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
background-color: #2e2e2e;
}
ul.section-list.horizontal li .dropdown a {
  height: auto !important;
  text-align: left;
}
ul.section-list.horizontal li.sec:hover .dropdown {
  display: block;
}
ul.section-list.horizontal li .content-list li,
ul.section-list.horizontal li .sub-section-list li {
  text-align: left;
  display: block;
  float: none;
  margin: 0 !important;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 1.2em;
}
ul.section-list.horizontal li ul.sub-section-list li a:first-child {
  background-color: #595959;
}
ul.section-list.horizontal li ul.sub-section-list {
  margin-top: 0;
}
.twitter-timeline {
  width: auto;
  height: 245px;
}

.twitter-wrap { margin-bottom: 20px; }
.button {
  background-color: #087caa;
  display: block;
  padding: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.button,
.button:link {
  color: #ffffff;
}
.button-wrap {
  width: 100%;
  text-align: center;
  display: block;
  float: left;
}
.button-wrap .button {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.button-wrap .button:last-child {
  margin: 0;
}
.blue {
  background-color: #087caa;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white !important;
  height: 490px;
}
.blue a {
  color: #ffffff !important;
}
.yellow {
  background-color: #f7ce05;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.yellow a {
  color: #ffffff !important;
}
.blue-purple {
  background-color: #3658b9;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.blue-purple a {
  color: #ffffff !important;
}
.green {
  background-color: #1e853b;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white !important;
}
.green a {
  color: #ffffff !important;
}
.med-green {
  background-color: #79b92e;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white !important;
}
.med-green a {
  color: #ffffff !important;
}
.red {
  background-color: #e81111;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white !important;
}
.red a {
  color: #ffffff !important;
}
.pink {
  background-color: #db1f80;
  padding: 5px 2px;
  /*-webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;*/
  color: white !important;
}
.purple {
  background-color: #5a33d0;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white !important;
}
.purple a {
  color: #ffffff !important;
}
.orange {
  background-color: #f54d18;
  padding: 10px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: white !important;
}
.orange a {
  color: #ffffff !important;
}
.right-box-wrap {
  padding: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-bottom: 20px;
  color: white;
}
.left-box-wrap {
  padding: 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 20px;
  color: white;
}
.left-box-wrap a {
  color: #ffffff !important;
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0 !important;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  z-index: -1 !important;
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  font-size: 2.4em;
  font-weight: bold;
  right: 5%;
  bottom: 22%;
  background: #fff;
  color: #0e2670;
  width: 50%;
  z-index: 8;
  padding: 10px 20px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.nivo-caption p {
  padding: 20px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.theme-default .nivoSlider {
  position: relative;
  background: #ffffff url(/i/slideshow/loading.gif) no-repeat 50% 50%;
  margin-bottom: 10px;
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.theme-default .nivoSlider a {
  border: 0;
  display: block;
}
.theme-default .nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}
.theme-default .nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/i/slideshow/bullets.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
  background-position: 0 -22px;
}
.theme-default .nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(/i/slideshow/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
  opacity: 50;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
  opacity: 1;
}
.theme-default a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}
.theme-default a.nivo-prevNav {
  left: 15px;
}
.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}
.nivoSlider {
  position: relative;
  background: url(images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.nivoSlider a {
  border: 0;
  display: block;
}
.ticker-wrapper {
  background-color: #f4f4f4;
  padding: 10px 10px;
  color: #404040;
  font-size: 1em;
}
.ticker-wrapper a,
.ticker-wrapper a:link {
  color: #404040;
}
.ticker-wrapper span {
  display: block;
  float: left;
  margin-right: 10px;
  color: #404040;
  font-weight: bold;
}
.social-links {
  float: right;
  margin-right: 14px;
}
.social-links li {
  display: inline-block;
}
.fbox {
  color: #404040;
}
.fbox .content p {
  padding: 0;
}
.fbox a,
.fbox a:link {
  font-weight: normal;
  color: #404040;
  text-decoration: underline;
}
.fbox a:visited {
  color: #404040;
}
.fbox a:hover,
.fbox a:active,
.fbox a:focus {
  color: black;
}
.fbox h1,
.fbox h2 {
  font-size: 1em !important;
  color: #ffffff;
}
.fbox .title {
  min-height: 40px;
}
.fBox1 .title {
  background-color: #3753a3;
}
.fBox2 .title {
  background-color: #087caa;
}
.fBox3 .title {
  background-color: #e81111;
}
.fBox4 .title {
  background-color: #1e853b;
}
.fBox5 .title {
  background-color: #dd370e;
}
.fBox6 .title {
  background-color: #db1f80;
}
.fBox7 .title {
  background-color: #f54d18;
  margin-bottom: 10px;
}
.fBox8 .title {
  background-color: #e81111;
}

.train-summary ul { list-style-type:none; margin:0; }
.train-summary ul li { float:left; width:32.8125000%; margin-right:0.7812500%; margin-bottom: 20px; min-height: 60px;  }
.train-summary ul li:nth-child(3n) { margin-right:0; }
.train-summary ul li a { display: block; padding: 0; color: white; }
.train-summary ul li a img { display: block; }
.train-summary ul li .title { display: block; text-align: center; min-height: 3em; padding: 10px;}
.train-summary ul li:nth-child(1) { background-color: #7c52d5 }
.train-summary ul li:nth-child(2) { background-color: #5fa40f }
.train-summary ul li:nth-child(3) { background-color: #0093c7 }
.train-summary ul li:nth-child(4) { background-color: #3d818e }
.train-summary ul li:nth-child(5) { background-color: #dd370e }
.train-summary ul li:nth-child(6) { background-color: #cf152d }


.content-list-summary ul { list-style-type: none; margin: 0; }
.content-list-summary ul li { margin: 0 0 16px 0 } 




.section-summary ul {
  list-style-type: none;
  margin: 0;
}
.section-summary ul li {
  float: left;
  width: 50%;
}
.section-summary ul li:nth-child(odd) {
  clear: both;
}
.section-summary ul li:nth-child(even) {
}
.section-summary ul li ul li,
.section-summary ul li ol li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0em;
}
.section-summary ul li:nth-child(odd) ul li,
.section-summary ul li:nth-child(odd) ol li {
  clear: none;
}
.section-summary ul li:nth-child(1) .sum-title {
  background: url(../img/sec-1.png) 85% center no-repeat #3753a3; padding-right: 25%
}
.section-summary ul li:nth-child(2) .sum-title {
  background: url(../img/sec-2.png) 85% center no-repeat #1e853b; padding-right: 25%
}
.section-summary ul li:nth-child(3) .sum-title {
  background: url(../img/sec-3.png) 85% center no-repeat #087caa; padding-right: 25%
}
.section-summary ul li:nth-child(4) .sum-title {
  background: url(../img/sec-4.png) 85% center no-repeat #dd370e; padding-right: 25%
}
.section-summary ul .sum-title {
  padding: 20px;
  display: block;
  background-color: #087caa;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  height: 2.5em;
}
.section-summary ul .sum-teaser { padding: 20px; display: block;}
.see-also-wrap {
  background-color: #087caa;
  padding: 20px;
}
ul.see-also-list li a.lnk {
  font-weight: bold;
}
.see-also-wrap h2 {
  color: #087caa;
}
.see-also-wrap .see-also-list li.selected a {
  color: #b7b7b7;
}
.see-also-wrap .see-also-list a,
.see-also-wrap .see-also-list a:link {
  color: white;
  margin: 0;
}
.see-also-wrap .see-also-list a:visited {
  color: white;
}
.see-also-wrap .see-also-list a:hover,
.see-also-wrap .see-also-list a:active,
.see-also-wrap .see-also-list a:focus {
  color: #b7b7b7;
}
.see-also-wrap .see-also-list .summary {
  color: white;
}
ul.see-also-list {
    margin-left: 8px;
    padding: 0;
    list-style-type: none;
}
h2.button { -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; font-size: 1.2em; font-weight: normal } h2.button a { display: block; width: auto; text-align: left; color: white; }.expand-list { display: none; }
h3 {
    font-size: 1em;
}
.poll-wrap {
  background-color: #3753a3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
}
.poll-wrap h2 {
  color: #ffffff;
}
.poll-wrap .poll .graph {
  background-color: #ffffff;
  color: #404040;
}
.poll-wrap .poll .totalVotes {
  color: #ffffff;
}
.poll-wrap .poll .pollQ {
  color: #ffffff;
}
.poll-wrap .poll .option {
  color: #ffffff;
}
.content-row {
  margin-top: 20px;
}
.subsection-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.subsection-list li {
  margin-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
}
.subsection-list li a {
  color: #b7b7b7;
}
.subsection-list li .content-list {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 10px 20px;
}
.subsection-list li.selected a {
  color: #b7b7b7;
}
.subsection-list li a:hover,
.subsection-list li a:active,
.subsection-list li a:focus {
  color: #b7b7b7;
}
.breadcrumb-list { list-style-type: none; margin: 0 0 10px 10px;}
.breadcrumb-list li { float: left; font-size: 11px;}
.breadcrumb-list li::before {
    content: "/";
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
}
.breadcrumb-list li:first-child::before {
    content: "";
    padding: 0;
}
.text-size-options { border-left: 1px solid #0f0661; margin: 2px 0 0 0; padding-left: 10px; }
.text-size-options li a { color: #404040; }

.content-wrap .content h1 {
  color: #404040;
}
.page-tools li a {
  color: #404040;
}
.footer .page-tools li {
  display: inline-block;
}
.footer .page-tools li a {
  color: #ffffff;
}
.next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #3d818e;
}
.prev {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #3d818e;
}
.next-prev-links li a,
.next-prev-links li a:link {
  color: #ffffff;
  text-decoration: none;
}
.footer-row .wrapper {
  padding-top: 20px;
}
.footer {
  text-align: center;
  color: #ffffff;
  background-color: #3d818e;
}
.footer a {
  color: white;
}
.footer li { margin-right: 10px; padding-right:10px; border-right: 1px solid; }
.footer li:last-child { margin-right: 0; padding-right: 0; border-right: none;}
.strapline-wrap {
  background-color: #3d818e;
  margin-top: 20px;
}
.strapline-wrap div:first-child {
  padding: 20px;
}
.site-title {
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
}
.subscribe-wrap {
  padding: 10px 65px 10px 10px;
  margin: 0 0 20px 0;
  background: url(../img/subs-icon.png) 95% center no-repeat #9578d2;
  background-size: 15%;
  text-align: left;
}
.subscribe-wrap a {
  color: #ffffff;
  font-size: 1em;
  display: block;
}
.toggle-cross {
    cursor: pointer;
    color: #3d818e;
    padding: 5px;
    background-color: #eeeeee;
    line-height: 1.2;
}
.toggle-content {
    display: none;
    margin-left: 15px;
    margin-bottom: 3em;
    position: relative;
    overflow: hidden;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.accordion:after {
    content: '\02795'; 
    font-size: 12px;
    color: #444;
    float: right;
    margin-left: 5px;
}
.active:after {
    content: "\2796"; 
}
/* 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, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;	
}
.panel table { margin-bottom: 20px; }
.panel table td { vertical-align: top; }

.blue-button {
	margin-top: 30px;
    padding: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border: 3px solid #3d818e;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    min-height: 75px;
  }

.tf-link {
  color: #ffffff;
  padding: 0 0 10px 0;
  text-align: center;
}
.tf-link a,
.tf-link a:link {
  color: #ffffff;
}
.comment-wrap {
  display: none;
}
.comment-wrap .comment-list li {
  background-color: lightgrey;
}
.comment-wrap .comment-list li .reply {
  background-color: white;
}
.form-search label {
  color: #ffffff;
}
.form-search label span { margin-right: 4px; }
.search-query { font-weight: normal;  }

ul.search-results { list-style-type: none; margin: 0;}
ul.search-results li {
  border-bottom: 1px solid #c7c7c7;
}
ul.search-results li ul.content-list li .section-title {
  color: #bfbfbf;
}
ul.search-results li ul.content-list li .highlight {
  color: #404040;
  background-color: #ffea00;
}
.cookie-banner a {
  color: #ffffff!important;
}
.lt-ie9 body {
  background-size: 50% auto;
  background-position: -100px -30px;
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .m1.nav {
    border-bottom: 1px solid #3753a3;
  }
  .see-also-wrap {
    padding: 10px 0 0 0;
    border-top: 5px solid #087caa;
  }
  .form-search {
    margin: 0;
    float: right;
  }
  .content-list-summary ul li { margin: 0 0 16px 10px } 
  .subscribe-wrap {
    float: none;
    margin-bottom: 20px;
    margin-top: 20px;
	padding: 0;
  }
  .subscribe-wrap a { padding: 20px; }
  .button-wrap .button {
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
	background-size: 10%;
  } 
.blue-button {
	margin-top: 30px;
    padding: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	border: 3px solid #3d818e;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    min-height: 75px;
  }

}
@media only screen and (max-width: 768px) {
	.masthead img { width: 100px; }
	.masthead h1 { font-size: 2rem;}
  .social-links {
    float: none;
  }
  fieldset.form-search {
    float: none;
    padding: 0;
    margin: inherit;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    text-align: left;
  }
  fieldset.form-search #q {
    width: 80%;
  }
  .subscribe-wrap {
    width: auto;
  }
  .subscribe-wrap {
    float: none;
	margin-top: 20px;
    margin-bottom: 20px;
  }
  .subscribe-wrap a { padding: 20px; }
  .button-wrap .button {
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  ul.section-list.horizontal li {
    display: block;
    float: none;
    padding: 0;
    margin: 0 0 6px 0 !important;
  }
}
.print .content-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.print .issue-bar {
  background-color: transparent;
  border-bottom: 1px solid #404040;
}
.print .issue-title {
  color: #404040;
}
