/* Screen stylesheet *//* Designed and developed by TCS Software (www.associationsoftware.com) */

/*
===========================================================================
@IMPORTED STYLESHEET: css_structure
---------------------------------------------------------------------------
*/

/**/body{  margin:0px;  padding:0px;  background:#fff url(http://www.ncssaonline.com/aws/NCSSA/am/gi/content_bg.png?ver=2) repeat-x left 195px;}.imgleft{  margin:0px 10px 10px 0px;  float:left;}.imgright{  margin:0px 0px 10px 10px;  float:right;}.admin_controls{  clear:both;}.viewall{  background:#BDC3C6;  padding:5px 10px;  color:#ffffff !important;  text-decoration:none !important;  display:inline-block;  font-size:14px;  margin-bottom:15px;}.viewall i{  padding-left:10px;}/* MAIN MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* MAIN TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px) { }/* MAIN PHONE ---------------------------- */@media (max-width:767px) {   body  {    background:#fff url(http://www.ncssaonline.com/aws/NCSSA/am/gi/content_bg.png?ver=2) repeat-x left 175px;  }  .container  {    width:100%;  }  .imgleft, .imgright  {    float:none !important;    margin:0px 0px 10px 0px;  }  ul  {    padding-left:30px;  }  .hotspot table tr td, .tcsnews table tr td, .tcslinks table tr td  {    width:100%;    float:left;  }}/* SOCIAL LINKS ---------------------------------------------------------------------- */#social_links{  position:fixed;  right:0px;  top:50px;  z-index:9;}#social_links ul{  margin:0px;  padding:0px;  list-style:none;}#social_links ul li{  margin:0px 0px 0px 0px;  padding:0px 0px 0px 0px;}#social_links .social_icon a{  display:block;  width:35px;  height:35px;  text-align:center;  background:#005E9B;  padding:1px 0px 0px 0px;  font-size:21px;  color:#ffffff;  border:1px solid #ffffff;}/* SOCIAL MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* SOCIAL TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px) { }/* SOCIAL PHONE ---------------------------- */@media (max-width:767px) {   #social_links  {    position:static;  }  #social_links ul li  {    float:left;  }  #social_links .social_icon a  {    width:26px;    height:26px;    font-size:17px;  }}/* HEADER ---------------------------------------------------------------------- */#header{  padding:10px 0px;  position:relative;}#logo{  text-align:center;}#logo img{  width:500px;}#site-search{  position:absolute;  right:0px;  bottom:10px;}#site-search input.search_button{  background:#36B0DA;  border:0px;  color:#ffffff;  padding:0px 10px;  height:26px;  position:absolute;  right:0px;  bottom:0px;  width:70px;}#site-search .search_input{  background:#fff;  width:150px;  border:1px solid #BDC3C6;  color:#BDC3C6;  height:26px;  padding:0px 10px;  font-style:italic;  position:absolute;  right:70px;  bottom:0px;}/* HEADER MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* HEADER TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){  #logo img  {    width:350px;  }  #site-search  {    position:static !important;    padding:10px 20%;    background:#eee;  }  #site-search input.search_button  {    position:static;    width:20%;  }  #site-search .search_input  {    width:80%;    position:static;  }}/* HEADER PHONE ---------------------------- */@media (max-width:767px) {   #logo img  {    width:100%;  }  #site-search  {    position:static !important;    padding:10px 10%;    background:#eee;  }  #site-search input.search_button  {    position:static;    width:20%;  }  #site-search .search_input  {    width:80%;    position:static;  }}/* NAV ------------------------------------------------------------------------- */#nav{  background:#005E9B;  border:1px solid #ffffff;  margin-bottom:30px;}#nav ul{  margin:0px;  padding:0px;  list-style:none;}#nav ul li{  width:16.5%;  float:left;}#nav ul #nav-member{  width:17.5%;}#nav ul li a:link, #nav ul li a:visited{  display:block;  border-right:1px solid #ffffff;  text-decoration:none;  height:50px;  padding:15px;  font-weight:bold;  text-transform:uppercase;  text-align:center;  color:#ffffff;}#nav ul li a:hover{}#nav-member a:link, #nav-member a:visited{  background:#75C637;  color:#ffffff !important;  border:0px;}#nav-member a:hover{  background:#75C637;}/* NAV DROPDOWN ------------------------------------- */#nav ul li:hover ul, #nav li.sfhover ul {  left:auto;}#nav ul li ul {  position: absolute;  padding:0;  margin:0px 0px 0px -1px;  left: -999em;  list-style:none;  z-index:1000000;  padding:0px;  overflow:hidden;  background:#ffffff;  border-top:1px solid #BDC3C6;  border-left:1px solid #BDC3C6;  border-right:1px solid #BDC3C6;}#nav ul li ul li {  clear:both;  margin:0;  padding:0;  width:auto;}	#nav ul li ul li a:link, #nav ul li ul li a:visited{  padding:10px !important;  border-right:0px;  border-bottom:1px solid #BDC3C6;  text-align:left;  width:250px;  height:auto;  color:#005E9B;  text-transform:none;}	#nav ul li ul li:hover, #nav ul li ul li a:hover, #nav ul li ul li.mem a{  background:#eee;}#nav ul #nav-member ul li:hover, #nav ul #nav-member ul li a:hover{  background:#75C637;}/* NAV SIDENAV ------------------------------------- */.sidenav ul{  list-style:none;  margin:0px 0px 20px 0px;  padding:0px;  border-top:1px solid #BDC3C6;  border-left:1px solid #BDC3C6;  border-right:1px solid #BDC3C6;}.sidenav ul li{}.sidenav ul li a{  border-bottom:1px solid #BDC3C6;  display:block;  color:@primary;  text-decoration:none;  padding:10px;}/* NAV MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* NAV TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){   #nav  {    margin-bottom:10px;  }  #nav-member a  {    padding-top:11px !important;    line-height:1;  }}/* NAV PHONE ---------------------------- */@media (max-width:767px) {   #nav  {    z-index:99999;    position:relative;    height:auto;    margin-bottom:10px;  }  #nav button  {    margin:0px;    width:100%;    height:auto;    font-size:15px;    color:#ffffff !important;    border:0px;    border-radius:0px;    padding:10px 0px;  }  #nav button span  {    margin-right:10px;  }  #nav ul  {    border:1px solid #BDC3C6;    width:80%;    position:absolute;    left:10%;    top:42px;    background:#ffffff;    padding:0px;    box-shadow:0px 10px 15px #555;  }  #nav ul li, #nav-member  {    float:none;    width:100% !important;  }  #nav ul li a  {    border-right:0px solid #BDC3C6 !important;    border-bottom:1px solid #BDC3C6;    padding:15px !important;    color:#005E9B !important;  }  #nav-member a  {    border-bottom:0px solid #BDC3C6 !important;  }  #nav ul li ul   {    display:none;  }  .sidenav h2  {    background:#36B0DA;    padding:8px;    font-size:18px;    color:#ffffff !important;    margin-bottom:0px;  }  .sidenav ul   {    margin-bottom:20px;  }  .sidenav .navbar-toggle  {    float:left;    margin:0px 0px 0px 0px;    color:#ffffff !important;    padding-bottom:0px;  }}/* BANNER ---------------------------------------------------------------------- */#banner{  height:356px;  border:1px solid #BDC3C6;  margin-bottom:30px;}#banner-slideshow{  height:auto;  margin-bottom:30px;}#tcs-carousel-banner .carousel-control, #tcs-carousel-banner .carousel-indicators{  display:none;}#tcs-carousel-banner .carousel-caption{  left:0px;  right:0px;  bottom:0px;  padding-bottom:0px;  padding:10px 20px;  text-align:left;  background:#005E9B;  color:#ffffff;  text-shadow:0px 0px 0px;  opacity:.8;  line-height:1.2;}#tcs-carousel-banner .carousel-caption h1{  color:#ffffff;  margin-bottom:0px;  text-shadow:0px 0px 0px;}#banner-search{  background:#EBEDEE;  height:100%;  position:relative;}#banner-search-title{  background:#fff;  padding:20px 35px;}#banner-search-title img{  width:100%;}#banner-search-form{  padding:20px 35px;  }#banner-search-form img{  width:100%;  margin-bottom:10px;}#banner-search-form p{  margin:0px 0px 3px 0px;}#banner-search-form input{  margin:0px 0px 10px 0px;  width:100%;}#banner-search-input{  position:absolute;  left:0px;  right:0px;  bottom:0px;}#banner-search-input input{  display:block;  width:100%;  text-align:center;  background:#75C637;  color:#ffffff;  font-size:20px;  text-transform:uppercase;  height:50px;  border:0px;}/* BANNER MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) {   #banner  {    height:293px;  }    #banner-search-title  {    padding:15px 35px;  }  #banner-search-form  {    padding:15px 35px;    }  #banner-search-input input  {    height:40px;  }}/* BANNER TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){   #banner  {    height:auto;  }  #banner-search-title img  {     width:auto;  }  #banner-search-form img  {    width:auto;    margin:0px auto 10px auto;  }  #banner-search-input  {    position:static;  }  .andor  {    margin:10px 0px;    text-align:center;  }}/* BANNER PHONE ---------------------------- */@media (max-width:767px) {   #tcs-carousel-banner .carousel-caption  {    display:none;  }  #banner  {    height:auto;  }  #banner-search-input  {    position:static;  }}/* BOXES ----------------------------------------------------------------------- */#boxes{  margin-bottom:30px;}.box{  position:relative;  height:100px;}#box1{  background:#005E9B;}#box2{  background:#36B0DA;}#box3{  background:#BDC3C6;}#box4{  background:#75C637;}.box-icon{  position:absolute;  left:25px;  top:15px;  color:#ffffff;  font-size:50px;}.box-title{  position:absolute;  left:100px;  top:38px;  color:#ffffff;  }#box2 .box-title, #box3 .box-title, #box4 .box-title{  top:25px;}.box-title h2{  color:#ffffff;  font-size:25px;  line-height:1;  text-transform:uppercase;}.box-link{  position:absolute;  left:0px;  top:0px;  width:100%;  height:100%;}#sidebar .box{  height:90px;}#sidebar .box-icon{  font-size:40px;}#sidebar .box-title{  left:90px;  top:35px;}#sidebar #box2 .box-title, #sidebar #box3 .box-title, #sidebar #box4 .box-title{  top:25px;}#sidebar #box4{  margin-bottom:20px;}#sidebar .box-title h2{  font-size:20px;}/* BOXES MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) {   .box  {    height:90px;  }    .box-icon  {    left:20px;    font-size:45px;  }  .box-title  {    left:88px;    top:36px;  }  .box-title h2  {    font-size:20px;  }  #sidebar .box  {    height:85px;  }  #sidebar .box-icon  {    font-size:30px;  }  #sidebar .box-title  {    left:70px;    top:30px;  }  #sidebar #box3 .box-title, #sidebar #box4 .box-title  {    top:25px;  }  #sidebar .box-title h2  {    font-size:18px;  }}/* BOXES TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){   .box-icon  {    position:static;    text-align:center;    font-size:35px;    padding:5px 0px;  }  .box-title  {    position:static;    text-align:center;  }  .box-title h2  {    font-size:17px;    padding:0px 20px;  }    #sidebar .box  {    height:100px;  }  #sidebar .box-icon  {    font-size:30px;  }  #sidebar .box-title  {    left:70px;    top:30px;  }  #sidebar #box3 .box-title, #sidebar #box4 .box-title  {    top:25px;  }  #sidebar .box-title h2  {    font-size:18px;  }  #sidebar #box2 .box-title h2  {    padding:0px 10px;  }}/* BOXES PHONE ---------------------------- */@media (max-width:767px) { }/* CONTENT --------------------------------------------------------------------- */#content{  margin-bottom:30px;  }#subpage #content{  background:#fff;  padding:30px;}#main{}#side-left{  padding-right:30px;}#side-right{  padding-left:30px;}#tcs-carousel-sponsors{  }#side-left #tcs-carousel-sponsors .item{  height:150px;}#tcs-carousel-sponsors .item img{  max-height:100% !important;  margin:0px auto;}#tcs-carousel-sponsors .carousel-control, #tcs-carousel-sponsors .carousel-indicators{  display:none;}.section_search{  float:right;  margin-top:-60px;}.section_search input.search_button{  background:#75C637;  padding:0px 10px 0px 10px;  border-radius:0px;  height:30px;  border:0px solid #BDC3C6;  color:#ffffff;}.section_search .search_input{  padding:0px 10px;  height:30px;  font-style:italic;  margin-right:0px;  width:150px;  background:#ffffff;  border:1px solid #BDC3C6;  color:#BDC3C6;}.border-box{  border:1px solid #BDC3C6;  padding:15px;  margin-bottom:20px;}/* CONTENT MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* CONTENT TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){ }/* CONTENT PHONE ---------------------------- */@media (max-width:767px) {   #main, #side-left, #side-right  {    padding:0px 0px 10px 0px;  }  #subpage #side-left  {    padding:0px 0px 20px 0px;  }  #sidebar  {    display:none;  }  .section_search  {    float:none;    margin-top:0px;  }}/* FOOTER ---------------------------------------------------------------------- */#footer{  background:#005E9B;  color:#ffffff;  font-size:.8em;  padding:20px;}#footer a{  color:#ffffff !important;}.tcspromo{  text-align:right;}.tcs-copyright{  display:none;}/* FOOTER MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* FOOTER TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){ }/* FOOTER PHONE ---------------------------- */@media (max-width:767px) {   #footer  {    text-align:center;  }  .tcspromo  {    text-align:center;  }}/* COMPONENTS ------------------------------------------------------------------ */.tcsnews_odd, .tcsnews_even, .tcscalendars_odd, .tcscalendars_even, .tcslinks_odd, .tcslinks_even, .tcsjobs_even, .tcsjobs_odd{  margin:0px 0px 20px 0px;}.tcsnews h5, .tcscalendars h5, .tcslinks h5, .tcsjobs h5{  color:#666666;  margin:0px 0px 5px 0px;}.tcsnews a, .tcscalendars a, .tcslinks a, .tcsjobs a{  text-decoration:none !important;}.tcslinks table tr td{  padding:0px 20px 20px 0px;}.tcsnews h3, .tcscalendars h3, .tcslinks h3, .tcsjobs h3{  margin:0px 0px 5px 0px;}.tcsnews h4, .tcscalendars h4, .tcslinks h4, .tcsjobs h4{  margin:0px 0px 5px 0px;}.tcsnews p, .tcscalendars p, .tcslinks p{  margin:0px 0px 5px 0px;}.tcsUserCreatedForm{  border:0px !important;}.none_at_this_time{  display:none;}h5.tcsDetails{  display:none;}.tcsSubHeadFont{  font-size:1.3em;  margin:0px 0px 10px 0px;  padding:0px 0xp 10px 0px;  border-bottom:1px solid #ccc;  color #ccc;}.board h3{  margin:0px;}.board h3 a{  text-decoration:none;}.board td{  padding:0px 20px 20px 0px;}/* COMPONENTS MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) { }/* COMPONENTS TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){ }/* COMPONENTS PHONE ---------------------------- */@media (max-width:767px) {   .board td  {    float:left;    width:100%;    padding:0px 0px 10px 0px;  }}/* COMPONENTS ------------------------------------------------------------------ */.tcscalendars .datestamp {  width:60px;  margin:0px 0px 0px 0px;  float:left;  text-align:center;  clear:left;  padding:0;  height:55px;  border:1px solid #36B0DA;  overflow:hidden;  border-radius:5px;}	.tcscalendars .datestamp h5 {  padding:4px 0px 0px 0px;  display:block;  width:60px;  color:#ffffff;  background:#36B0DA;}.tcscalendars h5 span.bignumber {  font-size:23px;  font-weight:bold;  color:#36B0DA;  display:block;  margin-top:3px;  background:#ffffff;  padding:3px 0px;}	.tcscalendars h3, .tcscalendars h4, .tcscalendars h6, .tcscalendars p{  margin:0px 0px 0px 70px;}/* calendarbox styles ------------------------------ */table.calendarbox {  width:100%;  margin-bottom:30px;}#calendarblock table.calendarbox {  width:201px;  margin-bottom:10px;}.subcol table.calendarbox {  background-color:#fff;}	.calendarbox th {  text-align:center;  width:26px;  height:26px;  color:#fff;  font-weight:bold;  vertical-align: middle;	  border:1px solid #fff;  background-color:#005E9B;}	.calendarbox td {  text-align:center;  vertical-align: middle;  width:26px;  height:26px;  background-color:#fff;  border:1px solid #f0f0f0;}	.calendarbox tr.monthrow th {  border:0;  background-color:transparent;  height:auto;  padding:3px 0;  text-align:center;  color:#005E9B;}	.calendarbox tr.monthrow th a {  text-decoration:none;  font-size:1.4em;  color:#005E9B;}.calendarbox tr.monthrow th a:visited, .calendarbox tr.monthrow th a:hover {  text-decoration:none;}	.calendarbox td.todaydate {  background-color:#75C637;  font-weight:bold;  color:#fff;}	td.eventdate {  background-color:#36B0DA;  font-weight:bold;  text-decoration:none;  color:#fff;}	.calendarbox td.eventdate.todaydate {  background-color:#005E9B;  color:#fff;}	td.eventdate a, td.eventdate a:hover, td.eventdate a:visited {  color:#fff;  text-decoration:none;}	td.eventdate:hover {  background-color:#005E9B;}	.events {  position: relative;  font-size:.8em;}.events ul {  text-align: left;  position: absolute;  display: none;  z-index: 1000;  padding: 10px;  margin:0;  background-color:#005E9B;  color:#fff;  width: 410px;  Border-radius: 5px;  list-style: none;  max-height:350px;  overflow:auto;}.events li {  padding-bottom: 5px;  margin:0;  padding:0;}	.events li h3 {  margin:0 0 .2em 0;  color:#fff;}	.events li h4 {  margin:0;  color:#fff;}	.events li p {  font-weight:normal;  color:#fff;}	.events li + li {  margin-top:.6em;  border-top:1px solid #fff;  padding-top:.3em;}	.calendarbox td.eventdate .events li a {  font-weight:normal;}	.calendarbox td.eventdate .events li a:hover {  text-decoration:underline;}	.calendarbox td.nodate {  background-color:transparent;  border-color:transparent;}/* BIG calendarbox styles ------------------------------ */table.calendarbox_big{  width:100%;  margin-bottom:30px;}.subcol table.calendarbox_big{  background-color:#fff;}	.calendarbox_big th {  text-align:center;  height:30px;  color:#fff;  font-weight:bold;  vertical-align: middle;	  border:1px solid #fff;  background-color:#005E9B;}	.calendarbox_big td {  text-align:right;  padding:5px 15px;  vertical-align: top;  height:100px;  background-color:#fff;  border:1px solid #eee;  color:#005E9B;  width:14%;}	.calendarbox_big tr.monthrow th {  border:0;  background-color:transparent;  height:auto;  padding:3px 0;  text-align:center;  color:#005E9B;}	.calendarbox_big tr.monthrow th a {  text-decoration:none;  font-size:1.4em;  color:#005E9B;}.calendarbox_big tr.monthrow th a:visited, .calendarbox_big tr.monthrow th a:hover {  text-decoration:none;}	.calendarbox_big td.todaydate {  background-color:#75C637;  font-weight:bold;  color:#fff;}	.calendarbox_big td.eventdate {  background-color:#36B0DA;  font-weight:bold;  text-decoration:none;  color:#fff;}	.calendarbox_big td.eventdate.todaydate {  background-color:#005E9B;  border:1px solid #000;  color:#fff;}	.calendarbox_big td.eventdate a, .calendarbox_big td.eventdate a:hover, .calendarbox_big td.eventdate a:visited {  color:#fff;  text-decoration:none;}	.calendarbox_big td.eventdate:hover {  background-color:#005E9B;}	.calendarbox_big .events {  position: relative;  font-size:.8em;}.calendarbox_big .events ul {  text-align:left;  display:inline !important;  opacity:1 !important;  padding:10px;  margin:0 !important;  color:#fff;  list-style: none;  font-size:.8em;  position:static;  background-color:transparent;}.calendarbox_big .events li {  padding-bottom: 5px;  margin:0;  padding:0;}	.calendarbox_big .events li h3 {  margin:0 0 .2em 0;  color:#fff;}	.calendarbox_big .events li h4 {  margin:0;  color:#fff;}	.calendarbox_big .events li p {  font-weight:normal;  color:#fff;}	.calendarbox_big .events li + li {  margin-top:.6em;  border-top:1px solid #fff;  padding-top:.3em;}	.calendarbox_big td.eventdate .events li a {  font-weight:normal;}	.calendarbox_big td.eventdate .events li a:hover {  text-decoration:underline;}	.calendarbox_big td.nodate {  background-color:transparent;  border-color:transparent;}.calendarbox_big .tcs-calendar-subtitle,.calendarbox_big .tcs-calendar-location,.calendarbox_big .tcs-calendar-date-range{  display:none;}/* MEMBER ONLY STYLES ------------------------------------------------------------------ */#member_info{}.member_icons{  margin:0px 0px 10px 0px;}.member_logout{  float:right; }.member_logout a{  display:block;  padding:8px 30px;  background:#75C637;  color:#fff !important;  text-decoration:none !important;  text-align:center;  font-size:.85em;  margin-left:10px;}.memberbutton{  padding:0px !important;  border-bottom:0px dashed #BDC3C6!important;  margin:10px !important;}.memberbutton a{  display:block;  padding:10px 20px;  background:#005E9B;  color:#fff !important;  text-decoration:none !important;  text-align:center;}#member_account{  padding:30px;  width:38%;  float:left;  box-sizing: border-box;  border:1px solid #BDC3C6;  margin:0px 0px 20px 0px;}#member_docs{  padding:30px;  width:38%;  float:left;  box-sizing: border-box;  border:1px solid #BDC3C6;  clear:left;}#member_contact{  padding:30px;  width:60%;  float:right;  box-sizing: border-box;  border:1px solid #BDC3C6;}#member_info .title{  padding:0px 0px 15px 0px;  margin:0px 0px 15px 0px;}#member_account div, #member_contact div, #member_docs div{  padding:0px 0px 10px 0px;  border-bottom:1px dashed #BDC3C6;  margin:0px 20px 10px 20px;}#member_contact h3, #member_account h3, #member_docs h3{  padding:10px;  margin:0px 0px 15px 0px;  background:#eee;  color:#005E9B;}#member_account span{  width:120px;  color:#999;  display:inline-block;}#member_contact span{  width:120px;  color:#999;  display:inline-block;}/* MEMBER ONLY  MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) {}/* MEMBER ONLY  TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){ }/* MEMBER ONLY  PHONE ---------------------------- */@media (max-width:767px) {   .member_logout  {    float:none;     margin:0px 0px 10px 0px;  }  #member_account, #member_docs, #member_contact  {    width:100%;    float:none;    margin:0px 0px 10px 0px;    padding:20px 30px;  }  #member_contact h3, #member_account h3, #member_docs h3  {    margin:0px -10px 10px -10px;  }  #member_account div, #member_contact div, #member_docs div  {    margin:0px 0px 10px 0px;  }  #member_account span  {    width:100%;    color:#999;    display:inline-block;  }  #member_contact span  {    width:100%;    color:#999;    display:inline-block;  }}/* DIRECOTRY STYLES ------------------------------------------------------------ */input.tcsFormButton{  background:@primary;  padding:0px 10px 0px 10px;  border-radius:0px;  height:30px;  border:0px solid #BDC3C6;  color:#ffffff;}.directory-listing{  margin:0px 0px 15px 0px;  padding:0px 0px 15px 0px;  border-bottom:1px dashed #c0c0c0;}.tcsDirectory .tcsMapRecord{  display:none;}/* ACCORDIAN STYLES ------------------------------------------------------------ */.accordion .tcslegend{  display:none;}.accordion_odd, .accordion_even{  padding:10px 15px;  border:1px solid #c0c0c0;  margin:0px 0px 5px 0px;}.tcs_accordion_title{  text-decoration:none !important;}.tcs_accordion_title h3, .accordion_even h3, .accordion_odd h3{  margin:0px 20px;  color:#000;}.tcs_accordion_content{  padding:20px;}.accordion_odd p, .accordion_even p{  margin:0px 0px 10px 0px;}.resources{  margin:10px 20px;}.resources_inner{  margin:0px 0px 30px 0px;}.resources h3{  margin:0px;}h2.resources_title{  margin:0px 0px 10px 0px;  padding:10px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.resources .tcslegendtitle{  margin:0px;  padding:10px 0px;}.resources .back_to_top{  display:none;}.resources_odd, .resources_even{  padding:0px 0px 20px 0px;}.resources .tcslegend{  display:none;}.tcs_accordion_title{  text-decoration:none !important;}.tcs_accordion_title h3, .tcs_accordion_title h4{  margin:0px 0px 0px 20px;  color:#000;  width:545px;}.webinars .tcs_accordion_title h3{  color:#0041A8;}.tcs_accordion_closed_icon{  background:url(http://www.ncssaonline.com/aws/NCSSA/am/gi/accordian_closed.png?ver=2) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;}.tcs_accordion_open_icon{  background:url(http://www.ncssaonline.com/aws/NCSSA/am/gi/accordian_open.png?ver=2) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;}.accordion_legend .tcs_accordion_title{  display:block;  font-size:1.2em;  color:#000;  padding:10px;  border:1px solid #d4d4d4;}.accordion_legend .tcs_accordion_closed_icon, .accordion_legend .tcs_accordion_open_icon{  float:left;  position:static;}.accordion_legend_odd, .accordion_legend_even{  margin:20px;}/* FORM STYLES ------------------------------------------------------------ */.tcsUserCreatedForm input, .tcsUserCreatedForm select{  padding:5px;  margin:2px;  border:1px solid #d4d4d4;}.tcsUserCreatedForm td{  vertical-align:middle !important;  padding:2px;}.tcsUserCreatedForm h2{  margin:25px 0px;}.tcsUserCreatedForm_Table{  border-spacing:3px;}.tcsUserCreatedForm_Table input{  padding:3px;}.tcsUserCreatedForm{  padding:0px !important;}.formtitle{  margin-bottom:15px;  padding-bottom:15px;  border-bottom:1px solid #BDC3C6;}.tcsUserCreatedForm input, .tcsUserCreatedForm select{  max-width:100%;}/* FORM TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){   .tcsUserCreatedForm td  {    width:100%;    float:left;    text-align:left !important;  }  .tcsUserCreatedForm td + td  {    margin-bottom:15px;  }  .tcsUserCreatedForm input, .tcsUserCreatedForm select  {    padding:5px;    margin:2px;    width:100%;    color:#999;  }}/* FORM PHONE ---------------------------- */@media (max-width:767px) {   .tcsUserCreatedForm td  {    width:100%;    float:left;    text-align:left !important;  }  .tcsUserCreatedForm td + td  {    margin-bottom:15px;  }  .tcsUserCreatedForm input, .tcsUserCreatedForm select  {    padding:5px;    margin:2px;    width:100%;    color:#999;  } }/* ------------------------------------------------------------------------------- *//* LOGIN ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page{  background:#36B0DA;  background-size:cover;  padding:25px;  height:100%;}.login-container{  text-align:center;}#login-text{  max-width:770px;  padding:25px 0px;  border-bottom:1px dashed #BDC3C6;  margin-bottom:25px;  margin-left:auto;  margin-right:auto;}#login-box{  background:white;  padding:25px;  border-radius:10px;  margin:0px auto;  text-align:center;  position:relative;  display:inline-block;}#login-box input{  width:100% !important;  display:block;}#login-box .col-md-8.col-md-offset-2{  flex:none;  max-width:100%;  padding:0px;}#login-box .tcsSubHeadFont{  padding-bottom:15px;  margin-bottom:15px;  margin-top:0px;  font-weight:900;  color:@primary !important;  border:none;}#login-box .tcsInputForm {  border:0px solid #F0EFEF;  padding:0px;  border-radius:0px;  margin-bottom:0px;  position:static;}#login-box .tcsForgotPassword{  display:block;  background:@secondary;  padding:10px;  border-radius:5px;  position:static;}#login-box .tcsForgotPassword a{  color:@white !important;  text-decoration:none !important;}#login-box .tcsFormTitle{  display:none;}#login-box #login, #login-box button{  display:block;  width:100% !important;  margin:15px 0px;  background:#36B0DA;  color:white !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#36B0DA !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#005E9B !important;}#login-box .container-fluid{  max-width:100%;  width:100%;  padding:0px;}#login-box .container-fluid .col-sm-8{  max-width:100%;  width:100%;  padding:0px;  flex:none;}#login-box .container-fluid .col-sm-8 form{  width:100%;}#login-box .container-fluid .col-sm-8 form .alert-info{  background:@lgrey;  border:1px solid #BDC3C6;  color:@black;}#login-box .container-fluid .col-sm-8 form .tcsFormInput{  margin-bottom:20px;}/* GENERAL SM ONLY ----------------------------------------- */@media (max-width: 921px) {  #create_account input, #create_account select, #create_account div  {    width:100% !important;  }      #login-box .tcsInputForm   {    padding-left:20px;    padding-right:20px;  }}/* LOGIN MD ------------------------------------------------- */@media (min-width: 922px) {  .login-page  {    padding:35px;  }  #loginform  {    width:800px;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    width:800px !important;  }  #create_account label  {    text-align:left !important;  }  #login-box .container-fluid  {    width:800px;  }  #login-box .tcsInputForm   {    margin-left:30px;  }}/* LOGIN LG ------------------------------------------------- */@media (min-width: 992px) {  .login-page  {    padding:50px;  }   .login-page #footer  {    position:fixed;    bottom:0px;    left:0px;    right:0px;    opacity:.9;  }  #login-box  {    padding:40px;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    width:800px !important;  }  #login-box .tcsInputForm   {    margin-left:-115px;    margin-right:155px;  }}/* LOGIN XL ------------------------------------------------- */@media (min-width: 1200px) {  .login-page  {    padding:75px;  }    #login-box .tcsInputForm   {    margin-left:-115px;    margin-right:155px;  }}/* DIRECTORY STYLES ------------------------------------------------------------ */input.tcsFormButton{  background:@primary;  padding:0px 10px 0px 10px;  border-radius:0px;  height:30px;  border:0px solid #BDC3C6;  color:#ffffff;}dd input, dd select{  padding:3px;  margin:0px 0px 0px 0px;  border:1px solid #BDC3C6;}.form-col dd input, .form-col dd select{  width:100%;}dd{  margin:0px 0px 10px 0px;}dt{  margin:0px 0px 0px 0px;}.directory-container{  padding:20px 20px 20px 20px !important;  margin-bottom:15px !important;  border:1px solid #BDC3C6;  position:relative;  background:@white;}.directory-org{  font-weight:bold;  font-size:24px;  padding-bottom:15px;  margin-bottom:15px;  border-bottom:1px solid #BDC3C6;}.directory-name{  font-weight:bold;}.directory-container span{  display:block;}.directory-photo{  position:absolute;  left:70%;  right:5%;  top:10px;  padding:0px;  margin:10px 0px;  text-align:center;  background:#eee;  float:right;}.directory-image{  background-size:cover;  width:170px;  overflow:hidden;  text-align:center;  border:10px solid #fff;  margin:0px auto;}.directory-image img{  width:100%;  height:auto;}.directory-specialties{  margin-bottom:20px;}.tcs-select select{  height:100px;}/* DIRECTORY MONITOR ---------------------------- */@media (min-width:992px) and (max-width:1200px) {   .directory-container  {    padding:20px 20px 20px 20px !important;  }  .directory-image  {    width:150px;  }}/* DIRECTORY TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){   .directory-container  {    padding:15px 15px 15px 15px !important;  }  .directory-photo  {    top:5px;  }  .directory-image  {    width:100px;  }  }/* DIRECTORY PHONE ---------------------------- */@media (max-width:767px) {   .directory-container  {    padding:20px !important;    height:auto;  }  .directory-container .directory-photo  {    position:static;    padding:10px;    float:left;  }  .directory-photo  {    position:static;    padding:10px;  }}


/*
===========================================================================
@IMPORTED STYLESHEET: Editor_Stylesheet
---------------------------------------------------------------------------
*/

/**/body {  color:#000000;    font-family: 'Lato', sans-serif;  font-size:15px;}a:link, a:visited{  color:#005E9B;  text-decoration:underline;}a:hover{  color:#36B0DA;}h1 {  color:#005E9B;  margin:0px 0px 10px 0px;  font-size:2em;  font-weight:700;}h2 {  color:#005E9B;  margin:0px 0px 10px 0px;  font-size:1.6em;  font-weight:700;}h3 {  color:#005E9B;  margin:0px 0px 10px 0px;  font-size:1.3em;  font-weight:700;}h4 {  color:#000000;  margin:0px 0px 5px 0px;  font-weight:bold;  font-size:1.1em;  font-weight:700;}h5 {  color:#000000;  margin:0px 0px 5px 0px;  font-size:1em;  font-weight:normal;}h6 {  color:#000000;  margin:0px 0px 5px 0px;  font-size:1em;}hr{  border:0px;  border-top:1px solid #BDC3C6;  margin:15px auto;}.title{  padding:0px 0px 15px 0px;  border-bottom:1px solid #BDC3C6;  margin:0px 0px 15px 0px;}.bluetext{  color:#005E9B !important;}.lightbluetext{  color:#36B0DA !important;}.greentext{  color:#75C637 !important;}
 /* Sets up a 5 column layout option -------------------------------------- */.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15 {    position: relative;    min-height: 1px;    padding-right: 10px;    padding-left: 10px;}.col-xs-15 {    width: 20%;    float: left;}@media (min-width: 768px) {.col-sm-15 {        width: 20%;        float: left;    }}@media (min-width: 992px) {    .col-md-15 {        width: 20%;        float: left;    }}@media (min-width: 1200px) {    .col-lg-15 {        width: 20%;        float: left;    }}/* Remove Built in Column Padding -------------------------------------- */[class*="col-"] {  padding-left: 0;  padding-right: 0;}.row {  margin-left: 0;  margin-right: 0;}.container-fluid {  margin: 0;  padding: 0;}