﻿/* Set viewport width: 650 */
/* Set separate viewport width for font-size and line-height: 1300 */
/* COMMON FLEX TO START WITH  */
/* display:flex; align-items: center; justify-content: space-between .telex-regular { font-family: "Telex", sans-serif; font-weight: 400; font-style: normal; } .sunflower-light { font-family: "Sunflower", sans-serif; font-weight: 300; font-style: normal; } */
/***** 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;
}

body,
html {
    /* overflow-x: hidden */
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    vertical-align: top;
}

input:not(.container.cf *) {
    border: none;
    outline: none;
}

/* AT RESET  */
header form button[type=submit] {
    background-color: transparent !important;
    height: unset;
}

/* Make HTML 5 elements display block-level for consistent styling */
header,
nav,
article,
footer,
address {
    display: block;
}

input[type="submit"] {
    cursor: pointer;
}

/* INVENTORY RESET  */
input[type="color"]:not(.cf *),
input[type="date"]:not(.cf *),
input[type="datetime"]:not(.cf *),
input[type="datetime-local"]:not(.cf *),
input[type="email"]:not(.cf *),
input[type="file"]:not(.cf *),
input[type="month"]:not(.cf *),
input[type="number"]:not(.cf *),
input[type="password"]:not([class*="Mui"]):not(.cf *),
input[type="reset"]:not(.cf *),
input[type="search"]:not([class*="Mui"]):not(.cf *),
input[type="tel"]:not([class^="Mui"]):not(.cf *),
input[type="text"]:not([class^="Mui"]):not(.cf *),
input[type="time"]:not(.cf *),
input[type="url"]:not(.cf *),
input[type="week"]:not(.cf *),
select:not(.cf *),
textarea {
    height: auto !important;
    line-height: unset !important;
    overflow: visible !important;
    width: unset !important;
}

.invpage .notInventory input {
    border: none;
}

/* ABSOLUTE CENTER margin: 0 0 0 max(325px,50vw); transform: translateX(-50%); */
/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #FFFFFF;
    /* Insurance/Financing buttons */
    --secondary1: #DBCDC6;
    /* Some titles, some buttons */
    --primary: #C3262D;
    /* Background color for hover states, text color for hover states */
    --secondary2: #707070;
    /* Background color, all text appearing within the colored boxes */
    --neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
.intextlink:hover {
    opacity: 0.8;
    /* Adjust the opacity value as needed */
}

/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999;
    background: rgb(71 71 71);
}

/* END LOADER SECTION  */
.notInventory *:not(i):not(i *):not(.fas):not(.fas *):not(.fa *):not(.fa):not(.fab):not(.fab *) {
    font-family: "Telex", sans-serif;
}

img.footertopstuff {
    width: 100%;
}

.otherpage img.footertopstuff {
    display: none;
}

.flexifystuff span {
    margin-top: -10px;
    margin-top: min(-3px, -0.52083vw);
}

h1.herotext:not(.container.cf *) {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 83px;
    font-size: max(46px, 4.32292vw);
    letter-spacing: 0.12em;
    text-align: center;
    color: #fff;
    POSITION: ABSOLUTE;
    LEFT: 50%;
    TRANSFORM: TRANSLATEX(-50%);
    BOTTOM: 50px;
    BOTTOM: max(17px, 2.60417vw);
    width: 1155px;
    width: max(391px, 60.15625vw);
    line-height: unset;
}

*:not(.slick-slider *):not(.container.cf *):not(header .mobile):not(.se-pre-con):not(.se-pre-con *):not(.slider):not(.slick-track):not([data-aos]) {
    transition-property: background, color, background-color, background-size, opacity, margin, padding, left, right, top, bottom, transform;
    transition-duration: .25s;
}

.flexifystuff a {
    display: flex;
}

h1:not(.container.cf *),
h2:not(.container.cf *),
h3:not(.container.cf *),
h4:not(.container.cf *),
h5:not(.container.cf *),
h6:not(.container.cf *) {
    font-family: "Sunflower", sans-serif !important;
    text-transform: uppercase !important;
}

h1:not(.container.cf *) {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 44px;
    font-size: max(30px, 2.29167vw);
    letter-spacing: 0.12em;
    line-height: 66px;
    line-height: max(45px, 3.4375vw);
    text-align: left;
    color: #3d5a80;
}

.left h2 {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 44px;
    font-size: max(30px, 2.29167vw);
    letter-spacing: 0.12em;
    line-height: 66px;
    line-height: max(45px, 3.4375vw);
    text-align: left;
    color: #3d5a80;
}

p:not(.container.cf *),
main ul:not(.container.cf *),
main ul li:not(.container.cf *) {
    font-family: "Telex", sans-serif;
    font-weight: normal;
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
    letter-spacing: 0.14em;
    line-height: 55px;
    line-height: max(37px, 2.86458vw);
    text-align: left;
    color: #000;
}

