body[data-aos-duration='8000'] [data-aos],
[data-aos][data-aos][data-aos-duration='8000'] {
    transition-duration: 8000ms;
}


[data-aos="new-animation"] {
  opacity: 0;
  transition-property: transform, opacity;

  &.aos-animate {
    opacity: 1;
  }

  @media screen and (min-width: 768px) {
    transform: translateX(100px);

    &.aos-animate {
      transform: translateX(0);
    }
  }
}

.tvs-primary-button {
    background-color: #0c2162;
    border-radius: 0.5rem;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Futura Book', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    font-size: 15px !important;
    border: none;
    text-decoration: none;
}

    .tvs-primary-button:hover {
        background-color: #040c24;
    }

@font-face {
    font-family: "Futura Book";
    src: url("Futura-Book.ttf") format('truetype');
}
@font-face {
    font-family: "YesevaOne";
    src: url("YesevaOne-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Aller Display";
    src: url("AllerDisplay.ttf");
}

.VSDeepBlueFont {
    color: #013160 !important;
    font-family: Futura-Book, sans-serif;
    font-weight:600;
}
.VSDeepBlueBG {
    background-color:#013160 !important;
}
.VSLightBlueFont {
    color:#71BED2 !important;
}
.VSLightBlueBG {
    background-color: #71BED2 !important;
}

.VSYellowFont {
    color:#FBB514 !important;
}

.VSYellowBG {
    background-color: #FBB514 !important;
}

h1, h1 p, h2, h3, h4, h5 {
/*    font-family: YesevaOne, 'Times New Roman';*/
    font-family: 'Futura Book', sans-serif;
}

body {
    color: #013160;
}

h1, h1 p {
    font-size: 24pt !important;
    font-family: 'Futura Book', sans-serif;
}
h2, h2 p {
    font-size: 21pt !important;
    font-family: 'Futura Book', sans-serif;
}
h3, h3 p {
    font-size: 16pt !important;
    font-family: 'Futura Book', sans-serif;
}

div, p {
    font-family: 'Futura Book', sans-serif;
    font-size: 13pt;
}

.VSList li
{
    display: flex;
    align-items: center;
    margin: 10px 0;
    list-style: none;
    text-align:left !important;
    vertical-align:text-top !important;
    font-family:Futura-Book, sans-serif;
}

.VSList li:before {
    display: inline;
    flex-shrink: 0;
    width: 33px;
    height: 75px;
    margin-right: 20px;
    vertical-align: top;
    background: url('/images/ListCheckMark.png') no-repeat left top;
    background-size: contain;
    content: '';
}

    .VSList li p {
        font-family:Futura-Book, sans-serif !important;
    }

.VSTable {
    border: 3px solid #dbdbdb;
    border-radius: 60px !important;
    border-collapse: separate !important;
    -webkit-border-horizontal-spacing: 0px !important;
    -webkit-border-vertical-spacing:0px !important;
}

.VSTable th {
background-color: #003060;
border:none;
text-align:center;
font-family:'YesevaOne', 'Times New Roman' !important;
padding:20px;
color:white !important;
}
    .VSTable th:first-child {
        border-radius:60px 0px 0px 0px;
    }
    .VSTable th:last-child {
        border-radius:0px 60px 0px 0px;
    }
    .VSTable th p {
        font-family: 'YesevaOne', 'Times New Roman' !important;
    }
    .VSTable td {
        font-family: Futura-Book, sans-serif !important;
        color: #003060;
        font-weight: bold;
        padding: 15px 5px 5px 5px;
    }
    .VSTable td:nth-child(2) {
        background-color: #eff8ff !important;        
    }
    .VSTable td:not(:first-child) {
        text-align:center;
    }
    .VSTable td:first-child {
        text-align:left !important;
        padding-left:20px !important;
    }
    .VSTable tr:not(:last-child) td {
        border-bottom: 3px solid #dbdbdb;
    }




html {
  font-size: 13px;
}

.SearchIcon {
    display:none;
}

.F1Header {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
 
.F1link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: -1.5px;
}
.F1link-Small {
    font-size: 14px;
}

/*====================================# Menu Styles ========================================*/

.hide {
    display: none !important;
}

.DesktopMenu .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    gap: 1.5rem;
}





.footer-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.2rem;
    justify-items: flex-start;
    font-size: 1rem;
    font-weight: 500;
}

.test .drop-down {
    display: flex;
}

