<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'TESCOModern-Medium-final';
  src: url("../fonts/TESCOModern-Medium-final.eot");
  src: url('../fonts/TESCOModern-Medium-final.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TESCOModern-Medium-final.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TESCOModern-Medium';
  src: url('../fonts/TESCOModern-Medium.svg#TESCOModern-Medium') format('svg'),
       url('../fonts/TESCOModern-Medium.ttf') format('truetype'),
       url('../fonts/TESCOModern-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TESCOModern-Light-final';
  src: url('../fonts/TESCOModern-Light-final.eot');
  src: url('../fonts/TESCOModern-Light-final.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TESCOModern-Light-final.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TESCOModern-Light';
  src: url('../fonts/TESCOModern-Light.svg#TESCOModern-Light') format('svg'),
       url('../fonts/TESCOModern-Light.ttf') format('truetype'),
       url('../fonts/TESCOModern-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TESCOModern-Bold';
  src: url('../fonts/TESCOModern-Bold.eot');
  src: url('../fonts/TESCOModern-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/TESCOModern-Bold.svg#TESCOModern-Bold') format('svg'),
       url('../fonts/TESCOModern-Bold.ttf') format('truetype'),
       url('../fonts/TESCOModern-Bold.woff') format('woff'),
       url('../fonts/TESCOModern-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

body
{
    padding-top:140px;
    font-family: 'TESCOModern-Medium-final',sans-serif;
}

.logo
{
    width:150px;
}

.booker-logo
{
    width:500px;
}

.roi-logo
{
    width:378px;
}

@media only screen and (max-width:650px) {
.booker-logo
{
    width:250px;
}

.roi-logo
{
    width:250px;
}

}

.right
{
    float: right;
}

.btn-primary
{
    background-color: #00539F;
    border-color: #00539F;
    font-weight: normal;
}
	
.roundedbtn
{
    border-radius: 40px !important;
}

.btn-primary:hover
{
    background-color: #008dc8;
}

.btn-secondary
{
    background-color: #ee1c2e;
    border-color: #ee1c2e;
    font-weight: normal;
}

.btn-secondary:hover
{
    background-color: #008dc8;
}

.share-price
{
    color: #fff;
}

.navwrapper
{
    background-color: #fff;
    border-top: 15px solid #00539F;
    padding-bottom: 10px;
    z-index: 900;
}

.navbar
{
    border-bottom: 3px solid #f2f2f2;
    padding-bottom: 0;
}

.navbar-light .navbar-nav .nav-link
{
    color:#00539F;
    font-weight: normal;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    padding-left: 12px;
    padding-right: 12px;
}


 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{

color: #008DC8;
 border-bottom: 4px solid #008dc8;
 }

.navbar-toggler
{
    display: none;
}


.anchorjump::before {
  content: '';
  display: block;
  height:      180px;
  margin-top: -180px;
  visibility: hidden;
}

.hero1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url("../images/herobannerflip.jpg");
  background-blend-mode:overlay;
  background-color: #676767;
  margin-top: 10px;
}

h1
{
    font-size: 68px;
    font-family: 'TESCOModern-Bold',sans-serif;
}

h2
{
    color:#00539F;
    font-size: 40px;
    font-family: 'TESCOModern-Bold',sans-serif;
}

p
{
    color: #00539F;
    font-size: 18px;
}

.page-holder {
    min-height: 100vh;
  }
  
  .bg-cover {
    background-size: cover !important;
  }

li
{
    color: #00539F;
    font-size: 18px;
    font-weight: 100;
}

a
{
    color:#00539F;
    text-decoration: underline;
    font-weight: bold;
}

button:focus
{
    outline: none;
}

.btn-primary
{
    text-decoration: none !important;
}

.btn-secondary
{
    text-decoration: none !important;
    text-align: center;
}

.smalltext
{
    font-size: 14px;
}

.smalltextdates
{
    font-size: 14px;
    color: #fff;
}

.small {
    font-size: 14px;
    font-size: .875rem;
    color: #fff;
}

.youtube
{
    min-height: 275px;
}

.accordion1 .card-body
{
    padding-left: 60px;
    padding-top:0px;
}

.accordion1 .card-body p
{
    font-family: "TESCOModern-Light",sans-serif;
}

.accordion2 .card-body
{
    padding-top:0px;
}

.accordion2 .card-body p
{
    font-family: "TESCOModern-Light",sans-serif;
    margin-bottom: 8px;
}

.accordion1 .btn-link 
{
    color: #00539F;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion1 .far
{
    padding-right:10px;
}

.accordion1 h3
{
    font-size: 20px;
    padding-left:20px;
}

.accordion2 .btn-link 
{
    color: #00539F;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:5px;
    padding-bottom: 0px;
    border-top: 15px solid #00539F;
}

.accordion2 .btn-link:hover
{
    border-top-color: #ee1c2e;
    color: #ee1c2e;
}

.accordion2 .btn-link .largetext
{
    color: #00539F !important;
}

.accordion3 .btn-link 
{
    color: #00539F;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:5px;
    padding-bottom: 5px;
}

.accordion3 .card-body
{
    background-color: #00539F;
    padding-top:0px;
    padding-bottom: 5px;
}

.accordion3 .card-body p
{
    font-family: "TESCOModern-Light",sans-serif;
    color: #fff;
    padding-left: 45px;
}

.accordion4 .card-body
{
    padding-left: 53px;
    padding-top:0px;
}

.accordion4 .card-body p
{
    font-family: "TESCOModern-Light",sans-serif;
}


.accordion4 .btn-link 
{
    color: #00539F;
    width: 100%;
    text-align: left;
    font-weight: normal;
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-top:15px;
    padding-bottom:15px;
    padding-left: 0px;
    padding-right: 0px;
}

.accordion4 .far
{
    padding-right:10px;
}

.accordion4 h3
{
    font-size: 20px;
    padding-left:20px;
}



.btn-link:hover
{
    text-decoration: none;
}

.btn-link:focus
{
    text-decoration: none;
}


#myBtn 
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00539F;
    border:2px solid #00539F;
    color: white;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;
}

#myBtn:hover 
{
    background-color: #0069d9;
    color: #fff;
    border:2px solid #0069d9;
}

.optionprice
{
    background-color: #00539F;
    border-radius: 100%;
    width:175px;
    height: 175px;
    padding:20px;
}

.optionprice p
{
    color: #fff;
    margin-top: 25px;
    font-family: "TESCOModern-Medium-final",sans-serif !important;
}

    .navbar-toggler
    {
    background-image: url("../images/menu.png")!important;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #fff;
}

.navbar-toggler[aria-expanded="true"] 
{
  background-image: url("../images/navclose.png")!important;
}

.lightfont
{
    font-family: "TESCOModern-Light";
}

.boldfont
{
    font-family: "TESCOModern-Bold";
}

.bold
{
    font-family: "TESCOModern-Medium-final",sans-serif !important;
    font-weight: bold;
}


.graybg
{
    background-color: #F7F7F7;
}

.bluebg
{
    background-color: #00539f;
}

.img-responsive {
    width: 100%;
}

.keydates img
{
    display: block;
    width:100%;
}

.card
{
    border: 0px;
}

.card-header
{
    border: 0px;
    padding:0;
}

.card-body
{
    background-color: #F7F7F7;
  
}

.threesteps .card
{
    border-radius: 0;
    margin-bottom: 10px;
}

.largetext
{
    font-size: 30px;
    font-weight: bold;
}

.Step-text:hover{

    color: #EE1C2E;

}

.reddot
{
    color: #EE1C2E;
}

.reviewsheading
{
    max-width: 55%;
    padding-top: 40px;
    padding-bottom: 40PX;
}

.reviews .card-header
{
    background-color: #00539F;
}

.reviews .btn-link
{
    color:#fff;
    display: flex;
    align-items: center;
}

.topbuttonsmobile
    {
        display:none;
    }

.footerhero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/herofooter.jpg);
  min-height: 400px;
  background-blend-mode:overlay;
  background-color: #676767;
}

.footerhero h2{
  color: #fff;
}

.optionpricevalue
{
    font-size: 35px;
}


.accordion-toggle:before {
    content: "";/* adjust as needed, taken from font-awesome.css */
    background: url(../images/icon-arrow-down.svg);
    height:30px;
    width:30px;
    padding-right: 30px;
    background-size: cover;
    color: #00539F;
    vertical-align: middle;
    font-size: 35px;
    margin-right: 0px;
    float: left;
    transform: rotate(180deg);
}
.accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
    content: "";  /* adjust as needed, taken from font-awesome.css */
    background: url(../images/icon-arrow-down.svg);
    height:30px;
    width:30px;
    background-size: cover;
    transform: rotate(360deg);
    padding-right: 30px;
}

.accordion-toggle2:after {
  font-family: 'FontAwesome';/* essential to enable caret symbol*/
  content: "\f106";/* adjust as needed, taken from font-awesome.css */
  color: #00539F;
    vertical-align: middle;
    font-size: 45px;
    float: right;
}
.accordion-toggle2.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f107";  /* adjust as needed, taken from font-awesome.css */
}