a.standardbtn {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: max(17px, 1.30208vw);
    letter-spacing: 0.14em;
    text-align: center;
    color: #fff;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

hr {
    border: var(--neutral2) 1px solid;
}

/* NEAT MOBILE SEARCH  */
/* http://chattdozer.com/ */
/* CUSTOM LIST BULLETS  */
ul.custom li {
    display: flex;
    align-items: center
}

ul li:before {
    /* content: ''; */
    background: url('/siteart/arrow.png');
    position: relative;
    width: 15px;
    width: max(5px, 0.78125vw);
    height: 17px;
    height: max(6px, 0.88542vw);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 25px;
    padding-right: max(8px, 1.30208vw);
}

.wrapper {
    margin: 100px auto;
    margin: max(34px, 5.20833vw) auto;
    padding: 0 40px;
    padding: 0 max(14px, 2.08333vw);
    width: 100%;
    max-width: 1300px;
    max-width: max(440px, 67.70833vw);
    box-sizing: border-box;
}

/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
.contactInfo {
    display: flex;
    padding-right: 90px;
    padding-right: max(30px, 4.6875vw);
}

.contactInfo,
.contactInfo * {
    /* color: var(--secondary1); */
}

.contactsnip {
    padding-left: 20px;
    padding-left: max(7px, 1.04167vw);
}

.contactInfo a {
    font-size: 17px;
    font-size: max(12px, 0.88542vw);
}

.contactInfo i {
    font-size: 14px;
    font-size: max(9px, 0.72917vw);
}

@media only screen and (max-width: 925px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    position: relative;
}

nav.primary ul {
    margin: 0;
    padding: 0;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a:hover {
    /* color: #CB1C1C; */
    OPACITY: .7;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(11px, 0.83333vw);
    line-height: 16px;
    line-height: max(11px, 0.83333vw);
    padding: 10px;
    padding: max(3px, 0.52083vw);
    color: #fff;
    background: #181818;
    text-align: left;
    border-right: none;
    border-left: none;
    border-bottom: #303030 solid 1px;
}

/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
nav.primary ul ul {
    display: none;
    position: absolute;
}

nav.primary ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

nav.primary ul li:hover>ul {
    display: block;
    line-height: 18px;
    line-height: max(12px, 0.9375vw);
    z-index: 100;
}

nav.primary ul ul li {
    float: none;
    width: 270px;
    width: max(91px, 14.0625vw);
    position: relative;
    margin: 0;
    display: block;
}

@media screen and (max-width: 1730px) {
    nav.primary ul li a {
        /* padding: 0 7px; */
    }
}

@media screen and (max-width: 1575px) {
    nav.primary ul li a {
        /* font-size: 12px; */
    }
}

@media screen and (max-width: 1400px) {
    nav.primary {
        width: 82%;
    }
}

/******** End of primary Nav ***************/
@media screen and (max-width: 1340px) {

    /*============================== Mobile Nav Styles ================================*/
    nav.primary {
        display: none;
    }

    #menu-button {
        width: 74%;
        display: inline-block;
        font-size: 24px;
        position: relative;
        line-height: 60px;
        z-index: 400;
        /* needs to be lower than nav.mobile, adjust as needed */
        /* background: #000; */
        text-align: right;
        padding-right: 35px;
    }

    #menu-button a {
        color: black !important;
        text-decoration: none;
        padding: 0 0 0 .8em;
        font-weight: normal;
    }

    nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background: #333;
        z-index: 500;
        /* needs to be higher than #menu-button, adjust as needed */
        overflow: auto;
    }

    /* MENU HEADER SOCIAL MEDIA */
    nav.mobile .social-media {
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        word-spacing: 13px;
        padding: 0 0 0 15px;
        color: #ccc !important;
    }

    nav.mobile .social-media a:link,
    nav.mobile .social-media a:visited {
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile .social-media a:hover,
    nav.mobile .social-media a:active {
        color: #fff;
        text-decoration: underline;
    }

    /* MENU HEADER STYLES */
    nav.mobile .mobile_top {
        position: relative;
        display: block;
        padding: 0;
        margin: 50px 0 10px 0;
        color: #999;
        font-size: 18px;
        font-weight: 400;
    }

    /* MENU CLOSE 'X' BUTTON */
    nav.mobile .menu-toggle {
        position: absolute;
        padding: 3px 8px 3px;
        font-family: Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        background: #222;
        color: #999;
        text-decoration: none;
        top: -38px;
        right: 13px;
    }

    nav.mobile .menu-toggle:hover {
        /* Menu close button on hoveer */
        color: #fff;
    }

    /* MENU LIST STYLE */
    nav.mobile ul {
        list-style: none;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

    nav.mobile ul li {
        border-top: 1px solid #454545;
        border-bottom: 1px solid #151515;
        position: relative;
    }

    /* FIRST LEVEL */
    nav.mobile ul li a {
        position: relative;
        display: block;
        font-size: 15px;
        padding: 10px;
        color: #999;
        text-decoration: none;
        border-left: 4px #333 solid;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-align: left;
    }

    nav.mobile ul li a:hover {
        background: rgba(45, 45, 45, 0.5);
        color: #fff;
        border-left: 4px #CB1C1C solid;
        /* border highlight - Change to fit match site colors */
    }

    /* SECOND LEVEL */
    nav.mobile ul li li:last-child {
        border: none;
    }

    nav.mobile ul li li a {
        background: #444;
        position: relative;
        display: block;
        padding: 10px 10px 10px 15px;
        border-left: 4px #444 solid;
        color: #ccc;
        text-decoration: none;
    }

    nav.mobile ul li li a:hover {
        background: rgba(65, 65, 65, 0.5);
    }

    /* THIRD LEVEL */
    nav.mobile ul li li li:last-child {
        border: none;
    }

    nav.mobile ul li li li a {
        background: #555;
        position: relative;
        display: block;
        padding: 10px 10px 10px 25px;
        color: #ccc;
        text-decoration: none;
        border-left: 4px #555 solid;
    }

    nav.mobile ul li li li a:hover {
        background: rgba(85, 85, 85, 0.5);
    }

    nav.mobile ul li .click {
        /* dropdown menu idicator arrow be sure to include this image with your image files */
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 12399994;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        padding: 17px 20px;
        color: #fff;
    }

    .nav-footer {
        color: #1B1B1B;
        position: relative;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding: 15px 0;
    }

    /* FONT AWESOME ICONS */
    nav.mobile ul li a .fa {
        width: 25px;
        font-weight: 100;
        padding: 8px 3px;
        margin: 0 6px 0 0;
        text-align: center;
        background: #292929;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    nav.mobile ul li .fa-chevron-down {
        color: #999;
    }
}

@media screen and (max-width: 1020px) {
    #menu-button {
        width: 34%;
    }
}

