html, body {
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
    background-color: #fff;
    color: #000;
}
li{
    list-style: none;
    margin-left: -9px;
}
li:not(:last-child){
    margin-bottom: 15px;
}
li:before{
    content: "\2022";
    font-size: 11px;
    margin-right: 2px;
    margin-left: -6px;
}
sup {
    font-size: 70%;
    top: -.45em;
    position: relative;
    vertical-align: baseline;
    line-height: 0 !important;
}
i {font-style:italic}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    margin-bottom: .25rem;
    padding: 0px;
}

svg {
    background-color: transparent;
}

.pi-link{
    font-size: 10px;
    line-height: 16px;
    padding-top: 4px;
    padding-left: 11px;
    font-weight: 600;
    color: #58585a;
}

.spacer {
    height:10px;
}

.isi-pi, .isi-pa {
    text-decoration: underline;
}


.clickTag { cursor: pointer; }
.clickTag2 { cursor: pointer; text-decoration: underline;}
.clickTag3 { text-decoration: underline;cursor: pointer;}
.clickTag4 {cursor: pointer; text-decoration: underline;}

.clear {clear: both;}
.no-br {white-space: nowrap;}
.u {text-decoration: underline}
.b {font-weight: 700;}
.pointer {cursor: pointer;}
.hang {
    position: absolute;
    left: 7px;
}

.primary {
    color: #cd2286;
}
.secondary {
    color: #276B7C;
}

.isi-content {
    color: #000;
    text-align: left;
    /*font-size: 1rem;*/
    line-height: 12px;
    padding-top: .25rem;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    /*padding-bottom: 10px;*/
    width: 250px;
}
.isi-content ul, .isi-content ol {
    margin: 0;
    padding-left: 2rem;
    padding-right: .3rem;
}
.isi-content li {
    margin-bottom: .25rem;
}
.isi-content p {
    padding-bottom: 0rem;
    padding-left: .5rem;
    padding-right: 1rem;
}
.isi-content h1,
.isi-content h2,
.isi-content h3 {
    /*margin-bottom: .25rem;*/
    padding-bottom: 0rem;
    padding-left: .5rem;
    padding-right: 1rem;
    margin-top: .45rem;
}
.isi-content .no-gap {
    margin-bottom: 0px;
}
.isi-content h1 {
    font-size: 1.3rem;
}
.isi-content h2 {
    font-size: 1.15rem;
}
.isi-content h3 {
    font-size: 1.025rem;
}
.title, .subtitle {
    font-weight: bold;
}
.isi-content p.signoff {
    padding-left: 30px;
}
.isi-content img {
    margin:0;
}

.isi-content .isi-logo {
    margin: 1.5rem 0 0.5rem 0;
}

.isi-content .isi-logo img {
    max-width: 100%;
    padding-left:8px;
}
.numbercode{
    text-align: right;
    padding-right:10px;
}
ul{
    margin-left: -5px;
    font-size: 11px;
}


.isi-inner {
    padding-left: 5px;
    padding-right: 5px;
    width: 275px;
}


/* Let's get this party started */

::-webkit-scrollbar {

width: 7px;

}

/* Track */

::-webkit-scrollbar-track {

background: #EEEEEE;

}

/* Handle */

::-webkit-scrollbar-thumb {

-webkit-border-radius: 5px;

border-radius: 5px;

background: #c3d2d5;
}