@charset "UTF-8";
html {
/*	background: url(/images/flag-gradient-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
	
}
body {
	line-height: 1.5;
	font-size: 14px;
	/*font-family: Arial, Tahoma, Helvetica, sans-serif;background-color: #FFFFFF;*/
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	
	margin: 0;
	padding: 0;
	color: #000;
	width: auto;
	/**/
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}
h5 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 0px;
	padding-left: 0px;
}
h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    /*font-family: Arial, Tahoma, Helvetica, san-serif;
	font-style: italic;*/
    line-height: 1.2em;
    font-style: inherit;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    /*margin:3px;
	font-family: Arial, Tahoma, Helvetica, san-serif;
	font-style: italic;*/
	margin-bottom: -14;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Helvetica, san-serif;
	/*font-style: italic;*/
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Tahoma, Helvetica, san-serif;
	/*font-style: italic;*/
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	font-family: Arial, Tahoma, Helvetica, san-serif;
	font-style: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
	vertical-align: top;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #cd0000;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #cd0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	/*width: 1232px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/bckg.png);
	background-color: #ffffff;*/
	display: flex;
    flex-wrap: wrap;
    width: 1232px;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-position: left top;
     /* background-image: url(../images/bckg.png); */
    background-color: #ffffff;
    align-content: stretch;
    flex-direction: row;
}