@media screen and (max-width:450px) {
    #menu-button {
        width: 100%;
    }
}

/*.notInventory {*/
.otherpage header {
    border-bottom: max(10px, 1.5625vw) solid #3D5A80;
}

/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
/* CSS for Header */
header {
    /* background-color: #333; */
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    padding: max(3px, 0.52083vw) max(7px, 1.04167vw);
}

.otherpage header {
    padding-bottom: 30px !important;
}

/* CSS for Logo */
header img {
    /* max-width: 100px; */
    /* Adjust the width as needed */
}

/* CSS for Right Side */
.right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

/* CSS for Quick Links */
.quick-links {
    margin-right: 20px;
    margin-right: max(7px, 1.04167vw);
    display: flex;
}

.quick-links span,
.quick-links a {
    color: white;
    text-decoration: none;
    margin-right: 10px;
    margin-right: max(3px, 0.52083vw);
    font-family: "Telex", sans-serif;
    font-weight: normal;
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
    letter-spacing: 0.14em;
    text-align: center;
    color: #000;
}

/* CSS for Primary Navigation */
.primary ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.primary a {
    display: block;
    padding: 0px 55px;
    padding: 0px max(19px, 2.86458vw);
    color: white;
    text-decoration: none;
    font-family: "Telex", sans-serif;
    font-weight: normal;
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
    letter-spacing: 0.14em;
    text-align: center;
    color: #000;
}

.primary a:hover {
    color: black;
}

header>a {
    width: 250px;
    width: max(169px, 13.02083vw);
    /* fontpair */
    height: 258px;
    height: max(175px, 13.4375vw);
    /* fontpair */
    margin-left: 55px;
    margin-left: max(19px, 2.86458vw);
}

header a img {
    width: 100% !important;
    /* height: 258px; */
    /* background: url(...); */
}

header .right .quick-links {
    MARGIN-BOTTOM: 70PX;
}

header .right .quick-links a {
    padding: 20px 40px;
    padding: max(14px, 1.04167vw) max(27px, 2.08333vw);
    /* fontpair */
    background: #3d5a80;
    color: white;
    margin: 0;
}

a.outlinebutton {
    background: transparent;
    border: 1px solid #3d5a80;
    background: none !important;
    color: black !important;
    margin-right: -4px !important;
    margin-right: min(-3px, -0.20833vw) !important;
    /* fontpair */
}

#hero {
    position: relative;
    /* overflow: hidden; */
    height: 512px;
    height: max(320px, 26.66667vw);
    margin-top: 40px;
    margin-top: max(34px, 2.08333vw);
	background-color:#000;
}

div#hero:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #3d5a80 100%);
    opacity: 0.79;
    position: absolute;
}

div#hero .bgimg {
    position: absolute;
    width: 100%;
    margin-top: -50px;
    margin-top: min(-37px, -2.60417vw);
    z-index: -1;
}

#hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

#doublelinks {
    display: flex;
    justify-content: center;
    margin-top: -25px;
    margin-top: min(-8px, -1.30208vw);
}

#doublelinks .standardbtn {
    padding: 30px 30px;
    padding: max(20px, 1.5625vw) max(20px, 1.5625vw);
    /* fontpair */
    background: #3d5a80;
    text-align: center;
    width: 430px;
    width: max(291px, 22.39583vw);
    /* fontpair */
    position: relative;
    display: inline-block;
    margin: 0 8px;
    margin: 0 max(5px, 0.41667vw);
    /* fontpair */
}

main #toppart {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 130px;
    margin-top: max(44px, 6.77083vw);
    margin-bottom: -250px;
    margin-bottom: min(-85px, -13.02083vw);
}

main #toppart .left {
    padding: 96px 50px;
    padding: max(33px, 5vw) max(17px, 2.60417vw);
}

