html,
body {
    color: #333;
    margin: 0 !important;
    height: 100%;
}

h2 {
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

p {
    margin-bottom: 25px;
}

p.intro {
    font-size: 18px;
}

p.resources {
    text-transform: uppercase;
    font-size: 14px;
}

p.resources a {
    text-transform: none;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: #ccc;
}

hr.thick {
    border-top-width: 3px;
}

button.form-control {
    max-width: 150px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3BC15C;
}

label {
    text-transform: uppercase;
    font-weight: normal;
}

dl {
    font-size: 16px;
    margin-bottom: 30px;
}

dt {
    clear: left;
    float: left;
    display: inline-block;
    padding-right: 10px;
    width: 190px;
    font-weight: normal;
    text-align: right;
    position: relative;
}

dd {
    float: left;
    font-weight: bold;
    position: relative;
}

.bestpass-container {
    float: left;
    width: 100%;
}

.bestpass-value-container {
    background-color: #3bc15c;
    height: 43px;
    vertical-align: middle;
    display: inline-block;
}

.bestpass-value-container dt, .bestpass-value-container dd {

    margin-top: 10px
}

.bestpass-value-container img {
    display: inline;
    height: 43px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-top: 4px;
    width: auto;

}

.bestpass-container dd {
    padding-right: 20px;
}

.bestpass-container > a {
    background-color: transparent;
    display: block;
    margin-left: 68px;
    margin-right: auto;
    margin-top: 3px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

#flip {
    width: 46px;
    height: 46px;
    color: white;
    padding: 0;
    display: inline-block;
    float: right;
}

#flip i {
    transform: rotate(90deg);
    margin-left: 4px;
}

.left-col {
    height: 100%;
    overflow-y: scroll;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#map-canvas {
    height: 100%;

}

.add-waypoint-button {
    height: 46px;
}

.waypoint-button-container {
    margin-bottom: 15px;
}

.waypoints-radio-container {
    display: none;
}

.radio-label {
    color: #333;
}

.input[type="radio"]:checked:before {
    background: #3BC15C;
}

.page-breaker {
    display: none;
    page-break-after: always;
}

.adsbygoogle {
    margin-bottom: 30px;
}

#wait {
    display: none;
    margin: 30px 0;
    height: 64px;
    background: url(../images/ajax-loader.gif) 50% 0 no-repeat;
}

.start-over {
    text-align: right;
    font-size: 18px;
}

.start-over-reverse {
    font-size: 18px;
    margin-left: 10px;
    text-align: right;
}

.start-over-container {
    display: none;
}

.error-message {
    display: none;
    color: red;
}

#tabsNav {
    margin-top: 30px;
    margin-bottom: 30px;
}

#tabs.nav-tabs {
    display: flex;
}

#tabs.nav-tabs li {
    display: flex;
}

#tabs.nav-tabs li a {
    flex: 1 1 auto;
}

.trailer {
    display: none;
}

.index-overlay {
    background-color: black;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: absolute;
}

.content {
    background-color: white;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content img {
    width: 100%;
    max-width: 100vw;
}

.wrapper-content {
    height: 100vh;
    position: relative;
}

.subscribe-button-container {
    margin-bottom: 25px;
}

.print-all {
    height: 100%;
    width: 100%;
}

.show-print {
    display: none;
}

#subscribe-button {
    background: #2765BF;
    background: -webkit-linear-gradient(#5E95E2, #2765BF);
    background: -moz-linear-gradient(#5E95E2, #2765BF);
    background: -o-linear-gradient(#5E95E2, #2765BF);
    border: 1px solid #2765BF;
    border-radius: 3%;
    color: white;
    cursor: pointer;
    font-weight: bold;
    left: 50%;
    padding: 15px;
    text-align: center;
    width: 20%;
    position: static;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently
                           not supported by any browser */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 991px) {
    .left-col {
        height: 60%;
    }

    #map-canvas {
        height: 40%;
    }

}

@media (min-width: 768px) {
    .col-sm-pull-right {
        float: right;
    }
}

@media (max-width: 767px) {

    .index-overlay {
        display: none;
    }

    .index-page [class*="col-"], .index-page .container-fluid {
        padding: 0 !important;
    }

    .index-page [class*="row"] {
        margin: 0 !important;
    }

    #subscribe-button {
        width: 40%;
        padding: 15px;
    }

    .subscribe-button-container {
        margin-bottom: 20px;
    }

    .col-sm-pull-right {
        float: none;
    }
}

@media (max-width: 420px) {
    .bestpass-value-container img {
        display: none;
    }

    .bestpass-container a {
        margin-left: 44px;
    }
}

