
/*********************************************/
/*** GENERAL STYLING   ***/
/*********************************************/
html {font-size: 16px;}
@media (max-width: 64em) {html {font-size: 14px; color: red;}}
@media (max-width: 40em) {html {font-size: 14px; color: blue;}}
body {
  padding-top: 0px;
  color: #515151;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: inherit !important;	/* This overrides bootstraps attempt to use px*/
  background: #004065;
}
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-family: "ProximaNova-Bold"; font-size: 1.3rem;}
h5 {font-family: "ProximaNova-Bold"; font-size: 1.25rem;margin-top: 1.25rem;margin-bottom: 0rem;}
h6 {font-family: "ProximaNova-Bold"; font-size: 1rem;margin-bottom: 0rem;margin-top: 1.25rem;}
b, strong {font-weight:normal; font-family: "ProximaNova-Bold"; }

a,
a:link,
a:visited,
a:hover,
a:active {
  /* text-decoration: underline; */
  outline: 0;
  color: #00a9ec;
  /* font-family: "ProximaNova-Bold"; */
}
a:hover,
a:active {
  color: #929292;
  text-decoration: none;
}
ul li {
  margin-bottom: 0.24rem; /*margin-top: 7px; list-style-type: disc; */
}
img {max-width: 100%;}

/*NOTE: if you see red borders where line break should be then convert to div instead since TVP will automatically create another br*/
br {border:0px solid red;height:5px;content: "A" !important;display: block !important;}
/*Indicates that we are using old glyphicons instead of font-awesome*/
.glyphicon {color: red !important; text-shadow: 2px 2px 10px rgba(0,100,200,1)}
.reveal {position:absolute;} /*NOTE: override because ZF is not properly positioning modal*/

@font-face {
  font-family: "ProximaNova-Regular";
  src: url('webfonts/ProximaNova-Regular.otf') format('opentype');
}
@font-face {
  font-family: "ProximaNova-Black";
  src: url('webfonts/ProximaNova-Black.otf') format('opentype');
}
@font-face {
  font-family: "ProximaNova-Black2";
  src: url('webfonts/ProximaNova-Black2.otf') format('opentype');
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url('webfonts/ProximaNova-Bold.otf') format('opentype');
}
@font-face {
  font-family: "ProximaNova-BoldIt";
  src: url('webfonts/ProximaNova-BoldIt.otf') format('opentype');
}
@font-face {
  font-family: "ProximaNova-Light";
  src: url('webfonts/ProximaNova-Light.otf') format('opentype');
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url('webfonts/ProximaNova-Semibold.otf') format('opentype');
}

/*********************************************/
/*** BROWSERWARNINGS AND CURTAIN  AREA   ***/
/*********************************************/
.browserWarning_wrapper { display: none;}

.curtain {
  width: 100%;
  height: 2000px;
  padding: 2rem 0rem;
  border: 1px solid #999;
  font-family: "ProximaNova-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: logo   ***/
/*********************************************/
header {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  /* height: 70px; */
  /* border: 1px solid red; */
}
body.otrBody header {

}
#headerLogoAndUserBarWrapperOuter {
  width: 100%;
  /* background: #FFF; */
  /* height: 70px; */
}
#headerLogoAndUserBarWrapper {
  max-width: 1150px;
  width: 100%;
  border: 0px solid red;
  margin: 0 auto;
  background: #fff;
}
#headerLogoBar {
  width: 60%;
  /* height: 70px; */
  float: left;
}
@media (max-width: 55rem) {
	#headerLogoBar {
		width: 100%;
    height: auto;
	}
}
#headerLogoBarWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  /* margin-top: 6px; */
  /* height: 70px; */
}
#headerLogo_left {
  /* float: left; */
  /* padding: 0.3rem; */
}
@media (max-width: 55rem) {
	#headerLogo_left {
	  padding: 0.2rem 0rem 0.2rem 1rem;
	}
}
#headerLogo_left img {
 /*  max-width: 170px;
 padding-top: 1rem;*/
 max-width: 500px;
 }
@media (max-width: 64rem) {
  #headerLogo_left img {
    /* height: 50px; */
  }
}
@media (max-width: 40rem) {
  #headerLogo_left img {
    max-width: 345px;
  }
}
#headerLogo_right {
  float: right;
  padding: 0.75rem 0rem 0.75rem 0rem;
  display: none;
}
/*#headerLogo_right img {
  height: 40px;
}*/


/*********************************************/
/*** HEADER : user bar(username and links) ***/
/*********************************************/
#headerUserBar {
  font-weight: 700;
  width: 40%;
  height: 70px;
  color: #203F6F;
  float: left;
  position: relative;
  padding-top: 6px;
}
#headerUserBarWrapper {
  width: 100%;
  max-width: 960px;
  margin: 0px 0px;
  padding: 0px 1rem 0 0;
  /* color: #FFF; */
  /* position: absolute; */
  /* bottom: 1rem; */
  margin-top: 5px;
}
#headerUserLeft {
  float: right;
  padding-left: 0rem;
}
#headerUserName {font-size: 1.1rem;font-family: "ProximaNova-Bold";}
.headerUserName_hello {
    display: inline;

}
@media (max-width: 40em) {  .headerUserName_hello {display: none;}}
.headerUserName_createdOnGroup {display: none;}
	.headerUserName_createdOnDate {font-family: "ProximaNova-Bold";}
.headerUserName_printedForGroup { }
	.headerUserName_printedForText {display: none;}
	.headerUserName_printedForName {/* font-family: "ProximaNova-Bold"; */}
	.headerUserNamePrintedFor {  display: none;}



#headerUserRight {
  float: right;
  clear: both;
  margin-top: 0.15rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 55rem) {
  #headerUserBar {
    clear: both;
    width: 100%;
    height: auto;
    border: 0px solid white;
    background: #ddd;
    padding: 0px;
    margin-top: 5px;
  }
  #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;
  }
}

