
/* reset */
img {
    max-width: 100%;
    height: auto;
}
    /* fix Bing Maps view waypoint */
    img.MSVE_ImageTile {
        max-width: initial;
        height: initial;
    }

/* fonts */
body {
    background-color: white;
    font-size: 100%;
    font-weight: 400;
    max-width: 950px;
    margin: auto;
}

h1, h2, h3, h4, span, label, input {
}

p, dd {
    font-weight: 400;
    font-size: 1.0rem;
}

p span.menu {
    font-weight:700;
}
span.menu, span.button {   /* help file */
    font-weight:500;
}

h1, h2, h3, h4, dt, strong, td.tdHeader, .qa {
    font-weight: 500;
}

b {
    font-weight: 700;
}


#ft p {
    font-size: 0.8rem;
}

h1 {
    font-size: 1.4rem;
    margin-bottom:0px;
}

h2 {
    font-size: 1.3rem;
    margin-bottom:0px;
}

h3, h4, legend {
    font-size: 1rem;
    margin-bottom:0px;
}

/* spacing between title and content */
h1 + p {
    margin-top: 0.4rem;
}

h2 + ul, h2 + ol {
    margin-top: 0.4rem;
}

h2 + h4, h2 + img + h4, h2 + div h2 {
    margin-top: 0.8rem;
}

h4 + p {
    margin-bottom:0.0rem;  /* GPS pages */
}

.bust-main-margins + h2, img + h2 { /* screenshots */
    margin-top:0.4rem;
}

p + p, p + div, p + h2, p + h4 {
    margin-top: 0.8rem;
}

p + ul {
    margin: 0rem;
}

div + div {
    margin: 0px;
}

/* TopoGrafix Light Tan #f5eed7 */
.topo-bg {
    background-color: #faf7eb;
}

/* https://stackoverflow.com/questions/4774022/whats-default-html-css-link-color */
/* https://www.color-hex.com/color/f58634 */

.orange {
    color:#eb6b0b;
}

.input-small {
    max-width: 347px;
    width: 100%;
}


a {
    font-weight:500;
}
a:link {
    color: #006caa;
}
a:visited {
    color: #006caa;
}

a:hover, a:focus, a:active {
    color: #eb6b0b;
}


.num {
    vertical-align:baseline;
    float: left;
    margin-right: 5px;
    margin-top: 0px;
}

#ft {
    margin-top: 20px;
    border-top: 1px dashed #999;
}

/* padding */
.topo-bg {
    padding: 5px;
}

.screenshot {
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

/* tutorials */
.question {
    background-color: #faf7eb;
    padding-left: 1rem;
    padding-right: 1rem;
}

ol li {
    list-style: decimal outside;
}

ul li {
    list-style: none;
}
ul {
    padding-left: 1rem;
}


p {
    margin-bottom: 0rem;
}

th, td {
    border: 0px solid #000;
    padding: .5rem;
}

#logo {
    margin-left: 20px;
    margin-top: 2px;
    float: left;
}

.convert-box {
    float: left;
    padding-top: 5px;
    background-color: #faf7eb;
    border: solid 2px black;
    padding: 0.5rem;
    margin-right: 10px;
    margin-bottom: 10px;
}

.centered-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

label {
    display: block;
    position: static;
}

.regcode label {
    font-weight: bold;
}

.submit {
    text-align: center;
}

.right {
    float: right;
}

.left {
    float: left;
    padding: 0px 6px 0px 0px;
}

.highlight {
    background: #FFFF40;
}


