@font-face
{
   font-family: "Jost Light";
   font-display: swap;
   src: url('../fonts/Jost-Light.woff2') format('woff2'),
        url('../fonts/Jost-Light.woff') format('woff'),
        url('../fonts/Jost-Light.ttf') format('truetype');
}
@font-face
{
   font-family: "Jost Light Italic";
   font-display: swap;
   src: url('../fonts/Jost-LightItalic.woff2') format('woff2'),
        url('../fonts/Jost-LightItalic.woff') format('woff'),
        url('../fonts/Jost-LightItalic.ttf') format('truetype');
}
@font-face
{
   font-family: "Jost Regular";
   font-display: swap;
   src: url('../fonts/Jost-Regular.woff2') format('woff2'),
        url('../fonts/Jost-Regular.woff') format('woff'),
        url('../fonts/Jost-Regular.ttf') format('truetype');
}
@font-face
{
   font-family: "Jost Regular Italic";
   font-display: swap;
   src: url('../fonts/Jost-Italic.woff2') format('woff2'),
        url('../fonts/Jost-Italic.woff') format('woff'),
        url('../fonts/Jost-Italic.ttf') format('truetype');
}
@font-face
{
   font-family: "Jost Bold";
   font-display: swap;
   src: url('../fonts/Jost-Bold.woff2') format('woff2'),
        url('../fonts/Jost-Bold.woff') format('woff'),
        url('../fonts/Jost-Bold.ttf') format('truetype');
}
@font-face
{
   font-family: "Jost Black";
   font-display: swap;
   src: url('../fonts/Jost-Black.woff2') format('woff2'),
        url('../fonts/Jost-Black.woff') format('woff'),
        url('../fonts/Jost-Black.ttf') format('truetype');
}
@font-face
{
   font-family: "Cormorant Garamond";
   font-display: swap;
   src: url('../fonts/cormorantgaramond-regular-webfont.woff2') format('woff2'),
        url('../fonts/cormorantgaramond-regular-webfont.woff') format('woff'),
        url('../fonts/cormorantgaramond-regular-webfont.ttf') format('truetype');
}
@font-face
{
   font-family: "Jost SemiBold";
   font-display: swap;
   src: url('../fonts/Jost-SemiBold.woff2') format('woff2'),
        url('../fonts/Jost-SemiBold.woff') format('woff'),
        url('../fonts/Jost-SemiBold.ttf') format('truetype');
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes transform-bounch-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-pulse
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.Knights_big_link
{
   color: #FFFF2B;
   background: #00092F;
   text-decoration: none;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.Knights_big_link::after
{
   background: transparent;
   content: "";
   display: block;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   height: 1px;
   background: #FFFFFF;
   opacity: 0;
   transform: translateY(-4px);
   margin-top: 1px;
   transition: all 300ms linear;
}
a.Knights_big_link:hover::after
{
   background: #FFFFFF;
   opacity: 1;
   transform: translateY(0px);
}
a.Knights_big_link:visited
{
   color: #FFFF2B;
   background: #00092F;
   text-decoration: none;
}
a.Knights_big_link:active
{
   color: #FFFF2B;
   background: #00092F;
   text-decoration: none;
}
a.Knights_big_link:hover
{
   color: #FFFFFF;
   background: #00092F;
   text-decoration: none;
}
a.Knights_normal_white
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Knights_normal_white:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Knights_normal_white:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.Knights_normal_white:hover
{
   color: #FF0000;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Jost SemiBold";
   font-weight: normal;
   font-size: 35px;
   font-style: normal;
   line-height: 45.03px;
   text-decoration: none;
   color: #FFFF2B;
   --color: #FFFF2B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h1.Heading_1a_bluetext, .h1
{
   font-family: "Jost SemiBold";
   font-weight: normal;
   font-size: 35px;
   font-style: normal;
   line-height: 45.03px;
   text-decoration: none;
   color: #00105E;
   --color: #00105E;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2, .h2
{
   font-family: "Jost Light";
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   line-height: 31.53px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h2.Head2Bold, .h2
{
   font-family: "Jost SemiBold";
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   line-height: 31.53px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}
.Body_White
{
   font-family: "Jost Light";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-align: justify;
   line-height: 24.33px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Bold_Body_White
{
   font-family: "Jost SemiBold";
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-align: justify;
   line-height: 24.33px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.image_video_body_italic
{
   font-family: Jost;
   font-weight: normal;
   font-size: 16px;
   font-style: italic;
   line-height: 20.73px;
   text-decoration: none;
   color: #FFFF2B;
   --color: #FFFF2B;
   background-color: transparent;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.Accordion_Regular
{
   font-family: "Jost Light";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   line-height: 20.73px;
   text-decoration: none;
   color: #00105E;
   --color: #00105E;
   background-color: transparent;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
h1, .h1
{
   font-family: "Jost SemiBold";
   font-weight: normal;
   font-size: 64px;
   font-style: normal;
   line-height: 82.83px;
   text-decoration: none;
   color: #FFFF2B;
   --color: #FFFF2B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
.Branch_dropdown
{
   font-family: Jost;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-align: center;
   text-decoration: none;
   background-color: #00008B;
   --background-color: rgba(0,0,139,1.00);
   border-radius: 8px;
}
.Terms_plain
{
   font-family: Jost;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   line-height: 19.83px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
.Terms_small_header
{
   font-family: "Jost Black";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   line-height: 21.63px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
}