@media(max-width: 40em) {#headerUserRight {padding-right: 0rem;}}

/*headerUserNavList classes  */
/*headerUserNavList classes  */
/*headerUserNavList classes  */
#headerUserNavList {}
#headerUserNavList li {
  list-style-type: none;
  float: left;
}
#headerUserNavList li > a {
  border-left: 1px solid #203F6F;
  padding: 0px 0px 0px 0.5rem;
  margin: 0px 0px 0px 0.5rem;
  display: inline-block;
  font-weight: 500;
  color: #203F6F;
  text-decoration: none;
}
@media (max-width: 64rem) {  #headerUserNavList li > a {}}
@media (max-width: 55rem) {  #headerUserNavList li > a {}}
#headerUserNavList li > a:hover {
  font-weight: normal; color: #203F6F; text-decoration: underline;
}
#headerUserNavList li > a#headerUserPrint  {border-left: 0px solid #203F6F;}

#headerUserNavList li > a .fa,
#headerUserNavList li > a .svg-inline--fa {/* 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: 55rem) {#headerUserNavList li > a i {}}
@media (max-width: 40rem) {
  #headerUserNavList li > a#headerUserContact {}
  #headerUserNavList li > a#headerUserPrint {/* display: none; */}
  #headerUserNavList li > a .fa,
  #headerUserNavList li > a .svg-inline--fa {display: none;}
}

/*headerStock classes  */
/*headerStock classes  */
/*headerStock classes  */
a.headerStock {float:right;clear: both;font-family: "ProximaNova-Bold";text-decoration:none;cursor:pointer;display: none;/* margin-top: 0.25em; */}
@media (max-width: 55rem) {  .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;}


/*********************************************/
/*** HEADER: main top level navigation    ***/
/*********************************************/
#headerNavBar {
  width: 100%;
  border: 0px solid #FFF;
  clear: both;
  z-index: 1000;
  margin: 0px auto;
}
body.otrBody #headerNavBar {
  display: block;
}
body.otrBody.hiddenSectionsEnabled #headerNavBar {  display: none;   }
/*Formerly we used to make the whole header fixed. Now it makes more sense to just keep the navigation fixed.*/
  body.navBarFixed #headerNavBar {
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #EEE;
  }

/*TODO: need to figure out to properly align the navbar to the content. Perhaps use .container .row*/
#headerNavBarWrapper {
  width: 100%;
  max-width: 1150px;
  margin: 0px auto;
  padding: 0 0;
  background: #4b8bd2;
  /* background: #000; */
}

/*This divider is optional element*/
.headerNavBarTopDivider {
  display: block;
  height: 1px;
  width: 100%;
  background: #FFF;
	display: none;
}
/*This divider is optional element*/
.headerNavBarBottomDivider {
  display: block;
  height: 1px;
  width: 100%;
  background: #FFF;
	display: none;
}

.headerNavBarGrid {margin: 0rem !important;}

#headerNavBar a.sectionLink {
  display: grid !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  line-height: 1.1rem;
  color: #FFF;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding: 0.8rem 1rem;
  position: relative;
  width: 20%;
  flex-grow: 1;
  border: 0px solid #FFF;
  font-family: "ProximaNova-Bold";
  letter-spacing: 1px;
}
@media (max-width: 64rem) {
  #headerNavBar a.sectionLink {
    padding: 0.75rem 1rem;
    transition: all 0.5s;
  }
}
.isHiding1Vertical #headerNavBar a.sectionLink  {
  width: 25%;
}
.isHiding2Vertical #headerNavBar a.sectionLink  {
  width: 33%;
}


#headerNavBar a.sectionLink div {
  position: relative;
}
/*Only required if we are putting an icon inside the link*/
#headerNavBar a.sectionLink div img {
  position: absolute;
  left: 10px;
  top: 10px;
  opacity: 1;
  width: 40px;
  transition: all 0.5s;
  display: none !important;
}
@media (max-width: 64rem) {
  #headerNavBar a.sectionLink div img {
    width: 20px;
    left: 5px;
    transition: all 0.5s;
  }
}
#headerNavBar a.sectionLink div img.iconOn {
  display: none;
}
#headerNavBar a.sectionLink div img.iconOff {
  display: block;
  transition: all 0.5s;
}
#headerNavBar a.sectionLink:link span {
  display: grid;
  font-size: 1rem;
  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: 0rem 0rem;
  margin: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 64rem) {
  #headerNavBar a.sectionLink:link span {
    font-size: 1rem;
    left: 0px;
    transition: all 0.5s;
  }
}
@media (max-width: 55rem) {
  #headerNavBar a.sectionLink:link span {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}

#headerNavBar a.sectionLink:hover {
  border: 0px solid #111;
  transition: all 0.5s;
  background-color: #2b6bb1;
}

#headerNavBar a.sectionLink:hover span {
  color: #EEE;
}
#headerNavBar a.sectionLink:hover div img {
  opacity: 1;
}
#headerNavBar a.sectionLink:hover div img.iconOn {
  display: block;
  transition: all 0.5s;
}
#headerNavBar a.sectionLink:hover div img.iconOff {
  display: none;
}

 a.sectionLink.selected {
  background-color: #8dc63f;
  border-top: 0px solid #8dc63f;
  border-bottom: 0px solid #8dc63f;
  border-right: 0px solid #8dc63f;
  border-left: 0px solid #8dc63f;
}

.modalBreak {padding-top: 1em;}

