.pagination {
    padding: 0;
    margin-bottom: 20px;
    float: right
}

.page {
    display: inline-block;
    padding: 6px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px silver;
    background: #e9e9e9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 3px rgba(0, 0, 0, .1);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    color: #717171;
    text-shadow: 0 1px 0 #fff
}

.page.gradient:hover,
.page:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f0f0f0));
    background: -moz-linear-gradient(0 0 270deg, #fefefe, #f0f0f0)
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

.fullwidthimage {
    margin: auto;
    width: 100%;
    margin-bottom: 10px
}

.fullwidthimage-logo {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 100%;
    padding: 5px
}

.main-copy a img {
    max-width: 100%;
    decoration: none
}

.banner {
    text-align: center;
    width: 100%;
    background-color: #bf2227;
    margin-top: 10px;
    margin-bottom: 10px
}

.side-banner {
    text-align: center;
    width: 250px;
    background-color: #bf2227
}

.side-banner-grants {
    text-align: center;
    width: 250px;
    background-color: #018faf
}

.promo-text {
    padding: 0 7px 0 7px
}

.specials-header1 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 5px;
    color: #902d35
}

.specials-header2 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 5px
}

.banner {
    text-align: center;
    width: 100%;
    background-color: #c62020;
    margin-top: 15px
}

.quote {
    font-family: Times, "Times New Roman", serif;
    font-size: 36px;
    color: #b1b1b1
}

.offer {
    text-align: center;
    margin: auto;
    width: 98%;
    background-color: #000;
    margin-bottom: 20px
}

.details {
    background-color: #c1c1c1;
    text-align: center;
    margin: auto;
    width: 98%;
    margin-bottom: 20px
}

.details2 {
    background-color: #c1c1c1;
    text-align: center;
    margin: auto;
    width: 98%;
    margin-bottom: 20px
}

.promo-header {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500
}

.promo-btn {
    text-align: center
}

.promo-btn a {
    display: inline-block;
    background: #ff3f31;
    position: relative;
    font-family: Asap, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 200;
    padding: 10px 13px 10px 27px;
    margin-top: 16px;
    color: #fff !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px
}

.promo-btn a:hover {
    text-decoration: none;
    background: #444;
    color: #fff
}

#tradeintable {
    width: 100%;
    background: #ccc;
    margin: 20px 0 10px 0
}

#tradeintable .tbltext {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 5px 10px 5px
}

#tradeintable .tblheader {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    text-indent: 10px
}

#tradeintable .offer-header {
    width: 75%;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 5px 10px 0
}

#tradeintable .models-header {
    width: 25%;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 5px 10px 0
}

#tradeintable .savings-header {
    width: 25%;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 5px 10px 0
}

#tradeintable .offer-header {
    padding-left: 5px
}

#tradeintable .models,
#tradeintable .savings {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px
}

#tradeintable .offertext {
    color: #124572;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 10px 10px;
    vertical-align: top
}

#tradeintable .tblheader2 {
    background: #666;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    text-indent: 10px
}

#accessory img {
    width: 100%
}

#accessory table {
    border: 0 solid #bbb;
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
    padding: 0
}

#accessory td {
    border: 1px solid #bbb;
    padding: 5px;
    vertical-align: top
}

#accessory .rowodd {
    background-color: #f8f8f8
}

#accessory .col1 {
    width: 100px
}

#accessory p {
    text-align: center;
    line-height: 17px
}

#accessory .subhead {
    color: #000;
    font: 600 15px/1em Helvetica, Arial, sans-serif;
    text-decoration: none;
    text-align: center;
    margin-top: 25px
}

#product-image {
    float: right;
    padding: 10px;
    margin: 20px
}

.product-image {
    float: right;
    padding: 10px;
    margin: 20px
}

.product-image-small {
    float: right;
    padding: 10px;
    margin: 20px
}

.product-offers {
    background-color: #f1f1f1;
    border: 1px dashed #999;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    width: 98%
}

