
  #accordion .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #333333;
    background-color: transparent;
    border-color: transparent;
  }
  #accordion .panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e014";
    float: right;
    color: #fff;
  }
  #accordion .panel-heading a.collapsed:after {
    content:"\e259";
  }
  
  #accordion .panel-heading-white a:after {
    font-family:'Glyphicons Halflings';
    content:"\e014";
    float: right;
    color: #343434;
  }
  #accordion .panel-heading-white a.collapsed:after {
    content:"\e259";
  }
  
  
  #accordion .panel-heading h4.panel-title {
    font-size: 1.5em;
  }
  #accordion .panel-heading h4.panel-title a {
    display: block;
    color: white;
    text-decoration: none;
    border-bottom: none;
  }
  
  #accordion .panel-heading-white h4.panel-title-white {
    font-size: 1.5em;
  }
  #accordion .panel-heading-white h4.panel-title-white a {
    display: block;
    color: 343434;
    text-decoration: none;
    border-bottom: none;
  }
  
  #accordion .panel-heading h4.panel-title a span.yellow {
    color: #ffb531;
    font-weight: bold;
  }
  #accordion .panel-heading h4.panel-title a span.white-upper {
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
  }
  #accordion .panel-default {
    border-color: transparent;
  }
  #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
  }
  #accordion .panel {
    margin-bottom: 0;
    border-radius: 0;
    padding: 20px 40px;
  }
  #accordion .panel + .panel {
    margin-top: 0;
  }
  #accordion .panel-body {
    color: #333;
  }
  
  #accordion .panel-body a {
  text-decoration: none !important;
  border-bottom: 1px dotted #1689c2;
  }
  
  #accordion .panel-body img {
    max-width: 100%;
    height: auto;
  }
  #accordion .panel-body .addtl-info {
    font-size: 0.8em;
  }
  /** Colors **/
  #accordion .panel.cf-red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f30a10+0,a5080a+100 */
    background: #f30a10; /* Old browsers */
    background: -moz-linear-gradient(top, #f30a10 0%, #a5080a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f30a10 0%,#a5080a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f30a10 0%,#a5080a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f30a10', endColorstr='#a5080a',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-gold {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f30a10+0,a5080a+100 */
    background: #f30a10; /* Old browsers */
    background: -moz-linear-gradient(top, #fbb531 0%, #fbb531 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fbb531 0%,#fbb531 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fbb531 0%,#fbb531 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb531', endColorstr='#fbb531',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd5b02+0,dd5202+100 */
    background: #fd5b02; /* Old browsers */
    background: -moz-linear-gradient(top, #fd5b02 0%, #dd5202 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fd5b02 0%,#dd5202 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fd5b02 0%,#dd5202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd5b02', endColorstr='#dd5202',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-brown {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b56326+0,914a1e+100 */
    background: #b56326; /* Old browsers */
    background: -moz-linear-gradient(top, #b56326 0%, #914a1e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b56326 0%,#914a1e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b56326 0%,#914a1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b56326', endColorstr='#914a1e',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-turqois {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33b3be+0,279393+100 */
    background: #33b3be; /* Old browsers */
    background: -moz-linear-gradient(top, #33b3be 0%, #279393 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #33b3be 0%,#279393 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #33b3be 0%,#279393 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b3be', endColorstr='#279393',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#385abb+0,294789+100 */
    background: #385abb; /* Old browsers */
    background: -moz-linear-gradient(top, #385abb 0%, #294789 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #385abb 0%,#294789 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #385abb 0%,#294789 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#385abb', endColorstr='#294789',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#629a08+0,536d06+100 */
    background: #629a08; /* Old browsers */
    background: -moz-linear-gradient(top, #629a08 0%, #536d06 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #629a08 0%,#536d06 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #629a08 0%,#536d06 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629a08', endColorstr='#536d06',GradientType=0 ); /* IE6-9 */
  }
  #accordion .panel.cf-blue-light {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e84af+0,187189+100 */
    background: #1e84af; /* Old browsers */
    background: -moz-linear-gradient(top, #1e84af 0%, #187189 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e84af 0%,#187189 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e84af 0%,#187189 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e84af', endColorstr='#187189',GradientType=0 ); /* IE6-9 */
  }
  
  #accordion .panel.cf-white {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e84af+0,187189+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: solid 1px #e5e5e5 !important;
  }