main #toppart .left h3 {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: max(17px, 1.30208vw);
    letter-spacing: 0.14em;
    color: #3d5a80;
}

main #toppart .left p {
    width: 1067px;
    width: max(361px, 55.57292vw);
    height: auto;
    font-family: "Telex", sans-serif;
    font-weight: normal;
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
    letter-spacing: 0.14em;
    line-height: 55px;
    line-height: max(37px, 2.86458vw);
    text-align: left;
    color: #000;
    margin-top: 60px;
    margin-top: max(20px, 3.125vw);
}

main #toppart .rightstuff img {
    width: 650px;
    width: max(200px, 33.85417vw);
    /* fontpair */
    height: 955px;
    height: max(597px, 49.73958vw);
    /* fontpair */
    /* background: url(...); */
    object-fit: cover;
}

main #ourservices {
    background: #3d5a80;
    padding: 95px;
    padding: max(32px, 4.94792vw);
    padding-bottom: 500px;
    padding-bottom: max(169px, 26.04167vw);
    margin-bottom: -310px;
    margin-bottom: min(-105px, -16.14583vw);
}

main #ourservices .toparea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 810px;
    width: max(274px, 42.1875vw);
}

main #ourservices .toparea img {
    width: 248px;
    width: max(168px, 12.91667vw);
    /* fontpair */
    height: 248px;
    height: max(168px, 12.91667vw);
    /* fontpair */
    background: transparent;
}

main #ourservices .toparea .rightarea h3 {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 44px;
    font-size: max(30px, 2.29167vw);
    letter-spacing: 0.12em;
    line-height: 66px;
    line-height: max(45px, 3.4375vw);
    text-align: left;
    color: #fff;
}

main #ourservices .toparea .rightarea p {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 25px;
    font-size: max(17px, 1.30208vw);
    letter-spacing: 0.14em;
    text-align: left;
    color: #fff;
}

main #ourservices .individualsection {
    padding-top: 140px;
    padding-top: max(35px, 7.29167vw);
    /* fontpair */
}

main #ourservices .individualsection h4 {
    font-family: "Sunflower", sans-serif;
    font-weight: 500;
    font-size: 32px;
    font-size: max(22px, 1.66667vw);
    letter-spacing: 0.12em;
    line-height: 48px;
    line-height: max(33px, 2.5vw);
    text-align: left;
    color: #fff;
}

main #ourservices .individualsection p {
    width: 1681px;
    width: max(569px, 87.55208vw);
    font-family: "Telex", sans-serif;
    font-weight: normal;
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
    letter-spacing: 0.14em;
    line-height: 55px;
    line-height: max(37px, 2.86458vw);
    text-align: left;
    color: #fff;
}

main .bottomimg {
    width: 1681px;
    width: max(569px, 87.55208vw);
    height: 396px;
    height: max(250px, 20.625vw);
    /* background: url(...); */
    margin: 0 auto;
    POSITION: relative;
    LEFT: 50%;
    TRANSFORM: TRANSLATEX(-50%);
    BOTTOM: 50px;
    BOTTOM: max(17px, 2.60417vw);
    z-index: 3;
    object-fit: cover;
}

/*  scrolling inventory ------------------------------------------------*/
.scrolling-wrap {
    width: 100%;
    height: 90px;
    height: max(30px, 4.6875vw);
    overflow: hidden;
}

.scrolling {
    width: 100%;
    height: 92px;
    height: max(31px, 4.79167vw);
}

