
body.admin-bar .content.full_width_banner.home.no_margin_bottom {
    position: relative;
    top: -30px;
}

/* Mobile Nav */
.nav-up {
    top: -80px !important;
    transition: top .2s linear;
}

.nav-down {
    transition: top .2s linear;
}

#mobile_nav {
    position: fixed;
    top: 0px;
    height: 80px;
    background-color: white;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 1px 3px RGBA(0,0,0,.1);
}

.logo_centerd {
    width: auto;
    padding-left: 30px;
    margin: 0px;
    display: inline-block;
    float: left;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#hamburger {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80px;
    margin: 0px 30px;
    display: grid;
    align-items: center;
    font-size: 30px;
    color: #333333;
}

#hamburger .fa-times {
    display: none;
}

#mobile {
    display: none;
    height: 100vh;
    background-color: white;
}

#mobile_nav .logo img {
    width: auto;
    height: 60px;
    margin: 10px auto;
    display: block;
}

#mobile_nav ul {
    padding: 0px;
    background-color: white;
}

#mobile_nav ul li {
    display: block;
    padding: 15px 30px;
}

#mobile_nav ul li a {
    text-decoration: none;
    color: black;
}

/* Desktop Nav Bar */
#desktop_menu .container {
    width: 100%;
}

nav {
    background-color: #333333;
    height: 8vh;
    display: grid;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0px 20px 0px 0px;
    margin: 0px;
}

nav ul#menu-left-top-nav {
    display: inline-block;
    float: left;
}

nav ul#menu-top-right-nav-tab {
    display: block;
    float: right;
    padding: 0px;
    position: relative;
    top: -18px;
}

nav ul#menu-top-right-nav-tab li a{
    font-size: .8rem;
    color: white;
    font-weight: 600;
    padding: 0.3rem 0rem;
}

nav ul#menu-top-right-nav-tab li a:first-child {
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0.6rem 1rem;
    margin-right: 0px;
    background-color: #fe6f00;
    color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

nav ul li {
    display: inline-block;
    margin: 0px 30px 0px 0px;
}

nav ul li a {
    color: #ffffff;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: .3px;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

nav ul li:last-child {
    margin: 0px;
}

nav ul#menu-left-top-nav li.current-menu-item a {
    border-bottom: 3px solid #333333;
    padding-bottom: 15px;
    cursor: default;
}

nav ul li a:hover {
    color: #999999;
}

.sticky {
    position: fixed;
    top: 0px;
    left:0px;
    right: 0px;
}

/* Footer */
footer {
    background-color: #404040;
}

footer .logo img {
    max-width: 60%;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer ul li {
    display: block;
    color: white;
    margin: 0px 0px 5px 0px;
}

footer ul li a {
    text-decoration: none;
    color: white;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    transition: .5s;
}

footer ul li a:hover {
    color: #999999;
    margin-left: 5px;
    transition: .5s;
}

footer h2 {
    color: white;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2rem;
}

footer h2.widget_title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px solid white;
    line-height: .8rem;
    padding-bottom: 15px;
    letter-spacing: 1px;
}

footer p {
    color: white;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
}

footer .credits p {
    text-align: center;
}

footer .credits a {
    font-weight: 500;
    color: white;
    text-decoration: none;
}

footer .nf-field-element input[type="email"],
footer .nf-field-element input[type="button"],
footer .nf-field-element input[type="text"] {
    border-radius: 4px;
    padding: 10px 18px;
    background-color: transparent;
    border: 2px solid white !important;
    color: #ffffff;
    font-weight: 400;
}

footer .nf-form-fields-required {
    color: white;
    font-weight: 400;
    font-family: 'Work Sans';
}

footer .nf-field-element input[type="button"]:hover {
    border-radius: 4px;
    padding: 10px 18px;
    background-color: white;
    border: 2px solid white !important;
    color: #333333;
    font-weight: 300;
}

footer input[type="email"]::placeholder {
    color: #ffffff;
    font-weight: 300;
}

.copyright p {
    text-align: center;
    color: #999999;
    font-size: .9rem;
    text-transform: uppercase;
}