.footer-links a {
    margin-right: 2rem;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 100%;
    font-family:'Futura Book', sans-serif;
}

    .footer-links a:hover {
        opacity: 100%;
    }

.vl {
    border-left: 3px solid #FFCD32;
    height: 300px;
}

.active {
    color: #fff !important;
    background-color: #132586;
}

    .active a {
        color: #fff !important;
    }

.nav-item {
    font-weight: bold;
}

.submenu .dropdown-menu {
    position: absolute;
    left: -100px;
    color: white;
    gap: 1rem;
}


.MobileItems .dropdown-menu a {
    color: white;
    font-size: 0.9rem;
    padding: 0 0 0.8rem 0;
}

.submenu .dropdown-menu a:hover {
        background: none;
        color: #ffff;
    }

.SubmenuTitle {
    
    color: white;
    /*cursor: pointer;*/
}

    .SubmenuTitle:hover {
        color: #ffc107;
    }


    .nav-bar li a {
        margin-bottom: 0.3rem;
        font-size: 1rem;
    }


@media(max-width:1280px) {
    .nav-bar li a {
        font-size: .8rem;
    }
}

.nav-bar, .MobileItems a:hover {
    color: #ffc107;
    background-color: transparent;
}

.nav-bar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    /*gap: 1.3rem;*/
    font-weight: bold;
    margin: 0;
}

.nav-bar ul li {
    padding: 2rem 0.7rem;
}

    .nav-bar ul li.LocMenu:not(:last-child) a {
        background:rgba(255,255,255,0.7) !important;
        border-radius:50px !important;
        display:inline-block !important;
    }

    .Test {
        background: white !important;
        border-radius: 8px;
        /*box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;*/
        /*box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;*/
        min-height: 200px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        border: 1px solid #FEDBDB;
    }
.Test div a {
    color: #5A5A5A !important;
    font-weight: 500;
}

.test div a:hover {
    color: #0D6EFD!important;
}

.test h6 {
    color: #2F419F !important;
    font-weight: 800;
}

.test {
    display: flex;
    
}
.drop-down {
    border-radius: 0.7rem;
    position: absolute;
    display: none;
    flex-wrap: wrap;
    gap: 1rem;
    /* width: 90%; */
    color: white;
    background: #132586;
    left: 0px;
    right: 0px;
    top: 55%;
    margin: 32px 7% 32px 18%;
    padding: 1rem 2rem;
    /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
    
    overflow: hidden;
}

.drop-down h6 {
    /*color: #132586;*/
    color: #ffc107;
}

.DesktopMenu {
    z-index: 22;
}

.DesktopMenu ul li:hover .drop-down {
    display: flex;
    cursor: auto;
}

.DesktopMenu ul li:hover {
    /*background: #132586;*/
    /*color: #fff;*/
    cursor: pointer;
}


.drop-down:hover {
    display: flex;
}

.drop-down div a {
    font-size: 0.9rem;
}

.gtranslate_wrapper {
}


.drop-down div {
    width: 300px;
}

.left {
    left: 0px !important;
    top: 0;
    position: absolute;
}

    .left ul {
        padding-left: 0;
        width: 200px;
    }

.MobileMenu {
    display: inline-block;
    z-index: 1050;
    position:absolute;
    top:20px;
    left: 16px;
}