.accordion-toggle3:before {
  font-family: 'FontAwesome';/* essential to enable caret symbol*/
  content: "\f106";/* adjust as needed, taken from font-awesome.css */
  color: #fff;
    vertical-align: middle;
    font-size: 45px;
    float: left;
    padding-right: 20px;
}
.accordion-toggle3.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\f107";  /* adjust as needed, taken from font-awesome.css */
}


.key-dates-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.key-dates {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.video-holder {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    height: 175px;
    background-image: url(../images/videoplayer.PNG);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:768px) {
    .video-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media only screen and (min-width:1024px) {
    .video-holder {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 507px;
        flex: 1 1 507px;
        height: 275px
    }
}

.video-play-button {
    width: 45px;
    height: 44px;
    margin: auto
}

.video-play-button svg {
    width: 100%;
    height: 100%
}

.modal-content
{
    background-color: transparent;
    border: 0;
}

.fade
{
    background-color: rgba(255,255,255,0.8);
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

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

.close
{
    text-shadow: none;
    color: #00539F;
    opacity: 1;
    font-size: 50px;
}

.close:hover
{
    color: #ee1c2e;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;}

.icon-play-button{background-image:url(../images/icon-play.svg)}

@media only screen and (min-width:768px) {
    .video-play-button {
        width: 91px;
        height: 89px
    }
}

/*calculator styles*/

.calculator-popup {
    cursor: pointer
}

.header-calculator-button {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 6px 0;
    line-height: 1.5
}

@media only screen and (min-width:768px) {
    .header-calculator-button {
        padding: 17px 0
    }
}

@media only screen and (min-width:1280px) {
    .header-calculator-button {
        padding: 13px 0;
        font-size: 31px;
        font-size: 1.9375rem;
        line-height: 1
    }
}

.icon-calculator {
    width: 20px;
    height: 26px;
    vertical-align: middle;
    margin-top: -6px
}

@media only screen and (min-width:1280px) {
    .icon-calculator {
        vertical-align: text-bottom;
        width: 29px;
        height: 37px
    }
}

#calculator {
    display: none;
    background: rgba(255, 255, 255, .7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    overflow: auto
}

#calculator .wrap {
    background: #004a97;
    border-radius: 8px;
    padding: 30px 20px;
    position: relative;
    margin: 20px auto;
    max-width: 1346px
}

@media only screen and (min-width:1280px) {
    #calculator .wrap {
        padding: 30px 150px
    }
}

#calculator .small {
    margin-bottom: 15px;
    font-family: "TESCOModern-Light";
}

#calculator-close {
    cursor: pointer;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 30px;
    color:#fff;
}

