﻿@charset "utf-8";

/* ==========
   General
   ========== */

.screen-width {
    display: none;
    max-width: 1200px;
}

#main-content.audit-reports{width:80%;}

#search a {
    text-indent: 0px;
}
   
.screen-reader {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.nav li:hover .sub-wrap,
.nav ul li.hover .sub-wrap {
    left: 0;
}

.sub-wrap {
     border-bottom: 7px solid rgb(68, 108, 149);
	box-shadow: 3px 3px 4px -3px rgba(201, 203, 205, 0.75);
    left: -9999em;
    position: absolute;
    width: 520px;
    z-index: 1;
}


.sub-wrap .sub-nav{
	background-image:none;
}


.multi-column {
   left: 0;
    background: none !important;
    border-bottom-style: none !important;
    box-shadow: none !important;
    position: relative !important;
    width: 50% !important;
}


/* Hotline Button Styles **************************************************/
.mobile-hotline  {
    background: #c2101c; 
    color: #fff; 
    cursor: pointer; 
    display: none; 
    float: right; 
    padding: 8px 8px; 
    font-size: 1.1em;
}

.mobile-hotline:hover  {
    background: #e61d15; 
}

#search .icon-search {
    display: block;
    margin-right: 10px;

}

.icon-search,
.icon-toggle  {
    color: #446c95; 
    display: none; 
    font-size: 1em; 
}

#supplementary-navigation a.mobile-hotline,
#supplementary-navigation a.mobile-hotline:link {
    color: #fff;
}

.sup-mobile  {
    display: none; 
}

#secondary-content .column-50  {
    width: 100%; 
}

.nav li .sub-nav-toggle  {
    display: none; 
}


/*****************************************************************************
 * Medium device styles (Small Desktop/ tablet landscape)
 ****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    @-ms-viewport{
    width: device-width;
    }
    .screen-width {
        max-width: 1200px;
    }
    
    /*** Header *****************************/
    #branding  { width: 70%; }

    .hotline {
    float: left;
    width: 19%;
    margin-left:1%;
    font-size:.9em;
    height:42px;
    padding:5px 5px 0px 5px;
    content:"HOTLINE";
    }

.nav ul.dropdown, .nav li.dropdown  {
    padding-right: 0px;
    padding-left:0px;
    font-size: 0.95em;
}

#primary-navigation .nav{
    padding-left: 170px;
}

    /*** Supplementary Nav *****************************/
    #supplementary-navigation { padding: 0px; }
    .mobile-hotline { display: none; }
    
    
    /*** Main *******************************/
    #main-content.two-column { padding: 0px 15px 0px 0px; margin: 0px; }
    #main-content .column-50 { padding: 0px; width: 50%; margin-bottom: 15px; }
    #main-content .column-50.alpha { padding-right: 15px; }
    
    #secondary-content p {
    padding: 0 10px 10px 5px;
    }

    .home-page-content {
        margin-top: 40px;
    }
    /*** Search *******************************/
  
    #search {
        padding: 0px 0px 0px 0px;
        width: 240px;
        left:780px;
        top:15px;
        overflow:hidden;
        margin: 10px 10% 0px 1%;
    }
    #search label{
        font-size: .8em;
        word-wrap: normal;
        line-height:1.2em;
    }
    

        
        
    .stay-connected {
        margin: 10px 0px; 
    
    }
    
    /***************************************** Report Search  ******************/
    .container-table-controls {
        width:100%;
    }

    #agency-nav{
        padding: 5px 0px 10px 10px;
        clear:both;
        margin: 3px 3px 3px 10px;
        width: 13em;
        height: 180px;
        float: left;
    }
    #year-nav{
        clear:none;
        padding: 5px 0px 10px 10px;
        margin: 3px;
        width: 17em;
        height: 180px;
        float: left;
    }
    #oversight-nav{
        clear:none;
        padding: 5px 0px 10px 10px;
        margin: 3px;
        width: 12em;
        height: 180px;
        float: left;
        width:auto;
    }
    .inner{ 
        height:12em;
    }
        #agency-nav .inner{
            padding:5px 0px 10px 10px;
        }
            #agency-nav .inner ul li{
                font-size: 1.2em;
                padding:2px;
            }
        #year-nav .inner{
            padding:10px 15px 10px 10px;
        }
        #oversight-nav .inner{
            padding:5px 0px 10px 10px;
        }
    
    #btnSelectYear{width:90px;}
    
    #filterOptions label {
        line-height: 1.6em;
    }




/*** Report Pages  ******************/    
    .work-plan-container {
    width: 43.5em;
    }
    .report-header-container {
    width: 28.5em;
    }
    
