﻿/* Move down content because we have a fixed navbar that is 50px tall */

html {
    padding: 0;
    margin: 0;
    width: 100%;
}
dummy {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

/*#content-wrap {
    padding-bottom: 150px;
}*/
/* Footer height */

/* Set some basic padding to keep content from hitting the edges */
.pageContent {
    padding-left: 35px;
    padding-right: 40px;
    padding-bottom: 35px;
}

.content {
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/*This sets all images to be responsive*/
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/*Eliminates the dotted underline when using the abbr tag*/
 abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/*image hover effect*/

.imgcontainer {
    position: relative;
    width: 100%;
}

.image {
    opacity: 1;
    /*display: block;
  width: 100%;*/
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.imgcontainer:hover .image {
    opacity: 0.3;
}

.imgcontainer:hover .middle {
    opacity: 1;
}

/*end hover effect*/

h1 {
    color: #666;
    font-size: 24px;
    border-bottom: 1px solid #666;
}

    h1.noborder {
        border-bottom: none;
    }

h2 {
    color: #333;
    font-size: 20px;
    margin-top: 12px;
    font-weight: bold;
}

    h2.home {
        color: #333;
        font-size: 28px;
    }

    h2.marginMinus {
        color: #333;
        margin-top: -9px;
    }

    h2.white {
        color: #fff;
    }

h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

    h3 a {
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }

        h3 a:hover, a:focus, a:active {
            color: #006695;
        }

h4 {
    font-family: arial;
    font-size: 15px;
    color: #333;
    padding: 0;
    font-weight: bold;
}

h5 {
    font-family: arial;
    font-size: 13px;
    color: #333;
    padding: 4px 0;
    font-weight: bold;
}

p {
    margin: 8px 0;
}

.white {
    color: #fff;
}

.black {
    color: #333;
}

hr {
    margin-top: 6px;
    margin-bottom: 6px;
}

.expand {
    color: #0088c5;
    margin: 0;
}

a {
    color: #006695;
    text-decoration: none;
}

    a:hover {
        color: #006695;
        text-decoration: underline;
    }

    a:focus {
        color: #a6aaaf;
        text-decoration: none;
    }

    a:active {
        color: #a6aaaf;
        text-decoration: none;
    }

    a.nav_active {
        text-decoration: underline;
        color: #18aade;
        font-weight: bold;
    }

li {
    padding-bottom: 4px;
}

table {
    border-collapse: collapse;
}

    table td {
        vertical-align: top;
    }

        table td.middle {
            vertical-align: middle;
        }

.vatop {
     vertical-align: top;
}
.vamiddle {
     vertical-align: middle;
}
.vabottom {
     vertical-align: bottom;
}

ul.noindent li {
    margin-left: -28px;
}

.DOTbanner {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

    .DOTbanner a {
        color: #fff;
        text-decoration: none;
    }

.dotbg {
    background: #000a53;
}

.dotTopLinks {
    font-family: arial,verdana,helvetica;
    margin-top: 6px;
    font-size: 11px;
    text-align: right;
    padding-right: 6px;
    float: right;
}

.TPCBbanner {
    line-height: normal;
    background: #fff;
    color: #000a53;
    font-size: 24px;
    padding: 16px 0;
}

    .TPCBbanner a {
        color: #000a53;
        text-decoration: none;
    }

.TPCBbg {
    background: #fff;
}

/*OST-R subnav styles*/
.rita-links {
    float: right;
    padding: 3px 6px 10px;
    font-size: 11px;
    color: #000a53;
}

    .rita-links a {
        color: #000a53;
    }

        .rita-links a:hover {
            color: #cc0000;
            font-size: 11px;
        }

.navbg {
    background: #fff;
}

.floatright {
    float: right;
    /*margin: 3px 12px 8px 16px;*/
}

.fltleft {float: left;}
.floatleft {
    float: left;
    margin: 3px 16px 8px 12px;
}

.ctr {
    text-align: center;
}

.navbar {
    padding-top: 0;
    margin: -12px 24px 0;
    min-height: 32px;
    font-weight: bold;
}

.navbar-form {
    /*For search box*/
    float: right !important;
}

.navbar-right .dropdown-menu {
    right: inherit;
    left: auto;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 9px;
    line-height: 20px;
    text-shadow: none;
}


.navbar-inverse {
    border: none;
    background-color: #fff;
    background-image: none;
    text-shadow: none;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #333;
        box-shadow: none;
        text-shadow: none;
    }


        .navbar-inverse .navbar-nav > li > a:visited, .navbar-inverse .navbar-nav > li > a:focus {
            box-shadow: none;
        }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #999;
            box-shadow: none;
        }

        .navbar-inverse .navbar-nav > li > a.nav_active {
            text-decoration: underline;
            color: #18aade;
            font-weight: bold;
        }

    .navbar-inverse .navbar-nav > .open > a {
        background-color: #fff;
    }

.navbar-nav > .open > a {
    background-color: #18aade;
    color: #333;
    background-image: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:visited {
    background-color: #18aade;
    color: #fff;
    background-image: none;
    box-shadow: none;
}


.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: none;
    background-image: none;
    box-shadow: none;
}

.navbar-inverse .navbar-toggle {
    background-color: #18aade;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*min-width: 190px;*/
    margin: 2px 0 0 14px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-top: 3px solid #18aade;
    color: #fff;
}

    .dropdown-menu > li {
        padding: 0px;
    }

        .dropdown-menu > li > a {
            padding: 10px 8px;
            font-weight: normal;
            color: #333;
            white-space: nowrap;
            display: inline-block;
            background-color: #fff;
            width: 100%;
            border-bottom: 1px solid #18aade;
        }

            .dropdown-menu > li > a.noborder {
                border-bottom: none;
            }


            .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
                color: #fff;
                text-decoration: none;
                display: inline-block;
                background: #18aade;
            }

/*
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:visited {
        color: #336699;
        text-decoration: underline;
        background-image: none;
        outline: 0;
        box-shadow: none;
    }
*/
.dropdown:hover .dropdown-menu {
    display: block;
}

/*end of nav*/

.search {
    float: right;
    text-align: right;
    padding: 16px 0 0;
    font-size: 11px;
}

.form-control:focus {
    border-color: #fff;
}

.carousel {
    border-top: 4px solid #18aade;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-indicators {
    bottom: -30px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: #000;
        border: 1px solid #000;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin: 1px;
        background-color: #18aade;
        border: 1px solid #01c56f;
        border-radius: 10px;
    }

.clrboth {
    clear: both;
}

.clrleft {
    clear: left;
}

.clrright {
    clear: right;
}

.clearfix {
    overflow: auto;
}

.homepage_middle {
    margin: 0 auto;
    text-align: center;
}

    .homepage_middle a {
        color: #fff;
    }

        .homepage_middle a:hover {
            color: #ccc;
        }

.homepage_explore {
    padding: 12px 0;
    color: #fff;
}

.home_royalbox {
    background-color: #18aade;
    text-align: center;
    padding: 24px;
}

.homepage_happening {
    padding: 12px 0;
    color: #fff;
}

.home_navybox {
    background-color: #000a53;
    text-align: center;
    padding: 24px;
}

.homeboxtitle {
    font-size: 16px;
    font-weight: bold;
}

.bg_gray {
    background-color: #e9eced;
    padding: 6px 0;
}

.bg_teal {
    background-color: #007fad;
}
.bg_navy
{
    background-color: #000a53;
}

.icon-bell {
     display: inline-block;
     vertical-align: middle;
     margin: 0 10px 0 0;
     max-width: 54px;
}

h3.update-text {
     display: inline-block;
     margin-top: 0px;
     margin-bottom: 0px;
     vertical-align: middle;
}

h3.update-text a {
     font-size: 24px;
     padding: 0;
}

h3.update-text a:link, h3.update-text a:visited {color: #fff; text-decoration: none;}
h3.update-text a:hover, h3.update-text a:active {color: #eee; text-decoration: underline;}

.homepage_bottom {
     margin: 0 auto;
     text-align: center;
}

.spacer {
    margin: 12px auto;
}

.width_10pct {
    width: 10%;
}

.peer_chartreusebox {
     background-color: #c4da56;
     padding: 15px;
     /* width: 390px; */
}

.peer_chartreusebox img {
     /* float: left;
     margin-right: 20px; */
}

.peer_chartreusebox.content {
     float: left;
     font-size: 14px;
}

table.planning_navybox {
    background-color: #000a53;
    color: white;
  /* font-size: 16px;
    margin-top: 24px;*/ 
    width: 100%
}
table.planning_navybox td {
   
    padding: 8px 6px 12px 16px;
   
}

    table.planning_navybox td a, table.planning_navybox td a:hover {
        color: white;
    }



.viewalltopics {
    float: right;
    font-size: 13px;
    font-weight: bold;
}

.viewalltopics_left {
    font-size: 13px;
   font-weight: bold;
    margin: 24px 0;
}

/*Expand-contract styles on Peer Page*/

/*
.Item_container {
    margin: 0;
    padding: 3px 6px 6px 4px;
    color: #000;
}
*/
/*
  .Item_container p {
        margin-bottom: 15px;
    }
*/
    .Item_container td {
        vertical-align: top;
    }

.header_peer {
    margin: 14px 14px 1px 1px;
    border-top: 1px solid #ccc;
    color: #333;
}

table .ItemContent td {
    vertical-align: top;
}

#hiddenItem {
    display: none;
    margin-right: 18px;
}

.showItemCall {
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.hideItemCall {
    display: none;
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.showItem {
    vertical-align: middle;
    margin-right: 5px;
}

.hideItem {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenItem2 {
    display: none;
    margin-right: 18px;
}

.showItem2Call {
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.hideItem2Call {
    display: none;
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.showItem2 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideItem2 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenItem3 {
    display: none;
    margin-right: 18px;
}

.showItem3Call {
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.hideItem3Call {
    display: none;
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.showItem3 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideItem3 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenItem4 {
    display: none;
    margin-right: 18px;
}

.showItem4Call {
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.hideItem4Call {
    display: none;
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.showItem4 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideItem4 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenItem5 {
    display: none;
    margin-right: 18px;
}

.showItem5Call {
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.hideItem5Call {
    display: none;
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.showItem5 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideItem5 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

#hiddenItem6 {
    display: none;
    margin-right: 18px;
}

.showItem6Call {
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.hideItem6Call {
    display: none;
    font-weight: bold;
    padding: 9px 0 5px 6px;
}

.showItem6 {
    vertical-align: middle;
    margin-right: 5px;
}

.hideItem6 {
    display: none;
    vertical-align: middle;
    margin-right: 5px;
}

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }*/
.btn-primary {
    background-color: #18aade;
    border-color: #18aade;
    font-weight: bold;
    background-image: none;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #18aade;
        border-color: #18aade;
        background-image: none;
    }

.btn-lg, .btn-group-lg > .btn {
    font-weight: normal;
}



/* for download PDF button*/
.pdf {
    width: 150px;
    color: #fff;
    background-color: #ff3300;
    padding: 10px;
    line-height: normal;
    text-align: center;
    font-size: 11px;
}

    .pdf a {
        color: #fff;
        font-weight: bold;
    }

.search_box {
    color: #fff;
    width: 100%;
    margin-bottom: 12px;
}

    .search_box a {
        color: #fff;
        text-decoration: underline;
    }

.search_by {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #ccc;
}

.search_box table {
    margin-bottom: 10px;
    width: 60%;
}

    .search_box table td {
        padding: 3px 0;
        vertical-align: bottom;
    }


.search-btn {
    background-color: #1d2b5d;
    color: #fff;
    padding: 7px 15px;
    border: none;
    border-radius: 5px;
}

.search-bar {
    padding: 5px;
}



table.searchresults {
    margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    padding: 6px;
}

table.searchresults td, table.searchresults th {
border: 1px solid #e7e7e7;
padding: 8px 12px;
vertical-align:top;
}

table.searchresults td a, table.searchresults th a {
color: #006695
}

table.searchresults th.date {
width: 112px;
}

table.searchresults th.date a {
    text-decoration: none;
}

table.searchresults th.resource-type a {
    text-decoration: none;
}

table.lined {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    margin-bottom: 10px;
    width: 100%;
}

    table.lined td, table.lined th {
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        font-size: 12px;
        padding: 8px;
    }

    table.lined td {
        vertical-align: top;
        font-size: 12px;
    }

        table.lined td li {
            vertical-align: top;
            font-size: 12px;
            margin-left: -30px;
        }

    table.lined th {
        background: #01367d;
        color: #fff;
        font-weight: bold;
    }

        table.lined th a {
            color: #fff;
        }

        table.lined th.leftalign {
            background: #01367d;
        }

table.lined_75pct {
    width: 75%;
}

.lined h3 {
    color: #fff;
}

.lined .header2 {
    background-color: #dedede;
    color: #000;
    font-weight: bold;
}

table.lined th.valignmid, table.lined td.valignmid {
    vertical-align: middle;
}

table.lined th.right, table.lined td.right {
    text-align: right;
}

table.generic, table.generic2 {
    border: 1px solid #b1b1b1;
    font-size: 12px;
    color: #000;
    margin: 12px 0px;
    background-color: #e7e7e7;
}

    table.generic tr.light, table.generic2 tr.light, table.generic tr.light th, table.generic2 td.light, table.itsCourses tr.light {
        background-color: #f8f8f9;
    }

    table.generic th, table.generic2 th {
        background-color: #01367d;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        text-align: left;
        padding: 6px 10px;
        border-bottom: 1px solid #d2d5d0;
        border-right: 1px solid #d2d5d0;
    }

        table.generic th.ctr, table.generic td.ctr, table.generic2 th.ctr, table.generic2 td.ctr {
            text-align: center;
        }

    table.generic td.vertalignmid, table.generic2 td.vertalignmid {
        vertical-align: middle;
    }

    table.generic td, table.generic2 td, table.itsCourses td {
        vertical-align: top;
        padding: 6px 10px;
        border-bottom: 1px solid #d2d5d0;
        border-right: 1px solid #d2d5d0;
        font-size: 12px;
    }

        table.generic td a, table.generic2 td a {
            font-size: 12px;
        }

table.genericTabs {
    border: 1px solid #bdd9e4;
    font-size: 11px;
    color: #000;
    margin: 0;
    background-color: #f8f8f8;
}

    table.genericTabs tr.light, table.genericTabs tr.light th {
        background-color: #e9f0f3;
    }

    table.genericTabs th {
        background-color: #bdd9e4;
        font-size: 12px;
        font-weight: bold;
        color: #333;
        text-align: left;
        padding: 4px;
        border-bottom: 1px solid #bdd9e4;
        border-right: 1px solid #bdd9e4;
    }

    table.genericTabs td {
        vertical-align: top;
        padding: 4px;
        border-bottom: 1px solid #bdd9e4;
        border-right: 1px solid #bdd9e4;
        font-size: 11px;
    }

        table.genericTabs td a {
            font-size: 11px;
        }
        table.focus_casestudies
{
width: 875px;
border: 1px solid #3a4a63;
margin-bottom: 10px;
padding: 0;
}
table.focus_casestudies tr
{

border: 1px solid #3a4a63;

}

table.focus_casestudies th
{
background: #3a4a63;
color: #fff;
font-size: 14px;
border: 1px solid #3a4a63;
padding: 8px;
}

table.focus_casestudies td
{
vertical-align: top;
border: 1px solid #ccc;

background: #f9f8f7;
padding: 6px;
}

.blue_box_smallright {
    width: 25%;
    background-color: #000a53;
    padding: 16px;
    float: right;
    color: #fff;
    margin-left: 12px;
}

.innovativePrax {
    float: right;
    margin: 0 12px 6px 18px;
}


.small {
    font-size: 11px;
}

.caption {
    font-size: 11px;
}

.planworksIcons {
    padding: 0;
    text-align: center;
    margin: 16px auto;
}

table.planworksResources td {
    padding: 13px 16px;
    vertical-align: middle;
}

    table.planworksResources td.border {
        padding: 0;
        border-top: 1px solid #ccc;
    }

    table.planworksResources td ul.checkmark li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        list-style-image: url('../images/bullet_checkmark.png');
        vertical-align: top;
    }

    table.planworksResources td ul li {
        list-style-type: disc;
        margin-left: -20px;
    }

ul.checkmark li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: url('../images/bullet_checkmark.png');
    vertical-align: top;
}

ul.essentials li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: url('../images/bullet_checkmark.png');
    vertical-align: top;
}

.essentials_right {
    margin-top: 25px;
}

.bluebox_topics {
    background-color: #0776eb;
    color: #fff;
    width: 100%;
    padding: 20px 20px 10px 20px;
    margin: 4px 6px 25px 0;
    font-size: 13px;
    font-weight: bold;
    clear: both;
}

/*------CV-AV Styles - 1/24/17----------*/
.CV_banner {
    margin: auto;
    text-align: center;
}

.CV_content {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

h2.CV {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    padding: 5px 0;
}

h2.CVcentered {
    font-size: 20px;
    color: #666;
    font-weight: normal;
    padding: 24px 0 10px;
    text-align: center;
    border-bottom: 3px solid #023f7f;
    margin-bottom: 10px;
}

table.CV_text {
    margin-bottom: 24px;
}

table.CV_generic {
    border-top: 3px solid #023f7f;
    border-right: 1px solid #023f7f;
    border-bottom: 3px solid #023f7f;
    border-left: 3px solid #023f7f;
    margin: 0 auto 24px;
}

    table.CV_generic th {
        padding: 10px;
        vertical-align: middle;
        border-right: 2px solid #023f7f;
        border-bottom: 1px solid #023f7f;
    }


    table.CV_generic td {
        padding: 10px;
        vertical-align: middle;
        border-right: 2px solid #023f7f;
        border-bottom: 1px solid #023f7f;
    }

        table.CV_generic td.border {
            padding: 0;
            border-right: 2px solid #023f7f;
            border-bottom: 2px solid #023f7f;
        }

        table.CV_generic td.bluebg {
            background-color: #023f7f;
            color: #fff;
            font-weight: bold;
            padding: 13px 8px;
        }

        table.CV_generic td ul.checkmark li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            list-style-image: url('../images/cvimage_checkmark.png');
            vertical-align: top;
        }

        table.CV_generic td ul li {
            margin: -10px;
            color: #43be56;
        }

.CV_greenbox {
    background-color: #30823d;
    float: left;
    color: #fff;
    width: 920px;
    padding: 20px 14px 0;
    margin: 4px 6px 25px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    z-index: 100;
    clear: both;
    font-family: Tahoma, sans-serif;
}

.CV_rotatorArrowleft {
    width: 60px;
    float: left;
    margin-left: 5px;
    padding-top: 20px;
}

.CV_rotatorImage {
    width: 200px;
    float: left;
    margin-left: 30px;
    text-align: center;
}

.CV_rotatorText {
    width: 50%;
    float: right;
    margin-right: 60px;
    padding-top: 10px;
}

.CV_rotatorArrowright {
    width: 60px;
    float: right;
    margin-left: 5px;
    padding-top: 20px;
}

.CV_bluebox {
    background-color: #0776eb;
    float: left;
    color: #fff;
    width: 920px;
    padding: 20px 14px 0;
    margin: 4px 6px 25px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    display: block;
    z-index: 100;
    clear: both;
    font-family: Tahoma, sans-serif;
}

/*--------CV-rotator----------*/

#cvrotatorbox {
    margin-bottom: 0px;
    margin-top: 10px;
    background-color: #f8a543;
    height: 310px;
    padding: 0px;
}

.cvrotatortitle {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

    .cvrotatortitle:hover {
        text-decoration: underline;
    }

#cvrotatorbox .text {
    font-family: arial;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 0px;
    width: 175px;
}

    #cvrotatorbox .text a {
        text-decoration: none;
        color: #000;
        padding-right: 6px;
    }

#cvrotatorbox .textbold {
    font-size: 11px;
    padding-left: 10px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

    #cvrotatorbox .textbold a {
        text-decoration: none;
        color: #333;
    }

        #cvrotatorbox .textbold a:hover {
            text-decoration: underline;
            color: #333;
        }
/*rotator styles*/

.rotatorwrapper {
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    width: 940px; /*width of featured content slider*/
    height: 155px;
    margin: auto;
}

    .rotatorwrapper .contentdiv {
        visibility: hidden; /*leave as is*/
        position: absolute; /*leave as is*/
        left: 0; /*leave as is*/
        top: 0; /*leave as is*/
        padding: 0px;
        width: 940px; /*width of content DIVs within rotator. Total width should equal rotator's inner width (390+5+5=400) */
        height: 190px;
        -moz-opacity: 1;
        opacity: 1;
    }

.cvpagination {
    width: 940px; /*Width of pagination DIV. Total width should equal rotator's outer width (400+10+10=420)*/
    position: absolute;
    z-index: 600;
    margin: -35px 6px 6px 0px;
    text-align: right;
    float: right;
    padding: 4px 6px 6px 0px;
    border: none;
}

    .cvpagination a {
        font-size: 11px;
        padding: 0px 3px;
        margin: 3px;
        text-decoration: none;
        color: #cccccc;
    }

        .cvpagination a:hover, .cvpagination a.selected {
            color: #fff;
            font-weight: bold;
        }

table.MPOsearch {
    width: 100%;
    font-size: 14px;
    margin: 0;
}

table.MPOcriteria {
    width: 100%;
    /* border: 1px solid #fff;*/
    font-size: 14px;
    margin: 0;
}

    table.MPOcriteria th, td {
        padding: 0 12px;
    }

table.MPOresults {
    width: 100%;
    margin-bottom: 24px;
    font-size: 12px;
}

table.MPOresults th {
     color: #fff;
     background-color: #1f3a6f;
     padding: 4px;
     border: 1px solid #ccc;
}

table.MPOresults th.right, table.MPOresults td.right {
     text-align: right;
}

table.MPOresults th a {
     color: #fff;
     text-decoration: underline;
}

table.MPOresults td {
     padding: 4px;
     border: 1px solid #ccc;
}


table.lrtp {
    font-size: 14px;
    margin: 0;
    width: 750px;
    color: white;
}

    table.lrtp th, td {
        padding: 6px 12px;
        vertical-align: top;
    }

    table.lrtp th {
        width: 200px;
    }

table.LRTPresults {
    width: 750px;
    margin-bottom: 24px;
    font-size: 12px;
    border-top: 1px solid #ccc;
     border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
       border-bottom: none;
}

    table.LRTPresults th {
        color: #fff;
        background-color: #1f3a6f;
        padding: 8px;
    }

        table.LRTPresults th a {
            color: #fff;
            text-decoration: underline;
        }

    table.LRTPresults td {
        padding: 8px;
    }

        table.LRTPresults td.nopadding {
            padding: 0;
        }

        table.LRTPresults_display {
       border-bottom: 1px solid #ccc;
       width:100%;
}
        .teal {color: #0084ad; font-weight:bolder}

table.peer_app {
    font-size: 14px;
    margin: 0;
    width: 750px;
    color: white;
}

    table.peer_app th, td {
        padding: 6px 12px;
        vertical-align: top;
    }

    table.peer_app th {
        text-align: right;
        width: 200px;
    }

.peer_app_question {

    padding: 16px 0 12px 0;
    border-bottom: 1px solid #fff;
}


button, input, optgroup, select, textarea {
    color: #333;
}

.goBackbutton {
  background-color: #1f3a6f;
  border: none;
  color: white;
  padding:4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
}

.borderBlack {
     border: 1px solid #000;
}
.borderTable {
     border-top: 1px solid #000;
     border-left: 1px solid #000;
}
.borderTable th, .borderTable td {
     border-bottom: 1px solid #000;
     border-right: 1px solid #000;
}

.width100pc {
    width: 100%;
}

.width95pc {
    width: 95%;
}

.width90pc {
    width: 90%;
}

.width80pc {
    width: 80%;
}

.width75pc {
    width: 75%;
}

.width65pc {
    width: 65%;
}

.width60pc {
    width: 60%;
}

.width55 {
    width: 55%;
}

.width50pc {
    width: 50%;
}

.width48 {
    width: 48%;
}

.width40pc {
    width: 40%;
}

.width45pc {
    width: 45%;
}

.width35pc {
    width: 35%;
}

.width30pc {
    width: 30%;
}

.width25pc {
    width: 25%;
}

.width5px {
    width: 5px;
}

.width20px {
    width: 20px;
}

.width25px {
    width: 25px;
}

.width30px {
    width: 30px;
}

.width60px {
    width: 60px;
}

.width80px {
    width: 80px;
}

.width90px {
    width: 90px;
}

.width100px {
    width: 100px;
}

.width110px {
    width: 110px;
}

.width120px {
    width: 120px;
}

.width200px {
    width: 120px;
}

.width140px {
    width: 140px;
}

.width150px {
    width: 150px;
}

.width170px {
    width: 170px;
}

.width200pxfix {
    width: 200px;
}

.width185px {
    width: 185px;
}

.width195px {
    width: 195px;
}

.width200px {
     width: 200px;
}

.width205px {
     width: 205px;
}

.width210px {
     width: 210px;
}

.width220px {
     width: 220px;
}

.width230px {
    width: 230px;
}

.width240px {
    width: 240px;
}

.width250px {
    width: 250px;
}

.width285px {
    width: 285px;
}

.width300px {
    width: 300px;
}

.width310px {
    width: 310px;
}

.width325px {
    width: 325px;
}

.width335px {
    width: 335px;
}

.width360px {
    width: 360px;
}

.width355px {
    width: 355px;
}

.width400px {
    width: 400px;
}

.width407px {
    width: 407px;
}

.width415px {
    width: 415px;
}

.width455px {
    width: 455px;
}

.width450px {
    width: 450px;
}

.width500px {
    width: 500px;
}

.width520px {
    width: 520px;
}

.width625px {
     width: 625px;
}

.width700px {
     width: 700px;
}

.width800px {
     width: 800px;
}

.width875px {
     width: 875px;
}

.height20px {
    height: 20px;
}

.paddingtop10px {
     padding-top: 10px;
}

.paddingtop12px {
     padding-top: 12px;
}

.paddingtop15px {
     padding-top: 15px;
}
.paddingtop20px {
     padding-top: 20px;
}

.paddingbottom15px {
    padding-bottom: 15px;
}

.paddingbottom24px {
    padding-bottom: 24px;
}

.padding6px {
    padding: 6px;
}

.padding20px {
    padding: 20px;
}

.marginbottom_zero {margin-bottom: 0;}
.marginbottom_10px {margin-bottom: 10px;}
.marginbottom_15px {margin-bottom: 15px;}
.marginbottom_20px {margin-bottom: 20px;}
.marginleft_zero {margin-left: 0;}
.margintop_zero {margin-top: 0;}
.margintop_5px {margin-top: 5px;}
.margintop_10px {margin-top: 10px;}
.margintop_15px {margin-top: 15px;}
.margintop_20px {margin-top: 20px;}
.margintop_30px {margin-top: 30px;}
.margintop_40px {margin-top: 40px;}
.margintop_50px {margin-top: 50px;}
.margintop_zero_10px {margin: 0 10px 10px 10px;}

.marginright_15px {margin-right: 15px;}
.marginright_20px {margin-right: 20px;}

.margin8px {
   margin: 8px;
}

.peerRpt {
    FONT-SIZE: 13px;
    text-align: center;
    font-weight: bold;
    COLOR: #993333;
}

#footer {
    width: 100%;
    /* height: 150px; */ /* same as content-wrap padding */
    background-color: #000a53;
    color: #fff;
    font-size: 12px;
    padding-top: 25px;
}

    #footer a {
        color: #fff;
    }
/*
.footer {
    position:fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000a53;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 26px;
   }
*/


.footer a {
    color: #fff;
}

    .footer a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .footer a:focus {
        color: #fff;
        text-decoration: underline;
    }

.footerbg {
    background: #000a53;
}

.footer_left {
    text-align: left;
    color: #fff;
}

.footer_right {
    text-align: left;
    float: right;
}

.govdel_button {
    background-color: #18aade;
    padding: 15px;
    border-radius: 5px;
}

.govdel_button:hover {
    transition: .5s ease;
    opacity: 0.3
}

.no_a_style,
.no_a_style:hover {
    text-decoration: none;
    color: #fff;
}

.nobullet {
    list-style: none;
}

.max-width_500 {
    max-width: 500px;
}

.accordionbtn {
    background-color: #fff;
    border-style: none;
    padding-left: 0;
}


/* Skip to Main Content style*/
#skiptocontent {
    text-indent: -10000px;
    height: 1px;
}

.fontsize16 {font-size: 16px;}
.fontsize18 {font-size: 18px;}
.fontsize20 {font-size: 20px;}

.dataTables_wrapper .dataTables_paginate {margin-bottom: 8px;}