/*****************************************************************************/
/************************ CSS Lite Stylesheet for PM's ***********************/
/*****************************************************************************/
/* ====================== Base color palette information ==================== */
    

:root{
    --white: #fff;
    --black: #000;
    --off-white: #F9F9F9;
    --green: #527C85;
    --light-gray: #D9D9D9;
    --med-gray: #ADADAD;
    --dark-gray: #808080;
    --blue: #D6E4E9;
    --purple: #F6F1FF;
    --pink: #FFECED;
    --brown: #9F755E;
    --body-font: 'DomaineTextWeb', Georgia, serif;
}

@font-face {
    font-family: "DomaineTextWeb-Bold-Italic";
    src: url("../fonts/domaine-text-web-bold-italic.woff2") format("woff2"),
         url("../fonts/domaine-text-web-bold-italic.woff") format("woff");
  }

  @font-face {
    font-family: "DomaineTextWeb-Bold";
    src: url("../fonts/domaine-text-web-bold.woff2") format("woff2"),
         url("../fonts/domaine-text-web-bold.woff") format("woff");
  }
  @font-face {
    font-family: "DomaineTextWeb";
    src: url("../fonts/domaine-text-web-reglar.woff2") format("woff2"),
         url("../fonts/domaine-text-web-regular.woff") format("woff");
  }
  @font-face {
    font-family: "DomaineTextWeb-Italic";
    src: url("../fonts/domaine-text-web-regular-italic.woff2") format("woff2"),
         url("../fonts/domaine-text-web-regular-italic.woff") format("woff");
  }

    /* ====================== Default container styles ========================== */
    
    .ir {
        display: block;
        text-indent: -999em;
        overflow: hidden;
        background-repeat: no-repeat;
        text-align: left;
        direction: ltr;
    }
    
    body {
        margin: 0px;
        padding: 0px;
        text-align: left;
        font-family:  var(--body-font);
        font-size: 16px;
        color:     var(--black);
        background-color: white;
        background: white;
    }
    
    #dvCustomMasthead {
        display: block;
        background-color: #fff;
    }
    
    div#header {
        background-color: #fff;
    }
    
    a {
        color: var(--black);
        text-decoration: none;
        transition: all .25s ease;
	
    }
    
    a:hover {
        color: var(--black);
        text-decoration: underline;
    }
    
    h1 {
        
	color: #000;
	Font-family: "DomaineTextWeb-Bold";
    font-size: 50px;
    }
    
    h2 {
        
	color: #000;
	font-size: 36px;
	font-weight: 400;
	text-shadow: none;
	font-family: var(--body-font);
    }
    
    h3 {
        
	color: #000;
    font-size: 26px;
	font-family: var(--body-font);
    }
    
    h4 {
        
	color: #000;
    font-size: 24px;
	font-family: var(--body-font);
    }
    
    h5 {
        
	color: #000;
    font-size: 20px;
	font-family: var(--body-font);
    }
    
    .Masthead {
        /*
	box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px -2px 2px rgba(0,0,0,0.1);
	*/
    }
    div#dvCustomMasthead ul {
        list-style: none;
        padding: 0px;
    }
    a.dropdown-toggle.language-toggle {
    display: none;
}
    
    #content-container .container {
	background-color: white;
	box-shadow: none;
	-webkit-box-shadow: none;
    }
    
    div#outer-container {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }
    /* --- Top Navigation --- */
    
    nav#top {
        background: #000;
            padding: 0px;
    }
    
    nav#top h4,
    nav#top h5 {
        display: none;
    }
    
    nav#top ul {
        margin: 0px;
        float: right;
    }
    
    nav#top ul li {
        float: left;
        margin: 0px;
    }
    
    nav#top ul li a {
        font-size: 85%;
        color: #999;
        text-transform: uppercase;
        display: block;
        padding: 3px 8px;
        line-height: normal;
    }
    
    nav#top ul li a:hover,
    nav#top ul li a.active:hover {
        color: #73AFCC;
    }
    
    nav#top ul li a.active {
        color: #fff;
    }
    /* --- Header --- */
    
    header {}
    
    header h3 {
        margin: 30px 0px 29px;
        text-align: center;
    }
    
    header h3 img {
        max-height: 85px;
    }
    
    header h3 a {
        display: block;
    }
    
    header ul.social {
        float: right;
        margin: -55px 10px 0 0;
        position: relative;
        z-index: 1;
    }
    
    header ul.social li {
        background: none;
        margin: 0px;
        float: left;
    }
    
    header ul.social li.tw {
        background: url(https://www.thecoutureshow.com/wp-content/themes/thecoutureshow/images/social.png) no-repeat 0px 0px;
    }
    
    header ul.social li.fb {
        background: url(https://www.thecoutureshow.com/wp-content/themes/thecoutureshow/images/social.png) no-repeat -72px 0px;
    }
    
    header ul.social li.tw:hover {
        background: url(https://www.thecoutureshow.com/wp-content/themes/thecoutureshow/images/social.png) no-repeat -36px 0px;
    }
    
    header ul.social li.fb:hover {
        background: url(https://www.thecoutureshow.com/wp-content/themes/thecoutureshow/images/social.png) no-repeat -108px 0px;
    }
    
    header ul.social li.insta {
        background: url(https://www.thecoutureshow.com/wp-content/themes/thecoutureshow/images/ico_instagram.png) no-repeat;
    }
    
    header ul.social li.insta:hover {
        background: url(https://www.thecoutureshow.com/wp-content/themes/thecoutureshow/images/ico_instagram_over.png) no-repeat;
    }
    
    header ul.social li.gplus {
        background: url(https://www.thecoutureshow.com/static/content_images/g_plus.png) no-repeat;
    }
    
    header ul.social li.gplus:hover {
        background: url(https://www.thecoutureshow.com/static/content_images/g_plus_o.png) no-repeat;
    }
    
    header ul.social li a {
        display: block;
        height: 26px;
        width: 26px;
        padding: 0px;
        margin: 0px 4px;
    }
    

    #dvCustomMasthead .container{
    	padding-top: 5px;
    }

   

    /* ====================== Additional container styles ======================= */
    
    .breadcrumb {
    display: none;
    }
    
    .badge {
        
	background-color: #fff;
	
    }
    
    .pagination > li > a,
    .pagination > li > span {
        
	color: #000;
	
    }
    
    .nav-tabs > li {
        /*
	color: #555;
	*/
    }
    
    .nav-tabs > li > a:hover {
        /*
	color: #2a6496;
	*/
    }
    
    .nav-tabs > li.active > a {
        
	border-top-color: #fff;
	color: #000;
	
    }
    
    body.no-nav {
        /*
	background-color: white;
	background-image: none;
	*/
    }
    /* ====================== Navigational styles =============================== */
    
    .navbar-collapse {
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
    }
    
    .container > .navbar-collapse {

	border-top: none;
    border-bottom: none;
    }
    


    .navbar-top > li > a {
        
	padding: 5px;
	color: #668597;
	
    }
    
    .navbar-top > li > a:hover {
        
	color: #668597;
	background-color: white;
	
    }
    
	.navbar-nav > li > a {
	    font-size: 108%;
	    color: inherit;
	    text-transform: uppercase;
        font-family: 'Open Sans';
        transition: 0.5s;

	}
    
	.navbar-nav > li {
	    color: #333;
	}

    .navbar-nav > li > a:hover {
	color: inherit;
	background-color: inherit;
    }
   
	.navbar-nav > li:hover {
	    color: #000;
	    background: #fff;
        text-decoration: none;
	}


    .navbar-nav > li > a.active {
		color: #999;
    }
    
    .navbar-nav > li.active > a {
		color: #999;
    }
    
    .navbar-nav > li > .dropdown-menu {
        /*
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	*/
    }
    
    .dropdown-menu {
        background-color: white;
        border: none;
        box-shadow: 0px 0px 0px #fff;
        -moz-box-shadow: 1px 1px 2px #888;
        -webkit-box-shadow: 0;
        padding: 10px 50px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }
    
    .dropdown-menu > li > a {
    color: #000;
    font-size: 14px;
    padding: 15px 10px 10px 10px;
    border-bottom: none;
    font-family: var(--body-font);

    }

    
    .dropdown-menu > li > a:hover {
        color: black;
        text-decoration: underline;
        background-color: white;
        transition: all 10s ease-in-out;
    }
    
    @media (min-width: 993px) {
    .dropdown-menu > li > a {
        word-wrap: break-word;
        white-space: normal;
        line-height: 1.2;
        margin-left: 955px;
        transition: .5s;
    }
    .dropdown-menu {
        min-width: 3000px;
        min-height: 300px;
    }
    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-left: -1000px;
        transition: all 1s ease-in-out;

    }
    #tdleftnav > div.navbar-collapse.collapse.top-navbar.main-nav-top > ul.nav.navbar-nav.a2zNav > li> a:hover:after{
    content: "";
    border: 2px solid #000;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 10px;
    right: 10px;
    z-index: 10000;
}
.dropdown-menu > li:first-child{
    padding-top: 25px;

    
}
a.dropdown-toggle {
    transition: all 1s ease-in-out;
}
}

    .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: #ff8000;
	*/
    }
    
    .left-nav > li.active > a {
        
	color: white;
	background-color: #668597;
	
    }

    
    .left-nav > li.active > a:hover {
        
	color: white;
	background-color: #668597;
	
    }
    
    .left-nav > li.active > a:focus,
    .left-subnav.in > li.active > a {
        
	color: white;
	background-color: #668597;
	
    }
    
    .left-nav > li.active > .left-subnav > li > a,
    .left-subnav.in > li > a {
        
	color: #668597;
	
    }
    
    .left-nav > li.active > .left-subnav > li > a:hover,
    .left-subnav.in > li > a:hover {
        
	color: #668597;
	
    }
    
    .left-subnav.in > li > a {
        
	color: #668597;
	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: #668597;
	
    }
    
    .left-subnav > li > a:hover {
        
	color: #668597;
	background-color: white;
	
    }
    
    .left-subnav > li.active > a {
        
	color: white;
	background-color: #668597;

    }
    
    .left-subnav > li.active > a:hover {
        
	color: white;
	background-color: #668597;
	
    }
    
    .nav-username {
        /*
	padding: 5px;
	color: white;
	height: auto;
	font-size: 14px;
	*/
    }
    
    #ctl00_UserInfo_lnkLogout {
        /*
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	*/
    }
    
    .navbar-toggle.collapsed {
    	border-color: #fff;
    	background-color: #fff;
    	background: url(https://www.thecoutureshow.com/static/structural_images/menu-btn.jpg) no-repeat right center;
    }
    
    .navbar-toggle {
        margin: 0px;
    }
    
    /*.navbar-toggle {
    	border-color: #fff;
    	background-color: #fff;
    	background: url(https://www.thecoutureshow.com/static/structural_images/menu-btn-active.jpg) no-repeat right center;
        margin-top: 0px;
        margin-bottom: -2px;
        padding-bottom: 0px;
        border: none;
        margin-right: 10px;
        border-radius: 0;
        text-align: left;
        line-height: 1;
        height: 31px;
        width: 97%;
    }*/
    
    .navbar-toggle:hover {
    	border-color: #fff;
    	background-color: #fff;
    	    background: url(https://www.thecoutureshow.com/static/structural_images/menu-btn-over.jpg) no-repeat right center;
    }
    
    .dropdown i.fa.fa-caret-down {

	display: none; 

    }

    .icon-bar {
    background-color: transparent;
}

    @media (min-width: 993px){
    .main-nav-top > .navbar-nav > li > a {
    font-size: 100%;
    text-transform: uppercase;
    padding: 13px 25px;
    line-height: normal;
}
    }

    @media (max-width: 992px){
.navbar-header {
    border-top: 0;
    border-bottom: 0;
}
.navbar-nav > li > a {
    padding: 6px 10px;
    line-height: 2em;
    color: #000;
    font-size: 20px;
}

.navbar-nav > li {
    border-bottom: none;
}

.navbar-nav {
    margin: 0px 0px;
    border: none;
}
.navbar-collapse{
	border-top: 0px;
}
.dropdown-menu {
    background-color: #fff;
    border: none;
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.dropdown-menu > li > a {
	color: #000;
	padding: 5px 25px !important;
	border-bottom: none;
    font-size: 16px;
    transition: .3s;
}
.dropdown-menu > li{
	border-bottom: none;
}
.dropdown-menu > li > a:hover {
	color: black;
    text-decoration: underline;
    background-color: white;
    
}
    }
    /* ====================== Custom footer styles ============================== 
    div#dvFooterInc ul{
    	padding-left: 0px;
    }
    #footer-container .container {
	background-color: transparent;
	border-top-color: #ff8000;
	border-top-style: none;
	border-top-width: 2px;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0px;
    }
    
    .footer h2 {
        /*
	color: white;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
    }
    
    .footer ul {
        /*
	padding-left: 0px;
	margin-top: 10px;
	float: left;
	
    }
    
    .footer ul li {
        /*
	color: white;
	text-decoration: none;
	margin-bottom: 8px;
	list-style-type: none;
	
    }

    /* --- Footer --- 
div#dvFooterInc {
    border-top:3px solid #999;
    margin:0px 10px;
    text-align:center;    
    font-size:85%;
    color:#333;
    padding:10px 0px 0px;
}
div#dvFooterInc ul {
    margin:0px;
}
    div#dvFooterInc ul li {
        display: block;
        zoom:1; 
        border: none;
        margin:3px 0px 3px 3px;
        padding-right:3px;
    }
    
        div#dvFooterInc ul li:last-child {
            border-right:0px;    
        }
    
    div#dvFooterInc ul li a {
        text-transform:uppercase;
        color:#333;    
    }
    
    div#dvFooterInc ul li a:hover {
        color:#668597;
        text-decoration:underline;    
    }
    
div#dvFooterInc a {
    text-transform:uppercase;
    color:#333;
}
div#dvFooterInc a.link-hide {
    text-transform:none;
    color:#333;    
}
    div#dvFooterInc a:hover {
        color:#668597;
        text-decoration:underline;    
    }
    /* ================== 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;
    }

    #outer-container{
    	margin: 0 auto;
    	background: #fff;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .container, #outer-container {
        width: 100%;
    }
       
    /*
    @media only screen and (min-width: 768px) and (max-width: 959px) {
    container, #outer-container {
            width: 768px;
        }
    }
    */
    @media only screen and (max-width: 767px) {
      /*  .container, #outer-container {
            width: 320px;
        }*/
        .container {
            padding-left: 5px;
            padding-right: 5px;
        }
    }
    /*
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container, #outer-container {
            width: 420px;
        }

}*/
#ctl00_dvTopNavigation .navbar-header {
    padding-bottom: 0px;
    width: 96% !important;
    margin: 0 auto !important;
}

.navbar-collapse.top-navbar.collapsing, .navbar-collapse.top-navbar.collapse.in {
    margin: 0 auto !important;
    width: 96% !important;
    padding: 20px 50px;
}
        /* ----- Media Queries ----- */

/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px) {

	#dvCustomMasthead h3 {  width:94%; margin:18px 10px; }
    #dvCustomMasthead ul.social { margin:-10px 2px 10px 0 }
    /*Top Nav*/
    nav#top h4 { font-size:85%; color:#fff; font-weight:bold; text-transform:uppercase; float:left; width:35%; display:block; padding:3px 5px; margin: 0px;}
    nav#top h5 { display:block; float:right; width:28%; margin: 0px;}
    nav#top h5.active {  }
    nav#top h5 a { background:url(https://www.thecoutureshow.com/static/structural_images/topnav-arrow.png) 70px center no-repeat; display:block; font-size:85%; color:#fff; font-weight:normal; text-transform:uppercase; padding:3px 7px; }
    nav#top h5 a:hover, nav#top h5 a.active { background:url(https://www.thecoutureshow.com/static/structural_images/topnav-arrow.png) 70px center no-repeat #668597; }
    nav#top ul:nth-of-type(1) { display:none; top:20px; background:#fff; border:1px solid #000; width:99.5%; }
    nav#top ul.show { display:block; }
    nav#top ul:nth-of-type(1) li { float:none; margin:0px; background:none; border-bottom:1px solid #818181; }
    nav#top ul li:last-child { background:none;    border-bottom:0px; }
    nav#top ul li a, nav#top ul li a.active { font-size:100%; font-weight:normal; color:#668597; text-transform:none; display:block; padding:6px 14px; }
    nav#top ul li a:hover, nav#top ul li a:hover { background:#668597; color:#fff!important; }
    
    /*Header*/

    
    /*Footer*/
    div#dvFooterInc { text-align:left; }
    div#dvFooterInc ul { margin-bottom: 15px; }
    div#dvFooterInc ul li { margin:0 0 0 3px; }
    div#dvFooterInc span { display:block; }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /*Top Nav*/
    nav#top h5 { width:22%; }
    
}
/*********************** Highliting the number of listings available *****************************/

.listing { 
	font-weight: 600;
    color: rgb(88, 95, 105);
    border: 1px solid lightgrey;
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 4px;
    margin: 10px 0px;
    width: 100%;
}

.listing span:nth-child(2) { 
	background-color: #E89124;
    border-radius: 4px;
    padding: 0px 7px;
    text-align: center;
    color: white;
    margin-left: 3px;
    float: right;
}

a.addon {
    color: #0095c8;
}

ul.nav.navbar-nav.navbar-right.search > li:hover {
    background-color: transparent;
}

button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    background-color: #b3b3b3;
    border-color: #b3b3b3;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input {
    padding: 4px 0px;
    right: 15px;
}

input#ctl00_ucTemplate2_TopNavigation_us_searchQuery {
    font-size: x-small;
}

ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
    width: 250px;
    margin-top: -40px;
    margin-right: 20px;

}

@media (max-width: 1215px){
    ul.nav.navbar-nav.navbar-right .form-group.us-input .mini {
        margin-top: 0;
        margin-right: 20px;
       
    }

}


@media (min-width: 992px){
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: center;
}}
@media (max-width: 992px) {
    ul.nav.navbar-nav.a2zNav {
        margin-bottom: 0px !important;
        border-bottom: 0px !important;
    }
    
    ul.nav.navbar-nav.navbar-right.search {
        border-top: 0px;
    }

}
/*===========================Custom css=======================*/


