@media print {
   
    *, :before, :after {
        background: transparent !important;
        /*color: #000!important;*/
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /*a, a:visited {
        text-decoration: underline !important;
    }*/

    a[href]:after {
        /*content: " (" attr(href) ")" !important;*/
        content: none !important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")" !important;
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999 !important;
        page-break-inside: avoid !important;
    }

    thead {
        display: table-header-group !important;
    }

    tr, img {
        page-break-inside: avoid !important;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3 !important;
        widows: 3 !important;
    }

    h2, h3 {
        page-break-after: avoid !important;
    }

    select {
        background: #fff !important;
    }

    .row {
        display: table !important;
        /*page-break-before: always;*/
    }

    .col-md-1, .col-md-2, .col-md-4, .col-md-5, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        display: table-cell !important;
        vertical-align: top;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    /*.col-md-6 {
        width: 50%;
    }*/

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    /*.col-md-3 {
        width: 25%;
    }*/

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    /* Custom
**************************************/
    * {
        font-family: Arial, sans-serif;
    }

    body {
        font: 9pt/1.3 Arial, sans-serif;
        color: #000;
        border: none;
        width: 100%;
        margin-left:10px;
        margin-right:10px;
    }

    a {
        font: 9pt/1.3 Arial, sans-serif;
        color: #006b71 !important;
    }

    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 1px;
    }

    h1 a {
        text-decoration: none;
    }

    .pagetitle {
        font-size: 22pt;
        margin-bottom:24px;
    }

    h2 {
        font-size: 14pt;
    }

    a h2 {
        text-decoration: none;
        color: #006b71 !important;
        font: 14pt Arial, sans-serif;
    }

    h3 {
        font-size: 12pt;
    }

     h3 a {
        color: #006b71 !important;
        font: 12pt Arial, sans-serif;
    }

    h4 {
        font-size: 10pt;
    }

    h5 {
        font-size: 9pt;
    }

    h6 {
        font-size: 9pt;
    }

    .home-left-col li{
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .home-right-col li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #back-to-top {
        display: none;
    }

    .util-nav {
        display: table;
        float: right;
    }

    .util-nav > li {
        display: table-cell;
        padding: 0 4pt 0 4pt;
    }

    .search-wrap {
        display: none;
    }

    .textsize-row {
        display: none;
    }

    .subnav-wrap > img {
        display: none;
    }

    .RadTreeView ul {
        padding-left: 0;
    }

    .RadTreeView span {
        display: none;
    }

    .RadTreeView div {
        display: table;
        padding: 0;
        margin: 0;
    }

    .RadTreeView div a {
        display: table-cell;
        margin: 0;
        padding: 4pt 0 4pt 0;
    }

    .content-aside > .related-nav > .col-sm-3 {
        display: table !important;
        width: 100pt !important;
        margin-bottom: 20pt;
        clear: both;
    }

    #main-header {        
        position: relative;
        margin-bottom:20px;
    }

    #main-header > * {
        position: relative;
        z-index: 2;
    }

    #main-header::before {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' style='background:%23003366' />");
    }

    .header-right {
        display: none;
    }

    .header-left img {
        height:125px;
    }

    .nav-row {
        display:none;
    }

    #home-rotator-section{
        display:none;
    }

    /*.info-box-img {
        float:right;
        margin-right:100px;
    }

    .info-box-text {
        float:right;
    }*/

    .home-right-col {
        float:right;
        width:30%;
        margin-top:30px;
        margin-left:40px;
    }

    .info-box-txt  img {
        /*display:none;*/
    }
	.info-box-txt a > span {
    display: table-cell;
    vertical-align: middle;
}
.info-box-txt a {
    display: table;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .home-mid-col {
        width: 60%;
        float: left;
        page-break-inside: avoid;
    }

    .home-left-col {
        display:none;
        /*width:20%;
        float:left*/;
        /*margin-right:10px;*/
    }

    /*.quicklinks {
        page-break-before:always;
    }*/  

    .home-news {
        margin-top:30px;
        page-break-after:auto;
    }

    .home-intro{
        padding-top:30px;
    }

    .btn-danger {
        color:crimson;
    }

    #content-section {
        margin-left: 0;
        float: none;
        width: auto;
        color: black;
        font-size: 12pt;
    }

    .sub-left-col {
        display: none;
    }

    .sub-mid-col {
        margin-left: 30px;
        margin-right: 30px;
    }

    #footer {
        display:none;
    }

    .sub-mid-col .row .col-sm-5{
        white-space:nowrap;
    }

    .sub-mid-col .row .col-sm-4 span.btn{
        white-space: nowrap;
        margin-right:30px;
    }

    .sub-mid-col .row div.col-xs-8{
        width:450px !important;
        float:left;
    }

    .sub-mid-col .row div.col-xs-2 {
        width: 100px !important;
        float: left;
    }

    .content-trail {
        display:none;
    }

.ui-table {
	width: 780px !important;
}	

.home-mid-col{
	margin-left: 15px !important;
}
.home-right-col {
	margin-right: 15px !important;
}
	
}

@page {  
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}

@page:first {
    margin: 15px;
    margin-bottom:30px;
}



