/* Center the entire header block */
#testimonialblockcustomheader {
  text-align: center;
  margin-bottom: 2rem;
}

/* Style the H1 */
#testimonialblockcustomheader h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 0.5rem;
}

/* Make the two H3s sit side by side */
#testimonialblockcustomheader .testimonialblockcustomheaderh3 {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#testimonialblockcustomheader .testimonialblockcustomheaderh3 h3 {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 1.5rem;
  font-weight: normal;
}

/* Color the stars the same yellow as Google Reviews */
#testimonialblockcustomheader .fa-star.checked {
  color: #FFC107; /* Google’s star yellow */
  margin: 0 0.2rem;
  font-size: 1.5rem;
}

/* Optional: adjust spacing under the stars */
#testimonialblockcustomheader .fa-star.checked + .fa-star.checked {
  /* removes any extra gap if needed */
  margin-left: 0;
}


.logo {
	padding: 10px 0;
}

.hero {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, var(--region-bg-opacity, 0));
  z-index: 0;
  pointer-events: none;
}



.hero {
  p {
    color: var(--region-p-colour) !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: var(--region-heading-colour) !important;
  }
  a {
    color: var(--region-link-colour) !important;
  }
}

.header-top-highlighted {
  p {
    color: var(--region-p-colour) !important;
  }
  h1, h2, h3, h4, h5, h6 {
    color: var(--region-heading-colour) !important;
  }
  a {
    color: var(--region-link-colour) !important;
  }
}


.mt-no-opacity {
    opacity: 1 !important;
}

#main-menu-link-contentc7b18a65-48fd-437c-b261-590d0217c104 a {
	color: #ffffff !important;
}

#block-flashyplus-mainnavigation .content a.is-active {
	color: #ffffff;
}

/**
 * Styles for MLT Button 2 buttons.
*/

@media (max-width: 960px) {
    .mlt-button2 {
        text-align: center !important;
        margin: 12px 0 !important;
        display: block !important;
    }
}

a.mlt-button2,
.mlt-button2 > a,
button.mlt-button2,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-size: 16px;
  font-weight: 400;
  padding: 16px 33px;
  text-decoration: none;
  display: inline-block;
  line-height: 1.125;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
  text-align: center;
  position: relative;
	border-color: var(--mt-color-primary);
    background-color: var(--mt-color-primary-contrast);
    color: var(--mt-color-primary);
}

a.mlt-button2:hover,
.mlt-button2 > a:hover,
button.mlt-button2:hover {
  position: relative;
  padding-right: 43px;
  padding-left: 23px;
}

a.mlt-button2:after,
.mlt-button2 > a:after,
button.mlt-button2:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -9px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: transparent;
}

a.mlt-button2:hover:after,
.mlt-button2 > a:hover:after,
button.mlt-button2:hover:after,
input[type="submit"]:hover:after,
input[type="reset"]:hover:after,
input[type="button"]:hover:after {
  color: inherit;
}

a.mlt-button2:focus,
.mlt-button2 > a:focus,
button.mlt-button2:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  border: 2px solid #FFFFFF;
  outline: 2px solid var(--mt-color-base);
}

button.mlt-button2 {
  -webkit-appearance: none;
}

a.mlt-button2.mlt-button2--outline,
.mlt-button2.mlt-button2--outline > a,
input[type="submit"][value="Reset"],
input[type="submit"].mlt-button2--outline,
input[type="reset"].mlt-button2--outline,
input[type="button"].mlt-button2--outline {
  background-color: transparent;
  border-color: var(--mt-color-base);
  border-width: 1px;
  padding-top: 17px;
  padding-bottom: 17px;
}
a.mlt-button2.mlt-button2--outline:hover,
.mlt-button2.mlt-button2--outline > a:hover,
input[type="submit"][value="Reset"]:hover,
input[type="submit"].mlt-button2--outline:hover,
input[type="reset"].mlt-button2--outline:hover,
input[type="button"].mlt-button2--outline:hover {
  background-color: var(--mt-color-base);
  color: #FFFFFF;
}
a.mlt-button2.mlt-button2--outline:focus,
.mlt-button2.mlt-button2--outline > a:focus,
input[type="submit"][value="Reset"]:focus,
input[type="submit"].mlt-button2--outline:focus,
input[type="reset"].mlt-button2--outline:focus,
input[type="button"].mlt-button2--outline:focus {
  border: 1px solid #FFFFFF;
  outline: 2px solid var(--mt-color-base);
  background-color: var(--mt-color-base);
  color: #FFFFFF;
}
a.mlt-button2.mlt-button2--small,
.mlt-button2.mlt-button2--small > a,
button.mlt-button2.mlt-button2--small {
  font-size: 14px;
  padding: 6px 20px;
  border-width: 2px;
  text-transform: none;
}
a.mlt-button2.mlt-button2--small:hover,
.mlt-button2.mlt-button2--small > a:hover,
button.mlt-button2.mlt-button2--small:hover {
  padding-right: 30px;
  padding-left: 10px;
}
a.mlt-button2.mlt-button2--small:hover:after,
.mlt-button2.mlt-button2--small > a:hover:after,
button.mlt-button2.mlt-button2--small:hover:after {
  font-size: 12px;
  right: 13px;
  margin-top: -6px;
}
input[type="submit"] + input[type="submit"],
.mt-button + .mlt-button2 {
  margin-left: 20px;
}
span.mlt-button2-operator {
  margin: 0 10px 0 5px;
}
a.mlt-button2 .svg-inline--fa {
  margin-right: 10px;
}
a.mlt-button2--no-margins {
  margin: 0;
}
/**
 * Styles for MLT Button 2 buttons.
*/





















#rewire-calc-total-cost-scroll-div {
    position: sticky;
    top: 0;
}

.view-specialist-services .view-content h2 {
	font-size: 18px;
}

.eu-cookie-withdraw-tab {
    left: 5% !important;
}

@media (max-width: 960px) {
	.mt-button {
	text-align: center !important;
    margin: 12px 0 !important;
    display: block!important;
	}
}

.mt-patterns-enabled .page-top-container:after {
    background: linear-gradient(0deg,var(--mt-color-bright) 0%, transparent 0%) !important;
}

.view-commercial-service-taxonomy-term-banner-block {
    margin-bottom: 30px;
}

.view-commercial-service-taxonomy-term-banner-block .view-content {
    color: var(--mt-color-primary-contrast);
}

.view-commercial-service-taxonomy-term-banner-block .view-content h2 {
    color: var(--mt-color-primary-contrast);
}

