@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Condensed:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600');


/*https://fonts.googleapis.com/css2?family=Open+Sans:wdth,wght@75,300&family=PT+Sans*/

:root {
--reg_primary: #e7bb20; /*royal blue */
--reg_secondary: #0C69AC;/*yellow*/
--reg_purple: #583059;
--reg_orange: #de761c;
--reg_lightyellow: #FAE0AD;
--reg_royalblue: #0C69AC;
--reg_red: #b0330a;
--nctm_darkblue: #003767;
--nctm_brandblue: #00a4e4;
--nctm_lightblue: #90cdf0;
--heading_font: "IBM Plex Sans Condensed", sans-serif;
--nav_font: system-ui, sans-serif; /*"Open Sans Condensed"*/
--site_logo: url(images/VAM21_logo_v2.svg);
--intro_bg: url(/nctm_it/conference/img_custom/dc2023/LinkedIn_1200x628.webp) !important;
--section_background: #ffffff;
--detail_background: #ffefce;
}


h1, h2, h3, h4, h5, h6 {
font-family: var(--heading_font);
font-weight: 400;
}

/* jump to the correct anchor spot using fixed top nav */

a.the_anchor, section {
scroll-margin-top: 4rem;
}



.btn.btn-primary {
background-color: var(--reg_primary) !important;
border-color: var(--reg_primary) !important;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3) !important;
font-family: var(--bs-font-sans-serif);
text-transform: uppercase;
font-weight: bold;
color: black;
}


#detail #header {
height: 86px;
}

/*--- Navigation ---*/

.btn.register_button {
background-color: var(--reg_royalblue) !important;
color: white;
}

/*#clNav {
height: 65px;
background-color: transparent !important;
}*/

#clNav nav {
background-color: var(--reg_primary) !important;
}

#header #logo {
height: 70px;
width: 230px;
}

#header #logo img {
padding-top: 3px;
padding-left: 7px;
max-height: 90px;
padding-right: 15px;
}


/*float register button to the right of the menu */
.navbar a.btn.btn-primary {
margin-left: auto;
}

.navbar-toggler {
/*float: right;*/
}

.navbar-collapse {
/*float: right !important;*/
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.navbar.transparent {
/*background-color: transparent !important;*/
}

.navbar-collapse {
/*background-color: rbga(256, 256, 256, 0.3) !important;*/
}

/* top navbar */

@media only screen and (max-width: 991px) {

.navbar div.container-fluid {
/*width: 240px;*/
}
.navbar-collapse.collapse.show .navbar-nav {
/*background-color: ;*/
}

#navbar-toggler {
    display: inline;
}

#navbar-toggler {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 15px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

} /*end @media*/

@media only screen and (max-width: 991px) {
.navbar-collapse.collapse.show .navbar-nav {
background-color: transparent;
}

} /*end @media*/

.nav-item {
font-family: var(--nav_font);
font-size: 1.0em;
font-weight: 600;
}

.nav-item a {
padding: 8px;
}

.nav-link {
position: relative;
opacity: 0.75;
}

.nav-link:hover {
opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: var(--reg_secondary);
}

/*https://codepen.io/sreisner/pen/yOOOjx*/

a.nav-link.nav-link-ltr {
text-decoration: none;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 0;
}

.nav-link-ltr:hover::before {
  width: calc(100% - 15px);
  height: 5px;
}

/*
.nav-link-grow-up::before {
  height: 0%;
  width: calc(100% - 15px);
  bottom: 0px;
}

.nav-link-grow-up:hover::before {
  height: 5px;
}

.nav-link-fade-up::before {
  width: 100%;
  bottom: 5px;
  opacity: 0;
}

.nav-link-fade-up:hover::before {
  bottom: 10px;
  opacity: 1;
}
*/

@media only screen and (max-width: 991px) {
.navbar-nav {max-height: 480px; overflow-y: scroll; max-width: 100%;}
ul.navbar-nav {max-width: 17rem; margin-left: 20px;}
div.navbar {background-color: rgba(201, 76, 76, 0.0) !important;}
}

/* Dropdown Menu*/

ul.dropdown-menu {
border: 0px;
background-color: var(--nctm_lightblue);
}

ul.dropdown-menu a {
font-weight: bold;
}

ul.dropdown-menu a:hover {
background-color: transparent;
}

/* linkbutton class for important buttons */

#cs_microsite #regional3 .linkbutton, #cs_microsite #regional3 a.linkbutton, #cs_microsite #regional3 a.linkbutton:visited {
font-size: 1.0rem !important;
	line-height: 1.2em;
text-transform: uppercase;
font-style: normal;
  background-color: var(--reg_primary); 
