
/*!
Theme Name: wordherd
Theme URI: https://wordherd.io
Author: WordHerd
Author URI: https://wordherd.io
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wordherd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wordherd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Full Width Gutenberg */
.alignwide {
	margin-left: -80px;
	margin-right: -80px;
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

/* .alignfull img { width: 100vw } */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

body, button, input, select, optgroup, textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: .75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .nav-home-security li {
	display: inline-block;
}

/* Changed */
.main-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 100%;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width:37.5em) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.widget {
	margin: 0;
}

.widget select {
	max-width: 100%;
}

.sticky {
	display: block;
}

.post, .page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*Theme layout Option CSS*/
body > #page > .content-area.boxed {
	width: 1250px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
}

body > #page > .content-area.no-sidebar > main.site-main {
	width: 100%;
}

body > #page > .content-area.left-sidebar, body > #page > .content-area.right-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

body > #page > .content-area.left-sidebar > main.site-main, body > #page > .content-area.right-sidebar > main.site-main {
	width: calc(100% - 250px);
}

body > #page > .content-area.left-sidebar > aside.widget-area, body > #page > .content-area.right-sidebar > aside.widget-area {
	width: 250px;
}

body {
	overflow-x: hidden;
	/* font-family: 'Open Sans', sans-serif; */
	font-weight: 500;
}

.main-navigation ul ul li:first-child::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: -5px;
	left: 20px;
	background: #024;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 0 0 3px rgba(0, 0, 0, 10%);
	transition: .1s ease-in-out;
}

.main-navigation ul ul li:first-child:hover::before {
	background: #c60c30;
}

.main-navigation ul ul li:first-child > a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.main-navigation ul ul li:last-child > a {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.main-navigation ul ul li a {
	color: #fff;
	text-decoration: none !important;
	transition: background-color ease .2s;
	padding: 10px 20px;
	text-transform: capitalize;
	font-weight: 400;
	background-color: #024;
	font-size: 14px;
}

.main-navigation ul ul li a:hover {
	background-color: #c60c30;
}

#mobile-navigation {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: #fff;
	transition: all 1s ease-out;
	z-index: 99999;
	-webkit-box-shadow: -20px 0 60px -10px rgba(0, 0, 0, 30%);
	box-shadow: -20px 0 60px -10px rgba(0, 0, 0, 30%);
}

.mobile-nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 34, 68, .55);
	z-index: 999;
	display: none;
}

#mobile-navigation .mobile-box {
	position: relative;
	z-index: 99999;
}

#mobile-navigation ul {
	flex-direction: column;
}

#mobile-navigation .mobile-nav-header {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	background-color: #024;
	color: #fff;
	font-weight: bold;
}

#mobile-navigation.main-navigation li {
	margin: 0;
}

#mobile-navigation.main-navigation li a {
	text-transform: uppercase;
	font-weight: 700;
	color: #15385c;
	padding: .9375rem 1.875rem;
	text-decoration: none;
	font-size: 1.125rem;
}

#mobile-navigation.main-navigation li a.active {
	background: rgba(0, 0, 0, .05);
}

#mobile-navigation.main-navigation li a:hover {
	text-decoration: initial;
	text-underline-offset: initial;
	text-decoration-color: initial;
	text-decoration-thickness: initial;
}

#mobile-navigation.main-navigation ul ul {
	flex-direction: initial;
	-webkit-transform: initial;
	transform: initial;
	transition: initial;
	opacity: initial;
}

#mobile-navigation.main-navigation li:hover > ul {
	-webkit-transform: initial;
	transform: initial;
	opacity: initial;
}

#mobile-navigation.main-navigation ul ul li {
	margin: initial;
	position: initial;
}

#mobile-navigation.main-navigation ul ul li:first-child::before {
	display: none;
}

#mobile-navigation.main-navigation ul ul li:first-child:hover::before {
	background: initial;
}

#mobile-navigation.main-navigation ul ul li:first-child > a {
	border-top-left-radius: initial;
	border-top-right-radius: initial;
}

#mobile-navigation.main-navigation ul ul li:last-child > a {
	border-bottom-left-radius: initial;
	border-bottom-right-radius: initial;
}

#mobile-navigation.main-navigation ul ul li a {
	color: #fff;
	text-decoration: none !important;
	transition: background-color ease .2s;
	padding: 10px 20px;
	text-transform: capitalize;
	font-weight: 400;
	background-color: #024;
	font-size: 14px;
}

#mobile-navigation.main-navigation ul ul li a:hover {
	background-color: #c60c30;
}

#mobile-navigation.main-navigation .menu-item-has-children a::after {
	content: "▼";
	display: inline-block;
	float: right;
	padding-right: 20px;
}

#mobile-navigation.main-navigation .menu-item-has-children a.active::after {
	content: "▲";
}

#mobile-navigation.main-navigation .menu-item-has-children .sub-menu a:after {
	display: none;
}

#mobile-navigation.main-navigation .sub-menu {
	display: none;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

#mobile-navigation.main-navigation .sub-menu li {
	border-bottom: 0;
}

#mobile-navigation.main-navigation .sub-menu a {
	background: rgba(0, 0, 0, .05);
	color: #024;
	border: none;
	width: 100%;
	font-size: 14px;
	padding: .9375rem 1.875rem;
	font-weight: 500;
}

#mobile-navigation.main-navigation .sub-menu a:hover {
	background: rgba(0, 0, 0, .09);
}

#mobile-navigation.main-navigation ul {
	display: block;
}

.footer-button a {
	transition: .2s ease-in-out;
	color: #fff;
}

.footer-button a:hover {
	transform: scale(1.1, 1.1);
}

.site-footer h2 {
	color: #000;
	border-bottom: 2px solid #eee;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 0 0 5px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-family: "Open Sans", sans-serif;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
}

.site-footer ul li {
	margin: 8px 0;
}

.site-footer ul li a {
	text-decoration: none;
	color: #000;
}

