
/* ---------------------------------------------------
    STYLES.CSS IS ANY BASE STYLE THAT HAS AN ADDITIONAL CLASS ADDED.
    EXAMPLE:  h2.triad, h3.triad
    H2 IS DEFINED IN BASE.CSS;TRIAD IS THE STYLE ADDED TO IT IN STYLES.CSS


----------------------------------------------------- */


/* ---------------------------------------------------
    MENU TOGGLE BUTTON ANIMATIONS
----------------------------------------------------- */
#sidebarCollapse {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background: none;
    box-shadow: none;
    outline: none !important;
    border: none;
}

    #sidebarCollapse span {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #000;
        border-radius: 5px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #sidebarCollapse span:nth-child(1) {
            top: 0px;
        }

        #sidebarCollapse span:nth-child(2),
        #sidebarCollapse span:nth-child(3) {
            top: 15px;
        }

        #sidebarCollapse span:nth-child(4) {
            top: 30px;
        }

    #sidebarCollapse.active span:nth-child(1) {
        top: 15px;
        width: 0%;
        left: 50%;
    }

    #sidebarCollapse.active span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #sidebarCollapse.active span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #sidebarCollapse.active span:nth-child(4) {
        top: 15px;
        width: 0%;
        left: 50%;
    }


/* ---------------------------------------------------
    SIDEBAR STYLES
----------------------------------------------------- */

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, .85);
        background-color: #e5e5e5;
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #e5e5e5;
    }

    .btn-toggle-nav a.active {
        font-weight: bold;
    }


/* ---------------------------------------------------
    OPTIONAL NAVBAR HEADER THEME
----------------------------------------------------- */


/* ---  DataTable --- */

.dataTables_length {
    float: left;
}
div.dataTables_wrapper div.dataTables_filter {
        float: right;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: var(--dot-fs-16px);
    clear: both;
    float: left;
    }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
        color: #fff !important;
        text-decoration: none;
    }

.dataTables_paginate .paginate_button.active, .dataTables_paginate .paginate_button.active:hover {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.3em .1em;
    text-align: center;
    cursor: pointer;
}

    .dataTables_paginate .paginate_button.active a, .dataTables_paginate .paginate_button.active a:hover {
        color: #fff;
        text-decoration: none;
    }
ul.pagination li {
    padding: .3em 0;
    margin: 0 0 0 3px;
}
.dt-buttons.btn-group.flex-wrap {
   
    margin: 0 5px;
}

    .dt-buttons.btn-group.flex-wrap a {
        color: #fff;
    }
/* --- x mark next to input field  --- */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      font-weight: bold;
}



