@charset "UTF-8";

/*
Theme Name: MechConnect
Theme URI: https://www.mechconnect.com/
Author: New Media Consulting
Author URI: https://newmediaconsulting.com/
Description: Custom theme using ACF and Gutenberg editor.
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mechconnect
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
	--brand-dark-blue:	#1F466F;
	--brand-dark-grey: 	#79858E;
	--brand-white:		#FFFFFF;
	--brand-med-blue:	#3A73A5;
	--brand-lt-blue:	#AEE0F8;
	--brand-orange:		#F39A42;
	--brand-lt-grey:	#E8EDEF;
	--brand-font:		'GibsonVF-Regular';
	--heading-1:		#1E4973;
	
	/* these are used to offset scroll top and fixed backgrounds */
	--sticky-nav-height:	96px;
	--wp-admin-height:		32px;
}

* {
    border: 0px;
    outline: none !important;
}

/* removed 
* bootstrap includes reset, not needed
* was breaking default tags: ul, ol, li
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style-type: none;
}
*/

body,
html {
    overflow-x: hidden;

}

body {
	/* use bootstrap default
    font-family: 'gibson-regular';
	*/
    font-size: 16.9px;
    color: #79858e;
    line-height: 1.5em;
}

strong {
	/* use bootstrap default
    font-family: 'gibson-medium';
	*/
    font-weight: bolder;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    /* color: inherit; gives no visual indication something is a link, has to have some color */
	color: var(--brand-orange);
}

a:hover,
a:focus {
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    text-decoration: underline; /* none; has to give visual indication the link is clickable */
    outline: none;
}

header a,
footer a,
nav a,
.thumbBox a,
.photoGridBox a,
.circleTabArea a
{
	color: inherit;
}

.panel-content_overlap .aboutLeft a {
	color: white !important; /* or light blue? */
}

header nav a:hover,
header nav a:focus,
header nav a:active,
.btn:hover,
.quicContactBtn:hover,
.thumbBox a:hover,
.photoGridBox a:hover,
.circleTabArea a:hover
{
	text-decoration: none;
}

li#menu-item-9761.col-lg-2 {
    width:auto;
}

a:focus {
    outline: none;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
}

.material-icons,
.material-icons-outlined {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;

    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
    vertical-align: middle;
}

.material-symbols-outlined {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
}



h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-bottom: 17px;
}

h1, .h1, 
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.gibson,
.brand-name {
	font-family: var(--brand-font);
}

h1, .h1 {
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-book'; */
	font-weight: 300;
    /*font-size: 75px;*/
    font-size:34px;
    line-height: normal;
	
}

h1 strong,
.h1 strong {
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-semibold'; */
	/* might not be needed at all, as "strong" by default applies "bolder" to inherited font */
	font-weight: 600;
}

h2, .h2 {
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-semibold'; */
	font-weight: 600;
    color: #1f466f;
    font-size: 34px;
}

h4, .h4 {
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-semibold'; */
	font-weight: 600;
    color: #1f466f;
    font-size: 20px;
}

h5, .h5 {
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-medium'; */
	font-weight: 500;
    color: #79858e;
    font-size: 17px;
    text-transform: uppercase;
}

h5::after,
.h5::after {
    content: '';
    height: 1px;
    background-color: #79858e;
    width: 120px;
    margin-left: 10px;
    display: inline-block;
}

h5.text-white::after,
.h5.text-white::after {
    background-color: #fff;
}

h5.text-grey::after,
.h5.text-grey::after {
    //background-color: #fff;
}

article {
	padding-bottom: 8rem;
}

.text-grey{
    /* font-family: 'gibson-book'; */
	font-family: var(--brand-font);
	font-weight: 300;
	color:#79858E;
    font-size: 21px;
    line-height: 1.2em;
}

.bannerCaption .text-color{
	font-family: var(--brand-font);
	font-weight: 300;
	color:var(--brand-dark-grey);
	font-size: 21px;
	line-height: 1.2em;
}

.brand-name {
	text-transform: uppercase;
	color: var(--brand-dark-blue);
	font-weight: 300;
}
.brand-name strong {
	font-weight: 600;
}