.site-footer ul li a:hover {
	color: #0d8bd5;
}

.covid-banner a {
	text-decoration: underline !important;
	color: #fff !important;
}

.page-list, .home-list, .icon-list {
	list-style: none;
	margin: 20px 0;
	padding: 0 10px;
}

.page-list li::before {
	display: inline-block;
	width: 1.5em;
	padding-right: 10px;
	color: #c60c30;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-indent: 0;
	text-align: right;
	-webkit-transform: scale(.7, .7);
	-ms-transform: scale(.7, .7);
	transform: scale(.7, .7);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	content: "" !important;
}

.page-list li {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}

.home-list li, .icon-list li {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	position: relative;
	margin: 15px 0 15px 20px;
}

.home-list li::before, .icon-list li:before {
	content: "";
	background-image: url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/bullet-icon.png");
	background-position: left center;
	width: 21px !important;
	height: 21px !important;
	background-repeat: no-repeat;
	content: "" !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	transform: none !important;
	font: unset !important;
	position: absolute;
	left: -30px;
	top: 2px;
}

.entry-content h2 {
	letter-spacing: -.03em;
}

.entry-content a {
	color: #c60c30;
	text-decoration: none;
}

.entry-content a:hover {
	color: #0d2b56;
}

.entry-content h1 {
	font-size: 3rem;
	line-height: 56px;
	margin-bottom: 15px;
	color: #15385c;
	letter-spacing: -.05em;
	font-weight: 700;
}

.entry-content h2 {
	font-size: 2.2rem;
	line-height: 56px;
	margin-bottom: 15px;
	color: #15385c;
	letter-spacing: -.05em;
	font-weight: 700;
}

.list-red-dot {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-red-dot li {
	position: relative;
	padding-left: 1.5em;
	text-indent: -1.5em;
	overflow-wrap: break-word;
}

.list-red-dot li::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	padding-right: 10px;
	color: #c60c30;
	font-family: "Font Awesome 5 Free";
	text-indent: 0;
	text-align: right;
	-webkit-transform: scale(.7, .7);
	-ms-transform: scale(.7, .7);
	transform: scale(.7, .7);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

/* .entry-content .kt-tabs-title-list li::before {
	display: none;
} */
.location-accordion .kt-accordion-pane {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 10%);
	cursor: pointer;
}

.location-accordion ul {
	margin: 0;
}

.faq-accordion .kt-blocks-accordion-icon-trigger {
	background: #c60c30 !important;
}

.footer-social-icon {
	background-color: transparent !important;
}

.footer-social-icon svg {
	fill: #000 !important;
}

.text-underline {
	text-decoration: underline !important;
}

.box-hover>.kt-inside-inner-col:hover {
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 20px 60px -10px rgba(0, 0, 0, 30%) !important;
}

.red-hover .box-hover>.kt-inside-inner-col {
	border: 1px solid #fff;
}

.red-hover .box-hover>.kt-inside-inner-col:hover {
	border: 1px solid red;
}

.quote-field {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 10px 15px !important;
	background: #fff;
	border: none !important;
	border-radius: 60px !important;
	color: #024 !important;
	font-family: inherit;
	font-size: .8125rem;
	line-height: 20px;
	font-weight: 500;
	transition: .7s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.quote-field:focus {
	box-shadow: 0 0 0 2px #4693fb inset;
	outline: 0;
}

.home-logo-grid .kt-inside-inner-col, .company-logos .kt-inside-inner-col {
	/*display: flex;
	justify-content: center;
    align-content: center;*/
	text-align: center;
}

.home-logo-grid .kt-inside-inner-col figure {
	display: inline-block;
}

.company-logos .kt-inside-inner-col figure {
	display: inline-block;
	overflow: hidden;
	border-radius: 31px;
	box-shadow: 2.5px 4.33px 8px rgba(0, 0, 0, 12%);
	background-color: #fff;
	margin: 0 5px 5px;
}

.company-logos img {
	width: 110px;
	height: auto;
}

ul.thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	cursor: -webkit-grab;
	cursor: grab;
	height: 170px;
	display: flex;
	flex-direction: column;
	padding: 0 1rem;
	width: 33%;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

ul.thumbs li .thumb {
	cursor: -webkit-grab;
	cursor: grab;
}

ul.thumbs li a.thumb img {
	vertical-align: middle;
	text-align: center;
	padding: 2px;
	max-height: 125px;
	transition: all .4s;
	border-radius: 100%;
	border: 1px solid #024;
}

ul.thumbs li.selected a.thumb img {
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 20%);
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 20%);
	border: 3px solid #c3161c;
	transform: scale(1.1);
	margin-bottom: 12px;
}

ul.thumbs li h4 {
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 1.2em;
	line-height: 1.45;
}

.phone-container {
	position: relative;
	height: 540px;
}

.phone-container .phone-loader {
	background: url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/ane-phone-back.png") no-repeat 0 25px;
	text-align: center;
	width: 100%;
	background-position: center 25px;
	height: 600px;
	z-index: 10;
	position: absolute;
	top: 15px;
	left: 0;
}

.phone-container .phone-loader.nitro-lazy {
	background: none !important;
}

.phone-container img {
	display: inline-block;
	margin: 40px 0 0 80px;
	position: relative;
	z-index: 20;
	width: 242px;
	max-height: 524px;
}

.phone-container .phone-frame {
	background: url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/IPhone_X-1.png") no-repeat 0 25px;
	text-align: center;
	width: 100%;
	background-position: center 25px;
	height: 600px;
	z-index: 40;
	position: absolute;
	top: -2px;
	left: 1px;
}

.phone-container .phone-frame.nitro-lazy {
	background: none !important;
}

.white-box {
	padding: 20px 30px;
	background-color: #fff;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 2px 15px rgba(0, 0, 0, 0%);
	border-radius: 6px;
	transition: .4s ease;
}

.img-tab-container .tab {
	display: block;
	margin: 10px 0;
	padding: 15px 10px 10px 25px;
}

