/***** 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;
}

/*-------- 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;
}

.container.cf {
    margin: 75px 0;
}

/* 
font-family: 'Ledger', serif;
font-family: 'Work Sans', sans-serif;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
font-family: 'Work Sans', sans-serif;
ns-serif;
*/

.fancylink a:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-image: linear-gradient(120deg, rgb(230 230 230 / 60%) 0%, rgb(230 230 230 / 60%) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.25em;
    background-position: 0 90%;
    transition: background-size 0.25s ease-in;
    color: #000000;
    transition: 0.25s ease-out;
    padding: 2px 2px 0;
    padding: max(1px, 0.10417vw) max(1px, 0.10417vw) 0;
}

.fancylink a:hover:not([class*="panel-heading"]):not([class*="panel-heading"] *):not(.linkException):not(.linkException *) {
    background-size: 100% 88%;
    /* color: white; */
}

/*-------- BODY STYLES --------*/

body * {
    font-family: 'Ledger', serif;
}

.topstuffs {
    box-shadow: 0px 23px 56px rgba(0, 0, 0, 0.16);
    box-shadow: 0px max(15px, 1.19792vw) max(36px, 2.91667vw) rgba(0, 0, 0, 0.16);
    z-index: 999;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: ;
}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {
    font-weight: normal;
    text-decoration: underline;
    font-size: 20px;
    font-size: max(13px, 1.04167vw);
    letter-spacing: 0.01em;
    line-height: 51px;
    line-height: max(33px, 2.65625vw);
    text-align: left;
    color: #000;
}

h6 {}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p a:not(.container.cf *) {
    color: #5d5d5d;
    text-decoration: underline;
}

hr {
    border: var(--neutral2) 1px solid;
}

/*--- HEADER STYLES ---------------------*/
/*.notInventory {*/
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px 30px 30px;
    padding: max(20px, 1.5625vw) max(33px, 2.60417vw) max(20px, 1.5625vw) max(20px, 1.5625vw);
}

/*for demo purposes only*/

.clear {
    clear: both;
}

/***** Start of primary nav ******/
#menu-button {
    display: none;
}

nav.mobile {
    display: none;
}

nav.primary {
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 79%;
    position: relative;
}

nav.primary ul {
    /* margin: 0; */
    /* padding: 0; */
    text-align: right;
}

nav.primary ul li {
    display: inline-block;
    margin: 0;
    list-style-type: none;
    width: auto;
}

nav.primary ul li a {
    color: #000000;
    font-size: 16px;
    font-size: max(10px, 0.83333vw);
    line-height: 60px;
    line-height: max(39px, 3.125vw);
    text-decoration: none;
    display: block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    font-weight: 500;
    padding: 0 30px;
    padding: 0 max(20px, 1.5625vw);
}

nav.primary ul li a:hover {
    background: #000;
    color: #ffffff;
}

