/**
 * Body
 */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #8b8b8b;
    margin: 0px;
}


/**
 * Headers and Tags
 */

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #454545;
    margin: 0px 0px 5px 0px;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #676767;
    margin: 30px 0px 5px 0px;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    color: #9a9a9a;
    margin: 20px 0px 5px 0px;
}

h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 20px 0px 5px 0px;
}

th {
    /*background-color: #eee;*/
    background-color: #14851f;
    color: #fff;
    border-bottom: 1px solid #000;
    text-align: left;
}

hr {
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px dotted #0091a5;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}


/**
 * Template
 */

#container {
    box-sizing: border-box;
    width: 100%;
}

#header {
    box-sizing: border-box;
    width: 100%;
}

#header_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 20px;
    height: 140px;
    display: flex;
}

#header_inner img#headerLogo {
    height: 140px;
    max-height: 140px;
    position: relative;
    top: 0px;
}

#header_inner #conferenceDate {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 46px 0 0 5px;
    line-height: 1em;
}
#header_inner a#parentLink {
    height: 30px;
    margin: 42px 0 0 auto;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1070px) {
    #header_inner {
        text-align: center;
    }
}

#header_date {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 20px;
}

#header_date p {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

@media screen and (max-width: 1070px) {
    #header_date {
        text-align: center;
    }
}

#main_title {
    box-sizing: border-box;
    width: 100%;
    background-color: #000;
}

#title_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 20px 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 770px) {
    #title_inner {
        font-size: 34px;
    }
}

#content {
    box-sizing: border-box;
    width: 100%;
}

#content_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 25px 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#content_inner_body {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

#content_inner_sidebar {
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    margin: 0 0 0 20px;
}

@media screen and (max-width: 650px) {
    #content_inner {
        display: block;
    }

    #content_inner_sidebar {
        margin: 0px;
    }
}

#footer_contact {
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    background-color: #212121;
}

#footer_contact_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 25px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #ddd;
}

#footer_contact_inner p > strong {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

#footer_contact_inner a {
    color: #fff;
}

#footer_contact_inner a:hover {
    color: #aaa;
}

#footer {
    box-sizing: border-box;
    width: 100%;
    margin: 0px;
    background-color: #000;
}

#footer_inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 25px 20px;
    font-size: 12px;
    color: #5b5b5b;
    text-align: right;
}


/**
 * Links
 */

a {
    color: #14851f;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #000;
}

#footer_inner a {
    color: #5b5b5b;
}

#footer_inner a:hover {
    color: #fff;
}


/**
 * Icon Display
 */

img[src^='/GLOBAL/icons'] {
    vertical-align: -3px;
}

.pdf {
    background-image: url("/-/center/GLOBAL/icons/page_white_acrobat.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}


/**
 * Registration
 */

.regHeaderNotCurrent, .regHeaderCurrent {
    text-align: center;
}

.regHeaderCurrent {
    background-color: #ffa;
    color: #000;
}

.regPriceNotCurrent, .regPriceCurrent {
    width: 125px;
    height: 40px;
    text-align: center;
}

.regPriceCurrent {
    background-color: #ffa;
    color: #000;
    font-weight: bold;
}

label {
    display: block;
    padding: 5px;
}


/**
 * Input Buttons
 */

input[type='submit'],
input[type='button'],
select,
textarea {
    box-sizing: border-box;
}

input[type='submit'],
input[type='button'] {
    background-color: #000;
    color: #fff;
    padding: 15px 32px;
    border: none;
    cursor: pointer;
    transition: background-color 0.5s ease;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
}

input[type='submit']:hover,
input[type='button']:hover {
    background-color: #666;
}


/**
 * Input Forms
 */

input[type='text'],
input[type='password'],
textarea {
    display: inline-block;
    box-sizing: border-box;
    width: 95%;
    max-width: 500px;
    padding: 5px;
    border: 1px solid #cacaca;
    margin: 0 0 7px 0;
    font-size: 15px;
    color: #424242;
    background-color: #fefefe;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select {
    display: inline-block;
    box-sizing: border-box;
    width: 95%;
    max-width: 500px;
    padding: 3px;
    border: 1px solid #cacaca;
    margin: 0 0 7px 0;
    font-size: 15px;
    color: #424242;
    background-color: #fefefe;
    border-radius: 0;
}

td input[type='text'],
td input[type='password'],
td textarea,
td select {
    margin: 0;
}

.asterisk {
    display: inline-block;
    color: #f00;
    font-weight: bold;
    font-size: 16px;
}

#errors, #errors *, #errors *::before {
    color: #f00;
}

#cc_payment table tr td input,
#cc_payment table tr td select {
    height: initial;
    padding: 3px 6px;
    margin: initial;
    width: initial;
    max-width: initial;
    font-size: initial;
    background-image: none;
}


/**
 * Exhibitor Application
 */

table#appstatus {
    margin: 0 0 15px 0;
}

table#appstatus td {
    vertical-align: middle;
    padding: 0px 12px;
    color: #000;
    height: 30px;
}

table#appstatus td.done {
    background-color: #ddd;
    color: #000;
}

table#appstatus td.curr {
    background-color: #14851f;
    background-image: url("/-/center/2019/template/images/app_arrow.gif");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 28px;
    color: #fff;
}

table#appstatus * {
    font-family: Arial;
    font-size: 10px;
}

    #spreedly-form div {
        height: 75px !important;
        margin-bottom: 20px;
    }
    #spreedly-form div label {
        font-family: arial;
        font-weight: bold;
    }

    #spreedly-form div br {
        display: none;
    }