/*}*/
/*--------FORM STYLES--------------------*/
/*.notInventory {*/
/*}*/
/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(9px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(7px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: max(152px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/* Set viewport width: 600 */
/* Set separate viewport width for font-size and line-height: 1600 */
/* Set viewport width: 600 */
/* Set separate viewport width for font-size and line-height: 1200 */
/* COMMON FLEX TO START WITH  */
/* display:flex; align-items: center; justify-content: space-between */
/***** BEGIN RESET *****/
html,
body,
div,
span,
h5,
a,
img,
i,
ul,
li {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
}

ul {
    list-style: none;
}

/* AT RESET  */
/* Make HTML 5 elements display block-level for consistent styling */
footer {
    display: block;
}

/* INVENTORY RESET  */
/* ABSOLUTE CENTER transform: translateX(-50%); */
/*-------- COLORS --------*/
:root {
    /* All text that appears outside of the colored boxes, background for the colored boxes */
    --neutral1: #FFFFFF;
    /* Insurance/Financing buttons */
    --secondary1: #DBCDC6;
    /* Some titles, some buttons */
    --primary: #C3262D;
    /* Background color for hover states, text color for hover states */
    --secondary2: #707070;
    /* Background color, all text appearing within the colored boxes */
    --neutral2: #1D1D1D;
}

/***** END RESET *****/
::-moz-selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

::selection {
    background: var(--neutral2);
    color: var(--neutral1);
    text-shadow: none;
}

/* Clearfix */
/* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
/*-------- BODY STYLES --------*/
/* START LOADER SECTION */
/* END LOADER SECTION  */
.locationsurround {
    display: flex;
    align-items: baseline;
}

/* Dots styling (adjust position as needed) */
/* Set viewport width: 1000 */
/* Set separate viewport width for font-size and line-height: 1000 */
a:link,
a:visited,
a:active {
    text-decoration: none;
}

p a:not(.container.cf *) {
    color: inherit;
    opacity: 0.7;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* NEAT MOBILE SEARCH  */
/* http://chattdozer.com/ */
/* CUSTOM LIST BULLETS  */
/*--- HEADER STYLES ---------------------*/
/* Contact Info  */
/***** Start of primary nav ******/
/* Appearance of the sub-level links */
/* Appearance of the sub-level links on hover */
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too muuch */
/*.notInventory {*/
/*}*/
/*---BODY--------------------------------*/
/*.notInventory {*/
.search-bar input::focus {
    color: white !important
}

footer .pointlesscontainer {
    /* margin-top: 110px; */
    /* padding-top: 60px; */
    position: relative;
}

footer .pointlesscontainer:before {
    BACKGROUND: #004490;
    /* CONTENT: ''; */
    height: 7px;
    height: max(2px, 0.36458vw);
    width: 510px;
    width: max(173px, 26.5625vw);
    position: absolute;
    right: 0;
    top: 0;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain h5 {
    font-family: tgn-soft-round-comp, sans-serif;
    font-size: 28px;
    font-size: max(19px, 1.45833vw);
    letter-spacing: -0.01em;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a {
    font-family: vista-sans-narrow, sans-serif;
    font-size: 17px;
    font-size: max(12px, 0.88542vw);
    letter-spacing: 0.07em;
    line-height: 41px;
    line-height: max(28px, 2.13542vw);
}

footer .navbottoms {
    background: #004490;
    DISPLAY: FLEX;
    JUSTIFY-CONTENT: SPACE-BETWEEN;
}

footer .navbottoms ul {
    display: flex;
    justify-content: flex-end;
    PADDING: 18px 0;
    PADDING: max(6px, 0.9375vw) 0;
    /* fontpair */
}

footer .navbottoms ul li {
    margin-right: 50px;
    margin-right: max(17px, 2.60417vw);
}

footer .navbottoms ul li a {
    font-family: vista-sans-narrow, sans-serif;
    font-size: 19px;
    font-size: max(13px, 0.98958vw);
    letter-spacing: 0.08em;
    line-height: 41px;
    line-height: max(28px, 2.13542vw);
    color: #fff;
}

/*  scrolling inventory ------------------------------------------------*/
.scta {
    text-transform: uppercase;
}

footer {
    z-index: 2;
    display: block;
    position: relative;
    margin-top: -195px;
    margin-top: min(-66px, -10.15625vw);
    border-bottom: 30px solid #3D5A80;
    border-bottom: max(10px, 1.5625vw) solid #3D5A80;
}

.otherpage footer {
    margin-top: 0;
}

.footerctas {
    display: flex;
    justify-content: flex-end;
    margin-right: 140px;
    margin-right: max(47px, 7.29167vw);
    position: relative;
    margin-top: -100px;
    margin-top: min(-34px, -5.20833vw);
    margin-left: 51px;
    margin-left: max(17px, 2.65625vw);
}

.footerctas a {
    width: 153.72px;
    width: max(52px, 8.00625vw);
    /* fontpair */
    height: 153.72px;
    height: max(52px, 8.00625vw);
    /* fontpair */
    background: #fff;
    border: 2px solid #004490;
    border: max(1px, 0.10417vw) solid #004490;
    border-radius: 280px;
    border-radius: max(95px, 14.58333vw);
    /* fontpair */
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: tgn-soft-round-comp, sans-serif;
    font-size: 22px;
    font-size: max(15px, 1.14583vw);
    line-height: 31px;
    line-height: max(21px, 1.61458vw);
    color: #004490;
    margin-right: 20px;
    margin-right: max(7px, 1.04167vw);
    /* fontpair */
    text-align: center;
    font-weight: 500;
    transition: ease .2s all;
}

.footerctas a:hover {
    background: #161616;
    color: white;
}

footer .pointlesscontainer .mainft {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 180px 90px 150px;
    padding: max(20px, 3.125vw) max(61px, 9.375vw) max(30px, 4.6875vw) max(51px, 7.8125vw);
    margin-bottom: 13px;
    margin-bottom: max(4px, 0.67708vw);
}

footer .pointlesscontainer .mainft .footerl img {
    width: 345px;
    width: max(117px, 17.96875vw);
    width: 250px;
    width: max(169px, 13.02083vw);
    /* fontpair */
    height: 258px;
    height: max(175px, 13.4375vw);
    /* fontpair */
    background: transparent;
}

footer .pointlesscontainer .mainft .footerr {
    display: flex;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain:last-of-type ul {
    column-gap: 70px;
    column-gap: max(24px, 3.64583vw);
    column-count: 2;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain:first-of-type {
    padding-right: 115px;
    padding-right: max(39px, 5.98958vw);
}

footer .pointlesscontainer .mainft .footerr .flinkscontain h5 {
    padding-bottom: 42px;
    padding-bottom: max(14px, 2.1875vw);
    text-transform: none;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li {
    padding-bottom: 15px;
    padding-bottom: max(5px, 0.78125vw);
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a {
    font-family: vista-sans-narrow, sans-serif;
    font-weight: 300;
    font-size: 17px;
    font-size: max(13px, 0.88542vw);
    letter-spacing: 0.07em;
    line-height: 41px;
    line-height: max(31px, 2.13542vw);
    text-align: left;
    color: #000;
}

footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a .fa-solid,
footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a .fa-brands {
    padding-right: 18px;
    padding-right: max(6px, 0.9375vw);
    /* fontpair */
}

@media only screen and (max-width: 1000px) {
    footer .pointlesscontainer .mainft {
        flex-direction: column-reverse;
        height: auto;
        padding: 20px 20px 60px;
    }

    footer .pointlesscontainer .mainft .footerl {
        margin: 20px 0;
    }

    footer .pointlesscontainer .mainft .footerr {
        flex-direction: column;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain {
        margin: 15px 0;
    }
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
/*.notInventory {*/
@media only screen and (max-width: 1000px) {
    footer .pointlesscontainer .mainft .footerr .flinkscontain {
        margin-right: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li {
        padding-bottom: 17px;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a .fa-solid {
        margin-right: 0 !important;
        padding-right: 0;
    }

    footer .navbottoms {
        flex-direction: column;
        align-items: center;
    }

    .footerctas a:last-of-type {
        margin-right: 0 !important;
    }

    footer .navbottoms ul li {
        margin-right: 0;
    }

    footer .navbottoms .footerctas {
        /* flex-direction: column; */
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    footer .navbottoms ul {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 1000px) {
    footer .pointlesscontainer:before {
        display: none;
    }

    footer .pointlesscontainer .mainft .footerr .flinkscontain ul li a {
        display: flex;
    }
}

/*}*/
/*---------- RESPONSIVE STYLES ----------*/
@media only screen and (max-width: 1340px) {
    .invpage footer {
        margin-bottom: 85px !important;
    }

    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    header .right .quick-links {
        margin-bottom: 10px;
    }

    div#hero:before {
        /* background: linear-gradient( #3d5a80 0%, #3d5a80 100%); */
    }

    #hero .herotext {
        width: 90%;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*}*/
}

@media only screen and (max-width: 900px) {

    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    div#hero:before {
        background: linear-gradient(#3d5a80 0%, #3d5a80 100%);
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    header {
        flex-direction: column;
    }

    img.footertopstuff {
        display: none;
    }

    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    header>a {
        margin-bottom: 20px;
    }

    header .right .quick-links {
        margin-right: 0;
        margin-bottom: 12px;
        margin-=b: ;
        margin-=b: 1;
    }

    header #menu-button {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #doublelinks {
        flex-direction: column;
        align-items: center;
    }

    #doublelinks .standardbtn {
        width: 100%;
        margin-bottom: 3px;
    }

    main #toppart {
        flex-direction: column;
        align-items: center;
        margin-bottom: -0.5vw;
    }

    main #toppart .left {
        /* width: 100%; */
        padding: 7vw;
    }

    main #toppart .left p {
        width: 100%;
    }

    main #toppart .rightstuff {
        width: 100%;
        margin-bottom: -3px;
    }

    main #toppart .rightstuff img {
        width: 100%;
        height: max(230px, 26vw);
    }

    main #ourservices .toparea {
        width: 100%;
        justify-content: flex-start;
    }

    main #ourservices .toparea .rightarea {
        margin-left: 25px;
    }

    main #ourservices .individualsection p {
        width: 100%;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    footer {
        margin-top: 0;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*}*/
}

@media only screen and (max-width: 425px) {

    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    main #ourservices .toparea {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    main #ourservices .toparea .rightarea {
        margin: 20px 0 0 0;
    }

    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /* a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-image: linear-gradient(120deg, var(--primary) 0%, var(--primary) 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 116%; transition: background-size 0.25s ease-in; color: var(--primary); transition: 0.25s ease-out; padding: 2px 2px 0; } a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *):not(.standardbtn):not(.standardbtn *) { background-size: 100% 88%; color: white; } */
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*.notInventory {*/
    /*}*/
    /*}*/
}

/*}*/
/* ACCORDION */
.accordion {
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-bottom: max(3px, 0.52083vw);
    color: #666;
    border: 1px #eee solid;
    border-radius: 5px;
    border-radius: max(2px, 0.26042vw);
    transition: all .2s ease-in-out;
}

.accordion:hover {
    border: 1px #ccc solid;
}

.accordion .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px 20px 15px 25px;
    padding: max(5px, 0.78125vw) max(7px, 1.04167vw) max(5px, 0.78125vw) max(8px, 1.30208vw);
    font-weight: 700;
    border-radius: 5px;
    border-radius: max(2px, 0.26042vw);
    cursor: pointer;
}

.accordion .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-size: max(14px, 1.04167vw);
    font-weight: 900;
    content: "\f067";
    margin-left: auto;
    color: #ddd;
}

.accordion .accordion-content {
    display: none;
    padding: 25px;
    padding: max(8px, 1.30208vw);
}

.accordion.active:hover {
    border: 1px #eee solid;
}

.accordion.active .accordion-header:after {
    content: "\f068";
    color: #999;
}

/* CONTACT  */
@media only screen and (max-width: 1100px) {
    .contactpage .contactleft {
        margin: 0 !important;
        text-align: center;
    }

    .contactpage .linkarea {
        margin-top: 30px;
    }

    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

.contactInfo .contactsnip a {
    text-align: left;
    text-transform: uppercase;
}

.contactsnip {
    padding-left: 15px;
    padding-left: max(12px, 0.78125vw);
}

@media only screen and (max-width: 1100px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

.contactsnip.phonenumber {
    display: flex;
}

.contactsnip.phonenumber a {
    margin-right: 11px;
    margin-right: max(3px, 0.57292vw);
}

.rightcontactstuff {
    margin-top: 35px;
    margin-top: max(10px, 1.82292vw);
}

.rightcontactstuff .bottomcontactstuff .contactInfo {
    display: flex;
    flex-direction: column;
}

.bottomcontactstuff .contactsnip:last-of-type {
    border-top: 1px solid #4d4d4d;
    padding-top: max(11px, 0.82083vw);
}

.rightcontactstuff .bottomcontactstuff .contactInfo .contactsnip a {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    font-size: max(11px, 0.72917vw);
    letter-spacing: 0.4em;
    line-height: 28px;
    line-height: max(22px, 1.45833vw);
    color: #000;
}

.contactInfo .contactsnip a:hover {
    opacity: 0.9;
}

.contactsnip a:hover i {
    background: var(--neutral2);
    color: white;
}

.rightcontactstuff .bottomcontactstuff .contactInfo .contactsnip .fa-solid {
    margin-right: 20px;
    margin-right: max(15px, 1.04167vw);
    font-size: 19px;
    font-size: max(15px, 0.98958vw);
    border-radius: 30.5px;
    border-radius: max(23px, 1.58854vw);
    border: 1px solid;
    margin-right: 25px;
    margin-right: max(19px, 1.30208vw);
    width: 40px;
    width: max(31px, 2.08333vw);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    height: max(26px, 1.77083vw);
    padding: 8px 4px 8px 10px !important;
    padding: max(6px, 0.41667vw) max(3px, 0.20833vw) max(6px, 0.41667vw) max(8px, 0.52083vw) !important;
}

.contactsnip {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    font-size: max(11px, 0.72917vw);
    letter-spacing: 0.4em;
    line-height: 28px;
    line-height: max(22px, 1.45833vw);
    color: #000;
    text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
    .contactInfo {
        display: flex !important;
    }

    .contactInfo a {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 1100px) {
    .rightcontactstuff {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .rightcontactstuff .bottomcontactstuff .contactInfo {
        padding: 0;
        justify-content: space-between;
        align-items: center;
    }

    .rightcontactstuff .bottomcontactstuff .contactInfo .contactsnip a {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .rightcontactstuff .bottomcontactstuff .contactInfo .contactsnip .fa-solid {
        margin-bottom: 18px;
        margin-right: 0;
    }
}

@media only screen and (max-width:767px) {

    .rightcontactstuff,
    .rightcontactstuff * {
        text-align: center !important;
    }

    .rightcontactstuff .bottomcontactstuff .contactInfo {
        flex-direction: column;
    }

    .rightcontactstuff .bottomcontactstuff .contactInfo .contactsnip {
        margin-bottom: 30px;
        justify-content: center;
    }

    .rightcontactstuff .bottomcontactstuff .contactInfo .contactsnip .fa-solid {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .contactpagesurround .contactus #topcontain .topcontainbottom {
        flex-direction: column;
    }

    .contactpagesurround .contactus #topcontain .topcontainbottom .contactleft {
        width: 100% !important;
    }

    .contactpagesurround .contactus #topcontain .topcontainbottom .contactright {
        width: 100% !important;
        margin-top: 0 !important;
    }

    .contactpagesurround .contactus #topcontain .topcontainbottom .contactright iframe {
        width: 92% !important;
    }

    .contactpagesurround .icontain {
        width: 100% !important;
        display: flex;
        justify-content: center;
        margin-top: 60px;
        width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .contactpagesurround .contactus #topcontain .topcontainbottom .contactright .icontain:after {
        left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .contactpagesurround .contactleft:before {
        margin-left: 30px !important;
    }
}

.contactpagesurround .contactus #topcontain .topcontainbottom {
    /* padding: 117px 120px 215px 160px; */
    padding: 0 max(33px, 6.25vw) 0 max(44px, 8.33333vw);
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    background: white;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    align-items: center;
    margin-top: max(82px, 6.09375vw) !important;
}

.contactpage .contactleft {
    margin-right: max(35px, 8vw);
}

.contactpage .topcontainbottom {
    /* margin-top: max(82px, 6.09375vw) !important; */
}

.contactpagesurround .contactleft:before {
    margin-left: 85px;
    margin-left: max(23px, 4.42708vw);
}

.contactpagesurround .contactus #topcontain .topcontainbottom .contactright iframe {
    width: 710px;
    width: max(194px, 36.97917vw);
    height: 745px;
    height: max(174px, 31.80208vw);
}

.contactpagesurround .icontain {
    position: relative;
}

main .contactpagesurround {
    z-index: 12;
    position: relative;
}

.contactsnip {
    margin-bottom: 10px;
    margin-bottom: max(11px, 0.82083vw);
}

.contactsnip a {
    color: white;
}

.fa-phone,
.fa-map-marker-alt {
    margin-right: 5px;
    margin-right: max(1px, 0.26042vw);
}

@media only screen and (max-width: 1100px) {
    .contactInfo .contactsnip a {
        margin-right: 0;
    }

    .contactsnip.phonenumber {
        padding-left: 0 !important;
    }

    .bottomcontactstuff .contactsnip:last-of-type {
        flex-direction: column;
    }

    .contactInfo {
        width: 100%;
    }

    .rightcontactstuff,
    .rightcontactstuff * {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .flex-form {
        padding: 0px 30px !important;
        box-sizing: content-box;
    }

    .contactpagesurround .contactus #topcontain .topcontainbottom {
        width: 100%;
    }
}

/* Financing Form Styles */
.flex-form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
    max-width: max(459px, 87.5vw);
    margin: 100px auto;
}

.flex-form,
.flex-form * {
    box-sizing: border-box;
    font-weight: 300;
    font-size: 23px;
    font-size: max(18px, 1.19792vw);
    letter-spacing: 0.04em;
    line-height: 47px;
    line-height: max(21px, 1.44792vw);
}

.flex-form label {
    font-weight: normal;
}

.flex-form #formpage input,
select {
    margin-top: 10px;
}

.flex-form .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: 25px;
}

.flex-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 5px;
    text-align: left;
    font-size: 20px;
}

/*form styles*/
#formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
    /* max-width: 1600px; */
}

#formpage input,
select {
    padding: 16px 15px 20px;
    border: 1px solid #c7c7c7;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 2px;
    background: #ffffff;
    border-bottom: 2px solid #000057;
    font-size: 18px;
}

#formpage input:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

#formpage option {
    color: #333;
    background: #fff;
}

