<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* styles that will be common for the entire site */

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
}

a {
    color: #002469;
}

a:hover, a:focus {
    color: #002469;
    text-decoration: none;
}

/* container */
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* navbar */
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    background: #FFF;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,.8);
}

.navbar-brand {
    padding: 5px;
}

/*.navbar-brand &gt; img {
    width: 200px;
}*/

.navbar-brand img {
    width: 200px;
    height: 40px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    padding: 5px 10px;
}

.navbar-nav {
    margin-bottom: 0;
}

.navbar-default .navbar-nav &gt; li &gt; a,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; li &gt; a:hover  {
    color: #002469;
    font-size: 14px;
    outline: none;
    font-weight: bold;
}

.navbar-nav &gt; li.signup-now &gt; a,
.navbar-nav &gt; li.signup-now &gt; a:hover,
.navbar-nav &gt; li.signup-now &gt; a:focus {
    background-color: #002469;
    color: #FFF !important;
    border-radius: 0;
    font-weight: 400;
    /*text-align: center;*/
    text-align: left;
    padding: 7px 12px;
}

.navbar-nav &gt; li:last-child {
    display: none;
}

.navbar-nav li.selected a,
.navbar-nav li.selected a:hover {
    color: #7d7d7d !important;
}

/* submenu */
.mobile-sub-menu {
    color: #FFF;
}

.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a {
    background-image: none;
    background-color: #b1bdcd !important;
    box-shadow: none;
    color: #FFF !important;
}

.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a {
    border-bottom: 1px solid #b1bdcd;
    padding-left: 30px;
    color: #002469;
}

/* subnav */
.sub-nav {
    background: rgba(177,189,205, 0.8);
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
    position: fixed;
    display: none;
}

.sub-nav a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 25px;
    text-decoration: none;
}

.sub-nav li.selected a,
.sub-nav li a:hover {
    background-color: #7d7d7d;
    color: #FFF;
}

.sub-nav li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #002469;
    font-weight: 600;
}

.sub-nav li {
    display: inline;
    margin-left: -5px;
}

.container-fluid &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container &gt; .navbar-header {
    margin-left: 0;
    margin-right: 0;
}

/* content section */
.content-section {
    margin: 0 auto;
}

/* carousel */
.carousel-inner {
    margin: 0 !important;
}

.carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
    width: 100%;
}

.carousel-caption {
    position: relative;
    right: 0;
    left: 0;
    background-color: #EEEEEE;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    text-shadow: none;
}

.carousel-caption .img {
    text-align: center;
}

.carousel-caption h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    color: #002469;
    text-align: center;
}

.carousel-caption h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    margin-top: 0;
    padding-bottom: 10px;
    color: #002469;
}

.carousel-caption span {
    font-size: 16px;
    line-height: 1;
    color: #002469;
}

.trial a {
    text-decoration: none !important;
}

/* trial-home */
.trial {
    color: #fff;
    background-color: #002569;
    padding: 20px 45px;
    text-align: center;
}

 .trial p {
    font-weight: 100;
    font-family: 'Open Sans', sans-serif;
}

.trial p:first-child {
    font-size: 18px;
    margin-bottom: 25px;
}

.trial p:last-child {
    font-size: 10px;
    margin-top: 25px;
}

.trial span {
    background-color: #FFF;
    padding: 10px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    float: none;
    margin-bottom: 10px;
    font-weight: 700;
}

.trial span a {
    color: #002469;
    text-decoration: none;
}

.trial a {
    color: #FFF;
    text-decoration: underline;;
}

.trial span a:hover,
.trial span a:focus {
    text-decoration: none;
}

/* footer */
footer {
    background-color: #464646;
    color: #FFF;
    font-size: 16px;
    clear: both;
}

footer .tnc {
    text-align: center;
    padding: 20px;
}

footer .tnc a {
    color: #FFF;
    text-decoration: underline;
}

footer .tnc p {
    margin: 0 0 20px;
}

footer .tnc p:last-child {
    margin-bottom: 0;
}

footer .tnc p.note-header {
    font-weight: 700;
}

.trial p:first-child {
    font-size: 18px;
    margin-bottom: 25px;
}
.trial p:last-child {
    font-size: 10px;
    margin-top: 25px;
}

