.no-underline {border: none!important;}


sup, sub {font-size: 60%!important;}

/*** Header Nav Starts ***/
#top-header .container {
  font-weight: 400;
}
/* Enable it after set default nav
#et-top-navigation {
	font-weight: 400;
  	letter-spacing: 1;
}
*/

/* Secondary menu left and right */
@media only screen and (min-width: 980px) {
#et-secondary-menu {float: none;}
#et-secondary-nav li {margin-right: 0;}
#et-secondary-nav li {padding: 0px 5px 0;} 
#et-info, #et-secondary-menu>ul>li a {
    padding-bottom: 1px!important;
}
#et-secondary-nav {width: 100%;text-align: right;}
#et-secondary-nav li.left {float: left; margin-right: 5px}	
}

/*** Header Nav Ends ***/



/*** BODY ***/
/*** Table Responsive ***/
@media only screen and (max-width: 840px) {
  table.responsive {
  margin-bottom: 0;
  overflow: hidden;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  }
}
/*** Table Responsive ***/

/*** Desktop and Mobile Only Starts ***/
@media only screen and (min-width: 769px) {
	.mobile-only {
  		display: none!important;
	}	
}  
@media only screen and (max-width: 769px) {
	.desktop-only {
  		display: none!important;
	}
}  
/*** Desktop and Mobile Only Ends ***/
/*** a Link Starts ***/
.et_pb_text_inner a, 
.et_pb_tab_content p a,
.et_pb_toggle_content p a,
.et_pb_blurb_description a {
	border-bottom: 1px solid #9e2b44;
  padding-bottom: 3px;
}
.et_pb_text_inner a:hover, 
.et_pb_tab_content a:hover,
.et_pb_toggle_content a:hover,
.et_pb_blurb_description a:hover {
	border-bottom: 3px solid #9e2b44;
  text-decoration: none;
}

/*** Footer a Link Starts ***/
a.white-border {border-bottom: 1px solid #f7f7f7; padding-bottom: 3px;}
a.white-border:hover {border-bottom: 3px solid #f7f7f7;}
/*** a Link Ends ***/