.view-commercial-service-taxonomy-term-banner-block .view-content h1 {
    color: var(--mt-color-primary-contrast);
    margin-top: 0;
}

.view-all-services .view-content h2 {
    font-size: 16px;
}

.view-commercial-services .view-content h2 {
    font-size: 16px;
}


@media (max-width: 768px) {
	.view-location-taxonomy-term-banner-block .view-content h2 {
		font-size: 22px;
	}
}

@media (max-width: 768px) {
	.view-service-taxonomy-term-banner-block .view-content h2 {
		font-size: 22px;
	}
}

.view-location-taxonomy-term-banner-block {
	margin-bottom: 30px;
}

.view-service-taxonomy-term-banner-block {
	margin-bottom: 30px;
}

#block-views-block-service-taxonomy-term-description-block-block-1 .view-content {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 30px;
}

#homepagemaincontentbody h2 {
	margin-top: 0;
}

.homepagemtbutton {
	margin: 18px 0;
}

#block-flashyplus-homepageherosecondblock .content ul {
	margin: 0px 0;
	color: #ffffff;
}

#block-flashyplus-homepageherosecondblock .content li {
	padding: 0 0 5px 35px;
	color: #ffffff;
}

#block-flashyplus-homepageherosecondblock .content h2 {
    font-size: 1.0em;
    text-transform: capitalize;
	color: #ffffff;
}

#block-flashyplus-homepageherosecondblock .content h1 {
    font-size: 40px;
    margin: 0;
	color: #ffffff;
}

.agree-button {
	background-color: #ffffff;
    padding: 5px 26px;
    color: var(--mt-color-dark-colored);
    border-radius: 12px;
	font-weight: bold;
}

.decline-button {
	background: none !important;
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    color: #ffffff;
}

.header-top-highlighted .row {
	margin-right: 0;
    margin-left: 0;
}

.view-service-taxonomy-term-banner-block .view-content h2 {
	color: var(--mt-color-primary);
}

.view-service-taxonomy-term-banner-block .view-content h1 {
	color: var(--mt-color-primary);
	margin-top: 0px;
}

.view-service-taxonomy-term-banner-block .view-content {
	color: var(--mt-color-primary);
}

.page-view-id-services-taxonomy-term .content-top__section {
    padding: 0px 0;
}

.node--type-mt-post.node--view-mode-mt-teaser-tile .node__title {
    min-height: 44px !important;
}

.page-view-id-services-taxonomy-term .content-top__section {
    padding: 0px 0;
}

.page-view-id-locations-taxonomy-term .content-top__section {
    padding: 0px 0;
}

#block-webform-5 input:hover:after {
    color: inherit;
	content: "\f105";
    font-family: 'Font Awesome 5 Free','Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	color: inherit;
}

#block-webform-5 input:hover:before {
    opacity: 1;
	background-color: var(--mt-color-primary-light);
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.5s linear;
}

#block-webform-5 input:hover {
    position: relative;
    padding-right: 43px;
    padding-left: 23px;
}

.view-location-taxonomy-term-banner-block .view-content h2 {
	color: var(--mt-color-primary);
}

.view-location-taxonomy-term-banner-block .view-content h1 {
	color: var(--mt-color-primary);
	margin-top: 0px;
}

.view-location-taxonomy-term-banner-block .view-content {
	color: var(--mt-color-primary);
}

#block-webform-6 .form-item {
    margin: 6px 0 !important;
}

#block-webform-6 form {
    border: 2px dashed #fff;
    padding: 0px 10px;
}

#block-webform-6 .form-actions {
    margin: 0 0 8px 0;
}

#block-webform-5 .form-item {
    margin: 6px 0 !important;
}

#block-webform-5 form {
    border: 2px dashed #fff;
    padding: 0px 10px;
}

#block-webform-5 .form-actions {
    margin: 0 0 8px 0;
}

.page-node-type-mt-showcases .field--name-field-mt-shw-body {
	
}

.page-node-type-mt-showcases .field--name-field-mt-shw-subheader-body {
	margin-bottom: 20px !important;
	margin-top: 10px !important;
}

.page-node-type-mt-showcases .field--name-field-mt-shw-subtitle {
	font-size: 32px;
	margin-bottom: 0px !important;
}

#block-homepagebackgroundimagebanner .block-mt-hero-v2 > .content {
    padding: 40px 0;
}

#block-homepagebackgroundimagebanner .background-image-block__section {
    padding: 0px 0;
}

.region-system-messages .placeholder {
    background-color: transparent;
    opacity: 1;
	vertical-align: top;
}

.mlt-service-row a {
    display: block;
}

@media (min-width: 992px) {
	.mlt-service-row {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
.mlt-specialist-service-header {
	padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 10px !important;
}
}

.taxonomy-description-field {
	text-align:center;
	margin:20px 0;
	background-color: var(--mt-color-tint);
    color: var(--mt-color-tint-contrast);
    border-color: var(--mt-border-color);
    --mt-color-high-contrast: var(--mt-color-flashy-dark);
	padding: 20px 0;
}

.locationheaderbottom h3 {
    margin-top: 10px !important;
    padding-bottom: 20px;
	font-size: 18px;
	color: #ffffff;
}

.locationheaderbottom h2 {
	margin-top: 20px !important;
    margin-bottom: 0px !important;
	font-size: 22px;
	color: #ffffff;
}

.locationheaderbottom {
    text-align: center;
	color: #ffffff;
}

.view-videos .views-row img {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.view-videos .views-row .node--view-mode-mt-teaser-tile .node__title {
    font-size: 24px;
    line-height: 1.4;
}

.view-videos .views-row .node--type-mt-video {
    box-shadow: 0 1px 2px rgb(64 64 64 / 31%), 0 1px 4px rgb(64 64 64 / 26%);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.view-videos .views-row .field--name-field-mt-pst-video {
	margin: 0 0 0px 0;
}

.view-videos .views-row .mt-teaser-tile-card {
	text-align: center;
	padding-bottom: 20px;
}

@media (max-width: 992px) {
.node--type-mt-post .field--name-field-mt-pst-body .field--name-field-media-oembed-video iframe {
	width: 100%;
    height: 350px;
}
}

@media (max-width: 992px) {
.node--type-mt-post .field--name-field-mt-pst-body .media--type-remote-video {
	display: inline;
}
}

@media (min-width: 992px) {
.node--type-mt-post .field--name-field-mt-pst-body .field--name-field-media-oembed-video iframe {
	width: 100%;
    height: 350px;
}
}

@media (min-width: 992px) {
.node--type-mt-post .field--name-field-mt-pst-body .media--type-remote-video {
	display: inline;
}
}

a.mt-button:hover, .mt-button > a:hover, button.mt-button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, a.mt-button:focus, .mt-button > a:focus, button.mt-button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    color: var(--mt-color-primary-contrast) !important;
    border-color: var(--mt-color-secondary) !important;
    background-color: var(--mt-color-secondary) !important;
}

@media (min-width: 992px) {
#block-whatweoffersidebarblock .content .mt-button + .mt-button {
	margin-left: 0px !important;
}
}

@media (max-width: 992px) {
#block-whatweoffersidebarblock .content .mt-button + .mt-button {
	margin-left: 0px !important;
}
}