/*    .report-header-container h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-right:10px;
    }*/
    
    .report-header-container ul{
    font-size:.9em;
    }

    .style-report-navigation ul.navigation {
    padding-top: 10px;
    }

    .style-content {
    width: 43.5em;
    margin-top: 15px;
    }
    
/*    .style-content h3  {
    font-size: 1.2em;
    }*/
    
    .report-header-container ul {
    float: left;
    width: 31.5em;
    }
    
    #main-content .content-header {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-right:10px;
    }
     .Col_Title {
    width: 30em;
    }
    /*** Secondary **************************/
    #secondary-content .column-50 { padding: 0px 15px; width: 50%; }
    
    #secondary-content .section, .stay-connected {
        line-height:1em;
        min-height:50px;
    }
    
    /*** Hotline/ Three column **************************/
    #main-content {
    float: left;
/*    margin-left: -50px;*/
    width: 60%;
    }
    
    .style-aside {
    padding:0px;
    position: relative;
    /*width: 30%;*/
    }
    
    .style-report-text {
    padding-right: 15px;
    /*width: 70%;*/
    }


    .button{height:auto;}
    .button a:link {
        color: #FFFFFF;
        /*font-size: 0.97em;*/
        padding: 5px 5px 5px 5px;
    }


     .style-report-text {width:100%;}
     .style-report-text.sar-report {width:70%;}




/* Section - Custom Whistle Blower Box (Added:6/11/15) */
#secondary-content .banner-add-box .whistle-blower .section {
    background-color: #dce5ef;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    margin-top:0;
    border-top: 5px solid #ffffff;
    padding-left: 5px;
}

.whistle-blower h3{ 
    font-weight: normal;
    line-height: 0.9em;
    margin: 0;
    padding: 0.1em 0 0.01em;
}

.whistle-blower .section p{ 
    color: #446C95;
    font-size: 0.9em;
    line-height: normal;
    margin: 0 0 0.2em;
    padding: 0;
}

.whistle-blower .section:hover{background-color:#dce5ef;}

a.whistle-blower:link { color: #446c95 }
a.whistle-blower:visited { color: #446c95 }
a.whistle-blower:hover { color: #446c95 }
a.whistle-blower:active { color: #446c95 }
a.whistle-blower:focus { color: #446c95 }


.container{
    padding-right:0;
}

#secondary-content .section{
    padding-left:5px;
}


    
    /*** Tabs *******************************/
    #tabs { width: 100%; }
    #tabs ul { width: 100%; }
    #tabs .teaser { width: 100%; }
    
    
        
     /*** Footer *******************************/   
       .wrapper-footer {
    background: rgb(239,245,249);
background: -moz-linear-gradient(top,  rgba(239,245,249,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top,  rgba(239,245,249,1) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(239,245,249,1) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff5f9', endColorstr='#ffffff',GradientType=0 );
    }

    .related-sites{margin-left:0px;}

    .about-fed-cfpb{padding-left:0px}
      .purpose p {
    margin-left: -30px;
    margin-top: 30px;
  }
    
}

/*****************************************************************************
 * Small device styles (Tablet Landscape) This is a hack to fix the hotline
 ****************************************************************************/

@media only screen and (min-width: 768px) and (max-width: 1050px) {
    @-ms-viewport{
    width: device-width;
    }
        .hotline { display: none; }
        .mobile-hotline { display: block;}
        #supplementary-navigation {background-color: #EAF4FA;}
        .sub-nav {
            height: 170px;
        }
        .sub-nav li a {
            line-height: 1.2em;
            padding: 0.5em 1em;
        }


    /*** Search *******************************/
  
    #search {
        padding: 0px 0px 0px 0px;
        max-width: 200px;
        left: 732px;
        top:0px;
        overflow:hidden;
        margin: 10px 10% 0px 1%;
    }
    #search label{
        word-wrap: normal;
        line-height:1.2em;
        font-size: 0.8em;
    }
    
    #search input 
    { 
     width: 172px;
        }
        
     #secondary-content .stay-connected {
        padding:0px;
        margin: 10px 0px; 
        width:100%;
        word-wrap:break-word;
     }   

    .stay-connected ul li a{
        width:180px;
        line-height:1.3em;
    }


    #main-content {
    float: left;
/*    margin-left: -50px;*/
    width: 60%;
    }
    
    .style-aside {
    padding:0px;
    position: relative;
    /*width: 30%;*/
    }

    a:hover {
    color: #0051A4;
    text-decoration: none;
    }
    .related-sites a:hover {
    color: #333333;
    }

    .banner-add-box a:hover {
    color: #A58424;
    }

    #supplementary-navigation-con {
    margin-bottom: 15px;
    }

    .purpose p{    
    margin-left: 80px;
    margin-top: -67px;}

    .Col_Title {
    width: 25em;
    }





    /***************** Report Search  ******************/
    .container-table-controls {
        width:100%;
    }

    #agency-nav{
        padding: 0px 0px 10px 0px;
        clear:both;
        margin: 0px 3px 3px 8px;
        width: 10.5em;
        height: 190px;
        float: left;
    }
    #year-nav{
        clear:none;
        padding: 0px 0px 8px 5px;
        margin: 3px;
        width: 15.5em;
        height: 190px;
        float: left;
    }
    #oversight-nav{
        clear:none;
        padding: 0px 0px 8px 5px;
        margin: 3px;
        height: 190px;
        float: left;
        width:auto;
    }
    .inner{ 
        height:12em;
    }
        #agency-nav .inner{
            padding:5px 0px 10px 5px;
        }
            #agency-nav .inner ul li{
                font-size: 1.1em;
                padding:2px;
            }
        #year-nav .inner{
            padding:10px 5px 10px 5px;
        }
        #oversight-nav .inner{
            padding:5px 0px 10px 5px;
        }
    
    #btnSelectYear{width:85px;}

    .home-page-content {
        margin-top: 40px;
    }

}





