
/*********************************************/
/*** GENERAL STYLING   ***/
/*********************************************/
html {font-size: 16px;}
@media (max-width: 960px) {html {font-size: 16px;}}
@media (max-width: 480px) {html {font-size: 14px;}}
body {
  padding-top: 0px;
  color: #515151;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: inherit !important;	/* This overrides bootstraps attempt to use px*/
  background: #FFF;
}
body.otrBody {
  padding-left: 0px ;
  padding-right: 0px ;
}

/*h1 is below in the article section*/
p {padding-top: 0.25rem;}
h1, h2, h3, h4, h5, h6 {color: #444;}
h4 {font-weight: bold; font-size: 1.3rem;}
h5 {font-weight: bold; font-size: 1.25rem;margin-top: 1.25rem;margin-bottom: 0rem;}
h6 {font-weight: bold; font-size: 1rem;margin-bottom: 0rem;margin-top: 1.25rem;}

a,
a:link,
a:visited,
a:hover,
a:active {
  /* text-decoration: underline; */
  outline: 0;
  color: #007E7A;
  font-weight: 600;
}
a:hover,
a:active {
  color: #747678;
  text-decoration: none;
}
ul li {
  margin-bottom: 0.24rem; /*margin-top: 7px; list-style-type: disc; */
}
img {max-width: 100%;}

meta.foundation-version {
  font-family: "/5.4.5/";
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/*********************************************/
/*** BROWSERWARNINGS AND CURTAIN  AREA   ***/
/*********************************************/
.browserWarning_wrapper { display: none;}
.ie9 .browserWarning_wrapper { display: block; background: #FFC; padding: 1rem; text-align: center; margin: auto;}

.curtain {
  width: 100%;
  height: 2000px;
  padding: 2rem 0rem;
  border: 1px solid #999;
  font-weight: bold;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #EEE;
  color: #999;
  z-index: 9999;
}
.curtainContent {
  margin: 0rem auto;
  text-align: center;
  font-size: 1.5rem;
}
.curtainContent i {

}
/*********************************************/
/*** HEADER  AREA   ***/
/*********************************************/
header {
  background: ;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
body.otrBody header {
  position: ;
}
#headerLogoAndUserBarWrapperOuter {
  width: 100%;
  background: #007E7A;
}
#headerLogoAndUserBarWrapper {
  max-width: 960px;
  width: 100%;
  border: 0px solid red;
  margin: 0 auto;
}
#headerLogoBar {
  width: 60%;
  height: 100px;
  float: left;
}
@media (max-width: 767px) {
	#headerLogoBar {
		width: 100%;
    height: auto;
    background: #007E7A;
	}
}
#headerLogoBarWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
}
#headerLogo_left {
  float: left;
  padding: 0rem 0rem 1rem 0rem;
}
@media (max-width: 767px) {
	#headerLogo_left {
	  padding: 0.2rem 0rem 0.2rem 1rem;
	}
}
#headerLogo_left img {
  /* height: 60px; */
  width: 99%;
}
@media (max-width: 979px) {
  #headerLogo_left img {
    /* height: 50px; */
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #headerLogo_left img {
    /* height: 60px; */
  }
}
@media (max-width: 480px) {
  #headerLogo_left img {
    width: 99%;
  }
}
#headerLogo_right {
  float: right;
  padding: 0.75rem 0rem 0.75rem 0rem;
  display: none;
}
#headerLogo_right img {
  height: 40px;
}
/*********************************************/
/*** USERBAR AREA   ***/
/*********************************************/
#headerUserBar {
  font-weight: 700;
  width: 40%;
  height: 100px;
  color: #FFF;
  float: left;
  position: relative
}
#headerUserBarWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0px 0px;
  padding: 0 1rem 0 0;
  /* color: #FFF; */
  position: absolute;
  bottom: 1rem;
}
#headerUserLeft {
  float: right;
  padding-left: 0rem;
}
#headerUserName {font-size: 1.1rem;font-weight: normal;margin-left: -16.9rem;}
.headerUserName_hello {
    display: inline;
    
}
@media (max-width: 767px) {  .headerUserName_hello {display: none;}}
.headerUserName_createdOnGroup {display: none;}
	.headerUserName_createdOnDate {font-weight: bold;}
.headerUserName_printedForGroup { }
	.headerUserName_printedForText {display: none;}
	.headerUserName_printedForName {/* font-weight: bold; */}
	.headerUserNamePrintedFor {  display: none;}



#headerUserRight {
  float: right;
  clear: both;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  #headerUserBar {
    clear: both;
    width: 100%;
    height: auto;
    border: 0px solid white;
  }
  #headerUserBarWrapper {
    position: relative;
    bottom: 0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #E37222;
  }
  #headerUserLeft {
    float: left;
    padding-left: 1rem;
    padding-right: 0rem;
    margin-top: 0.2rem;
  }
  #headerUserRight {
    float: right;
    padding-left: 0rem;
    padding-right: 1rem;
    clear: none;
  }
}