@media (max-width: 992px) {
.homepagemtbutton .mt-button + .mt-button {
	margin-left: 0px !important;
}
}

@media (max-width: 992px) {
.locationheaderleft {
    display: inline-block;
    width: 100%;
	padding: 1em;
}
}

@media (min-width: 992px) {
.locationheaderleft {
	vertical-align: top;
	margin-top: 10px;
	display: inline-block;
    width: 49%;
}
}

#content-top-highlighted .locationheaderleft ul {
	margin: 0px 0;
}

#content-top-highlighted .locationheaderleft li {
	padding: 0 0 5px 35px;
}

#content-top-highlighted .locationheaderleft h2 {
    font-size: 1.0em;
    font-weight: normal;
    text-transform: capitalize;
    margin: 6px 0 6px 0;
}

#content-top-highlighted .locationheaderleft h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 0px 0 0px 0;
}

.region-footer-first #block-sitebranding .site-slogan {
	text-align: center;
	margin: 10px 0;
}

.region-footer-first #block-sitebranding .site-name a {
	color: #ffffff;
}

.region-footer-first #block-sitebranding .site-name {
	text-align: center;
	margin: 10px 0;
}

.region-footer-first #block-sitebranding .logo {
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.region-footer-first #block-sitebranding .logo-and-site-name-wrapper {
    display: block;
}

.mltdoubleunderline {
  position: relative;
}

.mltdoubleunderline:after {
  	content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    height: 29px;
    width: 100%;
    border: solid 6px var(--mt-color-secondary);
    border-color: var(--mt-color-secondary) transparent transparent transparent;
    border-radius: 50%;
}

@media (min-width: 992px) {
#block-whatweoffersidebarblock .content a {
	margin-top: 10px !important;
	width: 100%;
}
}

@media (min-width: 992px) {
#block-whatweoffersidebarblock .content {
	text-align: center;
}
}

@media (max-width: 992px) {
#block-whatweoffersidebarblock .content a {
	margin-top: 10px !important;
}
}

@media (max-width: 992px) {
#block-whatweoffersidebarblock .content {
	text-align: center;
}
}

#block-whatweoffersidebarblock .content h3 {
	text-align: center;
    margin-top: 0px;
}

@media (max-width: 992px) {
.homepagemtbutton a {
	margin-top: 10px !important;
}
}

@media (max-width: 992px) {
.homepagemtbutton {
	text-align: center;
}
}

.homepagetopfirstcall svg {
	color: #ffffff;
	margin-right: 5px;
}

.homepagetopfirstemail svg {
	color: #ffffff;
	margin-right: 5px;
}

.homepagetopfirstcall a {
	color: #ffffff;
}

.homepagetopfirstemail a {
	color: #ffffff;
}

.view-mt-carousel .owl-nav {
	color: var(--mt-color-high-contrast);
}

.view-mt-carousel .view-content .views-field-title a {
	color: var(--mt-color-high-contrast);
	font-size: 1.5em;
}

.view-mt-carousel .view-content .views-field-field-mt-tst-subtitle {
	color: var(--mt-color-high-contrast);
	font-style: italic;
    margin: 10px 0;
}

.view-mt-carousel .view-content .views-field-field-mt-tst-body-1 {
	color: var(--mt-color-high-contrast);
	margin-bottom: 20px;
}

.view-mt-carousel .views-field-field-mt-tst-body .field-content p:after {
    content: close-quote;
}

.view-mt-carousel .views-field-field-mt-tst-body .field-content p:before {
    content: open-quote;
}

.view-mt-carousel .owl-stage-outer .views-field-field-mt-tst-body {
	color: #000000;
    margin-top: 20px;
}

.view-mt-carousel .owl-stage-outer {
	text-align: center;
}

.testimonialblockcustomheaderh3 img {
	margin-left: 10px;
    margin-right: 10px;
    height: 40px;
    vertical-align: middle;
	margin-bottom: 10px;
}

.testimonialblockcustomheaderh3 {
	
}

.view-mt-carousel .view-header .checked {
	color: orange;
	font-size: 1.5em;
    margin: 10px 0;
}

.view-mt-carousel .view-header h3 {
	margin: 0px 0 0px 0;
	display: inline-block;
	color: var(--mt-color-high-contrast);
}

.view-mt-carousel .view-header h2 {
	margin-bottom: 0px;
}

.view-mt-carousel .view-header {
	text-align: center;
}

@media (max-width: 768px) {
#block-iconfeatures .col-lg-3 {
	flex: 0 0 50%;
    max-width: 50%;
}	
}

#block-iconfeatures .content .feature__image {
	text-align: center;
}

#block-iconfeatures .content .paragraph {
	text-align: center;
}

#block-iconfeatures .content {
	text-align: center;
}

@media (max-width: 768px) {
#block-homepagefeatures-3 .col-lg-4 {
	flex: 0 0 50%;
    max-width: 50%;
}	
}

#block-views-block-areas-we-cover-block-1 .view-content ul {
	padding-left: 0px;
}

@media (max-width: 768px) {
#block-views-block-areas-we-cover-block-1 .col-lg-3 {
	flex: 0 0 50%;
    max-width: 50%;
	float:left;
}	
}

@media (min-width: 768px) {
	.view-mt-carousel .view-content .views-field-view-node a {
		padding: 6px 33px;
	}
}

.typing-animation-container {
    padding: 10px 0 10px !important;
}

#block-hierarchicaltaxonomymenu-5 ul a:before {
    margin-top: -7px;
}

#block-hierarchicaltaxonomymenu-5 ul a {
    padding: 0px 0px 0px 20px;
}