/* lazy loader */
.lazy {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 2s; /* Firefox &lt; 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera &lt; 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox &lt; 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* media queries */

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    /* navbar */
    nav {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand {
        padding: 20px;
        padding-bottom: 10px;
        height: 100%;
    }

    .navbar-nav {
        padding-right: 20px;
    }

    .navbar-nav &gt; li:not(:last-child) {
        margin-top: 25px;
    }

    .navbar-default .navbar-nav &gt; li &gt; a:not(:last-child) {
        padding: 5px 25px 5px 0;
    }

    .navbar-nav &gt; li:last-child {
        padding: 18px 10px 20px 50px;
    }

    .navbar-nav &gt; li:last-child {
        display: block;
    }

    .navbar-nav &gt; li.signup-now {
        padding-left: 40px;
    }

    .navbar-right {
        margin-right: 0 !important;
    }

    .navbar-nav &gt; li.signup-now &gt; a,
    .navbar-nav &gt; li.signup-now &gt; a:hover,
    .navbar-nav &gt; li.signup-now &gt; a:focus {
        border-radius: 25px;
    }

    /* solutions navbar arrow */
    .navbar ul li.solutions2:after,
    .navbar ul li.solutions:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid rgba(177,189,205,.8);
        content: "";
        position: absolute;
        margin: 0 auto;
        z-index: 1;
        top: 41px;
        left: 15px;
        display: none;
    }

    .navbar ul li.solutions-expanded:after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 15px solid rgba(177,189,205,.8);
        content: "";
        position: absolute;
        margin: 0 auto;
        z-index: 1;
        top: 41px;
        left: 15px;
        display: block;
    }

    .sub-nav {
        overflow: auto;
        top: 80px;
        display: none;
        z-index: 2;
    }

    /* carousel */
    .carousel-caption {
        position: absolute;
        right: 0%;
        left: 0%;
        padding-bottom: 30px;
        background-color: inherit;
        text-align: left;
        width: 100%;
        padding-right: 120px;
        padding-left: 120px;
        text-shadow: 0 3px 10px rgba(0,0,0,.8);
    }

    .carousel-caption h4 {
        text-shadow: 1px 1px 5px rgba(0,0,0,1);
    }

    .carousel-caption h1 {
        padding-bottom: 10px;
        color: #FFF;
        text-align: left;
    }

    .carousel-caption h4 {
        font-size: 15px;
        line-height: 1.4em;
        color: #FFF;
    }

    .carousel-caption span {
        font-size: 10px;
        color: #FFF;
    }

    .carousel-caption .text {
        padding-left: 20px;
        padding-right: 120px;
    }

    /* digital makeover */
    .digital-makeover p:last-child {
        text-align: left;
    }

    /* footer */
    footer {
        font-size: 12px;
    }

    footer .tnc {
        padding: 20px 160px 20px 160px;
    }

    .trial p {
        font-size: 28px;
        margin: 0;
        /*padding-bottom: 15px;*/
    }

    .trial p:first-child {
        font-size: 26px;
    }

    .trial p:last-child {
        font-size: 18px;
    }

    .trial {
        padding: 30px 45px;
        text-align: left;
    }

    .trial span {
        background-color: #FFF;
        padding: 15px 50px;
        border-radius: 50px;
        font-weight: 700;
        font-size: 18px;
        float: right;
    }

    .trial p:first-child {
        margin-bottom: 0;
    }

    .trial p:last-child {
        margin-top: 0;
    }

    .navbar-brand img {
        width: 262px;
        height: 53px;
    }

    .navbar-nav&gt;li.signup-now {
        padding-left: 15px;
    }

    .navbar-nav&gt;li:last-child {
        padding: 20px 0px 20px 20px;
    }

    .navbar-nav&gt;li:last-child img {
        height: 43px;
        widows: 186px;
    }

}

/* Small Devices, iPhone */

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

    /* carousel */
    .carousel-caption {
        padding: 10px 20px;
    }

    /* footer */
    footer {
        font-size: 12px;
    }

    .carousel-caption h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin-top: 0;
        padding-bottom: 10px;
        color: #002469;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        padding-top: 8px;
        margin-right: 0;
    }
}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
        margin-left: 0;
    }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar&gt;.container .navbar-brand, .navbar&gt;.container-fluid .navbar-brand {
        margin-left: 0;
    }

}

/* Portrait */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {

    .navbar-brand&gt;img {
        width: auto;
    }

    .navbar-brand {
        padding: 10px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-nav&gt;li:not(:last-child) {
        margin: 0;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-nav&gt;li.signup-now&gt;a, .navbar-nav&gt;li.signup-now&gt;a:focus, .navbar-nav&gt;li.signup-now&gt;a:hover {
        border-radius: 0;
    }

    .navbar-nav&gt;li.signup-now {
        padding-left: 0;
    }

    .navbar-nav&gt;li:last-child {
        display: none;
    }

    #main-carousel .carousel-caption h4 {
        font-size: 22px !important;
    }

    #main-carousel .carousel-caption p {
        font-size: 13px !important;
    }

}


/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {

    .navbar-nav&gt;li.signup-now {
        padding-left: 0px;
    }

    .navbar-nav&gt;li:last-child {
        padding: 10px 0px 10px 10px;
    }

    .navbar-nav&gt;li:not(:last-child) {
        margin-top: 15px;
    }

    #main-carousel .carousel-caption h4 {
        font-size: 22px !important;
    }

    #main-carousel .carousel-caption p {
        font-size: 13px !important;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-right {
        padding-top: 15px;
    }

    .navbar-brand {
        padding-bottom: 10px;
    }

}

/* ----------- iPad 1, 2, Mini and Air ----------- */
/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {

   .navbar-nav&gt;li.signup-now {
        padding-left: 0px;
    }

    .navbar-nav&gt;li:last-child {
        padding: 3px 0px 10px 10px;
    }

    .navbar-nav&gt;li:not(:last-child) {
        margin-top: 8px;
    }

    #main-carousel .carousel-caption h4 {
        font-size: 22px !important;
    }

    #main-carousel .carousel-caption p {
        font-size: 13px !important;
    }

    .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-right {
        padding-top: 15px;
    }

    .navbar-brand {
        padding-bottom: 10px;
        padding-top: 10px;
    }

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