/*****************************************************************************
 * Small device styles (Tablet portrait)
 ****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    @-ms-viewport{
    width: device-width;
    }

    .screen-width {
        max-width: 959px;
    }
    
    .container{padding: 0px 10px;}
    /*** Header *****************************/
    
    #branding  { border-bottom-color: #d3dee9; border-bottom-style: solid; border-bottom-width: 1px; margin-bottom: 0px; padding: 0px 0px 25px 0px; width: 100%; }
/*    #branding h1 a { font-size: 0.78em; line-height: 0.8em }
    #branding h2 { font-size: 0.88em; line-height: 1.2em }*/
    #branding {padding: 0 0 15px 30px;}
    .seal {
        background: url("images/seal-tablet.png")  no-repeat 0 0;
	    height: 125px;
	    width: 125px;
	    margin: -14px 1% 5px 1%;
	    padding: 5px;
	    z-index: 100;
    }
    
    .seal a {
    display: block;
    height: 125px;
    width: 125px;
    }

    .seal2 {
        height: 125px;
        width: 125px;
        margin: 0px 1% 10px 2%;
        padding: 0px 5px 0px 5px;
        z-index: 100;
        top:-40px;
    }
    
    .seal2 a {
    display: block;
    height: 125px;
    width:
  }

    #branding.BrandImage h1 a:link {
        margin: -5px 20px 10px 160px;
        z-index:50;
    } 


    /*** Search Icon *****************************/
    #search,
    #search label {
        display: none;
    }
    
    #search {
        width: 100%;
        max-width:none;
        position: relative;
        left: 0px;
        padding: 10px 0px;
   }
        #search a {
            position: absolute;
            right: 7px;
            top: 16px;
            float: none;
            margin: 0px;
            height: auto;
            width: auto;
        }
        #search input {
            width: 97%;
        }
        #search .icon-search {
            padding: 0px;
        }
    
            
      .icon-search {
        background-color: transparent; 
        border: none; 
        cursor: pointer; 
        display: block; 
        float: right; 
        padding: 11px 5px 10px 15px;
        width: 50px;
    }
    
    .icon-search:hover{
        color: #000; 
    }       
            
    
    /*** Primary Nav *******************************/
    #primary-navigation > .nav { float: none; margin: 0px auto; padding: 0px; text-align: center; }
    #primary-navigation > .nav > li:not(.sup-mobile) { display: inline-block; float: none; }
    /*-----TEST FOR FLIGHTOUTS TO ELIMINATE HORIZONTAL SCROLLING-------*/ul.sub-nav {text-align: left; width: 165px;}
    
    ul.newsroom{width: 160px;}
    
    /*** Supplementary Nav *****************************/
    #supplementary-navigation { padding: 0px; background-color: #EAF4FA;}
    .mobile-hotline { display: block; }
    
    .landing-page #secondary-content .breadcrumbs {
    clear: none;
    float: left;
    margin: 0 10% 0 0;
    padding: 0 0 20px;
    width: 100%;
    }
    
    .stay-connected ul li a{
        width:200px;
        line-height:1.3em;
    }

    
    /*** Main *******************************/
    #main-content.two-column { padding: 0px; margin: 0px; width: 100%; }
    #main-content .column-50 { padding: 0px; width: 50%; margin-bottom: 15px; }
    #main-content .column-50.alpha { padding-right: 5px; }
    #main-content .column-50.beta { padding-left: 5px; }
    
/* #main-content{margin: 0% 1%; width:98%;}*/
    #main-content .article{padding:0px 0 15px 0;}
    #main-content {width:80%;}
    
    #main-content.audit-reports {
    width: 100%;
    }

    /***Purpose image on home***/
