.toggle .header {
    display: block;
    clear: both;
}

.toggle .header:after {
    content: " ▼";
}

.toggle .header.open:after {
    content: " ▲";
}


h1 {
    color: #6E40A1  !important;
    font-family: "Panton", Corbel, sans-serif
}


h2 {
    color: #2668C4 !important;
    font-family: "Panton", Corbel, sans-serif
}


h3 {
    
    font-family: "Panton", Corbel, sans-serif
}


h4 {
    
    font-family: "Panton", Corbel, sans-serif
}

body {
    
    font-family: "Source Sans Pro", Corbel, sans-serif
}


a {
  font-family: "Source Sans Pro", Corbel, sans-serif;
  color: #00A7E1;
}


a.hover {
  color: #D82E91;
}


a.current  {
  color: #00A7E1;
}


a.active {
  color: #00A7E1;
}