@charset "UTF-8";
/* CSS Document */

.acc-faq-header {
    font-size: 1.1em;
    text-align: left;
    font-weight: bold;
    border: 0;
    padding: 7px .1em 7px 1em;
    border-bottom: 1px solid #DEDEDE;
    color: #4b2e83;}

.acc-faq-header:before {
    content: " ";
    display: block;
    float: right;
    width: 30px;
    height: 25px;
    margin-top: 3px;
    background-image: url(/uwbothell/media/brand-assets/icons/acc-plus.png);
    background-repeat: no-repeat;
    background-size: 20px;
	margin-left: 10px;
    
    }

.acc-faq-sel-header
   {font-size: 1.1em;
    text-align: left;
    font-weight: bold;
    border: 0;
    padding: 7px .1em 7px 1em;
    border-bottom: 1px solid #DEDEDE;
    color: #4b2e83;
    background:#eee;}


.acc-faq-sel-header:before 
    {content: " ";
    display: block;
    float: right;
    width: 30px;
    height: 25px;
    margin-top: 3px;
    background-image: url(/uwbothell/media/brand-assets/icons/acc-minus.png);
    background-repeat: no-repeat;
    background-size: 20px;
  
    }

.acc-faq-content p {
    margin: .7em;
    line-height: 1.45em;}