.img-responsive {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.red-bg {
	background-color: #cc0001;
	
}

.red-bg title h1 {
font-size: 28px;
    font-weight: bold;
    text-align: center;
	color: #fff;
	padding: 5px 5px;
    margin: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.dark-blue-bg {
	background-color: #25408f;
	color: #fff;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.

*/
.sidebar1, .sidebar-scrollable {
	float: left;
	width: 198px;
	padding-bottom: 10px;
	background-color: #f5e7a0;
	/*position: sticky;
    --offset: 0px;
    top: var(--offset);
    overflow-y: scroll;
    align-self: start;
    height: calc(100vh - 56px);
    display: inline-block;
    flex: 100px;*/
}

@media only screen and (min-width: 1232px) {
	.sidebar-scrollable {
		position: sticky;
    	--offset: 0px;
    	top: var(--offset);
	    overflow-y: scroll;
    	align-self: start;
    	height: calc(100vh - 56px);
    	display: inline-block;
    	flex: 100px;
	}
}

	.sidebar-scrollable-ez5 {
		position: sticky;
    	--offset: 0px;
    	top: var(--offset);
	    overflow-y: scroll;
    	align-self: start;
    	height: calc(100vh - 56px);
    	display: inline-block;
    	flex: 100px;
	}


.sidebarn {
	float: left;
	width: 198px;
	/*background-color: #ffcf29;*/
	background-color: #f5e7a0;
	background-repeat: repeat-y;
 padding-bottom: 10px;  
	/*background-image: url("/images/bckg-orng.png");
	display: flex;
  flex-flow: column;
  height: 100%;
	position: relative;
	overflow: auto;
	height: 100%;*/
}

.sidebarclr {
	float: left;
	width: 198px;
	/*background-color: #ffcf29;*/
	background-color: #f5e7a0;
	background-repeat: repeat-y;
 padding-bottom: 10px;  
	/*background-image: url("/images/bckg-orng.png");
	display: flex;
  flex-flow: column;
  height: 100%;
	position: relative;
	overflow: auto;
	height: 100%;*/
}

.content {
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-bottom: 0px;
	width: 1012px;
	/*width: 100%;*/
	float: left;
	margin-top: 0px;
}
aside {
	float: left;
	width: 198px;
	background-color: #434343;
	padding: 0px 0;
	text-align: left;
	background-repeat: repeat-y;
	background-image: url(../images/bckgrnd.gif);
}
aside2 {
	float: left;
	width: 198px;
	background-color: #FFF;
	padding: 0px 0;
	text-align: left;	
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding-top: 0;
	padding-right: 0px;
	padding-left: 12px;
	padding-bottom: 0px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
nav a { /*, nav a:visited grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 0px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 176px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #0056A6;
}
nav a:hover, nav a:active, nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #ADB96E;
	color: #FFF;
}
/* ~~ The footer ~~ */
footer {
	padding-top: 10px;
	/*padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;*/
	background-color: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	/*font-size: 11px;text-align: center;*/
	right: 0px;
	margin-left: 0px;
	
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, aside, article, figure {
	display: block;
	border-width: 0px;
	background-color: #FFFFFF;
}
section {
/*	width: 1012px;*/
}
/*.column1 {
	width: 387px;
	margin-left: 10px;
	margin-right: 8px; 
}*/
.column2 {
	float: right;
	width: 387px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left: 1px solid #232323;
}
header table {
	border: 0px;
	text-align: center;
	height: 50px;
	width: 1232px;
}
body li {
	line-height: 1.3;
}
/*Table tags for price lists.*/
.TableTitleBar {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3366CC
}
.TableDetailBar {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #999999;
	vertical-align: middle;
}
.TableDetailBarCenter {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: center;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	vertical-align: middle;
}
.TableDetailBarLt {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	vertical-align: middle/
}
.TableDetailBarWt {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.TableDetailBarWtt {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: center;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.TableDetailBarLink {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.TableBody {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: left;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF
}
.TableBodyCenter {
	font-family: Arial, Helvetica, sans-serif;
	Text-align: center;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF
}
.TableBodyLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left
}
.TableBackgroundColor {
	background-color: #666666
}
.border {
	border: 1px solid #2aabe2;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: #3366CC;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;/*moz-border-radius: 0px 0px 0px 0px;*/
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
/*Tags for hmiquicklinks*/

.qlink a:link {
	color: #333333;
}
.qlink a:visited {
	color: #333333;
}
.qlink a:hover {
	color: #09F;
}
.qlink a:active {
	color: #333333;
}
/*Tags for miscellaneous table formatting*/

.style22 {
	font-size: large;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style23 {
	color: #FFFFFF
}
.style28 {
	color: #CC9933;
	font-family: Arial, Helvetica, sans-serif;
}
.style31 {
	color: #cc0001
}
.style32 {
	font-size: 14px;
	font-weight: bold;
}
.cmpbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: left;
	line-height: 175%;
	padding-right: 0px;
	BORDER-LEFT: #000000 1px solid;
	BORDER-RIGHT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}
.cmphead {
	color: #FFFFFF;
	font-size: 12px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
}
.style1 {
	color: #FFFFFF
}
.style2 {
	color: #FFFFFF
}
.style23 {
	font-size: xx-small
}
.style22 {
	font-size: large;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style231 {
	color: #FFFFFF;
	font-size: 14px;
}
.style29 {
	font-family: Arial, Helvetica, sans-serif
}
.style30 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
ul li {
    padding: 3px 0px;
}
#centerit {
		font-family: Arial, Tahoma, Helvetica, san-serif;
		font-size: 36px;
		line-height: 42px;
		font-style: italic;
		}
.static {
  position:absolute;
  background: white;
}

.static:hover {
  opacity:0;
}
.price {
	font-size: 16px;
	color: #cc0001;
	font-weight: bold;
}
.yprice {
	font-size: 14px;
	color: #ffcf29;
	font-weight: bold;
}
.partnum {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.button {
  background-color: #cc0001;
  border: none;
  color: #ffffff!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.button:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}
.bbutton {
  background-color: #25408f;
  border: 2px solid #fff;
  color: #ffffff!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 18px;
	font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.bbutton:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}
.ybutton {
  background-color: #ffcf29;
  border: 2px solid #fff;
  color: #000!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 18px;
	font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.ybutton:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}
.wbutton {
  background-color: #fff;
  border: 1px solid #000;
  color: #000!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 18px;
	font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.wbutton:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}
.reload {
  background-color: #cc0001;
  border: none;
  color: #ffffff!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.reload:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}
.rbutton {
  background-color: #cc0001;
  border: none;
  color: #ffffff!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 16px;
    font-weight: bold;
  margin: 4px 2px;
	border-radius: 5px;
}
.rbutton:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}

/*.ybutton {
  background-color: #2a44ad;
  border: none;
  color: #ffffff!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 16px;
    font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.ybutton:hover {
	color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}*/

.blubutton {
  background-color: #2a3fa9;
  border: none;
  color: #ffffff!important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
    left: 0px;
    top:50px;
    float: right;
  cursor: pointer;
	border-radius: 5px;
}
.blubutton:hover {
		color:#fff!important;
	background-color:#222226!important;
	 text-decoration: none!important;
}

.zoom {
 /* padding: 50px;
  background-color: green;*/
  transition: transform .2s;
  /*width: 200px;
  height: 200px;*/
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3); /* Safari 3-8 */
  transform: scale(1.3); 
}

/* Style the tab */
.tab {
  float: right;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 20%;
  height: auto;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 10px 5px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
	width: 75%;
 /* border: 1px solid #ccc;
    border-left: none;*/
  height: auto;
}

/*
 *  STYLE 3
 */

.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}
.list-grouphead {
    padding: 10px;
    margin: 10px;
    background-color: #fff;
}

/* CSS for mouse hover HTML & Mobile fix*/
    
        .product-image-wrapper {
    
    overflow: hidden;
    margin-bottom: 30px;
}
.single-products {
    position: relative;
}

.productinfo img {
   /* width: 100%;*/
}

.productinfo {
    position: relative;
}

.product-overlay {
/*    background: rgba(204, 0, 1, .8);*/
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    align-content: center;
    /*-webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;*/
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    align-content: center;
    padding-bottom: 5px;
/*    width: 100%;*/
}
    

/*-- block 2 colum responsive grid---*/
				 
				 .two-column-grid-with-image {
 					 display: grid;
  					 grid-template-columns: repeat(2, 1fr);
					 padding-bottom: 24px;
					/*gap: 20px;*/
					}

				.column {
				  padding: 20px;
				  background-color: #fff;
				  /*border-radius: 8px;*/
				  box-sizing: border-box; 
				}
				 
				 .column-wh {
				  padding: 20px;
				  background-color: #fff;
				  /*border-radius: 8px;*/
				  box-sizing: border-box; 
				}

				/* --- Responsive Image Rule --- */
				.responsive-image {
				  max-width: 100%; 
				  height: auto; 
				  display: block;
				  margin: 0; 
				}
				 
				 
				 /* --- H1 and Paragraph Styles (Standard Text) --- */
				.feature-title {
				  font-size: 2em; /* Large heading */
				  color: #333;
				  margin-top: 0;
				  margin-bottom: 0.5em;
					text-align: left;
				}

				/* --- Button Styling: Red Background, White Text --- */
				.action-button {
				  background-color: #cc0001; /* Red color */
				  color: #fff; /* White text */
				  padding: 12px 25px;
				  border: 2px solid #e74c3c; /* Red border for consistency */
				  border-radius: 5px;
				  cursor: pointer;
				  font-size: 1em;
				  font-weight: bold;
				  /*transition: all 0.3s ease;  Smooth transition for hover effect */
				  margin-top: 15px;
				}

				/* --- Button Hover Style: Black Background, White Text --- */
				.action-button:hover {
				  background-color: #313131 Black color on hover */
				  border-color: #000000; /* Black border on hover */
				  color: white; /* Keep text white */
				}

				@media (max-width: 600px) {
				  .two-column-grid-with-image {
					grid-template-columns: 1fr;
				  }
				}

/*.sticky-div {
    position: sticky;  Makes the element stick based on scroll */
  /*   top: 0;           Distance from the top before sticking */
  /*   background-color: white; Optional: background to avoid overlap transparency */
  /*  padding: 10px;     Optional: spacing */
   /*  z-index: 1000;    Keeps it above other elements */
    /*border-bottom: 1px solid #ccc;  Optional: visual separation 
}*/

/* Hide ALL sidebars on mobile */
@media (max-width: 768px) {

   .container {
        width: 100% !important;
        max-width: 960px !important;
        padding: 0 10px;        /* optional: adds breathing room */
        box-sizing: border-box; /* ensures padding doesn't cause overflow */
    }

    /* Remove floats so layout stacks vertically on mobile */
    .sidebar1,
    .sidebarn,
    .sidebarclr,
    .sidebar-scrollable,
    .sidebar-scrollable-ez5 {
        float: none !important;
        width: 100% !important;
        display: none !important; /* hide sidebars on mobile */
    }

    /* Make all content full width 
    table,
    img {
        max-width: 100% !important;
        height: auto;
    }*/
	
	
	table {
        width: 100% !important;
        border-collapse: collapse;
        display: block;          /* table becomes block */
    }

    thead {
        display: none;           /* hide header row */
    }

    tr {
        display: block;          /* each row becomes a card */
        margin-bottom: 15px;
        border: 0px solid #ccc;
        padding: 5px;
    }

    td {
        display: block;          /* each cell becomes its own row */
        text-align: left !important;
        padding: 8px 5px;
        font-size: 14px;
        border: none;
        border-bottom: 0px solid #eee;
        word-wrap: break-word;
    }

    td:last-child {
        border-bottom: none;
    }

    /* Optional: Add labels using data attributes */
    td[data-label]::before {
        content: attr(data-label) ": ";
        font-weight: bold;
        display: block;
        margin-bottom: 3px;
    }
	
	/*Reposive image
	 img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        display: block;
    }*/
	
	img {
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }
	  /*div {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
        overflow: hidden;
    }

   Remove fixed heights that break mobile layout 
    div[style*="height"] {
        height: auto !important;
    }*/

    /* Remove floats so divs stack vertically 
    div {
        float: none !important;
        clear: both;
    }*/

    /* Optional: reduce padding for tight mobile screens
    div {
        padding-left: 10px;
        padding-right: 10px;
    }
	 */
	/* HEADER */
    header,
    #header,
    .header {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
        float: none !important;
        text-align: center;
    }

    /* LOGO */
    header img,
    #header img,
    .header img {
        max-width: 100% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
    }

    /* NAVIGATION BAR */
    nav,
    #nav,
    .nav,
    #menu,
    .menu {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        display: block !important;
        text-align: center;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    /* NAV LINKS */
    nav ul,
    #nav ul,
    .nav ul,
    #menu ul,
    .menu ul {
        display: block !important;
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    nav ul li,
    #nav ul li,
    .nav ul li,
    #menu ul li,
    .menu ul li {
        display: block !important;
        width: 100% !important;
        padding: 12px 0;
        border-bottom: 1px solid #ddd;
    }

    nav ul li a,
    #nav ul li a,
    .nav ul li a,
    #menu ul li a,
    .menu ul li a {
        display: block !important;
        width: 100% !important;
        padding: 12px 0;
        font-size: 16px;
    }
	
	.logo-img {
        max-width: 100% !important;
        height: auto !important;
        width: 250px !important;
        display: block;
        margin: 0 auto; /* centers the logo */
    }
	
	
	/* Force ALL tables to fit the screen */
    table {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        overflow-x: auto;
        box-sizing: border-box;
    }

    td, th {
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size: 14px;
        padding: 6px;
    }
	/* Make ALL TDs stack vertically on mobile */
    table td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    /* Make the parent table responsive */
    table {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        box-sizing: border-box;
        overflow-x: auto;
    }
	
	 /* Fix the specific blue TD */
    td[width="320"] {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }
	
	/* Remove inline width attributes like width="320" */
    td[width] {
        width: 100% !important;
    }

    /* Fix parent containers that may be restricting width */
    div,
    table,
    tr,
    td {
        max-width: 100% !important;
    }
	
	/* Make the red background section full width */
    td.red-bg {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px !important;
        box-sizing: border-box;
    }

    /* Remove floats so the two columns stack */
    td.red-bg div {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    /* Fix nested tables */
    td.red-bg table {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        box-sizing: border-box;
    }

    /* Fix table cells */
    td.red-bg table td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        box-sizing: border-box;
    }

    /* Make all images responsive */
    td.red-bg img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
        display: block !important;
        margin: 0 auto !important;
    }

    /* Fix the right column text */
    .red-bg-title,
    .red-bg-subtitle,
    .white-text-24,
    .white-text-28 {
        text-align: center !important;
        width: 100% !important;
        display: block !important;
    }

    /* Fix the button layout */
    .ybutton {
        display: inline-block !important;
        width: auto !important;
        margin: 10px auto !important;
        text-align: center !important;
    }

    /* Force all inline-width divs to fit mobile */
    div[style*="width"] {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        display: block;
    }

    /* Optional: add padding so content doesn't touch edges */
    div[style*="width"] {
        padding-left: 10px;
        padding-right: 10px;
    }
	
	/* Force article to be full-width on mobile */
    article.content {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        box-sizing: border-box;
        padding: 10px !important;
    }



    /* Allow tables to expand inside article */
    article.content {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
        display: block !important;
        box-sizing: border-box;
    }

    /* Make tables scroll instead of being cut */
    article.content table {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        overflow-x: auto !important;
        box-sizing: border-box;
    }

    /* Prevent TDs from forcing the table wider than the screen */
    article.content td {
        max-width: 100% !important;
        width: auto !important;
        display: block !important;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    /* Make images responsive */
    article.content img {
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto;
    }
	
	
}


