/* turquoise: rgb(0, 166, 199) */
/*      blue: rgb(0,  49, 244) */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

[hidden] { display: none !important; }


html, body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 30, 100);
    background: #ffebd8;
    font-size: 12pt;
}

body {
  background-image: url("topleft.svg"), url("bottomright.svg");
  background-color: transparent;
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  margin: 0;
}

sub, sup {
    font-size: 0.75em;
    display: inline-block
}

sup {
    vertical-align: top;
    margin-top: -0.125em;
}

sub {
    vertical-align: bottom;
    margin-bottom: -0.125em;
}

blockquote {
    font-size: 20px;
    font-size: 1.25em;
    font-size: 1.25rem;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    color: rgb(0, 166, 199)
}

h1, table caption {
    margin: 8px 0;
    margin: 0.5rem 0;
    margin-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    font-size: 1.25rem;
}

article {
    font-size: 1.1em;
    max-width: 480px;
    max-width: 30rem;
    margin: auto;
}

article ul {position: relative;list-style-position: inside;}

h1, h2, h3, h4, h5, h6, table caption {
    color:rgb(0, 49, 166)
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: rgb(0, 166, 199);
}

a:hover {
    color: rgb(0, 49, 166);
}

hr, .hr {
    border-width: 0px;
    outline: 0 none;
    border: 0;
    border: none;
    height: 16px;
    height: 1rem;
    background: url("squigglyt_small.png") center center repeat-x;
    background: url("squigglyt.svg") center center repeat-x, linear-gradient(transparent, transparent) top left no-repeat;
    background-size: 16px 16px;
    background-size: auto 100%, auto auto;
    transition: 0s background-position linear;
}

hr:hover, .hr:hover {
    background-position: 150% center;
    transition: 10s background-position linear;
}

article hr {
    border-width: 0px;
    outline: 0 none;
    border: 0;
    border: none;
    height: 16px;
    height: 1rem;
    background: url("squigglyt_small_lite.png") center center repeat-x;
    background: url("squigglyt_lite.svg") center center repeat-x, linear-gradient(transparent, transparent) top left no-repeat;
    background-size: 16px 16px;
    background-size: auto 100%, auto auto;
    transition: 0s background-position linear;

}

