@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');

body {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: #FFFFFF 0px solid;
}

html {
    overflow-y: scroll;
}

/* ^^^ SEE CLASS "outer-background" BELOW */




/* DEFAULTS - MARGINS SPACING */

div {
    margin: 0;
    padding: 0;
    border: 0;
}

table, tr, td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    border: 0;
}




/* DEFAULTS - ALIGNMENT */

.td-right {
    text-align: right;
}

.td-left {
    text-align: left;
}

.td-center {
    text-align: center;
}

.td-top {
    vertical-align: top;
}

.td-middle {
    vertical-align: middle;
}

.td-bottom {
    vertical-align: bottom;
}

.center-align {
    text-align: center;
}

.center-div {
    margin-left: auto;
    margin-right: auto;
}

.right-div {
    margin-left: auto;
    margin-right: 0;
}

.left-div {
    margin-left: 0;
    margin-right: auto;
}




/* DEFAULTS - MISC */

.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}

.nobreak {
    white-space: nowrap;
}

.just {
    text-align: justify;
}

img {
    border: 0;
}

.rimage {
    max-width: 100%;
    height: auto;
}

.blockimage {
    display: block;
}

.formmargin {
    margin: 0px;
}




/* NON-MENU LINK COLORS */

a:link,
a:visited,
a:active {
    color: #336699;
    text-decoration: none;
}

a:hover {
    color: #009999;
    text-decoration: underline;
}




/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

body, div, table {
    color: #000000;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 150%;
}

.title {
    color: #000000;
    font: 29px "Comfortaa", "Open Sans", arial, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: normal;
    text-align: left;
}

.subtitle {
    color: #000000;
    font: 19px "Comfortaa", "Open Sans", arial, sans-serif;
    font-weight: bold;
    line-height: normal;
}

.smalltext {
    color: #6E513D;
    font: 13px "Open Sans", arial, sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
    line-height: normal;
}

.testimonialCovid {
    color: #336699;
}

.testimonial {
    color: #336699;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.hilite {
    color: #FF0000;
}

#demo-btn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    line-height: normal;
    background-color: #fab41d;
    padding: 10px 10px 10px 10px;
    margin: 2px;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}

    #demo-btn a:link, #demo-btna:visited, #demo-btna:active {
        color: #FFFFFF;
    }

    #demo-btn:hover {
        background-color: #fbc54f;
        color: #ffffff;
        text-decoration: none !important;
        font-weight: 700;
    }

    #demo-btn a:active {
        color: #FFFFFF;
        text-decoration: none !important;
    }


#applinkDiv {
    text-align: center;
}

#applink {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    line-height: normal;
    background-color: #fab41d;
    padding: 10px 10px 10px 10px;
    margin: 2px;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}


    #applink:hover {
        background-color: #fbc54f;
        color: #ffffff;
        text-decoration: none !important;
        font-weight: 700;
    }

    #applink a:link, #applink a:visited, #applink a:active {
        color: #FFFFFF !important;
    }


/* REMOVES MARGINS ON HEADING TAGS (FOR SEO) */

h1, h2, h3, h4 {
    margin: 0px 0px 1px 0px;
}




/* SERVICES LIST */

.list {
    color: #7E5632;
    line-height: normal;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.floatlist {
    float: left;
    width: 49%;
    min-width: 200px;
}

.list li {
    text-indent: 1px;
}




/* PAGE & CONTENT HEIGHTS AND WIDTHS & PADDING */

/* NOTE: IF YOU CHANGE THE PAGE WIDTHS EDIT & TEST THE MEDIA QUERIES IN THE media-queries.css */

.pageheight {
    min-height: 750px;
}

.pagewrapper {
    width: 100%;
    min-width: 315px;
    text-align: center;
    margin: 0 auto;
}

.pagebox {
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
}

#contentbox {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0px 10px 0px;
}

.content-pad {
    padding: 0px 35px 10px 15px;
}

#left-content {
    float: left;
    width: 100%;
    max-width: 805px;
    padding: 0px;
}

/* HOME PAGE WIDTHS */

#contentbox-home {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0px 15px 0px;
}




/* TEXT AND GRAPHIC HEADER CODE */

#headerdiv {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: #000000 0px solid;
    width: 50%;
}

.headercolor {
    background-color: #FFFFFF;
}
/* OPTIONALLY EDIT .pagebox PADDING ABOVE */

.logo-respond {
    height: 50px;
    width: 350px;
    max-width: 350px;
    min-width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px auto 0px 0px; /* THIS CODE ALIGNS THE LOGO */
    display: block;
}

/* START TEXT HEADER CODE */

.textlogo {
    text-align: left;
    font: 600 30px "Comfortaa", "Open Sans", arial, sans-serif;
    padding: 18px 15px 18px 15px;
    display: block;
}

a.textlogo:link, a.textlogo:visited, a.textlogo:active {
    color: #000000;
    text-decoration: none;
}

a.textlogo:hover {
    color: #000000;
    text-decoration: none;
}




/* HEADER ICON */

