/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/


/* ====================== Default container styles ========================== */

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444;
    background-color: #fff;
}

a {
    color: #ba2b7b;
	transition: all 0.2s ease-in-out;
}

a:hover {
    color: #0D183F;
    text-decoration: none;
}

.lead {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #444;
}

h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
    color: #444;
}

h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #444;
}

h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #444;
}

h4 {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444;
}

h5 {
    font-weight: 800;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0;
    color: #444;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    text-shadow: none;
}

.Masthead {

    box-shadow: none;
    -webkit-box-shadow: none;
}

#content-container .container {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding-bottom: 40px;
}

#dvCustomMasthead {
    display: block;
    padding: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
    #dvCustomMasthead {
        padding-top: 0px;
    }
}

.col-md-4.col-sm-6.brand {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .col-md-4.col-sm-6.brand {
        text-align: center;
    }
}

.eventinfo {
    padding: 30px 0px 10px 0px;
    text-align: right;
}

.eventinfo .location {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}

.eventinfo .dates {
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}

@media (max-width: 767px){
    .headerlogo {
        margin: 0 auto;
    }
    .eventinfo{
        text-align: center;
        padding-top: 10px;
    }
}

small.visit {
    position: relative;
    top: 0px;
}

/* Class for Separating Sections */
.grid-space-20 {
    margin-top: 30px;
    margin-bottom: 30px;
}


/* ===== Home Styles ==== */

.homeJumbotron.jumbotron {
    background: url(../images/interface/jumbotron-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

@media (max-width: 767px) {
    .homeJumbotron.jumbotron {
        padding: 60px 20px;
    }
}

.homeJumbotron.jumbotron h1, .jumbotron .h1 {
    color: white;
    font-weight: 700;
}

.homeJumbotron.jumbotron p {
    color: white;
}

.homeJumbotron a.btn.btn-primary.btn-lg {
    background-color: #ba2b7b;
    border: 2px solid #ba2b7b;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 30px;
    color: white;
}

.homeJumbotron a.btn.btn-primary.btn-lg:hover {
    background-color: white;
    border: 2px solid #ba2b7b;
    color: #00a7e0;
}

#home h3{
    font-weight: bold;
    margin-top: 20px;
    color: #ba2b7b;
    text-transform: uppercase;
}



/* ====================== Additional container styles ======================= */

.breadcrumb {
    /*
    margin: 0px;
    padding: 7px 0px 0px 0px;
    background-color: transparent;
    */
}

.breadcrumb > .active {
    color: #777;
    font-size: 22px;
}

.badge {
    background-color: #00a7e0;
}

.pagination>li>a,
.pagination>li>span {
    /*
    color: #00a7e0;
    */
}

.nav-tabs>li {
    /*
    color: #555;
    */
}

.nav-tabs>li>a:hover {
    /*
    color: #2a6496;
    */
}

.nav-tabs>li.active>a {
    /*
    border-top-color: #00a7e0;
    color: #00a7e0;
    */
}

body.no-nav {
    /*
    background-color: white;
    background-image: none;
    */
}

div#Msg4016 {
    margin: 25px 0px 0px 0px;
}

.eventStuff {
    display: inline-block;
}

.calls2Action.hidden-sm.hidden-xs {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -20px;
}

/* Button Styles */
.btn {
    border-radius: 0px;
    padding: 10px 30px;
    transition: all 0.5s;
    border-width: 2px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.btn-primary {
    letter-spacing: 0;
}

.btn-primary {
  background-color: #ba2b7b;
  border-color: #ba2b7b;
}

.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
}

@media (max-width: 767px) {
    .btn-primary {
        display: block;
        margin-bottom: 15px;
    }
}

.btn-hfmaPrimary {
    color: #fff;
    letter-spacing: 0;
    background-color: #00a7e0;
    border-color: #00a7e0;
}

.btn-hfmaPrimary:hover {
    background-color: white;
    border-color: #00a7e0;
    color: #00a7e0;
}

.btn-hfmaDefault {
    color: #fff;
    letter-spacing: 0;
    background-color: #0083ad;
    border-color: #0083ad;
}

.btn-hfmaDefault:hover {
    background-color: white;
    border-color: #0083ad;
    color: #0083ad;
}

.btn-hfmaSuccess {
    color: #fff;
    letter-spacing: 0;
    background-color: #e45438;
    border-color: #e45438;
}

.btn-hfmaSuccess:hover {
    background-color: white;
    border-color: #e45438;
    color: #e45438;
}

.topButtonz {
    font-size: 18px;
    padding: 10px 40px;
    font-weight: 300;
}

a.btn.btn-primary.cta1 {
    color: white;
    background-color: #000000;
    border: 1px solid #000000;
    margin: 0px 10px;
}

a.btn.btn-primary.cta2 {
    color: #000000;
    background-color: white;
    border: 1px solid #000000;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px 15px;
}