/* Typography */
html {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, p, li {
    color: #333333;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0px;
    margin-top: 30px;
    letter-spacing: .3px;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fe6f00;
}

h1.border_bottom {
    border-bottom: 2px solid #333333;
    padding-bottom: 15px;
}

h2 {
    font-size: 1.6rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #666666;
}

h3 {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #666666;
}

h4 {
    font-size: 1rem;
    line-height: 1.4rem;
}

h5 {
    font-size: .8rem;
    line-height: 1.4rem;
}

h6 {
    font-size: .6rem;
    line-height: 1.4rem;
}

p {
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 400;
    letter-spacing: .07px;
}

p.drop_cap::first-letter {
    font-size: 3rem;
    margin-right: 2px;
    color: #999999;
}

p.jumbo {
    font-size: 120%;
    font-family: 'Work Sans', sans-serif;
}

a.ui {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
    margin-top: 15px;
}

/* Home */
.home .page_banner:after {
    content:"";
    position: absolute;
    width: 100%;
    height: 100vh; 
    background-color: RGBA(0,0,0,0.75);
    z-index: 1;
}

.banner_top {
    display: block;
    position: relative;
    margin-top: 200px;
    margin-bottom: 10px;
    z-index: 2;
}

.banner_bottom {
    z-index: 2;
    position: relative;
}

.banner_bottom h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0px;
}

.banner_bottom h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 10px 0px 0px 0px;
}

.banner_bottom h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 10px 0px 0px 0px;
}

.banner_bottom button {
    margin-top: 30px;
    margin-right: 30px;
}

.banner_bottom a:nth-of-type(2) button {
    border: 3px solid #fe6f00;
    color: #fe6f00;
    background-color: transparent;
}

.learn_more {
    text-align: center;
    margin: 0px;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.learn_more p {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
}

.learn_more i {
    font-size: 3rem;
    color: white;
}

img.banner_overlay {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
}

.location_title_bar {
    background-color: white;
    width: 520px;
    padding: 10px;
    margin: 0px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.location_title_bar h1 {
    font-size: 1.2rem;
    color: #fe6f00;
    letter-spacing: .09px;
    text-transform: uppercase;
    margin: 0px !important;
}

.location_title_bar a {
    font-size: .9rem;
    color: #333333;
    letter-spacing: .09px;
    text-transform: uppercase;
    margin: 0px !important;
    float: right;
    text-decoration: none;
    font-weight: 300;
    text-align: right;
}

.location_overlay {
    background-color: #fe6f00;
    color: white;
    width: 500px;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 4fr;
    padding: 20px;
}

.location_overlay h1 {
    font-size: 1.2rem;
    color: white;
    letter-spacing: .09px;
    text-transform: uppercase;
    margin: 0px !important;
}

.location_overlay p {
    font-size: .9rem;
    color: white;
    letter-spacing: .09px;
    text-transform: uppercase;
    margin: 0px !important;
}

/* About */
#host_committee,#sponsors {
    margin-top: 30px;
}

#host_committee div, #sponsors div{
    margin: 4px 0 4px 0;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 1.1rem;
}

/* Past Events List */
.event {
    display: grid;
    align-items: center;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 5fr;
    background-color: #e4e4e4fa;
    margin-bottom: 20px;
    border-radius: 4px;
    transition: .5s;
}

.event:hover {
    background-color: #cacaca;
}

.event .year {
    display: inline-block;
    float: left;
    font-size: 30px;
    font-family: 'Work Sans';
    font-weight: 400;
    background-color: #333333;
    text-align: center;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #ffffff;
}

.event .speaker {
    font-size: 20px;
    font-family: 'Work Sans';
    font-weight: 400;
    color: #333333;
}

.speakers h2 {
    font-size: 1.3rem;
    color: #333333;
}