.img-tab-container .tab .tab-box {
	padding: 0 20px;
}

.img-tab-container .tab.white-box .tab-box {
	-webkit-box-shadow: -4px 0 0 0 #c60c30;
	box-shadow: -4px 0 0 0 #c60c30;
}

.img-tab-container .tab:hover {
	cursor: pointer;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 20px 50px -10px rgba(0, 0, 0, 30%);
	border-radius: 6px;
}

.img-container .tab-img {
	position: relative;
	max-height: 650px;
	width: auto;
	z-index: 2;
	display: none;
}

.img-container .tab-img.active {
	display: block;
}

.testimonials .kt-testimonial-item-wrap {
	display: flex !important;
	flex-direction: column-reverse !important;
}

.testimonials .kt-testimonial-meta-wrap {
	flex-direction: column;
}

.testimonials .kt-testimonial-name {
	text-align: center;
}

.site-footer .footer-number a {
	font-size: 20px;
	color: #0d8bd5;
	font-weight: 600;
	display: inline-block;
	margin: 5px 0 0;
	transition: .2s;
	text-decoration: none;
}

.site-footer .footer-number a:hover {
	transform: scale(1.1);
}

.plans-table h2 {
	position: relative;
	margin-top: 40px !important;
}

.plans-table h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	height: 1px;
	width: 50px;
	border-bottom: 4px solid #c60c30;
}

.plans-table ul {
	margin: 20px auto;
	list-style: none;
	width: 80%;
	line-height: 1.7;
	font-weight: 500;
}

.plans-table .inner-column-1 ul {
	margin-bottom: 35px;
}

.plans-table .inner-column-2 ul {
	margin-bottom: 65px;
}

.plans-table li::before {
	content: "";
	height: 0;
	width: 0;
	left: -1.5em;
	position: relative;
	color: #15385c;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#kt-layout-id_021f09-be .kt-row-layout-row.kt-v-gutter-default>.wp-block-kadence-column {
	margin-bottom: 10px !important;
}

.get-quote {
	display: none;
}

.sales-button {
	display: block;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99999;
	box-shadow: 0 4px 2px -2px lightgrey;
}

.sticky .top-header {
	display: none;
}

.sticky .get-quote {
	display: block;
}

.sticky .sales-button {
	display: none;
}