/*===PLACEHOLDER TEXT STYLES===*/
#formpage ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #767676;
}

#formpage ::-moz-placeholder {
    /* Firefox 19+ */
    color: #767676;
}

#formpage :-ms-input-placeholder {
    /* IE 10+ */
    color: #767676;
}

#formpage :-moz-placeholder {
    /* Firefox 18- */
    color: #767676;
}

#formpage input.submit-button,
#formpage input.submit-button:focus {
    background: #000057;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 2px;
    transition: ease-in .3s;
    width: 150px;
    border: none;
    height: auto;
    border-radius: 0;
}

#formpage input.submit-button:hover {
    background: #000000;
    /* box-shadow: 1px 1px 2px #848484; */
    transition: ease-out .3s;
}

input[type="submit"] {
    -webkit-appearance: none;
}

#formpage textarea {
    padding: 16px 15px 20px;
    border: 1px solid #c7c7c7;
    color: #000;
    font-size: 16px;
    /* background: #e7e7e7; */
    width: 100%;
    height: 85px;
    border-radius: 2px;
    resize: vertical;
    border-bottom: 2px solid #000057;
    margin-top: 10px;
    height: 170px !important;
    font-size: 18px;
}

#formpage textarea:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.CaptchaPanel {
    width: 100%;
}