/* New Ticket Flow */
.ticket_type .meta {
    background-color: #eaeaea;
    padding: 30px;
    text-align: left;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ticket_type h1 {
    color: #333333;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.ticket_type h2 {
    color: #333333;
    margin: 0px;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.ticket_type a {
    display: block;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 15px 0px;
    background-color: #fe6f00;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ticket_type p {
    font-size: .95rem;
    margin: 0px;
    line-height: 1.3rem;
}

/* Ticket Page */
.page-template-page-tickets-php .tickera {
    max-width: 100%;
    width: 100%;
    display: inline-table;
    align-items: center;
}

.tickera {
    max-width: 100%;
    display: block;
}

.tickera .event_tickets tr,
table.event_tickets tr {
    height: 40px;
}

.event_tickets {
    text-align: left;
    font-family: 'Work Sans';
    color: #333333;
    display: inline-table;
    width: 100%;
}

p.ticket_cost {
    font-size: 1.2rem !important;
    border-bottom: 1px solid #333333;
    padding-bottom: 10px;
}

html .formcraft-css .fc-form .form-element .submit-cover.wide-true .submit-button, .button .submit-button {
    width: 100%;
    background-color: #333333;
    border: 0px solid black !important;
}

.formcraft-css .fc-form .stripe-cover {
    padding-top: 0px !important;
    position: relative;
    transition: padding .2s;
    -webkit-transition: padding .2s;
}

.stripe-amount-show {
    display: none !important;
}

.tickera label,
.tickera span {
    font-size: 1rem;
    color: #333333;
    font-family: 'Work Sans';
    font-weight: 500;
}

.fields-wrap.tc_field_col_1.tc_field_col_last_child.tc_checkbox_field label {
    margin-right: 20px;
}

input.owner-field-checkbox.tickera-input-field {
    margin-right: 10px;
}

.tickera_additional_info label input {
    margin: 0px;
    max-width: 100%;
    box-sizing : border-box;
}

.tickera h3,
.tickera h2 {
    font-size: 1.3rem;
    color: #333333;
    font-family: 'Work Sans';
    font-weight: 500;
}

.tickera h5 {
    font-size: 1rem;
    color: #333333;
    font-family: 'Work Sans';
    font-weight: 500;
}

.tickera select {
    border: 1px solid #333333;
    padding: 5px;
    background-color: white;
    max-width: 196px;
    min-width: 50px;
}

.add_to_cart {
    background-color: #fe6f00;
    border: 1px solid #fe6f00 !important;
    padding: 5px 10px;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
}

.add_to_cart:hover {
    background-color: #fe6f00;
    border: 1px solid #fe6f00 !important;
    padding: 5px 10px;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    opacity: .8;
    transition: opacity .3s;
}

.add_to_cart span.title {
    color: white;
}

.tc_cart_billing {
    width: 97%;
}

.tickera_checkout {
    float: inherit;
    margin: 30px 0 0 0;
}

.tickera-payment-gateways {
    border: 1px solid #f1f1f1;
    padding: 6px 10px;
    float: none;
    width: 100%;
    margin-bottom: 15px;
}

table.event_tickets.tickera,
table.order-details {
    text-align: left;
    font-family: 'Work Sans';
    color: #333333;
    display: inline-table;
    width: 100%;
}

table.event_tickets.tickera th:nth-child(4) {
    width: 200px;
}

table.order-details th {
    padding-bottom: 20px;
}

table.order-details.widefat.shadow-table th:nth-child(5),
table.order-details.widefat.shadow-table td:nth-child(5)
 {
    display: none;
}

/* Contact Page */
.address p {
    margin: 0px;
    padding: 0px;
    line-height: 1.6rem;
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

.sixteen_nine {
    padding-top: 56.25%;
}

img.full {
    max-width: 100%;
}

img.extra_wide {
    max-width: 120%;
    margin-left: -10%;
}

img.inline {
    max-width: 50%;
    padding: 40px 0px 0px 30px;
}

img.right {
    float: right;
    display: inline;
}

.profile_image {
    height: 35vh;
}

.page_banner {
    display: grid;
    width: 100%;
}

.page_banner span {
    text-align: center;
    color: white;
    font-size: 2.4em;
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}

.page_banner h1, 
.page_banner h2, 
.page_banner h3, 
.page_banner h4, 
.page_banner h5, 
.page_banner h6, 
.page_banner p {
    color: white;
}

.author_link img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0px 0px 4px RGBA(0,0,0,.4);
    display: inline-grid;
    float: left;
}

.author_link h2 a {
    color: #333333;
    text-decoration: none;
}

.author_link h2 a:hover {
    color: #666666;
    text-decoration: none;
}

.author_bio p {
    font-size: 1rem;
    font-family: 'Work Sans', sans-serif;
    line-height: 1.5rem;
}

.author_bio h3 {
    margin-bottom: 15px !important;
}

.video {
    width: 100%;
    height: 100%;
}

.video_card {
    background-color: #ececec;
    border-radius: 6px;
    margin-top: 20px;
}

.video_card .video {
    margin-top: 0px;
}

.video_card_bottom {
    padding: 20px;
}

.video_card h2 {
    font-size: 1.4rem;
    margin: 0px;
    text-transform: none;
}

.video_card h3 {
    font-size: 1rem;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
}

.video iframe {
    width: 100%;
    height: 100%;
}

/* Audio */
.mejs-container {
    border: none;
    margin-top: 30px;
}

/* Base Card Style */
.card {
    padding: 30px 30px 20px 30px;
    background-color: #ffffff;
    box-shadow: -1px 1px 2px RGBA(0,0,0,.2);
    transition: box-shadow .1s linear;
    margin: 2px 30px;
}

.card p {
    line-height: 1.5rem;
}

.card ul {
    padding: 0px;
    margin: 30px;
}

.card ul li {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}

a.card_link {
    text-decoration: none;
}

.card:hover {
    box-shadow: -2px 2px 2px RGBA(0,0,0,.2);
    transition: box-shadow .1s linear;
}

/* Pricing Card */
.pricing.card h3 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.7rem;
    font-weight: 100;
}

.pricing.card h2 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1.7rem;
    font-weight: 600;
    position: absolute;
    bottom: 30px;
    width: inherit;
    margin: 0px;
}

