/* PRE MEDIA QUERIES CLASSES */
/* USE LICENSED FONTS HERE (core branding element) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,200;1,300;1,400;1,500&display=swap');
@import 'theme-colors.css';

/* USE BRAND COLOR (core branding element) */
/*core color: #339933 rgba(51,153,51,1.0)*/

*{
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

html,body{
	background-color: var(--ui-light);
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

/*-----END----*/

/*Extra small devices Phones (<768px)*/
@media all and (min-width: 360px) and (max-width: 1024px) {
	.mobiOnly{display: block !important;}
	.deskOnly{display: none !important;}
	.apparently{
		float:left;
		display: block;
		width:100%;
		height:100%;
	}

	.main-web-header-inner,
	.main-web-header{
		float:left;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: var(--ui-light);			
		width:100%;
		height: 82px;
		padding: 8px 8px 0px 8px;
	}
	
	.siteNavigation{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width:100%;
		height: 66px;
		border-bottom: 1px solid none;
	}

	.theLogo{
		width:150px;
	}

	.navigator{
		display: none;
	}

	.bannerArea{
		border-bottom: 1px solid var(--ui-dark);			
		height: auto;
		padding: 0;
		width:100%;
		float:left;
	}

	.productClass{
		display: none;
	}

	.mobiMenu{
		float: left;
		width:100%;
		display: flex;
		flex-direction: column;
		border-top: 3px solid var(--primary);		
	}

	.mobiTab{
		border-bottom: 1px solid var(--ui-medium);
		padding: 16px;
		color: var(--primary);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.mobiTab > a{
		cursor: pointer;
	}

	.subNav{
		display: none;
		padding-top: 16px;
		color: var(--primary);
	}

	.subNav > a{
		float: left;
		width:100%;
		padding: 16px;
		background-color: var(--ui-medium);
		border-bottom: 1px solid var(--ui-light);
		color: var(--t-dark);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.appBlock{
		background-color: var(--ui-light);			
		width:100%;
		padding: 0 16px;
		float:left;
	}
	.pageTitle{
		border-bottom: 1px solid var(--primary);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height:84px;
		border-top: 1px solid var(--ui-medium);
	}
	.titleText{
		font-weight: 400;
		color: var(--p-dark);
		margin: 0;
	}
	
	.ahr{
		border: 1px solid var(--ui-dark);
		padding: 4px 8px;
		background-color: var(--ui-medium);
		color: var(--secondary);
		font-size: 12px;
	}
	
	.ahr:hover{
		border: 1px solid var(--primary);
		background-color: var(--primary);
		color: var(--t-light);
		text-decoration: none;
	}
	.ahr:active{
		border: 1px solid var(--p-light);
		background-color: var(--p-light);
		color: var(--t-light);
	}

	.ahr:disabled{
		opacity: 0.5;
		border: 1px solid var(--primary);
		background-color: var(--primary);
		color: var(--t-light);
		cursor: not-allowed;
	}

	.ahr-sm{
		border: 1px solid var(--ui-dark);
		padding: 4px 4px;
		background-color: var(--ui-medium);
		color: var(--secondary);
		font-size: 11px;
	}
	
	.ahr-sm:hover{
		border: 1px solid var(--primary);
		background-color: var(--primary);
		color: var(--t-light);
		text-decoration: none;
	}
	.ahr-sm:active{
		border: 1px solid var(--p-light);
		background-color: var(--p-light);
		color: var(--t-light);
	}

	.ahr-sm:disabled{		
		border: 1px solid var(--ui-medium);
		background-color: var(--ui-light);
		color: var(--ui-dark);
		cursor: not-allowed;
	}

	.flexyRow_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 16px;
		float:left;
		width:100%;
	}

	.flexyRow_b > form{
		width:100%;
		padding: 0 24px;
	}

	.flexyRow{
		float: left;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 16px;
		padding-bottom: 8px;
		border-bottom: 1px solid #f5f5f5;
	}

	.flexyRow > p{margin: 0;}
	.planReview > p {
		font-size: 12px;
		color: #686868;
	}

	.planReview {display: flex;}
	.planReview > img {
		width: 48px;
		height: 48px;
		background-color: var(--ui-medium);
		padding: inherit;
		border: 8px solid var(--ui-dark);
		margin: 4px 16px 0 0;
		border-radius: 3px;
	}

	.stepBody{
		float: left;
		min-height: 400px;
		width:100%;
		padding-bottom: 8px;
	}

	.stepBody > form{
		padding: 24px 16px;
		float: left;
		width: 100%;
	}

	.stepBody > form > h5{
		color: var(--primary);
	}

	.stepNav{
		float: left;
		width:100%;
		border-top: 1px solid var(--ui-medium);
		padding: 8px 0;
		display: flex;
		justify-content: center;
	}

	.productHeader{
		float: left;
		height: auto;
		width: 100%;
		border-bottom: 1px solid var(--ui-dark);
		margin-top: 8px;
		padding: 8px 16px;
		text-align: center;
	}

	.productHeader > h5{
		color: var(--primary);
		font-size: 18px;
	}


	.productSheet{
		float: left;
		/* background-color: pink;---- */
		width:100%;
		height: 460px;
		position: relative;
		margin-top: 8px;
	}
	.productSheet > ul{
		list-style-type: none;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
	}

	.productSheet > ul > li{
		background-color: var(--ui-light);
		border: 1px solid var(--ui-medium);
		box-shadow: 0 1px 5px var(--ui-medium) ;
		border-radius:3px;
		min-height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 20px;
	}

	.planHeading {
		font-size: 21px;
		font-weight: 400;
		padding: 16px;
		float: left;
		width:100%;
		text-align: center;
		color: var(--primary);
		border-bottom: 1px dashed var(--ui-dark) ;
	}
	.planHeading > small{
		color: var(--p-dark);
		font-size: 14px;
	}

	.calcContribution{
		padding: 16px;
		float: left;
		width:100%;
	}
	.planBenefits{
		float: left;
		width:100%;
		font-size: 14px;
		color: var(--t-dark);
	}

	.planBenefits > h5{
		font-size: 16px;
		padding: 0 27px;
		font-weight: 400;
		text-transform: uppercase;
		color: var(--s-dark);
	}

	.planBenefits > ul{
		font-size: 13px;
		font-weight: 400;
		color: var(--t-dark);
		padding: 0 48px 24px 48px;
		line-height: 1.75;
	}

	.planFooter{
		float: left;
		width: 100%;
		height: 64px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px dashed var(--ui-dark);
		padding: 16px 0 ;
	}

	.context{
		background-color: var(--primary);
		color: var(--t-light);
		padding:4px 16px;
		font-size: 11px;
		font-weight: 500;
		border-radius: 3px 3px 0px 0px;
	}

	.calcAmt{
		background-color: var(--primary);
		color: var(--t-light);
		padding:4px 16px;
		font-size: 21px;
		font-weight: 500;
		border-radius: 0px 0px 3px 3px;
	}

	.buyBtn{
		width: 80%;
		padding:8px;
		border:none;
		background-color: var(--secondary);
		color: var(--t-light);
		display: inline-block;		
	}
	.buyBtn:hover{
		background-color: var(--s-dark);
		color: var(--t-light);		
	}
	.buyBtn:active{
		background-color: var(--s-light);
		color: var(--t-light);		
	}

	.panel-default {
		border-color: var(--ui-dark);
	}
	.panel-default > .panel-heading {
		color: var(--t-dark);
		background-color: var(--ui-medium);
		border-color: var(--ui-dark);
	}

	.panel-body{
		font-size: 12px;
	}

	.everify_box{
		border: 1px solid var(--ui-medium);
		padding: 16px;
		border-radius: 3px;
		margin-top: 10%;
	}

	.expanableSection{
		display: none;
		border: 1px solid var(--ui-medium);
		border-left: 3px solid var(--primary);
		padding: 16px;
		border-radius: 3px;
		float: left;
		margin: 16px 0;
	}

	.form-control {
		color: var(--t-dark);
		background-color: var(--ui-light);
		background-image: none;
		border: 1px solid var(--ui-dark);
		border-radius: 2px;
	}
	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		background-color: var(--ui-medium);
		opacity: 1;
	}

	.table-header-margin{
		margin-top: 16px;
		border: 1px solid var(--ui-medium);
	}

	.table > thead > tr > th {
		vertical-align: bottom;
		font-weight: 500;
		color: var(--p-dark);
		border-bottom: 2px solid var(--primary);
	}

	.ts-controls { top:-470px; }
	
}


/* Medium devices Desktops (≥992px) */
@media all and (min-width: 1025px) and (max-width: 1240px) {

}/*End*/

/* Large devices Desktops (≥1200px) */
@media all and (min-width: 1280px) {
	.mobiOnly{display: none !important;}
	.deskOnly{display: block !important;}

	.apparently{
		float:left;
		display: block;
		width:100%;
		height:100%;
	}
	.main-web-header{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: var(--ui-light);			
		width:100%;
		height: 124px;
		padding: 0 64px;
		float:left;
	}

	.main-web-header-inner{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background-color: var(--ui-light);			
		width:100%;
		height: 65px;
		padding: 0 64px;
		float:left;
	}

	

	.siteNavigation{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width:100%;
		height: 66px;
		border-bottom: 1px solid var(--ui-medium);
	}

	.productClass{
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		width:100%;
		margin-top: 8px;
		height: 44px;
	}

	.theLogo{
		width:200px;
	}

	.navBtn{
		margin: 0 16px;
		color: var(--s-dark);
		font-weight: 400;
		padding: 8px 16px;
		border-radius: 16px;
	}

	.navBtn:active:hover,
	.navBtn:hover{
		color:var(--primary);
	}
	.navBtn:active{
		color:var(--p-dark);
	}

	.navBtnActive:hover{
		color:var(--t-light);
		text-decoration: none;
	}

	.productline{
		float: left;
		height: 150px;
		width: 80%;
		margin: 0 10%;
	}

	.bannerArea{
		border-bottom: 1px solid var(--ui-dark);			
		height: calc(100vh - 150px);
		padding: 0 64px;
		width:100%;
		float:left;
	}
	
	.flexyRow_b {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 16px;
		float:left;
		width:100%;
	}

	.flexyRow_b > form{
		width:100%;
		padding: 0 24px;
	}

	.flexyRow{
		float: left;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		margin-bottom: 16px;
		padding-bottom: 8px;
		border-bottom: 1px solid #f5f5f5;
	}

	.flexyRow > p{
		margin: 0;
	}

	.planReview > p {
		font-size: 12px;
		color: #686868;
	}

	.planReview {
		display: flex;
	}
	.planReview > img {
		width: 74px;
		height: 74px;
		background-color: var(--ui-medium);
		padding: inherit;
		border: 8px solid var(--ui-dark);
		margin: 4px 16px 0 0;
		border-radius: 3px;
	}

/* Navigation Styles */
.nav-bar {
	background: transparent;
	border-bottom: 3px solid var(--primary);
	margin-bottom: 13px;
	width: 100%;
}
   
  .navigation {
	  font-size: 0;
	text-align: center;
  }
   
  .navigation a {
	  color: var(--primary);
  }
   
  .navigation li:hover > a {
	  text-decoration: none;
  }
   
  
  /* Top Level */
  .navigation > ul {
	margin: 0;
	padding: 0;
  }
  
  .navigation > ul > li {
	display: inline-block;
	font-size: 14px;
	position: relative;  	
  }
  
  .navigation > ul > li:first-child {
	  background: none;
  }
  
  .navigation > ul > li > a {
	  display: block;
	padding: 20px 24px;
  }
   
  .navigation > ul > li:hover > a{
	background: var(--ui-medium);
  }
  
  .navigation li:hover + li {
	   background-image: none;
  }
   
  /* Drop Down Level */
  .navigation li:hover .drop-down {
	filter: alpha(opacity=100); /*Older IE Fix*/
	opacity: 1;
	z-index: 1;
  }
   
  .drop-down {
	  background: var(--primary);
	filter: alpha(opacity=0); /*Older IE Fix*/
	  opacity: 0;
		padding: 0;
	  position: absolute;
	  text-align: left;
	  transition: opacity linear 0.2s;
	  width: 280px;
	  z-index: -1;
  	}
   
  .drop-down li {display: block;}
   
  .drop-down li a {
	color: var(--t-light);
	display: block;  	
	padding: 10px 24px;
  }
  
  .drop-down li a:visited {text-decoration: none;}
  .drop-down li a:hover {background: var(--p-dark);}
  
  /** For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */
  .cf {*zoom: 1;}

  .appBlock{
		background-color: var(--ui-light);			
		width:100%;
		padding: 0 64px;
		float:left;
	}
	.pageTitle{
		border-bottom: 1px solid var(--primary);
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		height:64px;
	}
	.titleText{
		font-weight: 400;
		color: var(--p-dark);
		margin: 0;
	}

	.ahr{
		border: 1px solid var(--ui-dark);
		padding: 8px 16px;
		background-color: var(--ui-medium);
		color: var(--secondary);
	}
	
	.ahr:hover{
		border: 1px solid var(--primary);
		background-color: var(--primary);
		color: var(--t-light);
		text-decoration: none;
	}
	.ahr:active{
		border: 1px solid var(--p-light);
		background-color: var(--p-light);
		color: var(--t-light);
	}

	.ahr:disabled{
		opacity: 0.5;
		border: 1px solid var(--primary);
		background-color: var(--primary);
		color: var(--t-light);
		cursor: not-allowed;
	}

	.ahr-sm{
		border: 1px solid var(--ui-dark);
		padding: 4px 8px;
		background-color: var(--ui-medium);
		color: var(--secondary);
		font-size: 14px;
	}
	
	.ahr-sm:hover{
		border: 1px solid var(--primary);
		background-color: var(--primary);
		color: var(--t-light);
		text-decoration: none;
	}
	.ahr-sm:active{
		border: 1px solid var(--p-light);
		background-color: var(--p-light);
		color: var(--t-light);
	}

	.ahr-sm:disabled{		
		border: 1px solid var(--ui-medium);
		background-color: var(--ui-light);
		color: var(--ui-dark);
		cursor: not-allowed;
	}

	.stepHead{
		width:100%;
		float: left;
		height: 48px;
	}
	.stepHead > .nav{
		display: flex;
		justify-content: space-evenly;
	}
	.stepHead > .nav > li{
		flex-grow: 1;
		display: flex;
		justify-content: space-between;
		align-items: center;
		background-color: var(--ui-medium);
		border-right: 1px solid var(--ui-light);
		padding: 0 16px;
		height: 48px;
	}
	
	.stepHead > .nav > li > p{
		color: inherit;
		padding: 0;
		margin: 0;
		font-weight: 300;
	}
	
	.stepHead > .nav > li > p > strong{
		font-weight: 500;
		font-size: 14px;
	}

	.activeStep{
		color: var(--t-light) !important;
		background-color: var(--primary) !important;
	}

	.stepNav{
		float: left;
		width:100%;
		border-top: 1px solid var(--ui-medium);
		padding: 8px 0;
		display: flex;
		justify-content: flex-end;
	}
	.stepBody{
		float: left;
		min-height: 400px;
		width:100%;
		padding-bottom: 8px;
	}
	.stepBody > form{
		padding: 24px 48px;
		float: left;
		width: 100%;
	}

	.stepBody > form > h5{
		color: var(--primary);
	}

	

	.productHeader{
		float: left;
		height: 48px;
		width: 100%;
		border-bottom: 1px solid var(--ui-dark);
		margin-top: 8px;
	}

	.productHeader > h5{
		color: var(--primary);
	}

	.productSheet{
		float: left;
		/* background-color: pink;---- */
		width:100%;
		height: 460px;
		position: relative;
		margin-top: 8px;
	}
	.productSheet > ul{
		list-style-type: none;
		position: absolute;
		top: 0;
		left: 0;
	}

	.productSheet > ul > li{
		background-color: var(--ui-light);
		border: 1px solid var(--ui-medium);
		box-shadow: 0 1px 5px var(--ui-medium) ;
		border-radius:3px;
		min-height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.planHeading {
		font-size: 21px;
		font-weight: 400;
		padding: 16px;
		float: left;
		width:100%;
		text-align: center;
		color: var(--primary);
		border-bottom: 1px dashed var(--ui-dark) ;
	}
	.planHeading > small{
		color: var(--p-dark);
		font-size: 14px;
	}

	.calcContribution{
		padding: 16px;
		float: left;
		width:100%;
	}
	.planBenefits{
		float: left;
		width:100%;
		font-size: 14px;
		color: var(--t-dark);
	}

	.planBenefits > h5{
		font-size: 16px;
		padding: 0 27px;
		font-weight: 400;
		text-transform: uppercase;
		color: var(--s-dark);
	}

	.planBenefits > ul{
		font-size: 13px;
		font-weight: 400;
		color: var(--t-dark);
		padding: 0 80px 24px 80px;
	}

	.planFooter{
		float: left;
		width: 100%;
		height: 64px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 1px dashed var(--ui-dark);
		padding: 16px 0 ;
	}

	.context{
		background-color: var(--primary);
		color: var(--t-light);
		padding:4px 16px;
		font-size: 11px;
		font-weight: 500;
		border-radius: 3px 3px 0px 0px;
	}

	.calcAmt{
		background-color: var(--primary);
		color: var(--t-light);
		padding:4px 16px;
		font-size: 21px;
		font-weight: 500;
		border-radius: 0px 0px 3px 3px;
	}

	.buyBtn{
		width: 80%;
		padding:8px;
		border:none;
		background-color: var(--secondary);
		color: var(--t-light);
		display: inline-block;		
	}
	.buyBtn:hover{
		background-color: var(--s-dark);
		color: var(--t-light);		
	}
	.buyBtn:active{
		background-color: var(--s-light);
		color: var(--t-light);		
	}

	.panel-default {
		border-color: var(--ui-dark);
	}
	.panel-default > .panel-heading {
		color: var(--t-dark);
		background-color: var(--ui-medium);
		border-color: var(--ui-dark);
	}

	.everify_box{
		border: 1px solid var(--ui-medium);
		padding: 16px;
		border-radius: 3px;
		margin-top: 10%;
	}

	.expanableSection{
		display: none;
		border: 1px solid var(--ui-medium);
		border-left: 3px solid var(--primary);
		padding: 16px;
		border-radius: 3px;
		float: left;
		margin: 16px 0;
	}

	.form-control {
		color: var(--t-dark);
		background-color: var(--ui-light);
		background-image: none;
		border: 1px solid var(--ui-dark);
		border-radius: 2px;
	}
	.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
		background-color: var(--ui-medium);
		opacity: 1;
	}

	.table-header-margin{
		margin-top: 16px;
		border: 1px solid var(--ui-medium);
	}

	.table > thead > tr > th {
		vertical-align: bottom;
		font-weight: 500;
		color: var(--p-dark);
		border-bottom: 2px solid var(--primary);
	}

}