.column.right .sidebar div.help-nav {
    border-top: 10px solid #26202B;
    padding-bottom: 10px;
}
.column.right .sidebar div.help-nav p a {
    background-color: #d0e9f7;
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    color: #3f6687;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}
.column.right .sidebar div.help-nav p {
    border-top: 1px solid white;
    font-weight: 600;
    margin: 0;
}
.column.right .sidebar div.help-nav p a:hover {
    text-decoration: none;
    background-color: #b8def2;
}

.column.right .sidebar div.about-us-nav {
    border-top: 10px solid #26202B;
    padding-bottom: 10px;
}
.column.right .sidebar div.about-us-nav p a {
    background-color: #d0e9f7;
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    color: #3f6687;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}
.column.right .sidebar div.about-us-nav p {
    border-top: 1px solid white;
    font-weight: 600;
    margin: 0;
}
.column.right .sidebar div.about-us-nav p a:hover {
    text-decoration: none;
    background-color: #b8def2;
}
.cms-page-view.page-layout-2columns-left .column.left{
    width: 33.33333333333333%;
}
.cms-page-view.page-layout-2columns-left .column.main{
    width: 66.66666666666666%;
}
.cms-page-view #all-songs li .ft-tags li:after{
    display: none;
}
.cms-page-view .composer-songs h2 {
    line-height: 38px;
}
input[type="text"].form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-family: "Titillium Web", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type="text"].form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"].form-control:-moz-placeholder {
  color: #999999;
}
input[type="text"].form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
input[type="text"].form-control:-ms-input-placeholder {
  color: #999999;
}
input[type="text"].form-control::-webkit-input-placeholder {
  color: #999999;
}