font-weight: bold;
/*text-shadow: 1px 1px 2px black;*/
	text-shadow: none;
  border: 0;
  padding: 10px 40px 8px 40px;
margin-top: 15px;
  color: #000;
  transition: 0.4s;
  border-radius: 5px;
  cursor: pointer;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}

.linkbutton:hover {
text-decoration: underline !important;
}


/*--- Sections ---*/

section {
padding-bottom: 30px;
clear: both;
}

.section_hidden {display: none;}

.section_visible {display: block;}

section .container-fluid, section .container {
clear: both;
padding-top: 30px;
}

section:nth-child(3) {
/*background-color: var(--nctm_darkblue);*/
}

section:nth-of-type(even) {
background-color: var(--section_background);/*whitesmoke*/
}


/*--- Section Headings ---*/

.section-heading {
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 20px;
font-family: var(--heading_font);
margin-right: 0;
margin-left: 0;
text-align: left;
font-style: italic;
}


.section-heading::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 0px;/*height: 5px;*/
    background-color: var(--nctm_darkblue);
    bottom: 0;
    left: calc(50% - 30px);
}

.section-heading h2 {
font-size: 2.3em !important;
color: var(--reg_royalblue);
}

/*--- Intro ---*/

section#intro {
padding-top: 10px;
padding-bottom: 0px;
background-image: none; /*var(--intro_bg)*/
background-position: center;
background-repeat: no-repeat;
background-size: cover;/*75vh auto*/
width: 100%;
height: 93vh;
overflow: hidden;
position: relative;
background-color: /*var(--section_background)*/ white;
}

section#intro .container-fluid {
padding-top: 0px;
}

.leader_image {height: 62vh; width: auto; margin-top: 47px; text-align: center;
    background-image: url(/nctm_it/conference/img_custom/dc2023/LinkedIn_1200x628.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.leader_banner>div {
width: 728px;
height: 110px;
margin-left: auto;
margin-right: auto;
}

.leader_banner_text {
font-size: 0.7rem; 
clear: both; 
width: 728px; 
margin-left: auto; 
margin-right: auto;
}

#detail section#intro {
background-image: none !important;
background-color: #f5f5f5 !important;
}

.intro_header {
display: inline-block;
text-align: center;
background-color: var(--reg_primary);
padding: 12px;
width: 40%;
border-radius: 7px;
opacity: 0.8;
border: 2px solid;
border-color:  var(--NCTM_darkblue);
float: none;
}

.intro_header a, .intro_header a:link, .intro_header a:visited {
color: var(--NCTM_darkblue);
text-decoration: none;
}

.intro_header a:hover {
text-decoration: underline;
}

@media (max-width: 680px) {
section#intro {
background-size: 52vh auto;}
}



/*--- About ---*/

section#about {
background-color: var(--reg_purple);
color: white;
}

#about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
color: var(--reg_primary);
}

#about a, #about a:link, #about a:visited {
color: var(--nctm_lightblue);
}

/*--- Related Speakers ---*/

    section#speakers {
background-color: white !important;
}

#speakers .section-heading {h2 color: var(--reg_secondary !important);
margin-left: 20px;
padding-top: 20px;
}

    #Speakers .speaker_image img {max-height: 140px !important;}

    #Speakers>.container>.row {max-width: 920px; margin-left: auto; margin-right: auto;}

    #speakers .speaker_image img {max-height: 140px !important; margin-bottom: 12px;}

#speakers img {
}

#speakers .speaker_image {
padding-bottom: 7px;
}

#speakers .speaker_image img {
min-height: 145px;
    min-width: 97px;
    max-height: 223px !important;
    max-width: 149px;
border: 1px solid silver;
margin: 5px;
}

.speaker_link {
font-family: var(--heading_font);
font-size: 1.1em;
}

.speaker_link a, .speaker_link a:link {
text-decoration: none;
}

.speaker_link a:hover {
text-decoration: underline;
}


 #speakers .accordion-button {
        font-size: 1.3rem;
        background-color: var(--detail_background);
    }
    #speakers .accordion-button:not(.collapsed) {color: var(--reg_secondary);}
    #speakers h5 {color: var(--reg_secondary);}

section#ignite {
background-color: var(--reg_red);
}

#ignite .section-heading h2 {
padding-left: 20px; 
padding-top: 20px;
color: white;
}

#ignite h5 {
color: white !important;
}

    #ignite .card {
        
        background-color: var(--reg_red);
        border: 0;
    }

    #ignite .card-body {color: white;}
    #ignite .linkbutton {color: var(--reg_primary);
    margin-left: 20px;}