@media only screen and (min-width:1280px) {
    #calculator-close {
        right: 150px
    }
}

.caclulator-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.caclulator-element {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:768px) {
    .caclulator-element {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        padding: 0
    }
    .caclulator-element:nth-of-type(odd) {
        padding-left: 0
    }
    .caclulator-element:nth-of-type(even) {
        padding-right: 0
    }
}

.h1-calc {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 25px;
    color: #fff;
}

.h2-calc {
    font-size: 30px;
    font-size: 2rem;
    margin-bottom: 25px;
    color: #fff;
}

.h3-calc {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #fff;
    font-family: 'TESCOModern-Bold';
}

.h2-mat {
    color: #fff;
    font-size: 35px;
}

.h3-mat {
    color: #fff;
}

.p-mat {
    color: #fff;
}

.mat-img{
        background-image: url(images/herobanner2.jpg);
        background-repeat: repeat;
        background-size: cover;
        background-position:center;
}

.mat-dates{
    background-image: url(images/matdates.png);
    background-repeat: repeat;
    background-size: cover;
    background-position:right;
}

.label-calc {
    display: block;
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "TESCOModern-Light";
    margin-bottom: 10px;
    color: #fff;
}

.input-calc {
    width: 100%;
    border-radius: 8px;
    background: #fff;
    font-size: 30px;
    font-size: 1.875rem;
    color: #004a97;
    margin-bottom: 10px;
    padding: 11px 0 11px 20px;
    height: 62px
}

.input-calc::-webkit-input-placeholder {
    color: #b2b2b2
}

