a {
    color: #3767a9;
  }
  
  .header-wrapper {
    background: #b41028;
  }

  #panels > div{
    background: #252e37;
  }
  
  .nav {
    border-bottom: 5px solid #3a3839;
  }
  .nav > ul > li:nth-child(odd) {
    background-color: #000000;
  }
  
  .nav > ul > li:nth-child(even) {
    background-color: #252e37;
  }
  .nav a {
    color: #fff;
  }
  .page-main-page .sj-content-row-1 .column-3col-1 .element-image .sj_element_image a:before,
  .page-main-page .sj-content-row-1 .column-3col-2 .element-image .sj_element_image a:before{
    background: rgba(180, 16, 40, 0.7);
  }
  
  .sj_element_events dl.sj_events dt small .month {
    background: #b41028;
  }
  
  .sj_element_events dl.sj_events dt small .day {
    background: #ff7186;
  }
  
  div.slicknav_menu,
  a.slicknav_btn {
    background: #3a3839;
  }
  .footer-wrapper.wrapper {
    background: #b41028;
  }
  
  .copyright {
    background: #000;
    color: #fff;
  }
  
  .headIcons .fa-stack-1x:hover {
    color: #b41028;
    line-height: 1.8em;
    background: #fff;
    border-radius: 50px;
  }
  
  
  .search ::-webkit-input-placeholder { /* WebKit browsers */
      color:    #018d80;
  }
  .search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
     color:    #018d80;
     opacity:  1;
  }
  .search ::-moz-placeholder { /* Mozilla Firefox 19+ */
     color:    #018d80;
     opacity:  1;
  }
  .search :-ms-input-placeholder { /* Internet Explorer 10+ */
     color:    #018d80;
  }
  
  .search .btn,
  .page-Generated-search .content .btn {
    color: #018d80 !important;
  }

  .headIcons .fa-inverse:hover{
    color: #b41028 !important;
  }
  