/*headerUserNavList classes  */
/*headerUserNavList classes  */
/*headerUserNavList classes  */
#headerUserNavList {}
#headerUserNavList li {
  list-style-type: none;
  float: left;
}
#headerUserNavList li > a {
  border-left: 2px solid #FFF;
  padding: 0px 0px 0px 0.4rem;
  margin: 0px 0px 0px 0.5rem;
  display: inline-block;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
}
@media (max-width: 979px) {  #headerUserNavList li > a {}}
@media (max-width: 768px) {  #headerUserNavList li > a {}}
#headerUserNavList li > a:hover {
  font-weight: normal; color: #000; text-decoration: underline;
}
#headerUserNavList li > a#headerUserPrint  {border-left: 0px solid #FFF;}

#headerUserNavList li > a i {font-weight: normal;font-size: 1rem;padding-right: 0.2rem;color: #56CCD8;display: none;}
#headerUserNavList li > a:hover i {text-decoration: none; color :#000;}
@media (max-width: 767px) {#headerUserNavList li > a i {}}
@media (max-width: 480px) {
  #headerUserNavList li > a#headerUserContact {}
  #headerUserNavList li > a#headerUserPrint {    display: none;  }
  #headerUserNavList li > a i {display: none;}
}

/*headerStock classes  */
/*headerStock classes  */
/*headerStock classes  */
a.headerStock {float:right;clear: both;font-weight: bold;text-decoration:none;cursor:pointer;display: none;/* margin-top: 0.25em; */}
@media (max-width: 767px) {  .headerStock {  display: none;   }}
.headerStock:hover {}

.headerStock_nameAndPriceWrapper {}
.headerStock_nameAndPriceWrapper:hover {text-decoration:underline;}
.headerStock_name {  color: #666; }
.headerStock_name:hover { }
.headerStock_price {  color: #666;}
.headerStock_price:hover {}

.headerStock_diffAndPercWrapper {}
.headerStock_up {color: #3d9400;}
.headerStock_down {color: #dd4b39;/* display: none; */}
.headerStock_diff {display: none;}
.headerStock_perc {font-weight: normal;}
.headerStock_perc i{font-size: 0.9rem;}
.headerStock_date {  color: #CCC; display: none;}


/*********************************************/
/*** NAVBAR AREA   ***/
/*********************************************/
#headerNavBar {
  width: 100%;
  border: 0px solid #FFF;
  clear: both;
  background: none;
  z-index: 1000;
}
body.otrBody #headerNavBar {
  display: block;
  background: #747678;
}
/*Formerly we used to make the whole header fixed. Now it makes more sense to just keep the navigation fixed.*/
/*
@media (min-width: 980px) {
  body.navBarFixed header {
    position: fixed;
    top: 0px;
  }
}*/
/*@media (max-width: 979px) {*/
  body.navBarFixed #headerNavBar {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #EEE;
  }
/*}*/
#headerNavBarWrapperFullSize {background: none;padding: 0px;margin: 0px;line-height: 1px;display: none;}
#headerNavBarWrapperFullSize img{width: 100%;}
/*TODO: need to figure out to properly align the navbar to the content. Perhaps use .container .row*/
#headerNavBarWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  padding: 0 0;
  /* background: #456; */
}

.headerNavBarTopDivider {
  height: 5px;
  background: transparent;
  display: none;
}
.headerNavBarBottomDivider {
  display: block;
  z-index: 4;
  height: 1px;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
	display: none; /*Not sure if we need this divider to be shown*/
}

a.sectionLink {
  background-color: #747678;
  text-align: left;
  line-height: 1.1rem;
  color: #FFF;
  font-weight: normal;
  text-decoration: none;
  display: block;
  float: left;
  margin: 0px 0px 0px 0px;
  border-right: 0px solid #999;
  border-left: 0px solid #CCC;
  position: relative;
  width: 19.5%;
  /*height: 60px;*/
}
@media (max-width: 979px) {
  a.sectionLink {
    /*height: 60px;*/
    transition: all 0.5s;  }
}
@media (min-width: 768px) and (max-width: 979px) {
  a.sectionLink {
    /*height: 60px;*/
    transition: all 0.5s;  }
}
a.sectionLink div {
  position: relative;
}
a.sectionLink div img {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
  width: 40px;
  transition: all 0.5s;
  display: none !important;
}
@media (max-width: 979px) {
  a.sectionLink div img {
    width: 20px;
    left: 5px;
    transition: all 0.5s;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  a.sectionLink div img {
    width: 30px;
    transition: all 0.5s;
  }
}
a.sectionLink div img.iconOn {
  display: none;
}
a.sectionLink div img.iconOff {
  display: block;
  transition: all 0.5s;
}
a.sectionLink:link span {
  display: block;
  /* font-size: 0.93rem; */
  line-height: 1.3rem;
  text-decoration: none;
  transition: all 0.5s;

  /*Absolute Position method: good for left aligned*/
  /*text-align: left;
   position: absolute;
   top: 10px;
   left: 0px;*/

  /*Margin/Padding method: good for centered content*/
  padding: 1rem 1rem;
  margin: auto;
  text-align: left;
  border-right: 0px solid red;
  font-weight: 600;
}
@media (max-width: 979px) {
  a.sectionLink:link span {
    font-size: 1rem;
    left: 0px;
    transition: all 0.5s;
  }
}
@media (max-width: 767px) {
  a.sectionLink:link span {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}

a.sectionLink:hover {
  border: 0px solid #111;
  transition: all 0.5s;
}

a.sectionLink:hover span {
  color: #EEE;
}
a.sectionLink:hover div img {
  opacity: 1;
}
a.sectionLink:hover div img.iconOn {
  display: block;
  transition: all 0.5s;
}
a.sectionLink:hover div img.iconOff {
  display: none;
}

.modalBreak {padding-top: 1em;}

/*********************************************/
/*** FOOTER  AREA   ***/
/*********************************************/
footer {
  margin: 40px auto 40px auto;
  padding: 10px 0px;
  height: 30px;
  width: 100%;
  border-top: 1px solid #000;
}
/*TODO: put in solution to automatically adjust height according to device height - footer bottom*/
.footerWrapper {
  max-width: 960px;
  margin: auto;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
  color: #000;
  text-decoration: none;
}
footer a:hover,
footer a:active {
  color: #999;
  text-decoration: none;
}
.footerLeft {
  text-align: left;
  float: left;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.footerCenter {
  text-align: left;
  font-size: 1rem;
  color: #FFF;
  margin-top: 50px;
}
.footerRight {
  text-align: right;
  font-size: 1rem;
  margin-right: 0.5rem;
  height: 15px;
}
@media (max-width: 480px) {
  .footerWrapper .footerRight {}
  .footerRight img{max-width: 90px;}

}

#mobileMessageTeaser {
  display: none;
  font-size: 12px;
}
/*********************************************/
/*** MAIN CONTENT AREA   ***/
/*********************************************/
main {background: #FFF;}

@media (min-width: 980px) {
.container {
    max-width: 970px;
}
}
@media (min-width: 768px){
.container {
    width: 100%;
}}

section {
  margin-bottom: 5rem;
  margin: 0rem;
  margin-bottom: 0rem;
  padding-top: 0rem;
}
@media (max-width: 979px) {
  section {
    padding-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  section {
    padding-top: 0rem;
  }
}
section:first {padding-top: 0rem !important;}
@media (max-width: 979px) {
  /*causes to be fluid immediately*/
  section .container {
    width: auto;
  }
}
/*specifically target .container around main content but ignore container on h1*/
/*specifically targetting 400px because iPhone 6s Plus doesn't need the horizontal space savings*/
@media (max-width: 400px) {
  section h1 + .container {border:0px solid red; padding-left: 5px; padding-right: 5px;}
}

section.collapsed {
  margin: 0rem;
  /* padding-top: 0rem; */
}
section.hiddenSection {
  position: absolute;
  left: 9999px;
  border:1px solid red;
  display: none;
}

/*used by masonry*/
.grid {}
/*if certain grid elements are not properly resizing then add a background to see if it has the right class */
/*NOTE: .grid-item will work while grid_item will NOT work.*/
.grid .grid-item {/*background: yellow; border: 1px solid blue !important;/**/}


h1 {
  font-size: 2.25rem;
  line-height: 1.7rem;
  font-weight: 500;
  color: #FFF;
  padding: 2rem 1rem 1rem 1rem;
  margin: 0rem 0rem 0rem 0rem;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s;
}
@media (max-width: 1000px) {
  h1 {padding-left: 0rem;}
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.35rem;
    text-align: left;
    border-top: 0px solid #666;
    cursor: pointer;
    padding-left: 0.15rem;
    padding-top: 1rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 400px) {
  h1 {padding-right: 0.3rem;}
}
h1:hover {
  /* background: #EEE; */
  transition: all 0.5s;
}
@media (max-width: 979px) {
  h1:hover {
    border-top: 0px solid #666;
  }
}
h1 .container {
  text-align: left;
}

h1 .icon-angle-down,
h1 .icon-angle-up {
  float: right;
  font-size: 2rem;
  display: none;
  /* margin-top: 10px; */
}
@media (max-width: 480px) {
  h1 .icon-angle-down {
    display: none;
    /* margin-top:-0.1rem; */
    transition: all 0.1s;
  }
  h1 .icon-angle-up {
    display: inline;
    /*margin-top:0px;*/
    transition: all 0.1s;
  }
  h1:active .icon-angle-up {
    margin-top: 1px;
    /*transition: all 0.5s;*/
  }
  h1:active .icon-angle-down {
    margin-top: 1px;
    /* transition: all 0.5s; */
  }
  .collapsed h1 .icon-angle-down {
    display: inline;
  }
  .collapsed h1 .icon-angle-up {
    display: none;
  }
}
/*in mobile, the fontawesome icon goes to the left of the title */
@media (max-width: 480px) {
  h1 i {float:left; margin-right: 1rem;}
}

/*********************************************/
/*** BENEFIT TITLE AND BENEFIT DETAIL   ***/
/*********************************************/
.ben {
  background: #FFF;padding: 1.4rem 1.4rem;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.1); border-top: 1px solid #E5E5E5;border-left: 1px solid #E5E5E5;*/
  border: 1px solid #7B7B7B; margin-bottom: 2rem; margin-top: 1.5rem;}
@media (max-width: 480px) {
  .ben {margin-bottom: 0.4rem;}
}

.benIntroBox {
  background: #FFF;
  padding: 1.4rem 1.4rem;
  border: 1px solid #7B7B7B;


}

@media (max-width: 480px) {
  .benIntroBox {margin-bottom: 0.4rem;}
}

.benTitleWrapper {
  width: 100%;
  margin-top: 0rem;
  clear: both;
  border-bottom: 0px solid #CCC;
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .benTitleWrapper { margin-top: 0rem;  }
  /*
  .benTitleWrapper:hover {  background: #EEE;    cursor: pointer;  }
  .benTitleWrapper:active {  background: #FFF;    cursor: pointer;  }
  */
  .benTitleWrapper:hover td {}
}

.benTitleLeft,
.benTitleRight {
  color: #555;
  line-height: 1.4rem;
  transition: all 0.5s;
}
.benTitleLeft {
  font-size: 1.50rem;
  text-align: left;
  vertical-align: middle;
  padding-bottom: 0.25em;
  padding-top: 0em;
  padding-right: 1rem;
  display: block;
  font-weight: bold;
  color: #747678;
  line-height: 1.8rem;
}
@media (max-width: 979px) {
  .benTitleLeft {	 }
}
@media (max-width: 480px) {
  .benTitleLeft {font-size: 1.2rem;padding-bottom: 0.0rem;padding-top: 0.5rem;padding-top: 0.0rem; padding-right: 2rem;}
  .benTitleLeft {background-image: url('../images/chevron_smallest_up_grey.png'); background-repeat: no-repeat;  background-position: right 0rem top 0.5rem; }
  .ben.collapsed .benTitleLeft {background-image: url('../images/chevron_smallest_down_grey.png'); }
}
.benTitleRight {
  font-weight: 700;
  text-align: left;
  display: block;
  color: #ECB11F;
  margin: 0rem;
  padding: 0rem;
  /* position: relative; */
}
@media (max-width: 979px) {
  .benTitleRight { font-size: 2.0rem;  }
}
@media (max-width: 480px) {
  .benTitleRight {font-size: 1.6rem; }
  .benTitleRight {/* display: table-cell; *//* text-align:right; */} /*use this if you want to put number in top right in mobile*/
}

.modal .benTitleWrapper {margin-bottom: 1rem;border-bottom: 1px solid #CCC;}
.modal .benTitleLeft {
  font-size: 1.75rem;
  line-height: 1.7rem;
  /* padding-top: 0rem; */
  /* padding-bottom: 0.5rem; */
  /* border-bottom: 1px solid #DDD; */
  font-weight: normal;
  background-image: none;
  }
.modal .benTitleRight {
  font-size: 1.3rem;
  /* line-height: 1.2rem; */
  display: table-cell;
  text-align: right;
  /* padding-top: 0rem; */
  /* padding-bottom: 1rem; */
  /* border-bottom: 1px solid #DDD; */
  /*copied from benTitleRight_number*/
  /* margin-top: 1.025rem; */
  font-size: 2.5rem;
  /* line-height: 1.0rem; */
  /* margin-bottom: 0.5rem; */
  }

/*regular sized number*/
/*TODO: figure out if we really need to use this class at all in modals.*/
.benTitleRight_number {margin-top: 1.025rem;font-size: 2.5rem;line-height: 1.0rem;margin-bottom: 0.8rem;}
.ie9 .benTitleRight_number {}
.modal .benTitleRight_number {margin-top: 0.5rem;}

.benTitleRight_subTable {margin-top: .5rem;width: 100%;border: 0px solid red;}
.benTitleRight_subTable td{/* width: 50%; */vertical-align: top;}
.benTitleRight_bigNumber {margin-left: 0rem;margin-top: 1rem;font-size: 5.5rem;line-height: 2rem;}
@media (max-width: 979px){
  .benTitleRight_bigNumber {font-size: 4.8rem; margin-left: 4rem;}
}
@media (max-width: 480px){
  .benTitleRight_bigNumber {font-size: 3.0rem;text-align: left;margin-top: 0rem;}
  .benTitleRight_bigNumber {margin-left: 0rem;}
}

.benTitleRight_icon {text-align: right;}
@media (max-width: 979px){.benTitleRight_icon{}}
@media (max-width: 979px){.benTitleRight_icon{}}
@media (max-width: 480px){.benTitleRight_icon {display: none;}}
.benTitleRight_icon img {width: 5rem;}
.ie9 img, .ie10 img, .ie11 img{ width: 100%; }
.hero {
  width: 100%; margin: auto; text-align: center;
  background:#31B150;   /*Fallback for IE9*/
  background-image: -webkit-linear-gradient(top, #31B150, #11B7D1); /* Older browsers - Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
  background-image: linear-gradient( #31B150, #11B7D1      ); /* modern browsers - Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
}
.hero img {max-width: 100%;}
@media (max-width: 767px) {.hero img{ width: 250px; }}
@media (max-width: 480px) {.hero img{ width: 150px; }}




.benDetailCollapsed .benTitleWrapper {
  border-bottom: 1px solid #CCC;
}
.benDetailWrapper {
  /* margin-bottom: 2rem; */
  display: block;
  padding-bottom: 0rem;

  
}
.dataTable {
  border-top: 0px solid #000;
  border-right: 0px solid #000;
  border-bottom: 1px solid #ddd;
  border-left: 0px solid #000;
  margin-bottom: 1rem;
  /* background-color: #AAA; */
}
.dataTable thead th,
.dataTable thead td {
  background: #EEE;
  font-weight: bold;
}
/*Force all table headers to be vertically aligned*/
.dataTable > thead > tr > th,
.dataTable > thead > tr > td,
.dataTable > tbody > tr > th {
  vertical-align: middle;
 }

.dataTable tbody th {
  background: #747678;
  font-weight: 600;
  color: #FFF;
}
.dataTable tbody tr td {  /*need to use body because stupid bootstrap is too specific*/
  line-height: 1.2rem;
}
.dataTable tfoot tr th,
.dataTable tfoot tr td {
  background: #787774;
  font-weight: bold;
  color: #EEE;
}
.dataTable tr {
  /*border-bottom: 1px solid #000;*/
}

.footnote { font-size: 0.9rem; color: #666; margin-left: 1rem; padding-left: 0rem; margin-right: 2em;}
.footnote sup{ margin-left: -0.5rem;}
/* If you want the footnote to have something a bit more obvious as a callout, use the dataTable_footnoteWithBorder class*/
.footnoteWithBorder { font-size: 0.9rem; color: #666; margin-left: 0rem; padding-left: 1rem; border-left: 2px solid #EEE;}
.footnoteWithBorder sup{ margin-left: -0.5rem;}

/*using LESS to use.table prefix so I don't use !important*/
.table td,
.table th {
  border-top: 1px solid #333;
  line-height: 1.2rem;
}
@media (max-width: 480px) {
  .table th,
  .table td {
    /* width: 100%; */ /*using width=100% causes a problem because it squishes cell in strange ways*/
  }
}

.table > thead > tr > th,
.table > thead > tr > td {
  line-height: 1.25rem;
  background-color: #747678;
  color: #FFF;
}

.table .dataTableL2,
.table .dataTableL3 {
  background: pink;
}
.table .dataTableC2,
.table .dataTableC3 {
  background: pink;
}
.table .dataTableR2,
.table .dataTableR3 {
background: pink;
}
.table .dataTable a:link,
.table .dataTable a:visited,
.table .dataTable a:hover,
.table .dataTable a:active {
background: purple;
}
.table .dataTable a:hover,
.table .dataTable a:active {
  color: #00AAEE;
  color: #333;
}
.dataTable td.alignCenter,
.dataTable th.alignCenter,
.table td.alignCenter,
.table th.alignCenter,
.alignCenter {
  text-align: center;
}
.dataTable td.alignRight,
.dataTable th.alignRight,
.alignRight {
  text-align: right;
}
.dataTable_data {font-weight: bold; color: #747678;}

.dataTable_small {font-size: 0.86rem;}


.borderlessTable th,
.borderlessTable td {
  border-top: 0px solid red;
}

.table-striped tbody tr:nth-of-type(odd) {background-color: #ffffff; }
.table-striped tbody tr:nth-of-type(even) {background-color: #f4f4f4; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #747678;
    border-bottom: 1px solid #747678;
    }


.asOfDate, .asOfDateInline, .subhead,
.benTitleRight_subhead, .benDetailRight_overhead {
  font-weight: normal;
  /* font-style: italic; */
  color: #929292;
  font-size: 0.86rem;
}

.asOfDatePension {
  font-weight: normal;
  /* font-style: italic; */
  color: #FFF;
  font-size: 0.86rem;
}

.benTitleRight_subhead {
  margin-left: 0.2rem;
}
.asOfDate {   display: block;}
.asOfDateInline {   display: inline;}

@media (max-width: 480px) {
  .asOfDate, .asOfDateInline, .subhead,
  .benTitleRight_subhead, .benDetailRight_overhead {
    font-size: 0.9rem;
  }
  .benTitleRight_subhead {
  margin-left: 0rem;
}
}

.modal .asOfDate {margin-top: 0.0rem;}
.benTitleRight .asOfDate {/* margin-top: 0.5rem; */}
.benTitleRight_subhead {margin-top: 1rem; font-style: normal;}
@media (max-width: 480px) {.benTitleRight_subhead {text-align: left; margin-top: 0.2rem;}}
.benDetailRight_overhead {margin-top: 0rem;}

.benDetailWrapper_bigNumber {font-size: 1.93rem;font-weight: bold;color: #515151;}
.benDetailLeft_bigNumber {font-size: 2.21rem;color: #525252;margin-top: 0.2rem;}
.benDetailLeft_subhead {font-size: 0.86rem;color: #525252;margin-top: 0.3rem;padding-left: 0.2rem;}
.benDetailRight_bigNumber {font-size: 1.6em;color: #525252;font-weight: bold;margin-top: 0.25rem;}

/* KC: Experimental code to fit in extra column */
.benDetailWrapper_AC {
  display: block;
  padding-bottom: 0rem;
  width: 16.25rem;
  margin-left: -.32rem;
}

/*********************************************/
/*** SIDEBAR CLASSES  ***/
/*********************************************/
.sidebar {
  vertical-align: middle !important;
  color: #FFF;
  border:1px solid #000;
}
/*480*/@media (max-width: 480px) {
  .sidebar {
    display: none;
  }
}
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active {
  color: #444;
  font-weight: bold;
  text-decoration: underline;
}
.sidebar a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.sidebar h3 { line-height: 1.1rem; margin: 0.5rem 0rem 0.5rem 0rem;}
@media (max-width: 979px) {
  .sidebar h3 {font-size: 20px;}
}
.sidebar h5 {line-height: 1.1rem; margin: 0.5rem 0rem 0.25rem 0rem;}
.sidebarIcon,
.sidebarIcon_magGlass,
.sidebarIcon_exclaimation2,
.sidebarIcon_checkmark2,
.sidebarIcon_info2,
.sidebarIcon_knowIt2 {
  margin-left: 0px;
  padding-left: 50px;
  min-height: 60px;
}
.sidebar i{
  font-size: 40px;
  margin-left: -50px;
  margin-top:-5px;
  float:left;
  color: #666;
}

.sidebarIcon_magGlass {
  /*background: url(../images/sidebarIcon_magGlass2.fw.png) 0px 0px no-repeat;*/
}
.sidebarIcon_exclaimation2 {
  background: url(../images/sidebarIcon_exclaimation.gif) 0px 0px no-repeat;
}
.sidebarIcon_checkmark2 {
  background: url(../images/sidebarIcon_checkmark.gif) 0px 0px no-repeat;
}
.sidebarIcon_info2 {
  background: url(../images/sidebarIcon_info.gif) 0px 0px no-repeat;
}
.sidebarIcon_knowIt2 {
  background: url(../images/sidebarIcon_knowIt.png) 0px 0px no-repeat;
}
@media (max-width: 767px) {
  .sidebarIcon,
  .sidebarIcon_magGlass,
  .sidebarIcon_exclaimation2,
  .sidebarIcon_checkmark2,
  .sidebarIcon_info2,
  .sidebarIcon_knowIt2 {
    background: none;
    margin-left: 0px;
    padding-left: 0px;
  }
  .sidebar i{display:none;}
}
.sidebar_divider {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #666;
}
/*** popup classes ***/
.popupLink {background: inherit;}
table tr td.popupIcon_column {text-align: center;padding-right: 0px;padding-left: 2px;width: 1px; /*give it a minimum width to keep it tight*/}
table tr td.popupLink_column {padding-right: 0px; padding-left: 0.25rem;}

.dataTable .fa,
.dataTable .glyphicon  {
  font-size: 2rem;
  display: block;
  color: #007E7A;
}
@media (max-width: 480px) {
  .dataTable .fa,
  .dataTable .glyphicon  {
    font-size: 1.25rem;
  }
}
.popupPanel {  display: none;}
/*** pieChart ***/
.pieChartInline {background: #ddd;margin: 0.25rem 0rem;/* min-width: 320px; */}

.columnChart_wrapper {position:relative; background: #F4F4F4; }
@media (max-width: 767px) {.columnChart_wrapper {display: none;}}
.columnChart {height: 200px; width: 560px; margin: auto;}


/*********************************************/
/*** CUSTOM ACCORDION CLASSES  ***/
/*********************************************/
.accLink {
  cursor: pointer;
}
.accLink.sidebar:hover {
  opacity: .5;
}
.accPanel {
  clear: both;
  display: none;
  margin-top: 2px;
}
.accPanel ul {padding-left: 1rem; }

.understandIt,
.modelIt,
.closeIt {
  margin: 0rem 1rem 0rem 0rem;
  font-weight: bold;
  border: 1px solid #000;
  border: 1px solid #888;
  font-size: 1.0rem;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  background: #AAA;
  /*background-image: url(../images/icon_lightbulb.fw.png);
  background-position: 0.5rem 0.5rem;*/
  background-repeat: no-repeat;
  border-radius: 0.25rem;
  background-clip: padding-box;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: none;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.understandIt i,
.modelIt i,
.closeIt i {/* font-size: 2em; *//* margin-top: 5px; *//* position: absolute; */top 0rem;/* left: 1rem; *//* display: none; */}

.understandIt {
  /*background-image: url(../images/icon_lightbulb3.fw.png);
  background-position: 0.5rem 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;*/
}
.modelIt {
  /*background-image: url(../images/icon_calculator2.fw.png);
  background-position: 0.5rem 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;*/
}
.closeIt {
  background-image: none;
  background-position: 19px 10px;
  padding: 0.5rem 1.5rem;
  font-size: 1.0rem;
  /* border-radius: 0.25rem; */
}
a.understandIt:link,
a.modelIt:link,
a.closeIt:link {
  text-decoration: none;
  color: #FFF;
  border: 0px solid red;
}
a.understandIt:hover,
a.modelIt:hover,
a.closeIt:hover {
  color: #FFF;
  /*background-position: 19px 11px;*/
  cursor: pointer;
}
a.understandIt:visited,
a.modelIt:visited,
a.closeIt:visited {
  text-decoration: none;
}
a.understandIt:active,
a.modelIt:active,
a.closeIt:active {
  margin-top: 1px;
  margin-left: 1px;
  box-shadow: 0px 1px 0px 0 rgba(0, 0, 0, 0);
}
@media (max-width: 480px) {
  .modelIt {
    display: none;
  }
}
.learnMore {
  font-weight: bold;
}
a.actionBtn, a.actionBtn:link, a.actionBtn:visited, a.actionBtn:hover, a.actionBtn:active {
  background: #007E7A;
  color: #FFF;
  /* float:right; */
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
}
a.actionBtn:hover, a.actionBtn:active  {
  background: #747678;
}

.nav-tabs {
  padding-top: 1rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FFF;
}
.tab-content {background: #FFF;padding: 1rem 1rem 1rem 1rem;border-left: 1px solid #ddd;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}

@media (max-width: 480px) {
  #otherPrograms_wrapper .nav-tabs li {/* display: block; *//* float: none; *//* width: 45%; */}
}

.mobilePicker {margin: 0.5rem 1rem;}
.hidden-tiny {display: block;}
.visible-tiny {display: none;}
@media (max-width: 767px) {
  .hidden-tiny {display: none;}
  .visible-tiny {display: block;}
}
.tab-content > .tab-pane.active {transition: 1s all;}
.tab-content > .tab-pane {transition: 1s all;}



.floatRight { float: right;}
.floatLeft { float: left;}
.clearBoth {clear: both;height: 1px;}

.well {background-color: #EEE;}

/*********************************************/
/*** SECTION SPECIFIC CLASSES ***/
/*********************************************/

.accordion-body {background: #D6D6D6;}
.accordion-icon {float:right;color: #9EBB00;font-size: 2rem;margin: 0rem 0.5rem 1rem 1rem;height: 3.5rem;}
@media (max-width: 480px) {.accordion-icon {height: 2.5rem;margin: 0rem 0.5rem 0.5rem 0.5rem;}}
i.accordion-icon {display: none;}
#OP .panel-group {clear: both;}

/***********************************************************/
/*** MISCELLANEOUS ***/
/***********************************************************/
.notSmallSizeLinkOnly {
  display: inline;
}
.smallSizeLinkOnly {
  display: none;
}
.FAKE {
  background: #FFC;
}
/*
@media (min-width: 980px) {
  .modal {
    width: 660px;
  }
}
*/

.modal {
  z-index: 1500;
}

#myContactCenterModal {
 z-index: 1100;
 font-size:15px;
}
#myModalLabel .asOfDate {
 margin: 0rem; padding: 0rem; font-size: 0.9rem;
}

.displayNone {
  display: none;
}
/*
.progress {height: 110px; border:1px solid #000;}
.progress .bar-danger {background: #EC174B; }
.progress .text {font-weight: bold; font-size: 28px;
float: right; margin-top: 40px; margin-right:1rem; padding: 0px; padding-left: 1rem; z-index:100000; vertical-align:middle; display: inline;}
*/
/*** modeller_LTI - TODO: try to move into it's own module ***/
.accPanel_modelIt .asOfDate {
  color: #666;
  font-weight: normal;
}
#modeller_LTI_inputs {
  width: 100%;
}
#modeller_LTI_chart {
  /*max-width: 400px;*/
}
.noBorder td {
  border: 0px solid #FFF;
}
/*** print center modal classes ***/
.myPrintCenterModalBodyColumn1 {
  float: left;
  border-right: 1px solid #CCC;
  padding: 0rem 1rem;
  vertical-align: top;
  width: 50%;
}
@media(max-width: 480px) {.myPrintCenterModalBodyColumn1 {width: 100%;}}

.myPrintCenterModalBodyColumn2 {
  float: left;
  border-left: 1px solid #CCC;
  padding: 0rem 1rem;
  width: 50%;
   margin-top: -21px;
}
@media(max-width: 480px) {.myPrintCenterModalBodyColumn2 {width: 100%; border-left: 0px solid #CCC;  border-top: 1px solid #CCC;}}


/*debugging classes*/
.reviewersNote {
  background: #FFC;
}
/*debugging box*/
#debugger {
  position: fixed;
  width: 250px;
  right: 10px;
  top: 10px;
  padding: 5px;
  background: #FCC;
  border: 1px solid #CCC;
  font-size: 10px;
  opacity: 0.9;
  z-index: 100000;
}
#debugger div {
  font-size: 10px;
}
#debugger.collapsedDebugger {
  opacity: .5;
  zoom: 1;
  filter: alpha(opacity=50);
  width: 10px;
  height: 10px;
  overflow: hidden;
}
/***********************************************************/
/*** MEDIA QUERIES ***/
/***********************************************************/
/*responsive web design overrides*/
@media (max-width: 979px) {}
@media (max-width: 480px) {}

/************/
/************/
/*** max-width: 480px Landscape phones and down   *****/
/***  - only used to switch off different features ****/
/************/
/************/
@media (max-width: 480px) {
  body.otrBody #headerNavBar {
    display: none;
  }
  h1 .section_chevron_down {
    display: none;
  }
  h1 .section_chevron_up {
    display: block;
  }
  .collapsed h1 .section_chevron_down {
    display: block;
  }
  .collapsed h1 .section_chevron_up {
    display: none;
  }
  .benDetailWrapper {
    display: none;
    /* margin-bottom: 20px; */
  }
  .sidebar {
    display: none;
  }
  .pieChart_chartWrapper {
    display: none;
  }
  .notSmallSizeLinkOnly {
    display: none;
  }
  .smallSizeLinkOnly {
    display: inline;
  }
  .understandIt {
    display: none;
  }
  .modelIt {
    display: none;
  }
  #mobileMessageTeaser {
    display: block;
  }
}


.benIntro {/* margin: 1rem 0rem; */display: none;/* background: #F6F6F6; */}
@media (max-width: 480px) {.benIntro {margin: 1rem 0rem; display: none;}}
.benIntro .ben {background: #0482AC;color: #FFF;}

.sectionHeader {font-weight: bold; text-align: left; color:#444;}


/*Other Programs accordions/collapse */
.panel-heading{padding: 0rem;}
.panel-heading:hover{background-color: #EEE;}
.panel-heading a{padding: 0.5rem 1rem; display: block; font-weight: bold; text-decoration: none;} /*makes the whole block clickable instead of just text*/
.panel-heading a:hover{text-decoration: underline;}
.panel-heading a{display: block; background-color: #007E7A;color: #FFF;}
.panel-heading a.collapsed{display: block; }
@media (max-width: 480px) {.panel-heading a{ background-position: 97% 50%;}}

.panel-heading i {font-size: 1.35rem; float:right; font-weight: bold;}
.panel-heading a .fa-chevron-down{display: none;}
.panel-heading a .fa-chevron-up{display: inline;}
.panel-heading a.collapsed .fa-chevron-down{display: inline;}
.panel-heading a.collapsed .fa-chevron-up{display: none;}

/** LTI modeller classes*/
.accPanel_modelIt {}
.accPanel_modelIt .asOfDate {color: #666; font-weight:normal;}

#LTI_calculator {margin-left: 0rem; margin-right: 0rem;}
#LTI_leftColumn {padding: 0rem 1rem 0rem 0rem;}
#LTI_inputsView {width: 100%; background: #FFF; padding: 0rem 1rem 0rem 0rem;}
#LTI_inputsView td {width: 100%; padding: 1rem;}
#LTI_outputsView {padding: 0rem 0rem 0rem 0rem;}
#LTI_outputsView thead th{background: #D6D6D6;}
#LTI_outputsView tbody th{background: #EEE;}
#LTI_outputsView tfoot th{background: #D6D6D6;}
#LTI_outputsView tfoot td{background: #D6D6D6;}
 {}
#LTI_sourceTable thead th{background: #D6D6D6;}

#LTI_rightColumn {padding: 0rem 0rem 0rem 0rem;}
#LTI_chartView {padding: 0rem 0rem;background: #FFF;}
.noBorder td{border:0px solid #FFF;}

body .flagIsCAD { display: none;}
body .flagIsUSD { display: none;}
body .flagHasMEP { display: none;}
.flagIsCAD .flagIsCAD { display: inline;}
.flagIsUSD .flagIsUSD { display: inline;}
.flagHasMEP .flagHasMEP { display: inline;}
.flagHasMEP tr.flagHasMEP { display: table-row;}



#LTI_calculator select {width: 65px; float: right; /* display: inline; */margin-top: -40px; /* margin-right: 20px; */}
#LTI_calculator .ui-slider { width: 100%; /* float: left; */ /* margin-right: 90px; */ /* display: inline; */ margin-top: 5px;}

/* anything less than 900px should be stacked */
@media (max-width: 900px) {
    #LTI_calculator [class*="span"],
    #LTI_calculator  .uneditable-input[class*="span"],
    #LTI_calculator  .row-fluid [class*="span"] {
        display: block; float: none; width: 100%; margin-left: 0; box-sizing: border-box;
    }
}

/*modal classes*/
.modal-header     {padding: 1rem 1rem 0.5rem 1rem;min-height: 3.5rem;background: #007E7A;color: #EEE;}
.modal-header h4  {line-height: 1rem;color: #EEE;margin-top: 0rem;}
.modal-header-nav a {color: #FFF;font-size: 1rem;}
.modal-header-nav .myModalPrev {}
.modal-header-nav .myModalNext {}
.modal-header-nav a:hover {color: #CCC;}
.modal-header .close  {font-size: 1.5rem;color: #EEE;opacity: 1;font-weight: normal;}
.modal-header .close:hover  {color: #CCC;}
.modal-body-nav {width: 100%; padding: 0rem 0rem 1rem 0rem;font-size: 1.5rem; font-weight:normal;}
.modal-body-nav .myModalPrev {float:left;color: #CCC;}
.modal-body-nav .myModalNext {float: right;color: #CCC;}
.modal-body h4 {}
.modal-body .dataTable {/* margin-bottom: 1.3rem; */}
.modal-body .dataTable thead td,
.modal-body .dataTable thead th  {padding: 0.5rem;line-height: 1.2rem;background: #747678;}
.modal-body .dataTable thead th.dataTable_data  {font-size: 1.35rem;}
.modal-body ul {padding-left: 1.25rem;}
.modal-footer {}
.modal-footer .btn {font-size: 1rem;padding: 0.5rem 1rem;text-decoration: none;color: #444;}
.modal-footer .btn:focus {background: inherit; }
.modal-footer-left {float:left; line-height: 2rem;}
.modal-footer-left a {margin-right: 0.5rem;}

.firstPanel .myModalPrev {display: none;}
.lastPanel .myModalNext {display: none;}

/*NOTE: this attempts to expand the left side of the table so it pushes the chart to the right*/
.pieChartInline_modalTable {
    /* border: 1px solid red; */
    /* line-height: 1rem; */
    width: 100%;
}

.pieChartInline_modalTable_leftSide{background: #F6F6F6;}
.pieChartInline_modalTable_rightSide {/* width: 100%; */vertical-align: top;padding-left: 1rem;}
@media (max-width: 480px) {
.pieChartInline_modalTable_leftSide {display: block; text-align: center;margin: auto;}
.pieChartInline_modalTable_rightSide {display: block; padding-left: 0rem;}
}
.pieChartInline_modalTable .highcharts-container {margin: auto;} /*centers the piechart in its container*/

/*sidebarStock*/
.sidebarStock { display: block; cursor:pointer; text-decoration: none;/* border-top: 1px solid #EEE; *//* margin-top: 0.5rem; *//* padding-top: 0.5rem; */}
a.sidebarStock:link, a.sidebarStock:visited, a.sidebarStock:hover, a.sidebarStock:active {
text-decoration: none;}

.sidebarStock_nameAndPriceWrapper {}
a:hover .sidebarStock_nameAndPriceWrapper {text-decoration: underline;}
.sidebarStock_name {}
.sidebarStock_price {font-weight: bold; font-size: 1.2rem; }

.sidebarStock_diffAndPercWrapper {display: block;}
.sidebarStock_diffAndPercWrapper_up { color: #3d9400; display: block;}
.sidebarStock_diffAndPercWrapper_down {color: #dd4b39; display: block; }
.sidebarStock_iconUp {margin-top: -20px !important;/* margin-left: -40px !important; */ color: #3d9400 !important;}
.sidebarStock_iconDown {margin-top: -20px !important; margin-left: -40px !important; color: #dd4b39 !important;}
.sidebarStock_diff {}
.sidebarStock_perc {}
.sidebarStock_dateAndTimeWrapper {color: #999;}
.sidebarStock_date {}
.sidebarStock_time {}
.sidebarStock_linkWrapper {display:block;}
.sidebarStock_linkText {}

.ceo_signature {text-align: left;margin: 0rem;padding: 0rem 1rem 0rem 7rem;font-size: 1.24rem;color: #999;min-width: 250px;font-weight: bold;vertical-align: top;}
@media (max-width: 480px) {.ceo_signature {display: none;}}
.ceo_signature .img-thumbnail {height: 120px;display: block;opacity: 0.5;}
.ceo_signature img {height: 40px;display: none;}

.wellness {}
.wellness_tile {background: #F6F6F6; border:2px solid #FFF; width: 49%; float: left; padding: 0.5rem 1rem;;}
@media (max-width: 320px) {.wellness_tile {width: 100%;}}
.wellness_title {font-weight: 600;}
.wellness_icon {float: left;}
  .wellness_icon .fa-stack {float:right; font-size: 1rem; }
  .wellness_blue{color: #00B9D0;}
  .wellness_green{color: #090;}
  .wellness_red{color: #900;}
  .wellness_orange{color: #F90;}

.wellness_score {/* background: #666; *//* color: #FFF; *//* border-radius: 100px; *//* width: 7rem; *//* height: 7rem; */font-size: 1.5rem;font-weight: 700;vertical-align: top;}
  .wellness_scoreText {font-size: 3rem;text-align: center;vertical-align: middle;/* float: left; *//* position: absolute; *//* top: 2.5rem; *//* right: 05rem; */line-height: 5rem;/* padding: 2rem; *//* border: 1px solid red; */}
  .wellness_scoreText_small { font-size: 2rem; }
.wellness_targetTitle {font-size: 0.9rem;color: #999;font-style: italic;}
.wellness_targetNumber {font-size: 0.9rem; font-weight: 600;}

/*NOTUSED: alternate technique to create a circle with a number inside*/
.numberCircle {
    border-radius: 50%;
    width: 160px;
    padding: 8px;
    font-size: 52px;
    line-height: 1em;
    border: 2px solid #666;
    position: relative;

}
.numberCircle .height_fix {
    margin-top: 100%;
}
.numberCircle .content {
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    text-align: center;
    margin-top: -28px; /* Note, this must be half the font size */
}

.paddingTopNone {padding-top: 0rem;}
.marginTopNone {margin-top: 0rem;}

.printOnly {display: none;}
.noPrint {}

.smallFont {font-size: 0.9rem;}
ul.smallFont {padding-left: 1.0rem;}

.panel-group .XFLOW_content_node_item .panel,  
.panel-group .XFLOW_content_node_item + .panel 
{margin-top: 5px; }

/*Demonstration of changing the tablesaw default colors*/
/*
	.table-striped.tablesaw-stack.tablesaw tfoot tr:nth-child(odd) td,
	.table-striped.tablesaw-stack.tablesaw tfoot tr:nth-child(odd) th {
		background: #EEE !important;
	}
*/

/*debugging div depth */
/*
div div div div div div div div div div {border:1px solid orange;}
*/

/* a.popupLink,
a.popupLink:link,
a.popupLink:visited,
a.popupLink:active {
  color: #000;
} */

a.popupLink:hover {
  text-decoration: underline;
} 

/* .fa {
  color: #E37222;
}

.fa.fa-angle-right
{
  color: #007E7A;
}

 .fa.fa-chevron-down {
   color: #FFF;
 }

 .fa.fa-chevron-up {
   color: #FFF;
 }

  */

  .fa-money, .fa-line-chart, .fa-stethoscope, .fa-shopping-basket, .fa-umbrella {
    color: #E37222;
  }

  .LeaveLeft {
    float: left;
  }

  .LeaveRight {
    float: right;
   
  }

  .LeaveRight a:link, a:visited, a:active {
    color: #007E7A;
  }

  .LeaveRight a:hover {
    color: #747678;
  }
  
  .pensionTable{
	font-size:16px;  
  }
  
.pensionTable thead th{
	background-color:#007E7A !important;  
  } 
  
  .psuTable{
	font-size:13px;   
  }
  
  #ClientContentPlaceHolder_ClientContentPlaceHolder_lblLogout{
    display:none;
  }

@media (max-width: 480px){
.tablesaw-stack.tablesaw tr td, .tablesaw-stack.tablesaw tr th {
    text-align: left !important;
    padding: 0.5rem 0.5rem;
    color: #747678;}
}

@media (max-width: 480px){
.tablesaw-stack.tablesaw thead tr td, .tablesaw-stack.tablesaw thead tr th {
    text-align: left !important;
    padding: 0.5rem 0.5rem;
    color: #FFF;}
}

@media (max-width: 480px){
.tablesaw-stack.tablesaw tfoot tr td, .tablesaw-stack.tablesaw tfoot tr th {
    text-align: left !important;
    padding: 0.5rem 0.5rem;
    color: #FFF;}
}
@media (max-width: 480px){
tfoot .tablesaw-cell-label {
    text-transform: uppercase;
    color: #FFF;
    font-family: sans-serif;
    }
}

@media (max-width: 480px){
.tablesaw-striped.tablesaw-stack.tablesaw tfoot tr td, .tablesaw-striped.tablesaw-stack.tablesaw tfoot tr th {
    background: #747678 !important;
    border-top: 1px solid #CCC;}
}

@media (max-width: 480px){
tfoot #noMobile1 .tablesaw-cell-label {
display:none !important;
    }
}

@media (max-width: 480px){
tfoot #noMobile2 .tablesaw-cell-label {
display:none !important;
    }
}

@media (max-width: 480px){
tfoot #noMobile3 .tablesaw-cell-label {
display:none !important;
    }
}

@media (max-width: 480px){
tfoot #noMobile4 .tablesaw-cell-label {
display:none !important;
    }
}

@media (max-width: 480px){
tfoot #noMobile5 .tablesaw-cell-label {
display:none !important;
    }
}

@media (max-width: 480px){
tfoot #noMobile6 .tablesaw-cell-label {
display:none !important;
    }
}

#myModalLabel{color:#fff;}


#teconsent a{color:black !important;font-weight:bold;}
#teconsent a:hover {
    color:#999 !important;
}