#ignite a, #ignite a:link, #ignite a:visited {
color: var(--reg_primary);
}

/*--- Schedule ---*/

section#schedule {
background-color: var(--nctm_lightblue);
}

#schedule .card {
border-color: var(--nctm_darkblue);
border-style: solid;
border-width: 3px;
margin-bottom: 60px;
} 

#schedule .card-header {
border-color: var(--nctm_darkblue);
border-bottom: 1px solid;
}


/* schedule links */

#schedule h4 a, #schedule h4 a:link, #schedule h4 a:visited {
color: var(--nctm_darkblue);
}

#schedule h4 a:hover {
color: var(--reg_secondary);/*#fcb414*/
text-decoration: underline;
}

#schedule .tab-pane a, #schedule .tab-pane a:link, #schedule .tab-pane a:visited {
color: var(--nctm_darkblue);
}

#schedule .tab-pane a:hover {
color: var(--reg_secondary);/*#fcb414*/
text-decoration: underline;
}

/* schedule tabs */

#schedule .nav-tabs {
margin-bottom: 0px;
height: 40px;
}

#schedule ul.nav-tabs {
margin: 0px;
text-align: left;
height: 40px;
}

#schedule li.nav-item {
height: 40px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#schedule .nav-tabs a {
background-color: var(--nctm_darkblue);
border-radius: 5px 5px 0px 0px;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
text-align: center;
color: white;
margin-right: 3px;
height: 40px;
}

#schedule .nav-tabs a.active {
background-color: var(--reg_red);/*#fcb414*/
text-shadow: 1px 1px 2px black;
text-align: center;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
color: white;
}

#schedule .schedule-item p {
margin-bottom: 1em;
font-style: normal;
}

@media (max-width: 520px) {
#schedule .nav-tabs a {
padding: 8px 10px;
}
}


@media (max-width: 767px) {
#schedule .nav-tabs a {
padding: 8px 10px;

}
#schedule  .nav-item{
/*width: 70px;*/

}
}

@media (max-width: 991px) {
#schedule .nav-tabs a {
padding: 8px 10px;
}
}

@media (min-width: 992px) {
#schedule .nav-tabs a {
width: 90px;
padding: 8px 10px;
}
}

#schedule .tab-pane {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}

#schedule .tab-content {
background: white;
border-radius: 0px 5px 5px 5px;
padding: 15px;
box-shadow: 0px 10px 10px 15px rgba(120, 120, 120, 0.5);
}

#schedule .card-header h3 {
margin-bottom: 0;
}

#schedule .strands .card-body p {
font-size: 0.85em;
}

#schedule a.btn.btn-primary {
color: black;
text-decoration: none;
}




/*  #### Plan  #### */

div#Plan {
background-color: var(--nctm_lightblue);
}

#Plan h2, #Plan h3 {
color: var(--reg_red);
}

/*  #### Travel  #### */

section#Travel {
background-color: var(--reg_royalblue);
}

#Travel h2, #Travel h3 {
color: var(--nctm_lightblue);
}

#Travel p {
color: white;
}

#Travel a, #Travel a:link, #Travel a:visited {
color: var(--nctm_lightblue);
}

#Travel a.btn.btn-primary, #Travel a.btn.btn-primary:link, #Travel a.btn.btn-primary:visited {
color: black !important;
}

/*  #### Hotel #### */

section#Hotel {
background-color: var(--nctm_darkblue);
}

#Hotel h2, #Hotel h3,  #Hotel h4,  #Hotel a,  #Hotel a:link {
color: var(--nctm_lightblue);
}

#Hotel p, #Hotel li {color: white;}

#Hotel a.btn.btn-primary {color: black;}



/*  #### Venue  #### */

#Venue .venue-info h3, #Venue .venue-info h4, #Venue .venue-info h5 {
color: var(--reg_secondary);
opacity: 1.0;
}

#Venue .venue-info p, #Venue .venue-info li  {
color: white;
opacity: 1.0;
}

#Venue .venue-info a, #Venue .venue-info a:link, #Venue .venue-info a:visited {
color: var(--nctm_lightblue);
}

#Venue .venue-info {
    background: url("/uploadedImages/Conferences_and_Professional_Development/Annual_Meetings/DC2023/Template_Content/Thumbnail---W.-E.-Washington-Center.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
}

#Venue .venue-info>.row {
background: rgba(13, 20, 41, 0.7);
padding-top: 60px;
padding-bottom: 60px;
}

#Venue .venue-info:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#Venue .venue-map iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}


/* --- Rates --- */

#Rates .header_row {
background-color: #E7F1FF;
}

