
.customDataTable {
	width:100%;
	overflow: hidden;
	line-height: 24px;
    font-weight: 400;
}
.customDataTable .headerRow {
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}
.customDataTable .subHeaderRow {
	overflow: hidden;
}
.customDataTable .headerCell{
	display: block;
	width:40%;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #087900;
    border-right: 1px solid #dedede;
}
.customDataTable .subHeaderRow .headerCell .subCell:first-child{
	border-left:1px solid transparent;
}
.customDataTable .subHeaderRow .headerCell .subCell{
	width: 15.5%;
	float:left;
	text-align: center;
    color: #414141;
    line-height: 24px;
    border-right: 1px solid #dedede;
    height: 76px;
    overflow: hidden;
}
.customDataTable .subHeaderRow .headerCell .subCell:last-child {
	border-right: none;
    width: 22.5%;
}
.customDataTable .row .columnCell{
	width: 40%;
	overflow: hidden;
	float: left;
}
.customDataTable .columnCell:first-child, .customDataTable .subHeaderRow .headerCell:first-child, .customDataTable .headerRow .headerCell:first-child{
	width: 20%;
}
.customDataTable .row .columnCell .cell {
	float:left;
	width: 100%;
	text-align: center;
	font-size: 13px;
}

.customDataTable div[class^="mobile"] {
	display:none;
}


.customDataTable .rowWrapper {
    /*border: 1px solid;*/
    /* overflow: hidden; */
    /* display: block; */
    width: 15.5%;
    /* margin: 0px; */
    /* box-sizing: border-box; */
    /* margin: 0px; */
    float: left;

    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.customDataTable .rowWrapper:nth-child(2n) {
    background: #f4f5f6;
}


.customDataTable .row:last-child .rowWrapper {
    border-bottom: 1px solid #dedede;
}

.headerCopy {
    padding: 30px 0;
    font-weight: bold;
}

.customDataTable .headerRow .headerCell {
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;
}


.row .columnCell:first-child {
	border-bottom:1px solid #dedede;
}

.subHeaderRow .headerCell:first-child {
	border-bottom: 1px solid #dedede;
	padding-top: 3px;
}



/* only visible to desktop view */
@media (min-width: 767px) {
	.customDataTable .row .rowWrapper:last-child {
	    width:22.5%;
	}

	.headerRow .headerCell:first-child,.subHeaderRow .headerCell:first-child, .row .columnCell:first-child {
		border-left: 1px solid #dedede;
	    padding-left: 10px;
	}

	.row .columnCell .rowWrapper:last-child {
		border-right: 1px solid #dedede;
	}

	.customDataTable.moreColumnTable .subHeaderRow .headerCell .subCell{
		width: 10.5%;
	}

	.customDataTable.moreColumnTable .rowWrapper {
	    width: 10.5%;
	}


	.customDataTable.moreColumnTable .row .columnCell .rowWrapper:last-child {
	    width: 26.5%;
	}
	.customDataTable.moreColumnTable .subHeaderRow .headerCell .subCell:last-child {
	    width: 26.5%;
	}
	

	.customDataTable.eseentialMoreColumn .subHeaderRow .headerCell .subCell{
		width: 40.5%;
	}

	.customDataTable.eseentialMoreColumn .rowWrapper {
	    width: 40.5%;
	}

	.customDataTable.eseentialMoreColumn .row .columnCell .rowWrapper:last-child {
	    width: 59.5%;
	}
	.customDataTable.eseentialMoreColumn .subHeaderRow .headerCell .subCell:last-child {
	    width: 59.5%;
	}
}

/* only visible to mobile view */
@media (max-width: 766px) {
	.customDataTable div[class*="eader"] {
		/*font-weight: bold;*/
			color: #087900;
	}
	.customDataTable div[class^="mobile"] {
		display:block;
	}
	.customDataTable .headerRow, .customDataTable .subHeaderRow{
		display:none;
	}
	.customDataTable .columnCell:first-child {
		font-weight: 600;
	}
	.customDataTable .row .columnCell{
		display:block;
		width: 100%;
	}
	.customDataTable .row .columnCell .mobileSubCellHeader, .customDataTable .row .columnCell .cell{
		width: 49%;
		float: left;
		font-weight: normal;
    	color: #414141;
    	line-height: 24px;
	}
	.customDataTable .rowWrapper {
	    overflow: hidden; 
	    width: 100%;
	    clear: both;
	    border-left:none;
	}
	.customDataTable .row {
		margin-top: 20px;
		overflow: hidden;
	}

	/*2 column table fix for mobile layout */

	.table-video-container p.tab-module-heading.accordion-head {
		display:none;
	}
	.table-video-container .data-table-video.data-table.compare-table.tab-module-pane  {
		display: block;
	}
	.table-video-container .data-table-video.data-table.compare-table.tab-module-pane thead tr {
	    position: relative;
	    top: auto;
	    left: auto;
	}
	.table-video-container .data-table-video.data-table.compare-table.tab-module-pane tbody td {
		display: table-cell;
	}

}
@media (min-width: 767px) and (max-width: 1024px) {
	.customDataTable {
	}
}
@media (min-width: 1025px){
	.customDataTable {
	}
}








.customDataTable.singleColumnTable .headerCell{
	display: block;
	width:80%;
	float: left;
	overflow: hidden;
	text-align: center;
	color: #087900;
}

.customDataTable.singleColumnTable .row .columnCell{
	width: 80%;
	overflow: hidden;
	float: left;
}

.customDataTable.singleColumnTable .columnCell:first-child{
	width: 20%;
}

@media (max-width: 766px) {
	.customDataTable.singleColumnTable .columnCell:first-child{
		width: 100%;
	}
}

@media (min-width: 766px) {
	.customDataTable .subHeaderRow .headerCell .subCell {
		font-size: 0.7vw;
		font-weight: bold;
	}
	.customDataTable .columnCell:first-child, .customDataTable .subHeaderRow .headerCell:first-child, .customDataTable .headerRow .headerCell:first-child {
		font-size: 0.7vw;
    	font-weight: bold;
	}
	.customDataTable .row .columnCell .cell {
		font-size:0.7vw;
	}
}


.footerDisclosures {
	padding-top: 50px;
}

.footerDisclosures * {
    font-size: 0.9rem !important;
}




.latest .footerDisclosures *,.latest .footerDisclosures  {
	margin-bottom: 0.8em;
    line-height: 1.4;
    color: #222;
    font-size: 13px !important;
}
.latest .footerDisclosures em {
    font-weight: 600;
}


@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .alternating-content-copy-below .split-primary-feature-promo-image {
    width: 100%;
    float: none;
  }
  .alternating-content-copy-below .split-primary-feature-promo-copy {
    width: 100%;
    padding: 1em 0 1em 0;
  }
}

