.red-title {
    background: #b2130d; /* Old browsers */
    background: -moz-linear-gradient(top, #b2130d 0%, #880a08 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2130d), color-stop(100%,#880a08)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2130d 0%,#880a08 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2130d 0%,#880a08 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2130d 0%,#880a08 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b2130d 0%,#880a08 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2130d', endColorstr='#880a08',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.blue-title {
    background: #447f96; /* Old browsers */
    background: -moz-linear-gradient(top, #447f96 0%, #1a3641 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#447f96), color-stop(100%,#1a3641)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #447f96 0%,#1a3641 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #447f96 0%,#1a3641 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #447f96 0%,#1a3641 100%); /* IE10+ */
    background: linear-gradient(to bottom, #447f96 0%,#1a3641 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#447f96', endColorstr='#1a3641',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #37545f;
}
.red-title, .blue-title {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,.4);
    margin-bottom: 10px;
}
.more-content {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    text-transform: uppercase;
    background: url(images/icon-arrow.png) no-repeat right 11px;
    display: inline-block;
    padding: 12px 22px 11px 10px;
    line-height: 1;
}
.more-content:hover, .more-content:focus {
    background-color: rgba(0,0,0,.2);
    color: #fff;
    box-shadow: 1px 0 rgba(0,0,0,.1) inset;
}

.dark-box {
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%,#111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%,#111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%,#111111 100%); /* IE10+ */
    background: linear-gradient(to bottom, #333333 0%,#111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    color: #fff;
}

.dark-box a {
    color: #74d3f8;
}

.dark-box .primary-button, .dark-box .secondary-button {
    color: #fff;
}

.dark-box h2 {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.plain-title {
    padding-bottom: 5px;
    border-bottom: 3px solid #a7110c;
}

.light-box {
    border: 1px solid #c7d2d5;
    box-shadow: 0 1px 0 #fff inset;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #dae2e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#dae2e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%,#dae2e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%,#dae2e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%,#dae2e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #efefef 0%,#dae2e4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dae2e4',GradientType=0 ); /* IE6-9 */
}
.light-box h2 {
    padding: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 5px solid #395b66;
}
.light-box div[id*="_ContentPane"] {
    padding: 0 20px;
}

.light-blue-title {
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    background: #c5d5db;
}

.light-gray {
    padding: 20px;
    background: #f7f7f7;
    font-size: 13px;
    font-size: 1.3rem;
    border: 1px solid #eee;
}

.light-gray h2 {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff;
}

.black-gradient {
    color: #fff;
    padding: 14px;
   }
.black-gradient h2 {

}