#imPage { display: grid; grid-template-columns: 0 240px 1660px minmax(0, 1fr); grid-template-rows: 160px auto 95px; }
#imHeader { display: block; grid-column: 1 / 5; grid-row: 1 / 2; }
#imFooter { display: block; grid-column: 2 / 4; grid-row: 3 / 4; }
#imSideBar { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
#imContent { display: block; grid-column: 1 / 5; grid-row: 2 / 3; }
#imContentGraphics { display: block; grid-column: 3 / 4; grid-row: 2 / 3; }
@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imPage { display: grid; grid-template-columns: 0 240px 1360px minmax(0, 1fr); grid-template-rows: 160px auto 100px; }
	#imHeader { display: block; grid-column: 1 / 5; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 4; grid-row: 3 / 4; }
	#imSideBar { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	#imContent { display: block; grid-column: 1 / 5; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 3 / 4; grid-row: 2 / 3; }
	
}
@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imPage { display: grid; grid-template-columns: 0 240px 1160px minmax(0, 1fr); grid-template-rows: 160px auto 60px; }
	#imHeader { display: block; grid-column: 1 / 5; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 4; grid-row: 3 / 4; }
	#imSideBar { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	#imContent { display: block; grid-column: 1 / 5; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 3 / 4; grid-row: 2 / 3; }
	
}
@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imPage { display: grid; grid-template-columns: 0 240px 960px minmax(0, 1fr); grid-template-rows: 160px auto 60px; }
	#imHeader { display: block; grid-column: 1 / 5; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 4; grid-row: 3 / 4; }
	#imSideBar { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	#imContent { display: block; grid-column: 1 / 5; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 3 / 4; grid-row: 2 / 3; }
	
}
@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imPage { display: grid; grid-template-columns: 0 240px 784px minmax(0, 1fr); grid-template-rows: 160px auto 60px; }
	#imHeader { display: block; grid-column: 1 / 5; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 4; grid-row: 3 / 4; }
	#imSideBar { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	#imContent { display: block; grid-column: 1 / 5; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 3 / 4; grid-row: 2 / 3; }
	
}
@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imPage { display: grid; grid-template-columns: 0 240px 720px minmax(0, 1fr); grid-template-rows: 200px auto 60px; }
	#imHeader { display: block; grid-column: 1 / 5; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 4; grid-row: 3 / 4; }
	#imSideBar { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	#imContent { display: block; grid-column: 1 / 5; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 3 / 4; grid-row: 2 / 3; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr); grid-template-rows: 160px auto 60px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: 160px auto 60px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 479.9px)  {
	#imPage { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: 160px auto 40px; }
	#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