.skinny-article-align-right .skinny-article-image {
  height: 100%;
  position: absolute;
  right: 0;
}
.skinny-article-align-right .skinny-article-copy-container {
  float: left;
}
.skinny-article-align-right .skinny-article {
  position: relative;
}

@media(max-width: 767px){
  .skinny-article-align-right .skinny-article-copy-container {
    float: none;
  }
  .skinny-article-align-right .skinny-article-image {
    position: relative;
  }
}

.single-story.green {
	background-color: #087900;
}
.green .single-story-heading {
	color: #fff;
}
.single-story.green p {
	color: #222;
}

.single-story.grey {
	background-color: #f6f6f6;
}
.grey .single-story-heading {
	color: #222;
}
.single-story.grey p {
	color: #087900;
}

.single-story.white {
	background-color: #fff;
}
.white .single-story-heading {
	color: #087900;
}
.single-story.white p {
	color: #222;
}

/* Guidance-hero noGradient green cta btn - generic styles */

.Guidance-Hero.noGradient .hero .cta.btn.btn-green-solid {
    border:2px solid #40a829;
}
.Guidance-Hero.noGradient .hero .cta.btn.btn-green-solid:hover {
    border:2px solid #40a829;
	color: #40a829;
}

.interstitial-trigger:hover {
  cursor: pointer;
  text-decoration: underline;
}

.interstitial-wrap {
  display: none;
  opacity: 0;
  margin-top: -1em;
}

.interstitial-body {
  padding-bottom: 2em;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 10px;
  margin-bottom: 1em;
}

.interstitial-body p{
  font-size: 1em;
}