@media (min-width: 992px) {
#block-hierarchicaltaxonomymenu-5 .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
	display: inline-block;
}
}

@media (max-width: 992px) {
#block-hierarchicaltaxonomymenu-5 .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 49%;
    max-width: 49%;
	display: inline-block;
}
}

.#block-hierarchicaltaxonomymenu-5 .views-row {
    display: inline-block;
}

#block-hierarchicaltaxonomymenu-6 ul a:before {
    margin-top: -7px;
}

#block-hierarchicaltaxonomymenu-6 ul a {
    padding: 0px 0px 0px 20px;
}

@media (min-width: 992px) {
#block-hierarchicaltaxonomymenu-6 .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
	display: inline-block;
}
}

@media (max-width: 992px) {
#block-hierarchicaltaxonomymenu-6 .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 49%;
    max-width: 49%;
	display: inline-block;
}
}

.#block-hierarchicaltaxonomymenu-6 .views-row {
    display: inline-block;
}

.block.scroll-blocks.scroll-blocks--visible a {
	color: #ffffff;
}

.block.scroll-blocks.scroll-blocks--visible {
    background-color: var(--mt-color-dark-colored);
    color: var(--mt-color-dark-colored-contrast);
    border-color: var(--mt-border-color);
    --mt-color-high-contrast: var(--mt-color-dark-colored-contrast);
	width: 100%;
    text-align: center;
	color: #ffffff;
	font-size: 1.5em;
}

.header-top-highlighted__section .block + .block {
    padding: 0px 0 0 0 !important;
}

#block-flashyplus-contactinfoheadertop ul.icons-list li {
    margin: 0px 10px;
}

#block-flashyplus-contactinfoheadertop .content {
	text-align: center;
	font-size: 1.5em;
}

#block-flashyplus-contactinfoheadertop .content a {
	color: #ffffff;
}

.region-header-top-highlighted-first {
    display: contents !important;
}

.col-xs-6ths,
.col-sm-6ths,
.col-md-6ths,
.col-lg-6ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-6ths {
        width: 16.666666%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-6ths {
        width: 16.666666%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-6ths {
        width: 16.666666%;
        float: left;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* MLT Custom token styles */
.contactpageinfofirst {
	margin-top: 15px;
}

.mainfooterinfo {
	border-bottom: 1px solid #dedede;
	margin-bottom: 8px;
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.addresstoken {
	display: inline-block;
}

.customermainlocation {
	display: inline-block;
}

.customerfirstnametoken {
	display: inline-block;
}

/* MLT Custom token styles */

#block-tokenblock-7 .content a {
	color: #ffffff;
}

#block-tokenblock-7 {
	text-align: center;
}

#block-tokenblock-7 .content {
    text-align: center;
    font-size: 1rem;
}

#block-tokenblock-7 ul.icons-list li {
    display: inline-block;
    margin: 0px 10px 4px 10px;
    vertical-align: middle;
    font-size: 1.2rem;
}

#block-tokenblock-7 .tagline {
	font-size: 1.5em;
	font-weight: 800;
}

.addresstokenfontawesomeicon {
	display: inline-block;
    float: left;
}

/* Shop cart dropdown styles */
#block-mt-business-flashyplus-cart .cart-block--contents__inner {
	background-color: var(--mt-color-primary);
}

#block-mt-business-flashyplus-cart .cart-block--contents__items tr td {
	background-color: var(--mt-color-primary);
	color: #ffffff;
}

#block-mt-business-flashyplus-cart .cart-block--contents__links a {
	background-color: var(--mt-color-secondary);
    color: #ffffff;
    padding: 5px 20px;
}
/* Shop cart dropdown styles */



#block-views-block-mt-testimonials-carousel-block-1 .owl-nav {
    color: var(--mt-color-dark-colored);
}

#block-views-block-mt-testimonials-carousel-block-1 .quote-icon {
    color: #ffffff;
}

#block-views-block-mt-testimonials-carousel-block-1 .node__title a {
	color: #ffffff;
	font-weight: bold;
}

#block-views-block-mt-testimonials-carousel-block-1 .owl-carousel.mt-carousel-testimonials .node--view-mode-mt-featured-teaser-2 {
	max-width: 100%;
    margin-bottom: 0px!important;
    margin-top: 0px !important;
    color: #ffffff;
}

#block-views-block-mt-testimonials-carousel-block-1 .title {
	margin: 0px 0 0px;
    color: #ffffff;
}

#block-views-block-areas-we-cover-block-1-2 .view-content ul {
	list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#block-flashyplus-contactinfoheadertop ul.icons-list li {

}

.view-videos .views-row .node__title {
	font-size: 100%;
}

/*LINK TREE NODE CSS*/
.field--name-field-linktree-short-bio {
	text-align: center;
}

.field--name-field-linktree-mlt-name {
	text-align: center;
	text-transform: uppercase;
    font-size: 1.5em;
	font-weight: bold;
}

.field--name-field-linktree-profile-photo img {
	border-radius: 100% !important;
}

.field--name-field-linktree-profile-photo {
	text-align: center;
}

.field--name-field-linktree-contact-webform .field__label {
	text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid var(--mt-color-primary);
	font-weight: bold;
	margin-bottom: 20px;
}

.field--name-field-lnktree-website-link .field__label {
	text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid var(--mt-color-primary);
	font-weight: bold;
	margin-bottom: 20px;
}

.field--name-field-lnktree-website-link {
	text-align: center;
}

.field--name-field-mlt-social-networks .field__label {
	text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 1px solid var(--mt-color-primary);
	font-weight: bold;
}

.field--name-field-mlt-social-networks {
	text-align: center;
}

.field--name-field-mlt-social-networks .field__item {
	margin: 10px 0px;
}

.field--name-field-mlt-social-networks .field__item a {
	color: #fff;
    background-color: var(--mt-color-primary);
    border-radius: 5px;
    padding: 6px 18px;
    vertical-align: middle;
	text-decoration: none;
	display: inline-block;
    width: 100%;
}

/*LINK TREE NODE CSS*/

@media (max-width: 992px) {
.homepagetopfirstcall {
	margin-bottom: 20px;
    margin-top: 10px;
}
}

/*ELECTRIC HEATING CALCULATOR CSS*/
.heatlosscalc .calc-totals {
    padding: 20px;
    color: #FFFFFF;
    background: var(--mt-color-secondary);
    overflow: hidden;
}

.heatlosscalc label {
    color: #ffffff;
}

