div.section_header {
    background: #000;
    height: 24px;
    margin: 0px;
    padding: 4px 0px 4px 12px;
    border-bottom: 12px solid #990000;
    border-top-right-radius: 16px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    font-family:'Source Sans Pro', 'Tahoma', 'sans-serif';
    font-weight: 200;
    position: relative;
    margin-bottom: 18px;
    
}

div.section_header:after {
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-right: 14px solid transparent;
    border-top: 14px solid #990000;
    border-left: 14px solid transparent;
    position: absolute;
    top: 42px;
    left: 25px;
}

div.section_header:before {
    content:"\2605";
    display: block;
    position: absolute;
    top: 35px;
    left: 34px;
    font-size: 10px;
    color: #fff;
    z-index: 1;
}

a.section_more {
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

 .dropdown_wrapper {
		margin-top:15px;
        width: 248px;
        height: 60px;
        margin: auto;
        position: relative;
        z-index: 10;
    }
    
    .dropdown_header {
        color: #990000;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px;
        margin-left: 25px;
        display: block;
    }

    .buttons {
        margin-top: 30px;
    }

    .red_button {
      width: 235px;
      height: 35px;
      border: 1px solid #fff;
      background-color: rgba(153, 0, 0, 0.8);
      display: inline-block;
      color: #fff;
      text-align: left;
      padding: 5px;
    }

        .red_button:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }

    .red_button_text {
      font-size: 15px;
      font-family: 'Arial', 'sans-serif'; 
      font-weight: 100;
      letter-spacing: 1px;
      text-decoration: none;
	  padding-top: 8px;
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
    }

        .red_button_text:hover {
            text-decoration: none;
        }

    .red_button_text:after {
      content: "\279C";
      font-size: 16px;
      padding-left: 4px;
      opacity: 0.7;
    }

