:root {
 /* COLORS */


    --color-primary: #00205B;
    --color-accent: #37D3AE;
    --color-bg: #daeeff
}

/*GENERAL*/

body {
    margin-bottom: 0 !important;
    font-family: "Roboto", sans-serif;
    color: var(--color-primary) !important
}

.body-content {
    padding-bottom: 120px;
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    
}
h5{
    line-height:1.7;
    padding: 15px 0 5px
}

    .body-content  h2 {
        font-weight: 800;
        padding:40px 
    }
        .body-content h3{
            font-weight:600;
            margin:10px 0 30px
        }

        p {
            margin: 0;
        }

.ng_cloak h5 {
    color: var(--color-primary)
}


a {
    color: var(--color-primary);
    font-weight: 600
}

    a:hover {
        color: #0755a3 !important;
    }

   hr{
        display:none
    }

.ng-scope  div.col-md-12 > p {
    display: none
}



ul, li {
    list-style: none;
}


img {
    max-width: 100%;
    vertical-align: middle;
}

    img, img[class*=align], img[class*=attachment-] {
        height: auto;
    }

    .form-control{
        border-radius:0;
        box-shadow:none;
        padding:10px
    }

/*BUTTONS*/

.btn, .k-button.k-upload-button {
    background-color: #313744 !important;
    border-radius: 0;
    border: none;
    outline: none;
    color: #fff !important
}
/*HEADER*/
#site-header {
    width: 100%;
    background-color: #158ca9;
    padding:15px
 
}
.header-container {
    max-width: 1024px;
    margin: 0 auto;
   
}

.main-header__logo__img,
.main-header__logo{
    width: 100%;
    max-width: 350px;
    margin:0 auto 10px

}

.trade-show-info {
    text-align: center;
}

.trade-show-info__date {
    font-weight: 700;
}

.trade-show-info__date, .trade-show-info__location {
    text-transform: uppercase;
}

.trade-show-info .trade-show-info__date,
.trade-show-info .trade-show-info__location {
    font-size: 15px;
    color: #fff;
}



p, li span {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    color: #000000;
}

a span {
    color: #e2001a;
}

#top-bar-nav, .is-hidden-mobile {
    display: none;
}
.well.well-sm.wrapper, .well-sm {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding:0
}

table td{
    padding: 15px 0
}

div.checkbox  span {
    text-decoration: none!important;
    padding-bottom: 30px
}

.k-widget.k-upload.k-header.k-upload-sync.k-upload-empty{
    background-color:transparent;
    border:none;    
    padding:20px 0;
    margin:0
}
div.k-upload-sync .k-upload-button{
    margin:0
}
/*FOOTER*/
footer {
    background-color: #2F4259;
    padding: 40px 20px
}

.footer-container {
    max-width: 1024px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr;
    color: #8E99A8;
    font-size:15px
}
.logo-footer{

   padding:20px 0 30px 0
}
.logo-footer img{
    width:100%;
    max-width:155px
}
    .footer-content .section h3 {
        text-transform: uppercase;
        font-size: 15px;
        padding-bottom: 5px;
        color: #8E99A8;
    }
    .footer-content .section a {
        color: #8E99A8;
        font-size: 15px
    }
   
        .footer-content .section ul{
            padding:0
        }
    .footer-content .section li {
        line-height:2
    }


        /*MEDIAQUERIES*/
@media (min-width: 450px) {
    .footer-content { 
        grid-template-columns: 1fr 1fr; 
    }
    .logo-footer {
        grid-column: span 2;
    }
}
        @media (min-width: 767px) {
            #site-header{
                padding:0
            }
            .main-header__logo {
                margin: initial
            }
            .main-header__info{
                margin-right:50px
            }

            .is-clearfix {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                padding: 20px 0;
            }

            .main-header__logo {
                width: 33%;
            }

            #top-bar-nav, .is-hidden-mobile {
                display: initial;
            }

            .footer-content {
                grid-template-columns: repeat(5,1fr);
            }

        }

        @media(min-width:912px) {
            .trade-show-info {
                text-align: left
            }
    
        }