/*

1.	Pagination
2.	Full Width Image
3.	Promotion Banners
4.	Promotions
5.  Accessories	
6.	Product Images
7.	Product Offers
8.	MOTOTRBO
9.	MOTOTRBO Apps
10.	SchoolSAFE/WAVE
11.	Rule Line
12. Hide Accessories
13. Motorola Copyright
14. Misc.
15. Responsive Clickable Number
16. COVID-19
*/


/* =========== general =================== */
/*
a[name]:focus {
    content:"";
    display:block;
    top: 250px;
}
*/

a[name] {
  padding-top: 110px;
  margin-top: -110px;
  display: block;
}

p {
	margin-bottom: 25px;
}

.blog_post ul {
  list-style: disc !important;
  padding-left: 40px;
}

.blog_post ul li {
	list-style: disc !important;
    margin-left: 35px;
	margin-bottom: 10px;
}

hr.style-six { 
	border: 0; 
	height: 0; 
	border-top: 1px solid rgba(61, 61, 61, 1); 
}

.product-offers {
    background-color: #f1f1f1;
    border: 1px dashed #999;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    width: 98%;
}

.footer-right {
	clear: right;
    margin-right: 0 !important;
}

.footer-right a {
	float: right;
	margin: 0;
	padding: 0;
}

/* =========== general END =================== */

/* =========== pagination =================== */
.pagination {
    padding: 0px;
    margin-bottom: 20px;
	float:right;
}

.page {
    display: inline-block;
    padding: 6px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	}

.page:hover, .page.gradient: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 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
/* =========== /pagination =============== */

/* =========== full width image =============== */

.fullwidthimage{	
	margin: auto;
	width:100%;
	margin-bottom: 10px;
}

.body-image {
	max-width:100%;
	height: auto;
	display:block;
	float: right;
	margin: 5px;
}

.body-image-left {
	max-width:100%;
	height: auto;
	display:block;
	float: left;
	margin: 5px;
}

.body-image-left-med {
	max-width:100%;
	width: 300px;
	height: auto;
	display:block;
	float: left;
	margin: 5px;
}

/* =========== /full width image =============== */

/* =========== banners =============== */

.banner{
	text-align:center;	
	width:100%;
	background-color:#2782a0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.side-banner-promo {
	text-align:center;	
	width:250px;
	background-color:#2782a0;
}

.side-banner-grants {
	text-align:center;	
	width:250px;
	background-color:#2782a0;
}

/* =========== /banners =============== */

/* =========== promotions =============== */

.promo-text {
	padding: 0px 7px 0px 7px;
}	

.specials-header1 {
	font-size:35px;
    font-weight:bold;
	margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 5px;
    color: #902d35;
}
 
.specials-header2 {
    font-size:19px;
    font-weight:bold;
    margin-bottom: 20px;
    padding-left: 5px;
}
	
.banner{
	text-align:center;	
	width:100%;
	background-color:#2782a0;
	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:#2782a0;
	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: #4b606d;
position: relative;
font-family: 'Asap', sans-serif;
font-size: 32px;
line-height: 40px;
font-weight: 200;
padding: 7px 13px 9px 27px;
margin-top: 16px;
color: #fff;
border: 1px solid #000;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.promo-btn a:hover{
text-decoration: none;
background: #eaaa21;
color: #fff;
}

#tradeintable{
                width:100%;
                background:#cccccc;
                margin:20px 0 10px 0;   
                }
 
#tradeintable .tbltext{
                color:#000;
                font-size:12px;
                font-weight:bold;
                padding: 10px 5px 10px 5px;
                }
 
               
#tradeintable .tblheader{
                background:#000000;
                color:#fff;
                text-transform:uppercase;
                font-size:30px;
                font-weight:bold;
                padding-top:20px;
                padding-bottom:20px;
                padding-left:5px;
                text-indent: 10px;
                }
               
 
#tradeintable .offer-header {
                width:75%;
                color:#000;
                font-size:20px;
                font-weight:bold;
                text-transform:uppercase;
                padding: 10px 5px 10px 0;
               
}
 
#tradeintable .models-header {
                width:25%;
                color:#000;
                font-size:20px;
                font-weight:bold;
                text-transform:uppercase;
                padding: 10px 5px 10px 0;
               
}
                                                                                                                                               
#tradeintable .savings-header {
                width:25%;
                color:#000;
                font-size:20px;
                font-weight:bold;
                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:bold;
                padding-top:10px;
}
 
 
 
#tradeintable .offertext{
               color:#124572;
                font-size:16px;
                font-weight:bold;
                padding: 20px 0px 10px 10px;
                vertical-align:top;
}

