<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   body{
       margin:0px;
       box-sizing: border-box;
       line-height: 1.5;
       font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-style: normal;
     
     }
     
     a{
       text-decoration:none;
     }
     .basic-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 50px);
    margin-right: -15px;
    margin-left: -15px;
}

.basic-row .basic-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
}

.basic-row .basic-col.one { flex: 0 0 8.333333%; max-width: 8.333333%; }
.basic-row .basic-col.two { flex: 0 0 16.666667%; max-width: 16.666667%; }
.basic-row .basic-col.three { flex: 0 0 25%; max-width: 35%; }
.basic-row .basic-col.four { flex: 0 0 33.333333%; max-width: 33.333333%; }
.basic-row .basic-col.five { flex: 0 0 41.666667%; max-width: 41.666667%; }
.basic-row .basic-col.six { flex: 0 0 50%; max-width: 50%; }
.basic-row .basic-col.seven { flex: 0 0 58.333333%; max-width: 58.333333%; }
.basic-row .basic-col.eight { flex: 0 0 66.666667%; max-width: 66.666667%; }
.basic-row .basic-col.nine { flex: 0 0 75%; max-width: 75%; }
.basic-row .basic-col.ten { flex: 0 0 83.333333%; max-width: 83.333333%; }
.basic-row .basic-col.eleven { flex: 0 0 91.666667%; max-width: 91.666667%; }
.basic-row .basic-col.twelve { flex: 0 0 100%; max-width: 100%; }

#main {
    position: relative;
    z-index: 1;
}

header {
     position: fixed;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #003367;
    z-index: 2;
  top: -1px;
   
  display: inline-flex; 
  max-height:119px; 
}

header .align {
    align-items: center;
}

header .container {
    width: 100%;
    max-width: calc(1200px + 60px);
    padding: 0 40px;
    overflow: visible;
  margin-right: auto;
    margin-left: auto;

}

header .logo {
    height: 50px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none !important;
}

header ul.nav {
    list-style: none;
    margin: 0 -25px 0 0;
    padding: 0;
    text-align: right;
}

header ul.nav li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #003367;
}

header ul.nav li:not(.button):not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):hover {
    border-bottom: none; !important;
}

header ul.nav li:not(.button):hover {
    border-bottom: 3px solid #f2b038;
}

header ul.nav span {
    font-size: 16px;
	  color: #ffffff;
    background: transparent;
    border: 1px solid #f2b038;
	  padding: 12px 25px;
	  text-transform: capitalize;
}

header ul.nav li, header ul.nav li a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
}

header ul.nav li a {
    padding: 0 15px;
}

header ul.nav li.button a {
    font-size: 16px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #f2b038;
    text-transform: none;
    padding: 12px 25px;
    margin: 0 15px;
    height: auto;
    line-height: 1;
    border-bottom: none;
}

header ul.nav li.button a:hover {
    border-bottom: none;
    background-color: #F57E20;
}

header ul.nav li .dropdown {
    display: none;
    opacity: 0;
    position: absolute;
    top: calc(100% + 3px);
    background-color: #fff;
    padding: 20px 25px;
    z-index: 9;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

header ul.nav li .dropdown.one { width: calc(222px * 1); }
header ul.nav li .dropdown.two { width: calc(222px * 2); }
header ul.nav li .dropdown.three { width: calc(222px * 3); }
header ul.nav li .dropdown.four { width: calc(222px * 4); }

header ul.nav li:hover .dropdown {
    opacity: 1;
    display: block;
}

header ul.nav li .dropdown ul {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

header ul.nav li .dropdown li, header ul.nav li .dropdown li a {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.14;
    color: #454545;
    text-transform: none;
    border-bottom: none !important;
}
header ul.nav li .dropdown li.title, header ul.nav li .dropdown li.title a {
    line-height: 2.57;
    color: #003367;
    font-weight: bold;
    text-transform: uppercase;
  
}

header ul.nav li .dropdown li.title.after {
    padding-top: 13px;
}

header ul.nav li .dropdown li a:hover {
    color: #0281ff;
}

header ul.nav li .dropdown li {
    display: block;
}

header ul.nav li .dropdown li a {
    display: inline-block;
    border-bottom: none;
}





header .mobile-nav-btn {
    display: none;
    position: absolute;
    height: 31px;
    width: 40px;
    top: 20px;
    right: 30px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

header .mobile-nav-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 3px;
    width: 100%;
    background-color: #fff;
}

header .mobile-nav {
    display: none;
    height: 0px;
    overflow: hidden;
}

header .mobile-nav-inner {
    margin: 15px 0;
    max-height: calc(100vh - 55px);
    overflow-y: scroll;
}

header .mobile-nav ul.main-level {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .mobile-nav ul.main-level li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
}

header .mobile-nav ul.main-level li:first-of-type {
    border-top: none;
}

header .mobile-nav ul.main-level li a {
    font-size: 12px;
    display: inline-block;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

header .mobile-nav ul.main-level li .drop-down-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 60px;
    cursor: pointer;
}

header .mobile-nav ul.main-level li .drop-down-btn:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .mobile-nav ul.main-level li.button a {
    font-size: 11px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    background-color: #f2b038;
    text-transform: none;
    padding: 12px 25px;
    margin: 25px 0 0;
    height: auto;
    line-height: 1;
    width: 100%;
    text-align: center;
}

header .mobile-nav ul.second-level {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 0;
}

header .mobile-nav ul.second-level li {
    border-top: none;
    margin: 0 !important;
    padding: 0;
}

header .mobile-nav ul.second-level li:last-of-type {
    margin-bottom: 15px !important;
}

header .mobile-nav ul.second-level li a {
    line-height: 2.33;
    text-transform: none;
    color: #fff;
    font-weight: normal;
}

header .mobile-nav ul.second-level li.title a {
    font-weight: bold;
    color: #f2b038;
    line-height: 2;
}

header .mobile-nav ul.second-level li.after a {
    padding-top: 20px;
}



.basic-banner .basic-banner-inner {
    margin: 0 !important;
    padding: 0;
}

.basic-banner .basic-banner-inner .fusion-text {
    max-width: 472px;
    padding: 148px 0 160px;
}

.basic-banner .basic-banner-inner .fusion-text h1, .basic-banner .basic-banner-inner .fusion-text h2, .basic-banner .basic-banner-inner .fusion-text h3 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0 0 9px;
    padding: 0;
}

.basic-banner .basic-banner-inner .fusion-text p {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.56;
    color: #ffffff;
}

.basic-banner .basic-banner-inner .fusion-text a {
    display: inline-block;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #f2b038;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding: 14px 25px;
    margin: 5px 0 0;
    text-shadow: none;
}

.basic-banner .basic-banner-inner .fusion-text a:hover {
    background-color: #F57E20;
}

.basic-banner .basic-banner-inner .fusion-text *:last-child {
    margin-bottom: 0;
}



#hubspot-messages-iframe-container {
    z-index: 1 !important;
}