/*#tns1 > .tns-item {
	transform: scale(1.1, 1.1);
}*/
.app-tabs {
	width: 90%;
	margin: 0 auto;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap {
	width: 40%;
}

.app-tabs .kt-tabs-layout-vtabs {
	display: flex;
	align-items: center;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap figure {
	width: 90%;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
	width: 60%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title:before {
	background-size: contain;
	content: "";
	border-radius: 50%;
	width: 125px;
	height: 125px;
	position: absolute;
	border: 1px solid #024;
	top: 0px;
	transition: all .4s;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title.kt-tab-title-1:before {
	background: #fff url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/skybell-video-doorbell-icon.png") center center no-repeat;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title.kt-tab-title-2:before {
	background: #fff url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/outdoor-camera-icon.png") center center no-repeat;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title.kt-tab-title-3:before {
	background: #fff url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/qolsys-iq-panel-2-icon.png") center center no-repeat;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title.kt-tab-title-4:before {
	background: #fff url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/yale-smart-lock.png") center center no-repeat;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title.kt-tab-title-5:before {
	background: #fff url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/smart-lighting-icon-2.png") center center no-repeat;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list a.kt-tab-title.kt-tab-title-6:before {
	background: #fff url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/smart-thermostat-icon.png") center center no-repeat;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li .kt-tab-title {
	position: relative;
	height: 170px;
	align-items: self-end !important;
	color: #024 !important;
	background: transparent !important;
	font-size: 16px !important;
	border: 0 !important;
	cursor: grab;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li:hover .kt-tab-title, .app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li.kt-tab-title-active .kt-tab-title {
	font-weight: bold !important;
}

.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li:hover a.kt-tab-title:before, .app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li.kt-tab-title-active a.kt-tab-title:before {
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 20%);
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 20%);
	border: 3px solid #c3161c;
	transform: scale(1.1);
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap {
	width: 50%;
	text-align: center;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap figure {
	width: 60%;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
	float: right;
	width: 50%;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li {
	padding: 15px 10px 15px 25px;
	margin: 0 150px 10px 50px !important;
	background: transparent;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li.kt-tab-title-active {
	background: #fff;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 2px 15px rgba(0, 0, 0, 0%);
	border-radius: 6px;
	transition: .4s ease;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li:hover {
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 20px 50px -10px rgba(0, 0, 0, 30%);
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li a {
	background: transparent !important;
	padding-left: 15px !important;
	border-left-width: 4px !important;
	border-left-color: transparent !important;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li:hover a, .security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li.kt-tab-title-active a {
	border-left: 4px solid #c60c30 !important;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li .kt-title-text {
	font-size: 1.36rem;
	margin-bottom: 1.2em;
	line-height: 1.45;
	font-weight: 700;
	color: #024;
}

.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li .kt-title-sub-text {
	font-size: 14px;
	margin-bottom: 10px;
}

.btn-mobile {
	padding-left: 15px;
}

.btn-mobile div {
	display: none;
}

/* Interior Pages */
.hero-fixed h2 {
	margin-bottom: .35rem;
	font-size: 4.2498rem;
	line-height: 1.1;
	letter-spacing: -.05em;
	color: #fff;
}

.hero-fixed p {
	color: #fff;
}

.left-angle {
	-webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}

h1.headline, h2.headline {
	font-size: 50px;
	line-height: 56px;
	margin-bottom: 15px;
	color: #15385c;
	letter-spacing: -.05em;
	font-weight: 700;
}

.compare-tbl {
	background-color: #fff;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, .2);
	border-spacing: 0;
	border-radius: .25rem;
}

.compare-tbl td, .compare-tbl th {
	font-size: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-right: 1px solid rgba(0, 0, 0, .2);
	word-wrap: break-word;
	font-weight: 400;
}

.compare-tbl td, .compare-tbl th {
	padding: 8px;
	font-size: 12px;
}

.compare-tbl td:first-child, .compare-tbl th:first-child {
	width: 45%;
}

.compare-tbl td:first-child {
	text-align: left;
	font-weight: 700;
}

.compare-tbl tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, .05);
}

.compare-tbl .stars {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.compare-tbl .stars .fa {
	font-size: 13px;
}

.compare-tbl .stars .fa.gold {
	color: #edbd29;
}

.compare-tbl .stars .fa.gray {
	color: #9e9e9e;
}

.low-pricce-tbl {
	width: 100%;
	border-collapse: collapse;
}

.low-pricce-tbl thead tr {
	background-color: #f0f7f9;
	color: #024;
}

.low-pricce-tbl th, .low-pricce-tbl td {
	padding: 10px;
	font-size: 12px;
}

.low-pricce-tbl svg {
	max-width: 15px;
}

.low-pricce-tbl .green-check svg {
	fill: #008000;
}

.low-pricce-tbl td img {
	max-width: 12px !important;
}

.low-pricce-tbl th {
	text-transform: uppercase;
}

.low-pricce-tbl thead tr {
	background-color: #f0f7f9;
	color: #024;
}

.low-pricce-tbl tbody tr:nth-of-type(even) {
	background-color: rgba(0, 0, 0, .05);
}

.wrap-protect {
	max-width: 505px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	padding: 5px;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.wrap-protect p {
	margin: 0 0 0 13px;
	color: #a1b1c2;
	border-right: 1px solid #f0f0f0;
	padding-right: 40px;
	font-size: 18px;
}

.wrap-protect .btn-blue {
	display: table;
	background-color: #15385c;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	border-radius: 50px;
	padding: 8px 25px;
	border: 2px solid #15385c;
	transition: .3s ease all;
}

.centered {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 100%;
}

.w800 {
	max-width: 800px !important;
}

.tc {
	text-align: center !important;
}

.blog .site-main, .single .site-main {
	width: 1250px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
}

.blog {
	background-color: #f0f7f9;
}

.blog .site-main h3 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #15385c;
}

.blog-post-container {
	display: flex;
	padding-top: 100px;
}

.blog-post-container .post-content {
	width: 75%;
	color: #024;
	font-size: 1.5rem;
	font-weight: 300;
}

.blog-post-container .post-sidebar {
	width: 25%;
	margin-left: 2.564102564%;
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}

.blog-container {
	display: flex;
}

.blog-container .recent-articles {
	width: 70%;
	color: #024;
	font-weight: 300;
}

.recent-articles article {
	display: flex;
	background-color: #fff;
	align-items: center;
}

.recent-articles article .blog-image, .recent-articles article img {
	width: 250px;
	border-radius: 6px;
}

.recent-articles article h2 {
	font-size: 1.3rem;
}

.recent-articles article h2 a {
	text-decoration: none;
	color: #024;
	transition: .2s ease all;
}

.recent-articles article h2 a:hover {
	color: #4693fb;
}

.recent-articles article .blog-content {
	padding: 2%;
}

.recent-articles article .blog-content .entry-content {
	text-align: right;
	font-size: 12px;
}

.recent-articles article .blog-content .entry-content p {
	text-align: left;
	font-size: 14px;
}

.blog-container .recent-sidebar {
	width: 30%;
	margin-left: 2.564102564%;
}

.bottom-shadow {
	position: relative;
	margin-bottom: 30px;
}

.bottom-shadow::after {
	bottom: -8px;
	background-image: url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/bottom-shadow5.webp");
	border-radius: 0;
	content: "";
	display: block !important;
	width: auto;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 15;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 8px;
	background-size: 100% 8px;
}

.bottom-shadow.separator {
	width: 400px;
	margin: 40px auto;
}

.related-article {
	background-color: #fff;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 10%);
	border-radius: 6px;
}

.related-article p:first-of-type {
	margin-top: 0;
	padding: 0;
}

.related-article p:first-of-type a {
	color: #024;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
}

.related-article p {
	padding: 0 10px;
}

.related-article p:nth-child(2) {
	color: #a4abae;
}

.related-article br {
	display: none;
}

.related-article .read-more {
	text-decoration: none;
	text-transform: uppercase;
	color: #c60c30;
	font-weight: 700;
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}

.slick-prev {
	left: -25px;
}

.slick-next {
	right: -25px;
}

.slick-next:before, .slick-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
	content: "";
}

.slick-next:before {
	content: "";
}

button.slick-arrow:before {
	color: #024 !important;
}

/* the slides */
.slick-slide {
	margin: 0 5px;
}

/* the parent */
.slick-list {
	margin: 0 -5px;
}

.slick-slide img {
	width: 100%;
	margin-bottom: 20px;
}

.check-before {
	position: relative;
}

.check-before::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	padding-right: 5px;
}

.check-before.blue::before {
	color: #0d8bd5;
}

/* carousel */
#kt-layout-id_9bac36-1c > .kt-row-column-wrap {
	width: 100%;
}

.post_article_carousel img.attachment-blog-thumbnail.size-blog-thumbnail.wp-post-image {
	min-height: auto;
	border-radius: 6px 6px 0px 0px;
}

.post-carousel a:nth-child(2) {
	font-size: 1.36rem;
	font-weight: 700;
	color: #024;
	text-align: center;
	padding: 0px 25px 10px;
}

.post-carousel p {
	padding: 5px;
}

.post-carousel .read-more {
	color: #c60c30 !important;
	font-family: "Open Sans", sans-serif !important;
	text-transform: capitalize !important;
	font-weight: 100 !important;
}

.post-carousel li {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 50%) !important;
}

ul.slick-slider, ol.slick-slider {
	margin: 0 30px;
	padding: 0;
}

.post-carousel li.related-article.slick-slide {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	max-width: 100%;
	margin: 0 15px;
	position: relative;
	z-index: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 50%) !important;
	border-radius: 6px;
	min-height: 640px;
	background-color: #f0f7f9;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 1s ease;
}

.post-carousel li.related-article.slick-slide:hover img {
	transform: scale(1.1);
}

.post-carousel li.related-article.slick-slide:hover li {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 70%) !important;
}

.personalized-solutions .kt-row-layout-inner {
	overflow: visible !important;
}

@media (max-width: 768px) {
	li.related-article.slick-slide {}
}

/* carousel */
.container-burglar-alarm .kt-inside-inner-col p:first-of-type, .container-burglar-alarm .kt-inside-inner-col + ul:first-of-type li, .container-burglar-alarm .kt-inside-inner-col h1:first-of-type, .container-burglar-alarm .kt-inside-inner-col h2:first-of-type, .container-burglar-alarm .kt-inside-inner-col h3:first-of-type, .container-burglar-alarm .kt-inside-inner-col h4:first-of-type, .container-burglar-alarm .kt-inside-inner-col h5:first-of-type, .container-burglar-alarm .kt-inside-inner-col h6:first-of-type {
	margin: 0px;
	padding: 0px;
}

.container-burglar-alarm .page-list {
	margin: 0px 0px;
	padding: 0px 0px;
}

.container-burglar-alarm ul.page-list + p {
	margin: 0px;
	padding: 5px 25px 0px;
}

.container-burglar-alarm .kt-inside-inner-col ul:first-of-type + p:first-of-type {
	margin: 0px;
	padding: 5px 25px 0px;
}

.container-burglar-alarm ul.page-list li {
	margin-top: 28.8px;
	margin-bottom: 0px;
}

.background-about-ane {
	position: relative;
}

.wp-block-kadence-rowlayout.alignfull.background-about-ane::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 0px;
	background-image: url("https://alarmnewengland.mystagingwebsite.com/wp-content/uploads/bottom-svg_new.svg");
	background-repeat: no-repeat;
	z-index: 1000;
	width: 100%;
	height: 110px;
	background-position: center top;
}

.img-border-ane img {
	border: 8px solid #fff;
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 20%);
}

.font-style-ane li {
	font-weight: 300 !important;
}

.plans-table-alt .kt-inside-inner-col {
	position: relative;
	z-index: 10;
	overflow: visible;
}

.plans-table-alt .wp-block-image {
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 11;
	overflow: visible;
}

.plans-table-alt {
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 10px;
	transition: .2s ease all;
	z-index: 1000;
}

.plans-table-alt:hover {
	border: 1px solid #c3161c;
}

.plans-table-alt:hover .plans-table-content {
	background-color: #fff !important;
}

.plans-table-alt:hover .check-before::before {
	color: green !important;
}

.plans-table-alt:hover h2 {
	color: #c3161c !important;
}

.all-features .is-style-default::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 42px;
	height: 40px;
	width: 15px;
	background-image: url("https://alarmnewengland.mystagingwebsite.com/wp-content/uploads/line.png");
}