.heatlosscalc .calc-input {
    padding: 20px;
    background: var(--mt-color-primary);
    color: #ffffff;
    overflow: hidden;
}

.heatlosscalc [class*='col-'] {
    padding: 15px;
}
/*ELECTRIC HEATING CALCULATOR CSS*/

.view-empty {
	text-align: center;
	padding: 20px 80px 20px;
	background-color: #ededed;
}

.footer-top__container {
	padding: 20px 20px 20px !important;
}

.block-mt-logo-links .logo-container .field--name-field-mt-il-image img {
    -webkit-filter: none;
    filter: none !important;
	opacity: inherit !important;
}

#block-googlemapblock-3 {
	padding-bottom: 0px;
}

#block-views-block-areas-we-cover-block-1-2 .views-field-name a {
	color: var(--mt-color-dark-colored-contrast);
}

#block-views-block-areas-we-cover-block-1-2 .view-content ul {
	text-align: center;
}

#block-views-block-areas-we-cover-block-1-2 .view-areas-we-cover .views-row {
	margin-bottom: 0px;
}

#block-views-block-areas-we-cover-block-1-2 .title {
	margin: 0px 0 10px;
}

.featured-bottom__section {
    
}

#block-views-block-mt-testimonials-grid-block-2-2 .title {
	margin: 0px 0 10px;
}

.featured__section {
    padding: 10px 0 !important;
}

.paragraph--view-mode--mt-tile .feature {
    margin: 0 0 10px !important;
}

.mlt-taxonomy-view-header .list--fa-check-circle li:before {
	color: var(--mt-color-primary);
}

.feature__link a {
	color: var(--mt-link-color);
}

.feature__title a {
	color: var(--mt-link-color);
}

.paragraph--view-mode--mt-tile .feature {
    margin: 0 0 60px;
    text-align: center;
}

.googlemapblock iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.googlemapblock {
    position: relative;
    padding-bottom: 350px;
    padding-bottom: auto;
    height: 0;
    overflow: hidden;
    max-height: 350px;
}

.sub-featured__section {
    padding: 0px 0 !important;
}

#sub-featured .sub-featured__container .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

#sub-featured .row {
    margin-right: 0px;
    margin-left: 0px;
}

#sub-featured .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
#sub-featured .container-fluid {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
}

#content-bottom {
	padding: 30px 0 40px;
}

#block-hierarchicaltaxonomymenu-4 ul a:before {
    margin-top: -7px;
}

#block-hierarchicaltaxonomymenu-4 ul a {
    padding: 0px 0px 0px 20px;
}

@media (min-width: 992px) {
#block-hierarchicaltaxonomymenu-4 .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
}
}

#block-hierarchicaltaxonomymenu-4 .views-row {
    display: inline-block;
}

.view-areas-i-cover .view-content h2 {
    font-size: 16px;
}

.view-services .view-content h2 {
    font-size: 16px;
}

#hero-top {
	
}

#block-hierarchicaltaxonomymenu-3 ul a:before {
    margin-top: -7px;
}

#block-hierarchicaltaxonomymenu-3 ul a {
    padding: 0px 0px 0px 20px;
}

@media (min-width: 992px) {
#block-hierarchicaltaxonomymenu-3 .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
}
}

#block-hierarchicaltaxonomymenu-3 .views-row {
    display: inline-block;
}

ul.menu.sf-accordion li a {
	padding: 10px 10px !important;
}

.page-node-58 .field--name-body h3 {
	font-size: 22px;
}

.page-node-58 .field--name-body h2 {
	font-size: 30px;
	margin-top: 0px;
}

.page-node-100 .internal-banner-container {
	display: none;
}

.fa-tiktok:before {
    content: '\e07b';
}

video {
	width: 100% !important;
	height: auto !important;
}

.webform-share-submission-form textarea::-webkit-input-placeholder {
color: #fff !important;
}
 
.webform-share-submission-form textarea:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
.webform-share-submission-form textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
.webform-share-submission-form textarea:-ms-input-placeholder {  
color: #fff !important;  
}

.webform-share-submission-form input::-webkit-input-placeholder {
color: #fff !important;
}
 
.webform-share-submission-form input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;  
}
 
.webform-share-submission-form input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;  
}
 
.webform-share-submission-form input:-ms-input-placeholder { 
color: #fff !important;  
}

.webform-share-submission-form textarea {
	border-color: #ffffff;
	color: #ffffff;
}

.webform-share-submission-form label {
	color: #ffffff;
}

.webform-share-submission-form input {
	border-color: #ffffff;
	color: #ffffff;
}

.menu.cta-active > li:last-child > a:before {
    background-color: var(--mt-color-primary) !important;
}

.region--dark-typography .menu.cta-active > li:last-child > a {
    color: var(--mt-color-secondary) !important;
}

#block-calltoaction-3 .content h3 a {
	color: var(--mt-color-secondary);
}

.content-bottom__section {
    padding: 0px 0 !important;
}

#block-accreditations-2 .field--label-above {
	display: none;
}

#block-accreditations-2 .field__label {
	display: none;
}

#block-calltoaction-2 .content h3 {
	margin-top: 0px;
}

#subfooter .col-lg-6 {
	padding-right: 5px !important;
    padding-left: 5px !important;
}

@media (max-width: 960px) {
.view-areas-i-cover .views-row {
	display: inline-block;
    width: 49%;
    margin-bottom: 20px;
	}
}

@media (min-width: 960px) {
.view-areas-i-cover .views-row {
	display: inline-block;
    margin-bottom: 20px;
	}
}

.view-areas-i-cover .view-content ul {
    margin-top: 0;
    margin-bottom: 1rem;
	padding-left: 0;
}

.view-areas-i-cover .views-row a:hover {
	color: var(--mt-color-primary);
	background-color: transparent;
    outline: none;
}

.view-areas-i-cover .views-row a {
    
}

#block-views-block-areas-i-cover-block-1 {
	
}

#block-views-block-areas-i-cover-block-1 .more-link a:hover {
	
}

#block-views-block-areas-i-cover-block-1 .more-link a {
	
}

#block-views-block-areas-i-cover-block-1 .view-footer h2 {
	font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
}

#block-views-block-areas-i-cover-block-1 .view-content {
	text-align: center;
}

#block-views-block-areas-i-cover-block-1 h2.title {
	
}

.field--name-field-mt-logo-links-logo .col-6 {
	padding-right: 5px;
    padding-left: 5px;
}

.field--name-field-mt-logo-links-logo {
	max-width: 100%;
    width: 100%;
    margin: 0px !important;
}