textarea {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* cssbox = GPS Support box */
.cssbox {
    max-width: 208px;
    margin: auto;
}

.cssbox-head {
    text-align: center;
    background-color: #ffde00;
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    padding: 4px 0px 2px 0px;
}

.cssbox-body {
    background-color: #faf7eb;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
}

.cssbox-head h2 {
    margin-bottom: 0; 
}

/* DSF changes for map styles */
body {
    background: url(https://d26d74ht2k6aj1.cloudfront.net/images/image_mesh_light.png) center;
/*
    padding-bottom: 30px;
    background-color: #faf7eb;
*/

}

.gps-cta {
    background-color: #ffee7f;
}

/* highlighter effect */
strong {
    background-color: #ffee7f;
    margin-left: -0.2rem;
    margin-right: -0.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-top: 0.0rem;
    padding-bottom: 0.2rem;
}

#html-body {
    background-color: white;
}

#bd {
}

#hd {
}

#ft {
}


#compare {
    width: 100%;
    border-collapse: collapse;
}

    #compare caption {
        caption-side:top;
        color:black;
        font-weight: bold;
        font-size: 1.5rem;
        text-align: center;
    }

    #compare td, #compare th {
        font-size: 1rem;
        border: 1px solid black;
        padding: 3px 7px 2px 7px;
    }

    #compare th {
        font-size: 1.1rem;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #ffde00;
        color: black;
    }

    #compare tr.alt td {
        background-color: #faf7eb;
    }

td strong {
    font-weight: bold;
    background-color: Transparent;
    padding: 0;
    margin: 0;  /* override highlighter effect on strong */
}

p img { /* align quote image with paragraph for inline quotes and testimonials */
    vertical-align:baseline;
}

.testimonial {
    margin: 0;
    background: #faf7eb;
    padding: 10px 50px;
    position: relative;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.testimonial:before {
    content: "\201C";
    position: absolute;
    font-size: 4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 100%;
    color: #999;
    font-style: normal;
    top: 0rem;
    left: 10px;
}

.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5rem;
    position: absolute;
    font-size: 4rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 100%;
    color: #999;
    font-style: normal;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #faf7eb;
    margin: 0 0 0 25px;
}

.testimonial-author {
    margin: 0 0 10px 15px;
}

.testimonial-author span {
    font-size: 1rem;
    color: #666;
}

p.label {
    line-height: 1.5rem;
}

.screenshots {
    display: block;
    width: 676px;
    background: #eee;
    color: #000;
    font-size: 1.0rem;
    margin: 20px 0 20px 0px;
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    float: none;
}

.screenshots img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screenshots h3 {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 7px;
}

input {
    max-width: 100%;
}


.input_button {
    background-color: #eb6b0b;
    display: block;
    background: #eb6b0b;
    color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    border: 0;
    font-weight: 700;
    height: 30px;
    outline: none;
    cursor: pointer;
    transition: all 0.15s ease;
    margin: auto;
}

.input_button:focus {
    background: #006caa;
}

.input_button:hover {
    background:#006caa;
    box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.input_button:active {
    background: #006caa;
}

/*
.input_button {
    color: #fff;
    background-color: #eb6b0b;
    border-color: #eb6b0b;
    font-size: 1.0rem;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid;
    margin: 0 0 0 0;
    padding: 2px 4px;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.input_button:hover {
    background-color: red;
}

form.email input.input_button {
    margin: auto;
    width: 120px;
}
*/
.round {
    margin: 1.0em 0 0 0;
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.maincol {
    overflow: hidden;   /* prevent floating img from leaking out the bottom of containing div */
/*    max-width: 676px; */
}

.grey {
    background: #eee;
}

.yellow {
    background: #faf7eb;
}

.left {
    float: left;
}

.right {
    float: right;
}

.gps_support {
    background: #eee;
    color: #000;
    font-size: 1.0rem;
    margin: 20px 0 20px 0px;
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.bust-main-margins {
    margin-left: -15px;
    margin-right: -15px;
}

.gps-cta p {
    font-weight: 500;
    font-size: 1.3rem;
    text-align: center;
}

.gps-cta {
    margin-bottom: 1rem;
}

/* csv.asp only! */
#main {
    background-color: white;
    max-width: 706px;
    float: left;
}

#right {
    background-color: white;
    max-width: 200px;
    float: right;
}

.content {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-top: 1rem;
}

/* #bd { background-color: white; padding-left: 15px; padding-right:15px; padding-bottom: 0px; padding-top: 1rem; } */

/* for 700px or less*/
@media screen and (max-width:700px) {
    #logo {
        margin-left: 0px;
        margin-top: 0px;
    }
}




