.contact-section-row a {
	color: #a9a9a9;
}

.contact-section-row a:hover {
	color: #024;
}

.contact-section-row:last-of-type {
	margin-top: -65px;
}

.contact-mobile-row {
	position: relative;
	margin: 0px 25px;
	bottom: 250px;
}

.contact-link a {
	color: #a9a9a9;
}

.careers-tab .kt-tabs-wrap .wp-block-kadence-tab {
	border: none !important;
	margin-left: 15px;
	margin-top: -15px;
}

.careers-tab .kt-tabs-accordion-title {
	box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 15%);
	border-radius: 6px;
	margin-bottom: 5px;
}

p.green-check-mark::before {
	content: "";
	height: 0;
	width: 0;
	left: -1.5em;
	position: relative;
	color: #42cb83;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

p.minus::before {
	content: "";
	height: 0;
	width: 0;
	left: -1.5em;
	position: relative;
	color: #ccc;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
}

.fa.green {
	color: #008000;
	font-size: 24px;
}

.fa.red {
	color: #c60c30;
	font-size: 24px;
}

.compare-tbl td:first-child {
	text-align: left;
	font-weight: 700;
}

.compare-tbl td, .compare-tbl th {
	padding: 8px;
	font-size: 16px;
}

.branches-office-box a {
	color: #000;
}

/* table with images start */
.hsg-table .hsg-table__row .hsg-table__cell--name {
	font-size: 15px;
	font-weight: 600;
	background-color: #f9f8f7;
}

.centered, .row-fluid .span12.centered {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
}

.hsg-table .hsg-table__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #e4e5e6;
}

.hs_cos_wrapper {
	display: block;
}

.hs_cos_wrapper:before, .hs_cos_wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.hsg-table .hsg-table__row .hsg-table__cell {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 16%;
	padding: 1.5em 1em;
	list-style: none;
	border-left: 1px solid #e4e5e6;
	border-top: 0;
}

.hsg-table .hsg-table__row .hsg-table__cell--name {
	font-size: 15px;
	font-weight: 600;
	background-color: #f9f8f7;
}

.hsg-table .hsg-table__row .hsg-table__cell p {
	line-height: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
}

.hsg-table__head.hsg-table__cell.hsg-table__cell--name img {
	height: auto;
	max-width: 100%;
}

.hsg-table .hsg-table__row .hsg-table__cell p {
	line-height: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1em;
}

.hsg-table__head.hsg-table__cell--name.hsg-visible-lte-mobile {
	display: block;
}

.hsg-table__row {
	text-align: center;
	border-radius: 3px;
	max-width: 525px;
	margin: 0 auto 2rem;
}

@media (max-width: 500px) {
	p.hsg-table__head.hsg-table__cell--name.hsg-visible-lte-mobile {
		text-transform: uppercase;
	}
	
	.hsg-table .hsg-table__row .hsg-table__cell--name {
		background-color: transparent;
	}
	
	.hsg-visible-lte-mobile {
		display: block !important;
	}
}