#tradeintable .tblheader2{
                background:#666;
                color:#fff;
                text-transform:uppercase;
                font-size:30px;
                font-weight:bold;
                padding-top:20px;
                padding-bottom:20px;
                padding-left:5px;
                text-indent: 10px;
 }


/* =========== /promotions =============== */

/* =========== accessories =============== */

#accessory {
                width:100%;
}
 
#accessory table {
                border:0px solid #BBBBBB;
                margin: 10px 0 10px 0;
                width:100%;
                clear:both;
                padding:0px;
}
#accessory td {
                border:1px solid #BBBBBB;
                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: #000000;
                font: 600 15px/1em Helvetica, Arial, sans-serif;
                text-decoration:none;
                text-align:center;
                margin-top: 25px;
}


/* =========== /accessories =============== */


/* =========== product images =============== */

#product-image {
    float:right; 
	padding:10px;
	margin:20px;	
}

.product-image {
    float:right; 
	padding:10px;
	margin:20px;	
}

.product-image img {
	max-width: 100%;
}

.product-image-small {
    float:right; 
	padding:10px;
	margin:20px;	
}

.product-image-small img {
	max-width: 100%;
}

.fullwidthimage-logo {
    float: right;
	max-width: 150px;
    margin: 0 0 15px 15px;
    padding: 5px;
}

@media (max-width: 600px) {
	.product-image {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	
	#product-image {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	
	.product-image-small {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
	.fullwidthimage-logo {
		float: none;
		padding-left: 10px;
		text-align: center;
	}
}
/* =========== /product images =============== */

/* ================ product-offers ============== */

.product-offers{

}
.product-offers h3{
}
.product-offers p{
}
.product-offers a{
}
.product-offers a:hover{
}
/* ============= /product-offers ============== */

/*--------- Motorola - BEGIN ---------*/

.team-icons{
	float: left;
	padding-right: 20px;
}
@media (max-width: 479px) {
.team-icons{
width: 100%;
}
	.team-icons img{
width: 150px;
}

}
.info-graphic{
	float: left;
	padding-right: 5px;
	width: 24%;
	padding-bottom: 10px;
}
.info-graphic img{
	width: 100%;
	}
@media only screen and (max-width: 767px) {
.info-graphic{
	float: left;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 48%;
	}
}
@media only screen and (max-width: 479px) {
.info-graphic{
	width: 100%;
}
}

.team-solutions-icons {
	float: left;
	padding-right: 5px;
	width: 24%;
	padding-bottom: 10px;
	}
.team-solutions-icons img{
	width: 100%;
	}
@media only screen and (max-width: 767px) {
.team-solutions-icons{
	float: left;
	padding-bottom: 10px;
	padding-right: 5px;
	width: 48%;
	}
}
@media only screen and (max-width: 479px) {
.team-solutions-icons{
	width: 100%;
}
}

.team-links {
	
}

/*--------- Motorola - END ---------*/

/* =========== mototrbo =============== */

#trbo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:2px;
}
#trbo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #157fc4;
	text-transform: capitalize;
}
#trbo h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px; 
	margin-top: 0px; 
}
#trbo h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
#trbo .image{
	float:right;
	padding-left:10px;
	border:0px;
}
.systems{
                padding: 0px;
                font-size: 17px;
                color: #666666;
                margin-top: -11px;
                margin-right: 0px;
                margin-bottom: 10px;
                margin-left: 0px;
}
.tagline{
                padding: 0px;
                font-weight: bold;
                margin-top: 10px;
                margin-right: 0px;
                margin-bottom: 0px;
                margin-left: 0px;
                color: #000;
}

.mdlnumb {
	padding-right:5px;
}
.opfordigitbl{
	width:99%;
	background-color:#0ca0dc;
	padding:0px;
}
.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:0px;
}
.featureshdr{
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;
}
.features{

	padding-top:0px;
	margin-top:0px;
}

.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:bold;
}


.appstblhdr{
	color:#000;
	font-weight:bold;
	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: #ffffff;
                padding: 10px;
}
.optimized-image {
                float: right;
}

.trbo-lowercase{
	text-transform:lowercase;
}

/* =========== /mototrbo =============== */


/* =========== mototrbo apps =============== */

.icons{
float:left;
padding-bottom:30px;
padding-right:20px;
}

.partner-level{
font-weight:bold;
}

.partner-header{
	font-size: 33px;
	color: #002157;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-top:10px;
	padding-top:10px;

}

.application-features{
	font-weight:bold;
	
	}
.application-systems{
	font-weight:bold;
}

/* =========== /mototrbo apps =============== */

/* =========== schoolsafe / wave =============== */

.schoolsafe-quote {
	display:block;
	margin-left:50px;
	margin-right:50px;
}
.schoolsafe-quote em{
	font-size:20px;
	font-weight:bold;
}

