/* Accordion Menu*/
.accordion-content { display: none; }
.accordion-content.default { display: block; }
.accordion-toggle { cursor: pointer; }




/* RESPONSIVE HOME HERO *

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 60px;
        padding-bottom: 120px;
    }
    
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
        font-size: 30px; 
    }
}/

/* WHY CHOOSE US HOME ROW */

@media only screen and (max-width: 767px) {
    div.blockWrap_d824668147384f3c98130fab9136584d {
        background-image: url("https://static.mywebsites360.com/f06011fe619d4bdba979fee1a544ce26/i/e82930041e8146caa8d60ad40e93939f/2/4SoifmQpAbHrGFzRuwTbr?nocache&dpr=2");
        background-position: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

/* Full Width Gallery Images in Mobile */

}
@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}

/* Full Width HOME PAGE TRUST BADGES in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols5 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}




/* Equalize Simple List Blocks - Pin Buttons to Bottom*/

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e9f3e4c9a3e44ce08d1a6603c3630cfe > .item {
	display: flex;
	flex-direction: column;
  position: relative;
}


/* Equalize Simple List Blocks*/

/* Change item class here */
.items_a1afdd7112e44c95a249dc995e1fee3c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/*REAL-TIME SURVEILLANCE SIMPLE LIST*/

/* Change item class here */
.items_f45f4a45fb93499685d0fb8129cd0f19 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f45f4a45fb93499685d0fb8129cd0f19 > .item {
	display: flex;
	flex-direction: column;
	
}

/* Video Styles */

.video-container {
  background: #24282f;
  color: white;
  text-align:center;
  padding: 150px 50px;
  margin-bottom:50px;
}

#iframe-container h1 {
    font-size: 52px;
}

#iframe-container h3 {
    font-size: 30px;
}

/* Mobile Video Styles */

@media only screen and (max-width: 767px) {
    #iframe-container h1 {
        font-size: 36px;
    }
    
    #iframe-container h3 {
        font-size: 20px;
    }
    
    div#iframe-container {
        background-image: url(https://static.mywebsites360.com/f06011fe619d4bdba979fee1a544ce26/i/e4feb50779c84c1ebceb704076a67618/2/GCuCv726gZycFxatRFZ6HA/Website%20Background%203%20ALT%20Revision.jpg);
    }
    
    .video-wrap {
        display: none!important;
    }
    
    .video-container {
        padding: 20px 20px 100px 20px;
    }
}

/* End Video Styles */

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}