.CaptchaImagePanel img {
    width: 200px !important;
    height: auto !important;
}

.CaptchaAnswerPanel {
    width: 250px;
    margin: 0 auto;
}

.CaptchaWhatsThisPanel a {
    color: #333;
}

.submit-button {
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}

/*end form styles*/
@media screen and (max-width: 1200px) {
    .flex-form .flex-row {
        flex-wrap: wrap;
    }
}

#rentalspage #topcontain .container {
    width: 90%;
    margin: 0 auto;
}

#rentalspage #topcontain .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

#rentalspage #topcontain .col-md-6 {
    flex: 1;
    padding: 10px;
}

#rentalspage #topcontain .col-md-6:last-of-type {
    margin-left: 40px;

}

#rentalspage #topcontain img {
    max-width: 100%;
    height: auto;
    box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#rentalspage #topcontain h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

#topcontain .standardbtn {
    padding: 30px 30px;
    padding: max(10px, 0.9625vw) max(10px, 1.2625vw);
    background: white;
    text-align: center;
    width: 430px;
    width: max(291px, 22.39583vw);
    position: relative;
    display: inline-block;
    margin: 0 8px;
    margin: 0 max(5px, 0.41667vw);
    text-align: left;
    border: 1.5px solid #3d5a80 !important;
    color: #3d5a80;
    font-size: max(15px, 1vw);
    margin-left: 0;
    background: #3d5a80;
    color: white;
}

#rentalspage #topcontain p {
    font-size: 16px;
    line-height: 2.5;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #rentalspage #topcontain .row {
        flex-direction: column;
    }

    #rentalspage #topcontain .col-md-6:last-of-type {
        margin-left: 0;

    }

    #rentalspage #topcontain .col-md-6 {
        flex: 1 1 100%;
    }