#block-calltoaction .content {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
.col-lg-4 {
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333% !important;
    max-width: 32.333333% !important;
}
}

.col-lg-4 {
    display: inline-block;
    vertical-align: top;
}

.view-mlt-services-taxonomy-term .view-header li:before {
    color: #fff !important;
}

.view-mlt-services-taxonomy-term .view-header ul {
    margin-bottom: 20px;
    margin-top: 30px;
}

.view-mlt-services-taxonomy-term .view-header h2 {
	font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
	color: #fff;
}

.view-mlt-services-taxonomy-term .view-header h1 {
	font-size: 44px;
    font-weight: 800;
    line-height: 50px;
	color: #fff;
}

.top-twin {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: var(--mt-color-primary) !important;
    color: var(--mt-color-dark-colored-contrast) !important;
}

#block-lookingforalocalelectricianintown-2 .content li {
    padding-bottom: calc(17px/2) !important;
}

#block-lookingforalocalelectricianintown-2 .content ul {
    margin-bottom: 30px;
    margin-top: 20px;
}

#block-lookingforalocalelectricianintown-2 .content h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
}

#block-lookingforalocalelectricianintown-2 .content h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 50px;
}

.homepagetopfirstemail:hover {
	transform: translateY(-8px);
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.homepagetopfirstcall:hover {
	transform: translateY(-8px);
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.homepagetopfirstcall i {
	padding-right: 8px;
}

.view-mlt-locations-taxonomy-term .view-header li:before {
    color: #fff !important;
}

.view-mlt-locations-taxonomy-term .view-header ul {
    margin-bottom: 20px;
    margin-top: 30px;
}

.view-locations-taxonomy-term-2 .view-header li:before {
    color: #fff !important;
}

.view-locations-taxonomy-term-2 .view-header ul {
    margin-bottom: 20px;
    margin-top: 30px;
}

.webform-share-submission-form .webform-actions input {
	
}

.webform-share-submission-form .webform-actions {
	margin: 0 0 6px 0;
}

.webform-share-submission-form .js-form-item {
    margin: 8px 0 !important;
}

.webform-share-submission-form form {
	border: 2px dashed #fff;
	padding: 0px 10px;
}

.webform-share-submission-form .form-item input {
	
}

.locationwebform iframe {
	
}

.view-mlt-locations-taxonomy-term .view-header h2 {
	font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
	color: #fff;
}

.view-mlt-locations-taxonomy-term .view-header h1 {
	font-size: 44px;
    font-weight: 800;
    line-height: 50px;
	color: #fff;
}

#highlighted .highlighted__section {
    padding: 0px 0 0px;
}

#highlighted .container {
	
}

.page-node-1 .node__container h3 {
	font-size: 1.25em;
}

.page-node-1 .node__container h2 {
	font-size: 1.6em;
}

.page-node-1 .node__container h1 {
	font-size: 2.0em;
    margin-top: 0;
}

.view-mlt-services-taxonomy-term .view-header h3 {
	font-size: 1.6em;
}

.view-mlt-services-taxonomy-term .view-header h2 {
	font-size: 2.0em;
    margin-top: 0; 
}

.view-mlt-locations-taxonomy-term .view-header h3 {
	font-size: 1.6em;
}

.view-mlt-locations-taxonomy-term .view-header h2 {
	font-size: 2.0em;
    margin-top: 0; 
}

@media (min-width: 740px) {
	.hero-top {
    	min-height: 125px !important;
	}
}

#block-mainnavigation-2 .menu a:hover {
	background-color: var(--mt-color-primary);
    color: var(--mt-color-primary-contrast);
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#block-mainnavigation-2 .menu a {

}

.socket-calculator {
    margin: 0px;
    width: 700px;
    height: 500px;
    border: 1px solid #373e46;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0px !important;
}

.view-locations-taxonomy-term .view-header h3 {
	font-size: 1.25em;
}

.view-locations-taxonomy-term .view-header h2 {
	font-size: 1.5em;
	margin: 30px 0;
}

.node--view-mode-mt-teaser-tile .vocabulary-services h2 {
	line-height: 0;
    margin: 0px 0px 0px 0px;
}

#mt-content-collapse svg {
	display: none;
}

.internal-banner {
    min-height: 100px !important;
}

.page-node-36 .internal-banner-container {
	display:none !important;
}

.page-node-36 video {
  width: 100%;
  height: auto;
}

.subfooter__container {
    padding: 0px 0;
}

.content-bottom-highlighted__section {
    padding: 5px 0 5px;
}

.region-featured-bottom h3 a {
	color: var(--mt-color-dark-colored-contrast);
}

.region-featured-bottom h3 {
	color: var(--mt-color-dark-colored-contrast);
}

.region-featured-bottom {
	color: var(--mt-color-dark-colored-contrast);
}

.featured-bottom__section {
    padding: 25px 0;
}

#featured-bottom {

}

.main-content__section, .sidebar__section {
    padding: 50px 0;
}

.internal-banner-container {
    min-height: 100px !important;
}

.hero-top {
    min-height: 80px;
}

.hero-top__container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*FLAG FAVORITES CSS STARTS*/

.node--view-mode-mt-teaser-tile .flag-mt-favorites {
    position: absolute;
    z-index: 11;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
}

.node--view-mode-mt-teaser-tile .flag-mt-favorites.mt-button--outline a, .node--view-mode-mt-teaser-tile .flag-mt-favorites > span {
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(var(--mt-color-flashy-value),0.1);
    padding: 20px;
    background-color: rgba(var(--mt-color-flashy-contrast-value),0.6);
    border-radius: 100%!important;
    color: var(--mt-color-secondary);
    box-shadow: none;
}

.node--view-mode-mt-teaser-tile .flag-mt-favorites.action-flag a:before, .node--view-mode-mt-teaser-tile .flag-anon-message span:before {
    font-weight: 400;
}

.node--view-mode-mt-teaser-tile .flag-mt-favorites a:before, .node--view-mode-mt-teaser-tile .flag-anon-message span:before {
    font-family: 'Font Awesome 5 Free','Font Awesome 5 Pro';
    content: "\f004";
    font-size: 22px;
    top: 0;
    right: 0;
    text-indent: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 50px;
    opacity: 1;
    background-color: transparent;
    color: var(--mt-color-primary);
}

.node--view-mode-mt-teaser-tile .flag-mt-favorites a:after {
    content: "";
}