/*changes the bg for rows in the rates table*/
.raterow {background-color: white;}


/* --- Exhibit Hall --- */

section#Exhibit\ Hall {background-color: var(--reg_purple) !important;}

section#Exhibit\ Hall .section-heading h2 {color: white;} 

section#Exhibit\ Hall p {
color: white;
}

#Exhibit\ Hall a.btn-primary {
color: black !important;
}

#Exhibit\ Hall a, #Exhibit\ Hall a:link, #Exhibit\ Hall a:visited {
color: var(--nctm_lightblue);
}

/* --- Notify --- */


@media only screen and (min-width: 768px) {
#notify .form-body {
width: 70%;
margin-left: auto;
margin-right: auto;
}

}

#notify input.btn-primary {
margin-left: auto;
margin-right: auto;
}

#AddToList1_pnlMain>div.form-group {
text-align: center !important;
}

/* --- FAQ --- */

section#FAQ {
background-color: var(--reg_orange);
}

section#FAQ .section-heading h2 {
color: white !important;}



.accordion-button:hover {
background-color: #E7F1FF;
}


/*--- Contact ---*/

/* Contact form styles*/

#contact .form-group {
margin-bottom: 0;
}

#contact .form-control {
width: 100%;
}

#contact div.design_content {
background-color: transparent;
}

#contact .contact-info a:hover {
color: var(--reg_secondary); /*fcb414*/
}

#contact h3 {
  font-size: 18px;
  margin-bottom: 15px;
margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}


#contact .form input[type="submit"] {
/*font-family: "Overpass";*/
font-size: 1.0rem !important;
line-height: 1.2em;
text-transform: uppercase;
background: var(--reg_primary); /*fcb414*/
font-weight: bold;
/*text-shadow: 1px 1px 2px black;*/
text-shadow: none;
  border: 0;
padding: 10px 40px 8px 40px;
margin-top: 15px;
  color: black;
  transition: 0.4s;
  border-radius: 5px;
  cursor: pointer;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}

#contact .form input[type="submit"]:hover {
  background: var(--reg_primary); /*fcb414*/
text-decoration: underline;
}



#contact ektdesignpackage_lists {
display: none;
visibility: hidden;
}

#contact ektdesignpackage_view {
display: none;
visibility: hidden;
}

#contact xsl:stylesheet {
display: none;
visibility: hidden;
}

#contact field {
display: none;
visibility: hidden;
}

#contact div.design_content {
overflow: visible;
}


#contact i.bi {
color: var(--reg_secondary);
font-size: x-large;
font-weight: bold;
}

/* --- Detail pages --- */

#detailbody {
background-color: #ffefce;
}

#detailbody .section-heading h2 {
padding-top: 20px;
}

#detailbody h5 {
color: var(--reg_secondary);
}

/*--- Footer ---*/

footer {
background-color: var(--reg_royalblue);
    padding: 50px 0 0 0;
    color: #eee;
    font-size: 14px;

}

/*footer logo*/

#footer .footer-top {
padding-bottom: 15px;
}

#footer .footer-top .footer-info p {
font-family: "Open Sans", sans-serif;
}

#footer .footer-top .footer-info img {
height: auto;
max-width: 220px;
}

#footer .footer-top h4, #footer .footer-top h5, #footer .footer-top h6 {
padding-bottom: 5px;
border-bottom: 2px solid  var(--reg_primary);
text-transform: uppercase;
}

#footer .footer-top .footer-links ul {
list-style-type: none; 
text-indent: -11px;
/*margin-left: 15px;*/
}

#footer .footer-top .footer-links ul li {
margin-bottom: 3px;
line-height: 1.4em;
}

#footer .footer-top .footer-links ul li:before {
  content: '\203A';
color: var(--reg_primary);
font-size: 1.7em;
position: relative;
left: -15px;
}

#footer .footer-top .footer-links ul i {
color: var(--reg_primary);
}

#footer .footer-top .footer-links ul a {
color: white;
text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
color: var(--reg_primary);
text-decoration: none;
}


#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a,
#footer .footer-top .social-links a:link,
#footer .footer-top .social-links a:visited {
background-color: var(--reg_secondary);
color: white;
}


#footer .footer-top .social-links a:hover {
	
	background-color: var(--reg_primary);
	/*text-shadow: 1px 1px 2px black;*/
}

#footer a {
color: white;
}


#footer a:hover,
#footer a:active,
#footer a:focus {
color: var(--reg_primary);
}

#footer .copyright {
padding: 25px;
text-align: center;
background-color: #222;
}


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: var(--reg_secondary);
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: var(--reg_primary);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: var(--reg_primary);
  color: #fff;
}