.header-ico1 {
    width: 150px;
    height: 36px;
    background-color: #FFFFFF;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 20px;
    border: #FFFFFF 1px solid;
    /* CORNER ROUNDING */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.ico1-img {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 auto;
}

.icohov:hover {
    background-color: #FFFFFF;
    border: #009900 1px solid;
}

@media screen and (min-width:768px) {
    .header-ico1 {
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .header-ico1 {
        width: 150px;
        right: 30px;
        top: 20px;
    }
}


/* INNER AND OUTER BACKGROUNDS */

.outer-background {
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: repeat;
    background-attachment: fixed;
}

.inner-background {
    background-color: transparent;
    border: #000000 0px solid;
}




/* IMAGE BORDERS, FLOATS AND IMAGE SPACING */

.img-borders {
    /* CORNER ROUNDING */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.img-float {
    float: left;
    margin: 3px 8px 1px 0px;
}

.float-item {
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
}

.float-item2 {
    float: left;
    margin-right: 12px;
    margin-bottom: 0px;
}

.text-nowrap {
    overflow: hidden;
    min-width: 265px;
}

.divclear {
    height: 1px;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    padding: 0px;
    margin: 0px;
}


.img-list {
    font-size: 0.9em;
    width: 95%;
}

/* PAGE LINES & BORDERS */

.page-splits {
    line-height: 1px;
    font-size: 1px;
    height: 2px;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    border-top: #00264c 1px solid;
}

.splits-xtramargin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.splits-xtramargin-covid {
    margin-top: 10px;
    margin-bottom: 5px;
    border-top: #336699 1px solid !important;
}

/* LARGE PAGE SPLITS */

.large-splits {
    width: 99%;
    line-height: 1px;
    font-size: 1px;
    height: 25px;
    background-color: #F1EEED;
    margin: 0 auto;
    padding: 0px;
    border: #CECECE 1px solid;
}




/* HOME PAGE */

/* HOME 3 BOX COLUMNS */

.introbox-text {
    color: #000000;
    font-size: 15px;
    padding: 14px 0px 14px 0px;
    text-align: left;
}

.introtitle {
    color: #000000;
    font: 18px "Comfortaa", "Open Sans", arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    border: solid #CCCCCC;
    border-width: 0px 0px 2px 0px;
}

.introbox-outer {
    width: auto;
    margin: 20px auto 0px auto;
}

.introbox {
    float: left;
    width: 33.33%; /* DIVIDED BY 3 */
}

.introbox-inner {
    background-color: transparent;
    padding: 0px 0px 10px 0px;
    margin: 10px 0px 50px 0px;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.introbox-left {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.introbox-center {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.introbox-right {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

.boxes2 {
    text-align: left;
    color: #9AC2D1;
    background-color: transparent;
    border: solid #9AC2D1;
    border-width: 1px 0px 1px 0px;
    padding: 6px 2px 6px 2px;
}

/* HOME IMAGES WITH ZOOM */

.imagesbox {
    height: auto;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
    border: 0px solid #000000;
    /* CORNER ROUNDING */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.introimages img {
    width: 100%;
    height: auto;
    display: block;
    /* IMAGE ZOOM */
    position: relative;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 400ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 400ms ease-in;
    -moz-transform: scale(1);
    transition: all 400ms ease-in;
    transform: scale(1);
}

    .introimages img:hover {
        /* IMAGE ZOOM */
        -webkit-transition: all 400ms ease-in;
        -webkit-transform: scale(1.3);
        -ms-transition: all 400ms ease-in;
        -ms-transform: scale(1.3);
        -moz-transition: all 400ms ease-in;
        -moz-transform: scale(1.3);
        transition: all 400ms ease-in;
        transform: scale(1.3);
    }




/* HOME PAGE LOWER 2 COLUMN TEXT CONTENT */

.homecontent-outer {
    background-color: transparent;
    max-width: 1060px;
    margin: 0 auto;
    border-top: 0px solid #D8DEE5;
    border-bottom: 0px solid #D8DEE5;
}

.home-2xcontent {
    float: left;
    width: 50%; /* DIVIDED BY 2 MINUS PADDING BELOW */
    margin: 0px auto 0px auto;
}

.content-left {
    padding: 25px 20px 40px 10px;
}

.content-right {
    padding: 25px 10px 40px 20px;
}




/* HOME PAGE LOWER 1 COLUMN TEXT CONTENT */

.home-1col {
    max-width: 1040px;
    margin: 0 auto;
}

.content-pad-home {
    padding: 30px 20px 50px 20px;
}

.homelinks {
    color: #73879C;
}




/* JQUERY SLIDESHOWS (HOME & SETS) (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.rslides_container {
    background-color: transparent;
    max-width: 1200px;
    min-width: 250px;
    text-align: center;
    margin: 0px auto 0px auto;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid #CBCEC6;
    border-width: 0px 3px 0px 3px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
    /* CORNER ROUNDING */
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

    .rslides_container img {
        /* CORNER ROUNDING */
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        border-radius: 0px;
    }

#homeJQ > .centered-btns_nav {
    display: none;
}
/* HIDES HOME ARROWS */

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs {
    width: 100%;
    position: absolute;
    bottom: 14px;
    left: 0px;
    margin: 0 auto;
    text-align: center;
    z-index: 1000;
    background-color: transparent;
}

    /* NORMAL BUTTON STATE */

    .centered-btns_tabs a {
        width: 20px;
        height: 8px;
        background-color: transparent;
        background: rgba(255,255,255,0.25); /* 25% TRANSPARENT BACKGROUND */
        border: #FFFFFF 2px solid;
        /* CORNER ROUNDING */
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0px 4px 0px 4px;
    }

        /* HOVER BUTTON STATE */

        .centered-btns_tabs a:hover {
            background-color: #FFFFFF;
            border: #FFFFFF 2px solid;
        }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover {
    background-color: #f14713;
    border: #f14713 2px solid;
    cursor: default;
}

/* BACKGROUND FOR HOME JQUERY & IMAGE */

.homeimage-bg {
    padding-top: 0px;
    margin-top: 0px;
    background: transparent;
    background-image: url("//web/20240604224836im_/https://www.busplanner.com/picts/homeimage-background.jpg");
    background-repeat: repeat;
    border: solid #00264C;
    border-width: 0px 0px 16px 0px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}




/* FOR OPTIONAL HOME PAGE IMAGE */

.homeimage {
    width: 100%;
    display: block;
}

.homeimage-border {
    max-width: 1200px;
    min-width: 250px;
    margin: 0px auto 0px auto;
    box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid #CBCEC6;
    border-width: 0px 3px 0px 3px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
    /* CORNER ROUNDING */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}




/* RIGHT SIDEBAR */

#sidebar-content {
    float: left;
    width: 100%;
    max-width: 280px;
    padding: 0px;
    border-left: #CECECE 1px solid;
}

.sidebar-pad {
    padding: 0px 0px 10px 35px;
}

.sidebar-textarea {
    text-align: left;
    width: 235px;
    margin: 0 auto;
    padding: 0px 0px 10px 0px;
    border-width: 0px 0px 1px 0px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

.sidebar-text {
    color: #000000;
    font: 13px "Open Sans", arial, sans-serif;
    text-align: left;
    font-weight: normal;
    line-height: normal;
}

.sidebar-title {
    color: #00264c;
    font: 18px "Comfortaa", "Open Sans", arial, sans-serif;
    font-weight: 700;
    line-height: normal;
    background-color: #fab41d;
    padding: 15px 5px 16px 9px;
    margin: 0px auto 7px auto;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.sidebar-title2 {
    color: #00264c;
    font-weight: 700;
    font: 15px "Open Sans", arial, sans-serif;
    line-height: normal;
    background-color: #fab41d;
    padding: 7px;
    margin: 0px auto 7px auto;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.sidebar-image {
    width: 235px;
    height: auto;
    display: block;
    margin: 0px auto 15px auto;
    border: #000000 0px solid;
    /* CORNER ROUNDING */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.side-links {
    padding: 10px 0px 10px 0px;
    margin: 0px;
}

    .side-links a {
        font: 15px "Open Sans", arial, sans-serif;
        font-weight: normal;
        line-height: normal;
        display: block;
        padding: 6px 0px 6px 10px;
        border: dashed #607F3D;
        border-width: 0px 0px 1px 0px;
        /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
    }

        .side-links a:first-child {
            border-width: 1px 0px 1px 0px;
        }




/* FOOTER */
.footer-div {
    height: 65px;
    background-color: #062542;
    padding-left: 50px;
    margin: 0;
}

.footer-splits {
    color: #FFFFFF;
    height: 15px;
    line-height: normal;
    background-color: #00264c;
    margin: 0px auto 0px auto;
    padding: 0px;
    border: solid #C0C0C0;
    border-width: 0px 0px 0px 0px;
}

#FooterFRM {
    visibility: visible;
}

.footer-frame {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.footer-height {
    height: 42px;
}

.footer-page {
    background-color: #fab41d;
    background-image: url("//web/20240604224836im_/https://www.busplanner.com/picts/background-footer.jpg");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

    .footer-page, .footer-page div, .footer-page table {
        color: #FFFFFF;
    }

.footer-pad {
    padding: 100px 10px 10px 20px;
}

.footer-border {
    border: solid #fdba31;
    border-width: 0px 0px 0px 0px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

div.footer-title {
    color: #00264c;
    font: 18px "Comfortaa", "Open Sans", arial, sans-serif;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: #FFFFFF 0px solid;
}

table.footer-links td {
    padding: 20px 30px 20px 30px;
    border-right: #FFFFFF 0px solid;
    background: rgba(68,79,59,0.0); /* SEMI TRANSPARENT BACKGROUND */
}

.footer-image {
    margin: 40px 0px 3px 55px;
    border: #062542 4px solid;
}

.footer-image-table {
    margin-left: 20px;
}

.footer-links {
    font-size: 16px;
    line-height: 32px;
}

.footer-social {
    width: 180px;
    padding-left: 10px;
}

.footerlinks-1 {
    width: 33%;
}

.footerlinks-2 {
    width: 33%;
}

.footerlinks-3 {
    width: 33%;
}

.html5-icon {
    margin-top: 20px;
    margin-bottom: 8px;
}

.footer-copyright {
    color: #FFFFFF;
    font: 11px "Open Sans", arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    padding: 15px 3px 15px 3px;
    margin: 0px 0px 0px 0px;
    background-color: #062542;
    border: solid #00264c;
    border-width: 1px 0px 0px 0px;
    /* NOTE: BORDERs ABOVE ARE | top | right | bottom | left */
}

.footer-table-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    padding-top: 6px;
}

/* FOOTER LINK COLORS */

body.footer-page a:link,
body.footer-page a:visited,
body.footer-page a:active {
    color: #00264c;
    text-decoration: none;
    white-space: nowrap;
}

body.footer-page a:hover {
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}


/* COPYRIGHT LINK COLORS */

div.footer-copyright a:link,
div.footer-copyright a:visited,
div.footer-copyright a:active {
    color: #DFC8AD;
    text-decoration: none;
}

div.footer-copyright a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}




/* SOCIAL ICONS (SEE ALSO .footer-social ABOVE) */

.socialspace {
    padding-left: 1px;
    padding-right: 2px;
    float: left;
}

.socialRspace {
    width: 0px;
}

.socialicon {
    border: #C0C0C0 0px solid;
    display: block;
    background-color: #00264c;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .socialicon:hover {
        border: #C0C0C0 0px solid;
        background-color: #5A6350;
    }


/* SOCIAL ICON COLORS ON MOBILE */

.mobile-social {
    display: none;
}

    .mobile-social .socialicon {
        border: #C0C0C0 0px solid;
    }

        .mobile-social .socialicon:hover {
            border: #C0C0C0 0px solid;
        }




/* JQUERY SLIDESHOW SETS (SEE ALSO HOME JQUERY ABOVE & responsive-slides.css IN FOLDER JQuery) */

.HoverBorder {
    border: #fab41d 2px solid;
    vertical-align: bottom;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:hover .HoverBorder {
    border: #00264c 2px solid;
}

.slide-setwidth {
    max-width: 700px;
    border: #000000 0px solid;
    margin-top: 10px;
}



/* BUTTONS ON slideshow-home.htm */

a.view-slideshow:link, a.view-slideshow:visited, a.view-slideshow:active {
    color: #00264c;
    font: 15px "Comfortaa", "Open Sans", arial, sans-serif;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #fab41d;
    padding: 12px 0px 12px 0px;
    margin: 6px auto 6px auto;
    display: block;
    display: inline-block;
    cursor: pointer;
    width: 184px;
    border: #000000 0px solid;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

a.view-slideshow:hover {
    color: #FFFFFF;
    background-color: #00264c;
    border: #000000 0px solid;
}




/* CONTACT & QUOTES PAGE CODE */

.contact-pad {
    padding: 15px 0px 15px 0px;
}

.contact-select {
    color: #7E5632;
    font-weight: normal;
}

.form-box {
    margin: 20px 0px 10px 50px;
}

.form-box2 {
    margin: 20px 20px 10px 20px;
}

input[type=submit].submitbutton, input[type=reset].submitbutton {
    color: #FFFFFF;
    font: normal 17px "Comfortaa", "Open Sans", arial, sans-serif;
    text-align: center;
    background-color: #336699;
    -webkit-appearance: none;
    padding: 15px 8px 15px 8px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    width: 120px;
    border: #000000 0px solid;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    input[type=submit].submitbutton:hover, input[type=reset].submitbutton:hover {
        color: #FFFFFF;
        background-color: #336699;
        border: #000000 0px solid;
    }

.shadeform {
    font: 13px arial, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url("//web/20240604224836im_/https://www.busplanner.com/picts/shadeform.png");
    text-align: left;
    width: 300px;
    height: 26px;
    margin-top: 1px;
    margin-bottom: 7px;
    border: #999999 1px solid;
}

.textarea {
    font: 13px arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    background-image: url("//web/20240604224836im_/https://www.busplanner.com/picts/shadeform.png");
    text-align: left;
    width: 300px;
    height: 150px;
    margin-top: 2px;
    margin-bottom: 7px;
    border: #999999 1px solid;
}


.dropdown {
    font: 13px arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    width: 300px;
    height: 26px;
    margin-top: 3px;
    margin-bottom: 7px;
}

/* QUOTES PAGE - MODIFIES ABOVE CLASSES */

.quotechoice {
    color: #7E5632;
}

.quoteform {
    width: auto;
}

.dropquotes {
    width: auto;
}

input[type=submit].quotebutton {
    width: 200px;
}




/* CONTACT PAGE GOOGLE MAP & DIRECTIONS */

#map-canvas {
    width: 235px;
    height: 160px;
}


/* CONTACT PAGE GOOGLE DIRECTIONS */

.directions {
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    padding: 8px 0px 5px 0px;
}

    .directions .shadeform {
        width: 233px;
        margin: 0px 0px 5px 0px;
    }

input[type=submit].directionbutton {
    width: 235px;
}


/* OPTIONAL No-Form-contact.htm PAGE */

.no-formmargin {
    margin: 25px 0px 25px 0px;
}




/* LINKS PAGE CODE */

table.searcharea td {
    padding: 0px 3px 0px 0px;
}

.searcharea {
    margin: 18px 0px 18px 0px;
}

.searchform {
    color: #000000;
    font: 14px arial, sans-serif;
    text-align: left;
    background-color: #FFFFFF;
    padding: 5px 10px;
    width: 250px;
    border: #999999 1px solid;
}

.searchbutton {
    color: #FFFFFF;
    font: normal 12px arial, sans-serif;
    text-align: center;
    background-color: #727F66;
    -webkit-appearance: none;
    height: 30px;
    margin-top: 0px;
    cursor: pointer;
    border: #949EB4 1px solid;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}




/* SITE MAP */

.searchmargin {
    margin: 0px 0px 0px 0px;
}

.sitesearchform {
    width: 280px;
    margin: 0px 3px 0px 0px;
}

.sitesearchbutton {
    width: 100px;
}




/* PAYPAL payments.htm PAYMENT PAGE CODE */

.payform {
    width: 150px;
}

input[type=submit].payform {
    width: 152px;
    margin-bottom: 10px;
}

.payformbox {
    background-color: #E7EBDB;
    border: #C2C8AF 1px solid;
}

.paypaltable td {
    vertical-align: middle;
    padding: 6px 10px 6px 10px;
}

.paypalbadge-space {
    padding: 30px 10px 8px 0px;
}




/* CALENDAR PAGE */

blockquote.calbox {
    color: #000000;
    font-size: 13px;
    line-height: normal;
    background-color: #F3EFE0;
    margin-top: -30px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 0px;
    padding: 8px 8px 8px 10px;
    border-top: 1px solid #DFD2A8;
    border-right: 1px solid #DFD2A8;
    border-bottom: 1px solid #DFD2A8;
    border-left: 6px solid #DFD2A8;
    /* CORNER ROUNDING */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.calendarnum {
    color: #491915;
    font-size: 24px;
}

.bigtitle {
    color: #000000;
    font: 36px "Open Sans", arial, sans-serif;
    letter-spacing: 0px;
    font-weight: normal;
    line-height: normal;
    padding: 0px 0px 0px 6px;
}

.icon-space {
    margin-top: 10px;
    margin-bottom: 3px;
}

.clickdate-text {
    font-size: 12px;
    text-align: center;
    padding: 4px 0px 2px 0px;
}




/* SMALL CALENDAR */

.calendar {
    border: #7A8670 1px solid;
    background-color: #F0F0F0;
}

.calendarinner {
    border-collapse: collapse;
    border-spacing: 0px;
}

.calspace {
    padding: 0px;
}

.calendartitle {
    color: #FFFFFF;
    background-color: #56634E;
    font: normal 19px "Comfortaa", "Open Sans", arial, sans-serif;
    padding: 10px 4px 10px 10px;
    text-align: left;
    border-bottom: #999966 2px solid;
}

.caldays {
    width: 32px;
    height: 26px;
    background-color: #FFFFFF;
    color: #666666;
    font: normal 12px "Open Sans", arial, sans-serif;
    border-right: #E2E2E2 1px solid;
    border-bottom: #999966 1px solid;
    text-align: center;
}

.calday {
    width: 32px;
    background-color: #DCEEDC;
    color: #000000;
    font: bold 15px "Open Sans", arial, sans-serif;
    border-right: #E2E2E2 1px solid;
    border-bottom: #99CC00 1px solid;
    text-align: center;
}

.caldates {
    height: 27px;
    background-color: #FFFFFF;
    color: #666666;
    font: normal 13px "Open Sans", arial, sans-serif;
    border-right: #E2E2E2 1px solid;
    border-bottom: #E2E2E2 1px solid;
    text-align: center;
}

.calhilite {
    background-color: #DCEEDC;
    color: #FFFFFF;
    font: bold 22px "Open Sans", arial, sans-serif;
    text-align: center;
}




/* FAQ PAGE */

.faq-box {
    display: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    border: #999999 0px solid;
}

.faqicon {
    margin-top: 4px;
}




/* PDF PAGE */

.pdf-icon {
    margin: 2px 0px 0px 15px;
    float: right;
}



/* STAFF PAGE */

.staff-email {
    color: #CC9900;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: 7px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    border-top: #CC9900 1px solid;
}




/* HIDE MENU AND ITEMS FOR PRINTING */

@media print {
    .printhide {
        display: none;
    }

    .pageheight {
        min-height: 50px;
    }
}

@media screen {
    .printonly {
        display: none;
    }
}




/* RIGHT SCROLL TO TOP ARROW */

.scrollToTop {
    width: 36px;
    height: 36px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: none;
    background: #4C4D4B url('//web/20240604224836im_/https://www.busplanner.com/picts/arrow-up-white.png') no-repeat 0px 0px;
}

    .scrollToTop:hover {
        text-decoration: none;
        background: #5A6350 url('//web/20240604224836im_/https://www.busplanner.com/picts/arrow-up-white.png') no-repeat 0px 0px;
    }


ul li {
    /*
     * We want the bullets outside of the list,
     * so the text is aligned. Now the actual bullet
     * is outside of the listâ€™s container
     */
    list-style-position: outside;
    /*
     * Because the bullet is outside of the listâ€™s
     * container, indent the list entirely
     */
    margin-left: 1em;
}

ul {
    margin-block-start: 0em;
    padding-inline-start: 0px;
}


.shadeform1 {
    width: 95%;
    padding: 7px 10px;
    margin: 2px 0;
    box-sizing: border-box;
    border: 2px solid #999;
    border-radius: 3px;
}

.textarea2 {
    font: 13px arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    width: 70%;
    height: 100px;
    box-sizing: border-box;
    border: 2px solid #999;
    border-radius: 3px;
}

.dropdown2 {
    font: 13px arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    width: 50%;
    padding: 7px 10px;
    box-sizing: border-box;
    border: 2px solid #999;
    border-radius: 3px;
}

#covidbtn {
    font-size: 0.8em;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    line-height: normal;
    background-color: #336699;
    border: 0px;
    padding: 3px 10px;
    margin: 5px;
    cursor: pointer;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}

    #covidbtn:hover {
        background-color: #336699;
        color: #ffffff;
        text-decoration: none !important;
    }


#contactusbtn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    line-height: normal;
    background-color: #336699;
    border: 0px;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}

    #contactusbtn:hover {
        background-color: #336699;
        color: #ffffff;
        text-decoration: none !important;
    }


.faqbtn {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    line-height: normal;
    background-color: #336699;
    border: 0px;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
}

    .faqbtn:hover {
        background-color: #336699;
        color: #ffffff;
        text-decoration: none !important;
    }

.faqbtnLink {
    float: right;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}


.blackbtn {
    background-color: #336699;
    color: #ffffff !important;
    font-size: 1.5rem;
    text-decoration: none !important;
}

    .blackbtn:hover {
        background-color: rgba(255,184,28, .9);
        color: rgba(8,31,44,.9) !important;
        text-decoration: none !important;
    }


.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .7rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.top-offset-1 {
    margin-top: 1em;
}

.homecontainer {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem 6rem;
}

    .homecontainer h1 {
        color: white;
        font-weight: 700;
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .homecontainer h3 {
        color: white;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1.2;
    }

.submitbutton {
    color: #FFFFFF;
    font: normal 17px "Comfortaa", "Open Sans", arial, sans-serif;
    text-align: center;
    background-color: #336699;
    -webkit-appearance: none;
    padding: 15px 8px 15px 8px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    width: 120px;
    border: #000000 0px solid;
    /* CORNER ROUNDING */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

    .submitbutton:hover {
        color: #FFFFFF;
        background-color: #336699;
        border: #000000 0px solid;
    }

.pdfDownload {
    float: right;
    width: 110px;
    text-align: right;
    margin-top: -40px;
}

@media screen and (max-width: 1140px) {
    .pdfDownload {
        float: right;
        width: 110px;
        text-align: right;
        margin-top: -30px;
    }
}

.pdfDownloadFont {
    font-size: 0.6em;
}






.applybtn {
    background-color: #336699;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: .2rem 1rem !important;
    margin: 5px !important;
    border-radius: 0rem;
}

    .applybtn:hover {
        background-color: #338099;
        color: #ffffff !important;
        text-decoration: none !important;
    }


.applybtn2 {
    background-color: #28a745;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: .2rem 1rem !important;
    margin: 5px !important;
    border-radius: 0rem;
    font-size: 14px;
}

    .applybtn2:hover {
        background-color: #48d368;
        color: #ffffff !important;
        text-decoration: none !important;
    }

.applybtn3 {
    background-color: #336699;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: .2rem 1rem !important;
    margin: 5px !important;
    border-radius: .2rem;
}

    .applybtn3:hover {
        background-color: #338099;
        color: #ffffff !important;
        text-decoration: none !important;
    }

/* table 3*/

h2.section_title {
    display: block;
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 5px;
    font-weight: 600;
}
/* Job List Wrapper */
.job-list-wrap {
    padding: 1px;
}

/* Job List */
.job-list {
    border-width: 1px;
    border-style: solid;
    border-color: #EDEDED transparent;
    position: relative;
    z-index: 34;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px;
    padding: 23px 15px;
}

    .job-list:hover {
        z-index: 340;
        border-color: transparent;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    }

@media only screen and (max-width: 479px) {
    .job-list {
        padding: 20px 5px;
    }
}

.job-list-left {
    width: 60%;
    padding-left: 50px;
}

.job-list-right {
    width: 30%;
}

/* Job Application */
#bottom-wizard {
    border-top: 1px solid #ededed;
    padding-top: 20px;
    text-align: right;
    margin-top: 30px;
}

#location {
    font-size: 12px;
    font-size: 0.75rem;
}

.form-group {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}

    .form-group.terms {
        background-color: #f9f9f9;
        padding: 12px 0 0 0;
        text-align: left;
        padding: 8px 5px 5px 8px;
    }



    .form-group i {
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        right: 5px;
        top: 11px;
        color: #ccc;
        width: 25px;
        height: 25px;
        display: block;
        font-weight: 400 !important;
    }



.form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    height: calc(2.65rem + 2px);
}

    .form-control:focus {
        box-shadow: none;
        border-color: #336699;
    }


.fileupload {
    position: relative;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

input[type="file"] {
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 5px;
    height: auto;
    width: 100%;
}

    input[type="file"]:focus {
        box-shadow: none;
        outline: none;
    }

    input[type="file"]::-webkit-file-upload-button,
    input[type="file"].invalid::-webkit-file-upload-button,
    input[type="file"].valid::-webkit-file-upload-button {
        color: #fff;
        font-size: 13px;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 8px 10px 8px 38px;
        font-weight: 600;
        background: #336699 url(//web/20240604224836im_/https://www.busplanner.com/picts/upload_application.png) 5px center no-repeat;
        outline: none;
    }

        input[type="file"]::-webkit-file-upload-button:focus,
        input[type="file"].invalid::-webkit-file-upload-button:focus,
        input[type="file"].valid::-webkit-file-upload-button:focus {
            box-shadow: none;
            outline: none;
        }

/*!
 * Float Labels
 * @version: 3.3.9
 * @author: Paul Ryley (http://geminilabs.io)
 * @url: https://pryley.github.io/float-labels.js
 * @license: MIT
 */
.fl-form .fl-wrap {
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fl-form input.fl-input,
.fl-form select.fl-select,
.fl-form textarea.fl-textarea {
    width: 100%;
    outline: 0;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid none;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
}

    .fl-form input.fl-input:-moz-placeholder,
    .fl-form select.fl-select:-moz-placeholder,
    .fl-form textarea.fl-textarea:-moz-placeholder {
        color: #555;
        font-weight: 400;
    }

    .fl-form input.fl-input::-moz-placeholder,
    .fl-form select.fl-select::-moz-placeholder,
    .fl-form textarea.fl-textarea::-moz-placeholder {
        color: #555;
        font-weight: 400;
    }

    .fl-form input.fl-input:-ms-input-placeholder,
    .fl-form select.fl-select:-ms-input-placeholder,
    .fl-form textarea.fl-textarea:-ms-input-placeholder {
        color: #555;
        font-weight: 400;
        color: #fff !important;
    }

    .fl-form input.fl-input::-webkit-input-placeholder,
    .fl-form select.fl-select::-webkit-input-placeholder,
    .fl-form textarea.fl-textarea::-webkit-input-placeholder {
        color: #555;
        font-weight: 400;
    }

.fl-form select.fl-select {
    position: relative;
    color: #555;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .fl-form select.fl-select::-ms-expand {
        display: none;
    }

.fl-form .fl-is-active input.fl-input,
.fl-form .fl-is-active select.fl-select,
.fl-form .fl-is-active textarea.fl-textarea {
    color: #222;
    background-color: #fff;
    border-color: none;
}

.fl-form .fl-has-focus input.fl-input,
.fl-form .fl-has-focus select.fl-select,
.fl-form .fl-has-focus textarea.fl-textarea {
    background-color: #fff;
    border-color: none;
}

.fl-form label.fl-label {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top: -11px;
    left: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    border-top-left-radius: 3px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

body[dir="rtl"] .fl-form label.fl-label {
    left: unset;
    right: 0;
}

.fl-form .fl-is-active label.fl-label {
    opacity: 1;
    visibility: visible;
}

.fl-form .fl-has-focus label.fl-label {
    color: #555;
}

.fl-form .fl-is-required:before {
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 18px;
    font-size: 14px;
    line-height: 1.75;
    color: #555;
    transition: all 0.3s ease-in-out;
    padding: 8px 0 0;
    z-index: 1;
}

body[dir="rtl"] .fl-form .fl-is-required:before {
    right: unset;
    left: 18px;
}

.fl-form .fl-is-required.fl-is-active:before {
    opacity: 0;
}

.fl-form.fl-style-1 input.fl-input,
.fl-form.fl-style-1 select.fl-select,
.fl-form.fl-style-1 textarea.fl-textarea {
    padding: 8px 16px;
}

.fl-form.fl-style-1 select.fl-select {
    height: 46px;
}

.fl-form.fl-style-1 .fl-is-active input.fl-input,
.fl-form.fl-style-1 .fl-is-active select.fl-select,
.fl-form.fl-style-1 .fl-is-active textarea.fl-textarea {
    padding: 8px 16px;
}

.fl-form.fl-style-1 label.fl-label {
    top: 1px;
    left: 13px;
    background-color: transparent;
    padding: 16px 4px;
}

    .fl-form.fl-style-1 label.fl-label:before {
        content: "";
        display: block;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #fff;
        z-index: -1;
    }

.fl-form.fl-style-1 .fl-is-active label.fl-label {
    top: -10px;
    padding: 4px;
}

    .fl-form.fl-style-1 .fl-is-active label.fl-label:before {
        top: 10px;
    }

body[dir="rtl"] .fl-form.fl-style-1 label.fl-label {
    left: unset;
    right: 13px;
}

.fl-form.fl-style-2 input.fl-input,
.fl-form.fl-style-2 select.fl-select,
.fl-form.fl-style-2 textarea.fl-textarea {
    padding: 16px;
}

.fl-form.fl-style-2 select.fl-select {
    height: 62px;
}

.fl-form.fl-style-2 .fl-is-active input.fl-input,
.fl-form.fl-style-2 .fl-is-active select.fl-select,
.fl-form.fl-style-2 .fl-is-active textarea.fl-textarea {
    padding: 24px 16px 8px;
}

.fl-form.fl-style-2 label.fl-label {
    top: 1px;
    left: 9.8px;
    padding: 8px 4px 4px;
}

.fl-form.fl-style-2 .fl-is-required:before {
    padding-top: 16px;
}

body[dir="rtl"] .fl-form.fl-style-2 label.fl-label {
    left: unset;
    right: 13px;
}

.fl-form .fl-wrap-select:after {
    content: "";
    position: absolute;
    display: block;
    top: 1px;
    right: 6px;
    height: calc(100% - 2px);
    width: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23555' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E") no-repeat;
    background-position: 100% 50%;
    background-size: 7px 14px;
    z-index: 2;
}

body[dir="rtl"] .fl-form .fl-wrap-select:after {
    right: unset;
    left: 6px;
}


.secondText {
    margin-top: 0rem !important;
}

#thinkingSwitchingSoftware {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: -20px;
}

#rightBanner {
    float: left;
    width: 50%;
    text-align: center;
    margin-top: -20px;
    display: none;
}

#fleetPic {
    box-shadow: 10px 10px 5px #ccc;
    margin-right: 15px;
    width: 400px;
    height: 160px;
}

#covidDemoBtn {
    width: 50%;
    text-align: center;
    border: 0px solid #999;
}

#covidAppPic {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 10px 10px 5px #ccc;
    width: 400px;
}

#covidAppPic2 {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    box-shadow: 10px 10px 5px #ccc;
    width: 300px;
}

#covidAppPic3 {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    box-shadow: 10px 10px 5px #ccc;
    width: 250px;
}

#covidChipmunkAppPic {
    float: right;
    margin-top: 10px;
    margin-left: 15px;
    box-shadow: 10px 10px 5px #ccc;
    width: 242px;
}

#covidQuote {
    font-size: 1.25em;
    font-style: italic;
    text-align: left;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 35px;
}

#covidCustomizedReport1 {
    float: left;
    padding-right: 10px;
}

#covidCustomizedReport2 {
    float: left;
    padding-left: 10px;
}