/*    .purpose h2 {
    max-width: 644px;
    width:90%;
    height: 81px;
    margin:0px 5%;
    background-image: url("images/oig-print.png");
    }
*/

        .home-page-content {
            margin-top: 40px;
        }
    
    /*** Tabs *******************************/
    #tabs { width: 100%; }
    #tabs ul { width: 100%; }
    #tabs .teaser { width: 100%; }
    
    /*** Secondary content ******************/
    #secondary-content { margin: 0px 1% 15px 1%; width: 98%; position:relative;}
    .share-page {      
        display:none; 
    }
    
    .banner-add-box {
        width: 90%;
        margin: 0px 5% 15px 5%; 
    
    }
    
    /*.stay-connected {
        width: 50%;
        margin: 0px; 
    
    }*/
    .related-sites, .site-info {
        width:25%;
        margin-bottom:10px;
    }
    
    .related-sites li, .site-info li{
    line-height:1.2em;
    }


    
    
    /***************************************** Report Search  ******************/

.container-table-controls {
        width:100%;
    }

    #agency-nav{
        padding: 0px 0px 10px 10px;
        clear:both;
        margin: 0px 3px 3px 10px;
        width: 13em;
        height: 190px;
        float: left;
    }
    #year-nav{
        clear:none;
        padding: 0px 0px 10px 10px;
        margin: 3px;
        width: 18em;
        height: 190px;
        float: left;
    }
    #oversight-nav{
        clear:none;
        padding: 0px 0px 10px 10px;
        margin: 3px;
        height: 190px;
        float: left;
        width:auto;
    }
    .inner{ 
        height:12em;
    }
        #agency-nav .inner{
            padding:5px 0px 10px 10px;
        }
            #agency-nav .inner ul li{
                font-size: 1.2em;
                padding:2px;
            }
        #year-nav .inner{
            padding:10px 15px 10px 10px;
        }
        #oversight-nav .inner{
            padding:5px 0px 10px 10px;
        }
    
    #btnSelectYear{width:90px;}
    
    #oversight-nav #blockSelectForm {width:80%;}

    #filterOptions label {
        line-height: 1.6em;
    }

#agency-nav h3, #year-nav h3, #oversight-nav h3 {
    margin-top:0px;
    font-size: 1.2em;
}

    #filterOptions label {
        line-height: 1.6em;
    }



    
    /*** Report Pages  ******************/     
        .Col_Title {
    width: 30em;
    }


    .work-plan-container {
    width: 45.5em;
    margin-left: 2%;
    }
    .report-header-container {
    width: 30.5em;
    
    }
/*    
    .report-header-container h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    padding-right:10px;
    }
*/
    
    .style-content {
    width: 45.5em;
    margin-top: 15px;
    margin-left: 2%;
    }
    
/*    .style-content h3  {
    font-size: 1.1em;
    } */
    
   /*** Hotline/ Three column *************************
    .style-aside 
    {
    margin-top:20px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
    width: 80%;
    }  */
    



