body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(218,165,32,1.00) rgba(218,165,32,1.00);
}
*::-webkit-scrollbar
{
   width: 16px;
}
*::-webkit-scrollbar-track
{
   background: rgba(218,165,32,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(218,165,32,1.00);
   border-radius: 5px;
   border: 2px solid rgba(244,164,96,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(218,165,32,1.00);
}
*::-webkit-scrollbar-thumb:hover
{
   background-color: rgba(184,134,11,1.00);
   border-color: rgba(255,140,0,1.00);
}
.wb-theme-header
{
   background-color: #073642;
   background-image: none;
   border: 1px solid #073642;
   border-radius: 5px;
   color: #C0C0C0;
   --background-color: rgba(7,54,66,1.00);
   --border-color: #073642;
   --border-width: 1px;
   --color: #C0C0C0;
}
.wb-theme-content
{
   background-color: #002B36;
   background-image: none;
   border: 1px solid #073642;
   border-radius: 5px;
   color: #DCDCDC;
   --background-color: rgba(0,43,54,1.00);
   --border-color: #073642;
   --border-width: 1px;
   --color: #DCDCDC;
   --icon-color: #B58900;
   --colorize: invert(66%) sepia(52%) saturate(7026%) hue-rotate(27deg) brightness(100%) contrast(101%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #B58900;
   background-image: none;
   border: 1px solid #B58900;
   border-radius: 5px;
   color: #FFFFFF;
   --background-color: rgba(181,137,0,1.00);
   --border-color: #B58900;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button:hover
{
   background-color: #9A7400;
   background-image: none;
   border: 1px solid #916E00;
   border-radius: 5px;
   color: #FFFFFF;
   --background-color: rgba(154,116,0,1.00);
   --border-color: #916E00;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #916E00;
   background-image: none;
   border: 1px solid #886700;
   border-radius: 5px;
   color: #FFFFFF;
   --background-color: rgba(145,110,0,1.00);
   --border-color: #886700;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-header
{
   background-color: #184048;
   background-image: none;
   border: 1px solid #012D37;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(24,64,72,1.00);
   --border-color: #012D37;
   --border-width: 1px;
   --color: #DEE2E6;
}
.darktheme .wb-theme-content
{
   background-color: #002B36;
   background-image: none;
   border: 1px solid #00252E;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(0,43,54,1.00);
   --border-color: #00252E;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #B58900;
   --colorize: invert(47%) sepia(76%) saturate(2012%) hue-rotate(25deg) brightness(97%) contrast(101%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #B58900;
   background-image: none;
   border: 1px solid #B58900;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(181,137,0,1.00);
   --border-color: #B58900;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #9A7400;
   background-image: none;
   border: 1px solid #916E00;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(154,116,0,1.00);
   --border-color: #916E00;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #916E00;
   background-image: none;
   border: 1px solid #886700;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(145,110,0,1.00);
   --border-color: #886700;
   --border-width: 1px;
   --color: #FFFFFF;
}
#SlideShow1
{
   position: fixed;
   z-index: 0;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   margin: 0;
   padding: 0;
   list-style: none;
}
#SlideShow1 li
{
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-size: cover;
   background-position: 50% 50%;
   background-repeat: no-repeat;
   opacity: 0;
   z-index: 0;
}
@keyframes SlideShow1-animation
{
   0% { opacity: 0; animation-timing-function: ease-in; }
   0% { opacity: 1; animation-timing-function: ease-out; }
   100% { opacity: 1; }
   100% { opacity: 0; }
   100% { opacity: 0; }
}
#SlideShow1 li
{
   animation: SlideShow1-animation 3333334ms linear infinite 0s;
}
#SlideShow1 li:nth-child(1)
{
   background-image: url('../images/gold-AFI S.jpg');
   animation-delay: 0ms;
   transform-origin: bottom left;
}
#SlideShow1
{
   box-sizing: border-box;
}
#wb_menu17LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Gold%201.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #DAA520;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#menu17LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#menu17LayoutGrid > .col-1, #menu17LayoutGrid > .col-2, #menu17LayoutGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#menu17LayoutGrid > .col-1, #menu17LayoutGrid > .col-2, #menu17LayoutGrid > .col-3
{
   flex: 0 0 auto;
}
#menu17LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#menu17LayoutGrid > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 5px 5px 5px 5px;
}
#menu17LayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#menu17LayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#menu17LayoutGrid > .col-1, #menu17LayoutGrid > .col-2, #menu17LayoutGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#menu17LayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-image: radial-gradient(circle at 50% 75%, rgba(0,0,0,0.00) 0%, #000000 100%);
}
#FlexContainer1
{
   display: flex;
   position: relative;
   padding: 0 0 -2px 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_menu17Menu a, #menu17Menu_markup li a
{
   display: block;
   text-align: left;
   vertical-align: middle;
}
#wb_menu17Menu
{
   margin: 5px 0 5px 0 ;
}
#menu17Menu_markup
{
   display: none;
   margin: 0;
   padding: 0 0 0 10px;
}
#menu17Menu_panel #menu17Menu_markup
{
   display: block;
}
#menu17Menu_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#menu17Menu_markup li a, #menu17Menu_markup li a:hover
{
   padding: 5px 0 5px 0;
   box-shadow: none;
}
#menu17Menu_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #232323;
}
#menu17Menu_panel
{
   display: none;
   position: fixed;
   top: 0;
   height: 100%;
   width: 300px;
   z-index: 9999;
}
#menu17Menu_markup li a
{
   color: #DAA520;
   border: 0px solid transparent;
   background-color: rgba(35,35,35,0.52);
   font-family: Verdana;
   font-weight: normal;
   font-size: 29px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
}
#wb_menu17Menu a
{
   color: #DAA520;
   border: 0px solid transparent;
   border-radius: 0px;
   background-color: rgba(0,43,54,0.00);
   font-family: Verdana;
   font-weight: normal;
   font-size: 29px;
   font-style: normal;
   text-decoration: none;
   text-align: center;
   text-transform: none;
}
#menu17Menu_markup li a
{
   background-color: transparent;
}
#menu17Menu_markup li a:hover
{
   color: #B8860B;
   background-color: rgba(79,79,79,0.00);
   border: 0px solid transparent;
}
#menu17Menu_markup li a .icon
{
   fill: currentColor;
   margin-right: 5px;
   height: 18px;
   width: 18px;
   vertical-align: middle;
}
#menu17Menu_markup li a:hover .icon
{
   fill: currentColor;
}
#wb_menu17Menu a:hover
{
   color: #B8860B;
   background-color: rgba(79,79,79,0.00);
   border: 0px solid transparent;
}
#menu17Menu_panel
{
   background-color: rgba(35,35,35,0.52);
   overflow-y: auto;
}
#menu17Menu .line
{
   width: 32px;
   height: 6px;
   background: #DAA520;
   display: block;
   margin: 6px auto;
   transition: all 0.3s ease-in-out;
}
#menu17Menu .line:first-child
{
   margin-top: 5px;
}
#menu17Menu.open .line
{
   transition: margin 0.3s ease, transform 0.3s ease-in-out 0.4s;
}
#menu17Menu.open .line:nth-child(1)
{
   margin-top: 17px;
   transform: rotate(225deg);
}
#menu17Menu.open .line:nth-child(2)
{
   opacity: 0;
}
#menu17Menu.open .line:nth-child(3)
{
   margin-top: -24px;
   transform: rotate(135deg);
}
#menu17Menu
{
   line-height: 32px;
   width: 100%;
   height: 32px;
   position: relative;
   z-index: 999;
}
#menu17Menu-logo
{
   border-width: 0;
   padding: 5px 0 5px 0;
   text-align: center;
}
#menu17Menu-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
#wb_menu17Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#menu17Heading
{
   color: #DAA520;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
#wb_footer9Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: center;
}
#footer9Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer9Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#footer9Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 4px transparent solid;
   border-width: 4px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer9Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 16px 0;
   background: transparent;
   border: none;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#footer9Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer9Card2-card-item2 i
{
   color: var(--icon-color);
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#wb_footer9Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#footer9Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer9Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 6px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
}
#footer9Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #BBBBBB;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#wb_footer9Icon1
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footer9Icon1
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer9Icon1 i
{
   color: #212529;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer9Icon1:hover #footer9Icon1 i
{
   color: #DAA520;
}
#wb_footer9Icon2
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footer9Icon2
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer9Icon2 i
{
   color: #212529;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer9Icon2:hover #footer9Icon2 i
{
   color: #DAA520;
}
#wb_footer9Icon3
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footer9Icon3
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer9Icon3 i
{
   color: #212529;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer9Icon3:hover #footer9Icon3 i
{
   color: #DAA520;
}
#wb_footer9Icon4
{
   background-color: #EDEFEB;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 50%;
   text-align: center;
   margin: 4px 4px 4px 4px;
   padding: 8px 8px 8px 8px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#footer9Icon4
{
   height: 24px;
   width: 24px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#footer9Icon4 i
{
   color: #212529;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
}
#wb_footer9Icon4:hover #footer9Icon4 i
{
   color: #DAA520;
}
#wb_footer9Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#footer9Heading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 27px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Image2
{
   margin: 5px 0 20px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   vertical-align: top;
}
#Image2
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   animation: filter-blur-out 3000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0ms 1 reverse both;
   display: inline-block;
   width: 248px;
   height: auto;
}
#Image2, #wb_Image2:focus
{
   transition: all 500ms linear 0ms;
}
#wb_features16LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   border: none !important;
   box-sizing: border-box;
   margin: -1px 0 0 0 ;
}
#features16LayoutGrid
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#features16LayoutGrid > .row
{
   display: grid;
   grid-template-columns: repeat(12, 8.333333%);
   margin-right: -15px;
   margin-left: -15px;
}
#features16LayoutGrid > .row > .col-1, #features16LayoutGrid > .row > .col-2, #features16LayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
   grid-column: span 12;
}
#features16LayoutGrid > .row > .col-1, #features16LayoutGrid > .row > .col-2, #features16LayoutGrid > .row > .col-3
{
}
#features16LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 2;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: left;
}
#features16LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 8;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: center;
}
#features16LayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 2;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#features16LayoutGrid > .row > .col-1, #features16LayoutGrid > .row > .col-2, #features16LayoutGrid > .row > .col-3
{
   width: 100%;
   grid-column: span 12;
}
}
#FlexContainer2
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Heading1
{
   margin: 0;
   padding: 0;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading1
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_Heading3
{
   margin: 0;
   padding: 0;
   text-align: center;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Heading3
{
   height: 100%;
   margin: 0;
   width: 100%;
}
#FlexGrid1
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   grid-template-rows: auto auto auto;
   grid-template-areas:
      "item-0 item-0 item-0 item-0"
      "nav main main sidebar"
      "footer footer footer footer";
}
#FlexGrid1 .item-0
{
   display: flex;
   grid-area: item-0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .nav
{
   display: flex;
   grid-area: nav;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid1 .main
{
   display: flex;
   grid-area: main;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid1 .sidebar
{
   display: flex;
   grid-area: sidebar;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid1 .footer
{
   display: flex;
   grid-area: footer;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #DAA520;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 21px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 1px 1px 0px rgba(0,0,0,1.00);
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