#covidCustomizedReportPic1 {
    width: 350px;
    height: 210px;
    margin-top: 20px;
    box-shadow: 10px 10px 5px #ccc;
}

#covidCustomizedReportPic2 {
    width: 350px;
    height: 210px;
    margin-top: 20px;
    margin-left: 15px;
    box-shadow: 10px 10px 5px #ccc;
}

#mainQuoteBackground {
    background-image: linear-gradient(#538cc6, #336699);
    padding: 10px 10px 20px 10px;
    border-radius: 8px;
}

#mainQuoteWords {
    font-size: 0.7em;
    font-style: italic;
    text-align: left;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 35px;
}

#mainLeftQuotation {
    font: 5em ProzaLibreRegular;
    color: #fff;
    line-height: 100px;
}


#planningProPic {
    box-shadow: 10px 10px 5px #ccc;
    margin-right: 15px;
    margin-top: 20px;
    width: 400px;
}

#redistricDistrictPic {
    margin-right: 50px;
    box-shadow: 10px 10px 5px #ccc;
    width: 370px;
}

#redistricMapPic {
    width: 370px;
    margin-right: 50px;
}

#redistricMapDiv {
    padding-top: 20px;
}

#tripsPic {
    width: 30%;
    box-shadow: 10px 10px 5px #ccc;
    margin-top: -10px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
}



