@font-face
{
   font-family: "LightFont";
   font-display: swap;
   src: url('LightFont.woff') format('woff'),
        url('LightFont.ttf') format('truetype'),
        url('LightFont.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "MediumFont";
   font-display: swap;
   src: url('MediumFont.woff') format('woff'),
        url('MediumFont.ttf') format('truetype'),
        url('MediumFont.eot') format('embedded-opentype');
}
a.greyblue_hyperlink
{
   color: #005480;
   text-decoration: underline;
}
a.greyblue_hyperlink:visited
{
   color: #006980;
   text-decoration: underline;
}
a.greyblue_hyperlink:active
{
   color: #006980;
   text-decoration: underline;
}
a.greyblue_hyperlink:hover
{
   color: #003D80;
   text-decoration: underline;
}
a.grey_hyperlink
{
   color: #FFFFFF;
   text-decoration: none;
}
a.grey_hyperlink:visited
{
   color: #DCDCDC;
   text-decoration: underline;
}
a.grey_hyperlink:active
{
   color: #DCDCDC;
   text-decoration: underline;
}
a.grey_hyperlink:hover
{
   color: #C0C0C0;
   text-decoration: underline;
}
a.link_transition
{
   color: #FFFFFF;
   background: #696969;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.link_transition::after
{
   background: transparent;
   content: "";
   display: block;
   margin: auto;
   height: 2px;
   width: 0;
   margin-top: 2px;
   transition: all 300ms linear;
}
a.link_transition:hover::after
{
   background: #FFFFFF;
   width: 100%;
}
a.link_transition:visited
{
   color: #FFFFFF;
   background: #696969;
   text-decoration: none;
}
a.link_transition:active
{
   color: #FFFFFF;
   background: #696969;
   text-decoration: none;
}
a.link_transition:hover
{
   color: #FFFFFF;
   background: #696969;
   text-decoration: none;
}
.Header1
{
   font-family: LightFont;
   font-weight: normal;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
   line-height: 1.3;
}
.Text1
{
   font-family: LightFont;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   line-height: 27.63px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
}
.Text2
{
   font-family: "Segoe UI Light";
   font-size: 24px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
}
.Header2
{
   font-family: "Segoe UI";
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #696969;
   --color: #696969;
   background-color: transparent;
}
