<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body{
  scroll-behavior: smooth;
  font-family: Charlie Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Droid Sans,Helvetica Neue,sans-serif;
}

body {
    /*font-family: Arial,sans-serif;*/
    color:#000;

    background-color: #ffffff,#e8e9ea;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


img {
    padding-top:10px;
    padding-bottom:10px;
    max-width: 100%;
    height: auto;
}
.navbar-logo,
.navbar-tagline  {
    display: none;
}

.navbar {
    background-color: #e8e9ea;
}

.img-center {
    float: none;
    margin: 0 auto 0;
}

.tagline-divider {
    display: block;
    width:100%;
    margin: 25px 0 3px;
    border-color: #999999;
}

.navbar-tagline{
    padding-top:25px;
    padding-left:400px;
}

.navbar-tagline{
    padding-top:25px;
    padding-left:400px;
}


.navbar-header {
    position: absolute;
    bottom: 0;
}

.content {
    display:inline-block;
    width:100%;
    padding:0;
    background: #fff;
    padding-bottom: 5%;    
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9); 
}

.content.hidden {
    visibility: hidden;
}

.tab-content {
    position:relative;
    /*
    width:80%;
    height:50%;
    */
}

#instruction_tab {
    padding-top:20px;
}

.space {
    margin-top:200px;
}

.row {
    border-radius: 10px;
    margin-top:10%;
    background: rgba(220, 220, 220, 0.2); 
}

.btn {
    text-align: center;
    color:  #FFF; 
    background-color:#0b5182;

}

.btn:hover {
    color:rgba(225, 225, 225, 0.8); 
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border: 0;    

}
.nav-tabs &gt; li &gt; a {
    background: #DADADA;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover {
    background: #F5F5F5;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

/* Tab Content */
.tab-pane {
/*
    background: rgba(220, 220, 220, 0.1); 
    box-shadow: 0 0 4px rgba(0,0,0,.4);*/
    border-radius: 0;
    text-align: center;
    padding: 10px;
}


hr {
    width:50%;
}

#adobe_check {
    display:block;
    /*display:none;*/
    padding:0;
    width: 100%;
    height: 100%;
}

.img-inst {

    vertical-align:middle;    
    display: inline-block;
}

.img-instruction {
    vertical-align:middle;    
    display: inline-block;
}

.info {
    text-align: center
}

.space {
    padding-left:10px;
}

.sub-instructions {
    padding-left:30px;
}


#proceed {
    text-decoration-style: underline;
}

.header-logo {
    /*padding-bottom: 5px;*/
    padding-left:15px;
    /*background:#e8e9ea;*/
    background: white;
    border-radius: 0;
    height: 60px;
    /*border-bottom-style: solid;
    border-color:#0b5182;*/
}

.flash-logo {
    display:none;
}

.footer-content {
    border-top-style: solid;
    border-color:#0b5182;
    background:#e8e9ea;
}

.text-small {
    font-size: 12px;
}

.text-italic {
    font-style: italic;
}

.img-divider {
    display: block;
    width:50%;
    margin-left:0;
    border-color: #999999;
}
/*
.toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #999999;
    margin-right: 15px;
}

.toggle.collapsed:after {
    content: "\e113";
}
*/
footer {
    padding: 5px 0 0;


    
    position: fixed;
    bottom: 0;
    

    right: 0;
    width: 100%;

    font-size: 12px;

    color: #000;
}

footer p {

    font-size: 0.75em;
    bottom: 0px;
}

@media screen and (min-width:1200px) {

    .navbar-logo,
    .navbar-tagline {
        display: inherit;
    }


    .navbar-tagline {
        margin-top:5px;
        margin-left:-20px;
    }

    footer p {

        font-size: 0.75em;
        padding-top: 0px;
        color: #000;
    }

    .flash-logo {

        padding-top:10px;
        display: inherit;
        float: right;  
        vertical-align:top;
    }

    #adobe_check {
        display:block;
        /*display:none;*/
        padding:0;
        width: 100%;
        height: 100%;
        position: relative;
        overflow:auto;
    }

}

.btn-focus {
    cursor: pointer;
}

.content .jumbotron {
    padding:20px;
}

.jumbotron {
    text-align: center;
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
}

.jumbotron p {
    font-size: 25px;
    font-weight: 400;
}

.jumbotron .img-responsive,
.m-auto {
    margin: auto;
}

.jumbotron p.lead-2 {
    font-size:15px
}

.jumbotron p.text-small {
    font-size: 12px;
}

.btn-proceed {
    border-radius: 3px;
    width: 200px;
    background-color: #337ab7;
    margin-top: 5px;
}

.pad-left-25 {
    padding-left: 25px;
}

.min-h-95 {
    min-height: 95%;
}

.min-h-90 {
    min-height: 90%;
}

.min-h-90 &gt; div {
    padding: 50px;
}

.h-full {
    height: 100%;
}

.container-fluid {
    background-color: white;
}

.detail-portion {
    margin-bottom: 50px;
}

.detail-portion &gt; h2 {
    margin: 0 0 20px 0;
}</pre></body></html>