/* Appearance of the sub-level links */
nav.primary ul li li a {
    font-size: 16px;
    font-size: max(10px, 0.83333vw);
    line-height: 16px;
    line-height: max(10px, 0.83333vw);
    padding: 10px;
    padding: max(7px, 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 */
nav.primary ul li li a: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(176px, 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: 10px;
    }

    #menu-button a {
        /* color: #fff; */
        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 #202949 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;
    }

    /* SLIDE DOWN NAV STYLES */
    /*#menu-button{display:inline-block;position:relative;line-height:60px;z-index:400;line-height:1;text-align:right;font-family:interstate,sans-serif;font-size:16px;letter-spacing:0.03em;line-height:32px;text-align:left;color:#413f40;text-transform:uppercase;font-weight:bold;}#menu-button a{color:#000;text-decoration:none;}nav.mobile{display:block;position:fixed;top:0;top:-100%;width:100%;height:100%;background:#eaeaea;z-index:99999;overflow:auto;}.flexSurround{display:flex;align-items:center;justify-content:center;flex-direction:column;height:90vh;overflow:hidden;}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;}nav.mobile .mobile_top{position:relative;display:block;padding:0;margin:50px 0 10px 0;color:#999;font-size:18px;font-weight:400;top:0;right:0;width:100%;}nav.mobile .menu-toggle{position:absolute;padding:3px 8px 3px;font-family:Arial,sans-serif;font-size:44px;font-weight:100;line-height:1;color:var(--neutral2);text-decoration:none;bottom:0px;right:13px;}nav.mobile .menu-toggle:hover{color:var(--secondary2);}nav.mobile ul{list-style:none;font-weight:300;margin:0;padding:0;width:100%;}nav.mobile ul *{transition:all 0.1s ease-out;}nav.mobile ul li{position:relative;}nav.mobile ul li a{position:relative;display:block;font-size:16px;padding:16px;color:var(--neutral2);font-family:interstate,sans-serif;text-decoration:none;text-align:center;text-transform:uppercase;}nav.mobile ul li a:hover{background:rgba(45,45,45,0.5);color:#f9f9f9;}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);}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{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;}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%;
    }
}


/*}*/


/*---BODY--------------------------------*/
/*.notInventory {*/

h2:not(.container.cf h2) {
    font-weight: bold;
    font-style: italic;
    font-size: 140px;
    font-size: max(71px, 7.29167vw);
    /* font-size: max(65px, max(91px,7.29167vw)); */
    /* font-size: max(max(42px,3.38542vw), max(91px,7.29167vw)); */
    text-align: left;
    color: rgb(255 255 255 / 95%);
    text-transform: uppercase;
}

.separateSeparate {
    line-height: 0.9;
}

.supraText {
    font-weight: normal;
    font-size: 24px !important;
    font-size: max(16px, 1.25vw) !important;
    /* font-size: max(12px, max(16px,1.25vw)) !important; */
    /* font-size: max(max(8px,0.625vw), max(16px,1.25vw)) !important; */
    text-align: left;
    color: #000000;
    opacity: 0.9 !important;
    font-style: normal;
    text-shadow: none;
    font-family: 'Ledger', serif;
}

.h2Opacity {
    /* opacity: 0.68; */
}

.notHero .separateAreas {
    display: flex;
}

.notHero .supraText {
    font-size: 20px !important;
    font-size: max(13px, 1.04167vw) !important;
    font-size: max(10.6771px, max(13px, 1.04167vw)) !important;
    font-size: max(max(7px, 0.5561vw), max(13px, 1.04167vw)) !important;
    color: #fff !important;
    opacity: 1;
}

@media screen and (max-width:475px) {
    .footer div.diagonal .separateSeparate {
        text-align: center;
    }
}

.topbar {
    background: #434343;
    color: white;
    padding: 10px 60px;
    padding: max(7px, 0.52083vw) max(39px, 3.125vw);
    text-align: right;
}

.topbar * {
    color: white;
}

.topbar a {
    font-size: 21px;
    font-size: max(14px, 1.09375vw);
}

.topbar a .fa-solid {}

.topbar a .fa-solid.topbar a .fa-solid {}

.topbar a .fa-solid.topbar .fa-brands {}

.topbar .fa-brandsheader {}

header a {}

header img {
    width: 293px;
    width: max(191px, 15.260416666666668vw);
}

header .primary {}

header .primary ul {}

header .primary li {}

header .primary a {}

header #menu-button {}

header #menu-button .menu-toggle {}

header .mobile {}

header .mobile ul {}

header .mobile li {}

header .mobile a {}

header .mobile_top {}

header .mobile_top .menu-toggle {}

.hero {
    background: linear-gradient(rgb(230 230 230 / 80%), rgb(230 230 230 / 80%)), url(/siteart/hero.png);
    height: 575px;
    height: max(374px, 29.94792vw);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 95px 220px;
    padding: max(62px, 4.94792vw) 11.45833vw;
    box-sizing: border-box;
}

.hero .separateAreas {}

.hero .separateSeparate {
    display: flex;
    flex-direction: column;
}

.hero .supraText {}

.hero br {}

.hero .h2Opacity {
    color: #1E2948;
    text-shadow: none;
    font-family: 'Work Sans', sans-serif;
}

.hero h4 {
    /* font-family: korolev, sans-serif; */
}

.hero a {
    font-family: korolev-compressed, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    font-size: max(21px, 1.66667vw);
    font-weight: 600;
    color: #000000;
}

.hero a img {
    width: 40px;
    width: max(26px, 2.08333vw);
    margin-left: 12px;
    margin-left: max(8px, 0.625vw);
}

.sec1 {
    padding: 80px 280px 230px;
    padding: max(52px, 4.16667vw) 14.58333vw max(150px, 11.97917vw);
    display: flex;
}

.sec1 .leftsec {}

.sec1 img {
    width: max(230px, 23.9583vw);
}

.sec1 .rightsec {
    margin-left: 90px;
    margin-left: max(59px, 4.6875vw);
    margin-top: 80px;
    margin-top: max(52px, 4.16667vw);
}

h3 {
    font-weight: bold;
    font-style: italic;
    font-size: 53px;
    font-size: max(35px, 2.76042vw);
    letter-spacing: 0.01em;
    line-height: 67px;
    line-height: max(44px, 3.48958vw);
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 30px;
    margin-bottom: max(20px, 1.5625vw);
}

h3 {}

.sec1 h3 a {}

.sec1 p {
    font-size: 20px;
    font-size: max(15px, 1.04167vw);
}

.sec1 h4 {
    font-family: 'korolev-compressed', sans-serif;
    text-transform: uppercase;
    margin: 0 10px;
    margin: 0 max(7px, 0.52083vw);
}

.sec1 h4 a {
    font-family: 'korolev-compressed', sans-serif;
    font-size: 30px;
    font-size: max(20px, 1.5625vw);
}

.surroundbuttons {
    display: flex;
    margin: 45px 0px;
    margin: max(29px, 2.34375vw) 0px;
}

.sec1 h4 a {}

.sec2 {
    background: #E4E4E4;
    padding: 150px 180px;
    padding: max(98px, 7.8125vw) 9.375vw;
}

.sec2 .whitecontainer {
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    box-sizing: initial;
}

.sec2 .leftsec {
    padding: 255px 90px 135px;
    padding: max(166px, 13.28125vw) max(30px, 4.6875vw) max(88px, 7.03125vw);
    width: 49%;
}

.sec2 .rightsec {
    width: 49%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sec2 .rightsec .bigbtn:before {}

.sec2 h3 {}

.sec2 h3 a {}

.sec2 h5,
.sec2 h5 * {
    color: #000000;
}

.sec2 h5 a {}

.sec2 p {
    font-size: 20px;
    font-size: max(13px, 1.04167vw);
    margin-left: 10px;
    margin-left: max(7px, 0.52083vw);
}

.sec2 p a {
    color: #000000;
}

.sec2 .fa-brands {}

.sec2 .fa-brands.sec2 .rightsec {}

.sec2 .bigbtn {
    height: 33%;
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
    padding: 40px;
    padding: max(26px, 2.08333vw);
    background-repeat: no-repeat !IMPORTANT;
    BACKGROUND-SIZE: cover !important;
}

.sec2 h4 {}

.sec2 h4 a {
    font-family: 'korolev-compressed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-size: max(20px, 1.5625vw);
    color: #fff !important;
}

script {}

/*}*/

/*--------FORM STYLES--------------------*/
/*.notInventory {*/

/*}*/

/*-------- FOOTER STYLES ----------------*/
/*.notInventory {*/
footer {}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
    text-decoration: underline;
    font-size: 13px;
    font-size: max(8px, 0.67708vw);
}

a.footerlink:hover {
    text-decoration: none;
    font-size: 13px;
    font-size: max(8px, 0.67708vw);
}

.footertext {
    font-size: 13px;
    font-size: max(8px, 0.67708vw);
    color: #999999;
}

.smallfootertext {
    font-size: 10px;
    font-size: max(7px, 0.52083vw);
    color: #999999;
}

.divfooter {
    max-width: 450px;
    max-width: max(293px, 23.4375vw);
    text-align: center;
    margin: 0 auto;
}

/*}*/

/*---------- RESPONSIVE STYLES ----------*/

/*.notInventory {*/
@media only screen and (min-width: 768px) {}

@media only screen and (min-width:768px) and (max-width: 1130px) {}

@media only screen and (max-width: 767px) {

    .topstuffs {}

    .topstuffs .topbar {}

    .topstuffs .topbar a {}

    .topstuffs .topbar a .fa-solid {}

    .topstuffs .topbar a .fa-solid.topstuffs .topbar a .fa-solid {}

    .topstuffs .topbar a .fa-solid.topstuffs .topbar a .fa-brands {}

    .topstuffs .topbar a .fa-brands.topstuffs .topbar a .fa-solid {}

    .topstuffs .topbar a .fa-solid.topstuffs .topbar a .fa-solid {}

    .topstuffs .topbar a .fa-solid.topstuffs .topbar a .fa-brands {}

    .topstuffs .topbar a .fa-brands.topstuffs .topbar img {}

    .topstuffs .topbar .primary {}

    .topstuffs .topbar .primary ul {}

    .topstuffs .topbar .primary li {}

    .topstuffs .topbar .primary a {}

    .topstuffs .topbar #menu-button {}

    .topstuffs .topbar #menu-button .menu-toggle {}

    .topstuffs .topbar .mobile {}

    .topstuffs .topbar .mobile ul {}

    .topstuffs .topbar .mobile li {}

    .topstuffs .topbar .mobile a {}

    .topstuffs .topbar .mobile_top {}

    .topstuffs .topbar .mobile_top .menu-toggle {}

    .topstuffs header {}

    .topstuffs header a {}

    .topstuffs header img {}

    .topstuffs header .primary {}

    .topstuffs header .primary ul {}

    .topstuffs header .primary li {}

    .topstuffs header .primary a {}

    .topstuffs header #menu-button {}

    .topstuffs header #menu-button .menu-toggle {}

    .topstuffs header .mobile {}

    .topstuffs header .mobile ul {}

    .topstuffs header .mobile li {}

    .topstuffs header .mobile a {}

    .topstuffs header .mobile_top {}

    .topstuffs header .mobile_top .menu-toggle {}

    .hero {
        align-items: flex-start;
    }

    .hero .separateAreas {}

    .hero .separateSeparate {}

    .hero .supraText {}

    .hero .h2Opacity {}

    .hero .fancylink {}

    .hero a {}

    .hero img {}

    .sec1 {
        flex-direction: column-reverse;
    }

    .sec1 .leftsec {
        display: flex;
        justify-content: center;
    }

    .sec1 img {}

    .sec1 .rightsec {
        margin-left: 0;
    }

    .sec1 h3 {}

    .sec1 p {}

    .sec1 .surroundbuttons {
        flex-direction: column;
    }

    .sec1 .fancylink {
        margin: 10px 0;
    }

    .sec1 a {}

    .sec2 {
        padding-left: 0;
        padding-right: 0;
    }

    .sec2 .whitecontainer {
        flex-direction: column;
    }

    .sec2 .leftsec {
        width: auto;
        padding-top: 60px;
    }

    .sec2 h3 {}

    .sec2 h3 a {}

    .sec2 h5 {}

    .sec2 h5 a {}

    .sec2 p {}

    .sec2 p a {}

    .sec2 br {}

    .sec2 .fa-brands {}

    .sec2 .fa-brands.sec2 .rightsec {}

    .sec2 .bigbtn {
        /* width: 100%; */
        height: 90px;
    }

    .sec2 .rightsec {
        width: 100%;
    }

    .sec2 .fancylink {}

    .sec2 .fancylink a {}

    script {}

    .sec1 .rightsec {
        margin-top: 0;
        margin-bottom: 35px;
    }
}

/*}*/


/* CONTACT  */

.flex-form {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 15px;
}

.flex-form h3 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 2px solid #eee;
    padding: 20px 0 20px 0;
    margin-top: 40px;
}