/*********************************************/
/*** FOOTER  AREA   ***/
/*********************************************/
footer {width: 100%;clear:both;padding: 0rem 0rem 0rem 0rem;margin: 0px auto;color: #ffffff; min-height: 50px;}
@media(max-width:40rem) {footer {margin-top: 0px; padding: 0rem 0rem 0rem 1rem; }}

.footerWrapper {
  max-width: 1150px;
  width: 100%;
  border-top:0px solid #CCC;
  padding: 0rem 0rem 0rem 0rem;
  margin: 0px auto;
  font-size: 13px;
}
.footer_text {opacity: 0.5;}
.footer_terms {}
.footer_copyright {text-align:right;}
@media(max-width:40em) {.footer_copyright {text-align:left;}}
footer a:link, footer a:visited, footer a:hover, footer a:active{color: #FFF;}
footer a:hover, footer a:active{color: #FFF; }
footer:hover .footer_text{opacity: 0.9; transition: 1s all;}
footer:hover a{text-decoration:underline; transition: 1s all;}
footer .modal-body {color: #333;}
@media (max-width: 960px) {
footer .modal-body {font-size: 0.9em;}
}
footer .modal-body a {color: #09C;}
footer a.btn {/* color: #09C; */}

#mobileMessageTeaser {
  display: none;
  font-size: 12px;
}
/*********************************************/
/*** MAIN CONTENT AREA   ***/
/*********************************************/
main {
    display: block;
    width: 100%;
}
.main_wrapper {
  max-width: 1150px;
  width: 100%;
  border: 0px solid red;
  margin: 0 auto;
  background: #D9F2FB;
}

@media (min-width: 64rem) {
.container {
    /* max-width: 970px; */
}
}
@media (min-width: 55rem){
.container {
    width: 100%;
}}

section {
  margin-bottom: 5rem;
  margin: 0rem;
  margin-bottom: 0rem;
  padding-top: 0rem;
  margin:auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
section#page1 {
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (max-width: 64rem) {
  section {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
@media (max-width: 40rem) {
  section {
    padding-top: 0rem;
  }
}
section:first {padding-top: 0rem !important;}
@media (max-width: 64rem) {
  /*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*/
.hiddenSectionsEnabled 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;
}
.hiddenSectionsEnabled section.hiddenSection {
  position: inherit;
  left: inherit;
  border:inherit;
  display: block;
}

.hiddenSectionsEnabled section h1 + div {
  max-height: 99999px;
  opacity: 1;
  overflow-y:hidden;
  padding: 0.2rem !important;
  overflow-x: hidden;
}


.hiddenSectionsEnabled section.hiddenSection h1 + div {
  max-height: 0px;
  padding:  0em !important;
}

/*used by masonry*/
.grid .grid-item {background: pink; } /*old style needs to be highlighted so it can change names */
.masonry .grid-item {background: pink; } /*old style needs to be highlighted so it can change names */
.grid .masonry-item {background: pink; } /*old style needs to be highlighted so it can change names */

.masonry {}
/*if certain grid elements are not properly resizing then add a background to see if it has the right class */
/*NOTE: .masonry-item will work while grid_item will NOT work.*/
.masonry .masonry-item {/*background: yellow; border: 1px solid blue !important;/**/}


h1 {
  font-size: 2.0rem;
  line-height: 1.7rem;
  font-family: "ProximaNova-Bold";
  color: #444;
  padding: 2rem 1rem 2rem 1rem;
  margin: 0rem 0rem 0rem 0rem;
  text-align: center;
  vertical-align: middle;
  transition: all 0.5s;
  /* max-width: 970px; */
  margin: auto;
  /* display: none; */
}
.hiddenSectionsEnabled h1 {
    font-size: 1.3rem;
    text-align: left;
    border-top: 0px solid #666;
    cursor: pointer;
    display: block;
    border: 1px solid #cde6ee;
    margin-bottom: 1px;
    background: #0482ac;
    color: rgba(255,255,255,.8);
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    /* background: #cde6ee; */
  }
h1:hover {
  /* background: #EEE; */
  transition: all 0.5s;
}
@media (max-width: 64rem) {
  h1:hover {
    border-top: 0px solid #666;
  }
}

h1 img {
    transition: all 0.3s;
}
.hiddenSectionsEnabled h1 img {width: 30px;margin: 0px 0rem 0rem 0px;display: none;}

h1 .icon-angle-down,
h1 .icon-angle-up {
  float: right;
  font-size: 2rem;
  display: none;
  opacity: 0.8;
  width: 30px;
  margin: 0rem 0rem 0rem 0.2rem;
}
.hiddenSectionsEnabled h1 .icon-angle-down {
  display: inline;
  transform: rotateX(180deg);
  transition: 0.7s all;
}
.hiddenSectionsEnabled h1 .icon-angle-up {
  display: none;
  transition: all 1s;
}
.hiddenSectionsEnabled h1:active .icon-angle-up {
  margin-top: 2px;
}
.hiddenSectionsEnabled h1:active .icon-angle-down {}
.hiddenSectionsEnabled .hiddenSection h1 .icon-angle-down {
  display: inline;
  transform: rotateX(0deg);
  transition: 0.7s all;
}
.hiddenSectionsEnabled .hiddenSection h1 .icon-angle-up {
  display: none;
  opacity: 0;
}

.reveal h1 {text-align:left;margin: 0rem 0rem 0rem 0rem;padding: 1rem 1rem 1rem 1rem;}
.reveal .close-button {font-size:3em;}

/*********************************************/
/*** BENEFIT TITLE AND BENEFIT DETAIL   ***/
/*********************************************/
.ben {
  background: #FFF;
  padding: 1.4rem 1.4rem 1.4rem 1.4rem;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
  /*border-top: 1px solid #E5E5E5;border-left: 1px solid #E5E5E5;*/
  border: 1px solid #7B7B7B;
  margin-bottom: 2rem;
  /* margin-top: 1.5rem; */
}
.hiddenSectionsEnabled .ben {margin: 0.2rem; padding: 0.4rem 1.2rem;}


.benIntroBox {column-count: 2;column-gap:  2em;column-rule: 1px dotted #ccc;}

@media (max-width: 40rem) {
  .benIntroBox {margin-bottom: 0.4rem;}
}

.benTitleWrapper {
  width: 100%;
  margin-top: 0rem;
  clear: both;
  border-bottom: 0px solid #CCC;
  transition: all 0.5s;
  margin-bottom: 0rem;
}
@media (max-width: 40rem) {
  .benTitleWrapper { margin-top: 0rem;  }
  .benTitleWrapper:hover td {}
}
.benTitleWrapper tbody {border:0px solid #FFF;}

.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; */
  padding-left: 0px;
  display: block;
  font-family: "ProximaNova-Bold";
  color: #555;
  line-height: 1.6rem;
}
@media (max-width: 64rem) {
  .benTitleLeft {	 }
}
@media (max-width: 40rem) {
  .benTitleLeft {font-size: 1.2rem;padding-bottom: 0.0rem;padding-top: 0.5rem;padding-top: 0.0rem;padding-right: 3rem;}
  .benTitleLeft {background-image: url('../images/chevron_smallest_up_grey.png');background-repeat: no-repeat;background-position: right -0rem top 0.4rem;}
  .ben.hiddenBen .benTitleLeft {background-image: url('../images/chevron_smallest_down_grey.png');}
}
.benTitleRight {
  font-family: "ProximaNova-Bold";
  text-align: left;
  /* display: block; */
  color: #8dc63f;
  margin: 0rem;
  padding: 0rem;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 64rem) {
  .benTitleRight { font-size: 2.0rem;  }
}
@media (max-width: 40rem) {
  .benTitleRight {font-size: 1.2rem; vertical-align: top; margin-top:0.5rem;}
  .benTitleRight {display: inline-block;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.77rem;
  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: 2rem;line-height: 1.0rem;margin-bottom: 0.8rem;}
@media(max-width:40rem) {.benTitleRight_number {font-size: 1.4rem;margin-top: 0rem;text-align: right;}}
.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: 64rem){
  .benTitleRight_bigNumber {font-size: 4.8rem; margin-left: 4rem;}
}
@media (max-width: 40rem){
  .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: 64rem){.benTitleRight_icon{}}
@media (max-width: 64rem){.benTitleRight_icon{}}
@media (max-width: 40rem){.benTitleRight_icon {display: none;}}
.benTitleRight_icon img {width: 5rem;}
.ie9 img, .ie10 img, .ie11 img{ width: 100%; }




.benDetailCollapsed .benTitleWrapper {
  border-bottom: 1px solid #CCC;
}
.benDetailWrapper {
  /* margin-bottom: 2rem; */
  display: block;
  padding-bottom: 0rem;
  max-height: 99999px;
  overflow-y: hidden;
  opacity: 1;
  overflow-x: hidden;
}
@media(max-width: 40em) {
  .hiddenBen .benDetailWrapper {
    max-height: 0px;
    /* opacity: 0.1; */
  }
}




table tbody tr:nth-child(odd) {background-color: #fff;}
table tbody tr:nth-child(even) {background-color: #f6f6f6;}

.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-family: "ProximaNova-Bold";
}
/*Force all table headers to be vertically aligned*/
.dataTable > thead > tr > th,
.dataTable > thead > tr > td,
.dataTable > tbody > tr > th {
  vertical-align: middle;
 }

#contactsTable thead tr th {
	background: #bbb;
}
#contactsTable tbody tr th {
	background: #ddd;
}

.dataTable tbody th {
  background: #f4f4f4;
  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: #ddd;
  font-family: "ProximaNova-Bold";
  color: #000;
}
.dataTable tr {
  /*border-bottom: 1px solid #000;*/
}

.accordDataTable.table tbody tr td {
	background-color: #F3F3F3;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.accordDataTable {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

.accordDataTable.table tbody tr td.header {
	background-color: #C0C0C0;
}

.accordDataTable tr {
	border-bottom: 1px solid #333;
}

.accordDataTable tr td {
	border: 1px solid #333;
}

.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: 40rem) {
  .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: #ddd;
  color: #000;
}

.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: normal; color: #333;}

.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 #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    }


.asOfDate, .asOfDateInline, .subhead,
.benTitleRight_subhead, .benDetailRight_overhead {
  /* font-weight: normal; */
  /* font-style: italic; */ /*DO NOT USE ITALICS BAD USABILITY*/
  /* color: #555; */
  font-size: 0.9rem;
  opacity: 0.85;
  font-family: "ProximaNova-Regular";
}

.benTitleRight_subhead {
  margin-left: 0.2rem;
}
.asOfDate {   display: block;}
.asOfDateInline {   display: inline;}

@media (max-width: 40rem) {
  .asOfDate, .asOfDateInline, .subhead,
  .benTitleRight_subhead, .benDetailRight_overhead {
    font-size: 0.9rem;
  }
  .benTitleRight_subhead {
  margin-left: 0rem;
  }
}
@media (max-width: 40rem) {.benTitleLeft .asOfDate {margin-top: -0.2rem;}}


.modal .asOfDate {margin-top: 0.0rem;}
.benTitleRight .asOfDate {/* margin-top: 0.5rem; */}
.benTitleRight_subhead {margin-top: 1rem; font-style: normal;}
@media (max-width: 40rem) {.benTitleRight_subhead {text-align: left; margin-top: 0.2rem;}}
.benDetailRight_overhead {margin-top: 0rem;}

.benDetailWrapper_bigNumber {font-size: 1.93rem;font-family: "ProximaNova-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-family: "ProximaNova-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;
}
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active {
  color: #444;
  font-family: "ProximaNova-Bold";
  text-decoration: underline;
}
.sidebar a:hover {
  color: #000;
  font-family: "ProximaNova-Bold";
  text-decoration: none;
}
.sidebar h3 { line-height: 1.1rem; margin: 0.5rem 0rem 0.5rem 0rem;}
@media (max-width: 64rem) {
  .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: 55rem) {
  .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: right;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 .svg-inline--fa{
  font-size: 1.5rem;
  display: inline-block;
  color: #999;
  width: 1.5em;
}
@media (max-width: 40rem) {
  .dataTable .fa,
  .dataTable .svg-inline--fa {
    font-size: 1.25rem;
  }
}
.popupPanel {  display: none;}
/*** pieChart ***/
.pieChartInline {background: #f6f6f6;margin: 0.25rem auto;/* min-width: 320px; */}
.pieChartInline br {border:0px solid red;height:0px;content: "" !important;display: block !important;}

.columnChart_wrapper {position:relative;background: #fff;}
@media (max-width: 40rem) {.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; }


.closeIt {
  background: #8dc63f;
  padding: 0.5rem 1.5rem;
  font-size: 0.8rem;
  border-radius: 20px;
  color: #fff;
}
.closeIt:hover {
    background: #0c3349;
    color: #FFF;
}


.learnMore {
  font-family: "ProximaNova-Bold";
}
a.actionBtn, a.actionBtn:link, a.actionBtn:visited, a.actionBtn:hover, a.actionBtn:active {
  background: #8dc63f;
  color: #FFF;
  /* float:right; */
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  cursor: pointer;
}
a.actionBtn:hover, a.actionBtn:active  {
    /* background: #0c3349; */
    /* color: #FFF; */
    opacity: 0.8;
}

.nav-tabs {
  padding-top: 1rem;
  margin-bottom: -1px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #FFF;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #777;
}

.mobilePicker {/* margin: 0.5rem 1rem; */}
.hidden-tiny {display: block;}
.visible-tiny {display: none;}
@media (max-width: 55rem) {
  .hidden-tiny {display: none;}
  .visible-tiny {display: block;}
}

.otherBenefits_tabs {display: block;}
.otherBenefits_select {display: none; }
@media (max-width: 55rem) {
  .otherBenefits_tabs  {display: none;}
  .otherBenefits_select {display: block;background-color: #fff3d9;margin: 0.2rem 0rem;padding: 1.4rem 1.4rem 1.4rem 1.4rem;box-shadow: 2px 2px 2px rgba(0,0,0,0.25);border: 1px solid #7B7B7B;}
}
@media (max-width: 40rem) {
  .otherBenefits_select {margin: 0.2rem;padding: 0.4rem 1.2rem;}
}

.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: #f4f4f4;}

/*********************************************/
/*** SECTION SPECIFIC CLASSES ***/
/*********************************************/

.accordion-body {background: #eee;}
.accordion-icon {float:right;color: #9EBB00;font-size: 2rem;margin: 0rem 0.5rem 1rem 1rem;height: 3.5rem;}
@media (max-width: 40rem) {.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;
}
.modal {
  z-index: 1500;
}

#myContactCenterModal {
 z-index: 1100;
}
#myModalLabel .asOfDate {
 margin: 0rem; padding: 0rem; font-size: 0.9rem;
}

#myModalLabel {
  color: #FFF;
}

.displayNone {
  display: none;
}
/*
.progress {height: 110px; border:1px solid #000;}
.progress .bar-danger {background: #EC174B; }
.progress .text {font-family: "ProximaNova-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: 0px solid #CCC;
  padding: 0rem 1rem;
  vertical-align: top;
  width: 50%;
}
@media(max-width: 40rem) {.myPrintCenterModalBodyColumn1 {width: 100%;}}

.myPrintCenterModalBodyColumn2 {
  float: left;
  border-left: 1px solid #CCC;
  padding: 0rem 1rem;
  width: 50%;
}
@media(max-width: 40rem) {.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 ***/
/***********************************************************/


/* @media (max-width: 40rem) {
  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 {
  }
  .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: 40rem) {.benIntro {margin: 1rem 0rem; display: none;}}
.benIntro .ben {background: #0482AC;color: #FFF;}

.sectionHeader {font-family: "ProximaNova-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-family: "ProximaNova-Bold"; text-decoration: none; display: block; background-color: #203F6F ;color: #FFF;} /*makes the whole block clickable instead of just text*/
.panel-heading a:hover{text-decoration: underline; opacity: 0.9;}
.panel-heading a{}
.panel-heading a.collapsed{display: block; }
@media (max-width: 40rem) {.panel-heading a{ background-position: 97% 50%;}}

.panel-heading .fa,
.panel-heading .svg-inline--fa {font-size: 1.35rem;float:right;/* font-family: "ProximaNova-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*/
/*LTI MODELLER*/
/*LTI MODELLER*/

#myLTIModal {font-size: 1rem;}
@media(max-width:64em) {#myLTIModal {font-size: 0.9rem;}}

#LTI_calculator {margin-left: 0rem; margin-right: 0rem;}
#LTI_leftColumn {padding: 0rem 0rem 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 th, #LTI_outputsView td {color:#444;}
#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 #LTI_calculator .flagIsCAD { display: none;}
body #LTI_calculator .flagIsUSD { display: none;}
body #LTI_calculator .flagHasMEP { display: none;}
.flagIsCAD #LTI_calculator .flagIsCAD { display: inline;}
.flagIsUSD #LTI_calculator .flagIsUSD { display: inline;}
.flagHasMEP #LTI_calculator .flagHasMEP { display: inline;}
.flagHasMEP #LTI_calculator 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;margin-bottom: 1rem;}



/*modal classes*/
.modal-header     {padding: 1rem 1rem 0.5rem 1rem;min-height: 3.5rem;background: #4b8bd2;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 {}
.modal-body .dataTable thead td,
.modal-body .dataTable thead th  {padding: 0.5rem;line-height: 1.2rem;background: #ddd;color: #000;}
.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 {width: 100%;}
.pieChartInline_modalTable > tbody > tr > td{padding:0px;}

.pieChartInline_modalTable_leftSide{background: #F6F6F6;}
.pieChartInline_modalTable_rightSide {/* width: 100%; */vertical-align: top;padding-left: 1rem;}
@media (max-width: 40rem) {
.pieChartInline_modalTable_leftSide {display: block; text-align: center;margin: auto;}
.pieChartInline_modalTable_rightSide {display: block; padding-left: 0rem;}
}
.pieChartInline_modalTable .pieChartInline {margin: 0px;} /*prevents slight margin to occur above and below*/
.pieChartInline_modalTable .highcharts-container {margin: auto;} /*centers the piechart in its container*/
.pieChartInline_modalTable .dataTable {margin: 0px;}


/*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-family: "ProximaNova-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 {
  float:right;
  line-height: 1.2;
  text-align: left;
  margin: 0rem;
  padding: 0rem 1rem 1rem 3rem;
  font-size: 0.86rem;
  color: #999;
  min-width: 250px;
  font-family: "ProximaNova-Bold";
  vertical-align: top;
  }
.ceo_signature span {
  font-size:0.86rem;
}
.ceo_title {font-weight:normal;}
.ceo_title2 {font-weight:normal;}
@media (max-width: 40rem) {.ceo_signature {/* display: none; */}}
.ceo_signature .img-thumbnail {height: 120px;display: block;opacity: 1;}
.ceo_signature img {height: 40px;display: none;}

.ceo_msg {
  /* column-width: 14em; */
  /* column-gap: 2em; */
  /* column-rule: 1px solid #ccc; */
}

.wellness {}
.wellness_tile {background: #F6F6F6; border:2px solid #FFF; width: 49%; float: left; padding: 0.5rem 1rem;;}
@media (max-width: 40rem) {.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: #203F6F ;
  }

  .LeaveLeft {
    float: left;
  }

  .LeaveRight {
    float: right;

  }

  .LeaveRight a:link{
    color: #fff;
  }



  .LeaveRight a:hover {
    color: #f4f4f4;
  }

/*OP accordion hover override for bootstrap native*/
  .nav > li > a:hover, .nav > li > a:focus {

    color: #00a9ec;
    background: #FFF;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: 1px solid #FFF;
  }

  .nav > li > a:hover {
    background: #F9F9F9;
  }



#contactsTable .fa,
#contactsTable .svg-inline--fa {font-size: 1rem;}
.contactsHeader {
  
}
@media(max-width: 40em){
  .contactsHeader {
    display:none!important;
}
}

/*************************************/
/*next and previous links*/
/*************************************/
.nextPrevBar  {background:inherit;padding: 0.5rem 1rem;max-width: 960px;margin:auto;}
@media(max-width: 40em) {.nextPrevBar  {display: none;}}
.nextPrevBar:first-child  {/* border-bottom: 1px solid #999; */margin-top: 1rem;/* position: absolute; *//* top: -2rem; */}
@media(max-width: 40em) {.nextPrevBar:first-child  {border: 0px solid #999;margin-top: 0rem;padding: 0rem 0.5rem 0.5rem 0.5rem;font-size: 1rem;clear: both;}}
.nextPrevBar:last-child  {/* border-top: 1px solid #999; */margin-top: 1rem;}
a.nextPrevBar_link {cursor: pointer; font-weight: normal;color: #999;}
.nextPrevBar:hover a.nextPrevBar_link {color: #00a9ec !important;}
.nextPrevBar:hover a.nextPrevBar_link:hover {font-weight:bold;}
.nextPrevBar_title{color: #CCC;display: none;}
@media(max-width: 40rem) {.nextPrevBar_title{display: none;}}
@media(max-width: 64rem) {.left-nav-menu-open .nextPrevBar_title{display: none;}}
a.nextPrevBar_link:hover .nextPrevBar_title{color: inherit; display: none;}
@media(max-width: 40rem) {a.nextPrevBar_link:hover .nextPrevBar_title{display: none;}}
a.nextPrevBar_prev {}
a.nextPrevBar_next {float: right;}
.nextPrevBar_arrow {color: inherit !important; }
.nextPrevBar_prev .nextPrevBar_arrow {margin-right: 4px;}
.nextPrevBar_next .nextPrevBar_arrow {margin-left: 4px;}



/*.reveal {top: 0px !important;}  */

.modal-dialog {max-width: 800px;width: 100%;}
@media (max-width: 64rem) {
  .modal-dialog {width: 95%;}
}


/*
Back to Top
*/
.backToTop {
	display: inline-block;
	position: fixed;
	bottom:1rem;
	right: 0.5rem;
	opacity: 0;
	font-size: 1rem;
	color: #999;
	outline: none;
	cursor: pointer;
	transition: all 0.3s;
	/* background: #fff; */
	border-radius: 10rem;
	border: 1px solid rgba(255,255,255,0.36);
	padding: 0.85rem 1rem;
	background: #333;
	color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}
.isScrolled .backToTop {opacity: 0.8;transition: all 1s;}
.isScrolled .backToTop:hover {opacity: 1;}
.backToTop i{/* background: #000; *//* color: #fff; */}

/*
zNextPrevious styles
*/
.nextPrev  {background:inherit;padding: 0.5rem 1rem;max-width: 960px;margin:auto;}
.hiddenSectionsEnabled .nextPrev  {display: none;}
.nextPrev:first-child  {/* border-bottom: 1px solid #999; */margin-top: 1rem;/* position: absolute; *//* top: -2rem; */}
.hiddenSectionsEnabled .nextPrev:first-child  {border: 0px solid #999;margin-top: 0rem;padding: 0rem 0.5rem 0.5rem 0.5rem;font-size: 1rem;clear: both;}
.nextPrev:last-child  {/* border-top: 1px solid #999; */margin-top: 1rem;}
h1 a.nextPrev_link {cursor: pointer;font-weight: bold;color: #fff;padding: 0.2rem 0.5rem 0.1rem 0.5rem;transition: 0.5s all;/* background: #ccc; */border-radius: 10rem;font-size: 1.4rem;padding: 0rem;height: 2rem;width:2rem;color: #ccc;transition: 0.1s all;}
.hiddenSectionsEnabled h1 a.nextPrev_link {display: none;}
h1 a.nextPrev_link {color: #4b8bd2;/* opacity: 0.5; *//* border-radius: .5rem; */background: inherit;transition: 1s all;}
h1 a.nextPrev_link:hover {opacity: 1;margin-left:-1px;margin-top:-1px;background: #4b8bd2;color: #fff;}
h1:hover a.nextPrev_link:active {opacity: 1; background: #8dc63f; margin-left:0px; margin-top:0px;}
.nextPrevTable a.nextPrev_link {cursor: pointer;font-weight: normal;transition: 1s all;}


.nextPrevTable  {background:inherit;margin: 2rem 0rem 2rem 0rem;/* max-width: 960px; */}
.hiddenSectionsEnabled .nextPrevTable  {display: none;}
.nextPrevTable tbody {background:none !important; border:0px solid #fff;}
.nextPrevTable tr {background:none !important;}
.nextPrevCellLeft {width: 5%;vertical-align: middle;}
.nextPrevCellCenter {width: 5%;}
.nextPrevCellRight {width: 5%;vertical-align: middle;}
.nextPrevTable h1 {margin: 0px; position: inherit; }

.nextPrev_title{color: #CCC;display: none;}
.hiddenSectionsEnabled .nextPrev_title{display: none;}
@media(max-width: 64rem) {.left-nav-menu-open .nextPrev_title{display: none;}}
a.nextPrev_link:hover .nextPrev_title{color: inherit; display: none;}
.hiddenSectionsEnabled a.nextPrev_link:hover .nextPrev_title{display: none;}
.nextPrev_text {display: none;}
.nextPrevTable .nextPrev_text {display: inline-block;}

a.nextPrev_prev {float: left;}
a.nextPrev_next {float: right;}
.nextPrev_arrow {}
.nextPrev_prev .nextPrev_arrow {margin-right: 2px;}
.nextPrev_next .nextPrev_arrow {margin-left: 2px;}
.nextPrev_arrow i{margin-top: 4px;}

.v2 h1 a.nextPrev_link {background: inherit;font-size: 1rem; padding: 0rem; height: 2rem; width:2rem;}
.v2 h1 .nextPrev_text {display: none;}
.v2 h1 .nextPrev_arrow {font-weight: normal;font-size:2rem;color: #53c3c3 !important;transition:1s all;}
.v2 h1:hover .nextPrev_arrow { color: #999 !important;}
.v2 h1:hover .nextPrev_arrow:hover {font-size: 2.3rem; color: #8dc63f !important;  transition:.1s all;}

.v2 .nextPrevTable .nextPrev_link {color: #09C;}
.v2 .nextPrevTable .nextPrev_link:hover {color: inherit;}
.v2 .nextPrevTable .nextPrev_text {display: inline-block;}

.button {font-size: 1rem;} /*foundation tries to shrink it.*/


/*HOME MODULES*/
/*HOME MODULES*/
/*HOME MODULES*/
/*
HOME - hero (splash image)
*/
.hero {position: relative;width: 100%;}
.hero_bg {}
@media(max-width:40rem) {.hero_bg {opacity: 0.5;min-width: 40rem;}}
.hero_text {
	position: absolute;
	width: 50%;
	top: 100px;
	left: 2rem;
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 3rem;
	font-family: "ProximaNova-Regular";
	text-shadow: -1px -1px 1px rgb(255,255,255,0.25);
	transition: 1s all;
}
.hero_text_before {
  content: "";
  background: url("../images/heros/surfer.jpg");
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media(max-width: 64rem) {.hero_text {top: 2rem;font-size: 2.5rem;line-height:2.5rem;transition: 1s all;}}
@media(max-width: 40rem) {.hero_text {top: 1rem;font-size: 2rem;line-height:2rem;width: 80%;text-shadow: 1px 1px 1px rgb(255,255,255,0.5);transition: 1s all;}}

.hero_text h1, .hero_text h2, .hero_text h3{
	color: #666;
}

.hero_textBold {display: block; font-family: "ProximaNova-Bold"; font-family: "ProximaNova-Bold"; font-size: 3rem; text-transform: uppercase; line-height:2rem	}
@media(max-width: 64rem) {.hero_textBold {display: block; font-size: 2.5rem; line-height:2.5rem	}}
@media(max-width: 40rem) {.hero_textBold {/* display: inline; */font-size: 2rem;line-height:2rem;}}

.hero_button {margin-top:1rem;min-width: 150px;margin-bottom: 1rem;/* border: 1px solid red; */display: block;}
.hero .dropdown-pane {text-transform: capitalize;}

/*
HOME - call to action (cta)
*/
.myGrid {margin:1rem 0rem 1rem 0rem;}
.myGrid .grid-container {}
@media(max-width: 40rem) {.myGrid .grid-container {}}
@media(max-width:40rem) {.grid-padding-x.noPaddingwhileSmall > .cell {padding-left: 0rem; padding-right: 0rem;}}

.tile {background: #fff;border: 2px solid #d9f2fb;padding: 1rem;margin-bottom: 1rem;position: relative;/* padding-left: 4rem; */height: 100%;}
@media(max-width:40rem) {.tile {padding-left: 1rem;}}
.tile.clickable:hover {opacity: 0.9;cursor: pointer;border:2px solid #8dc63f;margin-top: -1px;}
.tile_icon {color: #53c3c3;font-size: 2rem;margin-left: -3rem;float: right;}
@media(max-width:64rem) {.tile_icon {font-size: 2.0rem;}}
@media(max-width:40rem) {.tile_icon {font-size: 1.5rem;margin-left: 0rem;margin-right: 0.5rem;}}
.tile h3{color: #444;font-size:2rem;font-weight: normal;font-family: "ProximaNova-Regular";line-height: 1;margin-right: 3rem;}
@media(max-width: 64rem) {.tile h3{font-size: 2rem}}
@media(max-width: 40rem) {.tile h3{font-size: 2rem;}}
.tile h3 b{font-family: "ProximaNova-Bold";}
.tile_row {display: block;margin: 1rem 0rem 1rem 0rem;}
.tile_label {font-size: 1rem;/* font-family: "ProximaNova-Bold"; */display: block;color: #777 !important;font-family: "ProximaNova-Bold";}
.tile_number {font-size: 2rem;font-weight:normal;color: #54C5EC;font-family: "ProximaNova-Black";}
@media(max-width: 40rem) {.tile_number {font-size: 1.5rem;}}


.ctas {text-align:center;padding: 0rem 2rem 0rem 2rem;}
@media(max-width:64rem) {.ctas {padding: 0rem 0rem 0rem 0rem;}}
@media(max-width:40rem) {.ctas {text-align:inherit;background: #fff;}}
.ctas .tile {padding-bottom: 0.0rem;}
.ctas h3 {margin-right: 0px;}
.ctas h3 b{display: block;}
.ctas p {margin: 0.5rem 0rem;}
.cta_icon {color: #2ba6cb;/* display: none; */font-size: 3rem;margin-bottom: 0.5rem;}
@media(max-width: 40rem) {.cta_icon {float:right;margin-top: -0rem;margin-left: 2rem;}}
.ctas .button {font-size:1rem;min-width:150px;color: #fff;margin-bottom: 0px;display: none;}

/*
HOME - dashboard (infographic)
*/
.dashboard {background: #52c5ec;height: 22rem;position: relative;text-transform: uppercase;color: #fff !important;padding: 0rem 1rem 1rem 3rem;}
@media(max-width:64rem) {.dashboard {padding: 1rem 1rem 1rem 2rem;}}
@media(max-width:40rem) {.dashboard {height: inherit; padding: 1rem 0rem 1rem 1rem;}}
.dashboard::after {clear: both;}
.dashboard_image {float:right;margin: 1rem 1rem;height: 110%;}
@media(max-width:40rem) {.dashboard_image {float:right;margin: 1rem 1rem;height: calc(5%);max-height: 200px;}}
.dashboard h3 {
	padding: 2rem 0rem 0rem 2rem;
	color: #fff;
	text-transform:uppercase;
	font-size:3rem;
	line-height:3rem;
	font-family: "ProximaNova-Regular";
	padding-left: 0rem;
}
@media(max-width:64rem) {.dashboard h3 {padding: 1rem 1rem 1rem 0rem;font-size: 2rem;line-height:2rem;}}
.dashboard h3 b{display: block; font-family:"ProximaNova-Bold"}
.dashboard .tile_row {margin: 0rem 0rem 1rem 0rem;display: block;}
.dashboard .tile_cell {display: inline-block;padding: 2rem 1rem 1rem 2rem;vertical-align: top;}
@media(max-width:64rem) {.dashboard .tile_cell {display: block;padding: 1rem 0rem 1rem 0rem;}}
.dashboard .tile_cell:first-child {border-right:1px solid #fff !important; padding-right: 2rem; padding-left: 0rem;}
@media(max-width:64rem) {.dashboard .tile_cell:first-child {border-right:0px solid #fff !important;border-bottom:0px solid #fff !important;padding-right: 0rem;padding-left: 0rem;}}
.dashboard .tile_number {color: #fff !important;font-size: 3rem;line-height: 1rem;}
@media(max-width:64rem) {.dashboard .tile_number {font-size:3rem;}}
@media(max-width:40rem) {.dashboard .tile_number {font-size:2rem;}}
.dashboard .tile_label {color: #fff !important;}
.dashboard_footnote {display: inline-block;clear: left;color: #fff !important;margin: 0.5rem 0rem 2rem 0rem;}
.dashboard_footnote:hover {}


/*THEMES*/
/*THEMES*/
/*THEMES*/


/*Theme 1*/
body .th1 {display: none;}
body.th1 .th1 {display: block;}
body.th1 .th0 {display: none;}
body.th1 .th2 {display: none;}
body.th1 {background: #5A2DB4}


.th1 #headerNavBarWrapper {background: #32166855;}
.th1 #headerNavBar a.sectionLink:hover {background-color: #321668;}
.th1 #headerNavBar a.sectionLink.selected {background: #321668;}

.th1 .mainContent {background: #38128533}
.th1 .tile {border: 2px solid #5a2db459;}
.th1 .tile.clickable:hover {border:2px solid #5a2db4;}
.th1 .tile_icon {color:#5A2DB4 !important;}
.th1 .dashboard {background: #321668;}
.th1 .benTitleRight {  color: #5a2db4;}
.th1 a.actionBtn:link {background: #5a2db4;}
.th1 .button {background-color: #5a2db4}


/*Theme 2*/
body .th2 {display: none;}
body.th2 .th2 {display: block;}
body.th2 .th0 {display: none;}
body.th2 .th1 {display: none;}
body.th2 {background: #28d7d1;}

.th2 #headerNavBarWrapper {background: #000 !important;}
.th2 #headerNavBar a.sectionLink:hover {background-color: #08b7b1;}
.th2 #headerNavBar a.sectionLink.selected {background: #28d7d1;}

.th2 .mainContent {background: #28d7d126}
.th2 .tile {border: 2px solid #28d7d163;}
.th2 .tile.clickable:hover {border:2px solid #28d7d1;}
.th2 .tile_icon {color:#28d7d1 !important;}
.th2 .dashboard {background: #4E84EF;}

.th2 .benTitleRight {  color: #28d7d1;}
.th2 a.actionBtn:link {background: #28d7d1;}
.th2 .button {background-color: #28d7d1}

/*END OF THEMES*/
/*END OF THEMES*/
/*END OF THEMES*/


.mobileOnly {display: none;}
.hiddenSectionsEnabled .mobileOnly {display: block;}

.sectionBodyPlaceholder {/* display: block !important; */}


.breakOnMobile {display: inline;}
@media(max-width: 40rem) { .breakOnMobile {display: block;}}

.inlineOnMobile {display: block;}
@media(max-width: 40rem) { .inlineOnMobile {display: inline;}}