/*** Footer ******************/
    .footer {padding: 10px 0px;}
    
    .wrapper-footer {
    background: url("images/bkg_footer.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    }
/*    .about-fed-cfpb {
        width:50%;
    }
*/
    .about-fed-cfpb {
        float: left;
        padding-left: 0px;
        width: 96%;
        margin:0px 2% 20px 2%;
    }
    .related-sites {
        float:left;
        width: 96%;
        margin:0px 2% 20px 2%;
    }

/*** Hotline ******************/

  .hotline-mobile {display: none;}   
  /*.hotline-online, .hotline-email {width: 45%; float:left; font-size:.9em; margin-bottom:40px;}*/
  .article h3{clear:both;}
/*.hotline-online h4, .hotline-email h4 {
     font-size: 1.1em;
    padding: 15px 0 3px;
}*/

  /*.hotline-phone{display:none;}*/
  .icon-contact
  {
  -moz-box-shadow: 1px 0px 1px 0px #b98c15;  /*h-shadow v-shadow blur spread color*/
  -webkit-box-shadow: 1px 0px 1px 0px #b98c15; /*h-shadow v-shadow blur spread color*/
  box-shadow: 1px 0px 1px 0px #b98c15; /*h-shadow v-shadow blur spread color*/
  background-color:#e7c459;
  background-image: -moz-linear-gradient(top, #e7c459, #b99536); /* FF3.6 */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(#e7c459), color-stop(#b99536)); /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #e7c459, #b99536); /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #e7c459, #b99536); /* Opera 11.1+ */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c459', endColorstr='#b99536'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c459', endColorstr='#b99536')"; /* IE8+ */
  background-image: linear-gradient(to bottom, #e7c459, #b99536);
  text-indent:0;
  border:0px solid #b98c15;
  text-decoration:none;
  text-shadow: #ad8b32 1px 1px 3px; /* color, h-offset, v-offset, blur */
      color: white; 
      font-size: 2.3em; 
      float:left;
      cursor: pointer;
      display: block;
      padding: 16px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
    }

  .BrandImage2{
    margin: -5px 20px 10px 160px;
    z-index: 50;
  }


      .purpose p {
    margin-left: -30px;
    margin-top: 30px;
  }




}


/*****************************************************************************
 * Extra small device styles (Mobile)
 ****************************************************************************/
@media only screen and (max-width: 767px){
    @-ms-viewport{
    width: device-width;
    }
    .screen-width {
        max-width: 767px;
    }
    
    /*** Reset *****************************/
    .container:after {
        visibility: visible;
    }

    .container.landing-page 
    {
        width: 98%;
        margin: 0px 0px 30px 0px;
        padding:1%;
    }
    
    /*** Header *****************************/
    #branding  { border-bottom-color: #d3dee9; border-bottom-style: solid; border-bottom-width: 1px; margin-bottom: 0px; padding: 15px 0px 15px; width: 100%; }
#branding {
    padding: 10px 0px;
}
.seal2{display:none;}
    /*** Supplementary Nav *****************************/
    .sup-mobile { display: block; font-size: 14px; padding-left:5px; }
    #supplementary-navigation-con ul { display: none; }
    #supplementary-navigation.container { padding: 0; }
    .mobile-hotline { display: block; }
    .seal { display: none; }
    
    #supplementary-navigation {background-color: #EAF4FA;}
   
    /*** Primary Nav ****************************/
    #primary-navigation-con { margin-bottom: 0px; }
    #primary-navigation { padding: 0px; margin-bottom: 15px; }
    #primary-navigation > .nav { display: none; padding: 0px; }   
    #primary-navigation .nav li { width: 100%; }
    #primary-navigation .nav li a:not(.sub-nav-toggle) { padding: 0em 1.2em 0em 1.2em; }
    #primary-navigation .nav li ul { background-image: none; display: none; padding: 0px 0px 10px 10px; }
    #primary-navigation .dropdown .sub-nav-toggle:hover { position: absolute; }
    
    .dropdown:after, .sup-mobile:after {
        border-bottom-width: 1px; 
        border-bottom-style: solid; 
        content: ''; 
        display: block; 
        /*margin-left: 20px; */
        position: relative; 
    }
    
    li:last-child:after { border-color: transparent; }
    .dropdown-toggle { margin-right: 60px; }
	.dropdown-toggle a{ padding-left:0; }
    .dropdown:hover .dropdown-toggle { position: static; }
    .dropdown > ul, .dropdown-open { background: rgba(255, 255, 255, 0.1); }
    .dropdown:after, .sup-mobile:after, .sub-nav-toggle:before { border-color: rgba(0, 0, 0, 0.15); }
    .nav li a:hover { background: rgba(255, 255, 255, 0.1); color: #ffffff; }
    .nav li:hover ul li { background-color: transparent; }
    
	
	#primary-navigation .nav li.dropdown.active:hover {
    background-attachment: scroll;
    background-clip: border-box;
	background-color:none;
    background-color: rgba(255, 255, 255, 0.1);*/
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
}
#primary-navigation .nav li.dropdown.active:hover a.dropdown-toggle{
	color:#fff;
}
	
	
	
    /* toggle nav arrow: no border when active */
    .no-border:after { border-color: transparent; }
    
    .nav li .sub-nav-toggle { display: block; }
    ul.sub-nav { left: 0px; position: relative; width: 100%;
	background-image: none;
 filter: none;
	
	 }
    .sub-nav li { background-color: transparent; }
    .sub-nav li a { color:#fff; border: none; line-height: 2.75em }
    .sub-nav-toggle  {
        cursor: pointer; 
        height: 36px; 
        padding: 0px; 
        position: absolute; 
        right: 0px; 
        text-align: center; 
        top: 0px; 
        width: 60px; 
    }
    /* toggle button: left border */
    .sub-nav-toggle:before {
        content: '';
        border-left-width: 1px;
        border-left-style: solid;
        display: block;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; 
    }
    
    
    /* arrow */
    /*.sub-nav-toggle:after {
        content: '';
        border: 4px solid transparent;
        border-top-color: #ffffff;
        width: 0px;
        height: 0px;
    }*/
    
    .nav .icon-search,
    .nav .icon-toggle {
        background-color: transparent; 
        border: none; 
        cursor: pointer; 
        display: block; 
        float: right; 
        padding: 11px 5px 10px 15px;
        width: 60px;
    }
    
    .icon-search:hover,
    .icon-toggle:hover  {
        color: #000; 
    }
    
    /*.icon-toggle:hover .icon-bar { background-color: #000000; }
    .icon-bar { background-color: #446c95; display: block; height: 3px; width: 18px; }*/
    
    .hotline { display: none }
    
    /*** Main *******************************/
    #main-content.two-column { padding: 0px; margin: 0px; width: 100%; }
    #main-content .column-50 { padding: 0px; width: 100%; margin-bottom: 15px; }
    #main-content.audit-reports {
    width: 100%;
    }
    .home-page-content {
    margin-top: 0px;
    }
    /*** Tabs *******************************/
    #tabs { width: 100%; }
    #tabs ul { width: 100%; }
    #tabs .teaser { width: 100%; }
    
    /*** Secondary content ******************/
    #secondary-content { margin: 0px 5%; width: 90%; font-size:.9em; }
    
    .feature {
        margin-top: 0px;
    }

    .feature img {
        float: none;
        margin: 0px;
    }

    .feature-image {
        float: right;
        max-width: 40%;
    }

    .feature img {
        display: none;
    }

    .feature p {
    font-size: 0.8em;
    line-height: 1.3em;
    }


    .container-latest-activity .col {
        padding: 0px;
        width: 100%;
    }




    .purpose-statement {
        width: 100%;
    }
    
    .banner-add-box {
        margin: 0px 0px 20px 0px;
    }
   
   #secondary-content .section .stay-connected {
        padding: 0px;
    }
       
    #secondary-content .stay-connected {
        float: left;
        /*margin: 15px 0px 15px 15px;*/
        width: 80%;
    }
        .stay-connected ul li a {
            line-height: 1.5;
        }
    
    .share-page {      
        display:none; 
    }
     .related-sites {
        width: 100%;
        
    }
    .related-sites a 
    {
        line-height:1.2em;
    }


    .right-column {
        float: left;
        margin: 15px 10% 0 5%;
        width: 80%;
    }
    
    /*** Footer ******************/
    .wrapper-footer {
        background-color: #f9f2dc;
        background: url("images/bkg_footer.png")  repeat-x;
    }
        .fed-seal, .cfpb-logo {
        width: 100%;
        }
            
        .cfpb-logo{
            margin-top:15px;
            margin-left:0px;
        }
        .cfpb-logo a {margin-left:0px;}
        .about-fed-cfpb {
            float: left;
            padding-left: 0px;
            width: 96%;
            margin:0px 2% 20px 1%;
        }
        .related-sites {
            float:left;
            width: 96%;
            margin:0px 2% 20px 0px;
        }
        .related-sites ul{
            font-size:12px;
            float:left;
            width: 96%;
            margin:0px 2% 20px 0px;
        }
        .related-sites ul:nth-of-type(2){
            margin-left: 0px;
        }

        .container{padding-left:5px; margin-left: 5px}
    /***Content/ nav  ******************/

    #main-content {
        width:100%;
        margin-left:0px;
        padding: 0px 1% 0px 1%;
    }   
        #main-content .article {
            padding:0;
            margin:15px 0px 0px 0px;
        }
        
    
    #main-content .feature h3, .banner-add-box h3 {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    #main-content .feature h3{
        padding:10px 0px 3px 0px;

    }

