﻿h1.comm-title {
    color: white;
    font-family: "proxima-nova",arial,sans-serif;
    font-weight: 600;
    border-bottom: none;
    line-height: 3.1em;
    padding-left: .8em;
    font-size: 2.5em;
}

.law-lg {
    background: url(/img/pages/comm/law-enforcement/logo.jpg) no-repeat #0A77BD;
    width: 652px;
    height: 350px;
}

.parents-lg {
    background: url(/img/pages/comm/parents/logo.jpg) no-repeat #0EAFC6;
    width: 652px;
    height: 350px;
}

.educator-lg {
    background: url(/img/pages/comm/educator/logo.jpg) no-repeat #F4AD1F;
    width: 652px;
    height: 350px;
}

.student-lg {
    background: url(/img/pages/comm/students/logo.jpg) no-repeat #E4273C;
    width: 652px;
    height: 350px;
}

.public-lg {
    background: url(/img/pages/comm/public/logo.jpg) no-repeat #A4CC3A;
    width: 652px;
    height: 350px;
}
.comm-list {
    list-style-image: url(/img/layout/arrow-forward.png);
    margin-left: 16px;
    padding-left: 15px;
}

.comm-list li {
    margin: 14px 0;
    font-size: 17px;
}

.comm-tan-box {
    background-color: #F5EACE;
}


.comm-blue-box {
    background-color: #bcd9ea;
}

.at-a-glance {
    font-size: 2.6em;
    color: #E4273C;
    font-style: italic;
    font-weight: bolder;
    text-align: center;
    margin-top: -15px;
}