/* ---  1. 0 Standard DOT Colors and Header Typography --- */
.swatchblue {
    background: var(--dot-blue-rgb);
    padding: 5px 0 0 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.swatchorange {
    background: #bb6128;
    padding: 5px 0 0 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.swatchgreen {
    background: var(--dot-green-rgb);
    padding: 5px 0 0 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.swatchdeepgray {
    background: var(--dot-gray-rgb);
    padding: 5px 0 0 0;
    border: 0px solid var(--dot-solid-gray-rgb);
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.swatchgray {
    background: var(--dot-light-gray-rgb);
    padding: 10px 0 0 0;
    border: 1px solid var(--dot-solid-gray-rgb);
    border-radius: 4px;
    text-align: center;
    color: #000;
}

.swatchwhite {
    background: #fff;
    padding: 10px 0 0 0;
    border: 1px solid var(--dot-solid-gray-rgb);
    border-radius: 4px;
    text-align: center;
    color: #000;
}
/*----- PANELS BEGIN -----*/

.headblue {
    background: var(--dot-blue-rgb);
}

.headgreen {
    background: var(--dot-green-rgb);
}

.headorange {
    background: #B15B25;
}
/*----- PANELS END -----*/
/*----- HEADINGS BEGIN -----*/
.heroleveltwo h1 {
    color: #fff;
    font-size: var(--dot-fs-48px);
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 75%;
    font-family: 'Michroma', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    word-spacing: .3em;
    margin: 0;
    padding: 0 1em;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

h2.triad, h3.triad {
    color: var(--dot-blue-rgb);
    font-size: var(--dot-fs-32px);
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Michroma', sans-serif;
    letter-spacing: 1.5px;
    padding: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.panelheading h4 {
    font-size: var(--dot-fs-18px);
    color: white;
    margin: 0;
}
/*----- HEADINGS END -----*/
/*----- BUTTONS BEGIN -----*/
.pathsbutton:hover {
    color: var(--dot-deep-blue-rgb);
}

.pathsbutton:visited {
    color: #B86125;
}

.pathsbutton:hover:after {
    width: 110%;
}

.contentbutton:hover {
    color: #53565A;
}

.contentbutton:visited {
    color: #53565A;
}

/*----- BUTTONS END-----*/
img.icon {
    display: block;
    position: relative;
    margin: 0 auto 5% auto;
    width: 20%;
}

#baseline .container1 p, #baseline .container1 ul {
    font-size: var(--dot-fs-12px);
    line-height: 1.1em;
    letter-spacing: .7px;
    margin: 1% 0 0% 0;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

code {
    font-size: var(--dot-fs-18px);
}

p.copy {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0% auto 0 auto;
    padding: 0;
}

ul.fa-ul {
    list-style-type: none;
    margin-left: 1.6em;
    margin-top: 0em;
    margin-bottom: .7em;
}

span.fa-li {
    top: 2px;
    left: -1.5em;
    text-align: left;
    width: 2em;
    line-height: 1.5em;
}

.red {
    color: #b30b00;
}

.teal {
    color: #067482;
}

.orange {
    color: #d24624;
}

.green {
    color: #207245;
}

.blue {
    color: #295699;
}

.charcoal {
    color: #666;
}

.dotgrey {
    color: #333;
}

.dotred {
    color: #812529;
}

.trio {
    display: contents !important;
}

#herobanner {
    background-image: url(../images/Generic-banner.png);
}

#footerarrow {
    position: absolute;
    bottom: 35px;
    right: 22%;
    z-index: 120000;
    border: 0px solid yellow;
}

.fa-3x {
    font-size: 4em !important;
}

.motorbutton .centered, .travelbutton .centered, .businessbutton .centered, .pathsbutton .centered, .contentbutton .centered {
    margin: 0 auto;
}

ul#socialmedia {
    margin-left: 0%;
    margin-top: 2.2%;
    margin-bottom: 0%;
    padding: 0;
}

    ul#socialmedia li {
        display: inline-block;
        margin: 0 .2em 0 0;
        padding: 0px;
        font-size: var(--dot-fs-42px);
        height: 0px;
    }

ul#footerlinks {
    width: 100%;
    margin: 3% auto 0 auto;
    padding: 0;
}

    ul#footerlinks li {
        display: inline-block;
        padding-right: 10px;
        padding-left: 3px;
        margin: 0px;
    }

        ul#footerlinks li a {
            padding: 6px 0 6px 0;
            color: #fff;
            font-size: var(--dot-fs-14px);
            letter-spacing: .5px;
            text-decoration: none;
        }

            ul#footerlinks li a:hover {
                color: #FFF;
            }

        ul#footerlinks li.pipe {
            color: #fff;
            padding: 0 5px 0 0px;
            margin: 0px 0 4px 0;
            vertical-align: middle;
            font-size: var(--dot-fs-11px);
        }

span.pipe {
    position: relative;
    bottom: 9px;
    border-left: 1px solid #fff;
    margin: 0 3px 0px 6px;
    font-size: 60%;
}

ul#socialmedia li a {
    color: #fff;
    transition: color 0.5s;
    margin-top: 0px;
    padding-top: 0px;
}