/*    #main-content h3 {
    font-size: 1.15em;
    line-height: 1.1em;
    }*/
    
    .view-more
    {
        margin-bottom:40px;
    }
    
    .container-latest-activity 
    {
        margin:40px 0px 10px 0px;
    }
    
    #search,
    #search label {
        display: none;
    }
    
    #search {
        width: 100%;
        position: relative;
        left: 0px;
        padding: 10px 0px;
        border-bottom: 1px solid #d3dee9;
    }
        #search a {
            position: absolute;
            right: 0px;
            top: 20px;
            float: none;
            margin: 0px;
            height: auto;
            width: auto;
        }
        #search input {
            width: 100%;
            height:35px;
        }
        #search .icon-search {
            padding: 0px;
        }
    
    #primary-navigation-con {
        background-image: none;
    }
    
    ul.sub-nav {
        height: auto;
        border-bottom: 0px;
        box-shadow: none;
    }
        ul.sub-nav li a {
            line-height: 2.75em;
        }
            ul.sub-nav li a:hover {
                color: #fff;
            }
    
    .nav li.dropdown {
        font: 14px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-bottom: 0px;
    }
    
    li.dropdown:hover {
        background: none;
    }
        li.dropdown:hover a {
	        color: #fff;
        }  
    
    .purpose {
        display:none;
    }
    
    /***************************************** Report Search  ******************/
    #con-header {
	    width: auto;
	    padding: 5px 0px 5px 5px;
	    margin:3px;
    }


    #blockSelection { width:auto; }
    #oversight-nav { width:auto; }

    #Tabs {
	    padding: 10px 0px 10px 5px;
	    clear:both;
	    margin: 3px 3px 3px 10px;
	    width: 13em;
	    height: auto;
	    float: left;
    }   
    #agency-nav {
        padding: 10px 0px 10px 5px;
        clear:both;
        margin: 3px 3px 3px 10px;
        width: 13em;
        height: auto;
        float: left;
    }  */


    .audit-reports h3.content-header {display:block }
    .audit-reports h3.content-header + p{display:block;}
    #agency-nav{
        clear:both;
        float: left;
        width:98%;
        height:12em;
        margin:10px 1% 10px 1%;
        padding:10px 1% 10px 1%;
    }
    #year-nav{
        clear:both;
        float: left;
        width:98%;
        height:12em;
        margin:10px 1% 10px 1%;
        padding:10px 1% 10px 1%;
    }
    #oversight-nav{
        clear:none;
        float: left;
        width:98%;
        height:12em;
        margin:10px 1% 10px 1%;
        padding:10px 1% 10px 1%;
    }
    .inner{ 
        height:11em;
    }
        #agency-nav .inner{
            padding:5px 0px 10px 10px;
        }
            #agency-nav .inner ul li{
                font-size: 1.2em;
                padding:2px;
            }
        #year-nav .inner{
            padding:10px 15px 10px 10px;
        }
        #oversight-nav .inner{
            padding:5px 0px 10px 10px;
        }
    
    #btnSelectYear{width:90px;}
    
    #filterOptions label {
        line-height: 1.6em;
    }




    .report-header-container {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    float: left;
    position: relative;
    margin: 0px 1% 15px 1%;
    width: 98%;
    }