.links {
    border-radius: 0.5rem;
    display: flex;
    max-width: 100%;
    gap: 0 1rem;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    line-height: 32px;
    line-height: 2rem;
    margin: auto;
    text-transform: uppercase;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.links li {
    text-align: left;
    list-style-type: none;
    display: block;
    float: left;
    flex: 0 1 0;
    width: 25%;
    width: 192px;
    width: 12rem;
}

.twocolumn li {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.twocolumn ul {
    width: 100%;
    text-overflow: ellipsis;
}

.links a {
    color: rgb(0, 166, 199);
    text-align: center;
    flex: 0 1 auto;
    height: 100%;
}

.button, a.button {
    border-radius: 0.25rem;
    background: rgb(0, 49, 166);
    line-height: 100%;
    display: inline-block;
    padding: 8px;
    padding: 0.5rem;
    color: #ffebd8;
    font-size: 14px;
    font-size: 0.9rem;
    white-space: normal;
    text-align: center;
}

.bigbutton, a.bigbutton {
    font-size: 16px;
    font-size: 1em;
    padding: 16px;
    padding: 1rem;
    min-width: 160px;
    min-width: 10rem;
    max-width: 100%;
    margin: 4px 0;
    margin: 0.25rem 0;
}

.links a:hover {
    color: rgb(0, 49, 166);
}

a.button:hover {
    background: rgb(0, 166, 199);
    color: #ffebd8;
}

.twocolumn {
    position: relative;
    width: 100%;
}

.twocolumn .left, .twocolumn .right {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    min-width: 160px;
    min-width: 10rem;
}

.container {
    max-width: 100%;
    width: 640px;
    width: 40rem;
    margin: auto;
}

.logo {
    max-height: 128px;
    max-height: 8rem;
    margin-left: -32px;
    margin-left: -2rem;
    margin-right: 32px;
    margin-right: 2rem;
    display: inline-block;
}

.logocontainer a {
    display: block;
    text-align: left;
}

.logoandinfo {
    margin: auto;
    align-items: start;
    text-align: center;
    width: 640px;
    width: 40rem;
    max-width: 100%;
    justify-content: space-between;
}


header {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    max-width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.logocontainer {
    text-align: left;
    display: inline-block;
    width: 240px;
    width: 15rem;
    vertical-align: top;
    max-width: 100%;
}

.infolinks {
    padding: 16px 0;
    padding: 1rem 0;
    vertical-align: top;
    display: inline-block;
    width: 400px;
    width: 25rem;
    max-width: 100%;
}

.info {
    border-radius: 8px;
    border-radius: 0.5rem;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    font-weight: bold;
    color:rgb(0, 49, 166);
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 16px;
    line-height: 1rem;
    z-index: 1;
    text-align: left;
    margin-top: 8px;
    margin-top: 0.5rem;
}

.info .hours, .info .address {
    display: block;
    margin: auto;
    width: 200px;
    width: auto;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    max-width: 100%;
    text-align: right;
    float: right;
}

.info a {
    color: rgb(0, 166, 199);
}

.info .hours {
    position: relative;
    float: left;
    display: inline-block;
    text-align: left;
}

.info .hours::after {
    content: ' ';
    position: absolute;
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
    background: #ffc562;
    border-radius: 100%;
    left: -16px;
    left: -1rem;
    top: -8px;
    top: -0.5rem;
    z-index: -1;
    transition: 0.5s all ease;
}

.info .hours:hover::after {
    left: -20px;
    left: -1.25rem;
    top: -12px;
    top: -0.75rem;
}

main {
    width: 100%;
}

article {
    padding: 16px 32px;
    padding: 1rem 2rem;
    padding-top: 24px;
    padding-top: 1.5rem;
    min-height: 64px;
    min-height: 4rem;
    border: 0.125rem solid rgb(0, 166, 199);
    border-radius: 8px;
    border-radius: 0.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    border: 0 none;
}

p {
    line-height: 24px;
    line-height: 1.5rem;
    min-height: 24px;
    min-height: 1.5rem;
}

article iframe {
    border-radius: 5.6px;
    border-radius: 0.35rem;
}

article .map {
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 56%;
    width: 100%;
    border-radius: 8px;
    border-radius: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.3) inset;
}

section {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}

.brands {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0px;
    margin: 1rem 0;
    gap: 16px;
    gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: stretch;
}

.brand {
    border-radius: 8px;
    border-radius: 0.5rem;
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    min-width: 112px;
    min-width: 7rem;
    width: 100%;
    max-width: 240px;
    max-width: 15rem;
    flex-grow: 1;
}

.brand img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}

.dealer {
    margin: auto;
    max-width: 100%;
}

.dealer h1 {
    text-align: center;
    font-style: italic;
    color: inherit;
    margin-top: 0;
}

footer {
    font-size: 13px;
    font-size: 0.8rem;
    text-align: center;
    color: #888;
}

p.copyright {
    padding: 16px;
    padding: 1rem;
}
@media only screen and (max-width: 41rem) {
    .container, header {
        margin: 0;
        width: auto;
    }

    .logoandinfo {
        display: block;
        height: auto;
    }

    .logocontainer a {
        text-align: center;
    }

    .logo {
        max-width: 100%;
        height: 128px;
        height: 8rem;
        margin: 0;
    }

    .infolinks {
        padding-top: 0;
        width: 640px;
        width: 40rem;
    }

    .info {
        text-align: center;
        max-width: 640px;
        max-width: 40rem;
        justify-content: center;
        padding-top: 0;
    }

    .info .address, .info .hours {
        width: auto;
        float: none !important;
        text-align: center;
        margin: 8px;
        margin: 0.5rem;
        display: inline-block;
        vertical-align: top;
    }

    .links {
        justify-content: space-evenly;
    }

}


@media only screen and (max-width: 32rem) {

    .twocolumn .left, .twocolumn .right {
        width: 100%;
        text-align: left;
    }

}

@media only screen and (min-width:1px) and (max-width: 1279px) 
{
   html, body
   {
       font-size: 12pt;
       transition: 1s font-size ease-in-out; 
   }
}

@media only screen and (min-width:1280px) and (max-width: 1799px) 
{
   html, body
   {
       font-size: 13pt;
       transition: 1s font-size ease-in-out; 
   }
}

@media only screen and (min-width:1800px)
{
   html, body
   {
       font-size: 14pt;
       transition: 1s font-size ease-in-out; 
   }
}