ul#socialmedia li.ap, ul#socialmedia li.an {
    margin: 0;
}

ul#socialmedia li.fb a:hover {
    color: #3b5998;
}

ul#socialmedia li.tw a:hover {
    color: #00acee;
}

ul#socialmedia li.yt a:hover {
    color: #ff0000;
}

ul#socialmedia li.ig a:hover {
    color: #fb3958;
}

ul#socialmedia li.fl a:hover {
    color: #ff0084;
}

ul#socialmedia li.pi a:hover {
    color: #c8232c;
}

ul#socialmedia li.ap a:hover {
    color: #555555;
}

ul#socialmedia li.an a:hover {
    color: #a4c639;
}
/*----- LIST GROUPS END-----*/
/************ IMAGE & IMAGE CONTAINERS *****************/
.content3 img {
    max-width: 100%;
    height: auto;
    margin: 1em auto;
    display: block;
}

.content3 div.imageCaptionHeader {
    line-height: 1;
    margin-bottom: 10px;
}

.content3 .caption_border, .content3 .captionright_border, .content3 .captionleft_border, .content3 .caption, .content3 .captionright, .content3 .captionleft, .content3 .image_border, .content3 .imageright_border, .content3 .imageleft_border, .content3 .image, .content3 .imageright, .content3 .imageleft {
    font-size: 85%;
    font-style: italic;
    text-align: center;
    display: block;
}

.content3 .captionright_border {
    max-width: 100%;
    font-size: 85%;
    font-style: italic;
    text-align: center;
    float: right;
    display: block;
    margin: 13px 0px 5px 15px;
    padding: 8px;
    border: 1px solid var(--dot-solid-gray-rgb);
}

.content3 .caption_border, .content3 .captionright_border, .content3 .captionleft_border, .content3 .image_border, .content3 .imageright_border, .content3 .imageleft_border {
    padding: 8px;
    border: 1px solid var(--dot-solid-gray-rgb);
}

    .content3 .caption_border img, .content3 .captionright_border img, .content3 .captionleft_border img, .content3 .captionright img, .content3 .captionleft img, .content3 .image_border img, .content3 .imageright_border img, .content3 .imageleft_border img, .content3 .image img, .content3 .imageright img, .content3 .imageleft img {
        display: block;
        margin: 0px auto;
        max-width: 100%;
        padding-bottom: 0%;
    }

.content3 .caption img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    padding-bottom: 10px;
}

.content3 .captionright_border, .content3 .captionright, .content3 .imageright_border, .content3 .imageright {
    float: right;
    margin: 0px 10px 15px 15px;
}

.content3 .captionleft_border, .content3 .captionleft, .content3 .imageleft_border, .content3 .imageleft {
    float: left;
    margin: 0px 15px 5px 0px;
}

.content3 .caption_border, .content3 .caption, .content3 .image_border, .content3 .image {
    max-width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    display: block;
}

.content3-fullwidth img {
    max-width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    display: block;
}

.content3-fullwidth .captionright_border, .content3-fullwidth .captionright, .content3-fullwidth .imageright_border, .content3-fullwidth .imageright {
    float: right;
    margin: 0px 10px 5px 15px;
}

.content3-fullwidth .captionleft_border, .content3-fullwidth .captionleft, .content3-fullwidth .imageleft_border, .content3-fullwidth .imageleft {
    float: left;
    margin: 0px 15px 5px 0px;
}

.content3-fullwidth .caption_border, .content3-fullwidth .captionright_border, .content3-fullwidth .captionleft_border, .content3-fullwidth .caption, .content3-fullwidth .captionright, .content3-fullwidth .captionleft, .content3-fullwidth .image_border, .content3-fullwidth .imageright_border, .content3-fullwidth .imageleft_border, .content3-fullwidth .image, .content3-fullwidth .imageright, .content3-fullwidth .imageleft {
    font-size: 85%;
    font-style: italic;
    text-align: center;
    display: block;
}

