@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');
/* teal: 18a691 */
:root {
--reg_primary: #15cfae; /* teal */
--reg_secondary: #ad13cf; /* purple */
--reg_tertiary: #ddad13; /* yellow */
--reg_schedule_bg: #9ff5e6;
--reg_medblue: #1436cf;
--reg_medgreen: #36cf16;
--nctm_darkblue: #003767;
--nctm_brandblue: #00a4e4;
--nctm_lightblue: #90cdf0;
--heading_font: "Open Sans Condensed", sans-serif;
--nav_font: "Open Sans Condensed", sans-serif;
--site_logo: url(images/VAM21_logo_v2.svg);
--intro_bg: url(/uploadedImages/Conferences_and_Professional_Development/Features/NCTE-NCTM_Conference/NO-FEATURED-BANNER-5_s.webp);
--section_background: #F2F4FF; /*#EEFFD3*/
}


h1, h2, h3, h4, h5, h6 {
font-family: var(--heading_font);
font-weight: 600;
}


.btn.btn-primary {
background-color: var(--reg_secondary) !important;
border-color: var(--reg_secondary) !important;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3) !important;
font-family: var(--bs-font-sans-serif);
font-weight: bold;
text-transform: uppercase;
color: white;
border-radius: 15px 0;
}


/* #### Navigation #### */


#detail #header {
/*height: 100px;*/
}

#detail #header .detail_banner  {
margin-top: 56px;
background-image: url(/nctm_it/conference/img_custom/ncte-nctm2024/no_crowd.webp);
background-repeat: repeat-x;
}

/*#clNav {
height: 65px;
background-color: transparent !important;
}*/


#clNav nav {
background-color: var(--reg_primary) !important;
}

#clNav .navbar-light .navbar-nav .nav-link {
color: rgba(0,0,0,1.0) !important;
}

#header #logo {
height: 70px;
width: 310px;
}

#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;
background-color: var(--reg_secondary) !important;
border-color: var(--reg_secondary) !important;
color: white;
border-radius: 15px 0;
}


.navbar-toggler {
/*float: right;*/
}

.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;*/
}

#clNav .navbar-collapse {
background-color: transparent !important;
}



/* top navbar */

/* this overrides the hard-coded backgrounds in the bootstrap menu */
@media only screen and (max-width: 991px) {

.navbar div.container-fluid {
/*width: 240px;*/
}
.navbar-collapse.collapse.show .navbar-nav {
background-color: transparent !important;
}

.navbar-collapse.collapsing .navbar-nav {
background-color: transparent !important;
}

#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;
}

}/*@media*/

@media only screen and (max-width: 991px) {
.navbar-collapse.collapse.show .navbar-nav {
background-color: transparent !important;
}

} /*@media*/




.nav-item {
font-family: var(--bs-font-sans-serif);
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);
}

/*left to right scroll underline for links
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 {
background-color: var(--reg_primary);
}

.dropdown-menu .dropdown-item {
font-weight: bold;
}

/* 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: 40px;
clear: both;
scroll-margin-top: 4rem;
}

.section_hidden {display: none;}

.section_visible {display: block;}

section .container-fluid, section .container {
clear: both;
padding-top: 40px;
}

/*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;
text-align: left;
}

/* heading underline */

.section-heading::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    bottom: 0;
    left: calc(50% - 30px);
}

.section-heading h2 {
font-size: 2.3em !important;
color: black;
}


/* #### Intro #### */

section#intro {
padding-top: 56px;
background-image: none !important;
background-repeat: no-repeat;

width: 100%;
height: 57vh;
overflow: hidden;
position: relative;
background-color: var(--reg_secondary);
align-items: center;
display: flex;
padding-bottom: 0;
}

@media (max-width: 991px) {
section#intro {
background-size: cover;
background-position: left;}
}

@media (min-width: 992px) {
section#intro {
background-size: 100% 100%;
background-position: center;}
}

section#intro .container-fluid {
padding-top: 0px;
}

#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 yellow;
float: none;
}

.intro_header a, .intro_header a:link, .intro_header a:visited {
color: yellow;
text-decoration: none;
}

.intro_header a:hover {
text-decoration: underline;
}


/* #### About #### */

section#about {
background-color: white;
background-image: url(/nctm_it/conference/img_custom/ncte-nctm2024/note_bg.svg);
background-position: top right;
background-repeat: no-repeat;
background-size: contain;
/*color: var(--reg_medblue);*/
}

#about h1, #about h2, #about h3, #about h4, #about h5, #about h6 {
/*color: var(--reg_secondary);*/
}

#about .left_panel h3, #about .left_panel p {
color: black;
}

#about .right_panel h3, #about .right_panel p {
/*color: var(--reg_medblue);*/
color: black;
}

#about a, #about a:link {
}

#about a:hover {
color: var(--reg_secondary);
}

#about a.btn.btn-primary {
color: white;
}

/* #### Speakers #### */

section#Speakers, section#speakers {
background-color: white;
/*background-image: url(/nctm_it/conference/img_custom/ncte-nctm2024/fleur-de-lis_800.png);*/
background-position: top left 50px;
background-repeat: no-repeat;
background-size: contain;
color: var(--reg_medblue);
}

#speakers img {
}

section#keynote-speakers {
background-color: #ECF5C2;
}

#keynote-speakers-list .speaker_image,
#speakers-list .speaker_image {
padding-bottom: 7px;
}

