/*
 * Theme Name: Boundless Registrar Network 
 * Description: Child theme for UW 2014 Theme
 * Author: Office of the University Registrar
 * Template: uw-2014
 * Edited May 16 2019 st
 * */

/* write custom css */


.uw-footer {
  background:none;
  background-color: #4b2e83;
}

.fui-radio-checked, .fui-radio-unchecked {
  display:none;
}

li.closed div.ask-dubs-answer {
  -webkit-transition: max-height .5s ease-in; 
  -moz-transition: max-height .5s ease-in; 
  -ms-transition: max-height .5s ease-in; 
  -o-transition: max-height .5s ease-in; 
  transition: max-height .5s ease-in;  
  overflow: hidden;
  max-height: 0;
}

div.collapso {
  -webkit-transition: max-height .5s ease-out;
  -moz-transition: max-height .5s ease-out;
  -ms-transition: max-height .5s ease-out;
  -o-transition: max-height .5s ease-out;
  transition: max-height .5s ease-out;
  overflow: hidden;
  max-height:400px;
}

p.helpful-q {
    display:inline-block;
    float:left;
}

p.helpful-a {
    display:inline-block;
    float:left;
    margin-left:10px;
}

div.ask-dubs-answer hr {
    margin-bottom:10px;
}

#ask-dubs-subtitle {
    color: #4b2e83;
}

#dubs-answers-container {
    -webkit-transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -ms-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}

#toc_container {
    max-width: 350px;
    /*float: left;*/
    margin-left: 20px;
	display: block;
}

#toc_container li {
    padding-left: 1em;
    text-indent: -1em;
}

pre.sdb-screen {
    background-color:#4b2d83;
    color:white;
    padding:10px;
    line-height:1.35;
    font-size:13px;
}

.gf_progressbar p {
	margin:0;
}