span.qualitytext {
    font-size: 10px;
}



/* ====================== Navigational styles =============================== */

div#ctl00_dvTopNavigation {
    background: #ba2b7b;
}

@media (min-width: 768px) and (max-width: 992px) {
    div#ctl00_dvTopNavigation {
        background: transparent;
    }
}

.navbar-collapse {
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #ba2b7b;
}

.container>.navbar-collapse {
    border-bottom-color: #ba2b7b;
    border-bottom-style: none;
    border-bottom-width: 2px;
}

.navbar-top > li > a {
    /*color: color: #00a7e0 !important;*/
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #00a7e0 !important;
}

.navbar-top > li > a:hover {
    /*color: color: #2a6496 !important;*/
}

ul.nav.navbar-nav.navbar-top.nav-logout > li {
    color: #00a7e0 !important; 
}

.navbar-nav > li > a {
    color: white;
    font-weight: 400;
    font-size: 16px;
    color: inherit;
    background-color: inherit;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .navbar-nav > li > a {
        font-size: 14px;
    }
}

.navbar-nav > li > a:hover {
    color: inherit;
    background-color: #000000;
    text-shadow: none;
}

.navbar-nav > li {
    color: white;
    background-color: transparent;
}

.navbar-nav > li:hover {
    color: #fff;
    background-color: #000000;
}

ul.nav.navbar-nav.navbar-top.nav-logout > li:hover {
    color: #00a7e0 !important;
    background-color: transparent !important;
}

.navbar-nav > li > a.active {
    color: #fff;
    background-color: #000000;
    text-shadow: none;
}

.navbar-nav > li.active > a {
    color: #ffffff;
    background-color: #000000;
    text-shadow: none;
}

.navbar-nav > li > .dropdown-menu {
    /*
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    */
}

.dropdown-menu {
    background-color: #000000;
    border-bottom-color: #000000;
    border-bottom-width: 2px;
    border-bottom-style: none;
    border-radius: 0px;
    border-top: none;
}

.dropdown-menu > li > a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.dropdown-menu > li > a:hover {
    color: #002e6D;
    background-color: transparent;
    text-shadow: none;
}

.left-nav > li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-nav>li>a {
    /*
    color: white;
    */
}

.left-nav>li>a:hover {
    /*
    color: white;
    background-color: #000000;
    */
}

.left-nav>li.active>a {
    /*
    color: white;
    background-color: #00a7e0;
    */
}

.left-nav>li.active>a:hover {
    /*
    color: white;
    background-color: #00a7e0;
    */
}

.left-nav>li.active>a:focus,
.left-subnav.in>li.active>a {
    /*
    color: white;
    background-color: #00a7e0;
    */
}

.left-nav>li.active>.left-subnav>li>a,
.left-subnav.in>li>a {
    /*
    color: #00a7e0;
    */
}

.left-nav>li.active>.left-subnav>li>a:hover,
.left-subnav.in>li>a:hover {
    /*
    color: #00a7e0;
    */
}

.left-subnav.in>li>a {
    /*
    color: #00a7e0;
    padding: 8px 0px 8px 24px;
    background-color: white;
    */
}

.left-subnav>li {
    /*
    border-bottom-color: #e0eded;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    */
}

.left-subnav>li>a {
    /*
    padding: 8px 0px 8px 11px;
    color: #00a7e0;
    */
}

.left-subnav>li>a:hover {
    /*
    color: #00a7e0;
    background-color: white;
    */
}

.left-subnav>li.active>a {
    /*
    color: white;
    background-color: #00a7e0;
    */
}

.left-subnav>li.active>a:hover {
    /*
    color: white;
    background-color: #00a7e0;
    */
}

.nav-username {
    /*
    padding: 5px;
    color: white;
    height: auto;
    font-size: 14px;
    */
}

#ctl00_UserInfo_lnkLogout {
    /*
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    */
}

a#ctl00_UserInfo1_lnkLogout {
    color: #00a7e0;
}

.nav-social a {
    color: white;
    font-size: 20px;
    display: inline-block;
    padding: 10px 10px 10px 0px;
}

.nav-social a:hover {
    opacity: 0.5;
}

.navbar-toggle {
    border-color: #000000;
    background-color: #000000;
    border-radius: 0px;
    margin: 0px;
    padding: 17px;
}


.navbar-toggle.collapsed {
    border-color: #00a7e0;
    background-color: #00a7e0;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 3px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
    background-color: transparent;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: -4px;
    transform: rotate(-45deg);
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(180deg);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
    background-color: white;
    top:-5px;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
    top: 2px;
    transform: rotate(180deg);
}


i.fa.fa-caret-down {
    /*
    display: none; (This is optional)
    */
}

#ctl00_dvTopNavigation .navbar-header{
    width: 100% !important;
    background-color: #00a7e0;
    padding-bottom: 0px;
}