.input-calc:-ms-input-placeholder {
    color: #b2b2b2
}

.input-calc::-moz-placeholder {
    color: #b2b2b2
}

.input-calc::-ms-input-placeholder {
    color: #b2b2b2
}

.input-calc::placeholder {
    color: #b2b2b2
}

.hr-calc {
    margin-bottom: 30px;
    border-color: #fff;
}

.output-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px
}

.p-output--label {
    font-size: 19px;
    font-size: 1.1875rem;
 
}

.p-output--figure {
    color: #004a97;
    font-size: 64px;
    font-size: 4rem;
    margin-bottom: 0
}

/*end of caluclator styles*/

@media only screen and (min-width:481px) {
    .key-dates {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%
    }
}

@media only screen and (min-width:768px) {
    .key-dates {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

@media only screen and (min-width:768px) {
    .key-date--maturity {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

.key-date-title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    color: #00539F;
    font-family: 'TESCOModern-Bold';
}

@media only screen and (min-width:768px) {
    .key-date-title {
        font-size: 25px;
    }
}

.key-date--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px
}

.key-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.key-date:hover .key-date-circle {
    background: #fff;
    border: 5px solid #008dc8;
}

.key-date:hover .key-date-copy {
    color: #e30613
}

.key-date--date-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}

@media only screen and (min-width:1024px) {
    .key-date--date-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 158px;
        flex: 0 0 158px
    }
}

.key-date--container:hover .key-date-circle {
    background: #fff;
    border: 5px solid #008dc8;
    box-shadow: inset 0 0 0 2px #004a97;
    color: #004a97;
    font-weight: bold;
}

.key-date--container:hover .key-date--connector {
    background: #004a97;
}

.key-date--container:hover .key-date-copy {
    color: #004a97;
    font-weight: bold;
}

.key-date--connector-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.key-date--connector {
    margin: auto;
    background-color: #004a97;
    height: 3px;
    width: 100%
}

.break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0
}

.key-date-circle {
    background-color: #004a97;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto
}

@media only screen and (min-width:1024px) {
    .key-date-circle {
        width: 159px;
        height: 159px
    }
}

.key-date--date {
    margin: auto;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center
}

.key-date--date:after {
    margin: auto -100% auto 0;
    width: 100px;
    height: 5px;
    background-color: #004a97
}

@media only screen and (min-width:768px) {
    .key-date--date {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media only screen and (min-width:1024px) {
    .key-date--date {
        font-size: 31px;
        font-size: 1.9375rem
    }
}

.key-date--copy-holder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px
}

@media only screen and (min-width:481px) {
    .key-date--copy-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 145px;
        flex: 0 0 145px
    }
}

@media only screen and (min-width:1024px) {
    .key-date--copy-holder {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
        flex: 0 0 165px
    }
}

.key-date-copy {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin: 15px auto auto;
    font-family: "TESCOModern-light";
}

@media only screen and (min-width:768px) {
    .key-date-copy {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media only screen and (min-width:1200px) {
    .key-date-copy {
        font-size: 24px;
        font-size: 1.5rem;
        margin: 15px -25px 0
    }
    .mat-img {
        background-position: center;
    }
}

@media only screen and (min-width:768px) {
    .key-date--maturity .key-date-copy {
        margin: 15px -50px 0
    }
}

@media only screen and (min-width:1024px) {
    .key-date--maturity .key-date-copy {
        margin: 15px -75px 0
    }
}

@media only screen and (min-width:1280px) {
    .key-date--maturity .key-date-copy {
        margin: 15px -135px 0
    }

}


@media screen and (max-width: 992px) {
  .nav-item {
    border-bottom: 2px solid #f2f2f2;
      padding-top: 5px;
      padding-bottom: 5px;
  }
    
    .hero1 {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url("../images/herobannermobile.png");
}

.mat-img {
    background-image: url(images/herobanner2-resize.jpg);
    background-position: center;
}

.mat-dates{
    background-image: url(images/matdates-resize.png);
    background-position:center;
}

    .right
{
    float: left;
}
    
    .topbuttonsdesktop
    {
        display: none;
    }
    .topbuttonsmobile
    {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    
    .accordion3 .card-body
{
    background-color: #00539F;
    padding-top:15px;
    padding-bottom: 15px;
}
    
    .navbar
    {
        border-bottom: 0;
        padding-bottom: 8px;
    }
    
    .navbar-toggler
{
    display:block;
}
    
}</pre></body></html>