#imContent { display: grid; grid-template-columns: 0 240px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34.083px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px 34px minmax(0, 1fr); grid-template-rows: auto auto auto; }
#imContent > header { display: block; grid-column: 3 / 51; grid-row: 1 / 2; }
#imGoToCont { display: block; grid-column: 3 / 4; grid-row: 1 / 2; }
#imCell_1 { display: grid; grid-column: 3 / 51; grid-row: 2 / 3; }
#imPageRow_1 { display: block; grid-column: 3 / 51; grid-row: 2 / 3; }
#imPageRow_2 { display: none; }
@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imContent { display: grid; grid-template-columns: 0 240px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.167px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px 28.083px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 3 / 51; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 3 / 4; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imContent { display: grid; grid-template-columns: 0 240px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 24px 24px 24px 24px 24px 24px 24px 24px 24px 24px 24px 24px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px 23.917px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 3 / 51; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 3 / 4; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imContent { display: grid; grid-template-columns: 0 240px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.833px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px 19.75px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 3 / 51; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 3 / 4; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imContent { display: grid; grid-template-columns: 0 240px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.167px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px 16.083px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 3 / 51; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 3 / 4; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imContent { display: grid; grid-template-columns: 0 240px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 3 / 51; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 3 / 4; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 3 / 51; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.833px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px 14.75px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 50; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 2 / 50; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 2 / 50; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.833px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px 9.75px minmax(0, 1fr); grid-template-rows: auto auto auto; }
	#imContent > header { display: block; grid-column: 2 / 50; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 2 / 50; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 2 / 50; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
@media (max-width: 479.9px)  {
	#imContent { display: grid; grid-template-columns: 0 minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 0; grid-template-rows: auto auto; }
	#imContent > header { display: block; grid-column: 2 / 50; grid-row: 1 / 2; }
	#imGoToCont { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imCell_1 { display: grid; grid-column: 2 / 50; grid-row: 2 / 3; }
	#imPageRow_1 { display: block; grid-column: 2 / 50; grid-row: 2 / 3; }
	#imPageRow_2 { display: none; }
	
}
#imHeader_imCell_4 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_04 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_4 { position: absolute; top: 0px; bottom: 0px; background-color: transparent; }
#imHeader_imCellStyleBorders_4 { position: absolute; top: 0px; bottom: 0px; }
.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imHeader_imCell_5 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectImage_05 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_5 { position: absolute; top: 0px; bottom: 0px; background-color: transparent; }
#imHeader_imCellStyleBorders_5 { position: absolute; top: 0px; bottom: 0px; }
#imHeader_imObjectImage_05 { vertical-align: top; margin: 0 auto; }
#imHeader_imObjectImage_05 #imHeader_imObjectImage_05_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_1 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imMenuObject_01 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imFooter_imCellStyleGraphics_1 { position: absolute; top: 0px; bottom: 0px; background-color: transparent; }
#imFooter_imCellStyleBorders_1 { position: absolute; top: 0px; bottom: 0px; }
.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imSideBar_imCell_2 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imSideBar_imMenuObject_02 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imSideBar_imCellStyleGraphics_2 { position: absolute; top: 0px; bottom: 0px; background-color: transparent; }
#imSideBar_imCellStyleBorders_2 { position: absolute; top: 0px; bottom: 0px; }
.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imStickyBar_imCell_2 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imStickyBar_imObjectTitle_02 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imStickyBar_imCellStyleGraphics_2 { position: absolute; top: 0px; bottom: 0px; background-color: transparent; }
#imStickyBar_imCellStyleBorders_2 { position: absolute; top: 0px; bottom: 0px; }
#imStickyBar_imObjectTitle_02 {margin: 0; text-align: left;}
#imStickyBar_imObjectTitle_02_text {font: normal normal normal 24pt 'Book Antiqua';  padding: 0px 6px 6px 0px; background-color: transparent; position: relative; display: inline-block; }
#imStickyBar_imObjectTitle_02_text,
#imStickyBar_imObjectTitle_02_text a { color: rgba(255, 255, 255, 1); white-space: pre-wrap; }
#imStickyBar_imObjectTitle_02_text a{ text-decoration: none; }
#imStickyBar_imCell_3 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imStickyBar_imMenuObject_03 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imStickyBar_imCellStyleGraphics_3 { position: absolute; top: 0px; bottom: 0px; background-color: transparent; }
#imStickyBar_imCellStyleBorders_3 { position: absolute; top: 0px; bottom: 0px; }
.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
.imPageRow { position: relative;  }
#imCell_1 { -ms-grid-columns: 100%; grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imTextObject_19_01 { position: relative; -ms-grid-row-align: start; align-self: start; -ms-grid-column-align: center; justify-self: center; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imCellStyleGraphics_1 { position: absolute; top: 3px; bottom: 3px; background-color: transparent; }
#imCellStyleBorders_1 { position: absolute; top: 3px; bottom: 3px; }
#imTextObject_19_01 { width: 100%; }
#imTextObject_19_01 { font-style: normal; font-weight: normal; line-height: 28px; }
#imTextObject_19_01_tab0 div { line-height: 28px; }
#imTextObject_19_01_tab0 .imHeading1 { line-height: 28px; }
#imTextObject_19_01_tab0 .imHeading2 { line-height: 28px; }
#imTextObject_19_01_tab0 .imHeading3 { line-height: 28px; }
#imTextObject_19_01_tab0 .imHeading4 { line-height: 28px; }
#imTextObject_19_01_tab0 .imHeading5 { line-height: 28px; }
#imTextObject_19_01_tab0 .imHeading6 { line-height: 28px; }
#imTextObject_19_01_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imTextObject_19_01_tab0 ul ul { list-style: square; padding: 0 0 0 20px; }
#imTextObject_19_01_tab0 ul ul ul { list-style: circle; }
#imTextObject_19_01_tab0 ul li { margin: 0 0 0 40px; padding: 0px; }
#imTextObject_19_01_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imTextObject_19_01_tab0 ol ol { list-style: lower-alpha; padding: 0 0 0 20px; }
#imTextObject_19_01_tab0 ol li { margin: 0 0 0 40px; padding: 0px; }
#imTextObject_19_01_tab0 blockquote { margin: 0 0 0 15px; padding: 0; border: none; }
#imTextObject_19_01_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imTextObject_19_01_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px 4px 3px; margin: 0; vertical-align: middle; }
#imTextObject_19_01_tab0 p { margin: 0; padding: 0; }
#imTextObject_19_01_tab0 .inline-block { display: inline-block; }
#imTextObject_19_01_tab0 sup { vertical-align: super; font-size: smaller; }
#imTextObject_19_01_tab0 sub { vertical-align: sub; font-size: smaller; }
#imTextObject_19_01_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imTextObject_19_01_tab0 .fleft { float: left; vertical-align: baseline;}
#imTextObject_19_01_tab0 .fright { float: right; vertical-align: baseline;}
#imTextObject_19_01_tab0 img.fleft { margin-right: 15px; }
#imTextObject_19_01_tab0 img.fright { margin-left: 15px; }
#imTextObject_19_01_tab0 .imTALeft { text-align: left; }
#imTextObject_19_01_tab0 .imTARight { text-align: right; }
#imTextObject_19_01_tab0 .imTACenter { text-align: center; }
#imTextObject_19_01_tab0 .imTAJustify { text-align: justify; }
#imTextObject_19_01_tab0 .imUl { text-decoration: underline; }
#imTextObject_19_01_tab0 .imStrike { text-decoration: line-through; }
#imTextObject_19_01_tab0 .imUlStrike { text-decoration: underline line-through; }
#imTextObject_19_01_tab0 .imVt { vertical-align: top; }
#imTextObject_19_01_tab0 .imVc { vertical-align: middle; }
#imTextObject_19_01_tab0 .imVb { vertical-align: bottom; }
#imTextObject_19_01_tab0 hr { border-width: 1px 0 0 0; border-style: solid; }
#imTextObject_19_01_tab0 .fs24 { vertical-align: baseline; font-size: 24pt; line-height: 48px;  }
#imTextObject_19_01_tab0 .cf1 { color: rgb(128, 0, 0); }
#imTextObject_19_01_tab0 .fs14 { vertical-align: baseline; font-size: 14pt; line-height: 28px;  }
#imTextObject_19_01_tab0 .cf2 { color: rgb(37, 62, 116); }
#imTextObject_19_01 .text-container {width: 100%;}#imTextObject_19_01 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imTextObject_19_01 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imTextObject_19_01 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imTextObject_19_01 .text-container .text-tab-content.detach {position: absolute; top: 0; left: 0; width: 100%; display: none; }
@media (min-width: 1900.0px) {
	#imContent { padding-left: 12px; padding-right:12px; }
	.imPageRow { margin-left: -12px; margin-right: -12px; }
	#imBreadcrumb { width: 1619px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 3px; right: 3px; }
	#imCellStyleBorders_1 { left: 3px; right: 3px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 1335px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 2px; padding-right: 2px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 2px; right: 2px; }
	#imCellStyleBorders_1 { left: 2px; right: 2px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 1135px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 2px; padding-right: 2px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 2px; right: 2px; }
	#imCellStyleBorders_1 { left: 2px; right: 2px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 935px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 2px; padding-right: 2px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 2px; right: 2px; }
	#imCellStyleBorders_1 { left: 2px; right: 2px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 759px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 1px; padding-right: 1px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 1px; right: 1px; }
	#imCellStyleBorders_1 { left: 1px; right: 1px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 695px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 1px; padding-right: 1px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 1px; right: 1px; }
	#imCellStyleBorders_1 { left: 1px; right: 1px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 695px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 1px; padding-right: 1px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 1px; right: 1px; }
	#imCellStyleBorders_1 { left: 1px; right: 1px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 455px; margin-left: 6px; margin-right: 6px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 1px; padding-right: 1px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCellStyleGraphics_1 { left: 1px; right: 1px; }
	#imCellStyleBorders_1 { left: 1px; right: 1px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (max-width: 479.9px)  {
	#imContent { padding-left: 5px; padding-right:5px; }
	.imPageRow { margin-left: -5px; margin-right: -5px; }
	#imBreadcrumb { width: 100%; margin-left: 0px; margin-right: 0px; }
	#imCell_1 { padding-top: 3px; padding-bottom: 3px; padding-left: 5px; padding-right: 5px; }
	#imTextObject_19_01 { padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
	#imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imCellStyleGraphics_1 { top: 3px; bottom: 3px; left: 5px; right: 5px; box-sizing: border-box; }
	#imTextObject_19_01 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	
}

@media (min-width: 1900.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 59px; left: 12px; width: 1160px; height: 100px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 -7.527% 0);clip-path: inset(0 0 -7.527% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 59px; left: 3px; width: 1160px; height: 100px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 -7.527% 0);clip-path: inset(0 0 -7.527% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 81px; left: 0px; width: 993px; height: 79px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 85px; left: 4px; width: 933px; height: 75px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 100px; left: 3px; width: 697px; height: 60px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 -7.143% 0);clip-path: inset(0 0 -7.143% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 123px; left: 5px; width: 697px; height: 60px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 -7.143% 0);clip-path: inset(0 0 -7.143% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imHeader_imMenuObject_04_wrapper { position: absolute; top: 100px; left: 10px; width: 52px; height: 52px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 49px; left: 5px; width: 533px; height: 43px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imHeader_imMenuObject_04_wrapper { position: absolute; top: 100px; left: 10px; width: 52px; height: 52px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_4 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_4 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 59px; left: 5px; width: 453px; height: 39px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 -8.333% 0);clip-path: inset(0 0 -8.333% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCellStyleGraphics_5 { left: 0px; right: 0px; }
	#imHeader_imCellStyleBorders_5 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	
}

@media (max-width: 479.9px)  {
	#imHeader_imMenuObject_04_wrapper { position: absolute; top: 110px; left: 10px; width: 52px; height: 38px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imCellStyleGraphics_4 { top: 0px; bottom: 0px; left: 0px; right: 0px; box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 2px 2px 2px 2px; border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1); border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: transparent; overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: transparent;transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: normal;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imObjectImage_05_wrapper { position: absolute; top: 72px; left: 2px; width: 316px; height: 25px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imObjectImage_05_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imObjectImage_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imHeader_imCellStyleGraphics_5 { top: 0px; bottom: 0px; left: 0px; right: 0px; box-sizing: border-box; }
	
}

@media (min-width: 1900.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 40px; left: 840px; width: 906px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	/* Level menu background */
	#imFooter_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imFooter_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imFooter_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imFooter_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imFooter_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-left { right: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-right { left: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul ul, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imFooter_imMenuObject_01 ul > li > ul, #imFooter_imMenuObject_01 .multiple-column { display: none; }
	#imFooter_imMenuObject_01_container > ul > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	#imFooter_imMenuObject_01_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imFooter_imMenuObject_01-menu-opened { display: none; }
	#imFooter_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 50px; left: 580px; width: 906px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	/* Level menu background */
	#imFooter_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imFooter_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imFooter_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imFooter_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imFooter_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-left { right: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-right { left: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul ul, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imFooter_imMenuObject_01 ul > li > ul, #imFooter_imMenuObject_01 .multiple-column { display: none; }
	#imFooter_imMenuObject_01_container > ul > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	#imFooter_imMenuObject_01_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imFooter_imMenuObject_01-menu-opened { display: none; }
	#imFooter_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 20px; left: 350px; width: 906px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	/* Level menu background */
	#imFooter_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imFooter_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imFooter_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imFooter_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imFooter_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-left { right: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-right { left: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul ul, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imFooter_imMenuObject_01 ul > li > ul, #imFooter_imMenuObject_01 .multiple-column { display: none; }
	#imFooter_imMenuObject_01_container > ul > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	#imFooter_imMenuObject_01_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imFooter_imMenuObject_01-menu-opened { display: none; }
	#imFooter_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 20px; left: 150px; width: 906px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	/* Level menu background */
	#imFooter_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imFooter_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imFooter_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imFooter_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imFooter_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-left { right: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-right { left: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul ul, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imFooter_imMenuObject_01 ul > li > ul, #imFooter_imMenuObject_01 .multiple-column { display: none; }
	#imFooter_imMenuObject_01_container > ul > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	#imFooter_imMenuObject_01_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imFooter_imMenuObject_01-menu-opened { display: none; }
	#imFooter_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 20px; left: 10px; width: 906px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	/* Level menu background */
	#imFooter_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imFooter_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imFooter_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imFooter_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imFooter_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-left { right: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-right { left: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul ul, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imFooter_imMenuObject_01 ul > li > ul, #imFooter_imMenuObject_01 .multiple-column { display: none; }
	#imFooter_imMenuObject_01_container > ul > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	#imFooter_imMenuObject_01_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imFooter_imMenuObject_01-menu-opened { display: none; }
	#imFooter_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 20px; left: 0px; width: 906px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	/* Level menu background */
	#imFooter_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imFooter_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imFooter_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imFooter_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imFooter_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imFooter_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imFooter_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imFooter_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imFooter_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imFooter_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imFooter_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imFooter_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-left { right: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul.open-right { left: 225px; }
	#imFooter_imMenuObject_01_container > ul > li > ul ul, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-left, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imFooter_imMenuObject_01_container  > ul > li > ul ul.open-right, #imFooter_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imFooter_imMenuObject_01 ul > li > ul, #imFooter_imMenuObject_01 .multiple-column { display: none; }
	#imFooter_imMenuObject_01_container > ul > li:nth-child(4n+1) {
	margin-left: 0;
	clear: left;
	}
	#imFooter_imMenuObject_01_container > ul > li:nth-child(n+5) {
	margin-top: 2px; 
	}
	#imFooter_imMenuObject_01-menu-opened { display: none; }
	#imFooter_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 20px; left: 20px; width: 33px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	#imFooter_imMenuObject_01 .hidden { display: none; }
	#imFooter_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imFooter_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imFooter_imMenuObject_01-menu-opened li > div { display: none; }
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imFooter_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imFooter_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imFooter_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imFooter_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imFooter_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imFooter_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imFooter_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imFooter_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(191, 191, 191, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(171, 171, 171, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(151, 151, 151, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imFooter_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imFooter_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imFooter_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imFooter_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 20px; left: 10px; width: 32px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCellStyleGraphics_1 { left: 0px; right: 0px; }
	#imFooter_imCellStyleBorders_1 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	#imFooter_imMenuObject_01 .hidden { display: none; }
	#imFooter_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imFooter_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imFooter_imMenuObject_01-menu-opened li > div { display: none; }
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imFooter_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imFooter_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imFooter_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imFooter_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imFooter_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imFooter_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imFooter_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imFooter_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(191, 191, 191, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(171, 171, 171, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(151, 151, 151, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imFooter_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imFooter_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imFooter_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imFooter_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 479.9px)  {
	#imFooter_imMenuObject_01_wrapper { position: absolute; top: 6px; left: 2px; width: 35px; height: 32px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_1 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imFooter_imCellStyleGraphics_1 { top: 0px; bottom: 0px; left: 0px; right: 0px; box-sizing: border-box; }
	/* Main menu background */
	#imFooter_imMenuObject_01_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent rgba(238, 210, 168, 1) rgba(238, 210, 168, 1) transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imFooter_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imFooter_imMenuObject_01_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper, #imFooter_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imFooter_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(64, 0, 0, 1); }
	#imFooter_imMenuObject_01 .label-inner-wrapper, #imFooter_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imFooter_imMenuObject_01_container > ul > li .label, #imFooter_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Hamburger button style */
	#imFooter_imMenuObject_01 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(255, 255, 255, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(255, 255, 255, 1);border-style: solid; }
	#imFooter_imMenuObject_01 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(64, 0, 0, 1);font-weight: normal;}
	/* Main menu current button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: transparent rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu hover button style */
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imFooter_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 11pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imFooter_imMenuObject_01 .imLevel { cursor: default; }
	#imFooter_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imFooter_imMenuObject_01 { text-align: left;}
	#imFooter_imMenuObject_01 .hidden { display: none; }
	#imFooter_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imFooter_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imFooter_imMenuObject_01-menu-opened li > div { display: none; }
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(211, 211, 211, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imFooter_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imFooter_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imFooter_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imFooter_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imFooter_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imFooter_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imFooter_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imFooter_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imFooter_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imFooter_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(211, 211, 211, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imFooter_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(191, 191, 191, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(171, 171, 171, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(151, 151, 151, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imFooter_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu current button style */
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened #imFooter_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imFooter_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imFooter_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imFooter_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separation line style */
	#imFooter_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imFooter_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (min-width: 1900.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 7px; width: 230px; height: 477px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	/* Level menu background */
	#imSideBar_imMenuObject_02 .multiple-column, #imSideBar_imMenuObject_02 .multiple-column ul ul { border-style: solid; border-width: 0px 1px 2px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;  background-color: transparent; }
	#imSideBar_imMenuObject_02 .multiple-column > ul:first-child > li:first-child > .label-wrapper { border-top-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul:last-child > li:first-child > .label-wrapper { border-top-right-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:first-child > .label-wrapper { border-top-left-radius: 0px; border-top-right-radius: 0px; }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:last-child > .label-wrapper { border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; }
	/* Level menu button size and position */
	#imSideBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 4px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imSideBar_imMenuObject_02 .multiple-column > ul {max-width: 225px;}
	#imSideBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 213px; height: 37px; padding: 0 6px 0 6px; }
	#imSideBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imSideBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imSideBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;top: 0; left: 225px;}
	#imSideBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imSideBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imSideBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-bottom { left: 0; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-left { right: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-right { left: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul ul, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ right: 225px; }
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ left: 225px; }
	#imSideBar_imMenuObject_02 ul > li > ul, #imSideBar_imMenuObject_02 .multiple-column { display: none; }
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(1n+1) {
	margin-left: 0;
	clear: left;
	}
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(n+2) {
	margin-top: 7px; 
	}
	#imSideBar_imMenuObject_02-menu-opened { display: none; }
	#imSideBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 6px; width: 232px; height: 477px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	/* Level menu background */
	#imSideBar_imMenuObject_02 .multiple-column, #imSideBar_imMenuObject_02 .multiple-column ul ul { border-style: solid; border-width: 0px 1px 2px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;  background-color: transparent; }
	#imSideBar_imMenuObject_02 .multiple-column > ul:first-child > li:first-child > .label-wrapper { border-top-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul:last-child > li:first-child > .label-wrapper { border-top-right-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:first-child > .label-wrapper { border-top-left-radius: 0px; border-top-right-radius: 0px; }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:last-child > .label-wrapper { border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; }
	/* Level menu button size and position */
	#imSideBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 4px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imSideBar_imMenuObject_02 .multiple-column > ul {max-width: 225px;}
	#imSideBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 213px; height: 37px; padding: 0 6px 0 6px; }
	#imSideBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imSideBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imSideBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;top: 0; left: 225px;}
	#imSideBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imSideBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imSideBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-bottom { left: 0; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-left { right: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-right { left: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul ul, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ right: 225px; }
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ left: 225px; }
	#imSideBar_imMenuObject_02 ul > li > ul, #imSideBar_imMenuObject_02 .multiple-column { display: none; }
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(1n+1) {
	margin-left: 0;
	clear: left;
	}
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(n+2) {
	margin-top: 7px; 
	}
	#imSideBar_imMenuObject_02-menu-opened { display: none; }
	#imSideBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 6px; width: 232px; height: 477px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	/* Level menu background */
	#imSideBar_imMenuObject_02 .multiple-column, #imSideBar_imMenuObject_02 .multiple-column ul ul { border-style: solid; border-width: 0px 1px 2px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;  background-color: transparent; }
	#imSideBar_imMenuObject_02 .multiple-column > ul:first-child > li:first-child > .label-wrapper { border-top-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul:last-child > li:first-child > .label-wrapper { border-top-right-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:first-child > .label-wrapper { border-top-left-radius: 0px; border-top-right-radius: 0px; }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:last-child > .label-wrapper { border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; }
	/* Level menu button size and position */
	#imSideBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 4px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imSideBar_imMenuObject_02 .multiple-column > ul {max-width: 225px;}
	#imSideBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 213px; height: 37px; padding: 0 6px 0 6px; }
	#imSideBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imSideBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imSideBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;top: 0; left: 225px;}
	#imSideBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imSideBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imSideBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-bottom { left: 0; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-left { right: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-right { left: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul ul, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ right: 225px; }
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ left: 225px; }
	#imSideBar_imMenuObject_02 ul > li > ul, #imSideBar_imMenuObject_02 .multiple-column { display: none; }
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(1n+1) {
	margin-left: 0;
	clear: left;
	}
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(n+2) {
	margin-top: 7px; 
	}
	#imSideBar_imMenuObject_02-menu-opened { display: none; }
	#imSideBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 6px; width: 232px; height: 477px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	/* Level menu background */
	#imSideBar_imMenuObject_02 .multiple-column, #imSideBar_imMenuObject_02 .multiple-column ul ul { border-style: solid; border-width: 0px 1px 2px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;  background-color: transparent; }
	#imSideBar_imMenuObject_02 .multiple-column > ul:first-child > li:first-child > .label-wrapper { border-top-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul:last-child > li:first-child > .label-wrapper { border-top-right-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:first-child > .label-wrapper { border-top-left-radius: 0px; border-top-right-radius: 0px; }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:last-child > .label-wrapper { border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; }
	/* Level menu button size and position */
	#imSideBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 4px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imSideBar_imMenuObject_02 .multiple-column > ul {max-width: 225px;}
	#imSideBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 213px; height: 37px; padding: 0 6px 0 6px; }
	#imSideBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imSideBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imSideBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;top: 0; left: 225px;}
	#imSideBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imSideBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imSideBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-bottom { left: 0; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-left { right: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-right { left: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul ul, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ right: 225px; }
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ left: 225px; }
	#imSideBar_imMenuObject_02 ul > li > ul, #imSideBar_imMenuObject_02 .multiple-column { display: none; }
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(1n+1) {
	margin-left: 0;
	clear: left;
	}
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(n+2) {
	margin-top: 7px; 
	}
	#imSideBar_imMenuObject_02-menu-opened { display: none; }
	#imSideBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 6px; width: 232px; height: 477px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	/* Level menu background */
	#imSideBar_imMenuObject_02 .multiple-column, #imSideBar_imMenuObject_02 .multiple-column ul ul { border-style: solid; border-width: 0px 1px 2px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;  background-color: transparent; }
	#imSideBar_imMenuObject_02 .multiple-column > ul:first-child > li:first-child > .label-wrapper { border-top-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul:last-child > li:first-child > .label-wrapper { border-top-right-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:first-child > .label-wrapper { border-top-left-radius: 0px; border-top-right-radius: 0px; }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:last-child > .label-wrapper { border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; }
	/* Level menu button size and position */
	#imSideBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 4px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imSideBar_imMenuObject_02 .multiple-column > ul {max-width: 225px;}
	#imSideBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 213px; height: 37px; padding: 0 6px 0 6px; }
	#imSideBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imSideBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imSideBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;top: 0; left: 225px;}
	#imSideBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imSideBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imSideBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-bottom { left: 0; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-left { right: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-right { left: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul ul, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ right: 225px; }
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ left: 225px; }
	#imSideBar_imMenuObject_02 ul > li > ul, #imSideBar_imMenuObject_02 .multiple-column { display: none; }
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(1n+1) {
	margin-left: 0;
	clear: left;
	}
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(n+2) {
	margin-top: 7px; 
	}
	#imSideBar_imMenuObject_02-menu-opened { display: none; }
	#imSideBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 6px; width: 232px; height: 477px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	/* Level menu background */
	#imSideBar_imMenuObject_02 .multiple-column, #imSideBar_imMenuObject_02 .multiple-column ul ul { border-style: solid; border-width: 0px 1px 2px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;  background-color: transparent; }
	#imSideBar_imMenuObject_02 .multiple-column > ul:first-child > li:first-child > .label-wrapper { border-top-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul:last-child > li:first-child > .label-wrapper { border-top-right-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-1:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:first-child > li:nth-child(3) > .label-wrapper { border-bottom-left-radius: 0px;  }
	#imSideBar_imMenuObject_02 .multiple-column > ul.imUlCl-2:last-child > li:nth-child(3) > .label-wrapper { border-bottom-right-radius: 15px;  }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:first-child > .label-wrapper { border-top-left-radius: 0px; border-top-right-radius: 0px; }
	#imSideBar_imMenuObject_02 .multiple-column ul ul > li:last-child > .label-wrapper { border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; }
	/* Level menu button size and position */
	#imSideBar_imMenuObject_02 ul ul li {position: relative;margin-bottom: 4px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imSideBar_imMenuObject_02 .multiple-column > ul {max-width: 225px;}
	#imSideBar_imMenuObject_02 ul ul li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02 ul ul .label-wrapper { display: block; overflow: hidden; width: 213px; height: 37px; padding: 0 6px 0 6px; }
	#imSideBar_imMenuObject_02 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imSideBar_imMenuObject_02 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu hover button style */
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Level menu separator button style */
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .imMnMnCurrent > div.multiple-column > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imSideBar_imMenuObject_02 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imSideBar_imMenuObject_02 .multiple-column {position: absolute; z-index: 2;top: 0; left: 225px;}
	#imSideBar_imMenuObject_02 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imSideBar_imMenuObject_02 .multiple-column > ul > li {display: block;}
	#imSideBar_imMenuObject_02_container > ul > li > ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-bottom { left: 0; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-left { right: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul.open-right { left: 225px; }
	#imSideBar_imMenuObject_02_container > ul > li > ul ul, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-left, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-left{ right: 225px; }
	#imSideBar_imMenuObject_02_container  > ul > li > ul ul.open-right, #imSideBar_imMenuObject_02_container .multiple-column > ul > li ul.open-right{ left: 225px; }
	#imSideBar_imMenuObject_02 ul > li > ul, #imSideBar_imMenuObject_02 .multiple-column { display: none; }
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(1n+1) {
	margin-left: 0;
	clear: left;
	}
	#imSideBar_imMenuObject_02_container > ul > li:nth-child(n+2) {
	margin-top: 7px; 
	}
	#imSideBar_imMenuObject_02-menu-opened { display: none; }
	#imSideBar_imMenuObject_02 .hamburger-component { display: none; }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 0px; width: 192px; height: 297px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	#imSideBar_imMenuObject_02 .hidden { display: none; }
	#imSideBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imSideBar_imMenuObject_02-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imSideBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(248, 238, 222, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imSideBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imSideBar_imMenuObject_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imSideBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imSideBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imSideBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imSideBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imSideBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(248, 238, 222, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imSideBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imSideBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imSideBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imSideBar_imMenuObject_02-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imSideBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 0px; width: 192px; height: 297px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imSideBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	#imSideBar_imMenuObject_02 .hidden { display: none; }
	#imSideBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imSideBar_imMenuObject_02-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imSideBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(248, 238, 222, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imSideBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imSideBar_imMenuObject_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imSideBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imSideBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imSideBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imSideBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imSideBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(248, 238, 222, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imSideBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imSideBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imSideBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imSideBar_imMenuObject_02-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imSideBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 479.9px)  {
	#imSideBar_imMenuObject_02_wrapper { position: absolute; top: 10px; left: 0px; width: 192px; height: 297px; text-align: center; z-index: 1002;  }
	#imSideBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imMenuObject_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imSideBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imSideBar_imCellStyleGraphics_2 { top: 0px; bottom: 0px; left: 0px; right: 0px; box-sizing: border-box; }
	/* Main menu background */
	#imSideBar_imMenuObject_02_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 2px 2px 2px 2px; display: inline-table;}
	#imSideBar_imMenuObject_02_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imSideBar_imMenuObject_02_container > ul > li {position: relative;margin-left: 7px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper, #imSideBar_imMenuObject_02_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 214px; height: 31px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-button {cursor: pointer; width: 31px; height: 31px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imSideBar_imMenuObject_02 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(128, 0, 0, 1); }
	#imSideBar_imMenuObject_02 .label-inner-wrapper, #imSideBar_imMenuObject_02 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imSideBar_imMenuObject_02_container > ul > li .label, #imSideBar_imMenuObject_02 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imSideBar_imMenuObject_02 .hamburger-button {background-color: transparent;background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(128, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1) rgba(64, 0, 0, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imSideBar_imMenuObject_02_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 12pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	#imSideBar_imMenuObject_02 .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02-menu-opened .imLevel { cursor: default; }
	#imSideBar_imMenuObject_02 { text-align: left;}
	#imSideBar_imMenuObject_02 .hidden { display: none; }
	#imSideBar_imMenuObject_02-menu-opened { overflow: visible; z-index: 10402; }
	#imSideBar_imMenuObject_02-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imSideBar_imMenuObject_02-menu-opened li > div { display: none; }
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened div > ul { display: block; }
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(248, 238, 222, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imSideBar_imMenuObject_02-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imSideBar_imMenuObject_02-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imSideBar_imMenuObject_02-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imSideBar_imMenuObject_02 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imSideBar_imMenuObject_02-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imSideBar_imMenuObject_02-menu-opened li:last-child {margin-bottom: 0;}
	#imSideBar_imMenuObject_02-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 26px; padding: 0 5px 0 5px; }
	#imSideBar_imMenuObject_02-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imSideBar_imMenuObject_02-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imSideBar_imMenuObject_02-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(248, 238, 222, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imSideBar_imMenuObject_02-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imSideBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened #imSideBar_imMenuObject_02_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imSideBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: underline;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imSideBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imSideBar_imMenuObject_02-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 9pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imSideBar_imMenuObject_02-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imSideBar_imMenuObject_02-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (min-width: 1900.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 50px; left: 953px; width: 548px; height: 47px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 3px; left: 3px; width: 1438px; height: 82px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	/* Level menu background */
	#imStickyBar_imMenuObject_03 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_03 ul ul li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_03 .multiple-column > ul {max-width: 170px;}
	#imStickyBar_imMenuObject_03 ul ul li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_03 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_03_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-bottom { left: 0; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-left { right: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-right { left: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul ul, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imStickyBar_imMenuObject_03 ul > li > ul, .multiple-column { display: none; }
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(10n+1) {
	margin-left: 0;
	clear: left;
	}
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(n+11) {
	margin-top: 2px; 
	}
	#imStickyBar_imMenuObject_03-menu-opened { display: none; }
	#imStickyBar_imMenuObject_03 .hamburger-component { display: none; }
	
}

@media (max-width: 1899.9px) and (min-width: 1600.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 53px; left: 895px; width: 300px; height: 31px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 14.12pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 3px; left: 0px; width: 1144px; height: 86px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	/* Level menu background */
	#imStickyBar_imMenuObject_03 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_03 ul ul li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_03 .multiple-column > ul {max-width: 170px;}
	#imStickyBar_imMenuObject_03 ul ul li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_03 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_03_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-bottom { left: 0; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-left { right: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-right { left: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul ul, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imStickyBar_imMenuObject_03 ul > li > ul, .multiple-column { display: none; }
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(8n+1) {
	margin-left: 0;
	clear: left;
	}
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(n+9) {
	margin-top: 2px; 
	}
	#imStickyBar_imMenuObject_03-menu-opened { display: none; }
	#imStickyBar_imMenuObject_03 .hamburger-component { display: none; }
	
}

@media (max-width: 1599.9px) and (min-width: 1400.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 28px; left: 634px; width: 300px; height: 31px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 14.12pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 1px; left: 2px; width: 852px; height: 82px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	/* Level menu background */
	#imStickyBar_imMenuObject_03 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_03 ul ul li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_03 .multiple-column > ul {max-width: 170px;}
	#imStickyBar_imMenuObject_03 ul ul li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_03 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_03_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-bottom { left: 0; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-left { right: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-right { left: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul ul, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imStickyBar_imMenuObject_03 ul > li > ul, .multiple-column { display: none; }
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(6n+1) {
	margin-left: 0;
	clear: left;
	}
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(n+7) {
	margin-top: 2px; 
	}
	#imStickyBar_imMenuObject_03-menu-opened { display: none; }
	#imStickyBar_imMenuObject_03 .hamburger-component { display: none; }
	
}

@media (max-width: 1399.9px) and (min-width: 1200.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 28px; left: 634px; width: 300px; height: 31px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 14.12pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 1px; left: 2px; width: 852px; height: 82px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	/* Level menu background */
	#imStickyBar_imMenuObject_03 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_03 ul ul li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_03 .multiple-column > ul {max-width: 170px;}
	#imStickyBar_imMenuObject_03 ul ul li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 ul ul .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_03 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_03 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_03_container > ul > li > ul {position: absolute;
	top: 40px;
	}
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-bottom { left: 0; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-left { right: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul.open-right { left: 140px; }
	#imStickyBar_imMenuObject_03_container > ul > li > ul ul, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imStickyBar_imMenuObject_03_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_03_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imStickyBar_imMenuObject_03 ul > li > ul, .multiple-column { display: none; }
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(6n+1) {
	margin-left: 0;
	clear: left;
	}
	#imStickyBar_imMenuObject_03_container > ul > li:nth-child(n+7) {
	margin-top: 2px; 
	}
	#imStickyBar_imMenuObject_03-menu-opened { display: none; }
	#imStickyBar_imMenuObject_03 .hamburger-component { display: none; }
	
}

@media (max-width: 1199.9px) and (min-width: 1024.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 19px; left: 1px; width: 417px; height: 41px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 19.74pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 10px; left: 650px; width: 44px; height: 40px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_03-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_03-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul { position: absolute; right: 0; left: auto; top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_03-menu-opened { position:fixed; top: 0; bottom: 0; right: 0; width: 170px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_03-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imStickyBar_imMenuObject_03-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_03-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_03-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 170px;right: 0; left: auto;background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_03-menu-opened {  transform: translate3d(170px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_03-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 1023.9px) and (min-width: 960.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 19px; left: 1px; width: 417px; height: 41px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 19.74pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 10px; left: 650px; width: 44px; height: 40px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_03-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_03-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul { position: absolute; right: 0; left: auto; top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_03-menu-opened { position:fixed; top: 0; bottom: 0; right: 0; width: 170px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_03-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imStickyBar_imMenuObject_03-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_03-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_03-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 170px;right: 0; left: auto;background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_03-menu-opened {  transform: translate3d(170px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_03-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 27px; left: 5px; width: 320px; height: 32px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 15.08pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 13px; left: 427px; width: 44px; height: 46px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_03-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_03-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul { position: absolute; right: 0; left: auto; top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_03-menu-opened { position:fixed; top: 0; bottom: 0; right: 0; width: 170px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_03-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imStickyBar_imMenuObject_03-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_03-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_03-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 170px;right: 0; left: auto;background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_03-menu-opened {  transform: translate3d(170px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_03-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 27px; left: 5px; width: 320px; height: 32px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_2 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_2 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imStickyBar_imObjectTitle_02_text { font-size: 15.08pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 13px; left: 427px; width: 44px; height: 46px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCellStyleGraphics_3 { left: 0px; right: 0px; }
	#imStickyBar_imCellStyleBorders_3 { left: 0px; right: 0px; border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_03-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_03-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul { position: absolute; right: 0; left: auto; top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_03-menu-opened { position:fixed; top: 0; bottom: 0; right: 0; width: 170px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_03-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imStickyBar_imMenuObject_03-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_03-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_03-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 170px;right: 0; left: auto;background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_03-menu-opened {  transform: translate3d(170px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_03-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 479.9px)  {
	#imStickyBar_imObjectTitle_02_wrapper { position: absolute; top: 21px; left: 0px; width: 270px; height: 28px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_2 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imObjectTitle_02 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_2 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imCellStyleGraphics_2 { top: 0px; bottom: 0px; left: 0px; right: 0px; box-sizing: border-box; }
	#imStickyBar_imObjectTitle_02_text { font-size: 12.68pt; }
	#imStickyBar_imObjectTitle_02{ text-shadow: 3px 3px 3px rgba(128, 0, 0, 1)}#imStickyBar_imObjectTitle_02 { width: 100%; }
	#imStickyBar_imObjectTitle_02_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imStickyBar_imMenuObject_03_wrapper { position: absolute; top: 8px; left: 0px; width: 44px; height: 40px; text-align: center; z-index: 1003;  }
	#imStickyBar_imCell_3 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imMenuObject_03 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_3 { -ms-grid-rows: 100%; grid-template-rows: 100%; }
	#imStickyBar_imCellStyleGraphics_3 { top: 0px; bottom: 0px; left: 0px; right: 0px; box-sizing: border-box; }
	/* Main menu background */
	#imStickyBar_imMenuObject_03_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: transparent; padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_03_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_03_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_03_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 129px; height: 38px; padding: 0 5px 0 5px; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-button {cursor: pointer; width: 38px; height: 38px; display: inline-block; vertical-align: top; padding: 0; border-width: 0px 1px 2px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 15px;}
	#imStickyBar_imMenuObject_03 .hamburger-bar { margin: 4px auto; width: 65%; height: 4px; background-color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03 .label-inner-wrapper, #imStickyBar_imMenuObject_03 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_03_container > ul > li .label, #imStickyBar_imMenuObject_03 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_03 .hamburger-button {background-color: rgba(128, 0, 0, 1);background-image: none;border-color: rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1) rgba(248, 238, 222, 1);border-style: solid; }
	#imStickyBar_imMenuObject_03 .hamburger-button .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imPage:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > li.imLevel:hover > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: transparent transparent transparent transparent;border-style: solid; }
	#imStickyBar_imMenuObject_03_container > ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: 'Book Antiqua';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: transparent;font-weight: normal;}
	#imStickyBar_imMenuObject_03 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_03 { text-align: left;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_03-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_03-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul { position: absolute; right: 0; left: auto; top: 40px; background-color: rgba(255, 255, 255, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(255, 255, 255, 1); }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_03-menu-opened { position:fixed; top: 0; bottom: 0; right: 0; width: 170px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_03-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(128, 0, 0, 1); opacity: 0.3;}
	.menu-imStickyBar_imMenuObject_03-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.3; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_03 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_03-menu-opened li {position: relative;margin-bottom: 2px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_03-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_03-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 154px; height: 78px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_03-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_03-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_03-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 170px;right: 0; left: auto;background-color: rgba(255, 255, 255, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper {background-color: rgba(128, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper {background-color: rgba(108, 20, 20, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(128, 40, 40, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(108, 60, 60, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul ul ul ul > li > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(192, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened #imStickyBar_imMenuObject_03_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(64, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: normal;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;}
	#imStickyBar_imMenuObject_03-menu-opened ul > .imMnMnSeparator > .label-wrapper .label {width: 100%;height: 100%;font-family: Tahoma;font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: transparent;font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_03-menu-opened {  transform: translate3d(170px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_03-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

#imPage.without-id_animation-in-progress { overflow: hidden }