p {
    margin-bottom: 20px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.p-4 {
    padding: 40px 0 !important;
}

.p-10 {
    padding: 100px 0 !important;
}

/* new 2023-08-04 */
.p-10.topOff {
    padding-top: 0 !important;
}
.p-10.bottomOff {
    padding-bottom: 0 !important;
}
/* new 2023-08-04 */

.skip-link {
	background: #319795;
	color: #fff;
	font-weight: 700;
	left: 50%;
	padding: 4px;
	position: absolute;
	transform: translateY(-100%);
}
.skip-link:focus {
	transform: translateY(0%);
}

nav ul,
nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/**************************************
**
** WP-Caption Related Classes
**
**************************************/
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
.alignright {
	text-align: right;
}
.wp-caption.alignleft {
	margin-left: 0;
	margin-right: auto;
}
.wp-caption.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-caption.alignright {
	margin-left: auto;
	magin-right: 0;
}
.wp-caption.text-nowrap {
	width: auto !important;
}

.banner .banner-section {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner .banner-section .bar {
 display: none;
}
.banner .banner-section p {
    margin-bottom: 0;
    font-size: 18px;
}
.banner .banner-section h1 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px #888;
}
@media (max-width: 1199.98px) {
    .banner .banner-section h1 {
        font-size: 40px;
    }
}
@media (max-width: 991.98px) {
    .banner .banner-section h1 {
        font-size: 30px;
    }
}
@media (max-width: 767.98px) {
    .banner .banner-section h1 {
        font-size: 26px;
        /* font-size: 2.75em; */
    }
    .bannerCaption {
        transform: translateY(-50%);
        background-color: #ffffffdb;
        padding: 25px;
        border-radius: 10px 10px 10px 0px;
    }
    .banner .banner-section p {
        font-size: 15px;
    }
	
	.bannerCaption .text-color{
		color:var(--brand-white);
	}	
} 

.btn {
    font-size: 15px;
    min-width: inherit;
    padding: 18px 30px 16px 30px;
    line-height: normal;
    /* font-family: 'gibson-regular'; */
	font-family: var(--brand-font);
    border-radius: 35px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.btn-more-info {
    font-size: 15px;
    min-width: inherit;
    padding: 8px 20px 8px 20px;
    line-height: normal;
    /* font-family: 'gibson-regular'; */
	font-family: var(--brand-font);
    border-radius: 35px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}


.btn i {
    line-height: normal;
    font-size: 20px;
    margin-left: 10px;
}

.btn-link {
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    word-spacing: 2px;
}

.btn-link img {
    margin-right: 10px;
    max-width: 55px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-link:hover img {
    transform: translateX(2px);
}

.btn-primary {
    color: #fff;
    background-color: #f39a42;
    border-color: #f39a42;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: #fff;
    background-color: #f39a42;
    border-color: #f39a42;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: #fba855;
    border-color: #fba855;
}


.table_image_2_col .btn-primary {
	background-color: var(--brand-dark-blue);
	border-color: var(--brand-dark-blue);
}



.text-primary {
    color: #f39a42;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #f39a42 !important;

}

/* new 2023-08-04 */
.text-info {
    color: #1f466f !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #1f466f !important;
}
/* end new 2023-08-04 */

.bg-primary {
    background-color: #f5faff !important;
}

/* new 2023-08-04 */
.bg-info {
    background-color: #1f466f !important;
}
/* end new 2023-08-04 */

.form-control,
.form-select {
	font-size: 14px;
	padding: 15px 15px;
	/* not enough contrast to see, revert to bs default */
	/* border: 1px solid #f6f6f6; */
	height: auto;
	border-radius: 0;
	line-height: normal;
	color: #12132e;
}

.form-control:focus,
.form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #f39a42;
}

select.form-control {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url('assets/img/drop-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
    max-width: 1500px;
}

.actionBar {
    background-color: #1f466f;
    padding: 9px 0;
}

header .actionbarLeft {
	flex-grow: 1;
}
header a.catalog {
	color:rgba(255,255,255,0.85);
	display: inline-block;
}
@media (min-width:1200px) {
	header a.catalog {
	    margin-right: -175px; /* negative margin the width of the buttons on the right, so that it is centered in the header */
	}
}
header a.catalog:hover,
header a.catalog:active {
	color:rgba(255,255,255,1);
	text-decoration: none;
}
header a.catalog .underline {
	text-decoration: underline;
}

header .actionbarRight {
	justify-content: flex-end;
}

.searchBar img,
.phoneBarImg img {
    max-width: 30px;
}

.phoneBar h3 {
    color: #fff;
	/* all h tags use GibsonVF-Regular now */
    /* font-family: 'gibson-regular'; */
    margin-bottom: 0;
    font-size: 12px;
    line-height: normal;
}

.phoneBar h4 {
    color: #fff;
    line-height: normal;
    font-size: 14px;
}


.phoneBar .phoneBarMsg {  /* mirror h3 style */
	color: #fff;
	/* font-family: 'gibson-regular'; */
	margin-bottom: 0px !important;
	font-size: 12px;
	line-height: normal;
	font-family: var(--brand-font);			
	margin-top: 0;
	font-weight: 500;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	display: block;
}

.phoneBar .phoneBarNum { /* mirror h4 style */
	color: #fff;
	line-height: normal;
	font-size: 14px;
	font-weight: 600;
	font-family: var(--brand-font);			
	margin-top: 0px !important;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	display: block;
}

.phoneBar p {
	margin-bottom:0px !important;
	margin-top:0px !important;
}





.searchSec {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.searchSec::before {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: '';
    opacity: 0.9;
}

.searchClose {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}

.searchClose .material-icons-outlined {
    font-size: 40px;
}

.searchBox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.searchBox .form-control {
    border-radius: 35px 0 0 0;
    font-size: 20px;
    padding-left: 25px;
}

.searchBox .input-group .btn .material-icons-outlined {
    font-size: 34px;
}



/* = = = Header Search Bar = = = */

.slv-search-menu-icon .search-form {
	border: 1px solid #e7e7e7;
	line-height: normal;
	padding: 0;
	border-radius: 2px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
	color: inherit;
	/* background-color: #fff; */
}

input[type="search"]{
	/* padding: .75em; */
	padding: .15em;
	height: auto;
	background: #fafafa;
	box-sizing: border-box;
}

input:focus,input[type="text"]:focus,input[type="search"]{
	border-color:var(--slv-global-color-0);
}
		
.slv-header-search .slv-search-menu-icon.slv-dropdown-active .search-field {
	margin-right: 10px;
}

.slv-search-menu-icon.slv-dropdown-active .search-field {
	width: 235px;
}

.search .site-content .content-area .search-form{
	margin-bottom:0;
}

input[type="search"]:focus {
	outline: thin dotted;
	box-shadow: none;
}

.search-form .search-field {
	background-color: transparent !important;
	color: white !important;
}

@media (min-width:922px){
    .search-no-results.slv-separate-container #primary{
        margin-bottom:4em;
    }
}

.slv-search-menu-icon .search-form {
	border: 1px solid #e7e7e7;
	line-height: normal;
	border-radius: 2px;
	color: inherit;
}

.slv-search-menu-icon .search-field {
	border: none; 
	transition: width .2s;
	border-radius: inherit;
	font-size: inherit;
}
.slv-search-menu-icon .search-field::placeholder {
	color: white;
}
.slv-search-menu-icon .search-field:focus::placeholder {
	color: transparent;
}
.searchSec2 {
	display: none;
}

.searchSec2::before {
	display: block;
}



/* = = = End Header Search Bar = = = */




.navArea {
    z-index: 999;
    background-color: #fff;
    position: relative;
}

.logo {
    max-width: 140px;
}

.logo a {
    display: block;
}

.logo img {
    height: auto !important;
}





/**************************************
**
** Sticky header
**
**************************************/
#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10000;
    left: 0;
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* moved sticky header down if admin bar showing */
.admin-bar #sticky.stick {
    top: 32px;
}

/* fix for #anchor scroll position when using sticky headers */
/* any element with an id attribute */
[id] {
    scroll-margin-top: var(--sticky-nav-height);
}

/* when logged in, also add the height of admin bar */
.admin-bar [id] {
    scroll-margin-top: calc( var(--sticky-nav-height) + var(--wp-admin-height) );
}






























.flag {
    max-width: 75px;
}

.flag img {
    border: solid 1px #c6c6c6;
    display: block;
}

.quicContactBlock {
    background-color: #1f466f;
    border-radius: 15px 15px 15px 4px;
    /* font-family: 'gibson-medium'; */
	font-family: var(--brand-font);
	font-weight: 500;
    font-size: 15px;
    color: #fff;
    position: relative;
    text-align: center;
    position: relative;
}

.quicContactBlock a {
    padding: 9px 40px 9px 60px;
    display: block;
}

.quicContactBtnOpen::after {
    content: '';
    background-color: #1f466f;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 85%;
    left: 13px;
    transform: rotate(-45deg);
    z-index: -1;
}

.quicContactBlock img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
}

.quicContactForm {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 3;
    border-radius: 8px;
    padding: 12px;
    border: solid 2px #eaeaea;
    display: none;
    margin-top: 10px;
}

.quicContactForm .mb-1 {
    margin-bottom: 5px !important;
}

.quicContactForm .form-control,
.quicContactForm .form-select {
    padding: 9px 10px;
    font-size: 12px;
}

.quicContactForm .btn {
    width: 100%;
    border-radius: 4px;
    font-size: 13px;
    padding: 5px 10px;
}

.bannerSec {
    position: relative;
}

.bannerImg {
    overflow: hidden;
}

.bannerImg img {
    width: 100%;
    animation-name: banner;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes banner {
    0 {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(1deg) scale(1.05);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.bannerCaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerSec h1 {
    margin-bottom: 8px;
	/*font-size: 75px;*/
	  font-size: 4.4em;	
}

.bannerSec p {
    font-size: 21px;
    line-height: 1.2em;
    /* font-family: 'gibson-book'; */
	font-family: var(--brand-font);
	font-weight: 300;
}

.mouse {
    position: absolute;
    bottom: 10px;
    max-width: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}

.mouseArrow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    animation-name: mouse;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes mouse {
    0 {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0);
    }
}

.thumbBox {
    position: relative;
    padding-top: 75%;
    display: flex;
    height: 100%;
}

.thumbBoxImg {
    background-color: #f1f8ff;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 18px;
    margin-right: 18px;
    position: absolute;
    padding-top: 85%;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: -45px;
    z-index: 1;
}

.thumbBoxImg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out 0s;
}


.thumbBox:hover .thumbBoxImg img {
    transform: scale(1.03);
}

.thumbBoxCaption {
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 20px;  /* new 2023-08-04 */
    padding: 0 25px 35px 25px;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: 0 0 2px 2px;
    transition: all 0.3s ease-in-out 0s;
}

.thumbBox:hover .thumbBoxCaption {
    /* box-shadow: #f39b42a0 0px 8px 24px; */
	box-shadow: #f39b42a0 0px 8px 20px; /* new 2023-08-04 */
}

.thumbBoxCaptionIcon {
    max-width: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out 0s;
}

.thumbBox:hover .thumbBoxCaptionIcon {
    transform: rotate(45deg);
}


.bulletPoins ul {
    margin: 0 0 20px 0;
}

.bulletPoins ul li {
    position: relative;
    padding: 0 0 0 17px;
    margin: 0 0 5px 0;
	
	/* hide default bullets */
	list-style-type: none;
}

.bulletPoins ul li::before {
    content: '';
    position: absolute;
    left: 0;

	/*
    width: 6px;
    height: 6px;
    background-color: #f39a42;
    top: 7px;
	*/

	/* adjustments 
	- fix vertical centering
	- make sizing dynamic based on font size
	- use branding var for color
	*/
	--bullet-size: 0.3551em;
    width: var( --bullet-size );
	height: var( --bullet-size );
    top: calc( ( 1em * var( --bs-body-line-height ) / 2 ) - ( var( --bullet-size ) / 2 ) );
    background-color: var( --brand-orange );
}




.img1 {
    background-image: url('assets/img/img-bg.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-top: 10%;
    background-size: 34% auto;
}

.img1 img{
    border-radius:6px;
}

/* new 2023-08-04 */
.img1.right {
    background-position: right top;
    padding-left: 0%;
    padding-right: 10%;
}
/* end new 2023-08-04 */

.noBox {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-top: solid 4px #ffe4cd;
    text-align: center;
    position: relative;
}

.noBoxHold {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-55%);
}

.noBox h4 {
    color: #f39a42;
    font-size: 25px;
    margin-bottom: 4px;
    line-height: normal;
}

.noBox h6 {
    font-size: 16px;
    line-height: normal;
}

.photoGridBoxItemImg {
    overflow: hidden;
    border-radius: 8px;
    padding-top: 150%;
    position: relative;
}

.photoGridBoxItemImg img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out 0s;
}

.photoGridBox:hover .photoGridBoxItemImg img {
    transform: scale(1.03);
}

.photoGridBox {
    width: calc(25% - 1.5rem);
    position: relative;
}

.photoGridBox:nth-child(even) {
    /*offset*/                          
    /*transform: translateY(6%);*/ 
}

.photoGridBoxItemLabel {
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: 0;
    max-width: 100%; /* new 2023-08-04 */ 
    padding: 14px 25px;
    word-break: break-all; /* new 2023-08-04 */
    line-height: 1em; /* new 2023-08-04 */
}

.aboutLeft {
    width: 40%;
    position: relative;
    z-index: 2;
}

.aboutLeftHold {
    background-color: #79858e;
    padding: 13% 20%;
    width: 112%;
    background-image: url('assets/img/bg1.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
}

.aboutLeftHold p {
    opacity: 0.6;
}

.aboutRight {
    width: 60%;
}

.captionBoxLeft {
    width: 60%;
}

.captionBoxRight {
    width: 40%;
}

.captionBoxRightHold {
    background-color: #fff;
    padding: 9% 20% 9% 10%;
    width: 108%;
    background-image: url('assets/img/bg2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 95%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateX(-8%);
}

.captionBoxRightHold h2 small {
    color: #79858e;
    font-size: 60%;
}

footer {
    background-color: #1f466f;
    color: #cfcfcf;
    font-size: 14px;
    /* background-image: url("../img/footer-bg.png"); */
    /*background-image: url('assets/img/footer-bg.png'); */
    /*background-repeat: no-repeat; */
    /*background-position: right bottom; */
    /*background-size: 50% auto; */
	clear: both;
}

footer a:hover {
    color: #fff;
}

.footerTop {
    padding: 90px 0 20px 0;
}

.footerTopLeft {
    width: 20%;
}

.footerLogo img {
    max-width: 200px;
    width: 100%;
}

.footerTopRight {
    width: 80%;
}

.footerTop h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-semibold'; */
	font-weight: 600;
    margin-bottom: 33px;
}

.footerTop h4:after {
    max-width: 80px;
    display: block;
    content: '';
    height: 1px;
    background-color: #fff;
    margin-top: 18px;
}

.footerNav {
    width: 20%;
}

.footerNav ul li {
    line-height: 1.2em;
    margin-bottom: 20px;
}

.socialInfo {
    line-height: 1.3em;
    position: relative;
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 10px;
    padding-top: 6px;
}

.socialInfo img {
    position: absolute;
    left: 0;
    max-width: 30px;
    top: 0;
}

.footerBrands img {
    max-height: 65px;
}

.footerPolicies {
    border-top: solid 1px #637e9a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyRight {
    background-color: #7b8790;
    padding: 20px 0;
    color: #dddddd;
}

.socialIcons a {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.socialIcons a:hover {
    background-color: #f39a42;
}


/* .home-banner { height:675px; } */
.home-banner { height:540px; }

.bannerSec .left_sec .col-sm-6 {
    padding: 0px 2em 1.5em 0px;
}

.bannerSec {
    background-image: url('assets/img/banner1.jpg');
    /* background-position: center left; */
	background-position: center 4em; /* 2023-11-07 JJ */
    background-size: cover;
    padding: 0px; /* 40px; */
    background-attachment: fixed;
}
.panel-cta-banner-Default img {
	max-height: 200px;
}

 /* 2023-11-07 JJ */
@media (max-width: 599.98px) {

	.bannerSec h1 {
		font-size: 2.5em !important;
	}
	
	.home-banner { height:400px; }
	
}



.thumbBoxField:hover {
    box-shadow: #f39b42a0 0px 8px 24px;
}



/* = = = = = = */


button.action.primary {
    background: linear-gradient(90deg, #fba855 0%, #f39a42 100%) !important;
    /* 131645 dark blue - fba855 orange*/
    color: #fff !important;
    padding: 7px 15px !important;
    border-radius: 50px !important;
}

button.action.primary::after {
    display: none !important
}


button.action.primary::after {
    content: "";
    position: absolute;
    left: 14px;
    font-family: 'FontAwesome';
    color: #141646 !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    height: 17px;
    width: 21px;
    background-repeat: no-repeat;
    top: 34px;
    z-index: 9999999999999999999;
}


form.rendered-form.amform-form.circle-theme {
    margin-top: 2%;
    background: #fff !important;
    padding: 9px;
    border-radius: 5px;
}

/*
.submit_cover::before {
	float: left;right: 12px;position: absolute;background-size: cover;background-repeat: no-repeat;background-size: 100% 100%;background-position: center;display: block;content: " ";background-image: url(/assets/img/favicon.ico);width: 25px; height: 25px;z-index: auto;bottom: 7px;background-size: 100% 100%;left: 87px;}
	
.submit_cover { position: relative;}
*/

.formcheck,
input[name="fc"] {
	display: none;
}
.form-control,
.form-select {
    color: #6c757d;
}

.contact_form .form-control {
    border-radius: 0px !important;
}

.contact_section .right_sec {
    background: #f5faff;
    padding: 60px;
}

/* dark blue 1f466f - f5faff light blue*/

.contact_section {
    width: 100%;
    float: left;
}

.contact_section textarea.form-control {
    height: 100px;
    border-radius: 0px !important;
}

/*
.contact_section .btn {background-color: #141646;border-radius: 30px;
	border: 2px solid #141646;padding: 10px 35px;margin-top: 30px;
	font-size: 20px;} */
/* font-family: 'Uniform Medium'; */
/*	
.contact_section .btn { padding: 7px 57px;color: #fff;background: 
    #fba855;padding-left: 22px !important;border-radius: 25px;border: none;margin: 0;
}
*/

.contact_section .row.col-lg-12 {
    margin: 0px !important;
}

.contact_section .left_sec {
    padding-top: 50px;
    padding-bottom: 20px;
}

.sec_title {
    padding-left: 0px;
}

.contact_section p {
    font-size: 20px;
}

/* color: #121545; font-family: 'Uniform'; */
.contact_section .left_sec h3 {
    padding-top: 25px;
    padding-bottom: 10px;
    font-size: 42px;
}

/* color: #121545 !important; font-family: 'Uniform Medium'; */

img.center-block.img-circle {
    border: 4px solid #a513b2;
    border-radius: 60px;
}

.row.col-lg-12.contact_btn_div {
    padding-top: 30px;
}

.contact_section .left_sec {
    background-color: #FFFFFF;
}


/* new 2023-08-04 */


.brandLogo img {
    max-height: 60px;
}
.thumbBox.proThumb {
    padding-top: 80px;
    margin-bottom: 40px;
    margin-left: 26px;
    margin-right: 26px;
    max-width: 100%;
}
.thumbBox.proThumb h4 {
    font-size: 18px;
}
.thumbBox.proThumb .thumbBoxCaptionIcon {
    max-width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
}
.thumbBox.proThumb .thumbBoxCaption {
    padding-top: 75px;
    margin-top: 0;
}

.productSlider.owl-carousel .owl-nav.disabled {
    display: flex;
}
.productSlider.owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    left: -40px;
    right: -40px;
    top: 50%;
    transform: translateY(-20%);
    justify-content: space-between;
}

.productSlider.owl-carousel .owl-nav button.owl-prev,
.productSlider.owl-carousel .owl-nav button.owl-next {
    border: solid 1px #c4c8cc;
    border-radius: 0 10px 10px 10px;
    width: 50px;
    aspect-ratio: 1;
    color: #1f466f;
    font-size: 40px;
    background-color: #fff;
}
.productSlider.owl-carousel .owl-nav button.owl-prev:hover,
.productSlider.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #f39a42;
    border-color: #f39a42;
    color: #fff;
}
/* removed: causing issue with hover on prev/next buttons
.productSlider.owl-carousel .owl-stage-outer {
    z-index: 2;
}
*/
.iconSec {
    padding-top: 25px;
    border-bottom: solid 1px #e8e8e8;
    padding-left: 3vw;
    padding-right: 3vw;
}
.iconBox {
    margin-bottom: 25px;
    text-align: center;
}
.iconBox h6 {
    margin: 0;
    text-transform: uppercase;
	/* all h tags use Gibson variable font now */
    /* font-family: 'gibson-semibold'; */
	font-weight: 600;
    font-size: 14px;
    color: #c0c5c9;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-in-out 0.1s;
}
.iconBox:hover h6 {
    color: #1f466f;
}
.iconBox .icon {
    margin-bottom: 10px;
    position: relative;
    padding-top: 40px;
}
.iconBox .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0.35;
}
.iconBox:hover .icon img {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.iconBox.active .icon img {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1;
}
.iconBox.active h6 {
    color: #1f466f;
}

.pg-table tr th {
    color: #1f466f;
    font-weight: normal;
    background-color: #f9f9f9;
	font-family: var(--brand-font);
	font-weight: 600;
    padding: 15px;
    border: solid 1px #e5e5e5 !important;
}
.pg-table tr th:last-child {
    border-right: none;
}
.pg-table tr td {
    color: #79858e;
    border-bottom-color: #e5e5e5;
    padding: 15px;
    box-shadow: none;
    border: solid 1px #e5e5e5 !important;;
}
.pg-table tr td:last-child {
    border-right: none;
}
.pg-table {
    border: solid 1px #e5e5e5 !important;;
}

.overlayBg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.overlayBg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.imgOverlay {
    position: relative;
    z-index: 2;
    padding: 8vw 0;
}
.overlayDes {
    padding: 3vw;
    background-color: #fff;
}
.bigThumb {
    height: 100%;
    margin-top: 10%;
}
.bigThumbBox {
    background-color: #e8edef;
    border-radius: 0 36px 36px 36px;
    padding: 10%;
    padding-bottom: 25%;
    padding-top: 0;
    height: 100%;
    position: relative;
    transition: all 0.3s ease-in-out 0.1s;
}
.bigThumbBox:hover {
    background-color: #aee0f8;
}
.bigThumbBtn {
    position: absolute;
    left: 10%;
    bottom: 5%;
}
.bigThumbBoxImg {
    position: relative;
    padding-top: 100%;
    transform: translateY(-20%);
}
.bigThumbDes {
    margin-top: -16%;
}
.bigThumbBoxImg img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.bigThumb1 {
    background-image: url('assets/img/img-bg.png');
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10%;
    padding-top: 10%;
    background-size: 34% auto;
}
.bigThumb2 {
    background-image: url('assets/img/img-bg.png');
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 10%;
    padding-top: 10%;
    background-size: 34% auto;
}
.partNoSec {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00294a+0,0059a0+61,0059a0+100 */
    background: rgb(0, 41, 74);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 41, 74, 1) 0%, rgba(0, 89, 160, 1) 61%, rgba(0, 89, 160, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 41, 74, 1) 0%, rgba(0, 89, 160, 1) 61%, rgba(0, 89, 160, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 41, 74, 1) 0%, rgba(0, 89, 160, 1) 61%, rgba(0, 89, 160, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00294a', endColorstr='#0059a0', GradientType=1);
    /* IE6-9 */
}
.partNumberField {
    border-radius: 35px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4789b8+0,4789b8+100&0.5+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(71, 137, 184, 0.5) 0%, rgba(71, 137, 184, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(71, 137, 184, 0.5) 0%, rgba(71, 137, 184, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(71, 137, 184, 0.5) 0%, rgba(71, 137, 184, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#804789b8', endColorstr='#804789b8', GradientType=0);
    /* IE6-9 */
    border: solid 1px #ffffff73;
    padding: 5px;
}
.partNumberField .form-control {
    border: none;
    background-color: transparent;
    color: #fff;
    padding-left: 25px;
    letter-spacing: 0.03em;
}
.partNumberField .form-control::-moz-placeholder {
    color: #fff;
}
.partNumberField .form-control::placeholder {
    color: #fff;
}
.partNumberField .btn {
    border-radius: 35px !important;
    padding: 10px 20px;
}
.partNumberField .btn i {
    margin-left: 0;
    margin-right: 6px;
}
.partNumberMessage i {
    font-size: 17px;
    margin-right: 5px;
    transform: translateY(-1px);
}
.circleTabLeft {
    width: 50%;
}
.circleTabRight {
    width: 50%;
    padding-right: 70px;
}
.circleTabContent {
    background-color: #fff;
    padding: 9% 20% 9% 10%;
    width: 100%;
    background-image: url('assets/img/bg2.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 95%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}
.circleTabContent:before {
    content: '';
    width: 40px;
    aspect-ratio: 1;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(-45deg);
}
.circleTabContent {
    display: none;
}
.circleBoxHold {
    width: 100%;
    max-width: 400px;
}
.circleBoxHold ul {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding-left: calc(100% - 25px);
    display: flex;
    flex-direction: column;
}
.circleBoxHold ul li {
    width: 300px;
    width: 300px;
    margin: auto 0;
}
.circleBoxHold ul li img {
    width: 50px;
    margin-right: 8px;
}
.circleBoxHold ul li.active {
    color: #1f466f;
}
.tabIconBox {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    aspect-ratio: 1;
    margin-right: 8px;
    background-color: rgb(232, 237, 239, .2);
    border-radius: 0 8px 8px 8px;
    position: relative;
    text-align: center;
}
.tabIconBox:before {
    background-color: rgb(232, 237, 239);
    border-radius: 0 6px 6px 6px;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    top: 5px;
    content: '';
    z-index: 1;
}
.tabIconBox i {
    position: relative;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}
.circleBoxHold ul li.active .tabIconBox {
    background-color: rgb(31, 70, 111, .2);
    color: #fff;
}
.circleBoxHold ul li.active .tabIconBox:before {
    background-color: rgb(31, 70, 111);
}
.partBg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: .2;
	pointer-events: none;
}

/* end new 2023-08-04 */








@media (max-width: 1365px) {
    .logo {
        max-width: 120px;
    }

/* temporarily in front.css
    .navBlock ul li {
        font-size: 13.5px;
    }
*/

    .noBox {
        width: 100px;
        height: 100px;
    }

    .noBox h4 {
        font-size: 19px;
        margin-bottom: 1px;
    }

    .noBox h6 {
        font-size: 14px;
    }
	
	/* new 2023-08-04 */
    .circleBoxHold {
        max-width: 300px;
    }
    .circleBoxHold ul {
        top: -25px;
        bottom: -25px;
    }
	/* end new 2023-08-04 */	
	
	
}

@media (max-width: 1199.98px) {
    h1, .h1 {
        font-size: 50px;
    }

    h2, .h2 {
        font-size: 27px;
    }

    h4, .h4 {
        font-size: 17.5px;
    }

    .logo {
        max-width: 90px;
        padding: 5px 0;
    }

/* temporarily in front.css
    .navBlock ul li {
        font-size: 12px;
    }

    .navBlock>ul>li>a {
        line-height: 65px;
    }

    .nav-prod-type {
        font-size: 15px;
    }
*/

    .quicContactBlock {
        font-size: 12px;
    }

    .quicContactBlock img {
        max-width: 24px;
    }

    .flag {
        max-width: 45px;
    }

    .quicContactBlock a {
        padding: 4px 15px 4px 35px;
    }

    .bannerSec p {
        font-size: 16px;
    }

    .btn-link {
        font-size: 14px;
    }

    .btn-link img {
        margin-right: 7px;
        max-width: 35px;
    }

    .aboutLeftHold h2 {
        font-size: 22px;
    }

    .aboutLeftHold p {
        line-height: normal;
        font-size: 14px;
    }

    .captionBoxRightHold h2 {
        font-size: 22px;
    }

    .captionBoxRightHold p {
        line-height: normal;
        font-size: 14px;
    }

    .footerTop h4 {
        font-size: 13px;
        margin-bottom: 25px;
    }

    .quicContactForm {
        width: 180px;
    }
	
	
	/* new 2023-08-04 */


    .iconBox h6 {
        font-size: 12px;
    }
    .circleBoxHold {
        max-width: 230px;
    }
    .tabIconBox {
        width: 40px;
    }
    .tabIconBox i {
        font-size: 18px;
    }
    .circleBoxHold ul li {
        font-size: 14px;
    }
    .circleBoxHold ul {
        top: -45px;
        bottom: -45px;
    }

	/* end new 2023-08-04 */

}

/*change hover to focus - revisit 2023-08-07 JJ */
/*
@media (min-width: 991.98px) {
    .navBlock>ul>li:active.dropDownArea {
        display: block !important;
    }
}
*/
/* change to toggleDropDown() in the custom.js */
/*
@media (min-width: 991.98px) {
    .navBlock>ul>li:hover>.dropDownArea {
        display: block !important;
    }
}
*/
@media (max-width: 991.98px) {
    body {
        font-size: 15px;
        line-height: 1.3em;
    }

    p {
        margin-bottom: 15px;
    }

    .p-10 {
        padding: 70px 0 !important;
    }

    .mb-5 {
        margin-bottom: 30px !important;
    }

    .btn {
        font-size: 12px;
        padding: 14px 25px 12px 25px;
    }

    .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }

    h1, .h1 {
        font-size: 40px;
    }

    h2, .h2 {
        font-size: 22px;
    }

    h5, .h5 {
        font-size: 14px;
    }

/* temporarily in front.css
    .navBlock {
        position: fixed;
        left: -250px;
        top: 0;
        bottom: 0;
        background-color: #1f466f;
        width: 250px;
        z-index: 9999;
        padding-top: 30px;
        transition: all 0.3s ease-in-out 0s;
        overflow-y: scroll;
    }

    .navBlock.navBlockOpen {
        left: 0;
    }

    .navBlock>ul {
        display: block;
    }

    .navBlock>ul>li {
        font-size: 13px;
        color: #fff;
        border-bottom: solid 1px #234d78;
    }

    .navBlock>ul>li>a {
        padding: 16px 18px;
        line-height: normal;
    }

    .navBlock>ul>li>a {
        display: flex;
        justify-content: space-between;
    }

    .dropDownArea {
        position: static;
        min-height: inherit;
        padding: 10px 10px 5px 20px;
    }

    .nav-prod-type {
        padding-left: 0;
    }

    .dropDownArea .container-fluid {
        padding: 0;
    }

    .nav-prod-type {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .headingBorder.mb-3 {
        padding-bottom: 8px;
        margin-bottom: 10px !important;
        margin-top: 8px;
    }

    .dropDownArea ul {
        margin-bottom: 15px;
    }

    .dropDownArea ul li {
        margin-bottom: 8px;
    }
*/
    .menuIcon {
        color: #fff;
        font-size: 35px;
        background-color: #1f466f;
        border-radius: 10px 10px 10px 2px;
        padding: 8px;
        cursor: pointer;
    }

    .menuClose {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .quicContactBlock {
        border-radius: 10px 10px 10px 2px;
    }

    .quicContactBlock a {
        padding: 10px 15px 10px 35px;
    }

    .flag {
        max-width: 54px;
    }

    .bannerSec p {
        font-size: 14px;
    }

    .btn-link {
        font-size: 12px;
        word-spacing: normal;
    }

    .thumbBoxCaptionIcon {
        max-width: 60px;
    }

    .thumbBoxImg {
        margin-bottom: -30px;
    }

    .photoGridBoxItemLabel {
        padding: 10px 20px;
        font-size: 13px; /* new 2023-08-04 */
    }

    .footerTopLeft {
        width: 100%;
    }

    .footerTopRight {
        width: 100%;
    }

    .footerBrands img {
        max-height: 45px;
    }

    .footerNav ul li {
        margin-bottom: 13px;
    }
	
	/* = = new = = */
	

    .productSlider.owl-carousel .owl-nav {
        left: -20px;
        right: -20px;
    }
    .productSlider.owl-carousel .owl-nav button.owl-prev,
    .productSlider.owl-carousel .owl-nav button.owl-next {
        width: 30px;
        font-size: 20px;
        border-radius: 0 8px 8px 8px;
    }
    .iconBox h6 {
        font-size: 10px;
    }
    .iconBox .icon {
        padding-top: 30px;
    }
    .circleTabArea {
        padding: 0 25px;
    }
    .circleBox {
        display: none;
    }
    .circleBoxHold ul {
        position: static;
        padding: 0;
    }
    .circleBoxHold ul li {
        transform: translateX(0) !important;
        border-bottom: solid 1px #e8e8e8;
        padding: 5px 0;
    }
    .circleBoxHold {
        max-width: 100%;
    }
    .circleTabLeft {
        padding-right: 20px;
        width: 300px;
    }
    .circleTabRight {
        width: 100%;
    }
    .circleTabRight {
        padding: 0;
    }
    .circleTabContent:before {
        display: none;
    }
	
	/* = = new = = */
}

@media(max-width:860px) {
    .cta-msg {
        max-width: 510px;
        margin: auto !important;
    }
}

@media (max-width: 767.98px) {
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .phoneBar h3 {
        font-size: 9px;
    }

    .phoneBar h4 {
        font-size: 11px;
    }
	
	.phoneBar .phoneBarMsg{ /* replaces h3 */
		font-size: 9px;
	}
	.phoneBar .phoneBarNum{ /* replaces h4 */
		font-size: 11px;
	}	

    .searchBar img,
    .phoneBarImg img {
        max-width: 25px;
    }

/* interfering with new catalog link 
    .actionbarLeft {
        max-width: 80px;
    }
*/
    .bannerCaption {
        position: static;
        transform: translateY(0%);
        /* background-color: #1f466f; */
		background-color:rgb(31, 70, 111, .75);
        text-align: center;
        padding: 30px 20px 80px 20px;
    }
	
	.home-banner { height:500px; }

    .bannerSec p {
        font-size: 15px;
        line-height: 1.4em;
    }

    .thumbBox {
        padding-top: 0;
        height: auto;
        margin: 0 auto 20px auto;
        max-width: 320px;
    }

    .thumbBoxCaption {
        height: auto;
        margin-top: 80%;
    }

    .img1 {
        max-width: 450px;
        margin: 0 auto 35px auto;
    }

    .photoGridBox {
        width: calc(50% - 1rem);
    }

    .aboutLeft {
        width: 100%;
    }

    .aboutLeftHold {
        width: auto;
        padding-left: 10%;
    }

    .aboutRight {
        width: 100%;
    }

    .p-4 {
        padding: 0px 0 !important;
    }

    .captionBoxLeft {
        width: 100%;
    }

    .captionBoxRight {
        width: 100%;
    }

    .captionBoxRightHold {
        width: 100%;
        transform: translateX(0%);
    }

    footer {
        text-align: center;
    }

    .footerTop {
        padding-top: 70px;
    }

    .footerNav {
        width: 100%;
        margin-bottom: 10px;
    }

    .footerTop h4:after {
        margin-top: 10px;
        width: 100%;
        margin: 10px auto 0 auto;
        max-width: 60px;
    }

    .socialInfo img {
        position: static;
        max-width: 30px;
        margin: 0 auto 5px auto;
        display: block;
    }

    .socialInfo {
        padding-left: 0;
        padding-top: 0;
    }

}

@media (max-width:575.98px) {}

/* = = = = new = = = = */


	.productSlider.owl-carousel .owl-nav {
		left: -10px;
		right: -10px;
	}

	.overlayDes {
		padding: 25px;
	}

	.circleBoxHold ul li {
		width: auto;
		font-size: 14px;
		line-height: 1.2;
	}

	.circleBoxHold ul li a {
		display: flex;
		align-items: center;
	}

}

@media (max-width:575.98px) {
	.bigThumbBox {
		height: auto;
	}

	.iconBox {
		margin-bottom: 0.2rem;
		padding: 10px 10px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: calc(25% - 0.5rem);
		border-radius: 0 8px 8px 8px;
	}

	.iconBox h6 {
		word-wrap: break-word;
		font-size: 9;
	}

	.iconBox .icon {
		padding-top: 20px;
	}

	.iconSec {
		padding-bottom: 20px;
	}

	.circleTabLeft {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.circleBoxHold ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 4px;
		justify-content: center;
	}

	.circleBoxHold ul li {
		width: calc(25% - 4px);
		text-align: center;
		border: none;
		font-size: 12px;
		margin-bottom: 0.2rem;
		padding: 10px 10px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		border-radius: 0 8px 8px 8px;
		margin-top: 0;
	}

	.circleBoxHold ul li a {
		flex-direction: column;
	}

	.tabIconBox {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

/* Part Number Cross Ref */
.partNumberMessage {list-style-type: none;}

/* = = = = end new = = = = */





/* = = = = end header panel - inner = = = = */	


	
.banner-titles svg {
	height: 100%;
	width: 100%;
}
.banner-section .container {
	/*height: 22px;*/
	line-height: 1;
}
.banner-section svg {
	/*font-family: 'GibsonVF-Regular'; */
	line-height: 1;
	height: 100%;
	fill:#ffffff;
}
.banner-subsection .container {
	height: 42px;
	line-height: 1;
}

.banner {
  height: 300px;
  overflow: hidden;
  position: relative;
  display:flex;
}

.bannerCaption{color:#f5faff;} /* #1f466f; - dark blue */

/* might need a prefix for other banner types .panel-header */
.banner-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.banner-image img {
  object-fit: cover;
  object-position: 50% 50%; /* was bottom, but this doesn't look right with some banners */
  min-width: 100%;
  height: 100%;
}

.secondary a *, .site-footer a *, .site-header a *, a {
	transition: all .2s linear;
}








/***********************************************************************
**
** Bread Crumbs
**
************************************************************************/

.breadcrumbs {
	overflow: auto;
	padding: 0;
	font-size: 13px;
	background-color: var(--brand-lt-grey);
	--bs-breadcrumb-item-active-color: ;
}
.breadcrumbs ol {
	margin: 1em 0; 
	/* padding: 1em 0; */
}
.breadcrumb {
	--bs-breadcrumb-divider-color: #848484;
	--bs-breadcrumb-item-active-color: black;
	--bs-breadcrumb-item-padding-x: 15px;
	--bs-breadcrumb-divider: ">";
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumbs a {
	/* need underline on hover so its obvious it is clickable
	color: #848484;
	text-decoration: none;
	*/
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item.active {
	font-weight: bold;
}




dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
	.bannerCaption h1 {
		color:#ffffff;
	}
}
	
/* = = = = end header panel - inner = = = = */	
	
	
	
	
/* = = = = header panel - subpage = = = = */


.subpage-banner-titles h1 {
    height: 100%;
    width: 100%;
}

.subpage-banner-titles {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color: white;
}

.subpage-banner-section p {
    font-size: 32px;
    letter-spacing: 9px;

    display: block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
	
}

.subpage-banner-subsection h1 {
    line-height: 50px; /* 1; */
    fill: #ffffff;
}

.subpage-banner-subsection h1 {
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3px;
}


/* = = = = end header panel - subpage  = = = = */


/* = = =  modified panel header styles = = = */


.panel-grey-title{ /* mirror h5 style */
    /* font-family: 'gibson-medium'; */
    font-weight: 500;
    color: #79858e;
    font-size: 17px;
    text-transform: uppercase;
	font-family: var(--brand-font);
}

.panel-grey-title::after {
    content: '';
    height: 1px;
    background-color: #79858e;
    width: 120px;
    margin-left: 10px;
    display: inline-block;
}

.panel-grey-title .text-white::after {
    background-color: #fff;
}

.panel-blue-text{ /* mirror h2 style */
	font-weight: 600;
    color: #1f466f;
    font-size: 34px;
	font-family: var(--brand-font);
	margin-bottom: 17px;
	margin-top: 0;
	line-height: 1.2;
	    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	

}	

.panel-blue-text .btn-link { /* found on content_overlap */
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    word-spacing: 2px;
}

.panel-3col-header{
	font-weight: 600;
    font-size: 20px;
	font-family: var(--brand-font);
    color: #1f466f;
	line-height: 1.2;
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-top: 0 !important;
	margin-bottom: 17px;
}

@media (max-width: 991.98px){
	.panel-grey-title{font-size: 14px;}
	.panel-blue-text{font-size: 22px;}
	.panel-3col-header{font-size: 17.5px;}
}

/* = = = end modified panel header styles = = = */


.panel-content-header{ /* mirror h4 style */
	font-weight: 600;
    font-size: 20px;
	font-family: var(--brand-font);
    color: #1f466f;
	line-height: 1.2;
	display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	margin-top: 0 !important;
	margin-bottom: 17px;
}


.text-white-p p{color:#FFFFF;}



/* = = = modified mobile menu = = = */

@media (max-width: 991.98px) {
	.navBlock ul.menu {
		  display: grid !important;  
	}
	.navBlock ul.menu > li > a, .navBlock ul.menu > li > span {
		display: flex !important; 
		/* height: 0 !important; */
		height: 30px !important;
		line-height: 24px !important;
		padding: 0 7px;
		color: #fff;
	}

	.dropDownArea .nav-row > .sub-menu {
		flex-direction: column !important;
	}
	
	.nav-main {
		display:none; !important;
	}
	
	.dropDownArea > .container-fluid > .sub-menu {
		padding-top: 25px;
	}

	.navArea .dropDownArea {
		padding-bottom: 0px !important;
	}	
	.dropDownArea > .container-fluid > .sub-menu {
		padding-top: 0px !important; 
		padding-bottom: 0px !important;
	}	
	}

}


@media (max-width: 600px) {

	.bannerSec h1 {
		font-size: 2.5em !important;
	}
}

/* = = = end modified mobile menu = = = */

.ico-arrow-right {
    width: 14px;
	display:inline-block;
	padding-left: 3px;
	
	/* '/wp-content/themes/mechconnect/assets/img/icon-arrow-right.svg' */
}

.ico-arrow-right img {
	padding-bottom: 3px;
}



/***************************************************************
*
*  Part Number Cross Reference
*
****************************************************************/
.page-id-9587 .entry-header {
	display: none;
}
.page-id-9587 .entry-content {
	padding-top: 3rem;
}

/* = = Company Page == */
.companyLocation {
  border-radius: 10px;
  background-color: #79858e;
  padding: 30px;
}

.text-grey {
  color: #cfcfcf;
}



/* Spotlight 4 col for Center Aligned (White Background  */


.thumbBoxSp {
	height: 100%;
	padding: 17px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 20px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out 0s;
	padding-bottom: 25px;
	position: relative;
}

.thumbBoxSp:hover {
	box-shadow: #f39b42a0 0px 8px 20px;
}

.thumbBoxSpImg {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 1/.7;
	position: relative;
}

.thumbBoxSpTop {
	margin-bottom: 45px;
}

.thumbBoxSpImg img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out 0s;
}

.thumbBoxSp:hover .thumbBoxSpImg img {
	transform: scale(1.03);
}

.thumbBoxSpCaptionIcon {
	max-width: 80px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 2;
	transition: all 0.3s ease-in-out 0s;
	background-image: url(assets/img/icon-bg.png);
	width: 120px;
	aspect-ratio: 1;
	background-size: 100% auto;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumbBoxSpCaptionIcon img {
	max-width: 30px;
}



.thumbBoxSpCaption {
	max-width: 260px;
	margin: 0 auto;
	padding-bottom: 40px;
}


.thumbBoxSpCaption ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	list-style-type: none;
}

.thumbBoxSpCaption ul li {
	position: relative;
	padding-left: 22px;
	min-height: 15px;
	margin-bottom: 8px;
}

.thumbBoxSpCaption ul li::before {
	position: absolute;
	/*background-image: url(assets/img/circle-check.svg);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	width: 15px;
	height: 15px;
	content: '';
	left: 0;
	top: 5px;
	background-color: #f39a42;
	-webkit-mask-image: url(assets/img/circle-check.svg);
	mask-image: url(assets/img/circle-check.svg);
}

.thumbBoxSp .btnLink {
	position: absolute;
	left: 17px;
	right: 17px;
	bottom: 20px;
	max-width: 260px;
	margin: 0 auto;

}

.thumbBoxSp:hover .btnLink i {
	transform: translateX(6px);
}

.thumbBoxSpField:hover {
    box-shadow: #f39b42a0 0px 8px 24px;
}

/* remote form styling */

#cta .form-control {margin-bottom:25px;}

.form-service-popup .popup-header {
    background-color: #1f466f !important;
}





/* added 2025-07-17 from mech */
.navBlock>ul>li .material-icons-outlined {
	font-size: 17px;
}

.navBlock>ul>li .material-icons-outlined:after {
	content: 'expand_more';
}

.navBlock>ul>li .material-icons-outlined.open:after {
	content: 'expand_less';
}

.navBlock>ul>li>a {
    display: block;
    line-height: 94px;
    padding: 0 15px;
}

@media (max-width: 767.98px) {

	.flag img {
		display: none !important;
	}
} 
