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

/*
===========================================================================
@IMPORTED STYLESHEET: DEMO_css-structure
---------------------------------------------------------------------------
*/

/**/html{  font-size:14px;}body{  margin:0px;  padding:0px;  background:#333333;}td p:last-child{  margin-bottom:0px !important;}.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {  background-color:#777777 !important;  padding: 10px 15px;  width: 100%;  margin: 0px;}.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {  /* removed 7/19/22/TCS - interfering with regis buttons  background-color:#FA9100 !important;  padding: 10px 15px;  width: 100%;  margin: 0px;  */}table.table th, table.table td {  padding:10px !important;  vertical-align:middle;}img, iframe{  max-width:100%;  height:auto;}.viewall, .forum .tcs_details_link{  padding:5px 15px;  background:#555555;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px;}.title-link{  float:right;  font-size:.9rem;  text-decoration:none !important;  padding-top:10px;  color:#555555 !important;}.title-link i{  padding-left:5px;}.tcs_printer_friendly a{  background:#d4d4d4 url(https://demotcs.com/aws/DEMO/am/gi/icon-print.png?ver=1) 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;}.subpage .animated, .subpage .wow{  animation-name:none !important;}/* SM ONLY ----------------------------------------- */@media (max-width: 767px) {  .wow, .animated  {    animation-name:none !important;  }  .imgright, .imgleft  {    margin:0px 0px 20px 0px;    float:none !important;  }}/* MD ---------------------------------------------- */@media (min-width: 768px) {  html  {    font-size:13px;  }}/* LG ---------------------------------------------- */@media (min-width: 992px) {  html  {    font-size:14px;  }}/* XL ---------------------------------------------- */@media (min-width: 1200px) {  html  {    font-size:16px;  }}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header-border{  background:#FA9100;  background:linear-gradient(to right, #ffae2d, #FA9100, #ffae2d);  height:5px;}#header{  background:#ffffff url(https://demotcs.com/aws/DEMO/am/gi/header_bg.png?ver=1) no-repeat center top;  background-size:cover;  padding:20px;  position:relative;  z-index:99999;  text-align:center;}#join.tcsloginbutton_hide{  display:none;}#join{  position:absolute;  right:0px;  top:80px;  width:80px;  z-index:999999;}#member_info.tcsloginbutton{  display:none;}#member_info{  text-align:right;  padding-top:15px;}#member_info ul{  margin:10px 0px 0px 0px;  padding:0px;  list-style:none;}#member_info ul li{  float:right;}#member_info ul li i{  font-size:.8rem;  padding-right:5px;}#member_info ul li a{  display:block;  text-align:center;  padding:5px 15px;  color:#ffffff;  text-decoration:none;}#link_password{  background:#FA9100;   background:linear-gradient(#ffae2d, #FA9100);  border-radius:5px 0px 0px 5px;}#link_profile{  background:#FA9100;   background:linear-gradient(#ffae2d, #FA9100);  border-left:1px solid #FA9100;  border-right:1px solid #FA9100;}#link_logout{  background:#FA9100;   background:linear-gradient(#ffae2d, #FA9100);  border-radius:0px 5px 5px 0px;}#link_password:hover, #link_profile:hover, #link_logout:hover{  background:#FA9100; }/* MD ------------------------------------------------ */@media (min-width: 768px) {  #header  {    padding:10px;  }  #logo img  {    width:200px;  }   #join  {    position:fixed;    right:10px;    top:10px;    width:100px;  }  #member_info  {    position:absolute;    right:25px;    bottom:20px;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #header-container  {    position:fixed;    top:0px;    left:0px;    right:0px;    z-index:99999;  }  #header  {    padding:15px;  }  #logo img  {    width:250px;  }   #join  {    width:125px;  }   }/* XL ------------------------------------------------- */@media (min-width: 1200px) {  #logo img  {    width:300px;  }    #join  {    width:150px;  }   }/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav{  background:#555555;  background:linear-gradient(to right, #777777, #333333, #777777);  position:relative;}#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;  font-weight:900;}#nav a i{  padding-left:5px;  font-size:.8rem;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;  }  #nav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#ffffff;  }  #nav .navbar-toggler-icon i  {    margin-right:5px;  }  #nav .navbar-collapse  {    background:#333333;    background:linear-gradient(to bottom right, #333333, #111111);    border:1px solid #333333;    margin:0px 0px;    position:relative;    z-index:0;  }  .nav-item  {    clear:both;  }  #nav a:link, #nav a:visited  {    border-bottom:1px dashed #333333;    padding:10px;    color:#ffffff;  }  #nav .nav-item:last-child a  {    border-bottom:0px dashed #d4d4d4 !important;  }}/* MD ----------------------------------------------------- */@media (min-width: 768px){  .nav-item  {    padding:0px;  }  #nav a:link, #nav a:visited  {    padding:10px 15px;    color:#ffffff;    font-size:.9rem;  }  #nav a:hover  {    opacity:.7;  }  #nav #member-nav a:link, #nav #member-nav a:visited  {    color:#FA9100;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:12px 15px;  }     }/* ------------------------------------------------------------------------------- *//* DROPDOWN ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav .dropdown-menu {  color:#ffffff;   border-radius:0px;}#nav .dropdown-big .dropdown-container, #nav .dropdown-small .dropdown-menu {  background:#111111 url(https://demotcs.com/aws/DEMO/am/gi/menu-dropdown-bg.jpg?ver=1) no-repeat center bottom;  background-size:cover;}#nav .dropdown-menu ul{  list-style:none;  margin:0px;  padding:0px;}#nav .dropdown-menu h3{  color:#ffffff;  padding-bottom:10px;  margin-bottom:10px;  border-bottom:1px dashed #777777;}#nav .dropdown-menu h2{  color:#ffffff;}#nav .dropdown-menu a:link, #nav .dropdown-menu a:visited{  text-align:left;  text-transform:none;  padding:0px 0px 10px 20px;  position:relative;}#nav .dropdown-big .dropdown-menu a:link, #nav .dropdown-big .dropdown-menu a:visited{  font-weight:300 !important;}#nav .dropdown-small .dropdown-menu a:link, #nav .dropdown-small .dropdown-menu a:visited{  padding:15px;  border-bottom:1px solid #333333;}#nav .dropdown-menu a i{  position:absolute;  left:0px;}#nav-search input.search_button{  border:0px;  padding:5px 15px;  height:auto;  background:#FA9100;  color:#ffffff;  border-radius:0px 5px 5px 0px;  font-size:.9rem;}#nav-search .search_input{  background:#ffffff;  width:180px;  border:0px solid #d4d4d4;  color:#777777;  height:auto;  padding:5px 10px;  font-style:italic;  box-sizing:border-box;  border-radius:5px 0px 0px 5px;  font-size:.9rem;}/* XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:0px;    padding:0px;    width:100%;  }  .dropdown-text  {    display:none;  }  .dropdown-links  {    padding:15px 30px;  }  .dropdown-menu a:link, .dropdown-menu a:visited  {    border-bottom:0px dashed #333333 !important;  }}/* MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-big .dropdown-menu   {    margin:0px;    padding:0px;    right:0px;    left:0px !important;  }  #nav .dropdown-big .dropdown-container   {    position:absolute;    right:-6px;    top:-1px;    left:0px !important;         padding:40px 0px;    border-bottom:5px solid #111111;  }  #nav .dropdown-small .dropdown-menu   {    margin:0px;    width:250px;    border:1px solid #111111;    padding:0px;    right:0px;  }}/* ------------------------------------------------------------------------------- *//* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;  background:#ffffff;}.sidenav .navbar-nav{  display:block;  width:100%;}.sidenav h3{  background:#ffffff;   background:#555555;  background:linear-gradient(to right, #777777, #333333);  padding:10px;  color:#ffffff;    margin:0px;}.sidenav ul li{  margin:0px;  border-bottom:1px dashed #d4d4d4;  padding:10px;  font-size:.85rem;}.sidenav ul li i{  display:none;}.sidenav ul li a{  text-decoration:none !important;  display:block;}/* ------------------------------------------------------------------------------- *//* BANNER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#banner{  position:relative;}#banner-bg{  background:url(https://associationdatabase.com/aws/DEMO/asset_manager/get_image/147390?ver=3) center top;  background-size:cover;}.subpage #banner-bg{  height:auto;}#banner-text{  font-family: 'Black Ops One', cursive;  font-size:20px;  font-weight:300;  line-height:1;  text-transform:uppercase;  text-shadow:5px 5px 5px #111111;  color:#ffffff;  text-align:center;  margin-top:80px;}.subpage #banner-text{  margin:20px auto;}#banner .carousel-control-prev {  bottom:50%;  top:50%;  height:30px;  width:30px;  left:10px;  background:#b16700;  border-radius:25px;  margin-top:-15px;}#banner .carousel-control-next {  bottom:50%;  top:50%;  height:30px;  width:30px;  right:10px;  background:#b16700;  border-radius:25px;  margin-top:-15px;}#banner .tcsnewsarticle_photo{  width:100%;}#banner .tcsnewsarticle_photo img{  width:100%;}#banner-subpage{  background:@priamry;  background:linear-gradient(to bottom right, @priamry, @dpriamry);  height:20px;}.banner-text {  background:#ffffff;  padding:20px;  font-size:.9rem;}.banner-text p:last-child{  margin-bottom:0px;}/* BANNER SM ONLY -------------------------------------------- */@media (max-width: 767px) {  #banner-text  {    display:none;  }}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  #banner-bg  {    height:250px;  }    #banner-text  {    font-size:25px;  }   .subpage #banner-text  {    margin:30px auto;  }  #banner-subpage  {    height:25px;  }     #banner .carousel-control-prev   {    height:50px;    width:50px;    left:25px;    margin-top:-25px;  }  #banner .carousel-control-next   {    height:50px;    width:50px;    right:25px;    margin-top:-25px;  }  .banner-text   {    padding:25px;  }  #banner .carousel-item .admin_controls a  {    color:#ffffff !important;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-bg  {    padding-top:150px;    height:500px;  }      #banner-text  {    font-size:35px;    margin-top:120px;  }   .subpage #banner-text  {    margin:50px auto;  }  #banner-subpage  {    height:170px;  }       .banner-text   {    position:absolute;    bottom:30px;    right:30px;    left:50%;    margin-left:30px;    padding:30px;    opacity:.9;    border-radius:5px;  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  #banner-text  {    font-size:40px;  }  #banner-subpage  {    height:200px;  }     .banner-text   {    bottom:50px;    right:50px;    left:50%;    margin-left:50px;  }  }/* ------------------------------------------------------------------------------- *//* BANNER SEARCH ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#banner-search{  margin:90px 15px 25px 15px;  height:225px;}#banner-search .search-address{  float:none;  width:100%;  background:#ffffff url(https://demotcs.com/aws/DEMO/am/gi/search_address_bg.png?ver=2) no-repeat left center;  border-radius:10px 10px 0px 0px;  border:1px solid #cccccc;  border-right:1px solid #cccccc;}#banner-search .search-address input{  width:100%;  height:40px;  border:0px;  background:transparent;  padding-left:50px;  color:#cccccc;}#banner-search .search-miles{  width:100%;  border-radius:0px 0px 0px 0px;  border:1px solid #cccccc;    background:#ffffff;  border:1px solid #cccccc;}#banner-search .search-miles select{  width:100%;  height:40px;  border:0px;  background:transparent url(https://demotcs.com/aws/DEMO/am/gi/select_bg.png?ver=3) no-repeat right center;  color:#cccccc;  text-align:center;  padding-left:20px;  padding-right:20px;  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  -o-appearance:none;  appearance:none;}#banner-search .search-button{  width:100%;  background:#FA9100 url(https://demotcs.com/aws/DEMO/am/gi/topbar.png?ver=1) no-repeat left top;  background-size:cover;  border-radius:0px 0px 10px 10px;  border:1px solid #cccccc;}#banner-search .search-button input{  width:100%;  height:40px;  border:0px;  background:#FA9100;  background:linear-gradient(to right, #ffae2d, #FA9100);  color:#ffffff;  border-radius:0px 10px 10px 0px;}/* SM ONLY -------------------------------------------- */@media (max-width: 767px) {  }/* MD ------------------------------------------------- */@media (min-width: 768px) {  #banner-search  {    margin:30px 30px 0px 30px;    height:100px;  }  #banner-search .search-address  {    float:left;    width:50%;    border-radius:10px 0px 0px 10px;    border-right:0px;  }  #banner-search .search-miles  {    float:left;    width:25%;    border-radius:0px 0px 0px 0px;  }  #banner-search .search-button  {    float:left;    width:25%;    border-radius:0px 10px 10px 0px;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-search .search-address input  {    height:50px;  }  #banner-search .search-miles select  {    height:50px;  }  #banner-search .search-button input  {    height:50px;  }}/* XL ------------------------------------------------- */@media (min-width: 1200px) {    }/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#boxes{  background:#555555;  background:linear-gradient(to right, #333333, #555555);}#boxes .col-md{  padding:0px;}.box.card-wrapper{  position:relative;  min-height:150px;}.box .card-body{  padding:30px 0px;  opacity:.85;  text-align:center;  height:100%;}.box .face.front i{  font-size:40px;  color:#ffffff;  padding:0px 0px 0px 0px;  text-shadow:2px 2px 5px #b16700;}.box h3{  padding-top:10px;  font-size:25px;  color:#ffffff;  margin:0px;  font-family: 'Black Ops One', cursive;  text-shadow:2px 2px 5px #b16700;  text-transform:uppercase;  font-weight:300;}.box .rotate-btn{  position:absolute;  left:0px;  right:0px;  top:0px;  bottom:0px;}#box-01 .card-body, #box-04 .card-body{  background:#FA9100;}#box-02 .card-body{  background:#FA9100;  background:linear-gradient(to right, #FA9100, #ffae2d);}#box-03 .card-body{  background:#FA9100;  background:linear-gradient(to right, #ffae2d, #FA9100);}#box-01 .face.front{  background:url(https://demotcs.com/aws/DEMO/am/gi/box-01-bg.jpg?ver=1) no-repeat center center;  background-size:cover;}#box-02 .face.front{  background:url(https://demotcs.com/aws/DEMO/am/gi/box-02-bg.jpg?ver=1) no-repeat center center;  background-size:cover;}#box-03 .face.front{  background:url(https://demotcs.com/aws/DEMO/am/gi/box-03-bg.jpg?ver=1) no-repeat center center;  background-size:cover;}#box-04 .face.front{  background:url(https://demotcs.com/aws/DEMO/am/gi/box-04-bg.jpg?ver=1) no-repeat center center;  background-size:cover;}#boxes .face.back a.rotate-btn{  position:absolute;  right:10px;  left:auto;  bottom:auto;  top:10px;  width:25px;  height:25px;  color:#ffffff;  border-radius:25px;  font-size:20px;}#boxes .face.back h4{  text-transform:uppercase;  margin-bottom:10px;}#boxes .face.back hr{  margin:10px 0px;}#boxes .face.back .card-info-button{  display:block;  padding:5px;  color:#ffffff;  text-decoration:none;  position:absolute;  bottom:20px;  left:20px;  right:20px;    border-radius:5px;  font-size:.9rem;}#boxes .face.back {  font-size:.85rem;}.box h4{  color:#FA9100;}.box .face.back .card-info-button{  background:#ffae2d;}.box .face.back a.rotate-btn{  background:#ffae2d;}/* BOXES MD ------------------------------------------------- */@media (min-width: 768px) {  .box.card-wrapper  {    min-height:150px;  }  .box .card-body  {    padding:30px 25px;  }  .box .face.front i  {    font-size:40px;  }  .box h3  {    font-size:20px;    padding-top:20px;  }  #boxes .face.back   {    font-size:.8rem;  }  #boxes .face.back a.rotate-btn  {    width:20px;    height:20px;    font-size:15px;  }  #boxes .face.back .card-info-button  {    padding:3px;    bottom:10px;    font-size:.8rem;  }}/* BOXES LG ------------------------------------------------- */@media (min-width: 992px) {  .box.card-wrapper  {    min-height:160px;  }  .box .card-body  {    padding:40px 0px;  }  .box .face.front i  {    font-size:40px;  }  .box h3  {    font-size:25px;    padding-top:20px;  }   #boxes .face.back a.rotate-btn  {    width:25px;    height:25px;    font-size:20px;  }  #boxes .face.back .card-info-button  {    padding:5px;    bottom:20px;    font-size:.9rem;  }}/* BOXES XL ------------------------------------------------- */@media (min-width: 1200px) {  .box.card-wrapper  {    min-height:180px;  }  .box .face.front i  {    font-size:50px;  }  .box h3  {    font-size:30px;    padding-top:20px;  }     #boxes .face.back   {    font-size:.85rem;  }}/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content-container{  background:#ffffff;  padding:20px 5px;}.content-box{  padding:25px;  border:1px solid #d4d4d4;}.content-boxes{  padding-top:30px;}.content-boxes .content-box{  height:100%;}#main .content-box{  height:100%;}.profile-box input, .profile-box select{  width:100% !important;  margin:10px 0px 0px 0px !important;}/* CONTENT MD ------------------------------------------------- */@media (min-width: 768px) {  #content-container  {    padding:30px 15px;  }}/* CONTENT LG ------------------------------------------------- */@media (min-width: 992px) {  #content-container  {    padding:40px 25px;  } }/* CONTENT XL ------------------------------------------------- */@media (min-width: 1200px) {}/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  background:#555555;  background:linear-gradient(to bottom right, #333333, #555555);  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 .tcspromo  {    text-align:right;    padding-top:0px;  }}/* ------------------------------------------------------------------------------- *//* PROMOTIONS -------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#promotions{  padding:20px 5px;  background:#555555;  background:linear-gradient(to right, #333333, #555555);  position:relative;}#promotions .container,#promotions .row,#promotions .col-md,#promotions .carousel{  position:static;}#promotions .carousel-control-prev:hover{  background:linear-gradient(to right, #333333, transparent);}#promotions .carousel-control-next:hover {  background:linear-gradient(to left, #333333, transparent);}.promo-article .tcsnewsarticle_photo{  background:#ffffff;  border:10px solid #ffffff;  margin:0px 0px 20px 0px;  box-shadow:3px 3px 15px #111111;}.promo-article .tcs_details_link{  display:inline-block;  padding:7px 20px;  background:#FA9100;  color:#ffffff;  text-decoration:none;  font-weight:900;}.promo-article h1,.promo-article h2,.promo-article h3,.promo-article h4,.promo-article h5,.promo-article h6,.promo-article p,.promo-article a{  color:#ffffff !important;}/* PROMOTIONS MD ------------------------------------------------- */@media (min-width: 768px) {  #promotions  {    padding:30px;  }  .promo-article .tcsnewsarticle_photo  {    float:left;    width:47%;    margin:0px 3% 0px 0px;  }  .promo-article h3  {    font-size:20px;    margin-bottom:10px;  }  .promo-article h4  {    font-size:14px;    margin-bottom:10px;  }  .promo-article p  {    font-size:.9rem;  }}/* PROMOTIONS LG ------------------------------------------------- */@media (min-width: 992px) {  #promotions  {    padding:40px;  }  .promo-article h3  {    font-size:28px;    margin-bottom:15px;  }  .promo-article h4  {    font-size:20px;    margin-bottom:15px;  }}/* PROMOTIONS XL ------------------------------------------------- */@media (min-width: 1200px) {  .promo-article h3  {    font-size:30px;    margin-bottom:20px;  }  .promo-article h4  {    font-size:22px;    margin-bottom:20px;  }}


/*
===========================================================================
@IMPORTED STYLESHEET: DEMO_css-components
---------------------------------------------------------------------------
*/

/**//* ------------------------------------------------------------------------------- *//* 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;}.section_sp1 h4{  background:#777777;}.section_sp2 h4{  background:#111111;}.section_sp3 h4{  background:#FA9100;}.section_sp4 h4{  background:#555555;}.section_sp5 h4{  background:#cccccc;}.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:#111111;  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:#cccccc;  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:#111111;  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;}/* SPONSORS SM ONLY ----------------------------------------- */@media (max-width: 767px) {  #sponsors-screen  {    display:none;  }}/* SPONSORS MD ------------------------------------------------- */@media (min-width: 768px) {  #sponsors-mobile  {    display:none;  }}/* SPONSORS LG ------------------------------------------------- */@media (min-width: 992px) { }/* SPONSORS XL ------------------------------------------------- */@media (min-width: 1200px) {}/* ------------------------------------------------------------------------------- *//* SOCIAL BAR -------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#social-links{  text-align:right;  position:fixed;  bottom:0px;  right:0px;  z-index:999;  padding:10px;}#social-links ul{  margin:0px;  padding:0px 0px;  list-style:none;}#social-links ul li{  margin:0px 0px 0px 5px;  padding:0px 0px 0px 0px;  float:right;}#social-links .social_icon a{  display:block;  padding:7px 0px;  width:40px;  height:40px;  font-size:20px;  border-radius:30px;  text-align:center;  background:#FA9100;  color:#ffffff;  border:1px solid #ffffff;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #social-links  {    padding:15px;  } }/* ------------------------------------------------------------------------------- *//* PAGE SEARCH ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.page-search{  margin:10px 0px 20px 0px;  background:#eeeeee;  background-image:linear-gradient(to bottom right,#ffffff, #eeeeee);  padding:15px;  border:1px solid #d4d4d4;  border-radius:10px;}.page-search input.search_button{  border:0px;  padding:10px;  height:auto;  background:#555555;  color:#ffffff;  border-radius:0px 5px 5px 0px;  width:20%;}.page-search .search_input{  background:#ffffff;  width:80%;  border:1px solid #d4d4d4;  color:#777777;  height:auto;  padding:10px;  font-style:italic;  box-sizing:border-box;  border-radius:5px 0px 0px 5px;}/* ------------------------------------------------------------------------------- *//* STORE STYLES ------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */.store_even, .store_odd{  padding:20px 20px 20px 20px;  border:1px solid #d4d4d4;  margin-bottom:20px;}.store h2{  margin-bottom:15px;  padding-bottom:15px;  border-bottom:1px dashed #d4d4d4;  color:@green;}.store .tcsproducts_thumb{  float:right;  margin:0px 0px 20px 20px;  border:1px solid #d4d4d4;}.store .tcsproducts_thumb img{  max-height:135px;  border:10px solid #eeeeee;}.store form{  background:linear-gradient(to right, #ffffff, #eeeeee);  clear:both;  text-align:right;  border:1px solid #d4d4d4;  padding:10px;  margin-top:10px;}.featured.store form{  text-align:left;}.store form .button{  background:#FA9100;  color:#ffffff !important;  border:0px solid #d4d4d4;  padding:5px 15px;  display:inline-block;}.store form select{  background:#ffffff;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  margin:0px;  padding:3px 20px 3px 5px !important;  border:1px solid #d4d4d4 !important;  box-shadow:0px 0px 0px !important;  width:auto;  max-width:100%;  box-sizing:border-box;  height:auto;  border-radius:5px;  font-size:.9rem;  color:#777777;}.featured.store form input, .featured.store form select{  display:block;  width:100%;  margin-bottom:10px;}.featured.store form .button{  margin-top:-15px;}.store .red.alert{  padding:0px 10px 0px 15px;  background-color:transparent !important;  font-weight:900;  color:#ff0000;}.featured.store .red.alert{  padding:0px 0px 0px 0px;}/* STORE MD ------------------------------------------------- */@media (min-width: 768px) {  }/* STORE LG ------------------------------------------- */@media (min-width: 992px) {  }/* ------------------------------------------------------------------------------- *//* 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:#777777;  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;}.details h2.tcsDetails{  font-size:1.8rem;  padding-bottom:15px;  margin-bottom:15px;  border-bottom:1px solid #d4d4d4;}.details .tcsnewsarticle_photo{  padding:5px;  background:#ffffff;  border:1px solid #d4d4d4;}h4.tcsDetails{  color:#d4d4d4;}h5.tcsDetails{  display:none;}.tcsSubHeadFont{  font-size:25px;  margin:10px 0px;  padding:0px;  color:#FA9100;  font-weight:400 !important;}.forum_even, .forum_odd{  padding:20px;  margin:0px 0px 20px 0px;  border:1px solid #d4d4d4;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);}.forum h3{  margin:0px 0px 10px 0px;  padding:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.forum-side h3{  padding:10px !important;  background:transparent !important;  color:#FA9100;  margin:0px;  font-size:1rem;}.forum-page h4.tcsDetails, .forum-page .tcs_printer_friendly{  display:none;}/* COMPONENTS MD ------------------------------------------------- */@media (min-width: 768px) {  .details .tcsnewsarticle_photo  {    float:right;    margin:0px 0px 20px 20px;  }}/* ------------------------------------------------------------------------------- *//* CALENDAR ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcscalendars_odd, .tcscalendars_even{  padding:0px 0px 20px 0px;  position:relative;}.tcscalendars .datestamp {  width:50px;  position:absolute;  right:0px;  top:0px;  text-align:center;  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:#555555;  font-size:13px;}.tcscalendars h5 span.bignumber {  font-size:20px;  font-weight:bold;  color:#555555;  display:block;  margin-top:3px;  background:#ffffff;  padding:3px 0px;}.tcscalendars .tcs_details_link{  background:#FA9100;  color:#ffffff;  font-size:.8rem;  margin:0px 0px 0px 0px;  padding:3px 10px;  border-radius:5px;}.tcscalendars h2{  font-weight:bold;  color:#ffffff;  background:#555555;  background:linear-gradient(to right, #555555, #333333);  padding:10px;  margin:15px 0px;  font-size:1.2rem;  border-radius:5px;}/* CALENDAR MD ------------------------------------------------- */@media (min-width: 768px) {  .tcscalendars_odd, .tcscalendars_even  {    padding:0px 0px 20px 60px;    position:relative;  }}/* CALENDAR LG ------------------------------------------------- */@media (min-width: 992px) {  .tcscalendars .datestamp   {    position:absolute;    left:0px;    right:auto;  } }/* ------------------------------------------------------------------------------- *//* HOMEPAGE NEWS STYLES ---------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.home_even, .home_odd{  padding-bottom:20px;  margin-bottom:20px;  border-bottom:1px dashed #d4d4d4;} .home_odd:last-child{  border-bottom:0px dashed #d4d4d4;} .home_even .tcs-abstract, .home_odd .tcs-abstract{  margin-bottom:0px;}.home_even .tcsnewsarticle_photo, .home_odd .tcsnewsarticle_photo{  width:100%;  background:url(https://demotcs.com/aws/DEMO/am/gi/news-bg.jpg?ver=1) no-repeat center center;  background:#ffffff;  padding:5px;  background-size:cover;  margin-bottom:20px;  border:1px solid #d4d4d4;}.home .tcsnewsarticle_photo img{  width:100%;}/* HOMEPAGE NEWS MD ------------------------------------------------- */@media (min-width: 768px) {   .home_even, .home_odd  {    position:relative;    min-height:120px;    padding-left:150px;  }   .home_even .tcsnewsarticle_photo, .home_odd .tcsnewsarticle_photo  {    position:absolute;    left:0px;    top:0px;    width:130px;  } }/* ------------------------------------------------------------------------------- *//* 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:#333333;}.calendarbox tr.monthrow th a {  text-decoration:none;  color:#333333;}.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:#333333;}	.calendarbox td {  text-align:center;  vertical-align:middle;  height:30px;  background-color:#ffffff;  border:1px solid #d4d4d4;}.calendarbox td.eventdate {  background-color:#333333;  font-weight:bold;  text-decoration:none;  color:#ffffff;}.calendarbox td.todaydate {  background-color:#FA9100;  font-weight:bold;  color:#ffffff;}.calendarbox td.eventdate.todaydate {  background-color:#cccccc;  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:#FA9100;}.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:#FA9100;  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;}/* ------------------------------------------------------------------------------- *//* HOMEPAGE EVENTS --------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#homepage-events{  padding:0px;  background: #ffffff;  border:1px solid #d4d4d4;  position:relative;  z-index:1;  border-radius:5px;}#homepage-events #homepage-calendarbox {  padding:25px;}#homepage-events #homepage-calendarlist {  padding:25px;}.box-viewall{  display:inline-block;  background:#333333;  color:#ffffff !important;  text-decoration:none !important;  font-size:.8rem;  float:right;  margin-right:-15px;  padding:10px 50px;  position:relative;  z-index:0;}.box-viewall i{  padding-left:10px;}/* HOMEPAGE EVENTS MD & LG --------------------------------------------- */@media (min-width: 768px) and (max-width: 1199px){  .tcscalendars_odd:last-child   {    display: none;  }}/* CALENDAR LG ------------------------------------------------- */@media (min-width: 992px) {  #homepage-events .tcscalendars_odd, #homepage-events .tcscalendars_even  {    float:left;    width:50%;  }  }/* HOMEPAGE EVENTS XL ------------------------------------------------- */@media (min-width: 1200px) {  #homepage-events .tcscalendars_odd, #homepage-events .tcscalendars_even  {    float:left;    padding:0px 20px 0px 60px;  } }/* ------------------------------------------------------------------------------- *//* ACCORDION STYLES -------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.accordion .tcslegend{  display:none;}.accordion_odd, .accordion_even{  padding:10px 15px 10px 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:10px;  border:1px dashed #d4d4d4;  background:#fbfbfb;}.tcs_accordion_closed_icon{  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_closed.png?ver=0) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;  left:15px;  top:10px;}.tcs_accordion_open_icon{  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat left center;  width:20px;  height:20px;  display:block;  position:absolute;  position:absolute;  left:15px;  top:10px;}.accordion_legend .tcs_accordion_title{  display:block;  color:#222222;  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;}/* ------------------------------------------------------------------------------- *//* ACCORDION JOB STYLES ---------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.accordion-jobs .tcslegend{  display:none;}.accordion-jobs{  border:1px solid #d4d4d4;  margin:20px 0px;}.accordion-jobs_odd, .accordion-jobs_even{  padding:0px;  border:0px solid #d4d4d4;  border-bottom:1px dashed #d4d4d4;  margin:0px 0px 0px 0px;  position:relative;}.accordion-jobs_even{  background:#fbfbfb;}.accordion-jobs .tcs_accordion_title{  text-decoration:none !important;  display:table;  width:100%;}.accordion-jobs .tcs_accordion_closed_icon{  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_closed.png?ver=0) no-repeat center center;  width:5%;  height:20px;  display:table-cell;  position:static;  border-right:1px dashed #d4d4d4;}.accordion-jobs .tcs_accordion_open_icon{  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat center center;  width:5%;  height:20px;  display:table-cell;  position:static;  border-right:1px dashed #d4d4d4;}.accordion-jobs .tcs_accordion_title h5{  border-right:1px dashed #d4d4d4;  width:15%;}.accordion-jobs .tcs_accordion_title h3{  border-bottom:0px dashed #d4d4d4;  padding-bottom:0px;  margin-bottom:0px;  border-right:1px dashed #d4d4d4;  width:30%;}.accordion-jobs .tcs_accordion_title h4{  border-right:1px dashed #d4d4d4;  width:25%;}.accordion-jobs .tcs_accordion_title p{  width:25%;}.accordion-jobs .tcs_accordion_title h5,.accordion-jobs .tcs_accordion_title h3,.accordion-jobs .tcs_accordion_title h4,.accordion-jobs .tcs_accordion_title p{  display:table-cell !important;  font-size:14px;  font-weight:300;  text-align:center;  padding:5px 0px;  color:#111111 !important;  margin:0px;}.accordion-jobs .tcs_accordion_content{  padding:30px;  border-top:1px dashed #d4d4d4;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordion_content_bg.png?ver=1) repeat-x left top;}/* ACCORDION TABLET ---------------------------- */@media (min-width:768px) and (max-width:991px){   }/* ACCORDION PHONE ---------------------------- */@media (max-width:767px) {   .accordion-jobs .tcs_accordion_title  {    display:block;    padding:10px;  }  .accordion-jobs .tcs_accordion_closed_icon,  .accordion-jobs .tcs_accordion_open_icon  {    display:none !important;  }  .accordion-jobs .tcs_accordion_title h5,  .accordion-jobs .tcs_accordion_title h3,  .accordion-jobs .tcs_accordion_title h4,  .accordion-jobs .tcs_accordion_title p  {    display:block !important;    border-right:0px dashed #d4d4d4 !important;    padding:0px;    width:100% !important;  }  .accordion-jobs_even ul,   .accordion-jobs_odd ul  {    padding-left:15px;  }}/* ------------------------------------------------------------------------------- *//* FORUM STYLES ------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */.forum_even, .forum_odd{  padding:20px;  margin:0px 0px 20px 0px;  border:1px solid #d4d4d4;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);}.forum .tcs_details_link{  padding:5px 15px;  background:#555555;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px;}.forum h3{  margin:0px 0px 10px 0px;  padding:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.forum-side h3{  padding:10px !important;  background:transparent !important;  color:#FA9100;  margin:0px;  font-size:1rem;}.forum-page h4.tcsDetails, .forum-page .tcs_printer_friendly{  display:none;}/* ------------------------------------------------------------------------------- *//* FORM STYLES ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.commentbox, #commentform{  background:#ffffff !important;  background:linear-gradient(#ffffff, #eeeeee) !important;  border-radius:0px !important;  border:1px solid #d4d4d4 !important;  padding:20px !important;  width:100% !important;  font-size:1rem !important;  margin-bottom:10px !important;}#commentformdiv a:first-child{  padding:10px 15px;  background:#555555;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px;}#commentformdiv .button{  padding:10px 15px !important;  background-color:#FA9100 !important;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px !important;}input[type='checkbox'], input[type="radio"]{  display:inline !important;}::-webkit-input-placeholder /* WebKit, Blink, Edge */{  color:#777777;}:-moz-placeholder /* Mozilla Firefox 4 to 18 */{  color:#777777;  opacity: 1;}::-moz-placeholder /* Mozilla Firefox 19+ */{  color:#777777;  opacity: 1;}:-ms-input-placeholder /* Internet Explorer 10-11 */{  color:#777777;}::-ms-input-placeholder /* Microsoft Edge */{  color:#777777;}.tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,.tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,#loginform input, #loginform select, #loginform textarea, #commentform input, #commentform textarea{  margin:0px;  padding:10px !important;  border:1px solid #d4d4d4 !important;  box-shadow:0px 0px 0px !important;  width:auto;  max-width:100%;  box-sizing:border-box;  height:auto;  border-radius:5px;  /* background:#ffffff; */}.tcsUserCreatedForm select, .tcsInputForm select, #loginform select{  background:#ffffff;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}.tcsUserCreatedForm td,.tcsInputForm td,#loginform td{  vertical-align:middle !important;  padding:2px;}.tcsUserCreatedForm_table,.tcsInputForm_table,#loginform_table{  border-spacing:3px;}.tcsUserCreatedForm_table input,.tcsInputForm_table input,#loginform_table input{  padding:3px;  margin-bottom:20px;}.tcsUserCreatedForm,.tcsInputForm,#loginform{  padding:0px;  max-width:100%;}.formtitle{  margin-bottom:15px;  padding-bottom:15px;  border-bottom:1px solid #d4d4d4;}.tcsUserCreatedForm_Table h3,.tcsInputForm_Table h3,#loginform_Table h3{  margin:20px 0px;}.tcsUserCreatedForm .valid.required,.tcsInputForm .valid.required,#loginform .valid.required{  background-position:98%;}.tcsUserCreatedForm [type="radio"], .tcsUserCreatedForm [type="checkbox"],.tcsInputForm [type="radio"], .tcsInputForm [type="checkbox"],#loginform [type="radio"], #loginform [type="checkbox"],#commentform [type="radio"], #commentform [type="checkbox"] {  position:static;  visibility:visible;}.tcsUserCreatedForm input.button,.tcsInputForm input.button,#loginform input.button,.tcsFormButton{  background:#FA9100 !important;  text-align:center;  color:#ffffff;  border:0px solid #d4d4d4;}#tcs-login-panel .row{  margin:0px;}#tcs-login-panel [class*="col-"] {  padding-left: 0;  padding-right: 0;}#tcs-login-panel #new-user{  width:100%;}/* FORM XS/SM ONLY ------------------------------------------ */@media (max-width: 767px) {  .commentbox   {    padding:10px !important;  }  .tcsUserCreatedForm td,  .tcsInputForm td,  #loginform td  {    float:left;    width:96%;    padding:2px 2%;    text-align:left !important;  }  .tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,  .tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,  #loginform input, #loginform select, #loginform textarea  {    max-width:100%;  }}/* ------------------------------------------------------------------------------- *//* DIRECTORY SEARCH STYLES ------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.pagination a, .pagination .current{  padding:0px 3px;}.tcsDirectory .tcsMapRecord{  display:none;}.directory-search-container{  border:1px solid #d4d4d4;  padding:20px;  background:#ffffff;   background:linear-gradient(#ffffff, #eeeeee);  margin-bottom:20px;}.directory-search-container h3{  border-bottom:1px dashed #d4d4d4;  padding-bottom:10px;  margin-bottom:10px;}.directory-search-container input, .directory-search-container select{  border:1px solid #d4d4d4;  box-sizing:border-box;  padding:10px;  width:100%;  margin:0px 0px 10px 0px;  height:40px;}.directory-container{  padding:10px !important;  margin-bottom:10px !important;  border:1px solid #d4d4d4;  position:relative;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee); }.directory-org{  font-weight:bold;  font-size:18px;  padding:0px 0px 10px 0px;  margin:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.directory-name{  font-weight:bold;}.directory-container span{  display:block;}.directory-photo{  border:1px solid #d4d4d4;  text-align:center;  background:#eeeeee;  margin-bottom:10px;}.directory-image{  width:100%;  overflow:hidden;  border:10px solid #ffffff;}.directory-image img{  width:100%;  height:auto;}/* DIRECTORY SEARCH MD ------------------------------------------------- */@media (min-width: 768px) {  .directory-container  {    padding:20px 210px 20px 20px !important;    margin-bottom:15px !important;    min-height:235px;  }  .directory-org  {    font-size:24px;    padding:0px 0px 15px 0px;    margin:0px 0px 15px 0px;  }  .directory-photo  {    position:absolute;    right:20px;    top:20px;  }  .directory-image  {    width:170px;    min-height:100px;  }}/* DIRECTORY SEARCH LG ------------------------------------------------- */@media (min-width: 992px) {}/* ------------------------------------------------------------------------------- *//* DIRECTORY SEARCH STYLES ------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.pagination a, .pagination .current{  padding:0px 3px;}.tcsDirectory .tcsMapRecord{  display:none;}.directory-search-container{  border:1px solid #d4d4d4;  padding:20px;  background:#ffffff;   background:linear-gradient(#ffffff, #eeeeee);  margin-bottom:20px;}.directory-search-container h3{  border-bottom:1px dashed #d4d4d4;  padding-bottom:10px;  margin-bottom:10px;}.directory-search-container input, .directory-search-container select{  border:1px solid #d4d4d4;  box-sizing:border-box;  padding:10px;  width:100%;  margin:0px 0px 10px 0px;  height:40px;}.directory-container{  padding:10px !important;  margin-bottom:10px !important;  border:1px solid #d4d4d4;  position:relative;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee); }.directory-org{  font-weight:bold;  font-size:18px;  padding:0px 0px 10px 0px;  margin:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.directory-name{  font-weight:bold;}.directory-container span{  display:block;}.directory-photo{  border:1px solid #d4d4d4;  text-align:center;  background:#eeeeee;  margin-bottom:10px;}.directory-image{  width:100%;  overflow:hidden;  border:10px solid #ffffff;}.directory-image img{  width:100%;  height:auto;}.directory-search-container{  padding:20px;  border:1px solid #d4d4d4;  border-radius:5px;}.directory-search-container input{  display:block;  width:100%;  margin-bottom:5px;}/* DIRECTORY SEARCH MD ------------------------------------------------- */@media (min-width: 768px) {  .directory-search-container  {    width:50%;  }  .directory-container  {    padding:20px 210px 20px 20px !important;    margin-bottom:15px !important;    min-height:235px;  }  .directory-org  {    font-size:24px;    padding:0px 0px 15px 0px;    margin:0px 0px 15px 0px;  }  .directory-photo  {    position:absolute;    right:20px;    top:20px;  }  .directory-image  {    width:170px;    min-height:100px;  }}/* DIRECTORY SEARCH LG ------------------------------------------------- */@media (min-width: 992px) {  .directory-search-container  {    width:33%;  }}/* ------------------------------------------------------------------------------- *//* BOARD DIRECTORY STYLES -------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.directory-board-listing{  margin:0px 0px 20px 0px;  padding:20px;  border:1px solid #d4d4d4;  height:150px;}.directory-board-photo{  background:#ffffff;  border:1px solid #d4d4d4;  padding:5px;  height:100px;  text-align:center;}.directory-board-photo img{  width:auto;  height:100%;}.directory-board-name{  padding:0px 0px 10px 0px;  margin:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.directory-board-name h3{  margin:0px;}.directory-board-title{  font-weight:bold;  margin:0px 0px 5px 0px;}.directory-board-company{  font-size:.9em;}/* BOARD MD ------------------------------------------------- */@media (min-width: 768px) {  .directory-board-listing  {    width:48%;    float:left;    margin-right:2%;  }  .directory-board-photo  {    float:right;    margin:0px 0px 10px 10px;    height:auto;  }  .directory-board-photo img  {    width:70px;    height:auto;  }}/* BOARD LG ------------------------------------------------- */@media (min-width: 992px) {  .directory-board-listing  {    width:31%  }}/* ------------------------------------------------------------------------------- *//* BOARD LINKS ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.board_even td, .board_odd td{  padding:20px;  border:1px solid #d4d4d4;  position:relative;}.board_even h3, .board_odd h3{  padding-bottom:10px;  margin-bottom:10px;  border-bottom:1px solid #d4d4d4;}.board_even img, .board_odd img{  float:none;  margin:0px auto 10px auto;  padding:5px;  background:#ffffff;  border:1px solid #d4d4d4;}/* BOARD SM ONLY ----------------------------------------- */@media (max-width: 767px) {  .board_even td, .board_odd td  {    float:left;    width:100%;  }}/* BOARD MD ------------------------------------------------- */@media (min-width: 768px) {   .board_even img, .board_odd img  {    float:right;    width:120px;    margin:0px 0px 10px 10px;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1400px) {  }/* ------------------------------------------------------------------------------- *//* BOARD & STAFF ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.board_even, .board_odd{  padding:20px;  border:1px solid #d4d4d4;  text-align:center;}.board_even h3, .board_odd h3{  padding-bottom:15px;  margin-bottom:15px;  border-bottom:1px solid #d4d4d4;}.staff_even, .staff_odd{  padding:20px;  margin:0px 0px 20px 0px;  border:1px solid #d4d4d4;}.staff h3{  margin:0px 0px 10px 0px;  padding:0px 0px 10px 0px;  border-bottom:1px solid #d4d4d4;}.staff h3 a{  text-decoration:none !important;}.staff img{  float:none;  margin:0px auto 10px auto;  padding:5px;  background:#ffffff;  border:1px solid #d4d4d4;}.jobs_even, .jobs_odd{  padding:20px;  border:1px solid #d4d4d4;  margin-bottom:20px;}.jobs_even h3, .jobs_odd h3{  padding-bottom:15px;  margin-bottom:15px;  border-bottom:1px solid #d4d4d4;}.jobs_even .tcs_details_link, .jobs_odd .tcs_details_link{  background:#FA9100;  color:#ffffff !important;  font-size:.8rem;  margin:0px 0px 0px 0px;  padding:3px 10px;  border-radius:5px;}/* BOARD MD ------------------------------------------------- */@media (min-width: 768px) {   .board_even, .board_odd  {    width:28%;    float:left;    margin:0px 20px 20px 0px;    height:300px;  }  .staff_even, .staff_odd  {    position:relative;    min-height:220px;    padding:20px 130px 20px 20px;  }  .staff img  {    position:absolute;    right:20px;    top:20px;    width:115px;    height:133px;    margin:0px;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1400px) {  .board_even, .board_odd  {    width:22%;  }  }{box-sizing: border-box}.verticaltab {  float: left;  border: 1px solid #d4d4d4;  background-color: #eeeeee;  width: 30%;  height: 300px;}.verticaltab button {  display: block;  background-color: inherit;  color: black;  padding: 22px 16px;  width: 100%;  border: none;  outline: none;  text-align: left;  cursor: pointer;  transition: 0.3s;}.verticaltab button:hover {  background-color: #777777;}.verticaltab button.active {  background-color: #ccc;}.verticaltabcontent {  float: left;  padding: 0px 12px;  border: 1px solid #ccc;  width: 70%;  border-left: none;  height: 300px;}}/* ------------------------------------------------------------------------------- *//* LOGIN ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page{  background:#FA9100;  background-size:cover;  padding:25px;  height:100%;}.login-container{  text-align:center;}#login-text{  max-width:770px;  padding:25px 0px;  border-bottom:1px dashed #d4d4d4;  margin-bottom:25px;  margin-left:auto;  margin-right:auto;}#login-box{  background:#ffffff;  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:#FA9100 !important;}#login-box .tcsInputForm {  border:0px solid #F0EFEF;  padding:0px;  border-radius:0px;  margin-bottom:0px;  position:static;}#login-box .tcsForgotPassword{  display:block;  background:#555555;  padding:10px;  border-radius:5px;  position:static;}#login-box .tcsForgotPassword a{  color:#ffffff !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:#FA9100;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#FA9100 !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#555555 !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:#eeeeee;  border:1px solid #d4d4d4;  color:#111111;}#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:30px;  }}/* LOGIN XL ------------------------------------------------- */@media (min-width: 1200px) {  .login-page  {    padding:75px;  }    #login-box .tcsInputForm   {    margin-left:30px;  }}/* ------------------------------------------------------------------------------- *//* EBULLETIN STYLES -------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcsEbulletin ul{  list-style:none;  padding:0px;  margin:0px;}.tcsEbulletin ul li{  padding:5px;  border:1px dashed #d4d4d4;  background:#FA9100;  border-radius:5px;  margin-bottom:10px;}.tcsEbulletin ul li:hover{  opacity:.75;}.tcsEbulletin ul li a{  text-decoration:none !important;  color:#ffffff !important;}/* ------------------------------------------------------------------------------- *//* FORM STYLES ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.commentbox, #commentform{  background:#ffffff !important;  background:linear-gradient(#ffffff, #eeeeee) !important;  border-radius:0px !important;  border:1px solid #d4d4d4 !important;  padding:20px !important;  width:100% !important;  font-size:1rem !important;  margin-bottom:10px !important;}#commentformdiv a:first-child{  padding:10px 15px;  background:#555555;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px;}#commentformdiv .button{  padding:10px 15px !important;  background-color:#FA9100 !important;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px !important;}input[type='checkbox'], input[type="radio"]{  display:inline !important;}::-webkit-input-placeholder /* WebKit, Blink, Edge */{  color:#777777;}:-moz-placeholder /* Mozilla Firefox 4 to 18 */{  color:#777777;  opacity: 1;}::-moz-placeholder /* Mozilla Firefox 19+ */{  color:#777777;  opacity: 1;}:-ms-input-placeholder /* Internet Explorer 10-11 */{  color:#777777;}::-ms-input-placeholder /* Microsoft Edge */{  color:#777777;}.tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,.tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,#loginform input, #loginform select, #loginform textarea, #commentform input, #commentform textarea{  margin:0px;  padding:10px !important;  border:1px solid #d4d4d4 !important;  box-shadow:0px 0px 0px !important;  width:auto;  max-width:100%;  box-sizing:border-box;  height:auto;  border-radius:5px;  /* background:#ffffff; */}.tcsUserCreatedForm select, .tcsInputForm select, #loginform select{  background:#ffffff;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}.tcsUserCreatedForm td,.tcsInputForm td,#loginform td{  vertical-align:middle !important;  padding:2px;}.tcsUserCreatedForm_table,.tcsInputForm_table,#loginform_table{  border-spacing:3px;}.tcsUserCreatedForm_table input,.tcsInputForm_table input,#loginform_table input{  padding:3px;  margin-bottom:20px;}.tcsUserCreatedForm,.tcsInputForm,#loginform{  padding:0px;  max-width:100%;}.formtitle{  margin-bottom:15px;  padding-bottom:15px;  border-bottom:1px solid #d4d4d4;}.tcsUserCreatedForm_Table h3,.tcsInputForm_Table h3,#loginform_Table h3{  margin:20px 0px;}.tcsUserCreatedForm .valid.required,.tcsInputForm .valid.required,#loginform .valid.required{  background-position:98%;}.tcsUserCreatedForm [type="radio"], .tcsUserCreatedForm [type="checkbox"],.tcsInputForm [type="radio"], .tcsInputForm [type="checkbox"],#loginform [type="radio"], #loginform [type="checkbox"],#commentform [type="radio"], #commentform [type="checkbox"] {  position:static;  visibility:visible;}.tcsUserCreatedForm input.button,.tcsInputForm input.button,#loginform input.button,.tcsFormButton{  background:#FA9100 !important;  text-align:center;  color:#ffffff;  border:0px solid #d4d4d4;}#tcs-login-panel .row{  margin:0px;}#tcs-login-panel [class*="col-"] {  padding-left: 0;  padding-right: 0;}#tcs-login-panel #new-user{  width:100%;}/* FORM XS/SM ONLY ------------------------------------------ */@media (max-width: 767px) {  .commentbox   {    padding:10px !important;  }  .tcsUserCreatedForm td,  .tcsInputForm td,  #loginform td  {    float:left;    width:96%;    padding:2px 2%;    text-align:left !important;  }  .tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,  .tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,  #loginform input, #loginform select, #loginform textarea  {    max-width:100%;  }}/* ------------------------------------------------------------------------------- *//* MEMBER PROFILE STYLES --------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.profile-button{  margin:5px 0px;}.profile-button a{  display:block;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  background:#555555;  background-image:linear-gradient(to right, transparent, rgba(0,0,0,.5));  text-align:center;  border-radius:5px;}.profile-button.full a{  margin:15px -15px -15px -15px;  border-radius:0px;}.profile-box .profile-button{  float:none;  margin:15px 0px 0px 0px;}.profile-box{  padding:15px;  border:1px solid #d4d4d4;  margin-bottom:10px;  border-radius:5px;  overflow:hidden;}.profile-box span{  font-weight:900;  display:inline-block;  width:100%;  color:#cccccc;}.profile-box h3{  padding:15px;  background:#FA9100;  background-image:linear-gradient(to right, transparent, rgba(255,255,255,.5));  color:#ffffff;  margin:-15px -15px 15px -15px;}.profile-box ul + h3{  margin-top:15px;}.profile-box ul{  list-style:none;  margin:0px;  padding:0px;}.profile-box ul li{  padding:15px;  border-bottom:1px dashed #d4d4d4;}.profile-box ul li:last-child{  padding:15px;  border-bottom:0px dashed #d4d4d4;}.profile-photo{  margin:10px 0px;  border:1px solid #d4d4d4;  padding:10px;  text-align:center;  background:#eeeeee;}.profile-photo .profile-image{  margin:0px auto;}/* MEMBER PROFILE MD ------------------------------------------------- */@media (min-width: 768px) {  .profile-button  {    float:right;    margin:0px 0px 0px 5px;  }  .profile-left .profile-box  {    margin-right:10px;  }  .profile-box span  {    width:120px;  }}


/*
===========================================================================
@IMPORTED STYLESHEET: css-inline-editor
---------------------------------------------------------------------------
*/

/**/.mce-tinymce.tcs-inline_fullphoto{  z-index:888888 !important;  width:auto !important;  position:fixed !important;  top:0px !important;  right:0px !important;  left:0px !important;  border:5px solid #d4d4d4 !important;  box-shadow:0px 0px 10px #000000 !important;}.mce-menu, .mce-popover {  z-index:999999 !important;}.tcshideadmin, .tcsshowadmin{  position:fixed;  bottom:0px;  left:0px;  z-index:999999;  border-top:1px solid #ffffff;  border-right:1px solid #ffffff;  opacity:.9;  border-radius:0px 5px 0px 0px;  text-decoration:none !important;  color:#ffffff !important;  display:inline-block;  text-indent:-1000px;  overflow:hidden;  height:50px;  width:250px;}.tcsshowadmin{  background:#dc3545 url(https://demotcs.com/aws/DEMO/am/gi/edit-mode-off.png?ver=1) no-repeat center center;  background-size:200px 40px;}.tcshideadmin{  background:#28a745 url(https://demotcs.com/aws/DEMO/am/gi/edit-mode-on.png?ver=1) no-repeat center center;  background-size:200px 40px;}.ui-tabs-tab .admin_controls{  display:none;}.tcsfiledropzone, .tcslinkto_create_div, .tcscontact_fields_div{  position:fixed;  top:0px;  bottom:0px;  left:0px;  right:0px;  background:rgba(0,0,0,.75);  z-index:999999;}.tcsfiledropzone .panel-heading,.tcsfiledropzone .panel-body,.tcsfiledropzone .panel-footer {  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);  width:96%;  font-size:.9rem;}#tcs_results_div .panel-heading,#tcs_results_div .panel-body,#tcs_results_div .panel-footer {  width:100%;  padding:20px !important;  margin:0px;}#tcs_results_div .panel-heading {  padding:20px !important;  margin:0px;}.tcsfiledropzone .panel-heading {  padding:15px 25px !important;  margin:25px auto 0px auto;  border-bottom:1px dashed #d4d4d4;  border-radius:10px 10px 0px 0px;}.tcsfiledropzone .panel-body {  padding:15px 25px !important;  margin:0px auto 0px auto;  border-bottom:1px dashed #d4d4d4;}.tcsfiledropzone .panel-footer{  padding:15px 25px !important;  margin:0px auto 10px auto;  border-radius:0px 0px 10px 10px;}.tcsfiledropzone .panel-body .row {  margin:0px !important;}.tcsfiledropzone .panel-body [class^=col-] {  padding:0px !important;}.tcsfiledropzone .panel-body input{  width:100% !important;}.tcsfiledropzone .panel-body .tcs-default-input-checkbox {  width:auto !important;}.tcsfiledropzone .panel-body select{  height:auto !important;}.tcsfiledropzone .hidden-lg{  display:none;}.tcsfiledropzone .hidden-sm,.tcsfiledropzone .hidden-lg{  width:100%;  height:100%;}.tcsfiledropzone .panel-footer .text-right{  text-align:right;}.tcsfiledropzone .panel-footer a{  display:block;  margin:0px 5px;  color:#000000 !important;  text-decoration:none !important;}#tcs_results_div .panel-footer a {  display:inline-block;  margin:0px 5px;  color:#000000 !important;  text-decoration:underline !important;}.ui-autocomplete{  z-index:999999;}.tcslinkto_create_div table{  width:75% !important;  margin:50px auto;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);  border-radius:10px;  border-spacing:20px;  border-collapse:separate;}.tcscontact_fields_div div  {  width:75% !important;  margin:50px auto;  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee);  border-radius:10px;  padding:20px !important;}.tcslinkto_create_div table a,.tcscontact_fields_div div a{  display:inline-block;  background:#555555;  color:#ffffff !important;  padding:10px 25px;  text-decoration:none !important;  font-weight:bold;  border-radius:5px;}.tcslinkto_create_div input, .tcslinkto_create_div select,.tcscontact_fields_div input, .tcscontact_fields_div select{  margin:0px 10px 0px 0px;  padding:10px !important;  border:1px solid #d4d4d4 !important;  box-shadow:0px 0px 0px !important;  width:auto;  max-width:100%;  box-sizing:border-box;  height:auto;  border-radius:5px;}.tcslinkto_create_div select, .tcscontact_fields_div select{  background:#ffffff;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(https://demotcs.com/aws/DEMO/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}/* GENERAL SM/XS ONLY ----------------------------------------- */@media (max-width: 767px) {  .mce-container-body.mce-abs-layout   {    width: 100% !important;    overflow: scroll !important;  }  .tcsfiledropzone .panel-heading,  .tcsfiledropzone .panel-body,  .tcsfiledropzone .panel-footer   {    width:100%;    font-size:.8rem;  }  .tcsfiledropzone .panel-heading   .tcsfiledropzone .panel-body    .tcsfiledropzone .panel-footer  {    padding:5px 10px !important;    margin:0px;    border-radius:0px;  }}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  .tcsfiledropzone .panel-heading   {    padding:25px 50px !important;    margin:40px auto 0px auto;  }  .tcsfiledropzone .panel-body   {    padding:15px 25px !important;    margin:0px auto 0px auto;  }  .tcsfiledropzone .panel-footer  {    padding:25px 50px !important;    margin:0px auto 50px auto;  }  .tcsfiledropzone .panel-body .col-md-8  {    padding-right:20px !important;  }  .tcsfiledropzone .panel-heading,  .tcsfiledropzone .panel-body,  .tcsfiledropzone .panel-footer   {    font-size:1rem;  }}/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {  .tcsfiledropzone .panel-heading,  .tcsfiledropzone .panel-body,  .tcsfiledropzone .panel-footer   {    width:76%;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {}/* INVALID STYLESHEET COMPONENT NAME */


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

/**/html{  font-size:14px;}body {  color:#111111;    line-height:1.2;  font-family: 'Lato', sans-serif;  font-weight:400;}b, strong{  font-weight:900;}a:link, a:visited, a:focus{  color:#FA9100;  text-decoration:underline;}a:hover{  color:#FA9100;}h1 {  color:#111111;  font-size:2rem;  font-weight:700;  margin:0px 0px 10px 0px;}h2 {  color:#111111;  font-size:1.5rem;  font-weight:700;  margin:0px 0px 10px 0px;}h3 {  color:#111111;  font-size:1.3rem;  font-weight:700;  margin:0px 0px 10px 0px;}h3 a{  text-decoration:none !important;}.small-header h3{  font-size:1.1rem;}h4 {  color:#FA9100;  font-size:1.1rem;  font-weight:700;}h5 {  color:#111111;  font-size:1rem;}h6 {  color:#111111;  font-size:.9rem;}hr{  border:0px;  border-top:1px solid #d4d4d4;  margin:15px auto;  clear:both;}.title{  padding:0px 0px 20px 0px;  border-bottom:1px solid #d4d4d4;  margin:0px 0px 20px 0px;}.title i{  padding-right:10px;}.primary-button a{  color:#ffffff !important;  background:#FA9100;  padding:10px 30px;  border-radius:5px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.secondary-button a{  color:#ffffff !important;  background:#555555;  padding:10px 30px;  border-radius:5px;  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{  color:#ffffff !important;  background:#FA9100;  padding:10px;  font-weight:bold;  font-size:18px;}.secondary-cell{  color:#ffffff !important;  background:#555555;  padding:10px;  font-weight:bold;  font-size:18px;}.primary-cell p, .secondary-cell p,.primary-cell .ui-widget-content p,.secondary-cell .ui-widget-content p{  margin:0px !important;}/* XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  .responsive-table tr td  {    float:left;    width:100% !important;    height:auto !important;  }}/* 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:16px;  }}
 