/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
body {
	font-size: 18px;
	font-family: "Manrope", Helvetica, Arial, sans-serif;
	color: #7b8893;	
	color: #333333;
}
body p {
	font-size: 18px;
	font-family: "Manrope", Helvetica, Arial, sans-serif;
	color: #7b8893;	
	color: #333333;	
}
h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
	margin-bottom: 20px;
}
#logo img {
	max-height: 115px;
	max-width: 185px;
}
.sw-text-wrapper.border-right {
  border-right: solid 1px rgba(0, 0, 0, .25);
  padding-right: 40px;
}
.slider-light {
	background: #eef4fa;
	padding-top: 34px;
}
.slider-light .swiper-inner:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255,255,255,.48) 0%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.5) 100%),
		linear-gradient(180deg, rgba(13,40,74,.06), rgba(13,40,74,.12));
	z-index: 0;
}
.slider-light .sw-caption {
	z-index: 2;
}
.slider-light .sw-caption img {
	filter: none;
	opacity: 1;
}
.slider-light .sw-text-wrapper {
	padding: 30px 0 30px 40px;
}
.slider-light .slider-extra {
	color: #1e6fb8;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	font-style: normal;
}
.slider-light h1.slider-title,
.slider-light h2.slider-title {
	color: #10243d;
	font-size: clamp(42px, 4vw, 68px);
	line-height: .98;
	letter-spacing: 0;
	font-style: normal;
	font-weight: 900;
}
.slider-light p.slider-teaser {
	color: #263d56;
	max-width: 560px;
	font-size: 19px;
	line-height: 1.55;
	font-weight: 600;
}
.slider-light .btn-main {
	background: #1e6fb8;
	color: #ffffff !important;
	border-radius: 7px;
	box-shadow: 0 12px 28px rgba(30,111,184,.24);
}
.slider-light .slider-title,
.slider-light .slider-teaser,
.slider-light .slider-extra,
.slider-light .btn-main,
.slider-light .btn-line {
	animation: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.slider-light .swiper-button-next,
.slider-light .swiper-button-prev {
	color: #1e4778;
	opacity: .9;
}
.page-header {
    border-bottom: 0;
}
.h-80px.abs-center {
	width: 80px;
	display: flex;
    justify-content: center;
    align-items: center;	
}
#mainmenu li ul {
	width: 260px;
	height: auto;

}
#mainmenu li ul li a {
	text-transform: uppercase;
}
#mainmenu li a.active{
  color: #ea1e26 !important;
}
.g-4.pageDescription {
	padding-bottom: 60px;
}
section#section-products {
	padding-top: 0;
}
.path-frontpage section#section-products {
	padding-top: 100px;
}
.productListBox, .brandListBox {
	justify-content: center;
	align-items: center;
}
.page-node-type-product-page .productListBox .bg-light {
	background-color: rgba(248,249,250,.9) !important;
}
.page-node-type-page h4, .page-node-type-product-page h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
ul.ul-style-2 li {
	color: #000000;
}
ul.ul-style-2.text-light li {
	color: #ffffff;
}
.ceilingsPage .ul-style-2 li {
	font-size: 18px;
	line-height: 26px;
}
.catalogLineCardsPage .post-image {
    margin-bottom: 0;
    background: #749cd8;
    padding: 10px;	
}
.catalogLineCardsPage .post-image img {
	border-radius: 10px 10px 0 0;
}
.page-node-153 .mainContent {
	padding-bottom: 0;
}
.catalogLineCardsPage .bloglist {
    background: #e8eff8;
}
.row>* {
    padding-right: calc(var(--bs-gutter-x) * .7);
    padding-left: calc(var(--bs-gutter-x) * .7);
}
.servicesBlock .text-light p a {
	color: #f5f5f7;
	text-decoration: underline;
}
.servicesBlock .text-light p a:hover {
	text-decoration: none;
}
.servicesBlock ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.servicesBlock ul li a {
	color: #333333;
}
.servicesBlock a:hover {
	text-decoration: underline;
}
.servicesBlock a.btn-main:hover {
	text-decoration: none;
}
ol.breadcrumb {
    background: transparent;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0;
    padding: 0;
    font-weight: 500;
}
ol.breadcrumb li a {
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
}
.breadcrumb > .active {
    color: #ffffff;
}
.view-news-image-node .vvjs.arrows-sides .vvjs-items {
	width: 100% !important;
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;	
}
.post-image .d-tagline span {
	background: #ec1d24 !important;
}
.page-node-type-specials_rebates .field--name-field-expires {
    background: #ec1d24;
    color: #ffffff;
    padding: 15px 25px;
    position: relative;
    width: 300px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 25px;
    margin: 0 auto 25px;
    text-transform: uppercase;
    font-size: 18px;	
}
.page-node-type-specials_rebates .field--name-field-body img, .page-node-type-training_events .field--name-body img {
	max-width: 1200px !important;
	height: auto !important;
	width: 100%;
}
#topbar {
	padding: 8px 0;
}
#logo {
	padding: 8px 0;
}
header .de-flex {
	min-height: 94px;
	align-items: center;
}
#mainmenu >li>a {
    font-size: 16px;
    line-height: 1;
    padding: 43px 8px;
    font-weight: 800;
	white-space: nowrap;
}
#mainmenu>li {
    margin-right: 20px;
}
#mainmenu {
    font-size: 16px;
    margin: 0 auto;
    float: none;
    display: flex;
	align-items: center;
	gap: 0;
	flex-wrap: nowrap;
}
#mainmenu li ul {
	min-width: 250px;
	text-align: left;
}
#mainmenu li ul li a {
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.3;
	padding: 13px 20px;
}
.view .post-text h4 a {
	color:#0a2540;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;		
}
.view .post-text h4 a:hover {
	color: #ec1d24;
}
.postDate span {
	font-weight: bold;
	color: #00aeef;
}
.page-node-type-page .view-video-gallery {
	padding-bottom: 60px;
}
.page-node-type-page .view-video-gallery h4, .page-node-type-page .view-video-gallery h4 a {
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
}
.pagination {
    display: table;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin: 0 auto 20px;
}
.view-photo-gallery-node .view-content {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;	
}
.row.g-4 {
    display: flex;	
}
.view-photo-gallery a {
	font-weight: bold;
    font-size: 20px;
    line-height: 26px;
	color: #0a2540;
}
.view-photo-gallery a:hover {
	color: #00aeef;
}
.downloadFile {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3b6794;
}
.view-press-release .post-image {
	padding: 10px;
}
.departmentBox {
	margin-bottom: 40px;
	color: #ffffff;
}
.departmentBox a {
	color: #ffffff;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
}
.departmentBox a:hover {
	color: #ee1c24;
}
.departmentBox h4 {
	font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
    margin-top: 10px;	
}
.departmentBox h4 a {
	text-transform: uppercase;
}
.departmentBox .staffPosition {
	color: #01a4e3;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;	
}
.departmentBox .staffPhone a, .departmentBox .staffEmail a {
	color: #cccccc;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;		
}
.departmentBox .staffPhone a:hover, .departmentBox .staffEmail a:hover {
	color: #ee1c24;
}
.staffPhoto img {
	opacity: 1;
    filter: alpha(opacity=100);		
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;			
}
.staffPhoto img:hover {
	opacity: .8;
    filter: alpha(opacity=80);					
}
.staffTabs {
	margin: 0 15px;
	text-transform: uppercase;
}
.page-node-284 .mainContent, .page-node-291 .mainContent, .page-node-300 .mainContent, .page-node-72 .mainContent {
	padding-bottom: 0;
}
.page-node-294 .wow.fadeInUp {
	min-height: 80px;
}
img.financeIcons {
	max-width: 100px;
	width: 100px;
}
.fujitsuFinancing .relative {
	margin-bottom: 25px;
}
.fujitsuFinancing .relative a {
	cursor: pointer;
}
.view-links img {
	opacity: 1;
    filter: alpha(opacity=100);		
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;			
}
.view-links img:hover {
	opacity: .8;
    filter: alpha(opacity=80);				
}
.view-team-support .staffPhoto {
	text-align: center;
}
.view-team-support .staffPhoto img {
	max-width: 350px;
	width: 100%;
}
.page-node-72 a.supportTabs {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 35px 35px 35px 35px;
    padding: 20px 30px 20px 30px;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
	margin: 0 15px;
}
.page-node-72 a.supportTabs:hover {
	background: #000000;
	color: #ffffff;
}
.view-team-support .departmentBox a {
	letter-spacing: 2px;
	color: #000000;
}
.view-team-support .departmentBox .staffPhone a, .view-team-support .departmentBox .staffEmail a {
	color: #777777;
}
.view-team-support h4 {
	font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 2px;
    margin-top: 10px;
}
.view-team-support .bg-grey {
	padding: 40px 0 !important;
}
body p a.customButton, body a.customButton {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 35px 35px 35px 35px;
    padding: 20px 30px 20px 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    margin: 0 15px;
}
body p a.customButton:hover, body a.customButton:hover {
	background: #000000;
	color: #ffffff;
}
.view-homepage-slider .v-center {
	min-height: 684px !important;
	max-height: 684px !important;
}
.view-id-locations .post-image {
	background: #ffffff;
}
.view-id-locations .map {
	margin-top: 20px;
	overflow: hidden;
}
.view-id-locations .map iframe {
	height: 300px !important;	
}
.view-id-locations .image2 {
	margin-top: 20px;
}
.fujitsuHomepageWrap {
	padding: 40px 0;
	background-image: linear-gradient(180deg, #FFF2EE 50%, #FFFFFF 100%)
}
.fujitsuHomepageRow {
	display: block;
	flex-flow: row wrap;
	gap: 30px;
	align-items: stretch !important; /* equal height */
}
@media (min-width: 992px) {
	.fujitsuHomepageRow {
		display: flex;
	}
}
.fujitsuHomepageCol {
	flex: 1;
	display: flex;              /* enable inner centering */
	justify-content: center;    /* horizontal center */
	align-items: center;        /* vertical center */
	text-align: center;         /* center text */
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 40px;
	padding: 0;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
}
.fujitsuHomepageCol:hover {
	transform: scale(0.95); /* shrink */
}
.fujitsuHomepageCol.fujitsuHomepageCol1 {
	background: transparent;
}
.fujitsuBox1 {
	padding: 0 20px;
}
.fujitsuBox1 h2 {
    color: #E61D1D;
    font-size: 62px;
    font-weight: 900;	
}
.fujitsuBox1 .fujitsuDescription {
	margin: 30px 0 50px;
}
.fujitsuBox1 .fujitsuDescription, .fujitsuBox1 .fujitsuDescription a {
	color: #000000;
}
.fujitsuHomepageLink {
	margin: 30px 0 0;
}
.fujitsuHomepageLink a {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: #CE1818;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 50px 15px 50px;	
	color: #ffffff;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
}
.fujitsuHomepageLink a:hover {
	background: rgba(206,24,24,.7);
}
.fujitsuHomepageCol .fujitsuBox4 img {
	border-radius: 40px;	
}
.fujitsuHomepageBox {
	padding: 40px 0;
}
.fujitsuHomepageBox.fujitsuBox4 {
	padding: 0;
}
a img {
	opacity: 1;
    filter: alpha(opacity=100);		
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;			
}
a img:hover {
	opacity: .8;
    filter: alpha(opacity=80);					
}
.view-fujitsu-dealer h4 {
	text-align: center;
	color: #000000;
	text-transform: uppercase;
	font-weight: 900;
}
.view-fujitsu-dealer .post-text {
	padding-bottom: 40px;
}
.view-fujitsu-dealer .post-text a.customButton {
	margin-top: 20px;
	display: block;
}

.page-node-289 a.supportTabs {
	background-color: rgb(56, 143, 255);
    border-radius: 15px;
    border-width: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: inline-block;
    fill: rgb(255, 255, 255);
	font-weight: 900;
    font-size: 16px;
    font-style: inherit;
    line-height: 18px;
    outline: 0px;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s;
    vertical-align: baseline;
    width: 208px;
	margin: 0 10px 20px;
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
}
.page-node-289 a.supportTabs:hover {
	transform: scale(1.05); /* shrink */
}
.bg-color-4 {
	background: #678fd5;
}
.linkColor2 {
	color: #234982;
}
.iconClass i {
	font-size: 60px;
	color: #000000;	
	-webkit-transition: all .3s ease 0s;	
	transition: all .3s ease 0s;	
}
.iconClass i:hover {
	color: #234982;
}
#block-subtheme-blockaboutus3column a:hover {
	text-decoration: underline;
}
.page-node-332 .row.g-4 h4 {
	font-size: 18px !important;
}
.panel-heading, .panel-body {
    background: transparent;
	border: solid 1px rgba(0, 0, 0, 0.25);
}
footer.section-dark,
footer.section-dark p,
footer.section-dark li,
footer.section-dark span {
	color: #d9e6f5 !important;
}
footer.section-dark h2,
footer.section-dark h3,
footer.section-dark h4,
footer.section-dark h5,
footer.section-dark h6 {
	color: #ffffff !important;
}
footer.section-dark a {
	color: #ffffff !important;
}
footer.section-dark a:hover {
	color: #72c6f4 !important;
}
footer.section-dark .row.gx-5 > .col-lg-4:first-child .widget {
	background: #ffffff;
	border-radius: 8px;
	padding: 26px;
	box-shadow: 0 20px 45px rgba(0, 0, 0, .18);
}
footer.section-dark .row.gx-5 > .col-lg-4:first-child .widget h5 {
	font-size: 0;
	line-height: 0;
	margin: 0 0 18px;
}
footer.section-dark .row.gx-5 > .col-lg-4:first-child .widget h5:before {
	content: "";
	display: block;
	width: min(100%, 260px);
	height: 92px;
	background: url("/themes/custom/subtheme/logo.png") left center / contain no-repeat;
}
footer.section-dark .row.gx-5 > .col-lg-4:first-child .widget p {
	color: #243447 !important;
}
footer.section-dark .row.gx-5 > .col-lg-4:first-child .widget .btn-main {
	color: #ffffff !important;
}
footer.section-dark .row.gx-5 > .col-lg-4:first-child .widget .btn-main:hover {
	color: #ffffff !important;
}
.webform-submission-form input, .wwebform-submission-form textarea { 
	padding: 25px 15px;
    margin-bottom: 20px;
    border: solid 1px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	font-size: 18px !important;
	line-height: 28px !important;
}
.webform-submission-form button {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 6px;
    padding: 15px 30px 15px 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.view-locations-sidebar .locationSidebar {
	margin-bottom: 25px;
	background: #f4f7fb;
	border-radius: 6px;
	padding: 10px;
	font-size: 16px;
}
body .view-locations-sidebar .locationSidebar .locationTitle a {
	font-weight: 900;
	color: #000000;
	font-size: 16px !important;;
}
body .view-locations-sidebar .locationSidebar .locationBody, .view-locations-sidebar .locationSidebar .locationBody p {
	font-size: 16px;
	color: #7b8893;
}
p a:hover {
	text-decoration: underline;
}

#de-loader {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
.wow {
	visibility: visible !important;
	opacity: 1 !important;
}

/* Contractor growth pages and homepage resource blocks. */
.admor-content-intro,
.admor-resource-grid,
.admor-home-actions,
.fujitsuHomepageWrap,
.mainContent .admor-content-intro,
.mainContent .admor-resource-grid {
	opacity: 1 !important;
	visibility: visible !important;
	color: #243447;
}
.admor-content-intro h2,
.admor-home-actions h2,
.fujitsuHomepageWrap h2,
.mainContent h2,
.mainContent h3 {
	color: #243447;
}
.admor-content-intro .lead,
.admor-home-actions .lead,
.fujitsuHomepageWrap .lead,
.mainContent p,
.mainContent li {
	color: #4c5f73;
}
.admor-resource-grid > [class*="col-"] {
	background: #ffffff;
	border: 1px solid #dbe3ec;
	border-radius: 8px;
	padding: 24px;
	min-height: 220px;
	box-shadow: 0 12px 30px rgba(24, 42, 67, 0.06);
}
.admor-resource-grid h3 {
	font-size: 24px;
	line-height: 1.25;
	margin-bottom: 12px;
	color: #243447;
}
.admor-resource-grid p {
	color: #4c5f73;
}
.admor-link-panel {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 26px 0 34px;
}
.admor-link-panel a {
	display: flex;
	align-items: center;
	min-height: 76px;
	padding: 18px 20px;
	border: 1px solid #d9e4ef;
	border-radius: 10px;
	background: #f8fbfe;
	color: #10243d !important;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.25;
	text-decoration: none !important;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.admor-link-panel a:hover {
	transform: translateY(-3px);
	border-color: #6db7e8;
	box-shadow: 0 14px 34px rgba(16, 36, 61, .1);
	color: #1e6fb8 !important;
}
.admor-link-panel-featured a:first-child,
.admor-link-panel-featured a:nth-child(2) {
	background: #102f5d;
	color: #ffffff !important;
	border-color: #102f5d;
}
.admor-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}
.admor-branch-card {
	padding: 28px;
	margin: 24px 0 28px;
	border: 1px solid #d9e4ef;
	border-radius: 12px;
	background: #f8fbfe;
	box-shadow: 0 14px 34px rgba(16, 36, 61, .07);
}
.admor-branch-card h3 {
	margin-bottom: 14px;
}
.admor-top-cta h3 {
	line-height: 1.25;
}
.admor-top-cta p {
	color: rgba(255,255,255,.78);
	font-size: 16px;
}
.mainContent a:not(.btn-main):not(.customButton),
.mainContent li a {
	color: #1e6fb8;
}
.mainContent .btn-main,
.admor-home-actions .btn-main,
.fujitsuHomepageWrap .customButton {
	background: #6db7e8;
	color: #ffffff !important;
	border-radius: 6px;
	font-weight: 800;
	text-decoration: none;
}
.mainContent .btn-main:hover,
.admor-home-actions .btn-main:hover,
.fujitsuHomepageWrap .customButton:hover {
	background: #1e6fb8;
	color: #ffffff !important;
	text-decoration: none;
}
.admor-action-band {
	padding: 92px 0 84px;
	background: #ffffff;
}
.admor-section-heading {
	max-width: 780px;
	margin: 0 auto 42px;
}
.admor-eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	border-radius: 999px;
	background: #eef6fc;
	color: #1e6fb8;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.admor-section-heading h2,
.admor-fujitsu-copy h2 {
	color: #10243d;
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 16px;
}
.admor-section-heading p,
.admor-fujitsu-copy p {
	color: #41556d;
	font-size: 18px;
	line-height: 1.65;
}
.admor-action-grid {
	display: grid;
	gap: 22px;
}
.admor-action-grid-primary {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.admor-action-grid-secondary {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 28px;
}
.admor-action-card,
.admor-mini-action,
.admor-fujitsu-actions a {
	text-decoration: none !important;
}
.admor-action-card {
	display: flex;
	flex-direction: column;
	min-height: 290px;
	padding: 28px;
	border: 1px solid #d9e4ef;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 18px 45px rgba(16, 36, 61, 0.08);
	color: #10243d;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.admor-action-card:hover,
.admor-mini-action:hover,
.admor-fujitsu-actions a:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 50px rgba(16, 36, 61, 0.13);
	border-color: #6db7e8;
}
.admor-action-card-featured {
	background: linear-gradient(155deg, #102f5d 0%, #1e6fb8 100%);
	color: #ffffff;
}
.admor-action-card-featured small {
	color: rgba(255,255,255,.82) !important;
}
.admor-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 16px;
	background: #e8f4fd;
	color: #1e6fb8;
	font-size: 28px;
	margin-bottom: 24px;
}
.admor-action-card-featured .admor-action-icon {
	background: rgba(255,255,255,.18);
	color: #ffffff;
}
.admor-action-text strong,
.admor-mini-action strong,
.admor-fujitsu-actions strong {
	display: block;
	color: inherit;
	font-size: 24px;
	line-height: 1.18;
	margin-bottom: 12px;
}
.admor-action-text small,
.admor-mini-action small,
.admor-fujitsu-actions span {
	display: block;
	color: #53677e;
	font-size: 16px;
	line-height: 1.55;
}
.admor-action-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	margin-top: auto;
	padding: 11px 18px;
	border-radius: 7px;
	background: #6db7e8;
	color: #ffffff;
	font-weight: 900;
}
.admor-mini-action {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 24px;
	border: 1px solid #d9e4ef;
	border-radius: 14px;
	background: #f8fbfe;
	color: #10243d;
	min-height: 150px;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.admor-mini-action i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: #ffffff;
	color: #1e6fb8;
	font-size: 24px;
	box-shadow: 0 8px 24px rgba(16, 36, 61, 0.08);
}
.admor-mini-action strong {
	font-size: 21px;
}
.admor-fujitsu-band {
	padding: 88px 0;
	background: linear-gradient(180deg, #f9fbfd 0%, #edf6fb 100%);
}
.admor-fujitsu-panel {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: 34px;
	align-items: stretch;
	padding: 42px;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(16, 36, 61, 0.1);
}
.admor-fujitsu-copy {
	padding: 24px;
}
.admor-fujitsu-actions {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}
.admor-fujitsu-actions a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 260px;
	padding: 28px;
	border: 1px solid #d9e4ef;
	border-radius: 18px;
	background: #f8fbfe;
	color: #10243d;
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.admor-fujitsu-actions i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	margin: 0 auto 22px;
	border-radius: 18px;
	background: #e8f4fd;
	color: #1e6fb8;
	font-size: 32px;
}
@media (max-width: 1199px) {
	.slider-light .sw-text-wrapper {
		padding-left: 28px;
	}
	.admor-action-grid-primary,
	.admor-fujitsu-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.admor-action-grid-secondary,
	.admor-fujitsu-actions {
		grid-template-columns: 1fr;
	}
	.admor-link-panel {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 767px) {
	html,
	body {
		overflow-x: hidden;
	}
	.container,
	header .container {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 0 !important;
		padding-left: 24px;
		padding-right: 24px;
	}
	header,
	header.fixed {
		display: block;
		background: #ffffff !important;
		height: auto;
	}
	header .de-flex {
		min-height: 64px;
		align-items: center;
		position: relative;
		flex-wrap: wrap;
	}
	header .de-flex > .de-flex-col:last-child {
		display: block !important;
		position: absolute;
		top: 0;
		right: 0;
		width: 58px;
		height: 58px;
		z-index: 2100;
	}
	header .menu_side_area {
		display: block !important;
		position: static;
		width: auto;
		margin: 0;
	}
	#menu-btn {
		display: block !important;
		position: absolute;
		top: 18px;
		right: 18px;
		color: #10243d !important;
		background: #eef6fc;
		border-radius: 8px;
		width: 38px;
		height: 38px;
		line-height: 30px;
		margin: 0;
		z-index: 2000;
	}
	#menu-btn:before {
		content: "☰" !important;
		font-family: Arial, Helvetica, sans-serif !important;
		font-size: 24px;
		line-height: 30px;
		font-weight: 900;
	}
	.header-col-mid #mainmenu,
	#mainmenu {
		display: flex !important;
		position: static !important;
		flex-wrap: wrap;
		align-items: center;
		gap: 5px;
		width: 100%;
		margin: 8px 0 0;
		padding: 8px 0 0;
		background: #ffffff;
		overflow: visible;
	}
	.header-col-mid {
		width: 100%;
	}
	#mainmenu > li {
		display: inline-flex;
		width: auto !important;
		flex: 0 0 calc(33.333% - 5px);
		justify-content: center;
		margin: 0 0 6px;
		border: 0 !important;
	}
	#mainmenu > li > a {
		width: 100%;
		padding: 7px 8px !important;
		border-radius: 999px;
		background: #eef6fc;
		font-size: 9px;
		line-height: 1;
		white-space: nowrap;
		text-align: center;
	}
	#mainmenu li ul {
		display: none !important;
	}
	#topbar {
		display: none;
	}
	#logo img {
		max-width: 96px;
	}
	.slider-light .swiper,
	.slider-light .swiper-slide,
	.slider-light .swiper-inner {
		height: 520px !important;
		min-height: 520px !important;
	}
	.slider-light .swiper-inner:before {
		background: rgba(255,255,255,.82);
	}
	.slider-light .sw-caption {
		top: 68%;
		transform: translateY(-50%);
	}
	.slider-light .row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.slider-light .col-6.text-center,
	.slider-light .col-lg-6.col-6 {
		display: none;
	}
	.slider-light .col-lg-6 {
		width: 100%;
		max-width: 100%;
	}
	.slider-light .sw-text-wrapper,
	.sw-text-wrapper.border-right {
		border: 0;
		padding: 0 24px;
	}
	.slider-light h1.slider-title,
	.slider-light h2.slider-title {
		font-size: 34px;
	}
	.slider-light p.slider-teaser {
		font-size: 16px;
		line-height: 1.45;
	}
	.swiper-slide-active .slider-title,
	.swiper-slide-active .slider-teaser,
	.swiper-slide-active .slider-text,
	.swiper-slide-active .slider-extra,
	.swiper-slide-active .btn-main,
	.swiper-slide-active .btn-line {
		animation: none !important;
	}
	.admor-top-cta .btn-main {
		display: block;
		width: 100%;
		margin: 10px 0 0;
		text-align: center;
	}
	.admor-top-cta .row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.admor-top-cta [class*="col-"] {
		width: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.admor-top-cta h3 {
		font-size: 0;
		line-height: 1.18;
		overflow-wrap: anywhere;
		word-break: normal;
		max-width: 100%;
	}
	.admor-top-cta h3:after {
		content: "Wholesale HVAC support for Hawaii contractors";
		display: block;
		color: #ffffff;
		font-size: 22px;
		line-height: 1.2;
		font-weight: 900;
	}
	.admor-top-cta h3 i {
		display: none;
	}
	.admor-top-cta p {
		font-size: 15px;
		line-height: 1.5;
	}
	.path-frontpage section#section-products {
		padding-top: 62px;
	}
	.admor-link-panel {
		grid-template-columns: 1fr;
	}
	.admor-cta-row .btn-main {
		width: 100%;
		text-align: center;
	}
	.admor-action-band,
	.admor-fujitsu-band {
		padding: 56px 0;
	}
	.admor-action-grid-primary,
	.admor-fujitsu-panel {
		grid-template-columns: 1fr;
	}
	.admor-section-heading h2,
	.admor-fujitsu-copy h2 {
		font-size: 32px;
	}
	.admor-action-card {
		min-height: auto;
	}
}
