#google_translate_element { float: right; margin-right: 10px; margin-top: 2px; }
/*.wrapper {
 width: 100%;
 max-width: 100%; 
}
.content {
 max-width: 1280px;
}*/
.box {
 /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;*/
  color: #344b62;
  padding: 8px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  /*min-height: 60px;*/
  /*display: flex;
  align-items: center;*/
  margin-bottom: 10px;
}
.box a,
.box a:link,
.box a:visited {
  display: block;
  text-align: center;
  width: 100%;
  color: #344b62;
}
h1,h2 {
  line-height: 1.2em;
}
.circle
    {
    width:200px;
    height:200px;
    border-radius:250px;
    font-size:16px;
    color:#fff;
vertical-align: middle;
      display: table-cell;
    text-align: center;
    
    }
.circle a { display: block; padding: 0 10px;}
.circle h2 { color: white; margin: 0 }
.circle-wrap { display: inline-block; }
.text-center { text-align: center; }

.rss,
.tts {
  float:right;
  margin-left: 10px;
}
.logo {
  padding-top: 40px;
}
body {
    font-family: Frutiger,"Arial",Helvetica Neue,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1.4;
}
.header-button-wrap {
    clear: both;
    float: right;
}
.header-button {
	float: left;
    display: block;
	width: 50px;
    height: 50px;
    text-align: center;
    margin: 10px;
	font-size: 0.8em;
    font-weight: bold;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.header-button a, 
.header-button a:link, 
.header-button a:visited {
  color: white !important;
}
.blue {
  background-color: #344b62;
  margin-top: 30px;
}
.green {
  background-color: #a9c81f;
}
.lt-blue {
  background-color: #1ea9bf;
  margin-top: 30px;
}
.site-select-content h1 {
  background-color: transparent;
  color: #344b62;
  text-align: center;
}
.twitter-timeline {
  float: right;
}
.sitemap .content-wrap .content h1 {
  text-align: center;
}
.subsmenu
{
    background-color: #1ea9bf;
    padding: 5px 10px;
    text-align: right;
}
.subsmenu a { 
color: white; 
}
img {
  max-width: 100%;
  /*border: 2px solid #ffffff;*/
}
/* Breadcrumb styles */
.breadcrumb-list { list-style-type: none; margin: 0 0 10px 0;}
.breadcrumb-list li { float: left; font-size: 11px;}
    .breadcrumb-list li::before {
        content: "/";
        display: inline-block;
        padding-right: .5rem;
        padding-left: .5rem;
        color: #344b62;
    }
.breadcrumb-list li:first-child::before {
    content: "";
    padding: 0;
}
/* End Breadcrumb styles */
/*.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}*/
h2 {
	color: #404040;
}
/*Accordion styling*/
.toggle-cross {
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
    background-color: #344b62;
    line-height: 1.2;
	text-align: center;
}
.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;	
}
.inline {
  float: left;
  width: 100%;
}
.panel table { margin-bottom: 20px; }
.panel table td { vertical-align: top; }
/*finish accordion styles*/
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subsmenu {
    background-color: #1ea9bf;
    padding: 10px;
	text-align: center;
    -webkit-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    color: white;
}
.subsmenu a { 
color: white !important; 
}
.scroll-content {
    overflow: scroll;
    max-height: 425px;
}
.toggle-content { display: none; margin-left: 15px; margin-bottom: 3em}
.toggle-content h4 { line-height: 1.4em; font-size: 0.9em;}
.toggle-content ul li { margin-bottom: 5px;}
.toggle-cross { cursor: pointer }
.toggle-cross:before {
  content: '';
    position: relative;
    color: #a9c81f;
	font-size: 0.9em;
}
.toggles a {
  background-color: #ffffff;
}
/* TEMPLATE COLORS & STYLE */
a,
a:link {
  color: #1ea9bf;
}
a:visited {
  color: #1ea9bf;
}
a:hover,
a:active,
a:focus {
  color: linkcolorhover;
}
h1 {
  color: #344b62;
}
.button {
  margin-top: 0;
  padding: 10px;
  /*-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;*/
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
  box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.15);
  color: white !important;
  text-align: center;
  margin-bottom: 8px;
  font-weight: bold;
  min-height: 350px;
}
.button a,
.button a:link,
.button a:visited {
  color: white !important;
}
.button a:hover,
.button a:active,
.button a:focus {
  color: white !important;
}
/*.head-button {
  float: right;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  margin-left: 10px;
  font-weight: bold;
}
.head-button a,
.head-button a:link,
.head-button a:visited {
  color: white !important;
}
.head-button a:hover,
.head-button a:active,
.head-button a:focus {
  color: white !important;
}
.header-button {
  float: left;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  margin-right: 10px;
  font-weight: bold;
}
.header-button a,
.header-button a:link,
.header-button a:visited {
  color: white !important;
}
.header-button a:hover,
.header-button a:active,
.header-button a:focus {
  color: white !important;
}
.top-row .social {
  margin-left: 10px;
}
.twitter-img {
  float: right;
}*/
.sitemap {
  text-align: center;
}
.sitemap ul, 
.sitemap ol {
  padding: 0;
  margin: 0 0 10px 25px;
  list-style: none;
}
ul.unstyled, ol.unstyled, ol.unstyled li ul {
    margin-left: 0;
	margin-top: 0px;
    list-style: none;
/*    text-align: center;*/
}
.pages {
	text-align: center;
}
.page-tools.horiz {
    padding: 10px 0 0 0;
    margin: 30px 0;
    border-top: 1px solid #c3c3c3;
    font-size: 0.9em;
    text-align: left;
}
/* Ticker Styling 
.ticker-wrapper.has-js {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #444444;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 0 20px 0;
  padding: 10px;
  height: 35px;
  display: block;
}
.ticker {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
}
.ticker-title {
  padding: 7px 0 0 20px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.ticker-content {
  margin: 0 0 0 20px;
  padding-top: 9px;
  position: absolute;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
}
.ticker-content a {
  text-decoration: none;
  color: #fff;
}
.ticker-content a:hover {
  text-decoration: underline;
  color: #fff;
}
.ticker-swipe {
  padding-top: 9px;
  position: absolute;
  top: 0px;
  display: block;
  width: 800px;
  height: 23px;
}
.ticker-swipe span {
  margin-left: 1px;
  border-bottom: 1px solid #1ea9bf;
  height: 12px;
  width: 7px;
  display: block;
}
.ticker-controls {
  padding: 8px 0px 0px 0px;
  list-style-type: none;
  float: left;
}
.ticker-controls li {
  padding: 0px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: block;
}
.ticker-controls li.jnt-play-pause {
  background-image: url('../img/controls.png');
  background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
  background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
  background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
  background-image: url('../img/controls.png');
  background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
  background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
  background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
  background-image: url('../img/controls.png');
  background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
  background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
  background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
  background-image: url('../img/controls.png');
  background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
  background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
  background-position: 16px 0px;
}
 End ticker controls */
