@import url("css/wcb.min.css");

/* Styling for search button in the header */
#dnn_dnnSearch_cmdSearch {
  background: linear-gradient(to bottom,#7bae18 0,#206218 100%);
  text-decoration: none;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

.c-icon--twitter {
  width: 34px;
  height: 28px; }
  .c-icon--twitter:after {
    background-image: url(../images/icon-twitter.svg); }

.c-icon--linkedin {
  width: 34px;
  height: 29px; }
  .c-icon--linkedin:after {
    background-image: url(../images/icon-in.svg); }

.c-icon--facebook {
  width: 34px;
  height: 29px; }
  .c-icon--facebook:after {
    background-image: url(../images/icon-facebook.svg); }

.c-icon--youtube {
  width: 38px;
  height: 30px; }
  .c-icon--youtube:after {}

#home_alert_banner {background-color:#FFD203;color:#000;padding:20px;}
#home_alert_banner span {text-align: center;display: block;font-weight: bold;}
.home-content-pane {background:#e5e5e5;}