/* Put your custom css here */

.red 
{
    background-color: #009448;
    color: #fff;
}

.news-list {
  list-style-type: none;
}

.CBL2Cols tr td { width: 50%; }

.dark-orange {
    color:#009448;
}

.pad-right {
    margin-right:5px
}

.navbar-nav > li > a.btn:hover {
    background:#000;
}

.form-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.form-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}