@media (max-width: 992px){
    .navbar-collapse {
    padding: 0px;
    background-color: #ba2b7b;
    width: 100% !important;
    }
}

@media (min-width: 768px) {
    .navbar-brand.nav-username {
        float: right;
    }

    ul.nav.navbar-nav.navbar-top.nav-logout {
        float: right;
    }
}

.section.default-bg h3.title {
    color: white;
    font-size: 22px;
}

.exhibitorListPanel .nav.nav-tabs li.pull-right a {
    padding: 10px 15px;
}

.panel-group.panel-transparent .panel.panel-default .panel-heading:hover {
    background-color: #00a7e1;
    color: #ffffff;
}

.panel-group.panel-transparent .panel.panel-default .panel-heading h4 a:hover {
	color: white;
}

.panel-group.panel-transparent .panel.panel-default .panel-heading a.collapsed:after {
    content: "\f196";
}

.panel-group.panel-transparent .panel.panel-default .panel-heading a:after {
    font-family: "FontAwesome";
    content: "\f147";
    position: absolute;
	right: 27px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.image-box.white-bg.team-member {
	background-color: #ffffff !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: none !important;
    margin: 25px 0px;
}

.image-box-body {
    padding: 25px;
}

ul.nav.nav-pills.nav-stacked > li > a {
	padding: 10px;
}

.image-box-body p {
	margin-bottom: 25px;
}

.section.default-bg {
    background-color: #00a7e1;
    color: #ffffff;
    padding: 25px 0px;
}

.section.default-bg h2.title {
	color: white;
}

.section.default-bg h3 {
	color: white;
}

.row.grid-space-20.display-flex {
	/*display: flex !important;*/
	display: block;
    flex-wrap: wrap;
}

.row.grid-space-20 .section.default-bg {
  	height: 100%;
}

.row.grid-space-20 .section.default-bg .btn-hfmaDefault {
	margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.row.grid-space-20 .section.default-bg .btn-hfmaDefault {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.exhBox {
		margin-bottom: 20px;
	}
}

.box-style-2.object-non-visible.animated.object-visible.fadeInUpSmall {
    margin-bottom: 30px;
}

.box-style-2 .icon-container {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.icon-container.default-bg {
    background-color: #00a7e1;
    color: #ffffff;
}

.icon-container.default-bg:hover {
    background-color: white;
    color: #00a7e1;
    border: 1px solid #00a7e1;
}

.icon-container.default-bg a:not(.btn) {
    color: #ffffff;
    text-decoration: underline;
}

.icon-container.default-bg a:not(.btn):hover {
    color: #00a7e1;
    background-color: white;
    border-color: #00a7e1;
    text-decoration: none;
}

.link {
    padding-right: 23px;
    position: relative;
    display: inline-block;
    text-align: right;
}

.link:after {
    content: "\f178";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 2px;
}

.box-style-2 i {
    font-size: 36px;
    line-height: 60px;
}

.box-style-2 .body {
    margin-left: 80px;
}

.box-style-2 h2 {
    font-size: 24px;
    margin-top: 0;
}

.tabs-style-2 ul.nav-tabs > li.active > a {
	background-color: rgb(245, 245, 245);
}

.tabs-style-2 ul.nav-tabs {
	border-bottom: rgb(245, 245, 245);
}



/* ====================== Custom footer styles ============================== */

#footer-container {
    background: #000000;
    border-top: 4px solid #000000;
}

#footer-container .container {
    background-color: transparent;
    border-top-color: #000000;
    border-top-style: none;
    border-top-width: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 60px 0px 40px 0px;
}

.footer_copyright p {
    padding: 20px 12px;
}

.footer p {
    color: white;
}

.footer h2 {
    color: white;
    padding-bottom: 0px;
    font-size: 18px;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: none;

}

.footer h3 {
    font-weight: 600;
    color: white;
    font-size: 18px;
}

.footer ul {
    /*
    padding-left: 0px;
    margin-top: 10px;
    float: left;
    */
}

.footer ul li {

    color: white;
    text-decoration: none;
    margin-bottom: 3px;
    list-style-type: none;
    font-weight: 100;
}

.footer ul.list-inline > li > a {
    margin-left: 0px;
}

#Footer {
    background: #000000;
    color: white;
}

.footer_copyright {
    padding: 15px 20px;
}

img.img-responsive.footerLogo {
    max-width: 100px;
}

@media (max-width: 992px) {
    .col-md-4.col-sm-12.col-xs-12.footer-column.social {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .footer-column {
        margin-bottom: 25px;
    }
}



/* ================== When no content is in left sidebar =================== */

.left-container {
    /*min-height: 1px;*/
}



/* =================== img-responsive for IE ============== */

.img-responsive {
    width: auto;
}



/* =================== Fix Focus State for nav ===================== */

.nav>li>a:focus {
    background-color: transparent;
}