.interstitial-body a.interstitial-link,
.interstitial-body .interstitial-cancel {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.interstitial-body a.interstitial-link {
  display: inline-block;
  margin-top: 10px;
}

.interstitial-cancel {
  display: inline-block;
  cursor: pointer;
  padding-left: 8px;
  margin-top: 1em;
}

.interstitial-triangle,
.interstitial-triangle-inner {
  width: 0;
  height: 0;
  border: 0px solid transparent;
}

.interstitial-triangle {
  border-width: 18px;
  border-bottom-color: #dedede;
  position: relative;
  pointer-events: none; 
}

.interstitial-triangle-inner {
  border-width: 17px;
  border-bottom-color: #fff;
  position: absolute;
  z-index: 5;
  top: -15px;
  left: -17px;
}

.cloaked-disclosure-icon-container{
  display: inline-block;
  margin-left: 0.5em;
  margin-top: 0.5em;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.cloaked-disclosure-icon {
  display: inline-block;
  background-image: url(/images/icons/icn_info.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer;
}
.cloaked-disclosure-icon.active {
  background-image: url(/images/icons/icn_info_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 20px;
}

.cloaked-disclosure {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.75s cubic-bezier(0, 1, 0, 1);
}

.cloaked-disclosure.active {
  max-height: 700px;
  transition: max-height 1.75s ease-in-out;
}

.cloaked-disclosure-copy {
  border: 1px solid #dedede;
  padding: 1.25rem;
  background: white;
}

.cloaked-disclosure-copy p {
  font-size: 1em;
  margin-bottom: 0;
}

.cloaked-disclosure-triangle,
.cloaked-disclosure-triangle-inner {
  width: 0;
  height: 0;
  border: 0px solid transparent;
}

.cloaked-disclosure-triangle {
  border-width: 18px;
  border-bottom-color: #dedede;
  position: relative;
  pointer-events: none; 
}

.cloaked-disclosure-triangle-inner {
  border-width: 17px;
  border-bottom-color: #fff;
  position: absolute;
  z-index: 5;
  top: -15px;
  left: -17px;
}

a.list-rows-item-link {
  display: inline-block;
  font-family: 'TDASansScreen-Bold', helvetica, sans-serif;
}




/* START MKT3191 temporary rules for Homepage Hero CTAs */
.hero-image-module-three-content .hero-image-module-three-cta-container a.btn.btn-green-to-clear {
	background-color: #40a829;
	border-color: #40a829;
	color: #fff;
}
.hero-image-module-three-content .hero-image-module-three-cta-container a.btn.btn-green-to-clear:hover {
	background-color: transparent;
	border-color: #40a829;
	color: #40a829;
}

.hero-image-module-three-content .hero-image-module-three-cta-container a.btn.btn-clear-to-green {
	background-color: transparent;
	border-color: #40a829;
	color: #40a829;
}
.hero-image-module-three-content .hero-image-module-three-cta-container a.btn.btn-clear-to-green:hover {
	background-color: #40a829;
	border-color: #40a829;
	color: #fff;
}

.hero-image-module-three-content .hero-image-module-three-cta-container a.btn.btn-green-to-white {
	background-color: #40a829;
	border-color: #40a829;
	color: #fff;
}
.hero-image-module-three-content .hero-image-module-three-cta-container a.btn.btn-green-to-white:hover {
	background-color: #fff;
	border-color: #40a829;
	color: #40a829;
}

.hero-image-module-three-content .hero-image-module-three-cta-container a.btn-white-to-green {
	background-color: #fff;
	border-color: #40a829;
	color: #40a829;
}
.hero-image-module-three-content .hero-image-module-three-cta-container a.btn-white-to-green:hover {
	background-color: #40a829;
	border-color: #40a829;
	color: #fff;
}
/* START MKT3191 temporary rules for Guidance Hero CTAs */


/* START MOBILE SPACING RULES */
@media (max-width: 767px) {
	.hero-image-module-three-cta-container {
		padding-top: 10px;
	}
	.copy-container .copy-container-heading {
		margin-bottom: 24px;
	}
	.alternating-content-copy-below .split-primary-feature-promo-copy {
		padding-top: 0;
	}
	.list-reasons-item {
		padding: 30px;
	}
	.list-rows .list-rows-main-header {
		margin-bottom: 24px;
	}
	.secondary-list-reasons-item {
		padding-bottom: 0;
	}
	.secondary-copy-column h3 {
		margin-bottom: 24px;
	}
	.secondary-copy-column a.list-rows-item-link {
		padding-left: 2.5rem;
	}
	.split-primary-feature-promo .dark-secondary-pine .split-primary-feature-promo-copy {
		padding-top: 0 !important;
		margin-top: -50px;
	}
	.comparison-chart .split-primary-showcase-heading {
		margin-bottom: 30px;
	}
	.skinny-offer-wrapper .skinny-offer a.skinny-offer-cta {
		margin-left: 0 !important;
		margin-top: 30px;
	}
	.secondary-hp-td-reasons-container p.secondary-list-reasons-header {
		margin: 30px 0 24px 0;
	}
	.list-rows-item-left .list-rows-item-left-table .list-rows-item-copy {
		margin-top: 30px;
		padding-left: 24px;
		padding-top: 0;
		vertical-align: middle;
		width: 65%;
	}
	.list-rows-item-left .list-rows-item-left-table .list-rows-item-copy p {
		font-size: 1rem;
	}
}
/* END MOBILE SPACING RULES */