.top-buttons {
    z-index: 999;
    text-align: right;
    margin: 0 auto;
    display: inline-block;
    float: right;
}

div#content-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Top button styles*/

.btn-primary{
    margin-right: 6px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #000;
    text-transform: uppercase;  
    background: black;
    color: white;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    transition: 0.5s;
    padding: 13px 5px;
}

.btn-primary:hover{
    background-color: white;
    color: black;
}

#dvCustomMasthead > header > div.container-fluid.hidden-md.hidden-lg > div > div{
    padding: 0;
}

.top-buttons a {
    margin-right: 6px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 300;
    border: 1px solid #000;
    text-transform: uppercase;  
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    transition: 0.5s;
}
a.emeraldbtn.etsbtn-top-right.ebtn-color-1 {
    color: black;
    padding: 10px 25px;
}
a.emeraldbtn.etsbtn-top-right.ebtn-color-1:hover {
    color: white;
    background: black;
    text-decoration: none;
}
a.emeraldbtn.etsbtn-top-right.ebtn-color-2 {
    color: white;
    background: black;
    padding: 10px 30px;
}
a.emeraldbtn.etsbtn-top-right.ebtn-color-2:hover {
    color: black;
    background: white;
    text-decoration: none;
    
}

.top-buttons.hidden-sm.hidden-xs.pull-right {
    margin: -55px 30px 0 0;
}