.right-arrow {
	width: 3vmin;
	height: 3vmin;
	box-sizing: border-box;
	transform: rotate(45deg);
	position: absolute;
	top: 20%;
	right: 44%;
}

.right-arrow::before {
	border-width: .4vmin .4vmin 0 0;
	display: block;
}

.right-arrow::before {
	content: "";
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: #131313;
	transform-origin: 100% 0;
	transition: .2s ease;
}

.gt-row .kt-inside-inner-col figure img, .gt-row .kt-inside-inner-col svg {
	border-radius: 50%;
	border: 1px solid red;
	padding: 20px;
}

.gt-row .kt-inside-inner-col svg {
	fill: #4693fb;
	width: 150px;
}

@media (max-width:767px) {
	.hsg-table .hsg-table__row .hsg-table__cell {
		padding: .5em 1em;
	}
	
	.hsg-table .hsg-table__row {
		margin-bottom: 1.5em;
	}
	
	.hsg-table .hsg-table__row .hsg-table__cell {
		width: 100%;
		border-left: 1px solid #e4e5e6;
		border-bottom: 1px solid #e4e5e6;
	}
	
	.sm-width-adjust {
		max-width: 25% !important;
	}
	
	.sm-hidden {
		display: none !important;
		visibility: visible;
	}
	
	.whats-included h3 {
		font-size: 14px;
		padding: 0 5px;
	}
	
	.whats-included h3 {
		height: 100px;
		margin: 0;
		-ms-flex-align: center;
		align-items: center;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.bg-light {
		background: #f0f7f9 !important;
	}
	
	h3.column.bg-light {
		background-color: #f0f7f9 !important;
	}
	
	.whats-included .cell-head, .whats-included a.cta_button {
		font-size: 12px !important;
	}
	
	button.initialism.slide_open {
		display: inline-block;
	}
	
	.right-arrow {
		position: unset;
		float: none;
		transform: rotate(135deg);
		margin: 40px auto;
		text-align: center;
	}
}

@media (min-width: 768px) {
	.hsg-table__head.hsg-table__cell--name.hsg-visible-lte-mobile {
		display: none;
	}
	
	.hsg-table__cell {
		-webkit-box-flex: 1;
		flex: 1;
		border-width: 0;
	}
	
	.hsg-table__row {
		border-radius: 0;
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		border-bottom: none !important;
	}
	
	.hsg-table tr, .hsg-rich-text table tr, .hsg-table th, .hsg-rich-text table th, .hsg-table td, .hsg-rich-text table td, .hsg-table__row, .hsg-table__cell {
		border: 1px solid #dfe3eb;
	}
	
	.hsg-table .hsg-table__row.hsg-table__cell--description, .hsg-table .hsg-table__row.hsg-table__head {
		text-align: center;
	}
	
	.hsg-table__row:first-child {
		border-radius: 3px;
	}
	
	.hsg-table__row:first-child {
		border-width: 1px;
	}
	
	.hsg-table .hsg-table__row .hsg-table__cell {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.hsg-table .hsg-table__row .hsg-table__cell:nth-child(3n-2) {
		border-left: 1px solid #e4e5e6;
	}
	
	.hsg-table .hsg-table__row .hsg-table__cell--name {
		text-align: center;
	}
}

/* table with images end */

/* blue table  start */
.whats-included .pkg-row {
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.whats-include-outer-sec {
	text-align: center;
	padding: 43px 0px;
}

.whats-included .column {
	flex: 1 1 0px;
	text-align: center;
	min-width: initial;
	padding: 0 10px;
}

.whats-included h3 {
	height: 100px;
	margin: 0;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.whats-included .pkg-head h3:not(:first-child) {
	background: #4693fb;
	border-bottom: 2px solid #d4d9dd;
	color: #fff;
}

.whats-included .pkg-head h3.most-popular {
	box-shadow: 0 0 15px -1px rgba(0, 0, 0, 30%);
	position: relative;
}

.whats-included .pkg-head h3:not(:first-child) {
	background: #4693fb;
	border-bottom: 2px solid #d4d9dd;
	color: #fff;
}

.whats-included .cell-head {
	align-items: center;
	border-bottom: 1px solid #d4d9dd;
	background-color: #f0f7f9;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.whats-included .cell-content {
	border-bottom: 1px solid #d4d9dd;
	background-color: #fff;
	border-right: 1px solid #d4d9dd;
	line-height: 55px;
}

.whats-included .cell-content .fa {
	color: #4693fb;
	font-size: 28px;
}

.whats-included .h100 {
	height: 100%;
}

.whats-included .pkg-head-bottom .cta, .whats-included .pkg-content-bottom .cta {
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #d4d9dd;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-ms-flex-pack: center;
	justify-content: center;
}

.whats-included .pkg-head-bottom, .whats-included .pkg-content-bottom {
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-bottom: 3px solid #d4d9dd;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
}

.three-cards button.initialism, .whats-included button.initialism {
	background: #0d8bd5 !important;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 18px 38px;
	font-size: 16px !important;
	display: inline-block;
	position: relative;
	border: 2px solid transparent;
	border-radius: 60px;
	transition: .2s ease-in-out;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
	border-radius: 5px;
	padding: 10px 20px;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 25%);
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

button.initialism {
	background: #0d8bd5 !important;
	box-shadow: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 18px 38px;
	font-size: 16px !important;
	display: inline-block;
	position: relative;
	border: 2px solid transparent;
	border-radius: 60px;
	transition: 22.2s ease-in-out;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	text-shadow: none;
}

.sm-width-adjust {
	max-width: 25% !important;
}

@media (min-width: 768px) {
	h3.column.bg-light {
		background-color: #f0f7f9 !important;
	}
}

/* blue table ends */
.round-icon {
	width: 60px;
	height: 60px;
	background: #c60c30;
	border-radius: 50%;
	margin: auto;
}

.red-circle-box svg {
	position: relative;
	top: 20px;
}

.top-shadow {
	text-align: center;
}

.top-shadow img {
	width: 100%;
	max-width: 400px;
	text-align: center;
	margin: auto;
	height: 8px;
}

.timeline {
	padding: 231px 0px;
}

.timeline ol {
	font-size: 0;
	width: 100%;
	transition: all 1s;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.timeline ol li {
	position: relative;
	list-style-type: none;
	margin: 0;
	width: 16.6%;
	float: left;
	padding: 0;
	height: 8px;
	background: #c3161c;
}

.timeline ol li:first-child:before {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 0px);
	bottom: 0;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #024;
	z-index: 99;
}

.timeline ol li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 0px);
	bottom: 0;
	width: 30px;
	height: 30px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #024;
	z-index: 99;
}

.timeline ol li .tl-content {
	position: absolute;
	left: -40px;
	font-size: 16px;
	white-space: normal;
	text-align: center;
	width: 300px;
}

.timeline time {
	display: block;
	font-size: 50px;
	margin-bottom: 8px;
	color: #c3161c;
}

.timeline ol li:first-child:before {
	left: 0;
}

.timeline ol li:nth-child(even) .tl-content {
	transform: translateY(-100%);
}

.service-area-tabs .kt-tabs-title-list {
	justify-content: center;
}

.service-area-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

.service-area-tabs #tab-rhodeisland a {
	border-right: 0 !important;
}

.border-left {
	border-left: 1px solid #ddd;
}

.border-right {
	border-right: 1px solid #ddd;
}

.half-bg-light-blue-left {
	background-image: -webkit-linear-gradient(0deg, #f0f7f9 50%, #fff 50%);
}

.half-bg-light-blue-right {
	background-image: -webkit-linear-gradient(0deg, #fff 50%, #f0f7f9 50%);
}

.header-blue-line-after {
	position: relative;
}

.header-blue-line-after::after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #0d8bd5;
	height: 2px;
	bottom: -10px;
	max-width: 200px;
}

.infobox-hover {
	position: relative;
	transition: .4s ease;
}

.infobox-hover .info-box-link {
	min-height: 400px;
}

.infobox-hover:hover {
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 20px 60px -10px rgba(0, 0, 0, 30%);
	border-radius: 6px;
}

.infobox-hover::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 25%;
	border-top: 3px solid #0d8bd5;
	top: -1px;
	margin: auto;
}

.team-member {
	min-height: 210px;
	padding: 10px 0;
}

.team-member img {
	width: 100px !important;
	border-radius: 100%;
	height: 100px !important;
	margin: auto;
	border: 1px solid #024;
	transition: all .4s;
}

.team-member:hover img {
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 20%);
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 20%);
	border: 3px solid #c3161c;
	transform: scale(1.2);
}