#appsTopDiv1 {
    float: left;
    width: calc(100% - 250px);
    padding-top: 20px;
}

#appsTopDiv2 {
    float: left;
    width: 250px;
    height: 170px;
    text-align: right;
}

#gpsPic {
    float: right;
    margin-top: -20px;
    box-shadow: 10px 10px 5px #ccc;
}

#gpsSolutionDiv {
    float: left;
    width: calc(100% - 110px);
    padding-top: 20px;
}

.solutionDiv {
    padding-top: 20px;
}

#bpvpSolution1 {
    float: left;
    margin: 3px 8px 1px 0px;
}

#bpvpSolutionDiv {
    padding-top: 0px;
}

#portalsWebPic {
    float: right;
    box-shadow: 10px 10px 5px #ccc;
    width: 300px;
}


#portalsAlertsPic {
    float: right;
    margin-top: -40px;
    width: 300px;
}


#appsChipmunkPic {
    width: 333px;
    height: 150px;
}

#redistrictingTitle {
    font-size: 29px;
}

#appsChipmunkContactus1 {
    float: left;
}

#appsChipmunkContactus2 {
    float: none;
    text-align: center;
}

#redistrictList1 {
    font-size: 0.8em;
}

#redistrictPicExplanation1 {
    font-size: 0.8em;
}

#covidQuotePerson {
    font-size: 0.8em;
    padding: 10px 20px 0px 0px;
    font-style: italic;
    text-align: right;
    font-weight: bold;
}

#saasPdf {
    float: right;
    width: 100px;
    text-align: right;
    border: 0px solid #999;
    display: block;
    margin-top: -55px;
}

.error {
    color: #ff4000;
}

label.error {
    display: inline;
}
/*
     FILE ARCHIVED ON 22:48:36 Jun 04, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:20:15 Aug 09, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.715
  exclusion.robots: 0.036
  exclusion.robots.policy: 0.021
  esindex: 0.014
  cdx.remote: 30.395
  LoadShardBlock: 339.276 (3)
  PetaboxLoader3.datanode: 300.628 (5)
  load_resource: 593.23 (2)
  PetaboxLoader3.resolve: 383.847 (2)
*/