.two_column_download {
    max-width: 510px;
    background: #eee;
    color: #000;
    font-size: 1.0rem;
    margin: 1.0em 0 0 0;
    padding: 10px 15px 10px 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    float: left;
}

.two_column_download a {
    color: #1876b4;
    text-decoration: none;
}

.two_column_download a:hover {
    color: #00f;
}

a.text_button {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    background-color: #eb6b0b;
    margin: 10px 0px 0 0;
    padding: 5px 10px;
    max-width: 130px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    float: right;
}

a.text_button:hover {
    color: #fff;
    background-color: #006caa;
}

a.text_button_left {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    background-color: #eb6b0b;
    margin: 5px 15px 0 0;
    padding: 5px 10px;
    max-width: 130px;
    text-align: center;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    float: left;
}

    a.text_button_left:hover {
        color: #fff;
        background-color: red;
    }

.fifty {
    width: 447px;
}

div.gps {
    min-width: 223px;
    float: left;
}


.rollover_easy {
    width: 444px;
    height: 58px;
    background-image: url(../images/btn_dl_pp_2014.png);
    background-position: top;
    float: left;
}

    .rollover_easy a {
        color: #fff;
        width: 444px;
        height: 58px;
        display: block;
        text-decoration: none;
    }

        .rollover_easy a:hover {
            background-image: url(../images/btn_dl_pp_2014.png);
            background-position: 0px 58px;
        }

.rollover_exp {
    width: 444px;
    height: 58px;
    background-image: url(../images/btn_dl_npp_2014.png);
    background-position: top;
    float: left;
}

    .rollover_exp a {
        color: #fff;
        width: 444px;
        height: 58px;
        display: block;
        text-decoration: none;
    }

        .rollover_exp a:hover {
            background-image: url(../images/btn_dl_npp_2014.png);
            background-position: 0px 58px;
        }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer {
    position: relative;
    /*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img {
    border: 1px solid #1876b4;
    margin: 0 0 0 20px;
}

.thumbnail:hover {
    background-color: transparent;
}

    .thumbnail:hover img {
        border: 1px solid white;
    }

.thumbnail span { /*CSS for enlarged image*/
    position: absolute;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

    .thumbnail span img { /*CSS for enlarged image*/
        padding: 0px;
        margin: 0px;
    }

.thumbnail:hover span { /*CSS for enlarged image*/
    background-color: #fff;
    padding: 8px 10px;
    margin: 0px;
    font-weight: normal;
    font-size: 1.0rem;
    visibility: visible;
    border: 2px solid #1876b4;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    top: 0;
    left: -320px; /*position where enlarged image should offset horizontally */
    z-index: 50;
}

@media screen and (max-width: 992px) {
    .desktop-only {
        visibility: hidden;
        display: none;
    }

    .logo {
        max-height:50px;
    }
}

@media screen and (max-width: 760px) {
    .hide-on-phone {
        visibility: hidden;
        display: none;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1.0);
    font-weight: 700;
    font-size:17px;
}

a.dropdown-item
{
    color: rgba(0,0,0,1.0);
    font-weight: 700;
    font-size:17px;
    line-height:0.95em;
}

a.nav-link.active, a.nav-link:hover, a.nav-link:focus, a.dropdown-item.active, a.dropdown-item:hover, a.dropdown-item:focus {
    color: #eb6b0b !important;
}

.navbar {
    background-color: white;
    border-bottom: 2px solid #eb6b0b;
}