/*    .report-header-container h2 {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 15px;
    }*/

    .report-header-container ul {
    float: left;
    margin: 0px 1% 15px 1%;
    width: 98%;
    font-size: .9em;
    }

    .report-header-container span.li{
        float:left;
    }
    
    .style-report-navigation ul.title-navigation {
    width: 98%;
    }

    /*Archived Reports*/
    .style-aside {
    padding-left: 5px;
    }

  /*** Work Plan  ******************/
    .work-plan-container {
    background-color: #FAF4E2;
    border-bottom: 10px solid #FAF4E2;
    float: left;
    margin: 0px 1% 15px 1%;
    width: 98%;
    }
    .style-content {
    float: left;
    margin: 0px 1% 15px 1%;
    width: 98%;
    }   
    .style-report-text {
    padding-right: 0px;
    margin: 0px 1% 15px 1%;
    width: 98%;
    }

    .audit-reports .container-table-controls{
        width:100%!important;
        height:50em;
    }
/*** Responsive search table ******************/
.selected-col{ background-color:#ffffff;} 

 #rounded-corner.report-search.ReportList td {
        border-bottom: 0px solid #CCCCCC;
    }
    #rounded-corner.report-search.ReportList th, .report-search.ReportList td {
        border-left: none;
        border-right: none;
    }

    #rounded-corner.report-search td {
        padding: -1px!important;
        border:0px;
    }
    #rounded-corner.report-search .table.table-striped td {
        padding: -1px!important;
    }
    #rounded-corner.report-search .article table td {
        padding: -1px!important;
    }
    #rounded-corner.report-search .Col_Date {
        width: auto;
    }
    #rounded-corner.report-search .Col_Date {
        color: #000000;
    }
    #rounded-corner.report-search .Col_Date, .Col_Date.header {
        text-align: justify;
    }

    #rounded-corner.report-search .Col_Title {
        line-height: 120%;
        text-align: left;
        width: 99%;
    }


    #rounded-corner.report-search table { 
        width: 100%; 
        border-collapse: collapse; 
    }
    /* Zebra striping */
/*    #rounded-corner.report-search tr:nth-of-type(even) { 
        background: #F9F3E0; 
    }*/
    #rounded-corner.report-search th { 
        background: #EDDEB3; 
        color: black; 
        font-weight: bold; 
    }
    #rounded-corner.report-search td, th { 
        padding: 6px; 
        border: 1px solid #ccc; 
        text-align: left; 
    }

    /* Force table to not be like tables anymore */
     #rounded-corner.report-search table, #rounded-corner.report-search thead, #rounded-corner.report-search tbody, #rounded-corner.report-search th, #rounded-corner.report-search td, #rounded-corner.report-search tr{ 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    #rounded-corner.report-search thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    #rounded-corner.report-search tr { border: 1px solid #ccc; }
    
    #rounded-corner.report-search td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding:0px 0px 0px 50%!important;
        /*padding-left: 50%; */
    }
    
    #rounded-corner.report-search td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    
    /* Label the data */
    #rounded-corner.report-search td:nth-of-type(1):before { content: "DATE"; }
    #rounded-corner.report-search td:nth-of-type(2):before { content: "AGENCY"; }
    #rounded-corner.report-search td:nth-of-type(3):before { content: "REPORT TITLE"; }
    #rounded-corner.report-search td:nth-of-type(4):before { content: "OVERSIGHT AREA"; }