.node--view-mode-mt-teaser-tile .flag-mt-favorites.action-unflag a:hover, .node--view-mode-mt-teaser-tile .flag-mt-favorites.action-flag a:hover {
    text-decoration: none;
    background-color: rgba(var(--mt-color-flashy-contrast-value),0.6);
}

/*FLAG FAVORITES CSS ENDS*/

/*FACETS CSS STARTS*/

.block-facets svg {
	display: none;
}

.block-facets .facet-block-title {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 1.8rem;
}
.block-facets .facet-block-title[aria-expanded="false"]:after {
  transform: rotate(-90deg);
}
.block-facets .facet-block-title:after {
  position: absolute;
  left: 5px;
  top: 6px;
  font-size: 14px;
  line-height: 1;
  content: "\f078";
  display: inline-block;
  vertical-align: middle;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Pro';
  font-weight: 900;
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  -ms-transition: all linear .2s;
  transition: all linear .2s;
}
.block-facets .facet-block-title:before {
  background-color: transparent !important;
}
.facets-widget-checkbox ul {
  margin: 0;
  padding: 0;
}
.facets-widget-checkbox ul li {
  list-style: none;
}
.facets-widget-checkbox [type="checkbox"] {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
.facets-widget-checkbox [type="checkbox"] + label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  margin-bottom: 10px;
}
.facets-widget-checkbox [type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: '';
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -o-transition: all linear .2s;
  -ms-transition: all linear .2s;
  transition: all linear .2s;
}
.facets-widget-checkbox [type="checkbox"]:not(:checked) + label:after {
  top: 0px;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--mt-form-border);
  background-color: transparent;
}
.facets-widget-checkbox [type="checkbox"]:checked + label:after,
.facets-widget-checkbox .facet-item--active-trail > [type="checkbox"] + label:after,
.facets-widget-checkbox [type="checkbox"]:hover + label:after {
  top: 0px;
  z-index: 0;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--mt-form-border);
  background-color: var(--mt-color-primary);
}
.facets-widget-checkbox [type="checkbox"] + label:before {
  content: '';
  top: 2px;
  left: 4px;
  width: 5px;
  height: 10px;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
  position: absolute;
  z-index: 1;
  margin-top: 2px;
}
.facets-widget-checkbox [type="checkbox"]:checked + label:before {
  border-width: 1px;
  border-color: transparent var(--mt-color-flashy) var(--mt-color-flashy) transparent;
}

/*FACETS CSS ENDS*/

/*VIEWS EXPOSED SEARCH FORMS CSS STARTS*/

.view-products .form-actions {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
	flex-basis: auto;
    max-width: none;
    width: auto;
}

@media (min-width: 992px) {
.view-products .form--inline > .form-item {
    margin: 0 0 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 48%;
    max-width: 48%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 992px) {
.view-products .form-item.form-item-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width: 992px) {
.view-products .bef-exposed-form .form--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
}

.product-content .field--entity-reference-target-type-taxonomy-term.field--label-hidden:before, .product-content .field--entity-reference-target-type-taxonomy-term.field--label-hidden.field__item:before {
    top: 0px !important;
}

.product-content svg {
	display: none;
}

.views-exposed-form:not(.bef-exposed-form) .form--inline .form-actions input[type="submit"] {
    width: 100%;
}

.views-exposed-form:not(.bef-exposed-form) .form--inline .form-actions {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

.views-exposed-form:not(.bef-exposed-form) .form--inline .form-item {
    float: none;
    margin-right: 0;
    margin-left: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.views-exposed-form:not(.bef-exposed-form) .form--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*VIEWS EXPOSED SEARCH FORMS CSS ENDS*/

@media (min-width: 740px) {
.view-locations-taxonomy-term .node--view-mode-teaser {
	width: 48%;
    float: left;
    margin: 30px 10px;
	}
}

.node--type-mt-service.node--view-mode-mt-compact-list-item.region--bright-background a {
    color: var(--mt-color-flashy-dark);
}

#block-flashyplus-contactinfoheadertop .tagline {
	font-weight: 800;
}

/* Homepage webform style starts*/

#block-webform-3 .webform-actions input:hover {

}

#block-webform-3 .webform-actions input {
	color: var(--mt-color-dark-colored-contrast);
    background-color: var(--mt-color-secondary);

}

#block-webform-3 .webform-actions {
	margin: 0 0 6px 0;
}

#block-webform-3 .form-item input {
	padding: 4px 15px;
}

#block-webform-3 .form-item {
    margin: 8px 0 !important;
}

#block-webform-3 form {
	border: 2px dashed #fff;
	padding: 0px 10px;
}

/* Homepage webform style ends*/

/*HOMEPAGE VIDEO CSS*/ 
#homepage-video video {
  width: 100%;
  max-height: 100%;
}
/*HOMEPAGE VIDEO CSS*/

.header .container {
    padding-bottom: 0px !important;
    padding-top: 0px;
}

#superfish-main-toggle .svg-inline--fa {
	display: none;
}

.header-container ul.menu > li > a, .header-container ul.menu > li > span {
    
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.header .container {
	padding-bottom: 20px;
}

.page-node-88 .node__container h1 {
	font-size: 2.0em;
}

.page-node-88 .node__container h2 {
	font-size: 1.6em
}

#block-websitebannerimage .content img {
	width: 100%;
}

#block-contactinfoheadertop-3 .content {
    text-align: center;
    font-size: 1rem;
}

#block-mt-business-electrician-cart svg {
	display: none;
}

@media (min-width: 740px) {
.triple__container {
    max-width: 1440px !important;
	padding: 10px 0px 0px 0px;
}
}

@media (min-width: 740px) {
.triple__container {
    max-width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 740px) {
.triple__container {
    padding: 10px 15px 0px 15px;
}
}

@media (min-width: 740px) {
.col-sm {
    padding-right: 15px;
    padding-left: 15px;
    width: 33%;
}
}

.triple {
	background-color: #ffffff;
	padding-top: 5px;
    padding-bottom: 20px;
}

.service-areas-block-view-header {
	font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
	text-align: center;
}

#block-views-block-areas-we-cover-block-block-1 .view-content a {
	color: #000000 !important;
}

.page-node-140 .main-content__section {
    padding: 20px 0 0px !important;
}

.page-node-140 .content-bottom__section {
    padding: 0px 0 !important;
}

