/* TYPE YOUR OWN CSS HERE */
/* PLEASE MAKE BACKUP FILE OF THIS css BEFORE EDITING */
#header .logo {
    border: 0;
    vertical-align: middle;
	height: 70px;
	max-height: 85px;
  }

.rss-feed h3 {
	display: none;
}

.nohover {color:black;}
.nohover:hover {text-decoration:none;cursor:default;}


.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 300ms ease-in;
    -moz-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 80%;
    position: relative;
    font-size: 14px;
    margin: 2% auto;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    height: 80%;
    overflow-y: auto;
  }
.close {
    background: #DCDCDC;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.close a {
    color: white;
}
.close:hover {
    background: #99CC6D;
}
.mobile-my-profile-menu-header auth-buttons div a {
  color: white;
}
#links {
    font-weight: 400;
    font-size: 1.2em;
}

#sub-nav {margin-top:0px;padding-top:5px;}
#sub-nav .user-menu>li:first-child a {
    color: #fff;
}
.main-nav a {font-family: Arial, Verdana, sans-serif;font-size: 16px;line-height:20px;padding-bottom:10px;}
.main-nav li {margin: 0px 15px 35px 0;}
img.logo {padding:5px;}


img.emcare-cover {width: 60px;}
img.jbi-cover {width: 60px;}

/* #widget-body .title-group.widget h3 {color:white;}
#widget-body .title-group.widget h2 {color:white;} */

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin:0 auto;
  width:200px;
  white-space: normal; 
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* Accordion CSS */


.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}
                    lver
Resolvers
.accordion {
	overflow:hidden;
	border-radius:3px;
	background:#fff;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width:100%;
	padding:15px;
	margin-bottom:3px;
	display:inline-block;
	background:#60002F;
	transition:all linear 0.15s;
	/* Type */
	font-size:1.10em;
	color:white;
	border-radius:3px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background:#9D004F;
	/* Type */
	color:#fff;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