.js-hidden {
  display: none;
}
.no-js-news {
  padding: 10px 0px 0px 45px;
  color: #fff;
}
.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
  float: left;
}
.left .ticker-controls {
  padding-left: 6px;
}
.right .ticker-swipe {
  /*right: 80px;*/
}
.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
  float: right;
}
.right .ticker-controls {
  padding-right: 6px;
}
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
  margin: 0px;
}
.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 {
  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;
  left: 0px;
  bottom: 0px;
  background: none;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  overflow: hidden;
  display: none;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.nivo-caption p {
  padding: 5px;
  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: 0px;
  margin-top: 0px;
}
.theme-default .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  margin: 0;
}
.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: 0;
  -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;
}
/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #344b62;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  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: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
.theme-default .nivo-caption {
  font-family: frutiger, arial, helvetica, 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;
}
.issue-bar {
  padding: 0;
}
.masthead {
  background-color: #ffffff;
  padding: 0px;
}
.masthead-row img { 
  max-width: 100%;
  border-bottom: 1px solid #a9c81f;
}
.top-row {
  margin: 15px 0;
  border-bottom: 1px solid #ffffff;
}
.toggles a {
  background-color: #ffffff;
}
.issue-title {
  color: #ffffff;
}
.content-wrap .content h1:first-child {
  color: #344b62;
  font-size: 1.6em;
  text-align: left;
}
.content-wrap .content img {
  height: auto;
  margin-right: 8px;
}
li {
  padding-bottom: 10px;
}
/*body.sec-2 .content-wrap .content h1:first-child {
  background-color: #009999;
}
body.sec-3 .content-wrap .content h1:first-child {
  background-color: #d83d10;
}
body.sec-4 .content-wrap .content h1:first-child {
  background-color: #769a2c;
}
body.sec-5 .content-wrap .content h1:first-child {
  background-color: #811fb6;
}*/
ul.button-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.button-links li a,
ul.button-links li a:link {
  color: white;
}
ul.button-links li.green {
  background-color: #a9c81f;
}
.subsection-list {
  list-style-type: none;
  margin: 0;
}
.nav-row {
  background-color: #a9c81f;
  border-bottom: 2px solid #ffffff;
}
ul.section-list {
  margin: 0;
  background-color: #a9c81f;
  text-align: right;
  float: right;
  padding-right: 50px;
}
ul.section-list.horizontal {
  position: relative;
  clear: both;
}
ul.section-list.horizontal li {
  margin: 0 0 0 0;
  display: inline-block;
  width: auto;
  text-align: right;
  border-right: 1px solid #ffffff;
  padding: 0;
}
ul.section-list.horizontal li:last-child {
	border: none;
}
ul.section-list li a,
ul.section-list li a:link {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
}
ul.section-list li a:visited {
  color: #ffffff;
}
ul.section-list li a:hover,
ul.section-list li a:active,
ul.section-list li a:focus {
  color: #344b62;
  text-decoration: underline;
}
ul.section-list li.selected a,
ul.section-list li.selected a:link {
  color: #344b62;
  text-decoration: underline;
}
ul.section-list li:last-child {
  border-bottom: none;
}
ul.section-list li .content-list li {
  border-bottom: none;
  border-right: none;
}
ul.section-list li .content-list li a,
ul.section-list li .content-list li a:link {
  font-weight: normal;
  color: #a9c81f;
  padding: 5px;
}
ul.section-list li .content-list li a:visited {
  color: #a9c81f;
}
ul.section-list li .content-list li:hover,
ul.section-list li .content-list li:active,
ul.section-list li .content-list li:focus {
  color: #344b62;
}
ul.section-list li .content-list li a.selected {
  font-weight: bold;
  color: #344b62;
}
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: none;
}
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: #344b62;
}
ul.section-list.horizontal li .content-list li a.selected {
  font-weight: bold;
  color: #344b62;
}
ul.section-list.horizontal li .dropdown {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 99;
  margin: 0;
  background-color: #a9c81f;
  padding: 6px 10px;
}
/*ul.section-list.horizontal li.sec1 .dropdown {
  background-color: #005eb8;
}
ul.section-list.horizontal li.sec2 .dropdown {
  background-color: #005eb8;
}
ul.section-list.horizontal li.sec3 .dropdown {
  background-color: #005eb8;
}
ul.section-list.horizontal li.sec4 .dropdown {
  background-color: #005eb8;
}
ul.section-list.horizontal li.sec5 .dropdown {
  background-color: #005eb8;
}
ul.section-list.horizontal li.sec6 .dropdown {
  background-color: #005eb8;
}*/
ul.section-list.horizontal li .dropdown a {
  height: auto !important;
  text-align: left;
}
ul.section-list.horizontal li.sec:hover .dropdown {
  display: block;
  border: 1px solid #ffffff;
}
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: #;
}
ul.section-list.horizontal li ul.sub-section-list {
  margin-top: 0;
}
ul.see-also-list li:nth-child(4n) {
  background-color: #e9a401;
}
ul.see-also-list li:nth-child(4n+2) {
  background-color: #769a2c;
}
ul.see-also-list li:nth-child(4n+3) {
  background-color: #811fb6;
}
ul.see-also-list li:nth-child(4n+4) {
  background-color: #006b2f;
}
ul.see-also-list li:nth-child(4n+5) {
  background-color: #009999;
}
ul.section-list li.sec1:hover,
ul.section-list li.sec1:active,
ul.section-list li.sec1:focus {
  background-color: #2f2f9f;
  text-decoration: underline;
}
ul.section-list li.sec1.selected {
  background-color: #2f2f9f;
  text-decoration: underline;
}
ul.section-list li.sec2:hover,
ul.section-list li.sec2:active,
ul.section-list li.sec2:focus {
  background-color: #009999;
  text-decoration: underline;
}
ul.section-list li.sec2.selected {
  background-color: #009999;
  text-decoration: underline;
}
ul.section-list li.sec3:hover,
ul.section-list li.sec3:active,
ul.section-list li.sec3:focus {
  background-color: #d83d10;
  text-decoration: underline;
}
ul.section-list li.sec3.selected
{
  background-color: #d83d10;
  text-decoration: underline;
}
ul.section-list li.sec4:hover,
ul.section-list li.sec4:active,
ul.section-list li.sec4:focus {
  background-color: #769a2c;
  text-decoration: underline;
}
ul.section-list li.sec4.selected
{
  background-color: #769a2c;
  text-decoration: underline;
}
ul.section-list li.sec5:hover,
ul.section-list li.sec5:active,
ul.section-list li.sec5:focus {
  background-color: #811fb6;
  text-decoration: underline;
}
ul.section-list li.sec5.selected 
{
  background-color: #811fb6;
  text-decoration: underline;
}
ul.section-list li.sec6:hover,
ul.section-list li.sec6:active,
ul.section-list li.sec6:focus {
  background-color: #444444;
  text-decoration: underline;
}
ul.section-list li.sec6.selected
{
  background-color: #444444;
  text-decoration: underline;
}*/
ul.see-also-list li.with-img a.img {
    display: block;
    margin: 0 0 6px 0;
    overflow: hidden;
    width: auto;
	border: none;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  color: #1ea9bf;
  font-family: Lucida Handwriting;
}
.content-tools {
  font-size: 12px;   
}
.content-tools a {
  text-align: center;
  background-color: #1ea9bf;
  border: 1px solid #ffffff;
  padding: 2px;
}
.content-tools a:hover {
    background-color: #344b62;
	text-decoration: none;
}
.fbox .title,
.fbox h2 {
  margin: 0 0px 10px 0;
  color: #ffffff !important;
  min-height: 45px;
}
.fbox {
  padding: 10px;
  color: #a9c81f;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fbox {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(50,50,50,0.15);
    color: #404040;
}
.home .fbox .content p,
.sec-page .fbox .content p {
	margin-top: 1em;
	text-align: center;
}
.home .fbox .content img,
.sec-page .fbox .content img { 
display: block;
}
ul.unstyled a {
  color: #344b62;
}
ul.unstyled a:visited {
  color: #344b62;
}
ul.unstyled a:hover,
ul.unstyled  a:active,
ul.unstyled  a:focus {
  text-decoration: underline;
}
.fbox a,
.fbox a:link {
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
.fbox a:visited {
  color: #ffffff;
  text-decoration: none;
}
.fbox a:hover,
.fbox a:active,
.fbox a:focus {
  color: #ffffff;
  text-decoration: none !important;
}
.fbox h1 {
  font-size: 1em !important;
  color: #ffffff;
}
.fBox h2 {
  color: #ffffff;
}
.fBox1 {
  background-color: #ffffff;
  /*border: 1px solid #1ea9bf;*/
}
.fBox1 .title,
.fBox1 h2 {
    margin: 0 10px 10px 0;
	color: #344b62 !important;
	font-size: 2em;
	text-align: center;
}
.fBox1 .content p {
  font-size: 1.4em;
}
.fBox2,
.fBox3,
.fBox4,
.fBox5,
.fBox6 {
  background-color: #ffffff;
  text-align: left;
  padding: 0;
}
.fBox5,
.fBox6 {
  border: 1px solid #1ea9bf;
}
.fBox5 .content,
.fBox6 .content {
  padding: 8px;
}
.fBox5 a,
.fBox5 a:link,
.fBox6 a,
.fBox6 a:link {
  color: #1ea9bf !important;
}
.fBox5 a:visited,
.fBox6 a:visited {
	color: #1ea9bf !important;
}
.fBox5 a:hover,
.fBox5 a:active,
.fBox5 a:focus,
.fBox6 a:hover,
.fBox6 a:active,
.fBox6 a:focus {
  color: linkcolorhover;
  text-decoration: underline !important;
}
.fBox5 h2,
.fBox6 h2 {
  background-color: #1ea9bf;
  text-align: center;
  font-size: 1.25em;
  padding: 10px 5px 0;
  min-height: 30px !important;
}
.fBox3 h2,
.fBox4 h2 {
  background-color: #a9c81f;
  text-align: center;
  font-size: 1.25em;
  padding: 10px 5px 0;
} 
/*
.fBox7 {
  background-color: #a9c81f;
  padding: 0;
}
.fBox8 {
  background-color: #a9c81f;
  padding: 10px;
}
.fBox8 p,
.fBox8 li {
  color: white !important;
}
.fBox7 h2, 
.fBox8 h2 {
  font-size: 1.6em;
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.fBox8 a,
.fBox8 a:link {
  color: #1ea9bf;
}
.fBox8 a:visited {
	color: white !important;
}
.fBox8 a:hover,
.fBox8 a:active,
.fBox8 a:focus {
  color: linkcolorhover;
  text-decoration: underline !important;
}*/
.hero {
  float: left;
  width: 100%;
}
.fbox .content iframe { 
  width: 100%; 
  max-width: 100% 
}
.media a {
    background-color: #344b62;
    padding: 8px;
    margin-bottom: 10px;
    text-align: center;
    min-height: 35px;
    color: white;
    font-size: 1em;
}
ul.see-also-list li {
  padding-bottom: 0px;
  margin-bottom: 5px;
}
ul.see-also-list li img {
  width: 100%;
}
.see-also-wrap {
  padding: 0;
  margin-bottom: 0;
}
.see-also-list,
.subsection-list {
  padding: 0;
  margin: 0;
}
.see-also-list li,
.subsection-list li {
  background-color: #344b62;
  /*-webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;*/
  
  margin-bottom: 10px;
  text-align: center;
  min-height: 35px;
  color: white;
  font-size: 1em;
}
.see-also-list li:hover, .subsection-list li:hover { background-color: #1ea9bf }

/*
sec-1 .see-also-list li,
sec-1 .subsection-list li {
  background-color: #2f2f9f;
}
sec-2 .see-also-list li,
sec-2 .subsection-list li {
  background-color: #009999;
}*/
.see-also-list a,
.subsection-list a,
.see-also-list a:link,
.subsection-list a:link {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 8px;
  display: block;
}
.see-also-list a:visited,
.subsection-list a:visited {
  color: #ffffff;
}
.see-also-list selected a,
.subsection-list selected a {
  color: #ffffff;
}
.see-also-list a:hover,
.subsection-list a:hover,
.see-also-list a:active,
.subsection-list a:active,
.see-also-list a:focus,
.subsection-list a:focus {
  color: #344b62;
}
/*body.sec-1 .see-also-list li,
body.sec-1 .subsection-list li {
  background-color: #2f2f9f;
}
body.sec-2 .see-also-list li,
.subsection-list li {
  background-color: #009999;
}
body.sec-3 .see-also-list li,
.subsection-list li {
  background-color: #d83d10;
}
body.sec-4 .see-also-list li,
.subsection-list li {
  background-color: #769a2c;
}
body.sec-5 .see-also-list li,
.subsection-list li {
  background-color: #811fb6;
}
body.sec-6 .see-also-list li,
.subsection-list li {
  background-color: #444444;
}*/
.see-also-list .summary,
.subsection-list .summary {
  color: #ffffff;
}
.poll-wrap {
  background-color: #1ea9bf;
}
.poll-wrap h2 {
  color: #ffffff;
}
.poll-wrap .poll .graph {
  background-color: #ffffff;
  color: #444444;
}
.poll-wrap .poll .totalVotes {
  color: #ffffff;
}
.poll-wrap .poll .pollQ {
  color: #ffffff;
}
.poll-wrap .poll .option {
  color: #ffffff;
}
.text-size-options {
  border-left: 1px solid #ffffff;
}
.text-size-options li a {
  color: #1ea9bf;
}
.content-wrap .content h1 {
  color: #344b62;
}
.page-tools li a {
  color: #344b62;
}
/*
.next-prev-links li.next {
  background-color: #ae2573;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topright: 15px;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
} 
.next-prev-links li.prev {
  background-color: #ae2573;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-topleft: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.next-prev-links li a,
.next-prev-links li a:link {
  color: #ffffff;
  text-decoration: none;
}
*/
/*
.sec-1 .next-prev-links li {
  background-color: #006b2f;
}
.sec-2 .next-prev-links li {
  background-color: #009999;
}
.sec-3 .next-prev-links li {
  background-color: #d83d10;
}
.sec-4 .next-prev-links li {
  background-color: #769a2c;
}
.sec-5 .next-prev-links li {
  background-color: #811fb6;
}
.sec-6 .next-prev-links li {
  background-color: #444444;
}*/
ul.inline {
  text-align: center;
  margin-top: 10px;
}
ul.inline li {
  display: inline-block;
  margin-right: 10px;
}
ul.inline li a {
  color: #444444;
}
ul.inline li::after {
  content: "|";
  padding-left: 10px;
}
ul.inline li:last-child {
  padding-right: 0;
  margin-right: 0;
}
ul.inline li:last-child::after {
  content: "";
}
.footer {
  color: #344b62;
  text-align: center;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
}
.footer-social-item {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0 2px 6px 0;
}
.sitemap .content-wrap .content h1 {
    text-align: center;
}
/*.subscribe-wrap {
  background: url(../img/subs-icon.png) 97% center no-repeat #ee5663;
  text-align: center;
}
.subscribe-wrap a {
  color: #ffffff;
  text-decoration: underline;
}*/
.tf-link {
  margin: 0;
  text-align: center;
  color: #444444;
  padding: 0 0 10px 0;
  background-color: #cecece;
  padding-top: 10px;
}
.tf-link a,
.tf-link a:visited {
  color: #1ea9bf;
}
.comment-wrap {
  display: none;
}
.comment-wrap .comment-list li {
  background-color: lightgrey;
}
.comment-wrap .comment-list li .reply {
  background-color: white;
}
.btn-small {
  padding: 4px 5px;
  border: none;
}
.form-search {
  margin-top: 2px;
}
.form-search label {
  color: #ffffff;
}
.form-search input#q {
  margin-left: 5px;
  border: 1px solid #ddd;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-weight: normal;
  padding: 3px;
}
.form-search #btnSubmitSearch {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.search-list li {
  border-bottom: 1px solid #c7c7c7;
}
ul.search-list li ul.content-list li .section-title {
  color: #344b62;
}
ul.search-list li ul.content-list li .highlight {
  color: #444444;
  background-color: #ffea00;
}
.lt-ie9 body {
  background-size: 50% auto;
  background-position: -100px -30px;
}
.home-pub-date {
  font-size: 80%;
  margin-bottom: 5px;
  color: #ced7e0;
}
.pub-date {
  font-size: 80%;
  margin-bottom: 5px;
  color: #a9c81f
}
.align-left { 
  float: left;
  margin: 5px 8px 0 0;
}
.align-right { 
  float: right;
  margin: 5px 0 0 8px;
}
.cookie-banner a {
  color: white !important;
  text-decoration: underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  text-align: center;
  color: #404040;
  border: 1px solid #c7c7c7;
}  
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .m1.nav {
    border-bottom: 1px solid #ececec;
  }
  .see-also-wrap {
    padding: 10px 0 0 0;
    border: none;
    border-top: 1px solid #bfbfbf;
  }
  }
@media only screen and (max-width: 767px) {
 
  ul.section-list.horizontal { text-align: left; float: none; }
  ul.section-list.horizontal li { float: none; display: block; text-align: left; }
  ul.section-list.horizontal li .dropdown { display: none !important; }
}  
.print .content-wrap {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}