/*footer*/
#footer-container .container {
    background: var(--off-white);
    border: none;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    margin: 0 auto;
    padding: 0 5%;
}

footer {
    background: var(--off-white);
    padding: 141px 0 53px;
}

#menu-footer {
    display: grid;
    gap: 0 28px;
    grid-template-columns: repeat(5,1fr);
}

#menu-footer, #menu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-footer a {
    display: block;
}
#menu-footer > li > a {
    font: 16px;
    font-family: "Open Sans", sans-serif;;
    letter-spacing: .1em;
    margin-bottom: 25px;
    text-transform: uppercase;
}
#menu-footer a {
    display: block;
}

#menu-footer .sub-menu a {
    color: var(--med-gray);
    font-size: 14px;
    line-height: calc(40 / 15);
    margin-bottom: 6px;
}
#menu-footer > li:nth-of-type(6) {
    grid-column: 4;
}

#menu-footer > li:nth-of-type(6), #menu-footer > li:nth-of-type(7) {
    margin-top: -150px;
}
#menu-footer > li:nth-of-type(7) {
    grid-column: 5;
}


footer .bottom-footer {
    border-top: 1px solid var(--light-gray);
    margin-top: 107px;
    padding-top: 22px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .bottom-footer {
    border-top: 1px solid var(--light-gray);
    margin-top: 107px;
    padding-top: 22px;
}

footer .bottom-footer li {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
}
footer .bottom-footer li:first-child::after {
    background: var(--black);
    content: '';
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 1px;
}

#menu-footer .sub-menu a:hover {
    color: var(--black);
    font-weight: 700;
    text-decoration: none;
    font-family: "DomaineTextWeb-Bold";
}

footer .bottom-footer p, footer .bottom-footer ul {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;;
    margin: 0 20px 0 0;
}

@media only screen and (max-width: 71.875em){
p, ul, ol {
    font-size: 12px;
    line-height: calc(24 / 15);
    margin: 30px 0 25px;
}

#menu-footer {
    gap: 65px 25px;
    grid-template-columns: repeat(3,1fr);
}

#menu-footer .sub-menu a {
    color: var(--med-gray);
    font-size: 12px;
    line-height: calc(40 / 15);
    margin-bottom: 6px;
}

.sub-menu:last-child {
    margin-bottom: 20px;
}

#menu-footer > li:nth-of-type(6), #menu-footer > li:nth-of-type(7) {
    grid-column: auto;
    margin: 0;
}

ul#menu-bottom-footer {
    padding-left: 0;
    padding-top: 10px;
}
}


/*search icon*/
button#ctl00_ucTemplate2_TopNavigation_us_btnSubmit {
    color: black;
    background: white;
    border: none;
}
#ExhibitorConsoleHeaderPreview{
   visibility: hidden;
}