.navbar-nav {
    overflow-y: scroll;
    height: 600px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar-nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.MobileItems {
    /*background: #132586;
    width: 500px;
    padding: 2rem;
    left: 0;
    top: 100%;
    z-index: 800;*/
    background: #FFFFFF;
    width: 330px;
    min-width: fit-content;
    /* height: 100vh; */
    padding: 2rem;
    left: 5px;
    top: 120%;
    border-radius:10px !important;
}


    .MobileItems ul li a {
        color: #013160;
        text-decoration: none;
    }

/*===========================BackDrop=========================*/
.backdrop {
    z-index: 10;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
     
}


.MobileItems .dropdown-menu {
    background: inherit;
    border: none;
    margin-left: 1rem;
}

.LeveloneMenu .dropdown-menu {
    display: block;
}

.nav-item .submenu {
    /*display: none;*/
}

.LeveloneMenu {
    display: none;
}

.close {
    position: absolute;
    right: 0.6rem;
    top: 0;
    background: none;
    border: none;
    color: white;
}

    .close span {
        font-size: 2rem;
    }

    .close:hover {
        color: wheat;
    }

.DesktopMenu ul li a {
    color: #013160;
    font-weight: 500;
    font-family: 'Futura Book', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    font-size:15px !important;
}

.DesktopMenu ul li:last-child a {
    background-color: #FBB514;
    border-radius:50px;
    display:inline-block;
    padding:10px;
}

.nav-link:hover {
    color: #013160 !important;
}

.DesktopMenu ul li:hover a:not(.dropdown-item) {
    text-decoration: underline !important;
}

.MobileMenu ul li.dropdown-item {
    white-space:normal !important;
}
.DesktopMenu ul li a.dropdown-item {
    white-space: normal !important;
}

.MobileMenu ul.submenu li:not(:last-child) {
    border-bottom: 1px solid #4d63e6 !important;
    width: 50%;
}

.MobileMenu ul.submenu li:not(:first-child) {
    margin-top: 8px !important;
}

.DesktopMenu a.dropdown-item {
    color: white !important;
}

.DesktopMenu a.dropdown-item:hover {
    background: none;
    color: #667bff !important;
}

/*====================================# Media Queries ======================================*/

    /*============ Small============*/
    @media (max-width: 470px) {
        .MobileItems {
            padding: 2rem 1rem !important;
            height:300px !important;
        }
        .dropdown-menu a {
            padding: 0 !important;
        }

        .drop-down-item {
            white-space: break-spaces;
            word-break: break-all;
        }

        

    }

    @media(max-width:575px){
        .F1Header {
            position: fixed !important;
            top: 0 !important;
            left: 0 !important;
            background-color: white !important;
            z-index: 999 !important;
            border-bottom: 2px solid #132586 !important;
        }
        /*main {
            margin-top: 87px !important;
        }*/

        .MobileMenu ul.submenu li:not(:last-child) {
            width: 100% !important;
        }

        .RotatorContent {
            width:75% !important;
            margin: 0 auto !important;
            font-size:15px !important;
        }

            .RotatorContent p {
                padding:5px !important;
            }

        .RotatorHeader {
            font-size:24px !important;    
        }

       

    }

    /*============ Small============*/
    @media (max-width: 768px) {
        .contact-items {
            width: 350px !important; /*1100px*/
        }

        .blurred-top, .blurred-bottom {
            width: 340px !important;
        }

        .blurred-bottom {
            bottom: 9% !important;
        }

        .active {
            color: #ffc107 !important;
        }

        /* .drop-down {
        left: -1268px !important;
        right: unset !important;
    }*/


    }

    /*============ Medium ============*/
    @media (max-width: 992px) {

        .F1Header {
            flex-direction:row-reverse;
        }

        .contact-items {
            /*left: 165px !important;*/

            width: 490px !important;
        }

        .blurred-top, .blurred-bottom {
            width: 470px !important;
        }

        .blurred-bottom {
            bottom: 25% !important;
        }

        .nav-bar ul {
            position: absolute;
            left: -1200%;
            flex-direction: column !important;
            background: #132586;
            z-index: 500;
            color: white;
        }

            .nav-bar ul li {
                /*padding: 1.5rem 1.2rem !important;*/
            }

        .dropdown-menu li {
            position: relative;
        }



        .nav-item .submenu-left {
            right: 100%;
            left: auto;
        }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
    }

    @media (max-width: 991px) {
        .dropdown-menu .dropdown-menu {
            margin-left: 0.7rem;
            margin-right: 0.7rem;
            margin-bottom: .5rem;
        }
    }

    /*============ Large ============*/
    @media (min-width: 1000px) {
        .backdrop {
            display: none !important;
        }
        .MobileMenu {
            display: none !important;
        }
        .contact-items {
            width: 700px !important; /*1100px*/
            flex-wrap: wrap;
        }


        .contact-card {
            height: auto !important;
        }

        .blurred-top, .blurred-bottom {
            display: none !important;
        }
    }

    @media (max-width: 1070px) {



        /* .providers-img {
        width: 1500px;
        height: 600px;
        margin-right: 700px;

    }*/



    }

    /*============ Xlarge ============*/

    @media (min-width: 1205px) {
        .contact-items {
            width: 800px !important; /*1100px*/
        }

        .provider-content {
            position: absolute !important;
            left: 6% !important;
            top: 14%;
        }
    }

    /*============ XXlarge ============*/
    @media (min-width: 1400px) {

        .contact-items {
            width: 980px !important; /*1100px*/
        }
    }




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
    /* rtl:begin:ignore */
    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}







