@font-face {
  font-family: 'FranklinGothic-book';
  src: url('../fonts/FranklinGothic-Book.eot');
  src: url('../fonts/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic-Book.woff') format('woff'), url('../fonts/FranklinGothic-Book.ttf') format('truetype'), url('../fonts/FranklinGothic-Book.svg#FranklinGothic-book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FranklinGothic-heavy';
  src: url('../fonts/FranklinGothic-Heavy.eot');
  src: url('../fonts/FranklinGothic-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FranklinGothic-Heavy.woff') format('woff'), url('../fonts/FranklinGothic-Heavy.ttf') format('truetype'), url('../fonts/FranklinGothic-Heavy.svg#FranklinGothic-heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'FranklinGothic-book';
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: subpixel-antialiased;
}

.PreviewBody {
  margin-top: 0px !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

nav {
  display: block;
}

img {
  border: 0 none;
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 10px 0;
}

sub,
sup {
  line-height: 12px;
}

.LayoutDefaultInner {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

/* clearfix */
.HeaderContainer:before,
.HeaderContainer:after,
.PaneHeader:before,
.PaneHeader:after,
.PaneContentInner:before,
.PaneContentInner:after,
.PaneContent:before,
.PaneContent:after,
.PaneFooter:before,
.PaneFooter:after,
.clearfix:before,
.clearfix:after,
.ModuleEvent:before,
.ModuleEvent:after,
.PersonDetailsContainer:before,
.PersonDetailsContainer:after,
.clndrContainer .days-container:before,
.clndrContainer .days-container:after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* lists */
.HeaderContainer ul,
.FooterContainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.PaneContentInner ul.boxes {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.boxes li {
  width: 47%;
  float: left;
  padding: 10px;
  margin: 0 5px 10px 5px;
  background: #f2f2f2;
}

/* hyperlinks */
a {
  text-decoration: none;
  color: #005cb9;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.PaneContent a:hover {
  text-decoration: underline;
}

a.more-btn {
  position: relative;
}

a.more-btn:before {
  content: '+';
  position: absolute;
  right: 12px;
  font-size: 20px;
  top: 45%;
  margin-top: -10px;
  font-family: 'FranklinGothic-heavy';
  left: 5px;
  color: #005cb9;
}

a.more-btn:hover:before {
  color: #76bd1d;
}

/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px 0;
  font-weight: normal;
}

.PaneRight h1,
.PaneLeft h1,
.BlueModuleTitle h1 {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #005cb9;
}

.LayoutThreeColumn .BlueModuleTitle h1 {
  margin-left: -15px;
}

h1,
h1.ModuleDetailHeadline {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-family: inherit;
}

h2 {
  font-size: 15px;
  line-height: 17px;
  color: #000;
}

h3 {
  font-size: 14px;
  color: #000;
}

h4 {
  font-size: 13px;
}

.module_title {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #005cb9;
  text-transform: uppercase;
  margin: 0 0 20px
}

/* input */
input,
textarea,
select {
  outline: none;
  font-family: 'FranklinGothic-book';
  font-size: 13px;
}

.PaneContentInner input,
.PaneContentInner textarea,
.PaneContentInner select {
  border: 1px solid #999;
  margin: 0;
  padding: 0;
  height: 22px;
  line-height: 21px;
}

.PaneContentInner input[type="text"] {
  padding: 0 5px;
}

.PaneContentInner input[type="submit"] {
  background: #b3b3b3;
  border: none;
  padding: 0 10px;
  line-height: 13px;
  cursor: pointer;
  color: #4d4d4d;
}

.PaneContentInner input[type="submit"]:hover {
  background: #005cb9;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

input[type="checkbox"],
input[type="checkbox"]+label {
  line-height: 24px;
  float: left;
  margin: 0 5px 0 0;
  border: 0 none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Header */
.HeaderContainer {
  position: relative;
}

.PaneNavigation {
  position: absolute;
  z-index: 102;
}

/* logo */
.Logo {
  float: left;
  margin: 22px 0px 2px 30px;
}

.Logo a,
.MobileLogo a {
  display: block;
}

.MobileLogo {
  display: none;
  float: left;
  margin: 10px 20px 5px 20px;
}

/* menu trigger */
.NavTrigger {
  float: right;
  margin: 14px 15px;
  cursor: pointer;
  display: none;
}

.NavTrigger .icon-bar {
  background: #4d4d4d;
  width: 25px;
  height: 5px;
  margin-bottom: 4px;
}

/* responsive navigation */
.RespNav {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #005cb9;
  padding: 45px 15px 25px 15px;
  display: none;
  z-index: 1000;
}

.RespNav:after {
  content: ' ';
  position: absolute;
  top: -6px;
  background: url("../design/RespNav-top-bg.png") no-repeat top center;
  width: 125px;
  height: 35px;
  left: 50%;
  margin-left: -50px;
}

.RespNav .level1 {
  border-top: 1px solid #bfd6ed;
}

.RespNav .level1>li {
  border-bottom: 1px solid #bfd6ed;
  position: relative;
}

.RespNav a {
  color: #fff;
  line-height: 39px;
}

.RespNav .level1>li>a {
  font-size: 23px;
}

.RespNav .level2 {
  display: none;
  border-top: 1px solid #bfd6ed;
}

.RespNav .level2>li>a {
  font-size: 20px;
}

.RespNav .level3 {
  display: none;
}

.RespNav .level3>li>a {
  font-size: 17px;
}

.RespNav a>span.drop-icon {
  background: url("../design/plus.png") no-repeat center center transparent;
  width: 20px;
  height: 39px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.RespNav a.active>span.drop-icon {
  background: url("../design/close.png") no-repeat center center transparent;
}

.PaneHeader {
  font-size: 11px;
  color: #4d4d4d;
  background: url("../design/Header-bg.png") no-repeat 0 0 transparent;
  position: absolute;
  z-index: 102;
  width: 100%;
  height: 80px;
}

/* stock quote header */
.StockQuoteHeader {
  float: right;
  margin: 20px 10px 0 0;
}

.StockQuoteHeader h1 {
  font-size: 11px;
  float: left;
  margin: 0 5px 0 0;
  padding-right: 5px;
  border-right: 1px solid #4d4d4d;
  line-height: 14px;
  font-family: 'FranklinGothic-book';
  text-transform: capitalize;
  color: #4d4d4d;
}

.StockPrice {
  color: #4d4d4d;
}

.StockPrice:hover {
  color: #005cb9;
}

.StockPrice:before {
  content: '$';
}

.StockPriceUp {
  color: #77bc1f;
}

.PaneHeader .StockIndicator {
  text-indent: -9999px;
  width: 10px;
  display: inline-block;
  margin-right: 3px;
}

.PaneHeader .StockIndicatorUp {
  background: url("../design/StockPriceUp.png") no-repeat center center transparent;
}

.StockPriceDown {
  color: #808080;
}

.PaneHeader .StockIndicatorDown {
  background: url("../design/StockPriceDown.png") no-repeat center 2px transparent;
}

.StockQuoteHeader .StockPrice {
  margin-right: 3px;
}

.StockQuoteHeader .StockDate {
  margin-left: 3px;
  padding-left: 5px;
  border-left: 1px solid #4d4d4d;
}

.StockQuoteHeader .StockPChange,
.StockQuoteHeader .StockVolumeText,
.StockQuoteHeader .StockVolume {
  display: none;
}

/* search */
.ModuleSearch {
  float: right;
  margin: 15px 20px 0 0;
}

.ModuleSearch input[type="text"] {
  width: 275px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 11px;
  text-align: center;
  box-shadow: 1px 1px 1px #f0f0f0;
}

.SearchButton {
  background: url("../icons/search.png") no-repeat center 2px transparent;
  border: none;
  text-indent: -9999px;
  width: 26px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 5px;
}

/* mobile search */
.MobileSearch {
  position: relative;
  margin: 13px 0 0 0;
  min-width: 25px;
  height: 25px;
  float: right;
}

.MobileSearch h1 {
  display: block;
  float: right;
  margin: 0;
  width: 25px;
  height: 25px;
  text-indent: -999px;
  background: url(../icons/mobile-search.png) center center no-repeat;
  cursor: pointer;
}

.MobileSearch h1.active {
  background: url(../design/close-search.png) center center no-repeat;
}

.MobileSearch .ModuleContainerInnerTop {
  display: none;
  float: left;
}

.MobileSearch input[type="text"] {
  display: block;
  width: 110px;
  height: 25px;
  line-height: 25px;
  float: right;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.MobileSearch input[type="submit"] {
  display: block;
  background: url("../icons/search.png") no-repeat center 3px transparent;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 999;
  float: left;
  margin: 0;
}

/* main navigation */
.MainNav {
  float: right;
  margin: 9.5px 42px 0 0;
  clear: right;
}

.MainNav .level1>li {
  position: relative;
  display: inline-block;
}

.MainNav .level1>li>a {
  color: #4d4d4d;
  display: block;
  padding: 0 5px 21px 5px;
  height: 38px;
}

/*.MainNav .level1 > li:hover .level2 {
  display: block;
}*/
.MainNav .level2 {
  position: absolute;
  top: 53px;
  left: 50%;
  min-width: 150px;
  display: none;
  border-top: 3px solid transparent;
  padding: 7px 0;
  margin-left: -75.5px;
  background: url("../design/MainNav-bg-opaque.png");
}

.MainNav .level2:before {
  content: ' ';
  position: absolute;
  top: -18px;
  background: url("../design/MainNav-top-bg-opaque.png") no-repeat center top transparent;
  height: 15px;
  width: 100%;
}

.MainNav .level2>li {
  padding: 0 20px 10px 20px;
  display: block;
}

.MainNav .level2 li a {
  color: #fff;
  display: block;
  line-height: 12px;
}

.MainNav .level2 li a:hover {
  text-decoration: underline;
}

.MainNav .level3 {
  display: none;
}

.MainNav .level1>li.has-children:before {
  content: '';
  background: url("../design/MainNav_mark.png") no-repeat center center transparent;
}

.MainNav .level1>li.has-children.js--hover:after {
  content: '';
  position: absolute;
  top: 35px;
  background: url("../design/MainNav_mark.png") no-repeat center center transparent;
  width: 31px;
  height: 9px;
  left: 50%;
  margin-left: -15.5px;
}

.MainNav .level1>li+li+li+li.js--hover:after {
  opacity: 0.94;
  filter: alpha(opacity=94);
  _filter: alpha(opacity=100);
}

.MainNav .level1>li+li+li+li+li.js--hover:after {
  opacity: 0.88;
  filter: alpha(opacity=88);
  _filter: alpha(opacity=100);
}

.MainNav .level1>li.expanded,
.MainNav .level1>li.selected {
  background: url("../design/MainNav-BlueArrow.png") no-repeat 50% 15px transparent;
}

/* slider */
.PaneHeader2 {
  position: relative;
  top: 0;
  left: 0;
}

.SliderInner {
  max-height: 460px;
}

.Slider .slide-item,
.Slider .slide-item .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
}

.Slider .slide-item .ContentContainer {
  color: #fff;
  display: table;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  width: 410px;
  height: 100%;
}

.Slider .slide-item .ContentContainer.right-content {
  right: 20px;
}

.Slider .slide-item .ContentContainer.left-content {
  left: 20px;
}

.Slider .ContentContainerInner {
  vertical-align: middle;
  width: 425px;
  display: table-cell;
  padding-top: 80px;
}

.Slider .slide-item .ContentContainerInnerInner {
  background: url("../design/slider-overlay.png");
  padding: 25px;
  position: relative;
}

.Slider .slide-item .ContentContainer h1 {
  font-family: 'FranklinGothic-heavy';
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.Slider .slide-item .ContentContainer.green h1 {
  color: #77bc1f;
}

.Slider .slide-item .ContentContainer.orange h1 {
  color: #ff9e16;
}

.Slider .slide-item .ContentContainer.blue h1 {
  color: #00a8e1;
}

.Slider .slide-item .ContentContainer p {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

.Slider .slide-item .ContentContainer p.earningsSmaller {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

.ContentContainer .more {
  font-family: 'FranklinGothic-heavy';
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
}

.Slider .slide-item .ContentContainer.green .more {
  color: #77bc1f;
}

.Slider .slide-item .ContentContainer.orange .more {
  color: #ff9e16;
}

.Slider .slide-item .ContentContainer.blue .more {
  color: #00a8e1;
}

.Slider .slide-item .ContentContainer .arrow {
  width: 20px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
}

.Slider .slide-item .ContentContainer.right-content .arrow {
  left: -20px;
  background: url("../design/slider-overlay-left-arrow.png");
}

.Slider .slide-item .ContentContainer.left-content .arrow {
  right: -19px;
  background: url("../design/slider-overlay-right-arrow.png");
  z-index: 1;
}

.cycle-pager {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 101;
}

.cycle-pager span {
  color: #000;
  display: inline-block;
  font-size: 26px;
  cursor: pointer;
  opacity: 0.8;
}

.cycle-pager span.cycle-pager-active {
  color: #fff;
}

.cycle-pager.green span.cycle-pager-active {
  color: #76bd1d;
}

.cycle-pager.orange span.cycle-pager-active {
  color: #ff9e16;
}

.cycle-pager.blue span.cycle-pager-active {
  color: #00a8e1;
}

/* banner */
.HeaderImageContainer {
  width: 100%;
  position: relative;
  display: none;
}

.HeaderImageContainer img {
  display: block;
  width: 100%;
}

.PageHome .HeaderImageContainer {
  display: none;
}

.Banner {
  color: #fff;
  display: table;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  width: 410px;
  height: 100%;
}

.Banner .ContentContainer {
  vertical-align: middle;
  width: 410px;
  display: table-cell;
  padding-top: 80px;
}

.Banner .ContentContainerInner {
  background: url("../design/slider-overlay.png");
  padding: 25px;
  position: relative;
}

.Banner.left-content {
  left: 20px;
}

.Banner.right-content {
  right: 20px;
}

.Banner.left-content .arrow {
  background: url("../design/slider-overlay-right-arrow.png");
  width: 20px;
  height: 70px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -35px;
}

.Banner.right-content .arrow {
  background: url("../design/slider-overlay-left-arrow.png");
  width: 20px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -35px;
}

.Banner h1 {
  font-family: 'FranklinGothic-heavy';
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.Banner.blue h1,
.Banner.blue .more {
  color: #00a8e1;
}

.Banner.green h1,
.Banner.green .more {
  color: #77bc1f;
}

.Banner.orange h1,
.Banner.orange .more {
  color: #ff9e16;
}

.Banner p {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

.BannerS {
  color: #fff;
  display: table;
  vertical-align: middle;
  position: absolute;
  top: 95px;
  width: 410px;
  /*  height: 100%; */
  height: auto;
}

.BannerS .ContentContainer {
  vertical-align: middle;
  width: 410px;
  display: table-cell;
  padding-top: 80px;
}

.BannerS .ContentContainerInner {
  background: url("../design/slider-overlay.png");
  padding: 25px;
  position: relative;
}

.BannerS.left-content {
  left: 20px;
}

.BannerS.right-content {
  right: 20px;
}

.BannerS.left-content .arrow {
  background: url("../design/slider-overlay-right-arrow.png");
  width: 20px;
  height: 70px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -35px;
}

.BannerS.right-content .arrow {
  background: url("../design/slider-overlay-left-arrow.png");
  width: 20px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -35px;
}

.BannerS h1 {
  font-family: 'FranklinGothic-heavy';
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.BannerS.blue h1,
.BannerS.blue .more {
  color: #00a8e1;
}

.BannerS.green h1,
.BannerS.green .more {
  color: #77bc1f;
}

.BannerS.orange h1,
.BannerS.orange .more {
  color: #ff9e16;
}

.BannerS p {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Footer */
.PaneFooter {
  background: #ccc;
  padding: 0px 15px 10px 55px;
  position: relative;
}

.LayoutTwoColumn .PaneFooter {
  padding: 0px 55px 10px;
  max-width: 1160px;
  margin: auto;
}

.PaneFooter,
.PaneFooter a {
  color: #4d4d4d;
  font-size: 12px;
}

/* copyright */
.Copyright {
  float: right;
  right: 70px;
  position: absolute;
  top: 150px;
}

/* footer links */
div.FooterLinks {
  width: 35%;
  float: right;
  padding: 10px 0 5px 15px;
  margin-top: 20px;
}

div.FooterLinks ul {
  background: url(../design/FooterLinks-arrow.png) no-repeat center left transparent;
  border-left: 1px solid #4d4d4d;
  padding: 10px 0 5px 15px;
}

.FooterLinks li {
  display: inline-block;
  width: 50%;
  margin-bottom: 5px;
}

.FooterLinks li a {
  line-height: 14px;
  display: inline-block;
}

.FooterLinks.destinations h2 {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #005cb9;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.FooterLinks li a:hover {
  text-decoration: underline;
}

.FooterLinks.main h3,
.FooterLinks.main h2 {
  visibility: hidden;
}

/* back to top */
.BackToTop {
  float: right;
}

span.top {
  margin-left: 80px;
}

p.TopOFpage {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}

/* sticky footer */
html,
body,
#pageClass,
.PageDefaultInner,
#litPageDiv,
#litPageDiv>form,
.LayoutDefault,
.LayoutDefaultInner {
  height: 100%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pane Right */
.PaneRight {
  width: 28.3%;
  max-width: 290px;
  float: right;
  padding: 50px 0px;
  background: #f2f2f2;
  color: #4d4d4d;
}

.PaneRight:after {
  background: none repeat scroll 0 0 #f2f2f2;
  bottom: 0;
  content: "";
  max-width: 290px;
  position: absolute;
  top: 0;
  width: 28.3%;
  z-index: -1;
}

.page--home .PaneRight {
  width: auto;
  max-width: none;
  float: none;
  padding: 0;
  background: transparent;
}

.page--home .PaneRight:after {
  content: none
}

.LayoutTwoColumn .PaneRight {
  display: none;
}

/* global stock quote */
.StockQuoteGlobal {
  padding: 0 20px;
  margin-bottom: 25px;
}

.StockQuoteGlobal .StockPChange,
.StockQuoteGlobal .StockVolumeText,
.StockQuoteGlobal .StockVolume {
  display: none;
}

.StockQuoteGlobal .StockDate {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 21px;
  width: 34%;
  float: left;
  text-transform: uppercase;
  text-align: center;
  margin-right: 5%;
  font-size: 13px;
}

.StockQuoteGlobal .Price-Change {
  float: left;
  background: url("../design/date-arrow.png") no-repeat center left transparent;
  border-left: 1px solid #999;
  padding: 12px 0 12px 20px;
  width: 61%;
}

.StockQuoteGlobal .StockPrice,
.StockQuoteGlobal .StockChange {
  font-size: 27px;
  line-height: 27px;
  display: block;
  font-family: 'FranklinGothic-heavy';
}

/* right side presentations */
.PaneRight .ModulePresentationLatest {}

.PaneContent .ModulePresentationLatest .ModuleContainerInner .ModuleItemRow {
  overflow: hidden;
  margin-bottom: 30px;
}

.PaneRight .ModulePresentationLatest .ModuleContainerInner .ModuleItemRow {
  overflow: hidden;
  padding: 20px;
}

.PaneRight .ModulePresentationLatest .ModuleContainerInner .ModuleItemRow:first-child {
  background: #06a7e2;
}

.PaneRight .ModulePresentationLatest .ModuleContainerInner .ModuleItemRow:first-child+.ModuleSeparator+.ModuleItemRow {
  background: #76bd1d;
}

.PaneRight .ModulePresentationLatest .ModuleContainerInner .ModuleItemRow:first-child+.ModuleSeparator+.ModuleItemRow+.ModuleSeparator+.ModuleItemRow {
  background: #005cb9;
}

.ModulePresentationLatest .date-size {
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  width: 14%;
  margin-right: 5%;
}

.PaneRight .ModulePresentationLatest .date-size {
  width: 34%;
}

.ModulePresentationLatest .ModuleThumbnailLink,
.PaneRight .rightEvent .eventImage {
  float: left;
  width: 61%;
  margin-top: 8px;
  border-left: 1px solid #999;
  padding-left: 20px;
  background: url("../design/date-arrow.png") no-repeat center left transparent;
}

.PaneRight .ModulePresentationLatest .ModuleThumbnailLink,
.PaneRight .rightEvent .eventImage {
  border-left: 1px solid #fff;
  background: url("../design/date-arrow2.png") no-repeat center left transparent;
}

.ModulePresentationLatest .ModuleThumbnailLink img,
.PaneRight .rightEvent .eventImage img {
  height: 95px;
  display: block;
}

.PaneRight .ModulePresentationLatest .ModuleHeadline {
  font-family: 'FranklinGothic-heavy';
  color: #fff;
}

.ModulePresentationLatest .ModuleHeadline {
  text-transform: uppercase;
  display: block;
}

.PaneRight .ModulePresentationLatest .ModuleDate,
.PaneRight .hrefPresentation {
  color: #fff;
  clear: both;
}

.PaneRight .hrefPresentation {
   color: #000;    
}

.hrefPresentation {
  font-size: 13px;
  margin-top: 5px;
}

.hrefPresentation:hover {
  text-decoration: none !important;
}

.ModulePresentationLatest .ModuleDate {
  margin-top: 15px;
}

.PaneRight .ModulePresentationLatest .ModuleDate>i {
  color: #fff;
}

.PageNewsroomLatestPresentation .GlobalPresentationLatest {
  display: none;
}

/* investor tools */
.InvestorTools {
  margin-bottom: 30px;
  margin-top: 20px;
}

.InvestorTools h1 {
  padding: 0 20px;
}

.InvestorTools .ContentContainer>div {
  float: left;
  width: 50%;
  height: 80px;
}

.InvestorTools a {
  color: #fff;
  display: block;
  height: 80px;
  font-size: 13px;
  line-height: 13px;
  cursor: pointer;
}

.InvestorTools .PrintPageLink {
  background: url("../icons/print.png") no-repeat 15px 24px transparent;
  padding: 37px 15px 30px 55px;
}

.InvestorTools .PrintPageLink:hover {
  background-color: #76bd1d;
}

.InvestorTools .email {
  background: url("../icons/email-alerts.png") no-repeat 15px 31px transparent;
  padding: 35px 15px 30px 55px;
}

.InvestorTools .email:hover {
  background-color: #ff9e19;
}

.InvestorTools .rss {
  background: url("../icons/rss.png") no-repeat 16px 28px transparent;
  padding: 35px 15px 30px 55px;
}

.InvestorTools .rss:hover {
  background-color: #06a7e2;
}

.InvestorTools .st_email {
  display: block;
}

.InvestorTools .stButton {
  margin: 0 !important;
  width: 100%;
}

.InvestorTools .stButton .email {
  background-image: url("../icons/email.png") !important;
  padding: 33px 15px 30px 55px;
  color: #fff;
  font-size: 13px;
  background-size: 20% !important;
  width: 100%;
  height: 80px;
}

.InvestorTools .stButton .email:hover {
  background-color: #005cb9;
}

.InvestorTools .stButton .chicklets:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  _filter: alpha(opacity=100);
}

.InvestorTools .faq {
  background: url("../icons/faq.png") no-repeat 15px 26px transparent;
  padding: 35px 15px 30px 55px;
}

.InvestorTools .faq:hover {
  background-color: #fec524;
}

.InvestorTools .tear-sheet {
  background: url("../icons/tear-sheet.png") no-repeat 15px 26px transparent;
  padding: 29px 15px 25px 55px;
}

.InvestorTools .tear-sheet:hover {
  background-color: #94d60a;
}

/* related links */
.QuickLinks {
  margin-bottom: 20px;
}

.PaneRight div.QuickLinks {
  padding: 0 20px;
}

.QuickLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.QuickLinks a {
  line-height: 20px;
  padding: 0 15px;
  color: #4d4d4d;
  display: inline-block;
}

.QuickLinks a:hover {
  text-decoration: underline;
}

/* contacts */
.Contacts {
  padding: 0 5px 0 20px;
}

.Contacts .person {
  padding-bottom: 30px;
}

.Contacts .photo,
.PersonsBoxes .box-person .photo,
.PersonsBoxes2 .box-person .photo {
  float: left;
  margin-right: 10px;
}

.PersonsBoxes .box-person .photo,
.PersonsBoxes2 .box-person .photo {
  width: 100px;
}

.Contacts .photo img {
  /* width: 70px; */
  height: 70px;
}

.Contacts .info {
  float: left;
  font-size: 12px;
}

.Contacts .name,
.PersonsBoxes .box-person .name {
  color: #005cb9;
  display: block;
  line-height: 14px;
}

.Contacts a,
.PersonsBoxes .box-person a {
  color: #4d4d4d;
}

.PersonsBoxes,
.PersonsBoxes2 {
  margin-bottom: 5px;
}

.PersonsBoxes .box-person {
  background: #f2f2f2;
  overflow: hidden;
  display: inline-block;
  width: 48%;
  padding: 15px;
  line-height: 16px;
  margin-left: 2%;
}

.PersonsBoxes2 .box-person {
  width: 100%;
  overflow: hidden;
}

.PersonsBoxes .box-person:first-child {
  margin-left: 0;
}

.PersonsBoxes .box-person .photo img,
.PersonsBoxes2 .box-person .photo img {
  width: 100px;
  height: auto;
}

.PersonsBoxes2 .box-person .info {
  float: left;
}

/* CMS Listed Emblem */
.Emblem {
  position: absolute;
  top: -66px;
  right: 10px;
}

.Emblem img {
  display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pane Left */
.PaneLeft {
  clear: both;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pane Breadcrumb */
.LayoutThreeColumn .PaneBreadcrumb {
  width: 71.7%;
  max-width: 736px;
  float: left;
  background: #fff;
}

.LayoutTwoColumn .PaneBreadcrumb {
  width: 100%;
  max-width: 1180px;
  float: none;
}

.Breadcrumb {
  font-size: 12px;
  color: #005cb9;
  margin: 20px 0;
}

.Breadcrumb a {
  color: #000;
}

.Breadcrumb a:hover {
  text-decoration: underline;
}

.Breadcrumb .BreadcrumbSeparator {
  margin: 0 5px;
  color: #000;
}

.Breadcrumb sup,
.Breadcrumb sub {
  font-size: 12px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pane Content */
.PaneContentInner {
  font-size: 13px;
  line-height: 20px;
  color: #4d4d4d;
}

.PaneContent {
  width: 71.7%;
  max-width: 736px;
  float: left;
  padding: 0 35px 0 70px;
}

.LayoutTwoColumn .PaneContent {
  width: 100%;
  max-width: 1180px;
  padding: 0 0px;
  float: none;
}

.corpOverview {
  width: 50%;
  height: 187px;
  background-color: #005cb9;
  margin-top: 12px;
  padding: 50px 20px 20px 20px;
}

.corpOverview p {
  margin: 30px 0 10px 0;
  font-size: 27px;
  line-height: 21px;
  display: block;
  font-family: 'FranklinGothic-heavy';
  color: #FFFFFF;
  text-align: center;
}

.corpOverview h1 {
  font-family: 'FranklinGothic-heavy';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.corpOverview a {
  color: #fff;
  line-height: 0 !important;
  display: block;
  padding: 0 !important;
  height: 12px !important;
  min-height: 12px !important;
}

.corpOverview a:hover {
  text-decoration: none;
}

/* tabs */
.gray {
  background: #939598;
}

.light-gray {
  background: #d1d3d4;
}

.dark-gray {
  background: #6d6e71;
}

.no-background {}

/* custom date */
.ModuleDate,
.newsDate {
  text-transform: uppercase;
}

.ModuleDate i,
.StockQuoteGlobal .StockDate i {
  font-style: normal;
}

.ModuleDate .day,
.StockQuoteGlobal .StockDate .day {
  color: #77bc1f;
  font-size: 23px;
  line-height: 21px;
  display: block;
  font-family: 'FranklinGothic-heavy';
}

.ModuleDate .month,
.StockQuoteGlobal .StockDate .month {
  display: block;
  line-height: 13px;
  margin: 7px 0 5px 0;
}

.ModuleDate .year,
.StockQuoteGlobal .StockDate .year {
  color: #005cb9;
  font-size: 19px;
  line-height: 16px;
  display: block;
  font-family: 'FranklinGothic-heavy';
}

.ModulePressRelease.CustomDate .ModuleDate,
.ModulePressReleaseLatest .ModuleDate,
.ModuleEvent .ModuleDateContainer,
.ModulePresentation .ModuleDate {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 21px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0 !important;
  text-align: center;
  letter-spacing: 0;
  margin-left: -30px;
}

.ModulePressRelease.CustomDate .ModuleContent,
.ModulePressReleaseLatest .ModuleContent,
.ModuleEvent .ModuleContent,
.PastEventWidget .eventContent,
.ModulePresentation .ModuleContent {
  border-left: 1px solid #999999 !important;
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 68% !important;
  padding-left: 18px !important;
  position: relative;
  min-height: 82px;
  letter-spacing: 0;
}

.ModulePressRelease.CustomDate .ModuleContent:before,
.ModulePressReleaseLatest .ModuleContent:before,
.ModuleEvent .ModuleContent:before,
.PastEventWidget .eventContent:before,
.ModulePresentation .ModuleContent:before {
  position: absolute;
  content: ' ';
  background: url("../design/date-arrow.png") no-repeat right center;
  width: 6px;
  height: 22px;
  top: 50%;
  left: 0;
  margin-top: -11px;
}

/* years navigation */
.ModuleYearNavContainer,
.PastEventWidget .tagList,
.YearNavContainer {
  margin-bottom: 30px;
  min-height: 30px;
  display: block;
}

.ModulePressRelease .ModuleYearNavContainer,
.RegulatoryFilingContainer .YearNavContainer,
#FinancialWidget .cycle-carousel-wrap {
  position: relative;
  padding: 0 20px;
}

.ModuleYearNavContainer,
.RegulatoryFilingContainer .YearNavContainer {
  margin-bottom: 20px;
}

.ModuleYearNavContainerInner .ModuleYearLink,
.PastEventWidget .tagList>span,
.RegulatoryFilingContainer .ModuleYearLink,
.yearItem,
.categoryItem {
  background: #b3b3b3;
  font-size: 11px;
  color: #4d4d4d;
  width: 20%;
  display: inline-block;
  text-align: center;
  position: relative !important;
  cursor: pointer;
  letter-spacing: 0;
}

.categoryItem {
  line-height: 12px;
  color: #fff;
  padding: 5px 0;
}

.ModuleYearNavContainerInner .ModuleYearLink.selected,
.PastEventWidget .tagList>span.active,
.RegulatoryFilingContainer .ModuleYearLink.selected,
.yearItem.active,
.categoryItem.active {
  background: #005cb9;
  color: #fff;
}

.ModuleYearNavContainerInner .ModuleYearLink.selected:after,
.PastEventWidget .tagList>span.active:after,
.RegulatoryFilingContainer .ModuleYearLink.selected:after,
.yearItem.active:after,
.categoryItem.active:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  background: url("../design/YearNav-arrow.png") no-repeat center center transparent;
  width: 33px;
  height: 9px;
  left: 50%;
  margin-left: -16.5px;
}

.ModuleYearNavContainerInner .ModuleYearLink:hover,
.PastEventWidget .tagList>span:hover,
.RegulatoryFilingContainer .ModuleYearLink:hover {
  text-decoration: none;
  opacity: 0.75;
  filter: alpha(opacity=75);
  _filter: alpha(opacity=100);
}

.yearItem:hover,
.categoryItem:hover {
  text-decoration: none !important;
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  _filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ModuleYearNavContainerInner,
.RegulatoryFilingContainer .YearNavContainerInner,
.years-carousel,
.category-carousel,
.NewsYears {
  white-space: nowrap;
  width: 100% !important;
  letter-spacing: -0.25em;
  overflow: hidden;
  padding-bottom: 10px;
}

.prevYear,
.nextYear,
#years-prev,
#years-next,
#categories-prev,
#category-carousel-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
}

#categories-prev,
#category-carousel-next {
  height: 34px;
  background-position: center center !important;
}

.prevYear,
#years-prev,
#categories-prev {
  left: 0;
}

.nextYear,
#years-next,
#category-carousel-next {
  right: 0;
}

.prevYear.disabled,
.nextYear.disabled,
.nav-years.disabled,
.slick-disabled {
  opacity: .4;
  cursor: text !important;
}

.prevYear,
#years-prev,
#categories-prev {
  background: url("../design/prevYear.png") no-repeat center 3px transparent;
}

.nextYear,
#years-next,
#category-carousel-next {
  background: url("../design/nextYear.png") no-repeat center 3px transparent;
}

/* columns */
.col {
  width: 50%;
  float: left;
  padding: 0 20px;
}

.col.col-left {
  padding-left: 40px;
}

.col.col-right {
  padding-right: 40px;
}

/* rss */
.RssIcon {
  padding: 0;
}

.RssLinkTop img {
  padding: 0;
  display: none;
}

.RssLinkTop {
  background: url("../icons/rss-icon.png") no-repeat center 4px transparent;
  display: block;
  width: 14px;
  height: 20px;
}

.RssLinkTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  _filter: alpha(opacity=100);
  background: url("../icons/rss-icon-hover.png") no-repeat center 4px transparent;
}

/* table */
.table-responsive {
  margin-bottom: 30px;
  overflow: hidden;
}

.CustomTable {
  width: 100%;
  border-collapse: collapse;
}

.CustomTable th {
  color: #231f20;
  font-weight: normal;
  padding: 5px 15px;
  line-height: 16px;
  text-align: left;
}

.CustomTable td {
  padding: 5px 15px 2px 15px;
  border-left: 1px solid #4d4d4d;
  line-height: 16px;
}

.CustomTable th:first-child,
.CustomTable td:first-child {
  border: none;
}

.CustomTable .alt td {
  background: #f2f2f2;
}

.HtmlTextContainer .CustomTable ul {
  margin: 10px 0;
}

.table--political {
  border-collapse: collapse;
  width: 100%;
}

.table--political thead th,
.table--political thead td {
  border-bottom-width: 2px;
}

.table--political thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table--political th,
.table--political td {
  border: 1px solid #dee2e6;
  padding: .75rem;
}

.table--political thead th {
  background-color: #f6f6f6;
}

.table--political tbody tr:first-child {
  background-color: #d9edf7;
}

/* globals */
.RedStar,
.ErrorMessage,
.RequiredField,
.ErrorContainer,
.ReminderButton+span,
.ReminderButton+span+br+span {
  color: #ff0000;
}

.ReminderButton+span+br+span {
  margin-bottom: 10px;
  display: block;
}

.ErrorMessage,
.ErrorContainer {
  font-size: 13px;
}

.MailingListUnsubscribeMessage,
.EditSubscriberConfirmation,
.MessageSent {
  font-weight: bold;
}

/* secondary navigation */
.SecNav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.SecNav .level1>li,
.SecNav .level1>li.has-children>a,
.SecNav .level1>li.has-children.expanded>a,
.SecNav .level2>li {
  display: none;
}

.SecNav .level1>li.has-children,
.SecNav .level2>.has-children.expanded,
.SecNav .level2>.selected.has-children {
  display: block;
}

.SecNav .level2>.has-children>a {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #005cb9;
  margin: 0 0 15px -15px;
  text-transform: uppercase;
  display: block;
}

.LayoutTwoColumn .SecNav .level2>.has-children>a {
  margin: 0 0 15px 0;
}

.SecNav .level2>.has-children>a:hover {
  text-decoration: none;
}

.SecNav .level3 {
  margin-bottom: 15px;
}

.SecNav .level3>li {
  width: 20%;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  background: #b3b3b3;
  vertical-align: middle;
  line-height: 28px;
}

.SecNav .level3>li>a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 5px 0 3px 0;
}

.SecNav .level3>li>a .break {
  display: block;
  line-height: 14px;
}

.SecNav .level3>li.selected {
  background: #005cb9;
}

.SecNav .level3>li.selected:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  background: url("../design/YearNav-arrow.png") no-repeat center center transparent;
  width: 33px;
  height: 9px;
  left: 50%;
  margin-left: -16.5px;
}

.SecNav .level3>li:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  _filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.SecNav .level3>li:hover a {
  text-decoration: none;
}

/* html accordion */
.AccordionModule,
.ModuleDownloadListWithTags.DlAccordionModule {
  margin-bottom: 5px;
}

.AccordionModule.last,
.DlAccordionModule.last {
  margin-bottom: 30px;
}

.AccordionModule>h1,
.DlAccordionModule>h1 {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  color: #fff;
  background: #005cb9;
  padding: 6px 32px 6px 12px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.AccordionModule>h1:after,
.DlAccordionModule>h1:after {
  content: '+';
  position: absolute;
  right: 12px;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
}

.AccordionModule>h1.active:after,
.DlAccordionModule>h1.active:after {
  content: 'x';
  position: absolute;
  right: 14px;
  font-size: 12px;
}

.AccordionModule.yellow>h1:after {
  color: #fec524;
}

.AccordionModule.orange>h1:after {
  color: #ff9e19;
}

.AccordionModule.blue h1:after {
  color: #06a7e2;
}

.AccordionModule.green>h1:after {
  color: #94d60a;
}

.AccordionModule .ContentContainer,
.ModuleDownloadListWithTags.DlAccordionModule .ModuleContainerInnerTop {
  display: none;
}

.AccordionModule .ContentContainer p:first-child {
  padding-top: 5px;
}

.AccordionModule p {
  margin: 0 12px 10px;
}

.AccordionModule .ContentContainer ul {
  margin: 0 0 20px 20px;
}

.AccordionModule .ModuleDownloadListWithTags {
  margin: 10px 0 20px 0;
}

.AccordionModule .ModuleDownloadListWithTags h1 {
  margin-left: 12px;
}

.photo-with-caption {
  margin-bottom: 20px;
}

.photo-with-caption img {
  display: block;
  width: 100%;
}

.photo-with-caption .caption,
.inner-photos-with-caption .caption {
  background: #000000;
  color: #fff;
  padding: 5px 10px 3px 10px;
  line-height: 16px;
}

.inner-photos-with-caption .col.fullwidth {
  float: none;
  width: 100%;
}

.inner-photos-with-caption .caption.clickable {
  cursor: pointer;
  position: relative;
}

.inner-photos-with-caption .caption.clickable:after {
  content: '+';
  position: absolute;
  right: 10px;
  font-family: 'FranklinGothic-heavy';
  font-size: 20px;
}

.inner-photos-with-caption .caption.clickable.opened:after {
  content: 'x';
  font-size: 15px;
}

.inner-photos-with-caption {
  margin: 0 -10px;
}

.inner-photos-with-caption .col {
  padding: 10px;
}

.inner-photos-with-caption .description {
  display: none;
}

.inner-photos {
  margin: -1%;
  min-height: 1px;
}

.inner-photos img {
  display: inline-block;
  width: 30.9%;
  margin: 1%;
  max-width: 285px;
  max-height: 190px;
}

.inner-photos-with-caption img {
  display: block;
  width: 100%;
}

/* module download list with tags */
.ModuleDownloadListWithTags .ModuleYearNavContainerInner,
.ModuleDownloadListWithTags .ModuleThumbnailImage,
.ModuleDownloadListWithTags .ModuleFileSizeText {
  display: none;
}

.ModuleDownloadListWithTags {
  margin-bottom: 20px;
}

.ModuleDownloadListWithTags .ModuleYearNavContainer {
  margin: 0;
  min-height: inherit;
}

.ModuleDownloadListWithTags .ModuleHeader {
  overflow: hidden;
}

.ModuleDownloadListWithTags .ModuleHeaderText1,
.ModuleDownloadListWithTags .ModuleHeaderText3 {
  padding: 5px 2px 5px 15px;
  float: left;
  width: 20%;
}

.ModuleDownloadListWithTags .ModuleHeaderText2 {
  padding: 5px 2px 5px 15px;
  float: left;
  width: 60%;
  position: relative;
}

.ModuleDownloadListWithTags .ModuleItemRow {
  overflow: hidden;
  width: 100%;
}

.ModuleDownloadListWithTags .ModuleItem {
  background-color: #f2f2f2;
}

.ModuleDownloadListWithTags .ModuleDate {
  padding: 15px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

.ModuleDownloadListWithTags a {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
}

.ModuleDownloadListWithTags .ModuleHeadline {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  padding: 15px;
  border-left: 1px solid #4d4d4d;
  border-right: 1px solid #4d4d4d;
}

.ModuleDownloadListWithTags .ModuleIcon {
  width: 24%;
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover {
  background-color: #76bd1d;
  color: #fff;
  cursor: pointer;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a {
  text-decoration: none;
  color: #fff;
  transition: inherit;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a .ModuleHeadline {
  color: #fff;
}

.ModuleDownloadListWithTags a[href*=".pdf"] .ModuleIcon,
.ModuleDownloadListWithTags a[href*=".PDF"] .ModuleIcon {
  background: url("../icons/pdf.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".pdf"] .ModuleIcon,
.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".PDF"] .ModuleIcon {
  background: url("../design/pdf-hover.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags a[href*=".aspx"] .ModuleIcon,
.ModuleDownloadListWithTags a[href*="NYSE"] .ModuleIcon,
.ModuleDownloadListWithTags a[href*="edge.media-server"] .ModuleIcon {
  background: url("../icons/html.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".aspx"] .ModuleIcon,
.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*="NYSE"] .ModuleIcon,
.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*="edge.media-server"] .ModuleIcon {
  background: url("../icons/html-hover.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags a[href*=".zip"] .ModuleIcon {
  background: url("../icons/zip.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".zip"] .ModuleIcon {
  background: url("../design/zip-hover.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags a[href*=".xls"] .ModuleIcon,
.ModuleDownloadListWithTags a[href*=".xlsx"] .ModuleIcon {
  background: url("../icons/xls.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".xls"] .ModuleIcon,
.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".xlsx"] .ModuleIcon {
  background: url("../design/xls-hover.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags a[href*=".doc"] .ModuleIcon,
.ModuleDownloadListWithTags a[href*=".docx"] .ModuleIcon,
.ModuleDownloadListWithTags a[href*=".rtf"] .ModuleIcon {
  background: url("../icons/doc.png") no-repeat center center transparent;
}

.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".doc"] .ModuleIcon,
.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".docx"] .ModuleIcon,
.ModuleDownloadListWithTags .ModuleItemRow:hover a[href*=".rtf"] .ModuleIcon {
  background: url("../design/doc-hover.png") no-repeat center center transparent;
}

.irKit .item1,
.irKit .item3,
.irKit .item5 {
  background-color: #f2f2f2;
}

.ModuleDownloadListWithTags.noDate .ModuleHeaderText1 {
  display: none;
}

.ModuleDownloadListWithTags.noDate .ModuleHeaderText2 {
  width: 75%;
}

.ModuleDownloadListWithTags.noDate a {
  width: 100%;
}

.ModuleDownloadListWithTags.noDate .ModuleHeadline {
  border-left: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Home */
.PageHome .PaneContent {
  padding: 0;
  width: 100%;
  max-width: none;
  float: none;
}

.PageHome .RelatedLinks {
  display: none;
}

/* tabs */
.HomeTabs {
  width: 45%;
  /* float: left; */
  /* text-align: center; */
  margin-left: auto;
  margin-right: auto;
}

.HomeTabs .ContentContainer>div {
  float: left;
  width: 50%;
  text-align: center;
  min-height: 100px;
}

.HomeTabs a {
  color: #fff;
  line-height: 12px;
  display: block;
  padding: 70px 5px 5px;
  min-height: 100px;
  min-height: 1px\9;
  height: 100px\9;
}

.HomeTabs a:hover {
  text-decoration: none;
}

.HomeTabs .environment {
  background: url("../icons/environment.png") no-repeat center 10px transparent;
}

.HomeTabs .environment:hover {
  background: url("../icons/environment-hover.png") no-repeat center 10px #76bd1d;
}

.HomeTabs .guiding-principles {
  background: url("../icons/guiding-principles.png") no-repeat center 10px transparent;
}

.HomeTabs .guiding-principles:hover {
  background: url("../icons/guiding-principles-hover.png") no-repeat center 10px #005cb9;
}

.HomeTabs .energy-service {
  background: url("../icons/energy-service.png") no-repeat center 10px transparent;
}

.HomeTabs .energy-service:hover {
  background: url("../icons/energy-service-hover.png") no-repeat center 10px #06a7e2;
}

.HomeTabs .investor-presentation {
  background: url("../icons/investor-presentation.png") no-repeat center 10px transparent;
}

.HomeTabs .investor-presentation:hover {
  background: url("../icons/investor-presentation-hover.png") no-repeat center 10px #ff9e19;
}

.HomeTabs .history {
  background: url("../icons/history.png") no-repeat center 10px transparent;
}

.HomeTabs .history:hover {
  background: url("../icons/history-hover.png") no-repeat center 10px #fec524;
}

.HomeTabs .strategy {
  background: url("../icons/strategy.png") no-repeat center 10px transparent;
}

.HomeTabs .strategy:hover {
  background: url("../icons/strategy-hover.png") no-repeat center 10px #95d600;
}

.maintenance-popup {
  text-align: center;
  padding: 20px;
  width: 1000px;
}

.maintenance-popup h1 {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #005cb9;
}

.ProxyMaterials {
  width: 200%;
  height: 187px;
  background-color: #005cb9;
  margin-top: 12px;
  padding: 20px;
}

.ProxyMaterials p {
  font-size: 27px;
  display: block;
  font-family: 'FranklinGothic-heavy';
  color: #FFFFFF;
  margin: 0;
}

.ProxyMaterials h1 {
  font-family: 'FranklinGothic-heavy';
  color: #fff;
  text-transform: uppercase;
}

.ProxyMaterials h1 a {
  padding: 5px;
  min-height: 0;
}

.ProxyMaterials p a {
  color: #fff;
  font-size: 14px;
  padding: 5px;
  min-height: 0;
  font-family: 'FranklinGothic-book';
}

.ProxyMaterials a:hover {
  text-decoration: none;
}

/* company news */
.PageHome .ModulePressRelease {
  float: left;
  width: 55%;
  padding-right: 40px;
  margin-bottom: 0;
}

.ModulePressRelease.ShowBody .ModuleYearNavContainer {
  display: none;
}

.PageHome .ModulePressRelease.CustomDate .ModuleItemRow {
  overflow: hidden;
  width: 100%;
  float: none;
  background: inherit;
}

.ModulePressRelease.CustomDate .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
  width: 33%;
  float: left;
  margin-bottom: 30px;
  letter-spacing: -0.25em;
}

.PageHome .ModulePressRelease.CustomDate .ModuleContent {
  min-height: inherit;
}

.PageHome .ModulePressRelease.CustomDate .ModuleContainerInner .ModuleItemRow {
  margin-bottom: 0;
}

.PageHome .ModulePressRelease.CustomDate .ModuleContainerInner .ModuleItemRow:first-child {
  margin-bottom: 30px;
}

.ModuleHeadlineLink,
.ModuleHeadline,
.NewsContainer .newsTitle {
  color: #000;
  text-transform: uppercase;
  transition: inherit;
}

.NewsContainer .newsTitle {
  position: relative;
}

.NewsContainer .newsTitle:after {
  content: '+';
  font-size: 20px;
  font-family: 'FranklinGothic-heavy';
  color: #005cb9;
  width: 12px;
  line-height: 15px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}

.ModulePressRelease .ModuleBody {
  color: #4d4d4d;
}

.ModulePressRelease a.ModuleMoreLink,
.ModulePressReleaseLatest a.ModuleMoreLink {
  position: relative;
}

.ModulePressRelease a .ModuleMore,
.ModulePressReleaseLatest a .ModuleMore {
  display: none;
}

.ModulePressRelease a.ModuleMoreLink:before,
.ModulePressReleaseLatest a.ModuleMoreLink:before {
  content: '+';
  position: absolute;
  right: 12px;
  font-size: 20px;
  top: 42%;
  margin-top: -10px;
  font-family: 'FranklinGothic-heavy';
  left: 5px;
  color: #005cb9;
}

.ModulePressRelease a.ModuleMoreLink:hover:before,
.ModulePressReleaseLatest a.ModuleMoreLink:hover:before,
.ModulePressRelease .ModuleItemRow:hover a.ModuleMoreLink:before,
.NewsContainer .ModuleItemRow:hover a.newsTitle:after {
  color: #76bd1d;
}

.ModulePressRelease.CustomDate a.ModuleMoreLink:hover:before,
.ModulePressReleaseLatest.CustomDate a.ModuleMoreLink:hover:before {
  color: #76bd1d !important;
}

.ModulePressRelease.CustomDate .ModuleItemRow:hover a.ModuleMoreLink:before {
  color: #005cb9;
}


.ModulePressRelease .ModuleViewAllLink {
  float: left;
  position: absolute;
  left: 85px;
  bottom: -10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Events & Presentations */
.UpcomingEvents .ModuleYearNavContainer {
  display: none;
}

.ModuleTime {
  font-size: 13px;
  line-height: 13px;
  display: block;
  margin-top: 5px;
}

.ModuleEvent .ModuleItemRow,
.ModulePresentation .ModuleItemRow {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  letter-spacing: -0.25em;
}

.ModuleEvent .ModuleViewAllLink {
  float: right;
}

.ModuleEvent .ModuleContent,
.PastEventWidget .eventContent {
  min-height: 100px;
  padding: 8px 0 8px 15px;
}

.ModulePresentation .ModuleContent {
  min-height: 120px;
  padding: 8px 0 8px 15px;
}

.WebcastLink .ModuleFileLink,
.PastEventWidget li.webcast a {
  color: #4d4d4d;
  background: url("../icons/webcast.png") no-repeat center right transparent;
  padding-right: 25px;
}

.RelatedDocuments h3 {
  display: none;
}

.ModuleEvent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ModuleEvent .RelatedDocuments a,
.ModuleEvent .ModuleLinks a,
.ModulePresentation .ModuleFileLink {
  color: #4d4d4d;
}

.ModuleEventDetails .ModuleDate>span {
  font-size: 13px !important;
  font-family: 'FranklinGothic-book';
  color: #4d4d4d;
  display: inline-block;
  margin: 0;
}

.ModuleEventDetails .ModuleTime {
  margin: 0 0 10px 0;
}

.EventMargin {
  margin-bottom: 30px;
}

/* .PageInvestorRelationsEventsPresentations .GlobalPresentationLatest,
.PageInvestorRelationsEventsPresentationsEventDetails .GlobalPresentationLatest {
  display: none;
} */
.ModuleEvent .ModuleNotFound {
  margin-bottom: 30px;
}

.ModuleDetailsContainer {
  margin-bottom: 30px;
}

.ModuleDetailsContainer .ModuleBody {
  margin-bottom: 10px;
}

.ModuleLinks,
.RelatedDocuments ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ModuleLinks a,
.RelatedDocuments a {
  color: #4d4d4d;
}

.ModuleReminderContainer {
  margin: 10px 0 0;
}

.ReminderEmailText {
  margin-left: 10px;
}

/* calendar */
.Calendar {
  margin-bottom: 30px;
}

div#calendar {
  position: relative;
}

.clndrContainer .day {
  position: relative;
}

.clndrContainer .days-container {
  position: relative;
}

.clndrContainer .yearCalendar {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-family: inherit;
}

.clndrContainer .controls .month {
  display: none;
}

.clndrContainer .months {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}

.clndrContainer .months li {
  display: inline-block;
  width: 8.3333%;
  background: #b3b3b3;
  letter-spacing: 0;
  cursor: pointer;
  font-size: 11px;
  color: #4d4d4d;
  text-align: center;
  position: relative;
}

.clndrContainer .months li:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  _filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.clndrContainer .months li.selected {
  background: #005cb9;
  color: #fff;
}

.clndrContainer .months li.selected:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  background: url("../design/YearNav-arrow.png") no-repeat center center transparent;
  width: 33px;
  height: 9px;
  left: 50%;
  margin-left: -16.5px;
}

.clndrContainer .controls {
  position: relative;
  letter-spacing: -0.25em;
  margin-bottom: 5px;
}

.clndrContainer .previous,
.clndrContainer .next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
}

.clndrContainer .previous {
  background: url("../design/prevYear.png") no-repeat center 3px transparent;
  left: -20px;
}

.clndrContainer .next {
  background: url("../design/nextYear.png") no-repeat center 3px transparent;
  right: -20px;
}

.clndrContainer .day-header {
  width: 14.28%;
  display: inline-block;
  background: #76bd1d;
  color: #000;
  font-size: 11px;
  text-align: center;
  border-left: 1px solid #90c948;
}

.clndrContainer .headers .day-header:first-child {
  border: none;
}

.clndrContainer .headers .day-header.weekend {
  background: #005cb9;
}

.clndrContainer .day {
  float: left;
  width: 14.28%;
  font-size: 16px;
  font-family: 'FranklinGothic-heavy';
  color: #4d4d4d;
  text-align: right;
  padding: 2px 5px 0 0;
  height: 50px;
  cursor: text;
}

.clndrContainer .day.event {
  color: #fff;
  background: #76bd1d !important;
  cursor: pointer;
}

.clndrContainer .day.event:after {
  position: absolute;
  content: '+';
  bottom: 0;
  right: 5px;
}

.clndrContainer .day.last-month,
.clndrContainer .day.next-month {
  color: #999999;
}

.clndrContainer .day.today {
  background: #005cb9 !important;
  color: #fff;
}

.clndrContainer .headers {
  margin-bottom: 5px;
}

.calendar-dow-0.even,
.calendar-dow-6.even {
  background: #b3b3b3 !important;
}

.calendar-dow-0.odd,
.calendar-dow-6.odd {
  background: #cccccc !important;
}

.clndrContainer .day.even {
  background: #e6e6e6;
}

.clndrContainer .day.odd {
  background: #f2f2f2;
}

.eventBox {
  background: url("../design/slider-overlay.png");
  color: #fff;
  position: absolute;
  left: 0;
  top: 25%;
  padding: 20px 20px 10px 20px;
  font-size: 13px;
  font-family: 'FranklinGothic-book';
  width: 50%;
  text-align: left;
}

.eventBox:after {
  content: ' ';
  width: 20px;
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: url("../design/slider-overlay-right-arrow.png");
  right: -20px;
}

.EventItem {
  margin-bottom: 10px;
}

.EventItem .date,
.EventItem a {
  color: #95d600;
  margin-bottom: 5px;
}

.EventItem .date {
  text-transform: uppercase;
}

.EventTitle a {
  color: #fff;
  display: inline-block;
  line-height: 16px;
}

.EventItem a.webcast {
  color: #95d600;
  background: url("../icons/webcast-v2.png") no-repeat left top transparent;
  padding-left: 25px;
}

.eventBox .close,
.eventBox .prev-event,
.eventBox .next-event {
  text-indent: -9999px;
  position: absolute;
  width: 25px;
  height: 20px;
  bottom: 7px;
  cursor: pointer;
}

.eventBox .close {
  background: url(../design/person-close-green.png) no-repeat center center transparent;
  right: 2px;
  border-left: 1px solid #fff;
}

.eventBox .prev-event {
  background: url(../design/prev-green.png) no-repeat center center transparent;
  right: 55px;
}

.eventBox .next-event {
  background: url(../design/next-green.png) no-repeat center center transparent;
  right: 28px;
}

.calendarLegend {
  margin: 10px 0 0 0;
}

button.Prev,
button.Next {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;   
}

button.Prev{
  float: left;
}

button.Next {
  float: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BOD/Officers */
.Sectioncorporate-governance .SecNav {
  display: none;
}

.PersonGenericContainer .ModuleContainerInnerTop {
  margin: 0 -1.5% 30px -1.5%;
  overflow: hidden;
}

.PersonGenericContainer {
  margin-bottom: 20px;
}

.PersonGenericContainer .PersonContainer {
  width: 21.6%;
  display: inline-block;
  margin: 0 1.5% 3%;
}

.PersonGenericContainer.blue .PersonContainer {
  margin: 2% 1.5% 7%;
}

.PersonContainer .Person {
  position: relative;
  cursor: pointer;
}

.PersonContainer .Person h3 {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  color: #fff;
  background: url("../design/person-transparent-bg.png");
  padding: 4px 10px 2px 10px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.PersonGenericContainer .PersonContainer .Person h2:after {
  content: ' ';
  position: absolute;
  right: 10px;
  bottom: 9px;
  width: 8px;
  height: 8px;
}

.PersonGenericContainer.green .PersonContainer .Person h2:after {
  background: url("../design/more-hover.png");
}

.PersonGenericContainer.blue .PersonContainer .Person h2:after {
  background: url("../design/more-lightBlue.png");
}

.PersonContainer .Person .PersonPhoto img {
  display: block;
  width: 100%;
  -ms-interpolation-mode: bicubic;
}

.PersonDetailsContainer {
  background: url("../design/PersonDetails-bg.png") repeat center center transparent;
  color: #fff;
  padding: 20px;
  display: none;
}

.PersonContainer .PersonDetailsContainer .PersonPhoto {
  float: left;
  padding-right: 20px;
  max-width: 200px;
  width: 34%;
  margin-bottom: 10px;
}

.PersonContainer .PersonDetailsContainer .PersonPhoto h2 {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
}

.PersonContainer .PersonDetailsContainer .PersonPhoto h2 .PersonTitle {
  display: block;
}

.PersonGenericContainer .PersonContainer .PersonDetailsContainer .PersonPhoto h2 .PersonName2,
.PersonGenericContainer .PersonContainer .PersonDetailsContainer .PersonPhoto h2 .SufixName {
  text-transform: uppercase;
  margin-left: -3px;
}

.green .PersonContainer .PersonDetailsContainer .PersonPhoto h2 .PersonName2,
.green .PersonContainer .PersonDetailsContainer .PersonPhoto h2 .SufixName {
  color: #95d600;
}

.blue .PersonContainer .PersonDetailsContainer .PersonPhoto h2 .PersonName2,
.blue .PersonContainer .PersonDetailsContainer .PersonPhoto h2 .SufixName {
  color: #00a8e1;
}

.PersonDetailsContainer .PersonDescription {
  float: left;
  width: 66%;
  font-size: 13px;
}

.commaName,
.commaSuffix,
.PersonTitleComma,
.PersonContainer .Person h2 .PersonTitle {
  display: none;
}

.BOD-legend {
  margin: -20px 0 30px 10px;
}

.BOD-legend>div {
  float: left;
  margin-right: 60px;
}

.BOD-legend>div img {
  float: left;
}

.BOD-legend>div span {
  float: left;
  line-height: 35px;
  margin-left: 5px;
}

#cboxLoadedContent .PersonContainer,
#cboxLoadedContent .Person {
  display: none;
}

#cboxLoadedContent .PersonContainer.active,
#cboxLoadedContent .PersonDetailsContainer {
  display: block;
  position: relative;
}

.PersonGenericContainer.blue .PersonContainer .Person h3 .PersonTitle {
  position: absolute;
  top: 15px;
  display: block;
  color: #4d4d4d;
  width: 100%;
  line-height: 13px;
  padding: 0 10px;
  left: 0;
}

.PageAboutCMSEnergyLeadershipBoardofDirectors .HtmlTextContainer.Banner,
.PageAboutCMSEnergyLeadershipOfficers .HtmlTextContainer.Banner,
.PageCorporateGovernanceOfficers .Banner.left-content.blue,
.PageNewsroomLeadershipBoardofDirectors .Banner {
  display: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ About CMS Energy - landing */
.AboutCMS {
  margin-bottom: 30px;
}

.Electric-Gas .text {
  padding: 13px;
}

.Electric-Gas .img {
  position: relative;
  max-width: 255px;
  max-height: 170px;
}

.Electric-Gas .img .hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 30px;
  cursor: pointer;
  max-height: 170px;
}

.Electric-Gas .img:hover .hover {
  display: block;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Our History */
.slick-prev,
.slick-next {
  margin-top: -16px !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Strategy */
.Strategy {
  margin-bottom: 30px;
}

p.pyramid-strategy {
  max-width: 70%;
  margin: 0 auto 10px auto;
}

.strengths,
.pyramid-overview {
  width: 50%;
  float: left;
}

.pyramid-overview {
  margin-bottom: 30px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Investor Relations -> Corporate Overview */
/* stock quote */
.StockQuoteContent {
  margin-bottom: 30px;
}

.StockQuoteContent {
  margin-bottom: 30px;
  color: #000;
  font-size: 12px;
}

.StockQuoteContent .StockDate {
  display: block;
  clear: both;
  line-height: 15px;
  padding-top: 10px;
}

.StockQuoteContent .StockDate+span>a {
  color: #000;
}

.StockQuoteContent .StockDate:before {
  content: 'Data as of ';
}

.StockQuoteContent .StockDescription1,
.StockQuoteContent .StockDescription2,
.StockQuoteContent .StockDescription3,
.StockQuoteContent .StockDescription4 {
  width: 50%;
  float: left;
  text-align: center;
  padding: 20px 0;
}

.StockQuoteContent .StockDescription1 {
  background: #e6e6e6;
}

.StockQuoteContent .StockDescription2 {
  background: #ccc;
  position: relative;
}

.StockQuoteContent .StockDescription3 {
  background: #b3b3b3;
}

.StockQuoteContent .StockDescription4 {
  background: #f2f2f2;
}

.StockQuoteContent .StockDescription1 .ex,
.StockQuoteContent .StockPrice,
.StockQuoteContent .StockChange,
.StockQuoteContent .StockPChange,
.StockQuoteContent .StockVolume {
  font-family: 'FranklinGothic-heavy';
  font-size: 27px;
  line-height: 30px;
}

.StockQuoteContent .StockDescription1 .ex {
  color: #77bc1f;
  display: block;
}

.StockQuoteContent .StockPrice,
.StockQuoteContent .StockVolume {
  color: #005cb9;
  display: block;
}

.StockQuoteContent .StockPrice:hover {
  text-decoration: none;
}

.StockQuoteContent .StockDescription4>span:first-child {
  display: block;
}

.StockQuoteContent .StockDescription2:after {
  background: url("../design/StockQuoteContent_mark.png") no-repeat 0 0 transparent;
  width: 31px;
  height: 9px;
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -15.5px;
}

.StockQuoteContent .StockPChange {
  margin-left: 5px;
}

.StockQuoteContent .StockPChange .StockIndicator {
  display: none;
}

.StockQuoteContent .StockPChange:before {
  content: '(';
}

.StockQuoteContent .StockPChange:after {
  content: ')';
}

/* corporate profile */
.CorporateProfile {
  margin-bottom: 30px;
}

/* upcoming events */
.IR-UpcomingEv .ModuleYearNavContainer,
.IR-UpcomingEv .WebcastLink {
  display: none;
}

/* recent sec filings */
.RecentSEC .FormGroupsContainer,
.RecentSEC .YearNavContainer {
  display: none;
}

.RegulatoryFilingContainer {
  margin-bottom: 30px;
}

.RecentSEC .ModuleHeader>*:first-child,
.RecentSEC .ModuleItemRow>*:first-child {
  border-left: 0 none;
}

.RecentSEC .ModuleHeader>*,
.RecentSEC .ModuleItemRow>* {
  display: table-cell;
  padding: 5px 15px;
}

.RecentSEC .ModuleHeader {
  display: table-row;
  overflow: hidden;
}

.RecentSEC .ModuleItem {
  background: #f2f2f2;
}

.RegulatoryFilingContainer.RecentSEC .ModuleItemAlt {
  background: #fff;
}

.RecentSEC .ModuleHeader>.Date,
.RecentSEC .ModuleItemRow>.ItemDate {
  width: 15%;
}

.RecentSEC .ModuleHeader>.filing,
.RecentSEC .ModuleItemRow>.ItemHref {
  width: 15%;
}

.RecentSEC .ModuleHeader>.Description,
.RecentSEC .ModuleItemRow>.ItemDescription {
  width: 40%;
}

.RecentSEC .ModuleHeader>.Download,
.RecentSEC .ModuleItemRow>.Icons {
  width: 28%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SEC Filings */
.Sectionregulatory-filings .SecNav .level3>li,
.Sectionsec-filings .SecNav .level3>li {
  width: 25%;
}

.SECContainer {
  position: relative;
  margin-top: 35px;
}

.rssLinkSEC {
  position: absolute;
  top: -30px;
  right: 0;
}

.RegulatoryFilingContainer .MiddleColumnContentLarge {
  display: table;
  width: 100%;
}

.RegulatoryFilingContainer .ModuleHeader,
.RegulatoryFilingContainer .ModuleItemRow {
  display: table-row;
  overflow: hidden;
}

.RegulatoryFilingContainer .ModuleHeader {
  color: #231f20;
}

.RegulatoryFilingContainer .ModuleItemAlt {
  background: #f2f2f2;
}

.SECContainer .header>* {
  display: inline-block;
  padding: 5px 15px;
  color: #000;
}

.RegulatoryFilingContainer .ModuleItemRow>* {
  display: table-cell;
  padding: 5px 15px;
}

.RegulatoryFilingContainer .ModuleItemRow:hover {
  background: #76bd1d;
  cursor: pointer;
  color: #fff;
}

.RegulatoryFilingContainer a:hover {
  text-decoration: none;
  color: #fff;
}

.RegulatoryFilingContainer .ModuleItemRow>* {
  border-left: 1px solid #4d4d4d;
  vertical-align: middle;
}

.SECContainer .header>*:first-child,
.RegulatoryFilingContainer .ModuleItemRow>*:first-child {
  border-left: 0 none;
}

.SECContainer .header>.date {
  width: 17%;
}

.RegulatoryFilingContainer .ModuleItemRow>.ItemDate {
  width: 17%;
  text-transform: uppercase;
}

.SECContainer .header>.filing {
  width: 12.3%;
}

.RegulatoryFilingContainer .ModuleItemRow>.ItemHref {
  width: 13%;
}

.SECContainer .header>.description {
  width: 41.5%;
}

.RegulatoryFilingContainer .ModuleItemRow>.ItemDescription {
  width: 42%;
}

.SECContainer .header .reported {
  display: none;
}

.SECContainer .header>.doc {
  width: 27%;
}

.RegulatoryFilingContainer .ModuleItemRow>.Icons {
  margin: 0;
  list-style: none;
  width: 28%;
  padding: 5px 10px 0px 15px;
}

.RegulatoryFilingContainer .Icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}

.RegulatoryFilingContainer .Icons li a,
.ModuleSECFilingDetails .Icons li a {
  display: block;
  width: 29px;
  height: 27px;
  transition: inherit;
}

.RegulatoryFilingContainer .PdfIcon a[href*=".pdf"],
.ModuleSECFilingDetails .PdfIcon a[href*=".pdf"] {
  background: url("../images/icons/pdf-icon.svg");
      background-repeat: no-repeat;
}

.RegulatoryFilingContainer .PdfIcon a[href*=".pdf"]:hover {
}

.RegulatoryFilingContainer .WordIcon a[href*=".rtf"],
.ModuleSECFilingDetails .WordIcon a[href*=".rtf"] {
  background: url("../images/icons/doc-icon.svg");
      background-repeat: no-repeat;
}

.RegulatoryFilingContainer .WordIcon a[href*=".rtf"]:hover {
}

.RegulatoryFilingContainer .ExcelIcon a[href*=".xls"],
.ModuleSECFilingDetails .ExcelIcon a[href*=".xls"] {
  background: url("../images/icons/xbrl-icon.svg");
      background-repeat: no-repeat;
}

.RegulatoryFilingContainer .ExcelIcon a[href*=".xls"]:hover {
}

.RegulatoryFilingContainer .ZipIcon a[href*=".zip"],
.ModuleSECFilingDetails .ZipIcon a[href*=".zip"] {
  background: url("../images/icons/zip-icon.svg");
      background-repeat: no-repeat;
}

.RegulatoryFilingContainer .ZipIcon a[href*=".zip"]:hover {
}

.RegulatoryFilingContainer .HtmlIcon a[href*=".html"],
.ModuleSECFilingDetails .HtmlIcon a[href*=".html"] {
  background: url("../images/icons/doc-icon.svg");
      background-repeat: no-repeat;
}

.RegulatoryFilingContainer .HtmlIcon a[href*=".html"]:hover {
}

.RegulatoryFilingContainer .Icons img,
.ModuleSECFilingDetails .Icons img {
  display: none;
}

.ModuleSECFilingDetails .Icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ModuleSECFilingDetails .Icons li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
}

.PaginationCont {
  position: relative;
  margin-bottom: 30px;
  max-width: 750px;
  margin: 0 auto 30px;
}

.PaginationCont p.PaginNumbers {
  font-size: 12px;
  text-align: center;
}

.PaginationCont span.Prev,
.PaginationCont span.Next {
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  bottom: 0px;
}

.PaginationCont span.Prev {
  left: 0;
}

.PaginationCont span.Next {
  right: 0;
}

.PaginationCont span.Prev img,
.PaginationCont span.Next img {
  display: block;
  margin: 2px auto;
}

.PaginationCont span.Spacer,
.PaginationCont ul.pageNum li:first-child {
  display: none !important;
}

.PaginationCont ul.pageNum {
  margin: 0;
  padding: 0 25px;
  list-style-type: none;
  text-align: center;
}

.PaginationCont ul.pageNum li {
  background: #b3b3b3;
  font-size: 12px;
  width: 30px;
  height: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.PaginationCont ul.pageNum li a {
  color: #333333;
}

.PaginationCont ul.pageNum li:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  _filter: alpha(opacity=100);
}

.PaginationCont ul.pageNum li:hover a {
  text-decoration: none;
}

.rssLinkSEC a img {
  display: none;
}

.rssLinkSEC a {
  background: url("../icons/rss-icon.png") no-repeat center center transparent;
  width: 14px;
  height: 13px;
  display: block;
}

.rssLinkSEC a:hover {
  background: url("../icons/rss-icon-hover.png") no-repeat center center transparent;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ News Releases */
.ModulePressRelease {
  margin-bottom: 60px;
  position: relative;
}

.ModulePressRelease.NoBody .ModuleBody {
  display: none;
}

.ModuleHeader {
  color: #000;
}

.ModulePressRelease .ModuleHeader .ModuleHeaderText2 {
  float: left;
  width: 83%;
  padding: 7px 15px 3px 15px;
}

.ModulePressRelease .ModuleItemRow {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.ModulePressRelease .ModuleItemRow:hover {
  background: #005cb9 !important;
  color: #fff;
}

.ModulePressRelease.CustomDate .ModuleItemRow:hover {
  background: #fff !important;
}

.ModulePressRelease .ModuleItemRow:hover .ModuleHeadlineLink,
.ModulePressRelease .ModuleItemRow:hover .ModuleHeadline,
.NewsContainer .ModuleItemRow:hover .newsTitle {
  color: #fff;
}

.ModulePressRelease.CustomDate .ModuleItemRow:hover .ModuleHeadlineLink,
.ModulePressRelease.CustomDate .ModuleItemRow:hover .ModuleHeadline {
  color: #000;
}

.ModulePressRelease.CustomDate .ModuleItem {
  background: inherit;
}

.ModulePressRelease .ModuleItem,
.NewsContainer .ModuleItemRow {
  background: #f2f2f2;
}

.NewsContainer .ModuleItemRow.ModuleItemAlt {
  background: transparent;
}

.ModulePressRelease .ModuleHeader .ModuleHeaderText1,
.ModulePressRelease .ModuleDate,
.NewsContainer .newsDate {
  float: left;
  width: 24%;
  padding: 5px 2px 5px 15px;
}

.ModulePressRelease .ModuleContent {
  float: left;
  width: 83%;
  border-left: 1px solid #4d4d4d;
  padding: 7px 15px 3px 15px;
}

.ModulePressRelease .currentYear,
.RegulatoryFilingContainer .currentYear {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.ModulePressReleaseDetails .ModuleDate {
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}

h1.ModuleDetailHeadline {
  margin-bottom: 10px;
}

.ModulePressReleaseDetails b a {
  font-weight: normal;
}

.ModulePressReleaseDetails ul,
.HtmlTextContainer ul {
  margin: 0 0 10px 0px;
  padding: 0 0 0 25px;
}

.ModulePressRelease .nav-years.disabled {
  opacity: 1;
  cursor: pointer !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Laboratory Services */
.ERM,
.LaboratoryServices {
  margin-bottom: 40px;
}

.LaboratoryServices .image {
  float: right;
  padding-left: 30px;
}

.LaboratoryServices .accredited {
  float: right;
  text-align: right;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Glossary */
.GlossaryLetters table {
  width: 100%;
  margin-bottom: 15px;
}

.GlossaryLetters td {
  background: #b3b3b3;
  font-size: 12px;
  width: 3.84%;
  height: 20px;
  display: inline-block;
  display: block\9;
  float: left\9;
  text-align: center;
  cursor: pointer;
}

.GlossaryLetters td:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  _filter: alpha(opacity=100);
}

.GlossaryLetters td a {
  color: #fff;
  display: block;
}

.GlossaryLetters td:hover a,
a.GlossaryLetter:hover {
  text-decoration: none;
}

.GlossaryLetter {
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  background: #005cb9;
  width: 33px;
  display: block;
  text-align: center;
  position: relative;
}

.GlossaryLetter:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  background: url("../design/YearNav-arrow.png") no-repeat center center transparent;
  width: 33px;
  height: 9px;
  left: 50%;
  margin-left: -16.5px;
}

.GlossaryTopLink+br {
  display: none;
}

hr.GlossaryDivider {
  border: none;
  height: 1px;
  background: #f2f2f2;
  margin: 0 0 15px 0;
}

.GlossaryContainer p {
  margin: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Information Request */
.FormBuilderContainer {
  margin-bottom: 30px;
}

.FormBuilderContainer .ItemClassRequestType .Label {
  display: none !important;
}

.FormBuilderContainer .ItemRequestType {
  margin-bottom: 30px !important;
}

.FormBuilderContainer h2+span {
  margin-bottom: 20px;
  display: block;
}

.FormBuilderContainer .FormDropdown {
  width: 200px;
}

.FormBuilderContainer .ItemClass .Label {
  width: 39%;
  display: inline-block;
}

.FormBuilderContainer input[type="text"] {
  width: 200px;
}

.FormBuilderContainer .Item .RedStar {
  margin-left: -7px;
}

.FormBuilderContainer .ItemClass .Label {
  margin-bottom: 5px;
}

.FormBuilderContainer .Item {
  margin-bottom: 10px;
}

.FormBuilderContainer .FormTextArea {
  width: 71.2% !important;
  min-height: 120px;
  padding: 0 5px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Email Alerts */
.MailingListSignupContainer,
.MailingListUnsubscribeContainer {
  margin-bottom: 30px;
}

.MailingListTable,
.MailingListUnsubscribeTable {
  width: 100%;
}

.MailingListCol1 {
  width: 39%;
}

.MailingListCol2 {
  width: 61%;
}

.MailingListSignupContainer .GridActions input {
  margin-top: 10px;
}

.MailingListListTable {
  margin-top: 10px;
}

.MailingListSignupContainer .ErrorContainer {
  margin-bottom: 10px;
  font-size: 12px;
  color: #ff0000;
}

.MailingListForm .NoBr {
  display: none;
}

.MailingListUnsubscribeTable input[type="text"] {
  width: 200px;
}

.MailingListUnsubscribeTable .ButtonCell input {
  margin-top: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Annual Reports & Proxy Materials */
.Sectionfinancial-information .SecNav .level3>li {
  width: 25%;
}

.FinancialReportContainer .LeftPad20 h3,
.FinancialReportContainer .YearPanel {
  display: none;
}

.FinancialReportContainer {
  margin-bottom: 15px;
}

.FinancialReportContainer h1 {
  margin-bottom: 15px;
}

.FinancialReportContainer table {
  width: 100%;
}

.FinancialReportContainer tr {
  float: left;
  width: 33.3333%;
}

.FinancialReportContainer .CoverImagePane {
  display: block;
  width: 100%;
  float: left;
  padding: 0 10px;
}

.FinancialReportContainer .CoverImagePane img {
  width: 100%;
  border: 1px solid #f2f2f2;
}

.FinancialReportContainer .LeftPad20 {
  display: block;
  width: 100%;
  float: left;
  padding: 0 10px 15px 10px;
}

.FinancialReportContainer .LeftPad20 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.FinancialReportContainer .LeftPad20 ul li h4 {
  font-size: 13px;
  line-height: 16px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Quarterly Earnings */
#FinancialWidget {
  margin-bottom: 30px;
}

#FinancialWidget .ModuleYearNavContainer,
.SECContainer .years,
.SECContainer .categories,
.NewsContainer .dropdown {
  position: relative;
  padding: 0 20px;
  margin: 0 -20px 20px -20px;
  z-index: 99;
}

.YearContianer {
  margin-bottom: 30px;
}

.cycle-carousel-wrap {
  width: 100%;
}

.FinancialItem {
  margin-bottom: 5px;
}

.FinancialItem .DocumentInfo {
  display: none;
}

.FinancialItem p {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  background: #005cb9;
  padding: 6px 12px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.FinancialItem p:after {
  content: '+';
  position: absolute;
  right: 12px;
  font-size: 20px;
}

.FinancialItem.active p:after {
  content: 'x';
  position: absolute;
  right: 14px;
  font-size: 16px;
}

.FinancialItem .DocumentInfo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.FinancialItem .DocumentInfo li {
  background: url("../design/line.png") repeat-y 78px 0 transparent;
  padding: 5px 5px 5px 28px;
}

.FinancialItem .DocumentInfo li.alt {
  background-color: #f2f2f2;
}

.FinancialItem .DocumentInfo li:hover {
  background: url("../design/line.png") repeat-y 78px 0 #76bd1d !important;
  cursor: pointer;
  color: #fff;
  transition: inherit;
}

.FinancialItem .DocumentInfo a {
  display: inline-block;
  color: #4d4d4d;
  transition: inherit;
  padding: 7px 0px 4px 70px;
  line-height: 16px;
}

.FinancialItem .DocumentInfo li:hover a,
.FinancialItem .DocumentInfo a:hover {
  text-decoration: none;
  color: #fff;
}

.FinancialItem .DocumentInfo .PDF {
  background: url("../design/pdf.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo li:hover .PDF {
  background: url("../design/pdf-hover.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo .doc {
  background: url("../design/doc.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo li:hover .doc {
  background: url("../design/doc-hover.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo .xbrl {
  background: url("../design/xbrl.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo li:hover .xbrl {
  background: url("../design/xbrl-hover.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo .zip {
  background: url("../design/zip.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo li:hover .zip {
  background: url("../design/zip-hover.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo .xls {
  background: url("../design/xls.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo li:hover .xls {
  background: url("../design/xls-hover.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo .webcast {
  background: url("../icons/webcast-v3.png") no-repeat center left transparent;
}

.FinancialItem .DocumentInfo li:hover .webcast {
  background: url("../icons/webcast-v2.png") no-repeat center left transparent;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Stock Information */
/* stock chart */
.Chart {
  margin-bottom: 20px;
}

.highcharts-container {
  margin: 0 auto;
  max-width: 100% !important;
}

#chart input[type="text"] {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

input.highcharts-range-selector {
  background: #fff;
}

/* hystorical price lookup, stock quote */
.StockHistorical,
.StockQuoteContainer {
  margin-bottom: 30px;
}

.StockHistoricalSelection {
  margin-bottom: 10px;
}

.StockHistorical .StockTableItem {
  width: 33.3333%;
  float: left;
}

.StockQuoteContainer .StockTableItem {
  width: 25%;
  float: left;
}

.StockHistorical .StockTableItem>p,
.StockQuoteContainer .StockTableItem p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #000;
}

.StockQuoteContainer .StockTablePrice {
  margin: 10px 0;
  width: 25%;
  text-align: center;
}

.StockHistorical .StockTableItem>p>span,
.StockQuoteContainer .StockTableItem>p>span {
  display: block;
}

.StockHistorical .StockTableItem>p>span+span,
.StockQuoteContainer .StockTableItem>p>span+span {
  color: #005cb9;
  font-family: 'FranklinGothic-heavy';
  font-size: 21px;
  line-height: 24px;
}

.StockTable .StockTableItem:first-child>p:first-child,
.StockTable .StockTableItem:first-child+.StockTableItem p+p,
.StockTable .StockTableItem:first-child+.StockTableItem+.StockTableItem,
.StockTable .StockTableItem:first-child+.StockTableItem+.StockTableItem+.StockTableItem p+p {
  background: #e6e6e6;
}

.StockTable .StockTableItem:first-child>p+p,
.StockTable .StockTableItem:first-child+.StockTableItem p:first-child,
.StockTable .StockTableItem:first-child+.StockTableItem+.StockTableItem p+p,
.StockTable .StockTableItem:first-child+.StockTableItem+.StockTableItem+.StockTableItem p:first-child {
  background: #ccc;
}

.StockQuoteContainer .StockTableText {
  font-size: 12px;
  color: #000;
}

.StockQuoteContainer .StockTableText span:first-child {
  padding-top: 10px;
  display: block;
}

.StockQuoteContainer .StockTableText span:first-child:before {
  content: 'Data as of ';
}

.StockQuoteContainer .StockTableText span+span {
  display: block;
}

.StockQuoteContainer .StockQuoteLookup,
.StockQuoteContainer .PriceLabel,
.StockQuoteContainer .StockTableItem>p>span.hide {
  display: none;
}

.StockQuoteContainer .Price {
  font-size: 27px;
  line-height: 27px;
  display: block;
  font-family: 'FranklinGothic-heavy';
}

.StockQuoteContainer .Price:before {
  content: '$';
}

.StockQuoteContainer .PChangeLabel .StockIndicator {
  display: none;
}

.StockQuoteContainer .PChangeLabel:before {
  content: '(';
}

.StockQuoteContainer .PChangeLabel:after {
  content: ')';
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Shareowner Services */
table.TaxInformation td {
  padding: 10px 15px;
  line-height: 16px;
}

table.TaxInformation td:first-child {
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Corporate Governance */
.GovernanceLanding {
  margin-bottom: 30px;
}

/* FAQs module */
.FaqQuestionList,
.FaqAnswer {
  margin-bottom: 20px;
}

p.FAQ-BackToTop {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMS Enterprises */
/* map */
.Map {
  width: 100%;
  margin-bottom: 30px;
}

@media all and (max-width: 912px) {
  .Map {
      overflow-y: hidden;
      overflow-x: scroll;
  }
}

.Map_Wrapper {
  position: relative;
  width: 856px;
  border: 4px solid #333;
  margin: 0 auto;
}

.Map_Img .wrappimg {
  position: relative;
}

.Map_Img img {
  display: block;
  width: 848px;
  max-width: inherit;
  height: 788px;
}

.Map_Links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.Map_Links li {
  position: absolute;
  text-align: center;
  cursor: pointer;
}

.Map_Links li>span {
  display: block;
  font-family: 'FranklinGothic-heavy';
  font-size: 20px;
  line-height: 15px;
  width: 15px;
  color: inherit;
  position: relative;
}

.Map_Links li a:hover,
.Map_Legend a:hover {
  text-decoration: none;
}

.Map_Links .orange,
.Map_Legend .orange {
  color: #ff9e19;
}

.Map_Links .yellow,
.Map_Legend .yellow {
  color: #fec524;
}

.Map_Links .blue,
.Map_Legend .blue {
  color: #06a7e2;
}

.Map_Links .red,
.Map_Legend .red {
  color: #d0112b;
}

.Map_Links .green,
.Map_Legend .green {
  color: #94d60a;
}

li.kalkaska {
  top: 175px;
  left: 250px;
}

li.grayling {
  top: 180px;
  left: 285px;
}

li.tes {
  top: 200px;
  left: 225px;
}

li.livingston {
  top: 160px;
  left: 270px;
}

li.genesee {
  top: 255px;
  left: 335px;
}

li.kalamazoo {
  top: 320px;
  left: 275px;
}

li.ERM {
  top: 310px;
  left: 325px;
}

li.leonard {
  top: 260px;
  left: 360px;
}

li.dearborn {
  top: 300px;
  left: 366px;
}

li.craven {
  top: 680px;
  left: 760px;
}

.Map_Links li .popup {
  display: none;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  position: relative;
  padding: 3px 5px;
  margin: -45px 0 0 -40%;
  width: 100%;
  min-width: 60px;
  z-index: 10;
}

.Map_Links li .popup a {
  color: #fff;
}

.Map_Links li .popup.tworows {
  margin-top: -57px;
}

.Map_Links li:hover>span:before,
.Map_Links li.active>span:before {
  content: '';
  position: absolute;
  top: -17px;
  left: 50%;
  border: 15px solid transparent;
  height: 10px;
  margin-left: -15px;
}

.Map_Links li.orange .popup {
  background: #ff9e19;
}

.Map_Links li.orange>span:before {
  border-top-color: #ff9e19;
}

.Map_Links li.yellow .popup {
  background: #fec524;
}

.Map_Links li.yellow>span:before {
  border-top-color: #fec524;
}

.Map_Links li.blue .popup {
  background: #06a7e2;
}

.Map_Links li.blue>span:before {
  border-top-color: #06a7e2;
}

.Map_Links li.red .popup {
  background: #d0112b;
}

.Map_Links li.red>span:before {
  border-top-color: #d0112b;
}

.Map_Links li.green .popup {
  background: #94d60a;
}

.Map_Links li.green>span:before {
  border-top-color: #94d60a;
}

.Map_Links li:hover .popup {
  display: block !important;
}

.MapInfo {
  width: 856px;
  border: 4px solid #333;
  margin: 0 auto;
}

.Map_Legend {
  background: #333;
}

.Map_Legend p {
  width: 33.3333%;
  float: left;
  margin: 0;
  padding: 10px 25px;
}

.Map_Legend a {
  color: #fff;
}

.Map_Legend span {
  display: inline-block;
  font-family: 'FranklinGothic-heavy';
  font-size: 20px;
  vertical-align: middle;
  line-height: 23px;
}

.Map_Lists {
  padding: 20px 10px;
}

.Map_Lists ul {
  width: 25%;
  float: left;
}

.Map_Lists ul li {
  margin-left: 20px;
}

.EnterprisesOverviewLinks {
  margin: 20px 0 30px 0;
}

.EnterprisesOverviewLinks ul {
  margin: 0 0 30px 0;
  padding: 0;
}

.EnterprisesOverviewLinks>ul li,
.EnterprisesOverviewLinks .left ul li {
  list-style-type: none;
  display: inline-block;
  line-height: 14px;
  text-align: center;
  padding: 0 15px;
}

.EnterprisesOverviewLinks a {
  text-decoration: underline;
}

.EnterprisesOverviewLinks .left {
  display: inline-block;
  vertical-align: middle;
  width: 24%;
}

.EnterprisesOverviewLinks .right {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  padding: 7px 10px;
  border: 2px solid #333;
}

.EnterprisesOverviewLinks .Map_Lists h2 {
  font-size: 13px;
}

.EnterprisesOverviewLinks .Map_Lists ul {
  padding-left: 15px !important;
  width: auto;
  margin: 0;
}

.EnterprisesOverviewLinks .Map_Lists ul:first-child {
  padding-left: 0 !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMS101 */
/* map within accordion */
.AccordionModule .Map_Wrapper {
  width: 630px;
}

.AccordionModule .Map_Img img {
  width: 622px;
  height: 586px;
}

.AccordionModule li.grayling {
  top: 135px;
  left: 210px;
}

.AccordionModule li.livingston {
  top: 115px;
  left: 197px;
}

.AccordionModule li.tes {
  top: 150px;
  left: 165px;
}

.AccordionModule li.kalkaska {
  top: 130px;
  left: 180px;
}

.AccordionModule li.genesee {
  top: 185px;
  left: 248px;
}

.AccordionModule li.kalamazoo {
  top: 238px;
  left: 203px;
}

.AccordionModule li.ERM {
  top: 230px;
  left: 235px;
}

.AccordionModule li.leonard {
  top: 190px;
  left: 265px;
}

.AccordionModule li.dearborn {
  top: 222px;
  left: 262px;
}

.AccordionModule li.craven {
  top: 503px;
  left: 554px;
}

.AccordionModule .Map_Links li.craven .popup {
  width: 85px;
}

.AccordionModule .MapInfo {
  width: 630px;
}

.AccordionModule .Map_Legend p {
  padding: 5px 10px;
}

.AccordionModule .Map_Lists {
  padding: 10px;
}

.AccordionModule .Map_Lists ul {
  margin: 0;
  padding: 0;
}

.FourImagesPerRow .col {
  padding: 5px;
  width: 25%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Site Map */
.SiteMapContainer {
  margin-bottom: 30px;
}

.SiteMapList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.SiteMap-Level2 {
  margin-top: 10px;
}

.SiteMap-Level3 {
  margin-left: 20px;
}

.SiteMap-Level4 {
  margin-left: 40px;
}

.SiteMap-Level5 {
  margin-left: 60px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Search Results */
.SearchResultsContainer {
  margin-bottom: 30px;
}

.TabTableItem>strong+br,
.TabTableItem>span+br,
.TabTableItemAlt>strong+br,
.TabTableItemAlt>span+br {
  display: none;
}

.TabTableItemAlt,
.TabTableItem {
  margin-bottom: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Media Queries */
@media all and (max-width: 1024px) {
  .Logo {
      margin-top: 12px;
      height: 39px;
  }

  .MainNav {
      margin: 18px 6px 0 0;
  }

  .MainNav .level1>li>a {
      padding: 0 5px 0px 5px;
      height: 30px;
  }

  .MainNav .level2 {
      top: 45px;
  }

  .MainNav .level1>li.has-children.js--hover:after {
      top: 26px;
  }

  .Breadcrumb {
      padding-left: 20px !important;
  }

  .LayoutHomePage .PaneContent,
  .LayoutThreeColumn .PaneContent {
      padding-left: 35px !important;
  }

  .LayoutHomePage .PaneBreadcrumb,
  .LayoutThreeColumn .PaneBreadcrumb,
  .LayoutHomePage .PaneContent,
  .LayoutThreeColumn .PaneContent {
      width: 67%;
  }

  .PaneRight,
  .PaneRight:after {
      width: 33%;
      max-width: 256px;
  }

  .PaneFooter {
      padding: 0px 35px !important;
  }

  .LayoutTwoColumn .PaneFooter {
      padding: 10px 20px !important;
  }

  .LayoutTwoColumn div.FooterLinks {
      width: 50%;
      max-width: 50%;
  }

  .LayoutTwoColumn .PaneContent {
      padding: 0 20px !important;
  }

  .FormBuilderContainer .FormTextArea {
      width: 100% !important;
  }

  .PaneContent .EnterprisesOverviewLinks .Map_Lists.right {
      width: 100%;
      margin-top: 30px;
  }

  .PaneContent .EnterprisesOverviewLinks .left {
      width: 100%;
  }

  .EnterprisesOverviewLinks>ul li {
      margin-bottom: 15px;
  }
}

@media (min-width: 901px) and (max-width:1024px) {
  .HomeTabs a {
      min-height: 115px !important;
      min-height: 1px\9 !important;
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .Sectioninvestor-resources .SecNav .level3>li>a {
      padding: 5px 5px 3px 5px;
      height: 50px;
  }

  .ModuleDownloadListWithTags .ModuleDate,
  .ModuleDownloadListWithTags .ModuleHeaderText1,
  .ModuleDownloadListWithTags .ModuleHeaderText3 {
      width: 24%;
  }

  .ModuleDownloadListWithTags .ModuleHeaderText2 {
      width: 50%;
  }

  .ModuleDownloadListWithTags a {
      width: 75%;
  }

  .ModuleDownloadListWithTags .ModuleHeadline {
      width: 67%;
  }

  .ModuleDownloadListWithTags .ModuleIcon {
      width: 32%;
  }
}

@media all and (max-width: 900px) {

  .PageHome .ModulePressRelease,
  .HomeTabs {
      float: none !important;
      width: 100% !important;
      padding: 0 !important;
  }

  .PageHome .ModulePressRelease {
      margin-bottom: 30px;
  }

  .ModuleDownloadListWithTags .ModuleItemRow {
      background-position: 77% 0;
  }
}

@media (min-width: 768px) and (max-width:930px) {
  .MainNav {
      clear: both;
      float: none;
      margin: 17px 0px 0 27px;
  }

  .LayoutThreeColumn .SecNav .level3>li {
      width: 49.6% !important;
      margin-bottom: 1px;
      margin-left: 1px;
  }

  .LayoutThreeColumn .SecNav .level3>li.selected:after {
      background: none !important;
  }

  .InvestorTools a {
      padding-top: 30px !important;
  }

  .InvestorTools .faq {
      padding-top: 35px !important;
  }

  .InvestorTools a.stBTN {
      padding-top: 0px !important;
  }

  .InvestorTools .stButton .email {
      padding: 30px 15px 24px 55px;
  }

  .InvestorTools .tear-sheet {
      padding: 30px 15px 25px 50px !important;
  }

  .RecentNews h1 {
      margin: 0;
  }

  .ModulePressRelease.RecentNews .ModuleItemRow {
      min-height: 220px !important;
      margin: 15px 0 0 0;
  }

  .ModuleEvent .ModuleItemRow,
  .ModulePresentation .ModuleItemRow,
  .ModulePressRelease.CustomDate .ModuleItemRow,
  .ModulePressReleaseLatest .ModuleItemRow {
      width: 100% !important;
      min-height: inherit !important;
      padding: 0;
  }

  .FormBuilderContainer .ErrorMessages {
      display: block;
  }

  .FormBuilterContainer .FormTextArea {
      width: 100% !important;
  }

  .PaneContent .PersonGenericContainer.blue .PersonContainer {
      margin-bottom: 10%;
  }
}

@media (min-width: 640px) and (max-width:767px) {
  .InvestorContacts .person {
      width: 50%;
      float: left;
  }
}

@media all and (max-width: 767px) {
  .PaneNavigation {
      height: 55px;
      position: relative;
  }

  .MobileLogo,
  .RespNav.active,
  .NavTrigger {
      display: block !important;
  }

  .PaneHeader,
  .Logo {
      display: none;
  }

  .Slider .slide-item .ContentContainer {
      right: 0 !important;
      left: 0 !important;
      width: 100%;
  }

  /*.Slider .ContentContainerInner {
      padding-top: 0;
      display: inherit;
      width: 100%;
      position: absolute;
      bottom: 0;
  }*/
  .Banner {
      position: static;
      width: 100%;
      height: inherit !important;
  }

  .Banner .ContentContainer {
      padding: 0;
      display: inherit;
      width: 100%;
  }

  .Banner .ContentContainerInner {
      padding: 20px;
  }

  .Slider .slide-item .ContentContainer h1,
  .Banner h1 {
      font-size: 20px;
      line-height: 22px;
  }

  .Slider .slide-item .ContentContainer p,
  .Banner p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px;
  }

  /*.Slider .slide-item .ContentContainer .arrow {
      background: url("../design/slider-overlay-top-arrow.png") !important;
      width: 70px;
      height: 20px;
      left: 50% !important;
      top: 0;
      margin: -20px 0 0 -35px;
  }*/
  .Banner .arrow {
      background: url("../design/slider-overlay-top-arrow.png") !important;
      width: 70px !important;
      height: 20px !important;
      left: 50% !important;
      top: auto !important;
      margin: -40px 0 0 -35px !important;
  }

  .HeaderImageContainer img {
      margin-bottom: -1px;
      height: auto !important;
  }

  .cycle-pager {
      bottom: 0px;
  }

  .cycle-pager span {
      color: #4d4d4d;
  }

  .Wrapper {
      margin-bottom: 0;
  }

  .FooterContainer,
  .Wrapper:after {
      height: auto;
  }

  .PaneFooter {
      padding: 10px 20px !important;
  }

  .PaneFooter,
  .PaneFooter a {
      line-height: 22px;
  }

  div.FooterLinks {
      width: 100% !important;
      float: none;
      max-width: 100% !important;
  }

  .FooterLinks li {
      margin: 0;
  }

  .Copyright {
      float: none;
      margin-top: 20px;
      text-align: center;
  }

  .PaneContentInner {
      background: #fff !important;
  }

  .PaneBreadcrumb {
      display: none;
  }

  .PaneBreadcrumb,
  .LayoutHomePage .PaneContent,
  .LayoutThreeColumn .PaneContent {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 20px !important;
  }

  .Breadcrumb,
  .LayoutHomePage .PaneContent {
      padding: 0 !important;
  }

  .PaneContent {
      margin-top: 30px;
  }

  .LayoutTwoColumn .PaneContent {
      padding: 0 20px !important;
  }

  .PageHome .ModulePressRelease {
      padding: 0 20px !important;
  }

  .PaneRight {
      width: 100% !important;
      max-width: 100% !important;
      padding: 0 !important;
  }

  .PaneRight:after {
      width: 100% !important;
      max-width: 100% !important;
      background: none !important;
  }

  .StockQuoteGlobal {
      background: #f2f2f2;
      padding: 20px;
      margin: 0;
  }

  .StockQuoteGlobal .StockDate,
  .ModulePresentationLatest .date-size {
      width: 32% !important;
  }

  .PaneRight .ModulePresentationLatest {
      margin: 0;
  }

  .PaneRight .QuickLinks {
      display: none;
  }

  .ModulePressRelease.CustomDate .ModuleContent,
  .ModuleEvent .ModuleContent,
  .PastEventWidget .eventContent {
      width: 63% !important;
  }

  .PersonGenericContainer .PersonContainer {
      width: 46.6% !important;
  }

  .StockQuoteContent {
      margin: 0 -20px 30px -20px;
  }

  .StockQuoteContent h1,
  .StockQuoteContent .StockDate+span {
      padding: 0 20px;
      display: block;
  }

  .StockQuoteContent .StockDate {
      padding: 10px 20px 0 20px;
      display: block;
  }

  .LayoutThreeColumn .BlueModuleTitle h1 {
      margin-left: 0;
  }

  .PersonsBoxes .box-person .photo {
      width: 70px;
  }

  .PersonsBoxes .box-person .photo img {
      width: 70px;
  }

  .LayoutThreeColumn .PaneLeft {
      padding-bottom: 65px;
  }

  .MobileSearch input[type="text"] {
      border: 1px solid;
  }

  .PaneContent .EnterprisesOverviewLinks .Map_Lists ul {
      margin: 0 0 10px 0 !important;
      padding: 0 !important;
      width: 100%;
  }
}

@media all and (max-width: 1200px) {
  .ModulePressRelease.CustomDate .ModuleItemRow {
      width: 100% !important;
      min-height: inherit !important;
      padding: 0;
  }
  
  .ModulePressRelease.CustomDate .ModuleDate, .ModulePressReleaseLatest .ModuleDate, .ModuleEvent .ModuleDateContainer, .ModulePresentation .ModuleDate {
  margin-left: 0px;
}

  .table-responsive {
      width: 100%;
      overflow-y: hidden;
      overflow-x: scroll;
  }

  .table-responsive table {
      min-width: 646px;
      max-width: 100%;
  }

  .LayoutTwoColumn .table-responsive table {
      min-width: 916px;
  }

  .StockQuoteContent .StockDescription1 .ex,
  .StockQuoteContent .StockPrice,
  .StockQuoteContent .StockChange,
  .StockQuoteContent .StockPChange,
  .StockQuoteContent .StockVolume {
      font-size: 18px !important;
  }

  .PersonContainer .PersonDetailsContainer .PersonPhoto,
  .PersonDetailsContainer .PersonDescription {
      width: 100%;
      max-width: 100%;
      float: none;
  }

  .PersonContainer .PersonDetailsContainer .PersonPhoto {
      text-align: center;
      padding: 0;
  }

  .PersonDetailsContainer {
      padding: 40px 20px 20px;
  }

  #cboxPrevious,
  #cboxNext,
  #cboxClose {
      top: 10px;
      bottom: auto;
  }

  .RegulatoryFilingContainer .ModuleHeader,
  .SECContainer .header,
  .ModulePressRelease .ModuleHeader {
      display: none !important;
  }

  .RegulatoryFilingContainer .ModuleItemRow {
      display: block !important;
      padding: 8px !important;
      border-bottom: 1px solid #e2e2e2;
  }

  .RegulatoryFilingContainer .ModuleItemRow>*,
  .RegulatoryFilingContainer .ModuleItemRow>.ItemDescription,
  .RegulatoryFilingContainer .ModuleItemRow>.Icons {
      display: block !important;
      width: auto !important;
      padding: 1px 0 !important;
      border: 0 none !important;
  }

  .RegulatoryFilingContainer .ModuleItemRow>.Icons {
      padding: 2px 0 0;
  }

  .ModulePressRelease .ModuleHeader>span,
  .ModulePressRelease .ModuleDate,
  .ModulePressRelease .ModuleContent,
  .NewsContainer .newsDate {
      width: 100% !important;
      padding: 0 !important;
      border: none !important;
  }

  .ModulePressRelease .ModuleItemRow {
      padding: 5px 15px;
  }

  .SecNav .level3>li {
      width: 49.6% !important;
      margin-bottom: 1px;
      margin-left: 1px;
  }

  .SecNav .level3>li.selected:after {
      background: none !important;
  }

  .PersonsBoxes .box-person {
      width: 100% !important;
      margin: 0 0 10px 0;
  }

  .LaboratoryServices .image {
      float: none;
      padding: 0 0 15px 0;
      text-align: center;
  }

  .GlossaryLetters td {
      width: 7.33%;
      margin: 0 1px 1px 0;
  }

  .FormBuilderContainer {
      width: 100% !important;
  }

  .FormBuilderContainer .ItemClass .Label,
  .FormBuilderContainer .ItemClass input[type="text"],
  .FormBuilderContainer .FormDropdown {
      display: block;
      width: 93% !important;
  }

  .FormBuilderContainer .Item .RedStar {
      margin: 3px 12px 0 0 !important;
      float: right;
  }

  .MailingListCol1,
  .MailingListCol2 {
      display: block;
      width: initial !important;
  }

  .MailingListForm input[type="text"],
  .MailingListUnsubscribeTable input[type="text"] {
      width: 95% !important;
  }

  .FinancialReportContainer tr {
      width: 50% !important;
  }

  .FinancialReportContainer .LeftPad20 ul li h4 .FileType {
      display: block;
  }

  .strengths,
  .pyramid-overview {
      width: 100% !important;
      float: none;
  }

  #chart .highcharts-input-group {
      display: none;
  }

  .PaneContent .StockTableItem,
  .PaneContent .StockQuoteContainer .StockTablePrice {
      width: 50%;
  }

  .PaneContent .StockTableItem>p>span+span {
      font-size: 18px;
  }

  .PaneContent .PersonGenericContainer.blue .PersonContainer {
      margin-bottom: 12%;
  }
}

@media all and (max-width: 600px) {
  .inner-photos {
      margin: 0;
  }

  .inner-photos img {
      width: 100%;
      margin: 0 0 10px 0 !important;
      max-width: 100%;
      max-height: 100%;
      display: block;
  }

  .ModuleDownloadListWithTags .ModuleHeader {
      display: none;
  }

  .ModuleDownloadListWithTags .ModuleItemRow {
      padding: 15px;
  }

  .ModuleDownloadListWithTags .ModuleDate {
      width: 100%;
      display: block;
      padding: 0;
  }

  .ModuleDownloadListWithTags a {
      width: 100%;
      display: block;
  }

  .ModuleDownloadListWithTags .ModuleHeadline {
      border: none;
      padding: 0;
      width: 89%;
  }

  .ModuleDownloadListWithTags .ModuleIcon {
      padding: 0;
      width: 22px;
      min-height: 27px;
  }

  .ModuleDownloadListWithTags .ModuleItemRow,
  .ModuleDownloadListWithTags .ModuleItemRow:hover {
      background-image: none !important;
  }
}

@media all and (max-width: 767px) {
  .SliderInner {
      margin-top: -10%;
  }
}

@media all and (max-width: 480px) {
  .PaneNavigation {
      height: 50px;
  }

  .MobileLogo {
      margin-top: 12px;
  }

  .MobileLogo a {
      width: 100px;
  }

  .NavTrigger {
      margin: 15px 15px 8px 10px;
  }

  .SliderInner {
      height: 400px !important;
      margin-top: -112px;
  }

  .Slider .slide-item,
  .Slider .slide-item .bg {
      background-position: 25% center;
  }

  .Slider .slide-item .bg.fifteen-MobilePosition {
      background-position: 15% center;
  }

  .Slider .slide-item .bg.sixtyfive-MobilePosition {
      background-position: 65% center;
  }

  .Slider .slide-item .bg.seventy-MobilePosition {
      background-position: 70% center;
  }

  .Slider .slide-item .bg.eighty-MobilePosition {
      background-position: 80% center;
  }

  .PersonGenericContainer .ModuleContainerInnerTop {
      margin: 0px 0 30px 0 !important;
  }

  .PersonGenericContainer .PersonContainer {
      width: 100% !important;
      margin: 0 0 30px 0 !important;
  }

  .PersonGenericContainer.blue .PersonContainer {
      margin: 0 0 20% 0 !important;
  }

  .col {
      width: 100%;
  }

  .col.col-left,
  .col.col-right {
      padding: 0;
  }

  .AboutCMS .img img {
      margin: 0 auto;
  }

  .ReminderTitle {
      width: 30%;
      display: inline-block;
  }

  .ReminderPeriod {
      width: 68%;
  }

  .ReminderEmailText {
      float: left;
      width: 30%;
      margin: 7px 3px 0 0;
  }

  .ReminderEmailTextbox {
      width: 68% !important;
      margin: 5px 0 !important;
  }

  .ReminderButton {
      display: block;
  }

  .clndrContainer .months li {
      width: 32.8%;
      margin: 0 1px 1px 0;
  }

  .clndrContainer .day {
      font-size: 14px;
      height: 40px;
  }

  .eventBox {
      top: 42.5%;
      width: 100%;
  }

  .clndrContainer .months li.selected:after,
  .eventBox:after {
      background: none !important;
  }

  .clndrContainer .day-header>span {
      display: none;
  }

  .Strategy p.pyramid-strategy {
      max-width: 100%
  }

  .categoryItem {
      width: 25%;
  }

  .AccordionModule h1 {
      font-size: 14px;
      line-height: 16px;
  }

  .PaneContentInner ul.boxes li {
      width: 100%;
      margin: 0 0 10px 0;
  }

  .inner-photos-with-caption.FourImagesPerRow .col {
      width: 50%;
  }

  .PaneContent .EnterprisesOverviewLinks>ul li,
  .PaneContent .EnterprisesOverviewLinks .left ul li {
      display: block;
      text-align: left;
      margin: 0 0 10px 0;
  }

  .EnterprisesOverviewLinks a br {
      display: none;
  }
}

@media all and (max-width: 350px) {
  .StockHistorical .StockHistoricalSelection select {
      display: block;
      width: 100%;
      margin-bottom: 5px;
  }
}

@media all and (max-width: 320px) {
  .MobileSearch.open {
      position: absolute;
      left: 0;
      top: 37px;
      width: 100% !important;
      height: 30px;
      padding-left: 5px;
      background: #fff;
  }

  .MobileSearch.open .ModuleContainerInnerTop {
      width: 82%;
  }

  .MobileSearch.open input[type="text"] {
      width: 100%;
  }

  .MobileSearch h1.active {
      margin-right: 15px;
  }

  .MobileSearch input[type="submit"] {
      left: 10px;
  }

  .inner-photos-with-caption.FourImagesPerRow .col {
      width: 100%;
  }
}

.analystCenter h1 {
  font-family: 'FranklinGothic-heavy';
  color: #fff;
  padding: 20px 20px 10px 20px;
}

.analystCenter h2 {
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0 0 0;
  width: 34%;
  margin-right: 3%;
  margin-left: 2%;
  font-family: 'FranklinGothic-heavy';
  color: #fff;
}

.analystCenter .ContentContainer {
  /*height: 190px;*/
  background-color: #FFC525;
  margin-bottom: 30px;
}

.analystCenter .thumbnail {
  border-left: 1px solid #fff;
  background: url("../design/date-arrow2.png") no-repeat center left transparent;
  padding-left: 20px;
  float: left;
  width: 60%;
  height: 95px;
}

.PageHome .analystCenter {
  display: none;
}

.ReportsTabs {
  margin-top: 35px;
  margin-bottom: 35px;
}

.ReportsTabs a {
  text-decoration: none !important;
}

.ReportsTabs .tab {
  background: #b3b3b3;
  font-size: 11px;
  width: 50%;
  display: inline-block;
  text-align: center;
  position: relative !important;
  cursor: pointer;
  letter-spacing: 0;
  float: left;
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 5px 0 3px 0;
}

.ReportsTabs .tab:hover {
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  _filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ReportsTabs .active {
  background: #005cb9;
  color: #fff;
  opacity: 1 !important;
  filter: alpha(opacity=1) !important;
  _filter: alpha(opacity=100) !important;
}

.ReportsTabs .active:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  background: url("../design/YearNav-arrow.png") no-repeat center center transparent;
  width: 33px;
  height: 9px;
  left: 50%;
  margin-left: -16.5px;
}

.SupplementalTabs {
  margin-top: 35px;
  margin-bottom: 35px;
}

.SupplementalTabs a {
  text-decoration: none !important;
}

.SupplementalTabs .tab {
  background: #b3b3b3;
  font-size: 11px;
  width: 25%;
  display: inline-block;
  text-align: center;
  position: relative !important;
  cursor: pointer;
  letter-spacing: 0;
  float: left;
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 5px 0 3px 0;
}

.SupplementalTabs .tab:hover {
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  _filter: alpha(opacity=100) !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.SupplementalTabs .active {
  background: #005cb9;
  color: #fff;
  opacity: 1 !important;
  filter: alpha(opacity=1) !important;
  _filter: alpha(opacity=100) !important;
}

.SupplementalTabs .active:after {
  content: ' ';
  position: absolute;
  bottom: -9px;
  background: url("../design/YearNav-arrow.png") no-repeat center center transparent;
  width: 33px;
  height: 9px;
  left: 50%;
  margin-left: -16.5px;
}

.PageInvestorRelationsFinancialInformationSupplemental .ModuleDownloadListWithTags a[href*=".html"] .ModuleIcon {
  background: url("../icons/html.png") no-repeat center center transparent;
}

/* ir landing redesign */
.PaneRight {
  padding-bottom: 80px;
}

.LayoutHomePage .Breadcrumb {
  margin: 0;
  padding: 0;
}

.LayoutHomePage .BlueModuleTitle h1 {
  margin: 30px 0;
}

.analystCenter .ContentContainer {
  /*height: auto;*/
  background: transparent;
  margin: 0;
}

div.sidebar {
  background: #bcbec0;
  position: relative;
  -webkit-transition: background 0.3s linear 0s;
  transition: background 0.3s linear 0s;
}

div.sidebar:after {
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 14px solid #bcbec0;
  content: "";
  left: 50%;
  margin-left: -23px;
  position: absolute;
  top: 100%;
  z-index: 2;
  -webkit-transition: border 0.3s linear 0s;
  transition: border 0.3s linear 0s;
}

div.sidebar.active:after {
  display: none;
}

div.sidebar h2,
div.sidebar h1 {
  color: #fff;
  margin: 0 auto;
  max-width: 210px;
  padding: 0;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
  font-family: "FranklinGothic-heavy";
  text-transform: uppercase;
}

div.sidebar h2 .ModuleTitle,
div.sidebar h1 .ModuleTitle {
  color: #fff;
}

div.sidebar h2 {
  color: #fff;
}

div.sidebar .expand {
  display: none;
}

.analystCenter.sidebar.active {
  background: #ffc525;
}

.analystCenter.sidebar h1 {
  line-height: 20px;
  padding: 15px 0;
}

.analystCenter.sidebar h2 {
  float: none;
  margin: 0 auto
}

.analystCenter.sidebar .thumbnail {
  background: transparent;
  border: 0 none;
  float: none;
  padding: 0;
  text-align: center;
  width: auto;
}

.analystCenter.sidebar .expand {
  padding-bottom: 20px;
}

.analystCenter.sidebar:hover {
  background: #ffc525;
}

.analystCenter.sidebar:hover:after {
  border-top-color: #ffc525;
}

.InvestorTools.sidebar {
  margin: 0;
  background: #a6a8ab;
}

.InvestorTools.sidebar:after {
  border-top-color: #a6a8ab;
}

.InvestorTools.sidebar.active {
  background: #77bc1f;
}

.InvestorTools.sidebar:hover {
  background: #77bc1f;
}

.InvestorTools.sidebar:hover:after {
  border-top-color: #77bc1f;
}

.Contacts.sidebar {
  margin: 0;
  background: #939598;
}

.Contacts.sidebar:after {
  border-top-color: #939598;
}

.Contacts.sidebar.active {
  background: #00a7e1;
}

.Contacts.sidebar .expand {
  color: #fff;
}

.Contacts.sidebar:hover {
  background: #00a7e1;
}

.Contacts.sidebar:hover:after {
  border-top-color: #00a7e1;
}

div.RelatedLinks.sidebar {
  margin: 0 0 50px;
  background: #6d6e71;
}

div.RelatedLinks.sidebar:after {
  border-top-color: #6d6e71;
}

div.RelatedLinks.sidebar.active {
  background: #ff9e15;
}

div.RelatedLinks.sidebar a {
  color: #fff;
}

div.RelatedLinks.sidebar .expand {
  padding-bottom: 20px;
}

div.RelatedLinks.sidebar:hover {
  background: #ff9e15;
}

div.RelatedLinks.sidebar:hover:after {
  border-top-color: #ff9e15;
}

/* slick carousel */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ###### */
.overview-slider .slick-item {
  display: inline-block;
  min-height: 350px;
  padding: 140px 0 0;
}

.overview-slider .slick-event {
  background: url('../design/carousel/slick-event.jpg') no-repeat center top #ff9e15;
  background-size: 100% auto;
}

.overview-slider .slick-IAC {
  background: url('../design/carousel/slick-iac.jpg') no-repeat center top #ffc525;
  background-size: 100% auto;
}

.overview-slider .slick-financial {
  background: url('../design/carousel/slick-financial.jpg') no-repeat center top #77bc1f;
  background-size: 100% auto;
}

.overview-slider .slick-presentation {
  background: url('../design/carousel/slick-presentation.png') no-repeat center top #77bc1f;
  background-size: 100% auto;
}

.overview-slider .slick-4 {
  background: url('../design/carousel/slick-rate.jpg') no-repeat center top #06a7e2;
  background-size: 100% auto;
}

.overview-slider .slick-5 {
  background: url('../design/carousel/slick-ir.jpg') no-repeat center top #95d600;
  background-size: 100% auto;
}

.overview-slider .slick-content {
  padding: 30px 30px 0;
}

.overview-slider .slick-item h1,
.overview-slider .slick-item a,
.overview-slider .ModuleHeadline {
  color: #fff;
}

.overview-slider .slick-item h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'FranklinGothic-heavy';
  margin-bottom: 15px;
}

.overview-slider .slick-item strong {
  font-family: 'FranklinGothic-heavy';
}

.overview-slider .slick-item a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.overview-slider .slick-item a:after {
  content: '+';
  font-size: 20px;
  font-family: 'FranklinGothic-heavy';
  margin-left: 10px;
  vertical-align: bottom;
}

.overview-slider button:focus {
  outline: none;
}

.overview-slider button::-moz-focus-inner {
  border: 0;
}

.overview-slider .slick-prev,
.overview-slider .slick-next {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  border-left: 20px solid #005cb9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  margin-right: -32px;
  z-index: 999;
  width: 20px;
}

.overview-slider .slick-prev {
  border-left: 0 none;
  border-right: 20px solid #005cb9;
  left: 0;
  margin-left: -32px;
  margin-right: 0;
  right: auto;
}

/* slick event */
.overview-slider .slick-event .ModuleDate,
.overview-slider .slick-event .hrefWebcast {
  display: none !important;
}

@media all and (max-width: 1024px) {
  .LayoutHomePage .PaneBreadcrumb {
      padding-left: 35px;
  }

  .LayoutHomePage .Breadcrumb {
      padding-left: 0 !important;
  }
}

@media all and (max-width: 800px) {
  .overview-slider {
      padding-bottom: 60px;
  }

  .overview-slider .slick-prev,
  .overview-slider .slick-next {
      bottom: 0;
      left: 50%;
      top: auto;
  }
}

@media all and (max-width: 767px) {
  .LandingPage .PaneContent {
      padding: 0 !important;
  }

  .LandingPage .PaneLeft {
      padding: 0;
  }

  .LayoutHomePage .PaneContent {
      padding: 0 20px !important;
  }

  .LayoutHomePage .PaneBreadcrumb {
      display: block;
      overflow: hidden;
      padding-bottom: 40px !important;
  }

  .LayoutHomePage .Breadcrumb {
      display: none;
  }

  .overview-slider .slick-prev {
      margin-left: -26px;
  }

  .overview-slider .slick-next {
      margin-right: -26px;
  }

  .PaneRight div.RelatedLinks.sidebar {
      display: block;
  }

  div.sidebar {
      margin: 0 -20px !important;
  }
}

.noHeaderImage .HeaderImageContainer {
  display: none;
}

.slide-item a p strong,
.slide-item p strong {
  font-family: 'FranklinGothic-heavy';
}

/* Backgrounds */
.background--white {
  background: #fff;
}

/*  Global Slider Styling   */
.HeaderImage {
  display: block;
}

.module-slider .module-slider--container {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 95;
}

.Slider .module-slider .slide-item .ContentContainer.blue h1 {
  color: #00a8e1 !important;
}

.Slider .module-slider .slide-item .ContentContainer {
  width: 1180px;
  display: block;
  top: 20%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: left;
}

@media(max-width: 1180px) {
  .Slider .module-slider .slide-item .ContentContainer {
      width: unset;
      margin-left: 20px;
  }
}

.Slider .slide-item .ContentContainer p a {
  color: #fff;
}

.Slider .slide-item .ContentContainer .earningsSmaller {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

.js--hidden {
  display: none !important;
}

.PageInvestorRelationsCorporateOverview .Slider .webcast-link-text {
  font-size: 18px;
}

/* table text alignment - 213059 */
.table--political td:nth-child(2),
.table--political td:nth-child(3) {
  text-align: center;
}

.SectionAboutCMSEnergyEnerBankUSAreg .HeaderImage {
  display: block;
}

.SectionInvestorRelationsNewsReleases .HeaderImage {
  display: block;
}

.cc-banner .cc-link {
  display: none;
}

/* Banner Module */
.module-banner {
  height: 460px;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page--home .module-banner {
  background-image: url("../design/banner/banner_home.jpg");
}

.module-banner .ModuleOuterContainer {
  display: table-cell;
  vertical-align: middle;
  padding: 80px 20px 0;
}

@media all and (max-width: 767px) {
  .module-banner .ModuleOuterContainer {
      padding: 0 20px 0;
  }
}

/* Box Dark */
.module-box-dark {
  padding: 25px;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 378px;
  color: #fff;
  text-align: left;
  background: url(../design/slider-overlay.png);
}

.right-content .module-box-dark {
  margin-left: auto;
  display: block;
}

@media all and (max-width: 767px) {
  .right-content .module-box-dark {
      margin-left: 0;
  }
}

.module-box-dark:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 70px;
}

.left-content .module-box-dark:after {
  left: 100%;
  right: auto;
  background: url(../design/slider-overlay-right-arrow.png);
}

.right-content .module-box-dark:after {
  background: url(../design/slider-overlay-left-arrow.png);
  left: auto;
  right: 100%;
}

@media all and (max-width: 767px) {
  .right-content .module-box-dark:after {
      content: none;
  }
}

.module-box-dark .module-box-dark_title {
  font-family: 'FranklinGothic-heavy';
  font-size: 24px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

@media all and (max-width: 767px) {
  .module-box-dark .module-box-dark_title {
      font-size: 20px;
      line-height: 22px;
  }
}

.module-box-dark_details p {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

@media all and (max-width: 767px) {
  .module-box-dark_details p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px;
  }
}

.module-box-dark--blue,
.module-box-dark--blue .module-box-dark_title,
.module-box-dark--blue .module_link-more {
  color: #00a8e1;
}

.module-box-dark--orange,
.module-box-dark--orange .module-box-dark_title,
.module-box-dark--orange .module_link-more {
  color: #ff9e16;
}

.module-box-dark--green,
.module-box-dark--green .module-box-dark_title,
.module-box-dark--green .module_link-more {
  color: #77bc1f
}

.module-box-dark .module_link-more {
  font-family: 'FranklinGothic-heavy';
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
}

.module-box-dark .module_link-more:hover,
.module-news .module_link-more:hover {
  text-decoration: none;
}

/* Corporate Boxes */
.module-corporate-boxes {
  padding-top: 50px;
  padding-bottom: 50px;
}

.module-corporate-boxes .ModuleInnerContainer {
  display: flex;
}

@media all and (max-width: 767px) {
  .module-corporate-boxes .ModuleInnerContainer {
      display: block;
  }
}

.module-corporate-boxes .module_item {
  display: inline-block;
  position: relative;
  width: 33.33%;
  max-width: 33.33%;
}

@media all and (max-width: 767px) {
  .module-corporate-boxes .module_item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
}

.module-corporate-boxes .module_item:before {
  content: "";
  display: block;
  padding: 22% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.module-corporate-boxes .module_item--people:before {
  background-image: url("../images/corporate-boxes/people_bg.jpg");
}

.module-corporate-boxes .module_item--planet:before {
  background-image: url("../images/corporate-boxes/planet_bg.jpg");
}

.module-corporate-boxes .module_item--profit:before {
  background-image: url("../images/corporate-boxes/profit_bg.jpg");
}

.module-corporate-boxes .module_item-wrap {
  padding: 30px;
}

.module-corporate-boxes .module_item--people {
  background-color: #ff9e15
}

.module-corporate-boxes .module_item--planet {
  background-color: #77bc1f
}

.module-corporate-boxes .module_item--profit {
  background-color: #005cb9
}

.module-corporate-boxes .module_item-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'FranklinGothic-heavy';
  margin-bottom: 15px;
  color: #fff;
}

.module-corporate-boxes .module_link-container+.module_link-container {
  margin-top: 5px;
}

.module-corporate-boxes .module_link {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-right: 20px;
}

.module-corporate-boxes .module_link:after {
  content: '+';
  font-size: 20px;
  font-family: 'FranklinGothic-heavy';
  position: absolute;
  margin-left: 7px;
  margin-top: -1px;
}

/* Annual Meeting */
.module-annual-meeting {
  padding-top: 50px;
  padding-bottom: 50px;
}

.module-annual-meeting .ModuleInnerContainer {
  display: flex;
}

@media all and (max-width: 767px) {
  .module-annual-meeting .ModuleInnerContainer {
      display: block;
  }
}

.module-annual-meeting .module_item {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 50%;
}

@media all and (max-width: 767px) {
  .module-annual-meeting .module_item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
}

/* .module-annual-meeting .module_item:before {
  content: "";
  display: block;
  padding: 22% 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
} */

/* .module-annual-meeting .module_item--CMS:before {
  background-image: url("../images/corporate-boxes/people_bg.jpg");
}

.module-annual-meeting .module_item--Consumers:before {
  background-image: url("../images/corporate-boxes/planet_bg.jpg");
}

.module-annual-meeting .module_item--profit:before {
  background-image: url("../images/corporate-boxes/profit_bg.jpg");
} */

.module-annual-meeting .module_item-wrap {
  padding: 23px;
}

.module-annual-meeting .module_item--CMS {
  background-color: #ff9e15
}

.module-annual-meeting .module_item--Consumers {
  background-color: #77bc1f
}

/* .module-annual-meeting .module_item--profit {
  background-color: #005cb9
} */

.module-annual-meeting .module_item-title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'FranklinGothic-heavy';
  margin-bottom: 15px;
  color: #fff;
}

.mmodule-annual-meeting .module_link-container+.module_link-container {
  margin-top: 5px;
}

.module-annual-meeting .module_link {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding-right: 20px;
}

.module-annual-meeting .module_link:after {
  content: '+';
  font-size: 20px;
  font-family: 'FranklinGothic-heavy';
  position: absolute;
  margin-left: 7px;
  margin-top: -1px;
}
/* Climate Change */
.module-climate-change {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../design/banner/sustainability-landing-banner.jpg);
  /*background-image: url("../images/slider/Hero_ManwTruck.jpg");*/
}

.module-climate-change .ModuleOuterContainer {
  padding: 105px 20px;
}

/* Investor Links */
.left-line .ModuleInnerContainer {
  position: relative;
  padding-left: 40px;
}

@media all and (max-width: 1024px) {
  .left-line .ModuleInnerContainer {
      padding-left: 20px;
  }
}

.left-line .ModuleInnerContainer:before {
  content: "";
  padding-left: 20px;
  position: absolute;
  border-left: 1px solid #999999;
  background: url(../design/date-arrow.png) no-repeat left center;
  margin-left: 15px;
  height: 100px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.left-line-full .left-line .ModuleInnerContainer:before {
  height: 100%;
}

@media all and (max-width: 1024px) {
  .left-line .ModuleInnerContainer:before {
      margin-left: 0;
  }
}

.module-investor-links {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: -4px;
  padding-top: 50px;
}

@media all and (max-width: 1024px) {
  .module-investor-links {
      width: 50%;
  }
}

@media all and (max-width: 767px) {
  .module-investor-links {
      width: 100%;
  }
}

.module-investor-links .module_links {
  padding: 10px 0 0 0;
}

.module-investor-links .module_link-container {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  margin-bottom: 15px;
}

.module-investor-links .module_link-container:nth-child(2n+1) {
  width: 45%;
}

@media all and (max-width: 480px) {

  .module-investor-links .module_link-container,
  .module-investor-links .module_link-container:nth-child(2n+1) {
      width: 100%;
  }
}

.module-investor-links .module_link {
  font-size: 13px;
  line-height: 16px;
  color: #4d4d4d;
  text-transform: uppercase;
}

.module-investor-links .module_link:hover {
  text-decoration: underline;
}

/* Latest Investors Presentations */
.module-investor-links-presentations {
  /*     padding: 0 20px 50px; */
  background: #ffffff;
  padding-bottom: 10px;
}

.module-latest-investor-presentations {
  display: inline-block;
  vertical-align: top;
  width: 52%;
  margin-right: -4px;
  padding-top: 50px;
}

@media all and (max-width: 1024px) {
  .module-latest-investor-presentations {
      width: 50%;
  }
}

@media all and (max-width: 767px) {
  .module-latest-investor-presentations {
      width: 100%;
  }
}

.module-investor-links .ModuleInnerContainer {
  min-height: 166px;
  display: flex;
  align-items: center;
}

@media all and (max-width: 767px) {
  .module-investor-links .ModuleInnerContainer {
      min-height: 0;
      display: block;
  }
}

.module-latest-investor-presentations .module_container--content {
  display: flex;
}

@media all and (max-width: 480px) {
  .module-latest-investor-presentations .module_container--content {
      display: block;
  }
}

.module-latest-investor-presentations .module_item {
  padding: 10px 15px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  vertical-align: top;
}

@media all and (max-width: 480px) {
  .module-latest-investor-presentations .module_item {
      width: 100%;
  }

  .module-latest-investor-presentations .module_item+.module_item {
      margin-top: 20px
  }
}

.module-latest-investor-presentations .module_item .date-size {
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0;
  margin-right: 5%;
  width: 34%;
}

.module-latest-investor-presentations .module_item .ModuleThumbnailLink {
  float: left;
  width: 61%;
  margin-top: 8px;
  border-left: 1px solid #fff;
  padding-left: 20px;
  background: url("../design/date-arrow2.png") no-repeat center left transparent;
}

.module-latest-investor-presentations .module_item .ModuleThumbnailLink img {
  /* height: 95px; */
  display: block;
}

.module-latest-investor-presentations .module_item .ModuleHeadline {
  font-family: 'FranklinGothic-heavy';
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.module-latest-investor-presentations .module_item .ModuleDate,
.module-latest-investor-presentations .module_item .hrefPresentation {
  color: #fff;
  clear: both;
}

.module-latest-investor-presentations .module_item .hrefPresentation:hover {
  text-decoration: none !important;
}

.module-latest-investor-presentations .module_item .ModuleDate {
  margin-top: 15px;
}

.module-latest-investor-presentations .module_item .ModuleDate>i {
  color: #fff;
}

.module-latest-investor-presentations .module_item--orange {
  background: #ff9e15;
}

.module-latest-investor-presentations .module_item--green {
  background: #76bd1d;
}

.module-latest-investor-presentations .module_item--blue {
  background: #06a7e2
}

/* ESG Issues */
.module-esg-issues {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../design/banner/banner_esg.jpg");
}

.module-esg-issues .ModuleOuterContainer {
  padding: 105px 20px;
}

/* Leaner Vision */
.module-leaner-vision {
  margin-top: 20px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../design/banner/banner_leaner-vision.jpg");
}

.module-leaner-vision .ModuleOuterContainer {
  padding: 105px 20px;
}

/* News Module */
.module-news .module_item {
  margin-bottom: 20px;
}

.module-news .module_item-details {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 84px);
  padding-left: 25px;
}

.module-news .module_headline {
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.module-news .module_link-more {
  font-size: 20px;
  font-family: 'FranklinGothic-heavy';
  position: absolute;
  margin-left: 7px;
  margin-top: -1px;
  color: #005cb9;
}

.module-news .module_link-more:hover {
  color: #77bc1f;
}

.module-news .module_date-time {
  text-transform: uppercase;
  color: #4d4d4d;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  padding: 10px 0;
  text-align: center;
  position: relative;
  border-right: 1px solid #999999;
}

.module-news .module_date-time:after {
  position: absolute;
  content: ' ';
  background: url("../design/date-arrow.png") no-repeat right center;
  width: 6px;
  height: 22px;
  top: 50%;
  left: 100%;
  margin-top: -11px;
}

.module-news .module_date-time i {
  font-style: normal;
}

.module-news .module_date-time .day {
  color: #77bc1f;
  font-size: 23px;
  line-height: 21px;
  display: block;
  font-family: 'FranklinGothic-heavy';
}

.module-news .module_date-time .month {
  display: block;
  line-height: 13px;
  margin: 7px 0 5px 0;
  color: #4d4d4d;
  font-size: 16px;
}

.module-news .module_date-time .year {
  color: #005cb9;
  font-size: 19px;
  line-height: 16px;
  display: block;
  font-family: 'FranklinGothic-heavy';
}

.module-news-latest {
  /*     padding-top: 50px; */
  padding-bottom: 50px;
}

.module-news-latest .module_link-container {
  margin-left: 105px;
}

@media all and (max-width: 768px) {
  .module-news-latest .module_link-container {
      margin-left: 0;
  }
}

/* Our Hometown Stories */
.module-hometown-stories {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../design/banner/banner_hometown-stories.jpg");
}

.module-hometown-stories .ModuleOuterContainer {
  padding: 105px 20px;
}

/* footer links */
.module-quick-links ul {
  background: url(../design/FooterLinks-arrow.png) no-repeat center left transparent;
  border-left: 1px solid #4d4d4d;
  padding: 20px 0 10px 25px;
  margin: 0 0 0 20px;
}

.module-quick-links li {
  margin-bottom: 5px;
}

.module-quick-links li a {
  line-height: 14px;
  padding: 0;
  color: #4d4d4d;
  text-transform: uppercase;
}

.module-quick-links li a:hover {
  text-decoration: underline;
}

.module-quick-links-reports {
  padding: 50px 20px;
  max-width: 610px;
}

.module-quick-links-reports h2 {
  font-family: 'FranklinGothic-heavy';
  font-size: 16px;
  line-height: 21px;
  color: #005cb9;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.module-quick-links-reports li {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
  margin-right: -4px;
  vertical-align: top;
}

@media all and (max-width: 767px) {
  .module-quick-links-reports li {
      width: 100%;
      margin-right: 0;
  }
}

.HomeTabs .ProxyMaterials {
  height: auto;
}

/* 00025370 */
.cultural-values img {
  float: left;
  width: 20%;
  padding-right: 2%;
}


/* cr 692 */
.content-no-padding .LayoutTwoColumn .PaneContent {
  padding: 0;
}

.module--sustainability-header .module-slider {
  height: 460px;
  position: relative;
  background-image: url(../design/banner/sustainability-landing-banner.jpg);
  background-size: cover;
}

.module--sustainability-header .slide-item .ContentContainer p .module_link-more {
  color: #005cb9;
  font-family: 'FranklinGothic-heavy';
  font-size: 20px;
}

.module-sustainability-corporate-boxes p {
  color: #fff;
}

.module-sustainability-corporate-boxes a.module_link-more {
  color: #fff;
  font-family: 'FranklinGothic-heavy';
  font-size: 18px;
}

.module-michigan-shine {
  background-image: url(../images/sustainability/making-michigan-shine-background.jpg);
}

.module-michigan-shine h2.module-box-dark_title,
.module-michigan-shine .module_link-more {
  color: #CF8415;
}

.module-inner-banner {
  background-size: cover;
}

.module-inner-banner .ModuleOuterContainer {
  padding: 105px 20px;
}

.module-delivering-clean {
  background-image: url(../images/sustainability/delivering-clean-background.jpg);
}

.module-sustainability-links .module_link {
  font-size: 13px;
  line-height: 16px;
  color: #4d4d4d;
  text-transform: uppercase;
}

.module-sustainability-links .ModuleInnerContainer {
  /* min-height: 166px; */
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.module-sustainability-news.module-news-latest {
  padding-top: 50px;
  padding-bottom: 50px;
}

.module--padding-top {
  padding-top: 50px;
}


.table {
  width: 100%;
  color: #010101;
}

.table-sustainability .table {
  border-collapse: collapse;
}

.table-sustainability thead {
  background-color: #B3B3B3;
}

.table-sustainability th {
  color: #fff;
  font-family: 'FranklinGothic-heavy';
}

.table-sustainability td,
.table-sustainability th {
  padding: 15px;
}

.table-sustainability td:first-child h3 {
  color: #005cb9;
  font-family: 'FranklinGothic-heavy';
  /* text-transform: uppercase; */
}

.table-sustainability tbody tr:nth-child(odd) {
  background-color: #F2F2F2;
}

.table-sustainability td+td {
  border-left: 1px solid #414141;
}

.image-table td:first-child {
  width: 140px;
}

.unsdg-page .module-slider {
  background-image: url(../design/banner/unsdg-banner.jpg);
}

.sasb-index-electric-page .module-slider {
  background-image: url(../design/banner/sasb-index-electric-banner.jpg);
}

.sasb-index-electric-page .Slider .module-slider .slide-item .ContentContainer.blue h1 {
  color: #77BC1F !important;
}

.tcfd-page .module-slider {
  background-image: url(../design/banner/tcfd-banner.jpg);
}


.module-sasb-index-faq .module_header,
.module-sasb-index-faq .module_back-to-top {
  display: none;
}

h4.module-faq_question {
  background-color: #005CB9;
  color: #fff;
  font-size: 22px;
  padding: 15px;
  font-family: 'FranklinGothic-heavy';
  cursor: pointer;
  position: relative;
  padding-right: 45px;
  text-transform: uppercase;
}

h4.module-faq_question:after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 25px;
  transition: all .3s ease;
}

h4.module-faq_question:focus {
  outline: none;
}

.js--active h4.module-faq_question:after {
  transform: rotate(45deg);
}

.module-faq_answer {
  padding-bottom: 40px;
}

.module-faq {
  padding-top: 50px;
}

@media (max-width: 1024px) {
  .table--wrapper {
      overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .module--sustainability-header .slide-item .ContentContainer.left-content .arrow {
      display: none;
  }

  .module--sustainability-header .module-slider .slide-item .ContentContainer {
      max-width: 100% !important;
      display: block;
  }
}

.text-center {
  text-align: center;
}

.module--padding-bottom {
  padding-bottom: 50px;
}

.module_link-container+.module_link-container {
  margin-top: 10px;
}

.module--footnote {
  padding-bottom: 10px;
  padding-top: 20px;
}

.HomeTabs.annual-reports {
  width:auto; 
  margin:auto;
  position:relative;
}

.HomeTabsannual-reports .ContentContainer > .no-background {
  float: none; 
  width: 50%; 
  display: inline-block; 
  vertical-align: top;
}

.HomeTabs.annual-reports .ProxyMaterials {
  width:100%;
}

.HomeTabs.annual-reports .ProxyMaterials.green {
 background-color: #76bd1d;
}

.HomeTabs.annual-reports .ProxyMaterials.blue {
  background-color: #005cb9;
}


.HomeTabs.annual-reports .ProxyMaterials p {font-size: 16px; font-family: 'FranklinGothic-book';}
.HomeTabs.annual-reports .ProxyMaterials p a.inline {display:inline; font-size:16px;}


/*  00205184  */
.footerAlerts .CaptchaContainer {
  display: block !important;
}

/* Accessibility Fixes */
.yearItem {
  color: #404040;
}

.ModuleDate .day, 
.StockQuoteGlobal .StockDate .day,
.StockPriceUp,
.module-news .module_date-time .day {
  color: #497312;
}

.analystCenter.sidebar:hover h1,
.InvestorTools.sidebar:hover h1,
.Contacts.sidebar:hover h1,
div.RelatedLinks.sidebar:hover h1 {
  color: #000;
}

div.sidebar {
  background: #6d6e71;
}

div.sidebar:after {
  border-top-color: #6d6e71;
}

.Contacts.sidebar {
  background: #4B4C4E;
}

.Contacts.sidebar:after {
  border-top-color: #4B4C4E;
}

.Contacts.sidebar {
  background: #2A2B2C;
}

.Contacts.sidebar:after {
  border-top-color: #2A2B2C;
}
.InvestorTools.sidebar {
  background: #4D4F51;
}

.InvestorTools.sidebar:after {
  border-top-color: #4D4F51;
}

div.RelatedLinks.sidebar {
  background: #191A1A;
}

div.RelatedLinks.sidebar:after {
  border-top-color: #191A1A;
}

.ModuleYearNavContainerInner .ModuleYearLink, 
.PastEventWidget .tagList > span, 
.RegulatoryFilingContainer .ModuleYearLink, 
.yearItem, 
.categoryItem,
.clndrContainer .day {
  color: #3D3D3D;
}

.PersonContainer .Person h2 {
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  color: #fff;
  background: url("../design/person-transparent-bg.png");
  padding: 4px 10px 2px 10px;
  width: 100%;
  margin: 0;
  cursor: pointer;
}

.PersonGenericContainer.blue .PersonContainer .Person h2 .PersonTitle {
  position: absolute;
  top: 15px;
  display: block;
  color: #4d4d4d;
  width: 100%;
  line-height: 13px;
  padding: 0 10px;
  left: 0;
}

.PersonContainer .Person h2 {
  background-color: #000000;
}

.Slider .slide-item .ContentContainerInnerInner,
.module-box-dark,
.PersonDetailsContainer {
  background: none;
  background-color: #000000;
}

.overview-slider .slick-item h1, 
.overview-slider .slick-item a, 
.overview-slider .ModuleHeadline,
.boxes .content,
.boxes a,
.module-corporate-boxes .module_item-title,
.module-sustainability-corporate-boxes p,
.module-sustainability-corporate-boxes a.module_link-more {
  color: #000000;
}

.StockPriceDown {
  color: #6B6B6B;
}

.FooterLinks.destinations h2,
.module_title,
.StockHistorical .StockTableItem > p > span + span, 
.StockQuoteContainer .StockTableItem > p > span + span {
  color: #004F9E;
}

.home h1 a {
  color: #007AF5;
}

.GlossaryLetters td,
.SecNav .level3 > li,
.PaginationCont ul.pageNum li,
.ReportsTabs .tab:not(.active),
.SupplementalTabs .tab:not(.active){
  background: #737373;
}

.PaneHeader {
  background: none;
  background-color: #ffffff;
  background: linear-gradient(90deg, #FFFFFF 42.99%, rgba(255, 255, 255, 0.7) 92.01%);
  max-width: 1330px;
}

.cc-color-override--1762072787.cc-window {
  color: #676774 !important;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.searchLabel {
  margin-right: 5px;
}

.clndrContainer .months li,
.PaneContentInner input[type="submit"] {
  color: #3D3D3D;
}

.clndrContainer .day.last-month, 
.clndrContainer .day.next-month {
  color: #363636;
}

/*.PersonContainer .Person h3 {
  background: none;
  background-color: #ffffff;
}*/

.PersonGenericContainer.blue .PersonContainer .Person h2 .PersonTitle {
  background-color: #ffffff;
}

.table-sustainability thead {
  background-color: #707070;
}

/*
.PaginationCont ul.pageNum li:nth-child(2){
  background-color: white;
}
*/

.PaginationCont ul.pageNum li.spacer {
  color: #333333
}

.RedStar, .ErrorMessage, .RequiredField, 
.ErrorContainer, 
.ReminderButton + span, 
.ReminderButton + span + br + span {
  color: #E60000;
}

.footerAlerts h2 {
  background: #004F9E;
  text-align: center;
  width: 69%;
  padding: 20px 0px;
  text-transform: none;
  color: #fff;
  font-size: 18px;
  position: relative;
}

.PaneFooter .module-subscribe_submit-button {
  background: #06a7e2;
  border: none;
  padding: 5px 10px;
  line-height: 18px;
  font-size: 13px;
  margin-top: 5px;
  margin-left: 1px;
  color: white
}

.PaneFooter fieldset {
  border: none;
  padding: 0px;
}

.PaneFooter input[type="email"] {
  width: 100%;
}

.footerAlerts h2:after {
  content: ' ';
  position: absolute;
  top: 35px;
  background: url(../design/arrow-footer-blue.png) no-repeat center center transparent;
  width: 178px;
  height: 62px;
  top: 60px;
  left: 12%;
}

.PaneFooter .module_error-container {
  border: 1px solid;
  color: #A30000;
}

.PaneFooter .IntroText {
  display: none;
}

#cboxWrapper button {
  background-color: #000;
} 

.PersonContainer .Person h3 {
  background-color: #000;
}

.footerAlerts h2 {
  color: #333333;
}

.module--sustainability-header .slide-item .ContentContainer p .module_link-more {
  color: #06A7E2;
}

.module-corporate-boxes .module_item--profit {
  background-color: #0078F0;
}

.PersonGenericContainer.blue .PersonContainer .Person h3 .PersonTitle {
  background-color: #ffffff;
}

.FooterLinks.main h3,
.FooterLinks.main h2 {
  display: none;
}

.FooterLinks.main ul {
  margin-top: 33px;
}

#subscribe-list--content {
  padding: 0; 
  margin: 0; 
  border: 0;
}

.checkbox-container {
  display: flex;
}
.MailingList-fieldset {
  border: none;
  padding: 0; 
  margin: 0;
}
table.TaxInformation th:first-child {
  text-align: center;
}

.overview-slider .slick-item h1,
.overview-slider .slick-item a,
.overview-slider .ModuleHeadline {
  color: white;
}

.overview-slider {
  display: flex;
}

@media (max-width: 996px) {
  .overview-slider {
      flex-direction: column;
      align-items: center;
  }
  
  .overview-slider > * {
      margin-top: 20px;
      min-width: 375px;
  }
}

.overview-slider > * {
  flex-basis: 33%;
}

h3.module-faq_question {
  background-color: #005CB9;
  color: #fff;
  font-size: 22px;
  padding: 15px;
  font-family: 'FranklinGothic-heavy';
  cursor: pointer;
  position: relative;
  padding-right: 45px;
  text-transform: uppercase;
}

h3.module-faq_question:after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 25px;
  transition: all .3s ease;
}

.module-latest-investor-presentations .module_item .ModuleHeadline,
.module-latest-investor-presentations .module_item .ModuleDate > i,
.module-corporate-boxes .module_link,
.module-latest-investor-presentations .module_item .hrefPresentation {
  color: #000;
}

.ModuleThumbnailLink .sr-only {
  color: #000;
}

.ModulePressRelease .ModuleThumbnailLink {
  display: none;
} 

.overview-slider .slick-item h1, 
.overview-slider .slick-item a, 
.overview-slider .ModuleHeadline {
  color: #000;
}

.measuring-progress.black-box h2 {
  color: #ffffff;
}

.GlossaryLetter {
  margin-bottom: 30px;
}

/* Quarterly results filings page */

.PageInvestorsCorporateOverviewQuarterlyResults .SECContainer .RegulatoryFilingContainer .Icons{
  min-width: 315px;
}

.PageInvestorsCorporateOverviewQuarterlyResults .SECContainer button.Prev{
  margin-left: 75px;
}

.PageInvestorsCorporateOverviewQuarterlyResults .SECContainer button.Next{
  margin-right: 75px;
}

.RegulatoryFilingContainer .ModuleItemRow > .filingTitle {
  width: 14%;
}

.PaginationCont ul.pageNum li {
  background: #B3B3B3;
}

.PaneFooter .module-subscribe_submit-button {
  background: #004F9E;
}

.clndrContainer .headers .day-header.weekend {
  color: #fff;
}

.PaginationCont ul.pageNum li {
  background: #C2C2C2;
}

.bg,
.page--home .full-width-container {
  background-color: #000;
}

/* 00324211 */

.CareersModule h2 {
  color: #005CB9;
  font-weight: 700;
  font-family: FranklinGothic-heavy;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  /* margin-left: -15px; */
}

.CareersModule .main-heading {
  margin-left: -15px;
}

.CareersModule .table-wrapper {
  overflow: auto;
}

.CareersModule table {
  color: black;
  min-width: 500px;
}

.CareersModule table,
.CareersModule th,
.CareersModule td {
  border-collapse: collapse;
  border: solid black 1px;
}

.CareersModule tr:first-child td {
  background-color: #9CC2E5;
}

.CareersModule .first-column {
  background-color: #BDD6EE;
}

.CareersModule tr:last-child td {
  background-color: #E7E6E6;
  font-weight: 700;
}

.latestEventsPresentations {
  margin-bottom: 90px !important;
}