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

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

/**/html{  font-size:14px;  min-height:100%;}body{  margin:0px;  padding:0px;  background:#eeeeee;  min-height:100%;}#page-container{  background:#f26c00;  min-height:100%;}img, iframe{  max-width:100%;}.viewall{  text-align:right;}.viewall a{  text-decoration:none !important;}.tcs_details_link{  padding:5px 15px;  background:#ffda49;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px;}.tcs_printer_friendly a{  background:#d4d4d4 url(https://www.isd.org/aws/FPDA/am/gi/icon-print.png?ver=0) no-repeat left center;  padding:10px 20px 10px 50px;  border-radius:5px;  color:#ffffff !important;  text-decoration:none !important;  margin:10px 0px 20px 0px;  font-weight:900;  display:inline-block;}/* GENERAL MD ------------------------------------------------- */@media (max-width: 768px) {}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  html  {    font-size:13px;  }}/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {  html  {    font-size:14px;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {  html  {    font-size:15px;  }}/* ------------------------------------------------------------------------------- *//* CONTENT CONTAINER ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content-container{  background:#ffffff;  margin:0px -15px;}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header{  margin:0px;}#logo{  padding:0px;}#logo img{  width:100%;}/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav{  background:#ffffff;}#nav #navbarSupportedContent.row{  margin:0px !important;}#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;  font-weight:900;  font-size:.9rem;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#f26c00;  }  #nav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#ffffff;  }  #nav .navbar-toggler-icon i  {    margin-right:5px;  }  #nav .navbar-collapse  {    background:#ffffff;     background:linear-gradient(#ffffff, #eeeeee);     border:1px solid #d4d4d4;    margin:0px 0px;    position:relative;    z-index:999;  }  .nav-item  {    clear:both;  }  #nav a:link, #nav a:visited  {    border-bottom:1px dashed #d4d4d4;    padding:10px;    color:#f26c00;  }  #nav #member-nav a:link, #nav #member-nav a:visited  {    color:#ffda49;  }  #nav .nav-item:last-child a  {    border-bottom:0px dashed #d4d4d4 !important;  }}/* NAV MD ----------------------------------------------------- */@media (min-width: 768px){  .nav-item  {    padding:0px;  }  #nav a:link, #nav a:visited  {    padding:15px 0px;    color:#ffffff;    border-right:1px solid @lprimary;    text-align:center;    color:#ffffff;    background:#f26c00;  }  #nav a:hover  {    opacity:.9;  }  #nav #member-nav a:link, #nav #member-nav a:visited  {    background:#ffda49;  }  #nav .nav-item:last-child a  {    border-right:0px solid #ffffff;  }}/* DROPDOWN ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav .dropdown-menu ul{  list-style:none;  margin:0px;  padding:0px;}/* DROPDOWN XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:0px;    padding:0px;    width:100%;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu   {    margin:0px;    width:250px;    border:1px solid #d4d4d4;    padding:0px;    right:0px;    background:#ffffff;    background:linear-gradient(#ffffff, #eeeeee);    border-radius:0px;  }  #nav .dropdown-menu a:link, #nav .dropdown-menu a:visited  {    padding:10px 10px;    border-bottom:1px solid #d4d4d4;    background-color:transparent;    text-align:left;    color:#f26c00;  }  #nav .dropdown-menu a:hover  {    color:#ffda49;  }}/* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;}.sidenav h2{  background:#f26c00;  color:#ffffff;  padding:10px 25px;  margin:0px;  font-size:18px;}.sidenav ul{  list-style:none;  margin:0px;  padding:20px;  border:1px solid #d4d4d4;  background:#ffffff;  display:block;  width:100%;}.sidenav ul li a:link, .sidenav ul li a:visited{  display:block;  text-decoration:none;  border-bottom:1px dashed #d4d4d4;  padding:10px 0px;  font-size:.9rem;}.sidenav li:first-child a{  padding-top:0px !important;}.sidenav li:last-child a{  padding-bottom:0px !important;  border-bottom:0px dashed #d4d4d4 !important;}/* -- SIDENAV XS ONLY ------------------------------------------ */@media (max-width: 575px) {  .sidenav-title  {    display:none;  }  .sidenav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#ffffff;    background:linear-gradient(#ffffff, #d4d4d4);    border:1px solid #d4d4d4;  }  .sidenav .navbar-toggler-icon  {    height:auto;    width:100%;    color:@green;  }  .sidenav .navbar-toggler-icon i  {    margin-right:5px;  }  .sidenav ul.navbar-nav  {    margin:0px 0px;    border:1px solid #d4d4d4;  }  .sidenav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:10px;    padding:0px;  }}/* -- SIDENAV LG ONLY ------------------------------------------ */@media (min-width: 992px) and (max-width: 1199px){  .sidenav ul  {    padding:15px;  }}/* ------------------------------------------------------------------------------- *//* BANNER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- *//* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  }/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content{  padding:30px;}#tcs-carousel-sponsors{  padding:10px;  margin:20px 0px;  border:1px solid #d4d4d4;}#tcs-carousel-sponsors .carousel-item{  height:150px;  padding:10px;}#tcs-carousel-sponsors .carousel-item img{  max-height:100% !important;  margin:0px auto;}#tcs-carousel-sponsors .carousel-control-prev, #tcs-carousel-sponsors .carousel-control-next, #tcs-carousel-sponsors .carousel-indicators,#tcs-carousel-001 .carousel-control-prev, #tcs-carousel-001 .carousel-control-next, #tcs-carousel-001 .carousel-indicators,#tcs-carousel-hotel .carousel-control-prev, #tcs-carousel-hotel .carousel-control-next, #tcs-carousel-hotel .carousel-indicators{  display:none;}/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  background:#f26c00;  color:#ffffff;  font-size:.8rem;  padding:25px 25px 80px 25px;}#footer a{  color:#ffffff !important;}#footer .tcspromo{  padding-top:25px;}/* FOOTER MD --------------------------------------------------- */@media (min-width: 768px) {  #footer  {    padding:25px 25px 25px 25px;  }  #footer .tcspromo  {    text-align:right;    padding-top:0px;  }}/* ------------------------------------------------------------------------------- *//* COMPONENTS -------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcsnews_odd, .tcsnews_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, .tcsjobs a, .topstory 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;}.PageResults, .NewsResults, .CalendarResults, .LinksResults{  margin-bottom:25px;}.tcssearch .odd, .tcssearch .even{  margin-bottom:10px;}.tcsUserCreatedForm{  border:0px !important;}.none_at_this_time{  display:none;}h5.tcsDetails{  display:none;}.tcsSubHeadFont{  font-size:25px;  margin:0px 0px 10px 0px;  padding:0px 0xp 10px 0px;  border-bottom:1px solid #d4d4d4;  color:#555555;}/* ------------------------------------------------------------------------------- *//* ACCORDION STYLES -------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.accordion .tcslegend{  display:none;}.accordion_odd, .accordion_even{  padding:20px 20px 20px 40px;  border:1px solid #d4d4d4;  margin:0px 0px 5px 0px;  position:relative;  background-image:linear-gradient(to bottom right,#ffffff, #eeeeee);}.tcs_accordion_title{  text-decoration:none !important;}.tcs_accordion_title h3{  display:block !important;  width:auto;  margin:0px;  font-size:20px;}.tcs_accordion_title h4{  }.tcs_accordion_content{  padding:20px;  margin-top:20px;  border:1px dashed #d4d4d4;  background:#fbfbfb;  margin-left:-20px;}.tcs_accordion_closed_icon{  background:url(https://www.isd.org/aws/FPDA/am/gi/accordian_closed.png?ver=1) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;  left:15px;  top:20px;}.tcs_accordion_open_icon{  background:url(https://www.isd.org/aws/FPDA/am/gi/accordian_open.png?ver=1) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;  position:absolute;  left:15px;  top:20px;}.accordion_legend .tcs_accordion_title{  display:block;  color:@font;  padding:10px;  border:1px solid #d4d4d4;  background-image:linear-gradient(to bottom right,#ffffff, #eeeeee);  margin-top:-15px;  font-weight:900;}.accordion_legend .tcs_accordion_closed_icon, .accordion_legend .tcs_accordion_open_icon{  float:left;  position:static;}.accordion_legend_odd, .accordion_legend_even{  margin:20px;}.accordion_legend .tcs_accordion_content{  margin:0px 0px 10px 0px;  padding:20px;}.accordion_legend .tcs_accordion_content .tcslinks h3{  font-size:16px;}/* ------------------------------------------------------------------------------- *//* HOMEPAGE CALENDAR ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.events-home .tcscalendars_odd, .events-home .tcscalendars_even {  position:relative;  padding:20px 0px 0px 60px;  border:0px dashed #d4d4d4;  border-top:1px dashed #d4d4d4;}/* HOMEPAGE EVENTS MD ------------------------------------------------- */@media (min-width: 768px) and (max-width: 991px){  .events-home .tcscalendars_odd:last-child  {    display:none;  }}/* HOMEPAGE EVENTS MD ------------------------------------------------- */@media (min-width: 768px){  .events-home .tcscalendars_odd, .events-home .tcscalendars_even   {    width:50%;    position:relative;    padding:0px 0px 0px 60px;    border-top:0px dashed #d4d4d4 !important;  } }/* HOMEPAGE EVENTS LG ------------------------------------------------- */@media (min-width: 992px) {  .events-home .tcscalendars_odd, .events-home .tcscalendars_even   {    width:33%;  } }/* CALENDAR ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcscalendars_odd, .tcscalendars_even{  padding:25px 0px 25px 60px;  border-top:1px dashed #d4d4d4;}.tcscalendars .datestamp {  width:50px;  margin:15px 15px 15px 15px;  float:left;  text-align:center;  clear:left;  padding:0;  height:50px;  border:1px solid #d4d4d4;  overflow:hidden;  border-radius:5px;}	.tcscalendars .datestamp h5 {  padding:4px 0px 0px 0px;  display:block;  width:50px;  color:#ffffff;  background:#ffda49;  font-size:13px;}.tcscalendars h5 span.bignumber {  font-size:20px;  font-weight:bold;  color:#ffda49;  display:block;  margin-top:3px;  background:#ffffff;  padding:3px 0px;}.tcscalendars .tcs_details_link{  background:@green;  color:#ffffff;  font-size:.8rem;  margin:20px 0px 0px 0px;  padding:3px 10px;  border-radius:5px;}/* ------------------------------------------------------------------------------- *//* CALENDAR BOX ------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */table.calendarbox{  width:100%;  margin-bottom:20px;}.calendarbox td.nodate {  background-color:transparent;  border-color:transparent;}.calendarbox tr.monthrow th {  border:0px;  background-color:transparent;  height:auto;  padding:3px 0px;  text-align:center;  color:#ffda49;}.calendarbox tr.monthrow th a {  text-decoration:none;  color:#ffda49;}.calendarbox tr.monthrow th a:visited, .calendarbox tr.monthrow th a:hover {  text-decoration:none;}.calendarbox th {  text-align:center;  height:30px;  color:#ffffff;  font-weight:bold;  vertical-align: middle;	  border:1px solid #ffffff;  background-color:#ffda49;}	.calendarbox td {  text-align:center;  vertical-align:middle;  height:30px;  background-color:#ffffff;  border:1px solid #d4d4d4;}.calendarbox td.eventdate {  background-color:@green;  font-weight:bold;  text-decoration:none;  color:#ffffff;}.calendarbox td.todaydate {  background-color:@green;  font-weight:bold;  color:#ffffff;}.calendarbox td.eventdate.todaydate {  background-color:@green;  color:#ffffff;}.calendarbox td.eventdate a:link, .calendarbox td.eventdate a:hover, .calendarbox td.eventdate a:visited {  color:#ffffff;  text-decoration:none;}.calendarbox td.eventdate:hover {  background-color:#ffda49;}.calendarbox .events {  position:relative;  font-size:.8rem;}.calendarbox .events ul {  text-align:left;  position:absolute;  display:none;  z-index:9999;  padding:15px;  margin:0px;  background-color:#ffda49;  border:2px solid #ffffff;  color:#ffffff;  width:300px;  border-radius:5px;  list-style:none;  max-height:350px;  overflow:auto;}.calendarbox .events li {  padding-bottom:5px;  margin:0px;  padding:0px;}.calendarbox .events li h3 {  margin:0px 0px 5px 0px;  color:#ffffff;}.calendarbox .events li h4 {  margin:0px;  color:#ffffff;}	.calendarbox .events li p {  font-weight:normal;  color:#ffffff;}	.calendarbox .events li + li {  margin-top:10px;  border-top:1px solid #ffffff;  padding-top:10px;}	.calendarbox td.eventdate .events li a:hover {  text-decoration:underline;}/* ------------------------------------------------------------------------------- *//* SPONSORS ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sponsors-item{  width:18%;  float:left;  text-align:center;  border-radius:5px;  border:1px solid #d4d4d4;  overflow:hidden;  margin:0px 1%;}.sponsors-item h4{  padding:5px;  color:#ffffff;  margin:0px;  font-size:.9rem;}.section_sp1 h4{  background:#f26c00;}.section_sp2 h4{  background:#ffda49;}.section_sp3 h4{  background:#231f20;}.section_sp4 h4{  background:#555555;}.section_sp5 h4{  background:#eeeeee;}.sponsors-item .tcsnewsarticle_photo{  padding:0px !important;  background:transparent !important;  border:0px solid #d4d4d4 !important;  float:none !important;  margin:0px 0px 0px 0px !important;}#sponsors-container .carousel-control-prev,#sponsors-container .carousel-control-next{  background:#222222;  width:30px;  border-radius:30px;  height: 30px;  top: 50%;  margin-top: -15px;}#sponsors-container .carousel-indicators{  display:none;}.sponsors-all_even td, .sponsors-all_odd td{  border:1px solid #d4d4d4;  padding:20px;  text-align:center;}.sponsors-all_even td.tcs-empty, .sponsors-all_odd td.tcs-empty{  border:0px solid #d4d4d4;}.sponsors-all_even td .tcsnewsarticle_photo, .sponsors-all_odd td .tcsnewsarticle_photo{  border:1px solid #d4d4d4;  padding:20px;  margin-bottom:20px;}.sponsors-all_even td .tcs_details_link, .sponsors-all_odd td .tcs_details_link{  display:block;  background:#231f20;  padding:7px 0px;  text-decoration:none;  color:#ffffff !important;  border-radius:20px;}.sponsors-all .tcslegend{  display:none;}.sponsors-all .tcslegendtitle{  padding:10px;  background:#eeeeee;  margin:20px 0px;}.sponsors-all .back_to_top{  display:none;}.sponsors-all #list-sponsors-all-SP2-MSHO.tcslegendtitle{  background:#222222;  color:#ffffff;}.sponsors-all #list-sponsors-all-SP3-MSHO.tcslegendtitle{  background:@red;  color:#ffffff;}.sponsors-all #list-sponsors-all-SP4-MSHO.tcslegendtitle{  background:@gold;  color:#ffffff;}.sponsors-all #list-sponsors-all-SP5-MSHO.tcslegendtitle{  background:@blue;  color:#ffffff;}/* SM ONLY ----------------------------------------- */@media (max-width: 767px) {  #sponsors-screen  {    display:none;  }}


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

/**/body {  color:#222222;    line-height:1.2;}a:link, a:visited, a:focus{  color:#f26c00;  text-decoration:underline;}a:hover{  color:#ffda49;}h1 {  color:#f26c00;  font-size:2rem;  font-weight:900;}h2 {  color:#f26c00;  font-size:1.6rem;  font-weight:900;}h3 {  color:#f26c00;  font-size:1.3rem;  font-weight:900;}h3 a{  text-decoration:none !important;}.small-header h3{  font-size:1.1rem;}h4 {  color:#222222;  font-size:1.1rem;  font-weight:500;}h5 {  color:#222222;  font-size:1rem;}h6 {  color:#222222;  font-size:.9rem;}hr{  border:0px;  border-top:1px solid #d4d4d4;  margin:15px auto;  clear:both;}.title{  padding:0px 0px 15px 0px;  border-bottom:1px solid #d4d4d4;  margin:0px 0px 15px 0px;}.primarytext{  color:#f26c00 !important;}.primary-button a{  color:#ffffff !important;  background:#f26c00;  padding:10px 30px;  border-radius:10px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.secondarytext{  color:#ffda49 !important;}.secondary-button a{  color:#ffffff !important;  background:#ffda49;  padding:10px 30px;  border-radius:10px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.responsive-table{  width:100% !important;  height:auto !important;}.responsive-table tr{  height:auto !important;}.responsive-table tr td{  padding:10px;  border:1px solid #d4d4d4;  height:auto !important;}.primary-cell{  background:#f26c00;  padding:10px;  color:#ffffff;  font-weight:bold;  font-size:20px;}.secondary-cell{  background:#ffda49;  padding:10px;  color:#ffffff;  font-weight:bold;  font-size:20px;}/* XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  .responsive-table tr td  {    float:left;    width:100% !important;    height:auto !important;  }}
   