/********FAQs ****************/
    .accordion_question {
        padding-bottom: 20px;
    }
/*    #main-content .accordion_question h3 {
        font-size: 1.2em;
    }*/

    .faq {
        margin: 0 5px 0 0;
        padding: 0 5px 15px 30px;
    }

    .faq_answer_container {
        height: 0;
        margin-left: -25px;
    }

    .faq_question p{font-size:1.1em;}

    #mobile-org-chart, .mobile-org-chart{display:block;
      margin:15px 0px 15px 0px;}
    #org-chart-and-text, .org-chart-and-text {display:none;}
    .faq_question p{font-size:1.2em;}

        .img-pull-right{
        margin:0px 0px 2px 10px;
    }

    .img-pull-right img{
        width:100px;
        height:auto;
    }
    .accordion_question {
        padding:10px 0px 10px 0px;
    }
    #main-content .accordion_question h3 {
        margin:0px;
        padding:0px 10px 0px 0px;
        font-size: 1.2em;
        line-height: 1.2em;
    }

/********Hotline****************/
  .hotline-mobile {display: block; margin-bottom:30px;}   
  .hotline-online, .hotline-phone, .hotline-email {width: 33.33%; float:left; font-size:.9em; margin-bottom:40px;}
  .article h3{clear:both;}
/*  .hotline-online h4, .hotline-phone h4, .hotline-email h4  {
     font-size: 1.1em;
    padding: 15px 0 3px;
}*/

  .icon-contact
  {
  -moz-box-shadow: 1px 0px 1px 0px #b98c15;  /*h-shadow v-shadow blur spread color*/
  -webkit-box-shadow: 1px 0px 1px 0px #b98c15; /*h-shadow v-shadow blur spread color*/
  box-shadow: 1px 0px 1px 0px #b98c15; /*h-shadow v-shadow blur spread color*/
  background-color:#e7c459;
  background-image: -moz-linear-gradient(top, #e7c459, #b99536); /* FF3.6 */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(#e7c459), color-stop(#b99536)); /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(top, #e7c459, #b99536); /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(top, #e7c459, #b99536); /* Opera 11.1+ */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c459', endColorstr='#b99536'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7c459', endColorstr='#b99536')"; /* IE8+ */
  background-image: linear-gradient(to bottom, #e7c459, #b99536);
  text-indent:0;
  border:0px solid #b98c15;
  text-decoration:none;
  text-shadow: #ad8b32 1px 1px 3px; /* color, h-offset, v-offset, blur */ 
        color: white; 
        font-size: 2.2em; 
        float:left;
        cursor: pointer;
        display: block;
        padding: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }

    .button{height:auto;}
    .button a:link {
        color: #FFFFFF;
        /*font-size: 0.97em;*/
        padding: 5px 5px 5px 5px;
    }




.purpose{
    display:block;
      margin-left: -10px;
      margin-top:15px;
  }

  .purpose2{display:none;}

  .purpose-statement{
    width:85%;
    margin:0px;
  }
  .purpose p{
    margin:15px 0px 0px 15px;
  }

 .img-pull-right img{border:4px solid #d6b965;}

.container.purpose-statement{width:100%;}

#secondary-content > h3.label, #secondary-content .breadcrumbs {display:none;}

 #mobile-placeholder .stay-connected {
    /*margin:0px 15px 0px 15px;*/
    padding:10px 10px 10px 10px;
    margin: 15px 10% 0 5%;
    width: 80%;

}

}




/*****************************************************************************
 * 2XS small device styles (Mobile)
 ****************************************************************************/
@media only screen and (max-width: 480px){
    @-ms-viewport{
    width: device-width;
    }
    .container {
        padding-left:10px;
        padding-right:10px;
        margin:0px;
    }
    .container.purpose-statement a {
        padding: 2em 0px 1em 0px;
    }
    .stay-connected {
        margin:15px 0px;
    }

    #secondary-content {
    margin: 0px;
    width: 98%;
    padding:0 2%;
    }
    .right-column{
    margin: 0px;
    width: 98%;
    padding:15px 2%; 
    }

    #mobile-placeholder .stay-connected {
   margin: 10px 3% 0px 3%;
    width: 90%;
    }
/*    .right-column h3.label, .right-column p, .right-column a {
    margin: 0px 0px;
    }*/
}