html, body {
    height: 99%;
}

body {
    font-size:12px!important;
    line-height:15px;
}
.print-only {
    display:block!important;
}
.non-printable  {
    display: none !important;
}
.rc-anchor-invisible, .rc-anchor-normal-footer {
    display: none !important;
}
#wrapper {
    margin:10px 0px 0px;
    padding:0px;
    box-shadow: none;
    max-width: 100%;
    width:100%;
}
.content {
    margin:0px auto;
    padding-top:0px;
}
article {
    margin: 15px 0px 0px;
}
#header {
    position:relative;
    box-shadow: none;
    overflow: hidden;
    border-bottom: none;
}
#header .logo {
    margin:0px 0px 20px;
}
#header .logo img {
    width: 130px;
    height: auto;
}
a {
    font-size:12px !important;
    line-height: 15px !important;
    color:#333 !important;
    pointer-events: none !important;
    text-decoration: none !important;
    font-family: Swica, sans-serif !important;
}
p, th, td, ul, ol, div {
    font-size:12px;
    line-height: 15px;
}
h1 {
    font-size:16px;
    line-height: 22px;
}
h2 {
    font-size:14px;
    line-height: 18px;
}
h3, .customTitle a {
    font-size: 12px;
    line-height: 15px;
}
footer {
    background: transparent;
    text-align: left;
    padding: 0px;
}
.print-only p {
    font-family: 'SWICA-Bold', Arial, Helvetica, sans-serif;
    background: #01BBA8;
    color:#fff;
    text-transform: uppercase;
    display: inline;
    padding:6px 5px;
}
.content a.stand-alone, footer .content p {
    margin-top: 10px;
}

.content ul li {
    padding: 0px 0px 0px 18px;
}

.content ul li:before {
    width:12px;
    height:12px;
    content: '';
    background-color:#01BBA8;
    position: absolute;
    top: 1px;
    left: 0;
    background-attachment: scroll;
    background-blend-mode: normal;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/icons/arrow.svg");
    background-origin: padding-box;
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
}