#speakers .speaker_image img, #Speakers .speaker_image img, 
#speakers-list .speaker_image, #speakers .speaker_image img, #Speakers .speaker_image img, 
#speakers-list .img-fluid {

max-height: 300px !important;
width: auto;
/*border-radius: 50px;*/
object-fit: cover;
object-position: 0 20%;
border: 1px solid silver;
margin: 5px;
}



#speakers-list {
padding-bottom: 20px;
}

#speakers-list .container {
padding-top: 30px;
}

#speakers-list  .alert.alert-light {
        background-color: var(--reg_schedule_bg) !important;
        padding: 15px;
        border-radius: 0px 15px 0px 15px;
}

.speaker_link {
font-family: var(--heading_font);
font-size: 1.1em;
}

.speaker_link a, .speaker_link a:link {
text-decoration: none;
color: var(--reg_secondary);
}

.speaker_link a:hover {
text-decoration: underline;
}

#keynote-speakers-list > .container > .row > .col > a,
#speakers-list > .container > .row > .col > a {
display: block;
top: -90px;
position: relative;
visibility: hidden;
}


#detail #speakers .section-heading h2 {
color: var(--reg_secondary);
}

#detail #keynote-speakers-list img.img-fluid,
#detail #speakers-list img.img-fluid {
    height: 200px !important;
    width: 200px !important;
    border-radius: 100px;
    object-fit: cover;
    object-position: 0 20%;
    border: 1px solid silver;
    margin: 5px; 
}


#detail #speakers #speakers-list {
padding-bottom: 60px;
}

#detail #speakers .card {
padding-top: 20px;
padding-bottom: 20px;
}

/* #### Schedule #### */

section#schedule {
background-color:  var(--reg_schedule_bg);
background-image: url(/nctm_it/conference/img_custom/ncte-nctm2024/trumpet2.png);
background-position: top left;
background-repeat: no-repeat;
background-size: 30%;
}

#schedule .section-heading h2 {
}

#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);
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);
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(--reg_medblue);
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_secondary);
text-shadow: 1px 1px 2px silver;
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(90,90,90,0.5);
}

#schedule .card-header h3 {
margin-bottom: 0;
}

#schedule .strands .card-body p {
font-size: 0.85em;
}

#schedule a.btn.btn-primary {
color: white;
text-decoration: none;
}


/*  #### 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: #0080FF;
}

#Venue .venue-info {
    background: url("/uploadedImages/Conferences_and_Professional_Development/Regional_Conferences_and_Expositions/Seattle_2024/scc24_500.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
/*    padding-top: 60px;
    padding-bottom: 60px;*/
}

#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 #### */

section#Rates {
background-color: #ffcd48;
background-image: url(/nctm_it/conference/img_custom/ncte-nctm2024/Flower_n_crawdad.png);
background-repeat: no-repeat;
background-size: 100%;
}

#Rates .header_row {
background-color: #ffffcc;
}

/* ### Exhibit Hall ### */

section#Exhibit\ Hall {
background-color:  var(--nctm_darkblue);
}

#Exhibit\ Hall .section-heading h2 {
color: white;
}

#Exhibit\ Hall p {
color: white;
}

#Exhibit\ Hall a, #Exhibit\ Hall a:link {
color: var(--reg_primary);
}

#Exhibit\ Hall a:hover {
color: #ffffff;
}

#Exhibit\ Hall a.btn.btn-primary {
color: white;
}

/* ### Volunteer ### */

section#Volunteer {
background-color: var(--section_background);
}

/* #### FAQ #### */

section#FAQ {
background-color:  var(--reg_primary);
background-image: url(/nctm_it/conference/img_custom/ncte-nctm2024/mask.png);
background-repeat: no-repeat;
background-position: top 30px right;
background-size: 50%;
}

#FAQ h2.accordion-header {
font-family: var(--bs-font-sans-serif) !important;
}

.accordion-button:hover {
background-color: #E7F1FF;
}

/* #### Notify #### */

section#notify {
background-color: var(--reg_primary);
}

#notify .form-body {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#notify label {
font-family: var(--heading_font) !important;
font-size: 18px;
font-weight: bold;
margin-bottom: 15px;
margin-top: 15px;
text-transform: uppercase;
color: var(--nctm_darkblue);
}

/* #### 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: var(--bs-font-sans-serif);
font-size: 1.0rem !important;
line-height: 1.2em;
text-transform: uppercase;
background: var(--reg_secondary); /*fcb414*/
font-weight: bold;
/*text-shadow: 1px 1px 2px black;*/
text-shadow: none;
  border: 0;
padding: 10px 40px 8px 40px;
margin-top: 15px;
  color: white;
  transition: 0.4s;
  border-radius: 15px 0;
  cursor: pointer;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
}

/*#contact .form input[type="submit"]:hover {
  background: var(--reg_primary);
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 page styles ### */

.apa-citation {
text-indent: -36px; 
padding-left: 36px;
}

/* #### Footer #### */

footer {
background-color: var(--reg_medblue);
    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_secondary);
}

#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_primary);
color: var(--nctm_darkblue);
}


#footer .footer-top .social-links a:hover {
	
	background-color: var(--reg_secondary);
	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_primary);
  color: var(--nctm_darkblue);
  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_secondary);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: var(--reg_secondary);
  color: #fff;
}