.flex-form h4 {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 40px;
    padding: 10px 0;
    font-size: 16px;
}

.flex-form label {
    font-weight: normal;
}

.flex-form span {
    text-align: left;
    margin: 0;
    font-size: 12px;
}

.flex-form #formpage input,
select {
    margin-top: 5px;
}

.flex-form .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.flex-border {
    border: 2px solid #eee;
    padding: 20px;
}

.flex-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 5px 5px 5px;
    text-align: left;
}

.check-container {
    display: inline-block;
    text-align: left;
    margin: 0;
}

.check-container input[type=] {
    display: inline-block;
    width: 20px !important;
}

.parts-request {
    width: 100%;
    padding: 40px 0;
    text-align: left;
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
}

.parts-request h3 {
    text-transform: uppercase;
}

#formpage {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

#formpage * {
    box-sizing: border-box;
}

#formpage p {
    text-align: left;
}

#formpage h4 {
    margin-top: 30px;
}

.form-half {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.add-part {
    padding: 30px;
    border: 1px solid #f1f1f1;
    margin: 20px 0 0 0
}

.add-part h4 {
    margin: 0 0 10px 10px !important;
}

.formfield {
    width: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    min-width: 175px;
    text-align: left;
}

#formpage input,
select {
    padding: 6px 5px 10px;
    border: 1px solid #f1f1f1;
    font-family:
        , sans-serif;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
    border-radius: 2px;
    background: #f1f1f1;
}

#formpage input:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

#formpage option {
    color: #333;
    background: #fff;
}