.pricing.card p {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 100;
    font-family: 'Work Sans', sans-serif;
    padding: 0 20px;
}

.pricing.card h2 span {
    font-size: 1rem;
    font-weight: 400;
}

.pricing.card ul {
    margin-bottom: 70px;
}

.pricing.card ul li i {
    color: #00E6C4;
}

/* Project Card */
.project.card h1 {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.project.card h2 {
    text-align: left;
    line-height: 1.5rem;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: none;
}

.project.card div {
    margin: -30px -30px 0px -30px;
    height: 160px;
}

/* Blog Post Card */
.post_thumbail {
    height: 180px;
    transition: all 1s linear;
}

.post_meta {
    margin-top: 15px;
}

.blog_card h1, .post_meta h1 {
    font-size: 1.25rem;
    margin-top: 15px;
    line-height: 1.5rem;
    font-family: 'Work Sans', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5rem;     /* fallback */
    max-height: 3rem;      /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog_card h2 {
    font-size: .8rem;
    margin-top: 15px;
    font-weight: 400;
}

.blog_card h2 .seperator {
    margin: 0 8px 0 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    color: #999999;
}

.blog_card p, .post_meta p {
    font-size: .9rem;
    line-height: 1.25rem;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.25rem;     /* fallback */
    max-height: 3.75rem;      /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.blog_card .post-edit-link h2 {
    display: inline;
    float: left;
    position: relative;
    top: 0px;
    margin: 10px;
    background-color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    opacity: .7;
}

.blog_card .post-edit-link h2:hover {
    opacity: 1;
}

.blog_card .post-edit-link .fa-pencil {
    position: relative;
    top: 3px;
}

nav.navigation.pagination {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 15px;
}

.navigation.pagination h2 {
    display: none;
}

.nav-links a.page-numbers {
    font-family: 'Work Sans', sans-serif;
    color: #333333;
    padding: 0 4px;
    text-decoration: none;
}

.nav-links a.page-numbers:hover {
    font-family: 'Work Sans', sans-serif;
    color: #999999;
    padding: 0 4px;
    text-decoration: none;
}

.page-numbers.current {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 0px;
}

.page-numbers .fa-chevron-left, .page-numbers .fa-chevron-right {
    position: relative;
    top: 1px;
}

/* Single Blog Post */
.post_details h2 {
    font-size: .8rem;
    font-weight: 400;
    margin-top: 15px;
}

.post_details .seperator {
    margin: 0 8px 0 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    color: #999999;
}

.author_meta img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.author_link {
    margin-top: 15px;
}

.author_link h2 {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    position: relative;
    top: 6px;
}

#the_post {
    margin-top: 30px;
}

.card_carousel .blog_card {
    padding: 2px 30px;
}

/* Sidebar */
.sidebar {
    background-color: #fafafa;
    padding: 30px;
}

.sidebar ul {
    margin: 10px 30px;
}

.sidebar ul li {
    margin: 0px 0px 10px 0px;
}

.sidebar ul li a {
    color: #333333;
    text-decoration: none;
}

.sidebar ul li a:hover { color: #999999 }

/* Progress Bar */
div.progress_bar {
    width: 100%;
    margin-top: 20px;
    height: 10px;
    background-color: #c5c5c5;
    border-radius: 5px;
    position: relative;
}

div.progress_bar div {
    width: 20%;
    height: 10px;
    background-color: #7ED321;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    display: inline-block;
    float: left;
    position: relative;
}

.progress_bar #incomplete {
    background-color: #dadada;
    border-radius: 0px;
}

.progress_bar #margin {
    background-color: #dadada;
    border-radius: 0px;
}

label[for=progress],label[for=incomplete] {
    color: #4a4a4a;
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 0.8rem;
}

.progress_bar i {
    position: relative;
    top: -23px;
    left: 18%;
    font-size: 2rem;
    transform: rotate(45deg);
    color: #4e4e4e;
}

/* Forms */

/* Form Craft */
.fc-pagination-cover,
.powered-by {
    display: none !important;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="url"], textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    color: #333333;
    font-family: 'Work Sans', sans-serif;
    border: 1px solid #999999;
    border-radius: 2px;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    color: #999999;
}

