﻿/***** BEGIN RESET *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; } 
ol, ul { list-style: none; } 
table { border-collapse: collapse; width: 100%; } 
td { vertical-align: top; }
/* Make HTML 5 elements display block-level for consistent styling */ 
header, nav, article, footer, address { display: block; } 
/***** END RESET *****/
::-moz-selection { background: #000;  color: #fff; text-shadow: none; } 
::selection { background: #000; color: #fff; text-shadow: none; }
/* Clearfix */
.cf { *zoom: 1; }
.cf:before, .cf:after { content: " "; display: table; } 
.cf:after { clear: both; } 

/*-------- BODY STYLES --------*/
body {

}

html { scroll-behavior: smooth; }

a:link, a:visited, a:active, a:hover { text-decoration: none; }
hr { border: #000 1px solid; }
div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, i, ol, ul, li, form, label, :before, :after { box-sizing: border-box; }

/*--- HEADER STYLES ---------------------*/
header {  }

.aria-skip { position: relative; width: 0px; height: 0px; display: flex; font-size: 0px; opacity: 0; }

.im-header { position: relative; z-index: 1004; width: 100%; background: #111; padding: 0 max(12px, 1.25%, calc(50% - 1200px)); display: flex; flex-direction: column; align-items: flex-end; }
.header-logo-div { position: absolute; bottom: 0; left: max(12px, 2%, calc(50% - 1200px)); height: 100%; padding: 14px 0 20px 0; }
.header-logo, .header-logo img { position: relative; width: auto; max-width: 82vw; height: 100%; }
.header-logo {}
.header-logo img { object-fit: contain; }
.im-topheader, .nav-div { position: relative; display: flex; flex-direction: row; justify-content: flex-end; align-items: stretch; row-gap: 4px; }
.im-topheader { z-index: 1; height: 52px; padding-top: 5px; column-gap: 24px; }
.im-topheader a { padding-top: 0!important; padding-bottom: 0!important; min-height: unset!important; }
.im-topheader .listed { font-size: 15px!important; }
.nav-div { z-index: 5; height: 70px; }

#headerSearchModalContainer:not(.opened-full), #headerSearchModalContainer.invsearch:not(.opened-full) { display: none; }
#headerSearchModalContainer.opened-full, #headerSearchModalContainer.invsearch.opened-full { 
	position: fixed; z-index: 1010; top: 0; left: 0; width: 100%; height: max(100vh, 600px); padding: 60px 5vw; 
	background: rgba(0, 0, 0 .4); 
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: flex; flex-direction: row; justify-content: center; align-items: center; 
}

.search-modal-closer-bg, #headerSearchModalContainer:not(.opened-full) .search-modal-closer-bg { display: none; }
#headerSearchModalContainer.opened-full .search-modal-closer-bg { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; pointer-events: all; background: rgba(0, 0, 0, .25); display: flex; }
#headerSearchModalContainer.opened-full > *:not(.search-modal-closer-bg) { position: relative; z-index: 2; }

#headerSearchModalContainer.opened-full a.search-modal-closer-x { position: absolute!important; top: 24px; right: min(32px, 4vw); width: 50px; height: 50px; background: #11116b; color: #fff; font-size: 24px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: .25s ease all; border-radius: 6px; }
#headerSearchModalContainer.opened-full a.search-modal-closer-x:hover { background: #303030; }

.invsearch {}
.invsearch form.im-form { position: relative; width: min(1200px, 100%); padding: 20px min(32px, 4vw) 24px min(32px, 4vw); background: #8a85a4; border-radius: 20px; column-gap: 8px; box-shadow: 0 2px 20px rgba(0, 0, 0, .3); }
.invsearch form.im-form .title { display: flex; justify-content: center; align-items: center; }
#headerSearchModalContainer.invsearch form.im-form .title { padding-right: 72px; min-height: 54px; justify-content: flex-start; }
.invsearch form.im-form select, .invsearch form.im-form input[type="text"], .invsearch form.im-form .btnclass { width: calc(50% - 4px); }

/* Site Colors: 
	
	--> BLUE: #11116b; rgba(17, 17, 107, 1); <--

	btn/light purple: #948eec; rgba(148, 142, 236, 1); 
	med/inv-btn purple: #8a85a4; rgba(138, 133, 164, 1); 
	light gray: #ddd; rgba(221, 221, 221, 1); 
	med/hover gray: #303030; rgba(48, 48, 48, 1); 
	notblack: #111; rgba(17, 17, 17, 1); 
*/
/*---BODY--------------------------------*/
.invisilink { font-family: inherit; font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; display: inline; transition: .25s ease all; }
a.invisilink:hover { text-decoration: underline; color: #11116b; cursor: pointer; }
.darkmode a.invisilink:hover, a.invisilink.darkmode:hover { color: #948eec; }

/* Text / Titles / Paragraphs / <h1><h2><h3><h4> / <p> */
.txt-default, .content-sect p, .title, .btnclass, label, input, select, textarea, button {
	font-family: 'trade-gothic-next', sans-serif; 
}
.subtitle, .listed, .foot-nav a { font-family: 'trade-gothic-next-condensed', sans-serif; }

.txt-default, .content-sect p {
	font-size: 17px; font-weight: 400; line-height: 1.4; letter-spacing: .4px; color: #0d0d0d; 
}
.feat-p, .content-sect p.feat-p { font-size: 18px; font-weight: 700; letter-spacing: .6px; }
.content-sect p.txt-bold, .content-sect p .txt-bold { font-weight: 800!important; letter-spacing: .6px!important; }
.form-importantp { font-size: 22px; font-weight: 700!important; letter-spacing: .6px!important; }

.title { font-weight: 900; letter-spacing: .25px; color: #0d0d0d; }
.title-h1, .title.title-h1 { font-size: 48px; }
.title, .title-h2 { font-size: 40px; }
.title-h3, .title.title-h3 { font-size: 30px; }
.title-h4, .title.title-h4 { font-size: 24px; }

.subtitle { color: #11116b; font-weight: 300; letter-spacing: 1.5px; text-transform: uppercase; }
.subtitle-h1, .subtitle.subtitle-h1 { font-size: 36px; }
.subtitle, .subtitle-h2 { font-size: 30px; }
.subtitle-h3, .subtitle.subtitle-h3 { font-size: 24px; }
.subtitle-h4, .subtitle.subtitle-h4 { font-size: 20px; }

.multi-title { position: relative; display: flex; flex-direction: column; align-items: flex-start; }
.multi-title.center-style { align-items: center; }

.feat-icon { font-size: 50px; color: #11116b; }

/* buttons / links / <a> / ctas */
.btnclass, .btn-purple, .listed, .foot-nav a { position: relative; min-width: 50px; border-radius: 6px; display: flex; justify-content: center; align-items: center; gap: 10px; transition: .25s ease all; }
.btnclass i, .btn-purple i, .btnclass.is-phone i, .btn-purple.is-phone i, .listed i { font-size: 16px; text-align: center; }

.btnclass, .btn-purple { padding: 10px 20px 12px 20px; min-height: 50px; box-shadow: 0 2px 12px rgba(0, 0, 0, .1); font-size: 18px; font-weight: 900; text-align: center; text-transform: uppercase; letter-spacing: 1.5px; }
.btnclass { background: #11116b; color: #fff; }
.btn-purple, .btnclass.btn-purple { background: #948eec; color: #000; }
.btnclass i ~ span, .btn-purple i ~ span { text-align: left; margin-top: -2px; }
.btnclass:hover, .btn-purple:hover { cursor: pointer; background: #303030; color: #fff; }

.btnclass.is-phone, .btn-purple.is-phone { font-size: 19px; }

.listed { padding: 8px 12px; min-height: 50px; text-align: left; color: #11116b; background: rgba(255, 255, 255, 0); font-size: 18px; letter-spacing: 1.5px; }
.listed i {}
.listed span {}

a.listed:hover { cursor: pointer; color: #303030; }
.darkmode a.listed:hover, a.listed.darkmode:hover, .foot-nav a:not(.btnclass):not(.listed):hover { cursor: pointer; color: #948eec; background: rgba(255, 255, 255, .04); }

/* sections */
.content-sect { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; row-gap: 8px; }
.content-sect.center-style { align-items: center; }

.content-sect p { width: 100%; margin-top: 12px; }
.content-sect .btnclass, .content-sect .btn-purple, .horiz-sect .btnclass, .horiz-sect .btn-purple { margin-top: 16px; }

.horiz-sect { position: relative; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; column-gap: 24px; row-gap: 8px; }
.horiz-sect.center-style, .content-sect.center-style .horiz-sect { justify-content: center; }

.sb-sect { position: relative; display: flex; justify-content: space-between; align-items: center; column-gap: 60px; row-gap: 20px; }
.sb-sect > *:first-child { flex-grow: 1; }
.sb-sect.sbsect-revchilds > *:first-child { flex-grow: 0; }
.sb-sect.sbsect-revchilds > *:last-child { flex-grow: 1; }

.mission { position: relative; width: 100%; padding: 40px max(4%, calc(50% - 1000px)); display: flex; justify-content: center; align-items: stretch; column-gap: 60px; row-gap: 40px; }
.mission > .content-sect { width: calc(50% - 60px); }
.mission .missionimg { position: relative; width: 50%; }

.missionimg img { position: relative; width: 100%; height: 100%; max-height: 500px; object-fit: contain; object-position: center; }
.missionimg.mi-cover img { object-fit: cover; height: max(100%, 240px, min(500px, 28vw)); }

img.img-contain { object-fit: contain; }

.featimg { position: relative; width: 100%; height: auto; max-height: 500px; object-fit: contain; object-position: center; }
.featimg-lg { max-height: 700px; }

/* Homepage - default.htm */
.homepage, .subpage { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; }

.homepage {}

.hero, .subhero { position: relative; z-index: 1; width: 100%; background: #111; display: flex; justify-content: center; align-items: center; }
.hero { padding-top: 60px; padding-bottom: 100px; min-height: 500px; }

.hero > img, .subhero > img, .bg-img > img, .inv-btn > img {
	position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; 
}

.hero-overlay { position: relative; z-index: 5; }

.inv-btns-sect {
	position: relative; z-index: 5; width: 100%; padding: 40px max(2.5%, calc(50% - 1200px)); 
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: stretch; gap: 8px; 
}
.homepage .inv-btns-sect { margin-top: -80px; }
.inv-btn {
	position: relative; width: calc(25% - 6px); padding: 16px; min-height: max(160px, min(320px, 19vw)); background: #8a85a4; 
	display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; 
}
.inv-btn, .inv-btn:after, .inv-btn * { transition: .25s ease all; }
.inv-btn:after {
	position: absolute; z-index: 2; content: ""; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(0deg, rgba(138, 133, 164, .8) 0%, rgba(138, 133, 164, .4) 40%, rgba(138, 133, 164, 0) 60%, rgba(138, 133, 164, 0) 100%); 
}
.inv-btn img { opacity: .8; object-position: 50% 20%; }
.inv-btn span { position: relative; z-index: 4; text-shadow: 0 0 12px #c5c2d2, 0 0 20px #c5c2d2; }
.inv-btn .subtitle { color: #11116b; font-size: 22px; }
.inv-title { color: #000; font-size: 38px; font-style: italic; font-family: 'trade-gothic-next-condensed', sans-serif!important; font-weight: 900; }

a.inv-btn:hover img { opacity: .4; transition: .4s ease all; }
a.inv-btn:hover .inv-title { letter-spacing: 1px; transition: .35s ease all; }

/* subpages */
.subpage {}

.subhero { padding-top: 40px; padding-bottom: 40px; }
.subhero > img { opacity: .5; }

/* about-us.htm */
.aboutpage {}

/* consignment.htm */
.consignmentpage {}

/* contact-us.htm */
.contactpage {}

.big-map { position: relative; width: 100%; }
.big-map iframe { width: 100%; min-height: 300px; }

/* equipment-brokering-solutions.htm */
.eqbrosolspage {}

/* inventory-categories.htm */
.invcatspage {}

body.invcatspage .noton-invcatspage, body:not(.invcatspage) .onlyon-invcatspage { display: none!important; }
body.invcatspage .onlyon-invcatspage, body:not(.invcatspage) .noton-invcatspage { display: flex!important; }

/* need-to-locate.htm */
.locatepage {}

/* logistics-brokering.htm */
.logbropage {}

/* news.htm */
.newspage {}

/* thank-you.htm */
.thankyoupage {}

/* recommended styles */
.center-style, .center-style .title, .center-style .subtitle, .center-style p, .title.center-style, .subtitle.center-style, p.center-style, .multi-title.center-style .title, .multi-title.center-style .subtitle, .listed.center-style, .listed.center-style span { text-align: center; }
.txt-upper { text-transform: uppercase; }
.txt-ital { font-style: italic; }

.darkmode, p.darkmode, .darkmode .title, .darkmode p, .shadowed, .shadowed .title { color: #fff; }
.darkmode .subtitle, .subtitle.darkmode, .shadowed .subtitle, .subtitle.shadowed, .darkmode .listed, .listed.darkmode { color: #ddd; }
.shadowed, p.shadowed, .shadowed .title, .shadowed .subtitle, .shadowed p { text-shadow: 1px 1px 0 #000, 0 0 16px #000; }

.btnclass, .btn-purple, .darkmode .btnclass, .shadowed .btnclass, .darkmode .btn-purple, .shadowed .btn-purple { text-shadow: none!important; }
.shadowed .btnclass, .shadowed .btn-purple { box-shadow: 0 2px 12px rgba(0, 0, 0, .8); }

.txt-blue { color: #11116b; }
.txt-purple { color: #948eec; }
.txt-lgray { color: #ddd; }

.bg-blue { background: #11116b; }
.bg-purple { background: #948eec; }
.bg-mpurple { background: #8a85a4; }
.bg-xlgray { background: #f0f0f0; }
.bg-lgray { background: #ddd; }
.bg-notblack { background: #111; }

.bora-20 { border-radius: 20px; }

.bg-img { position: relative; }
.bg-img > * { position: relative; z-index: 4; }

.width25 { width: 25%; }
.horiz-sect .width25 { width: calc(25% - 18px); }
.width33 { width: 100%; }
.horiz-sect .width33 { width: calc(33.333333% - 16px); }
.width50 { width: 50%; }
.horiz-sect .width50 { width: calc(50% - 12px); }
.width100 { width: 100%; }

.pad12 { padding: 12px; }

.padtb-24 { padding-top: 24px; padding-bottom: 24px; }
.padtb-40 { padding-top: 40px; padding-bottom: 40px; }
.padtb-60 { padding-top: 60px; padding-bottom: 60px; }

.padt-40 { padding-top: 40px; }

.padlr-24 { padding-left: 24px; padding-right: 24px; }
.padlr-width840 { padding-left: max(4%, calc(50% - 420px)); padding-right: max(4%, calc(50% - 420px)); }
.padlr-width1000 { padding-left: max(4%, calc(50% - 500px)); padding-right: max(4%, calc(50% - 500px)); }
.padlr-norm { padding-left: max(4%, calc(50% - 1000px)); padding-right: max(4%, calc(50% - 1000px)); }

.margtb-20 { margin-top: 20px; margin-bottom: 20px; }
.margtb-32 { margin-top: 32px; margin-bottom: 32px; }

.margt-neg8 { margin-top: -8px; }
.margt-8 { margin-top: 8px; }
.margt-12 { margin-top: 12px; }
.margt-20 { margin-top: 20px; }

.margb-neg8 { margin-bottom: -8px; }
.margb-8 { margin-bottom: 8px; }
.margb-12 { margin-bottom: 12px; }
.margb-20 { margin-bottom: 20px; }
.margb-40 { margin-bottom: 40px; }
.margb-20 { margin-bottom: 20px; }

.marglr-neg12 { margin-left: -12px; margin-right: -12px; }
.marglr-auto { margin-left: auto; margin-right: auto; }

/* forced styles */
.txt-bold { font-weight: 900!important; }

.force-width100 { width: 100%!important; }

.force-padtb-0 { padding-top: 0!important; padding-bottom: 0!important; }

.force-margtb-0 { margin-top: 0!important; margin-bottom: 0!important; }

.force-margt-0 { margin-top: 0!important; }

.force-margb-0 { margin-bottom: 0!important; }

.force-colgap-0 { column-gap: 0!important; }
.force-rowgap-0 { row-gap: 0!important; }

/*-------- FORM STYLES --------------------*/
.form-halves { position: relative; width: 100%; display: flex; flex-direction: row; justify-content: center; align-items: flex-start; column-gap: 60px; row-gap: 40px; }
.form-halves > .content-sect { width: 360px; }
.form-halves form.im-form { width: calc(100% - 420px); }

.form-sect { position: relative; width: 100%; display: flex; flex-direction: column; align-items: stretch; }

.formtitleborderbottom { border-bottom: 1px solid #ddd; }

form.im-form { 
	position: relative; 
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
	column-gap: 24px; row-gap: 12px; 
}
form.im-form .formrow { width: 100%; display: flex; justify-content: flex-start; }
form.im-form .formrow-captcha { width: 100%; display: flex; flex-direction: column; align-items: flex-start; margin-top: 8px; }

form.im-form .smcol { width: calc(33.333333% - 16px); display: flex; flex-direction: column; align-items: flex-start; }
form.im-form .formcol50 { width: calc(50% - 12px); display: flex; flex-direction: column; align-items: flex-start; }

form.im-form label { 
	width: 100%; padding: 0 0 10px 0; box-sizing: border-box; margin-top: 10px; 
	color: #0d0d0d; font-size: 18px; font-weight: 700; 
	line-height: 1.4; letter-spacing: .6px; 
}
form.im-form select, form.im-form input, form.im-form input[type="text"], form.im-form input[type="email"], form.im-form textarea, form.im-form #CaptchaAnswer {
	width: 100%; height: 50px; padding: 12px 10px; box-sizing: border-box; 
	color: #000; font-size: 16px; 
	line-height: 1.4; letter-spacing: .5px; 
	border: none; outline: 1px solid #000; 
}
form.im-form textarea { height: 120px; }
form.im-form select { background: #fff; border-right: 10px solid #fff!important; }

form.im-form .CaptchaPanel { font-family: 'trade-gothic-next', sans-serif!important; color: #000; text-align: left; background: #f0f0f0; min-widht: min(100%, 524px); }
form.im-form .CaptchaMessagePanel { font-family: 'trade-gothic-next', sans-serif!important; color: #000; text-align: left; }
form.im-form #CaptchaAnswer { width: 180px!important; }
form.im-form div.CaptchaWhatsThisPanel a { 
	font-family: 'trade-gothic-next', sans-serif!important; padding: 10px; transition: .15s ease all; 
}
form.im-form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; border: none; }

/*-------- FOOTER STYLES ----------------*/
footer {  }

.im-footer {
	position: relative; width: 100%; background: #111; padding: 40px max(4%, calc(50% - 1200px)); 
	display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; column-gap: 40px; row-gap: 32px; 
}

.has-watermark { position: relative; }
.has-watermark:before {
	position: absolute; z-index: 1; content: ""; bottom: 40px; right: max(24px, calc(50% - 1200px)); width: 200px; height: 150px; 
	background-image: url('/siteart/watermark.png'); background-size: contain; background-position: 100% 100%; 
	background-repeat: no-repeat; pointer-events: none; 
}

.im-foot-col { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.foot-logo-col { width: calc(50% - 56px); }
.foot-logo, .foot-logo img { width: min(100%, 80vw, 400px); }
.foot-logo { margin-bottom: 40px; }
.foot-logo img { height: auto; object-fit: contain; object-position: 0% 0%; }
.foot-logo-col .listed { margin-top: 8px; }
.foot-nav {}
.foot-nav a:not(.btnclass):not(.listed) { padding: 4px 16px 8px 16px; min-height: 32px; font-size: 17px; font-weight: 600; text-align: left; letter-spacing: .5px; color: #fff; }
.foot-ql { width: 25%; }
.foot-inv { width: calc(25% - 40px); }

/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.invpage .im-footer { padding-bottom: 100px!important; }

.ntl-cta { padding-top: 20px; padding-bottom: 24px; }
.ntl-cta-p, .content-sect p.ntl-cta-p { font-size: 18px; margin-top: 2px; }

/* AT styles */
.list.listing { display: flex!important; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (min-width: 2001px) {	/* MIND THE MIN-WIDTH */
	
}

@media only screen and (max-width: 1450px) {
	.im-header { padding: 0 5px; }
	.header-logo-div { left: 20px; }
	
	.inv-title { font-size: 36px; }
}

@media only screen and (max-width: 1400px) {
	.title-h1, .title.title-h1 { font-size: 42px; }
	.title, .title-h2 { font-size: 36px; }
	.title-h3, .title.title-h3 { font-size: 28px; }
	.title-h4, .title.title-h4 { font-size: 22px; }

	.subtitle-h1, .subtitle.subtitle-h1 { font-size: 32px; }
	.subtitle, .subtitle-h2 { font-size: 26px; }
	.subtitle-h3, .subtitle.subtitle-h3 { font-size: 21px; }
	.subtitle-h4, .subtitle.subtitle-h4 { font-size: 18px; }
	
	.nav-div { height: 60px; }
	
	.hero { min-height: 450px; }
	
	.inv-btns-sect { gap: 6px; }
	.inv-btn { width: calc(25% - 4.5px); min-height: max(160px, min(260px, 19.5vw)); }
	.inv-btn .subtitle { font-size: 20px; }
	
	.foot-logo, .foot-logo img { width: min(100%, 80vw, 360px); }
}

@media only screen and (max-width: 1300px) {
	.im-topheader { column-gap: 5px; }
}

/* switch to mobile nav */
@media only screen and (max-width: 1250px) {
	.hero { min-height: 400px; }
	
	.inv-title { font-size: 32px; }
}

@media only screen and (max-width: 1200px) {
	.title-h1, .title.title-h1 { font-size: 38px; }
	.title, .title-h2 { font-size: 32px; }
	.title-h3, .title.title-h3 { font-size: 25px; }

	.subtitle-h1, .subtitle.subtitle-h1 { font-size: 28px; }
	.subtitle, .subtitle-h2 { font-size: 24px; }
	.subtitle-h3, .subtitle.subtitle-h3 { font-size: 19px; }
}

@media only screen and (max-width: 1180px) {
	
}

@media only screen and (max-width: 1150px) {
	.form-halves { flex-direction: column; }
	.form-halves > .content-sect, .form-halves form.im-form { width: 100%; }
}

@media only screen and (max-width: 1120px) {
	.hero { min-height: 350px; padding-top: 50px; padding-bottom: 100px; }
	
	.inv-btn { padding: 10px 12px; }
	
	.foot-logo, .foot-logo img { width: min(100%, 80vw, 320px); }
}

@media only screen and (max-width: 1100px) {
	.mission { flex-direction: column; }
	.mission > .content-sect, .mission .missionimg { width: 100%; }
	.missionimg img { max-height: 360px; }
	
	.im-footer { justify-content: space-between; column-gap: 24px; }
	.foot-logo-col { width: 350px; }
	.foot-nav { width: unset; }
	.foot-nav a:not(.btnclass):not(.listed) { min-height: 40px; }
	
	.has-watermark:before { width: 150px; height: 110px; }
}

@media only screen and (max-width: 1080px) {
	.im-topheader { padding-top: 4px; height: 48px; }
	.nav-div { height: 56px; }
	
	.force-fcol-start1080 { flex-direction: column!important; }
	
	.aboutpage .force-fcol-start1080 { align-items: flex-start; }
}

@media only screen and (max-width: 1050px) {
	.inv-btn .subtitle { font-size: 18px; }
	.inv-title { font-size: 28px; }
}

@media only screen and (max-width: 1000px) {
	.title-h1, .title.title-h1 { font-size: 34px; }
	.title, .title-h2 { font-size: 28px; }
	.title-h3, .title.title-h3 { font-size: 23px; }
	.title-h4, .title.title-h4 { font-size: 20px; }

	.subtitle-h1, .subtitle.subtitle-h1 { font-size: 24px; }
	.subtitle, .subtitle-h2 { font-size: 21px; }
	.subtitle-h4, .subtitle.subtitle-h4 { font-size: 17px; }
	
	.inv-btns-sect { gap: 4px; }
	.inv-btn { width: calc(33.333333% - 2.8px); min-height: 160px; }
	.inv-att, .inv-all { width: calc(50% - 2px); }
	.inv-all { order: 20; }
	
	.padtb40-start1000, .padtb-60.padtb40-start1000 { padding-top: 40px; padding-bottom: 40px; }
}

@media only screen and (max-width: 950px) {
	.im-footer { flex-wrap: wrap; }
	.foot-logo-col { width: 100%; flex-direction: row; justify-content: space-between; }
	.foot-logo { margin-bottom: 0; }
	.foot-logo-col .content-sect { align-items: flex-end; }
	.foot-nav { width: calc(50% - 12px); }
}

@media only screen and (max-width: 820px) {
	.im-topheader { width: 100%; height: unset; flex-direction: column-reverse; align-items: center; }
	.im-topheader a { min-height: 50px!important; }
	.header-logo-div, .nav-div { height: 90px; }
	.header-logo-div { padding: 12px 0 14px 0; }
	.nav-div { padding-top: 12px; }
}

@media only screen and (max-width: 800px) {
	.title-h1, .title.title-h1 { font-size: 30px; }
	.title, .title-h2 { font-size: 25px; }
	.title-h3, .title.title-h3 { font-size: 21px; }
	.title-h4, .title.title-h4 { font-size: 18px; }

	.subtitle-h1, .subtitle.subtitle-h1 { font-size: 21px; }
	.subtitle, .subtitle-h2 { font-size: 20px; }
	
	.inv-btn { width: calc(50% - 2px); min-height: 140px; }
	
	form.im-form .smcol, form.im-form .formcol50 { width: 100%!important; }
}

@media only screen and (max-width: 700px) {
	.inv-btn { min-height: 120px; }
	
	.invsearch form.im-form select, .invsearch form.im-form input[type="text"], .invsearch form.im-form .btnclass { width: 100%; }
	
	.foot-logo-col { flex-direction: column; align-items: center; }
	.foot-logo { margin-bottom: 40px; }
	.foot-logo-col .content-sect { align-items: center; }
	.foot-nav { width: 100%; align-items: center; }
	.foot-nav a:not(.btnclass):not(.listed) { text-align: center; justify-content: center; min-height: 50px; }
}

@media only screen and (max-width: 650px) {
	.im-header { align-items: center; }
	.header-logo-div { position: relative; bottom: unset; left: unset; padding-bottom: 4px; }
	.header-logo img { object-position: center; }
	.nav-div { height: 70px; padding-top: 0; }
}

@media only screen and (max-width: 600px) {
	.inv-btn { min-height: 100px; }
}

@media only screen and (max-width: 500px) {
	.inv-btn .subtitle { font-size: 16px; }
	.inv-title { font-size: 25px; }
}

@media only screen and (max-width: 440px) {
	.inv-title { font-size: 24px; }
}

@media only screen and (max-width: 420px) {
	.inv-btn, .inv-att, .inv-all { width: 100%; min-height: 80px; justify-content: center; }
}

@media only screen and (max-width: 400px) {
	
}

@media only screen and (max-width: 300px) {
	.has-watermark:before { display: none!important; }
}