.content3-fullwidth .caption_border, .content3-fullwidth .captionright_border, .content3-fullwidth .captionleft_border, .content3-fullwidth .image_border, .content3-fullwidth .imageright_border, .content3-fullwidth .imageleft_border {
    padding: 8px;
    border: 1px solid var(--dot-solid-line-gray-rgb);
}

.herosearchbox {
    position: relative;
    top: 20%;
    margin: 0 0 15px 0;
}

.searchtag {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    margin: 0% 10%;
}

.heroleveltwo .searchtag a {
    text-decoration: none;
    color: #ffcc00;
}

.searchtag a:hover {
    color: #fff;
}

a.index {
    text-decoration: underline;
}
/* start commented backslash hack \*/
* html .onerow {
    height: 1%;
}

.contentmenu {
    padding: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    height: 0px;
    border: 0px solid green;
}

.content3 {
    float: left;
    padding: 0% 0% 2% 2.5%;
    margin: 0;
    width: 79%;
}

.content3-fullwidth {
    float: left;
    padding: 0% 0% 0% 2.5%;
    margin: 0;
    width: 100%;
}

.mobilenavmenu {
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #baseline .container1 p, #baseline .container1 ul {
        font-size: var(--dot-fs-12px);
        line-height: 1.1em;
        letter-spacing: .7px;
        margin: 3% 0 0% 0;
        color: var(--dot-solid-line-gray-rgb);
        padding: 0;
        text-transform: uppercase;
    }

        #baseline .container1 ul li {
            padding: .5em 0 .2em 0;
        }
}
/* IE 11 ONLY BUG FIX END /////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-width: 1591px) and (max-width: 1850px) {
    ul#socialmedia li {
        font-size: var(--dot-fs-42px);
    }

    ul#footerlinks li a {
        font-size: var(--dot-fs-12px);
    }
}

@media only screen and (max-width: 1900px) {
    .shieldbottom {
        min-height: 510px;
    }
}

@media only screen and (max-width: 1590px) {
    ul#footerlinks li a {
        font-size: var(--dot-fs-12px);
    }

    .heroleveltwo h1 {
        font-size: var(--dot-fs-48px);
    }

    ul#socialmedia li {
        font-size: var(--dot-fs-36px);
    }

    ul#footerlinks li {
        padding-right: 4px;
        padding-left: 0px;
    }

    ul#socialmedia {
        margin-top: 3%;
    }
}

@media only screen and (max-width: 1366px) {
    span.pipe {
        bottom: 7px;
    }

    ul#socialmedia li {
        font-size: var(--dot-fs-30px);
    }

    ul#socialmedia {
        margin-top: 4%;
        margin-bottom: 0%;
    }
}

@media only screen and (max-width: 1100px) {
    .searchtag {
        width: 100%;
    }

        .searchtag a, .searchtag a:visited {
            font-size: .9em;
        }

    .searchtag {
        padding-right: 0%;
        margin: 0;
    }

    .nav3 {
        border: 0px solid green;
        float: none;
        position: static;
        padding: 0% 3% 5% 4%;
        width: 98%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .content3 {
        padding: 0%;
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 0px;
    }

    button.mobilenavmenu.btn.btn-primary {
        position: absolute;
        right: 0;
        width: 40%;
        margin-top: -35px;
    }

    .contentmenu {
        height: 50px;
    }

    .heroleveltwo h1 {
        font-size: var(--dot-fs-34px);
    }

    .anchor {
        top: -200px;
    }

    .herosearchbox {
        display: none
    }
}

@media only screen and (max-width: 1059px) {
    h2.triad {
        font-size: var(--dot-fs-28px);
    }

    #footerarrow {
        display: none;
    }
}

@media only screen and (max-width: 990px) {

    .mobilenavmenu {
        display: block;
        background-color: #fff;
        border: 0px;
    }

    .contentmenu .mobilenavmenu:focus {
        --bs-btn-active-bg: #fff;
    }

    .mobilenavmenu:hover {
        background-color: #fff;
    }

    .contentmenu.btn.btn-primary:active {
        --bs-btn-active-bg: #fff;
    }

    button.mobilenavmenu.btn.btn-primary {
        width: 40%
    }

    h3.triad {
        font-size: var(--dot-fs-22px);
    }

    h2.triad {
        font-size: var(--dot-fs-22px);
    }

    img.icon {
        width: 16%;
    }

    ul#footerlinks {
        width: 100%;
        margin: 2% auto 0 auto;
        padding: 0;
        text-align: center;
    }

    ul#socialmedia {
        width: 100%;
        margin: 0% auto 0 auto;
        padding: 0;
        text-align: center;
    }

    #baseline .container1 p, #baseline .container1 ul {
        font-size: var(--dot-fs-12px);
        line-height: 1.1em;
        letter-spacing: .7px;
        width: 100%;
        padding: 0;
        text-align: center;
    }

    p.copy {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    ul#footerlinks {
        margin: 0% auto 0 auto;
    }

    button.mobilenavmenu.btn.btn-primary {
        width: 50%;
        margin-top: -30px;
    }

    .heroleveltwo h1 {
        font-size: var(--dot-fs-24px);
        top: 56%;
    }

    h3.triad {
        font-size: var(--dot-fs-18px);
        margin-top: 3%;
        margin-bottom: 8%;
        color: var(--dot-blue-rgb) !important;
    }

    h2.triad {
        margin-bottom: 3%;
    }

    .searchtag, .searchtag a, .searchtag a:visited {
        width: 97%;
        margin: 2% 0 0 0;
    }

    h3.levelthree {
        font-size: var(--dot-fs-22px);
    }

    h2.triad {
        font-size: var(--dot-fs-18px);
    }

    h1.main {
        font-size: var(--dot-fs-24px);
        padding-top: 0%;
    }

    ul#socialmedia li {
        font-size: var(--dot-fs-32px);
    }

    ul#footerlinks li a {
        padding: 6px 0 3px 0;
        font-size: var(--dot-fs-10px);
    }

    #baseline .container1 p, #baseline .container1 ul {
        font-size: var(--dot-fs-10px);
        line-height: 1.1em;
        letter-spacing: .7px;
        margin: 2.5% 0 0% 0;
        color: var(--dot-solid-line-gray-rgb);
        padding: 0;
        text-transform: uppercase;
    }

    .content3 .captionright_border, .content3 .captionright, .content3 .imageright_border, .content3 .imageright {
        float: none;
        display: block;
        margin: 0px auto 2% auto;
    }

    .content3 .captionleft_border, .content3 .captionleft, .content3 .imageleft_border, .content3 .imageleft {
        float: none;
        display: block;
        margin: 0px auto 2% auto;
    }

    .content3-fullwidth .captionright_border, .content3-fullwidth .captionright, .content3-fullwidth .imageright_border, .content3-fullwidth .imageright {
        margin: 0px 0px 5px 15px;
        border: 0px solid var(--dot-solid-line-gray-rgb);
    }

    .content3-fullwidth .captionleft_border, .content3-fullwidth .captionleft, .content3-fullwidth .imageleft_border, .content3-fullwidth .imageleft {
        margin: 0px 15px 5px 0px;
        border: 0px solid var(--dot-solid-line-gray-rgb);
    }

    .dataTables_length {
        float: none;
        margin:10px 0;
    }

    div.dataTables_wrapper div.dataTables_filter {
        float: none;
    }
    .dt-buttons.btn-group.flex-wrap {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 665px) {
    button.mobilenavmenu.btn.btn-primary {
        width: 70%;
    }

    .heroleveltwo h1 {
        font-size: var(--dot-fs-16px);
        top: 57%;
    }

    .btn3 {
        padding: .3em .3em .2em .3em;
    }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 956px) {
    button.mobilenavmenu.btn.btn-primary {
        width: 50%
    }
}

@media only screen and (max-width: 500px) {
    .heroleveltwo .searchtag a, a:visited {
        font-size: .9em;
    }

    button.mobilenavmenu.btn.btn-primary {
        width: 100%;
        margin-right: 0px;
        margin-top: -25px;
    }

    h1.main {
        font-size: var(--dot-fs-20px);
        padding-top: 0%;
    }

    h2.triad {
        font-size: var(--dot-fs-16px);
        line-height: 1.4em;
    }

    ul#socialmedia li {
        font-size: var(--dot-fs-24px);
    }

    ul#footerlinks li a {
        font-size: var(--dot-fs-8px);
    }

    ul#footerlinks li.pipe {
        display: none;
    }

    #baseline .container1 p, #baseline .container1 ul {
        font-size: var(--dot-fs-8px);
    }
}

@media only screen and (max-device-width: 480px) {

    .content3 {
        width: 96%;
    }
}

@media only screen and (max-width: 428px) {
    .mobileonly_text {
        font-size: var(--dot-fs-10px);
        text-transform: uppercase;
        text-align: center;
        line-height: 1.1em;
        margin: 8px 0 2px;
    }

    div.triad {
        margin-top: 3%;
        margin-bottom: 5%;
        padding: 0 5%;
    }

    .searchtag {
        margin: 3% 0% 0 0;
    }

    .heroleveltwo h1 {
        letter-spacing: -1px;
    }

    #baseline .container1 p, #baseline .container1 ul {
        font-size: .6rem;
        line-height: 1.3em;
        margin: 3% 0 0% 0;
    }
}

@media all and (max-device-width: 361px) {
    .content3 {
        width: 100%;
    }
}
/* IPAD ONLY STYLES BELOW /////////////////////////////////////////////////////////////////////////*/
/* IPAD ONLY STYLES BELOW /////////////////////////////////////////////////////////////////////////*/
/* IPAD ONLY STYLES BELOW /////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-device-width: 740px) and (max-device-width: 1022px) and (-webkit-min-device-pixel-ratio: 2) {
    .heroleveltwo h1 {
        font-size: var(--dot-fs-28px);
    }

    ul#socialmedia {
        margin: 0% auto 0% auto;
    }

    ul#footerlinks {
        margin: 0% auto 2% auto;
    }
}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1367px) and (-webkit-min-device-pixel-ratio: 2) {
    .heroleveltwo h1 {
        font-size: var(--dot-fs-40px);
        bottom: 8%;
    }

    ul#socialmedia {
        margin-top: 2%;
    }

    ul#footerlinks {
        margin: 2% auto 2% auto;
    }
}

@media only screen and (min-device-width: 740px) and (max-device-width: 1010px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    ul#footerlinks {
        margin: 2% auto 0 auto;
    }
}

@media only screen and (min-device-width: 1023px) and (max-device-width: 1367px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    ul#footerlinks {
        margin: 3% auto 0 auto;
    }
}
/* IPHONE ONLY STYLES BELOW /////////////////////////////////////////////////////////////////////////*/
/* IPHONE ONLY STYLES BELOW /////////////////////////////////////////////////////////////////////////*/
/* IPHONE ONLY STYLES BELOW /////////////////////////////////////////////////////////////////////////*/
@media only screen and (min-device-width: 360px) and (max-device-width: 897px) and (-webkit-min-device-pixel-ratio: 2) {
    .heroleveltwo h1 {
        font-size: var(--dot-fs-16px);
        padding: 0 15px;
        line-height: 1.2em;
    }

    ul#socialmedia {
        margin: 1% auto 3% auto;
    }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 359px) and (-webkit-min-device-pixel-ratio: 2) {
    ul#footerlinks li a {
        padding: 6px 0 0px 0;
        font-size: var(--dot-fs-7px);
    }

    ul#socialmedia {
        margin: 0% auto 3% auto;
    }
}