.team-member .kadence-info-box-image-intrisic.kb-info-box-image-ratio, .team-member .kt-blocks-info-box-media {
	overflow: visible !important;
}

.timeline-segment {
	max-width: 1000px;
	margin: 30px auto 10px;
	position: relative;
}

.timeline-content {
	width: 50%;
	min-height: 160px;
	position: relative;
}

.timeline-image {
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 100%;
	box-shadow: 0 0 0 5px #4693fb;
	transition: .4s ease;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.timeline-image {
	position: absolute;
	top: 50%;
	margin-top: -85px;
}

.timeline-segment.left .timeline-image {
	right: -85px;
}

.timeline-accent-theme .timeline-image {
	box-shadow: 0 0 0 5px #4693fb !important;
}

.timeline-image img {
	width: 160px !important;
	height: 160px !important;
	margin: 5px;
	border-radius: 100%;
}

.timeline-segment.left .timeline-text {
	padding-right: 130px;
	text-align: right;
}

.timeline-segment .top-line {
	content: "";
	display: block;
	width: 6px;
	position: absolute;
	height: 35px;
	left: 50%;
	margin-left: -3px;
	background-color: #4693fb;
	border-radius: 3px;
}

.timeline-segment .top-line {
	top: -30px;
}

.timeline-segment h3 {
	font-size: 1.78rem;
	color: #024;
}

.timeline-accent-theme .timeline-segment .top-line {
	background-color: #4693fb !important;
}

.timeline-segment:after {
	content: "";
	display: table;
	clear: both;
}

.timeline-segment .bottom-line {
	content: "";
	display: block;
	width: 6px;
	position: absolute;
	height: 35px;
	left: 50%;
	margin-left: -3px;
	background-color: #4693fb;
	border-radius: 3px;
}

.timeline-segment .bottom-line {
	bottom: -30px;
}

.timeline-accent-theme .timeline-segment .top-line {
	background-color: #4693fb !important;
}

.timeline-accent-theme .timeline-segment .bottom-line {
	background-color: #4693fb !important;
}

.timeline-segment.right .timeline-content {
	float: right;
}

.timeline-segment.right .timeline-image {
	left: -85px;
}

.timeline-segment.right .timeline-text {
	padding-left: 130px;
	text-align: left;
}

@media (max-width: 1024px) {
	.line-bottom img {
		position: absolute;
		bottom: 0;
		height: 40px;
		left: 40%;
	}
}

@media (min-width: 1280px) {
	.row-fluid .span4 {
		width: 31.623931624%;
	}
}

@media (min-width: 1280px) {
	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 28px;
		margin-left: 2.564102564%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 769px) {
	body > #page > .content-area.left-sidebar > main.site-main {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 3%;
	}
	
	body > #page > .content-area.right-sidebar > main.site-main {
		padding-right: 3%;
	}
	
	body > #page > .content-area.left-sidebar > aside.widget-area {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width: 992px) {
	body > #page > .content-area.left-sidebar > aside.widget-area, body > #page > .content-area.right-sidebar > aside.widget-area {
		width: 200px;
	}
	
	body > #page > .content-area.left-sidebar > main.site-main, body > #page > .content-area.right-sidebar > main.site-main {
		width: calc(100% - 200px);
	}
	
	.site-header .top-header {
		display: none;
	}
	
	.main-navigation {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body > #page > .content-area > main.site-main {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	
	body > #page > .content-area > aside.widget-area, body > #page > .content-area > main.site-main {
		width: 100% !important;
	}
	
	body > #page > .content-area.left-sidebar > main.site-main, body > #page > .content-area.left-sidebar > aside.widget-area {
		-webkit-box-ordinal-group: unset;
		-ms-flex-order: unset;
		order: unset;
	}
	
	#mobile-navigation {
		width: 100%;
	}
	
	.main-navigation ul ul {
		display: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: none;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		-webkit-transform: none;
		transform: none;
		transition: none;
		opacity: 1;
	}
	
	.main-navigation ul li:hover ul {
		display: block;
	}
	
	.hero-btns .kt-btn-wrap {
		width: 100%;
	}
	
	.site-header .container {
		justify-content: space-around;
	}
	
	.site-branding a {
		/* background: transparent url("/wp-content/uploads/Alarm_NewEngland_mobile-logo-150.jpg") no-repeat scroll 0 0 !important;
		overflow: auto; */
		content: url("https://cdn-iledlif.nitrocdn.com/YCfwEdBxkIpWTUeDfOzyMGKzNUxhcbNp/assets/images/optimized/rev-fc3c681/alarmnewengland.com/wp-content/uploads/Alarm_NewEngland_mobile-logo-150.jpg");
		height: 70px;
		display: block;
	}
	
	.site-header .footer-button a {
		border-radius: 0 !important;
	}
	
	.phone-container img {
		display: inline-block;
		margin: 40px 0 0;
		position: relative;
		z-index: 20;
		width: 242px;
		max-height: 524px;
	}
	
	.get-quote a, .sales-button a {
		padding-left: 12px !important;
		padding-right: 12px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
		font-size: 13px !important;
	}
	
	.btn-mobile {
		margin: 0 20px;
		text-align: center;
	}
	
	.btn-mobile div {
		text-align: center;
		font-size: 11px;
		line-height: 11px;
		font-weight: 700;
	}
	
	.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap, .security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
		width: 100%;
		float: none;
	}
	
	.security-tabs .kt-tabs-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.security-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list li {
		margin: 0 50px 10px 50px !important;
	}
	
	.kt-mobile-layout-row.kt-v-gutter-default .plans-table .wp-block-kadence-column {
		margin-bottom: 100px;
	}
	
	.kt-mobile-layout-row.kt-v-gutter-default .plans-table .kt-row-has-bg {
		left: 50% !important;
		transform: translate(-50%, 0) !important;
	}
	
	.app-tabs .kt-row-layout-inner, .app-quote .kt-row-layout-inner {
		margin: 0px !important;
	}
	
	.wp-block-kadence-rowlayout.alignnone.plans-table-alt {
		overflow: visible !important;
	}
	
	.app-tabs .kt-tabs-layout-vtabs {
		display: block;
	}
	
	.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap, .app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
		width: 100%;
		float: none;
	}
	
	.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-content-wrap figure {
		text-align: center;
	}
	
	.app-tabs .kt-tabs-layout-vtabs>.kt-tabs-title-list {
		grid-template-columns: 1fr 1fr;
	}
	
	.btn-mobile div {
		display: block;
	}
	
	.line-bottom img {
		position: absolute;
		bottom: 0;
		height: 40px;
		left: 48%;
	}
	
	.timeline {
		padding: 0px !important;
	}
	
	.timeline ol {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}
	
	.timeline ol li {
		width: 50%;
		height: auto;
		background: transparent;
		border-top: 8px solid #c3161c;
	}
	
	.timeline ol li:nth-child(odd) {
		border-color: rgba(195, 22, 28, .5);
	}
	
	.timeline ol li .tl-content {
		position: unset !important;
		transform: unset !important;
		width: auto;
	}
	
	.timeline ol li::before, .timeline ol li::after {
		display: none;
	}
	
	.half-bg-light-blue-left {
		background-image: none;
	}
	
	.half-bg-light-blue-left.nitro-lazy {
		background-image: none !important;
	}
	
	.half-bg-light-blue-right {
		background-image: none;
	}
	
	.half-bg-light-blue-right.nitro-lazy {
		background-image: none !important;
	}
	
	.timeline-segment {
		max-width: 400px;
		margin: 40px auto;
	}
	
	.timeline-content {
		width: 100%;
	}
	
	.timeline-image {
		position: static;
		margin: 0 auto 40px;
		text-align: center;
	}
	
	.timeline-text {
		text-align: center;
	}
	
	.timeline-segment .top-line, .timeline-segment .bottom-line {
		display: none;
	}
	
	.timeline-segment.left .timeline-text, .timeline-segment.right .timeline-text {
		padding-right: initial;
		text-align: center;
	}
	
	.timeline-segment.right .timeline-text {
		padding-left: initial;
	}
}

.arrow-tab ul.kt-tabs-title-list {
	outline: none;
	position: relative;
}

.arrow-tab ul.kt-tabs-title-list li.kt-tab-title-active a {
	max-width: 255px;
	padding: 11px 15px;
	font-size: 18px;
	text-align: left;
	animation: unset;
	transition: unset;
	line-height: 1.26;
	border-radius: 3px 0 0 3px;
	opacity: .5;
}

.arrow-tab li.kt-tab-title-active a:after {
	content: "";
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 20px solid #f3f4f6;
	max-height: 52px;
}

.stay-in-control-box-shadow {
	border-radius: 6px;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 20%), 0 2px 15px rgba(0, 0, 0, 0%);
}

.stay-in-control-box-shadow .kt-blocks-info-box-link-wrap {
	min-height: 461px;
}

@media screen and (max-width: 480px) {}
