/* New Fonts */
html,
body,
button,
input,
select,
textarea {
    font-family:'barlow', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family:'barlow', system-ui, -apple-system, roboto, 'segoe ui', sans-serif;
}

/* Helpers */
.hidden {
    display: none;
}

.hide-mobile {
    display: none;
}

@media (min-width: 38em) {
    .hide-mobile {
        display: inline;
    }
}

.relative {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

.negative-margin {
    margin-top: -120px;
}

.gray {
    background: #f5f5f5;
}

.slate {
    color: #fff;
}

/* Universal Styles */
footer.row {
    padding: 1.5em 0 0.5em;
    border-top: none;
}

img {
    vertical-align: middle;
}

strong {
    color: #425363;
}

.wrapper {
    min-height: calc(100vh - 75px);
}

.row {
    padding: 4em 0;
}

.container {
    max-width: 1200px;
}

h1 {
    font-size: 3em;
    font-weight: 400;
}

h2 {
    font-size: 1.8em;
    font-weight: 400;
}

h3 {
    color: #006068;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
}

p {
    font-size: 1em;
    line-height: 1.75em;
}

ul li {
    margin-left: 20px;
}

/* Marketo Form */
.roadshow-location-box label {
    font-family: "barlow", system-ui, -apple-system, roboto, "segoe ui" !important;
    font-size: 1.25em !important;
    margin-bottom: 6px;
    padding-top: 0 !important;
}

.roadshow-location-box textarea {
    min-height: 120px !important;
}

.roadshow-location-box form button {
    margin-top: 1em !important;
    font-size: 1.125em !important;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
}

/* Hero */
.hero, .roadshow-location-hero {
    background: url('https://www.tenable.com/sites/all/themes/tenablefourteen/img/resources-2019/web-resource-library-lp-webinar.jpg') center center no-repeat,#00376B;
    background-size: cover;
}

.hero h1, .roadshow-location-hero h1 {
    color: #fff;
    text-shadow: 0 .0625em .125em rgba(0,0,0,0.25);
}

.hero h2, .roadshow-location-hero h2 {
    color: #fff;
    text-shadow: 0 .0625em .125em rgba(0,0,0,0.25);
}

/* Roadshow Nav */
.roadshow-nav {
    padding: 1em 0;
}

.roadshow-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 38em) {
    .roadshow-nav a {
        margin-right: 2em;
    }
}

@media (min-width: 38em) {
    .roadshow-nav nav a {
        width: inherit;
        padding: 0 .5em;
    }
}

.roadshow-nav .roadshow-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 95%;
    max-width: 1180px;
    margin: 0 auto;
}

@media (min-width: 38em) {
    .roadshow-nav .roadshow-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
    }
}

/* Roadshow Location */
.roadshow-location {
    margin-top: -10em;
}

.hero,
.roadshow-location-hero {
    padding-bottom: 10em;
}

.hero-nopad {
    padding-bottom: 4em;
}

/* Roadshow Cards */
.roadshow-cards {
    margin: -5em 0 3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.roadshow-card {
    flex: 0 1 100%;
    box-sizing: border-box;
    margin: 0.5em;
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, .25);
    transition: all .2s ease-in-out;
}

@media (min-width: 30em) {
    .roadshow-card {
        flex: 0 1 calc(50% - 1em);
    }
}

@media (min-width: 52em) {
    .roadshow-card {
        flex: 0 1 calc(25% - 1em);
    }
}

@media (min-width: 70em) {
    .roadshow-card {
        flex: 0 1 calc(20% - 1em);
    }
}

.roadshow-card-content a.btn {
    margin-left: 1em;
    margin-bottom: 1em;
}

@media (min-width: 52em) {
    .roadshow-card-content a.btn {
        margin-left: 0;
    }
}

.roadshow-card:hover {
    text-decoration: none;
    transform: scale(1.05);
    box-shadow: 0 0 0.8em rgba(0, 0, 0, .5);
}

.roadshow-card-content {
    padding: 0 1em;
    text-align: center;
}

.roadshow-card-content h3 {
    font-size: 1.25em;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: .5em;
}

.roadshow-card-content p {
    color: #425363;
    line-height: 1.25em;
}

/* Roadshow Location Box */
.roadshow-location-box, .roadshow-location-cta {
    background: #fff;
    border: .5px solid #ccc;
}

.roadshow-location-cta {
    padding: 1em 2em 2em;
}

.roadshow-location-box {
    padding: 2em;
}

.roadshow-location-cta h2 {
    font-weight: 600;
    margin-top: .5em;
    margin-bottom: .5em;
}

.roadshow-location-cta h3 {
    margin-bottom: .5em;
}

.roadshow-location-cta p {
    font-size: 1.125em;
    line-height: 1.25;
}

table tr td.td-noborder {
    border-bottom: none;
}

.bg-gradient-teal {
    background: radial-gradient(circle at 20% 20%,rgba(93, 118, 121, 1) 0%, rgba(42,100,173,1) 100%);
}