.fltleft{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

/* =========== /schoolsafe / wave =============== */


/* =========== ruleline =============== */

.dvdr-01 {
	width:85%;
	margin:25px auto ;
	height:1px;
	background-color:#C1C1C1;
	clear:both;
}

/*.dvdr {
	background: rgba(0, 0, 0, 0) url("../images/shadow2.png") no-repeat scroll center bottom;
    float: none;
    margin-bottom: 75px;
    padding-top: 75px;
    text-align: center;
    width: 99%;
}
*/
.dvdr {
	background-color: #e5e5e5;
    clear: both;
    height: 1px;
    margin: 2.2em auto 3em auto;
    width: 90%;
}

/* =========== /ruleline =============== */

/* =========== hide accessories =============== 

.accessory{	
	display: none;
}

 =========== /hide accessories =============== */

/* =========== motorola copyright =============== */

.motorola-copyright{
	margin-top: 20px;	
	font-size: 11px;
	line-height: 17px
	}

/* =========== /motorola copyrights =============== */



/* =========== Misc. Begin =============== */


.fluid-wrapper {
    position: relative;
    padding-bottom: 75.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* =========== /Misc. END =============== */

 /* ========== Clickable Phone Number Responsive ========== */
@media screen and (min-width: 768px) {
   a[href*="tel:"] {
       pointer-events: none;
	   text-decoration: none;
	   border-bottom: none;
	   border: none;
   }

	.faddress a[href*="tel:"] {
       pointer-events: none;
	   text-decoration: none;
	   border-bottom: none;
	   border: none;
   }
}
/* ========== / Clickable Phone Number Responsive ========== */

/* ========== COVID-19 ========== */

.covid19 {
	background-color: #a39c9c; 
	padding: 15px;
	text-align: left;
		font-size: 16px;
}

.covid19 .flex-wrapper {
max-width: 1100px; margin: auto;     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.covid19 .left {
padding-right: 20px; 
	min-width: 300px; 
	width: 75%; 
	margin-bottom: 10px;
}

.covid19 .right {
align-self: center;
}

.covid19 a {
	color: #ffffff; 
}

.covid19 strong {
	font-size: 28px; 
	color: #000000;
}

.covid19 p {
	color: #ffffff;
}

.covid19-btn {
	background-color: #ca002a;
	padding: 15px 20px;
	border-radius: 10px;
	color: #ffffff;
	text-decoration: none !important;
}

.covid19-btn:hover {
	color: #ffffff !important;
}

.covid-txt {
	font-size: 16px;
	color: #fff;
}
p.covid-txt {
	margin-bottom: 0;
}
.covid-txt a {
	color: #fff;
	font-weight: bold;
}
@media (max-width: 991px) {
	.covid19 {
		margin-top: 58px;
	}
}
@media (max-width: 750px) {
.covid19 .left {
	width: 100%; 
}
	.covid-txt {
		font-size: 13px;
		line-height: 15px;
	}

}

/* ========== /COVID-19 ========== */

/* ========== SR Badge Page ========== */
.safe-icons {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
  width: 100px;
  clear: both;
  overflow: hidden;
}
.safety-reimagined-badge {
  width: 400px;
}
.button-safe, .button-safe:focus {
color: #fff;
background-color: #F00;
border-color: #F00;
}

.button-safe:hover, .button-safe:active {
color: #000;
background-color: #fff;
border-color: #F00;
}

a.button-safe, a.button-safe:focus {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background-color: #e13523;
	border-color: #e13523;
	padding: 12px 22px;
	margin-top: 25px !important;
	transition: .3s;
	text-decoration: none;
}

a.button-safe:hover, a.button-safe:active {
	color: #fff;
	background-color: #66b4f7;
	border-color: #66b4f7;
	transition: .3s;
	text-decoration: none;
}

.safe-icons img {
    width: 100px;
}

/* ========== /SR Badge Page ========== */

.tm-link-one + p {
	margin-top: 25px;
}
a.tm-link-one {
	color: #0079c2;
}

a.tm-link-one:hover {
	color: #003a62;
}

.oiw-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* always 3 in a row */
  gap: 20px; /* spacing between items */
  max-width: 1200px; /* optional: keeps row from stretching too wide */
  margin: 0 auto; /* centers the row */
}

.oiw-row .oiw-landing {
   background: #f9f9f9;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.oiw-landing img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}

.oiw-row .oiw-landing h2 {
	font-size: 1.2rem;
}

.oiw-row .oiw-landing a {
	color: #0079c2;
}

.oiw-row .oiw-landing a:hover {
	color: #003a62;
}

blockquote {
  margin: 20px 0 20px 36px;
  font-size: 16px;
  border-left: 5px solid #002A5C;
  padding: 5px 20px 5px 20px;
  font-weight: normal;
  color: #454545;
  background-color: #F1F1F1;
}