.page-node-140 .content-bottom .container {
	max-width: 100% !important;
	padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.page-node-140 .col-xl-8 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.page-node-140 .block-webform-block {
    max-width: 100% !important;
    margin: 0 auto !important;
	padding: 0 0 0px 0 !important;
} 

#content-top-highlighted .locationwebform img {
	padding: 10px;
    margin: 5px 0 10px 0;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
}

.homepagetopfirstemail:hover {
    transform: translateY(-8px);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

@media (min-width: 960px) {
.view-areas-we-cover .views-row {
    display: inline-block;
    margin-bottom: 20px;
}
}

.view-commercial .views-row {
	display: inline-block;
    width: 33%;
    margin-bottom: 20px;
    vertical-align: top;
    margin-top: 20px;
}

.view-commercial .node--view-mode-mt-teaser-tile {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
    color: var(--mt-color-flashy);
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
    padding-top: 1.5rem!important;
    padding-bottom: 0.5rem!important;
	margin-bottom: 0px !important;
}

.view-residential .views-row {
	display: inline-block;
    width: 33%;
    margin-bottom: 20px;
    vertical-align: top;
    margin-top: 20px;
}

.view-residential .node--view-mode-mt-teaser-tile {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
    color: var(--mt-color-flashy);
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
    padding-top: 1.5rem!important;
    padding-bottom: 0.5rem!important;
	margin-bottom: 0px !important;
}

.footer-branding-name {
	font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.page-node-126 .block-layout-builder .content a {
    color: var(--mt-color-primary);
}

.mt-link-style-animated-underline-1 .mt-link-stylable:after {
    background-color: var(--mt-color-colored) !important;
}

.view-services-taxonomy-term .node__meta {
    display: none;
}

.view-services-taxonomy-term .field--name-field-mt-srv-body {
	display: none;
}

.view-services-taxonomy-term .field--name-field-mt-pst-body {
	display: none;
}

.view-services-taxonomy-term .node--view-mode-teaser {
    margin-bottom: 0px !important;
}

.view-services-taxonomy-term .node-readmore a {
    color: var(--mt-color-primary) !important;
}

.view-services-taxonomy-term .node__title a {
    color: var(--mt-color-primary) !important;
}

.node--view-mode-mt-teaser-tile .teaser-tile-image-container .teaser-tile-image ~ .node__submitted-date {
    display: none;
}

.node--view-mode-teaser .teaser-image .node__submitted-date {
    display: none;
}

.node--view-mode-teaser .field--entity-reference-target-type-taxonomy-term .field__item a:hover {
	background-color: #000000 !important;
    color: #FFFFFF !important;
}

.webform-share-submission-form .webform-actions input:hover {

}

.webform-share-submission-form .mt-button {
	background-color: #ffffff;
    border-color: #ffffff;
    color: var(--mt-color-dark-colored);
    border-radius: 4px;
}

.webform-share-submission-form .webform-actions input {

}

.webform-share-submission-form .webform-actions {
	margin: 0 0 6px 0;
}

.webform-share-submission-form .js-form-item {
    margin: 8px 0 !important;
}

.webform-share-submission-form form {
	border: 2px dashed #fff;
	padding: 0px 10px;
}

.webform-share-submission-form .form-item input {
	padding: 4px 15px;
	box-sizing: border-box;
}

.locationwebform iframe {
	
}

@media (min-width: 992px) {
	.locationwebform {
		display: inline-block;
    	width: 49%;
	}
}

.mt-view-header-enabled h1.page-title {
    font-size: calc(((((var(--mt-text-size) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) * var(--mt-modular-ratio)) !important;
    text-align: center;
}

.mt-view-header {
    font-size: 1em !important;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.09;
    font-weight: 700;
}

.logo-and-site-name-wrapper {
	padding: 0px 0 !important;
}

.block-type--mt-modal .modal-icon-button {
    -webkit-appearance: none;
    border-width: 0;
    display: block;
    margin-left: auto;
    margin-top: 3px;
    font-size: 18px;
}

header.header .modal-icon-button {
    padding: 32px 36px 31px;
    margin: 0;
    color: var(--mt-color-flashy);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

h1.page-title {
    margin-bottom: 10px !important;
}

.hero-top {
    min-height: 0px !important;
	padding: 0px 0 0px !important;
}

.hero-top__container {
    padding-top: 8px !important;
    padding-bottom: 0px !important;
}

.view-domestic-section .row {
	
}

.totalprice {
	background-color: var(--mt-color-colored);
    padding: 5px 15px;
	color: #ffffff;
	font-size: 2em;
    font-weight: bold;
}

.homelandingpagelink {
	margin: 20px;
}

.homelandingpagelink a {
	background-color: var(--mt-color-colored);
    padding: 5px 15px;
}

.commerciallandingpagelink {
	margin: 20px;
}

.commerciallandingpagelink a {
	background-color: var(--mt-color-colored);
    padding: 5px 15px;
}

.homepagesection4 .bs-mb-1 {
    margin-bottom: 0rem !important;
}

.responsive-map-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-map-container iframe,   
.responsive-map-container object,  
.responsive-map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.businessordomestic .content a {
	color: #000000;
}

.view-faq-s .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #193889;
    background: #F2651C;
    font-weight: normal;
    color: #ffffff;
}

.view-faq-s .ui-accordion-header-icon {
    float: left;
    margin-top: 1px;
    margin-right: 2px;
}

#block-contactinfoheadertop-3 {
	text-align: center;
}

.block-block-content7903a4ef-d716-4048-9437-8791a8c803ef {
	text-align: center;
}

#block-flashyplus-contactinfoheadertop .content a {
}

.internal-banner-container {
    min-height: 100px !important;
}

.internal-banner {
    min-height: 100px !important;
}

.htlarge-text a {
	color: var(--mt-color-secondary);
    font-weight: 700;
}

#block-flashyplus-calltoaction-2 .content {
	text-align: center;
}

#block-flashyplus-calltoaction .content {
	text-align: center;
}

#block-flashyplus-highlightedtopinfoblock .content {
	text-align: center;
}

.htlarge-heading {
    margin-bottom: 21px;
    font-size: 54px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -.03em;
}

.htlarge-text.red-text {
    
}

.htlarge-text {
    font-size: 20px;
    line-height: 145%;
}

.add-scribble-below {
    display: inline-block;
    padding-bottom: 9px;
    background-image: url(images/scribble-under.svg);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#content-top-highlighted .locationwebform video {
    padding: 10px;
    margin: 15px 0 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgb(255 71 71 / 30%), 0 2px 4px rgb(255 71 71 / 30%);
}