.nf-error-msg {
    color: #666666 !important;
    font-style: italic;
    font-size: .8rem;
}

.nf-form-fields-required {
    color: #666666;
    font-style: italic;
    font-size: .8rem;
    margin-bottom: 15px;
}

.nf-error-msg {
    color: white !important;
    font-family: 'Work Sans';
}

.nf-field-label label {
    font-weight: 400 !important;
    width: auto !important;
    font-family: 'Work Sans' !important;
}

button, 
.nf-field-element input[type="button"],
.tickera-button  {
    padding: 20px 40px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    background-color: #fe6f00;
    border: 1px solid #fe6f00 !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9rem;
    transition: opacity .5s;
}

.tickera-button  {
    padding: 20px 40px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    background-color: #fe6f00;
    border: 1px solid #fe6f00 !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9rem;
    transition: opacity .5s;
}

.tickera-button:hover  {
    padding: 20px 40px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    background-color: #fe6f00;
    border: 1px solid #fe6f00 !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9rem;
    opacity: .8;
    transition: opacity .5s;
}

button.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    padding: 20px 60px;
    text-transform: uppercase;
    border-radius: 4px;
}

button.center:hover, 
button.full_width:hover, 
.nf-field-element input[type="button"]:hover {
    padding: 20px 40px;
    font-family: 'Work Sans', sans-serif;
    color: #ffffff;
    background-color: #fe6f00;
    border: 1px solid #fe6f00 !important;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .9rem;
    opacity: .8;
    transition: opacity .5s;
}

a.button {
    padding: 5px 15px;
    background-color: #fe6f00;
    border-radius: 4px;
    color: white;
    text-decoration: none;
}

button.full_width {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 1.5rem;
    padding: 20px 0px;
    background-color: #333333;
    border: 0px;
    color: white;
}

/* Color Classes */
.white {
    color: white;
}

.color_fill_blue {
    background-color: #4aacf2;
}

.color_fill_blue h1,
.color_fill_blue h2,
.color_fill_blue h3,
.color_fill_blue h4,
.color_fill_blue h5,
.color_fill_blue h6,
.color_fill_blue p,
.color_fill_blue a {
    color: white;
}

/* Margin Classes */
.no_margin_top {
    margin-top: 0px !important;
}

.no_margin_bottom {
    margin-bottom: 0px !important;
}

.bump_down {
    margin-top: 60px !important;
}

/* Alignment Classes */
.center {
    text-align: center;
}

/* Media Queries */

@media (min-width: 1023px) {
    #mobile_nav {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
 	.container {
        padding: 0px 30px;
	}

    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: block;
    }

    #host_committee .row, 
    #impact_stories .row,
    #past_speakers_list .row {
        margin: 0px;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
}

@media (min-width: 481px) and (max-width: 767px) {
    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: block;
    }

    .ticket_type {
        margin-bottom: 30px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    #desktop_menu {
        display: none;
    }

    #mobile_nav {
        display: block;
    }

    .ticket_type {
        margin-bottom: 30px;
    }

    .banner_top {
        display: none;
    }

    .banner_bottom {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .banner_content h1 {
        text-align: center;
    }

    .banner_bottom button {
        width: 100%;
        margin: 20px 0 0px 0;
    }

    .learn_more p {
        font-size: 1rem;
    }

    .learn_more i {
        font-size: 2rem;
    }

    .card {
        margin: 2px 7.5px;
    }

    .content {
        margin: 110px 0px 60px 0px;
    }
    
    .profile_image {
        height: 55vh;
    }

    .page-template-page-blog .row:first-of-type {
        margin-bottom: 30px;
    }

    .blog_card {
        margin-bottom: 30px;
    }

    footer img {
        width: 80%;
        display: block;
        margin: auto;
    }

    footer .column {
        margin: 0px 0px 60px 0px;
    }

    .location_overlay,
    .location_title_bar {
        width: auto;
    }

    .location_overlay {
        grid-template-columns: 1fr 2fr;
    }

    .full_width.map {
        display: grid;
        align-items: center;
    }

    #host_committee .row {
        margin: 0px;
    }
    
}