/* UNIVERSAL */

footer {
    border-top: none;
}

img {
    vertical-align: middle;
}

h1 {
    color: #00a5b5;
    font-size: 3em;
    font-weight: 500;
}

h2 {
    color: #1A4676; /* dark blue */
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5em;
    color: #007B8A; /* accent teal */
}

h4 {
    font-size: 1.25em;
    color: #425363; /* slate */
}

ul li {
    margin-left: 20px;
}

.uppercase {
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.gray {
    background: #f5f5f5;
}

.nomt {
    margin-top: 0;
}

.small {
    font-size: .875em;
    line-height: 1.2;
}

.hide-mobile {
    display: none;
}


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


/* Roadshow Nav */

.roadshow-nav {
    padding: .5em 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-nav-trigger {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.roadshow-dropdown {
    background: #fff;
    padding: 1em;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.25);
    width: 11em;
    position: absolute;
    top: 2.25em;
    left: -45%;
    z-index: 2;
}

@media (min-width: 38em) {
    .roadshow-dropdown {
        left: -2em;
    }
}

.roadshow-dropdown a {
    display: block;
    color: #00a6b5;
    line-height: 2em;
}

.roadshow-dropdown a:hover {
    text-decoration: underline;
}

.roadshow-dropdown:before {
    content: '';
    width: 1em;
    height: 1em;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    background: #fff;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    top: -.5625em;
    left: 5.5em;
    margin-left: -.5em;
    position: absolute;
}

.roadshow-search-dropdown {
    position: absolute;
    background: #f5f5f5;
    top: -.375em;
    right: 0;
    width: 30em;
}

/* HERO */

.hero {
    background-color: #005490;
    background-image: linear-gradient(90deg,rgba(36,91,165,0.5),rgba(21,134,143,0.5)), url(../img/bg-main2-dreamstime_l_79756601.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.hero h1 {
    
    font-size: 3em;
    font-weight: 600;
    padding-top: 1em;
    
}

.hero h2 {
    padding-top:0.25em;
    padding-bottom: 2em;
}

/* CARDs */
.roadshow-card-wrapper {
    background: url('https://tenable.com/sites/all/themes/tenablefourteen/img/customer/customers-mast-bg.jpg') center bottom no-repeat;
    background-size: cover;
}

.roadshow-cards {
    margin-top: -75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.roadshow-card p {
    font-size: 1.125em;
}

.roadshow-card .btn {
    margin-top: .25em;
}

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

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

.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: 1em;
    text-align: center;
}

.roadshow-card-content h3 {
    text-transform: uppercase;
    margin-top: .25em;
    margin-bottom: .5em;
    color: #425363; /* slate */;
}

.roadshow-main {
    background: #ECEEF0;
}


/* MARKETO FORM */

.mktoForm * {
    font-family: 'fira sans', system-ui, -apple-system, roboto, 'segoe ui', sans-serif !important;
}

.mktoForm .mktoRadioList>label {
    position: relative;
    clear: left;
}

.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
    height: 0.25em !important;
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    top: 0em !important;
}

.mktoLabel, .mktoRadioList > label {
    color: #425363 !important;
}

.mktoForm {
    background: #fff !important;
}

label, input, select {
    display: block !important;
    width: 100% !important;
    min-width: 125px !important;
}

.mktoGutter,
.mktoOffset {
    display: none;
}


/* LOCATION PAGES */

.roadshow-location-hero {
    background: linear-gradient(90deg,rgba(36,91,165,0.5),rgba(21,134,143,0.5)), url(../img/bg-main2-dreamstime_l_79756601.jpg) top center no-repeat, #00a5b5;
    background-size: cover;
}

@media (min-width: 60em) {
    .roadshow-location {
        margin-top: -6em; 
    }
    .roadshow-location-hero {
        padding: 4em 0;
    }
}

.roadshow-location-hero-headlines {
    padding: 1.5em;
}

.roadshow-location-hero-headlines h1 {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 .0625em .125em rgba(0,0,0,0.75);
    margin-bottom: 1em;
}

.roadshow-location-box {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, .25);
    padding: 1.5em;
    max-width: 330px;
    display: block;
    margin: 0 auto;
}

.roadshow-location-cta {
    background: #fff;
    border: .5px solid #ccc;
    text-align: center;
    padding: 1em 2em;
    max-width: 668px;
    display: block;
    margin: 0 auto 1em;
}

.roadshow-location-cta h2 {
    color: #007B8A;
    font-weight: 600;
    margin-bottom: 0;
}


.roadshow-location-cta h3 {
    margin-bottom: .5em;
    font-size: 1.5em;
    font-weight: 400;
}

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

.agenda-box {
    background: #fff;
    box-shadow: 0 0 0.4em rgba(0, 0, 0, .25);
    padding: 1.5em;
    max-width: 500px;
    display: block;
    margin: 2em auto 0;
}

.agenda-box h3 {
    color: #00839B;
}

.agenda-box table td{
    padding: 0.25em;
}

.agenda-box table td:first-child {
    font-weight: 600;
    width: 100px;
    text-align: right;
    padding-right: 20px;
    color: #007B8A;
}