#trbo h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px
}

#trbo h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #157fc4;
    text-transform: capitalize
}

#trbo h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #666;
    margin-bottom: 0;
    margin-top: 0
}

#trbo h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #000
}

#trbo .image {
    float: right;
    padding-left: 10px;
    border: 0
}

.systems {
    padding: 0;
    font-size: 17px;
    color: #666;
    margin-top: -11px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0
}

.tagline {
    padding: 0;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    color: #000
}

.mdlnumb {
    padding-right: 5px
}

.opfordigitbl {
    width: 99%;
    background-color: #0ca0dc;
    padding: 0
}

.opfordigi {
    background-color: #0ca0dc;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px
}

.pgheader {
    text-align: center
}

.pgheader img {
    width: 95%
}

.hpimg {
    text-align: center;
    border: 0
}

.featureshdr {
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0
}

.features {
    padding-top: 0;
    margin-top: 0
}

.isvimage {
    float: right;
    padding-left: 10px;
    padding-right: 5px
}

.appstbl,
.appstbl td {
    background-color: #1ca6df;
    color: #fff;
    padding-right: 3px;
    padding-top: 5px;
    vertical-align: top
}

.appstbl td strong {
    background-color: #1ca6df;
    color: #fff;
    padding-right: 3px;
    font-weight: 700
}

.appstblhdr {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px
}

#systbl td {
    padding-right: 5px
}

.optimized-background {
    background-color: #0ca0dc;
    height: 100px
}

.optimized-copy {
    color: #fff;
    padding: 10px
}

.optimized-image {
    float: right
}

.trbo-lowercase {
    text-transform: lowercase
}

.icons {
    float: left;
    padding-bottom: 15px;
    padding-right: 20px
}

.partner-level {
    font-weight: 700
}

.partner-header {
    font-size: 33px;
    color: #002157;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px
}

.application-features {
    font-weight: 700
}

.application-systems {
    font-weight: 700
}

.schoolsafe-quote {
    display: block;
    margin-left: 50px;
    margin-right: 50px
}

.schoolsafe-quote em {
    font-size: 20px;
    font-weight: 700
}

.fltleft {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px
}

.dvdr {
    width: 95%;
    margin: 35px auto;
    height: 1px;
    background-color: #eee;
    clear: both
}

.motorola-copyright {
    margin-top: 20px;
    font-size: 11px;
    line-height: 17px
}

.fluid-wrapper {
    position: relative;
    padding-bottom: 82.25%;
    height: 0;
    margin-bottom: 50px;
    margin-top: 55px
}

.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 59%;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom: 5px solid #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif
}

.error_pagenotfound strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 5px 5px 1px #fafafa
}

.error_pagenotfound b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #999;
    margin: 0;
    font-weight: 300
}

.error_pagenotfound em {
    display: block;
    font-size: 18px;
    line-height: 59px;
    color: #b91e26;
    margin: 0;
    font-style: normal
}

.ftp-indent-20 {
    margin-left: 20px;
    margin-bottom: 30px
}

.ftp-indent-30 {
    margin-left: 30px
}

.ftp-indent-40 {
    margin-left: 40px
}

.ftp-indent-50 {
    margin-left: 50px
}

.ftp-indent-60 {
    margin-left: 60px
}

.ftp-indent-70 {
    margin-left: 70px
}

.ftp-indent-80 {
    margin-left: 80px
}

a.ftp-title-link {
    color: #bf2227;
    border-bottom: 1px solid #413c40
}

.main-copy ul {
	margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    list-style: none;
}

.main-copy ul li::before {
    position: absolute;
    left: 0px;
    font-family: FontAwesome;
    content: "\f14a";
    color: #a5190a;
}


.main-copy p a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

@media(max-width:479px) {
    .main-copy mobile {
        margin: auto;
        width: 80%;
        margin-bottom: 10px
    }
}