#formpage : :-webkit-input-placeholder {
    color: #767676;
}

#formpage : :-moz-placeholder {
    color: #767676;
}

#formpage :-ms-input-placeholder {
    color: #767676;
}

#formpage :-moz-placeholder {
    color: #767676;
}

#formpage input.submit-button,
#formpage input.submit-button:focus {
    background: #434343;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 0;
    transition: ease-in .3s;
    width: 150px;
    border: none;
    height: auto;
    cursor: pointer;
}

#formpage input.submit-button:hover {
    background: #434343;
    /* box-shadow: 1px 1px 2px #848484; */
    transition: ease-out .3s;
}

input[type=],
input[type=] {
    -webkit-appearance: none;
}

#formpage textarea {
    padding: 6px 5px;
    border: 1px solid #f1f1f1;
    color: #000;
    font-size: 16px;
    background: #f1f1f1;
    width: 100%;
    height: 85px;
    border-radius: 2px;
    margin-top: 10px;
    resize: vertical;
}

#formpage textarea:focus {
    border: 1px solid #eaeaea;
    border-radius: 2px
}

.CaptchaPanel {
    width: 100%;
}

.CaptchaImagePanel img {
    width: 200px;
}

.CaptchaAnswerPanel {
    width: 250px;
    margin: 0 auto;
}

.CaptchaWhatsThisPanel a {
    color: #333;
}

.submit-button {
    padding: 10px 0px 10px 0px;
    position: relative;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1170px) {
    .form-half {
        width: 46%;
    }
}

@media screen and (max-width: 900px) {
    .flex-form .flex-row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 700px) {
    .form-half {
        width: 98%;
    }
}

@media screen and (max-width: 450px) {
    .add-part {
        padding: 20px;
    }
}