.link-tiles { padding-top: 85px !important; padding-bottom: 97px !important; }
.link-tiles .main-tile-title { margin: 0 !important; }
.link-tiles .main-tile-title .fusion-column-wrapper { padding: 0 !important; }
.link-tiles .main-tile-title .fusion-title { margin: 0 !important; }
.link-tiles .main-tile-title .fusion-title h1, .link-tiles .main-tile-title .fusion-title h2 {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #064578;
    text-align: center;
    padding-bottom: 20px;
}

.link-tiles .fusion-imageframe {
    position: relative;
    height: 167px;
    width: 100%;
    margin-top: 30px;
}

.link-tiles .fusion-imageframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: grayscale(100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
}

.link-tiles .fusion-imageframe:after {
    /*content: "";
    position: absolute;
    background-color: rgba(0, 63, 127, 0.5);
    top: 0; left: 0;
    width: 100%;
    height: 100%;*/
}

.link-tiles .fusion-column-wrapper {
    position: relative;
    padding-bottom: 72px !important;
}

.link-tiles .fusion-column-wrapper:hover .fusion-imageframe img {
    /*filter: grayscale(0%);*/
}

.link-tiles .fusion-column-wrapper:hover .fusion-imageframe:after {
    display: none;
}

.link-tiles .fusion-button {
    padding: 0 !important;
    background-color: transparent !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    border-bottom: 3px solid #fff;
}

.link-tiles .fusion-button:hover {
    border-bottom: 3px solid #f2b038;
}


.link-tiles .fusion-button span {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #064578;
    width: 100%;
    text-align: left;
    padding-bottom: 26px;
    background-image: url('/wp-content/themes/Avada-child/images/right-arrow.png');
    background-repeat: no-repeat;
    background-position: right 5px;
}

.link-tiles .fusion-button:hover span {
    color: #064578;
    background-image: url('/wp-content/themes/Avada-child/images/right-arrow-hover.png');
}

.link-tiles .fusion-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.link-tiles .fusion-layout-column {
    margin-bottom: 0 !important;
}


@media screen and (max-width: 1210px) {
    header ul.nav {
        margin:0 -105px 0 0;
          text-align: left;
     
    }
 .basic-row .basic-col {
   padding:0px;
  }
    header ul.nav li:not(.button) a {
        padding: 0 15px;
    }

    header ul.nav li.button a {
        margin: 0 10px;
    }

}


@media screen and (max-width: 1020px) {
    .basic-row:not(.small) { display: block; }
    .basic-row:not(.small) &gt; .basic-col { flex: 0 0 100% !important; max-width: 100% !important; }

    header .nav {
        display: none;
    }

    header {
        padding: 15px 0;
    }

    header .mobile-nav-btn, header .mobile-nav {
        display: block;
    }

    header .logo {
        width: 100%;
    }

}
 /* Chart.js */
    @-webkit-keyframes chartjs-render-animation {
        from {
            opacity: 0.99
        }

        to {
            opacity: 1
        }
    }

    @keyframes chartjs-render-animation {
        from {
            opacity: 0.99
        }

        to {
            opacity: 1
        }
    }

    .chartjs-render-monitor {
        -webkit-animation: chartjs-render-animation 0.001s;
        animation: chartjs-render-animation 0.001s;
    }
   
    .fluid-width-video-wrapper {
        width: 100%;
        position: relative;
        padding: 0;
    }

    .fluid-width-video-wrapper iframe,
    .fluid-width-video-wrapper object,
    .fluid-width-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }   

@media screen and (max-width: 992px){
header{
  max-height:none;
  }
}

</pre></body></html>