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

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

/**/html{  font-size:14px;}body{  margin:0px;  padding:0px;  background:#eeeeee;}img, iframe{  max-width:100%;}.tcs_details_link{  padding:5px 15px;  background:#327E11;  color:#ffffff !important;  text-decoration:none !important;  border-radius:5px;  display:inline-block;  margin:0px 0px 10px 0px;}.sidebox img{  width:100%;  height:auto;}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  html  {    font-size:13px;  }  .sidebox   {    width:30%;    float:right;    margin:60px 0px 20px 20px;    background:#fff;  }}/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {  html  {    font-size:14px;  }}/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {  html  {    font-size:16px;  }}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header{  background:#ffffff;  box-shadow:0px 0px 10px #222222;}#name h1{  font-size:1.1rem;  font-weight:300;  border-bottom:1px solid #1C3C68;  color:#1C3C68;  text-transform:uppercase;  font-style:italic;  padding:0px 0px 5px 0px;  margin:0px;}#name h2{  font-size:1.1rem;  font-weight:700;  color:#AFAFAF;  font-style:italic;  margin:0px;  padding:5px 0px 0px 0px;}#header-buttons{  padding:0px 30px 20px 30px;}#header-button-join a, #header-button-profile a, #header-button-login a{  display:block;  color:#ffffff !important;  text-decoration:none !important;  text-align:center;  padding:10px;  font-weight:900;  text-transform:uppercase;  border:1px solid #ffffff;  box-shadow:0px 0px 10px #AFAFAF;}#header-button-join a, #header-button-profile a{  background:#1C3C68;  background:linear-gradient(#678DC1, #1C3C68);  border-radius:10px 10px 0px 0px;}#header-button-login a{  background:#327E11;  background:linear-gradient(#AED89C, #327E11);  border-radius:0px 0px 10px 10px;}#header-button-join i, #header-button-profile i, #header-button-login i{  padding-right:10px;}#header-button-join.tcsloginbutton_hide{  display:none;}#header-button-profile.tcsloginbutton{  display:none;}/* HEADER XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #logo  {    padding:20px 20px 0px 20px;    text-align:center;  }  #name  {    padding:20px;    text-align:center;  }}/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #header  {    width:100%;    height:150px;    position:fixed;    z-index:9;  }  #logo  {    position:absolute;    left:10px;    top:10px;    z-index:1;    width:170px;  }  #name  {    position:absolute;    left:200px;    top:35px;    width:345px;    z-index:1;  }  #header-buttons  {    position:absolute;    right:0px;    top:0px;    padding:0px;    width:400px;  }  #header-button-join, #header-button-profile, #header-button-login  {    width:50%;    float:right;  }  #header-button-join a, #header-button-profile a  {    border-radius:0px 0px 0px 0px;  }  #header-button-login a  {    border-radius:0px 0px 0px 10px;  }}/* HEADER LG ------------------------------------------------- */@media (min-width: 992px) {  #header  {    height:170px;  }  #logo  {    width:280px;  }  #name  {    left:300px;    width:500px;    top:50px;  }}/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav{  background:#ffffff;  background:linear-gradient(#ffffff, #eeeeee, #AFAFAF);  box-shadow:0px 0px 5px #AFAFAF;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#1C3C68;    border-radius:0px;  }  #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:#1C3C68;    display:block;    text-decoration:none;  }  #nav a:hover  {    color:#327E11;  }  #nav #member-nav a:link, #nav #member-nav a:visited  {    color:#327E11;  }  #nav .nav-item:last-child a  {    border-bottom:0px dashed #d4d4d4 !important;  }}/* NAV MD ----------------------------------------------------- */@media (min-width: 768px){  #nav  {    position:absolute;    bottom:0px;    left:0px;    right:0px;    z-index:0;  }  #nav a:link, #nav a:visited  {    padding:13px 10px;    color:#1C3C68;    text-transform:uppercase;    font-weight:700;    text-decoration:none;    display:block;  }  #nav a:hover  {    color:#327E11;  }  #nav #resources-nav a:link, #nav #resources-nav a:visited  {    background:#1C3C68;    background:linear-gradient(#678DC1, #1C3C68);    color:#ffffff;  }  #nav #member-nav a:link, #nav #member-nav a:visited  {    background:#327E11;    background:linear-gradient(#AED89C, #327E11);    color:#ffffff;  }}/* NAV LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:15px;  }}/* 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(#eeeeee, #ffffff);     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:#1C3C68;  }  #nav .dropdown-menu a:hover  {    color:#327E11;  }  #nav #resources-nav .dropdown-menu   {    border:1px solid #678DC1;  }  #nav #resources-nav .dropdown-menu a:link, #nav #resources-nav .dropdown-menu a:visited  {    background:#1C3C68;    border-bottom:1px solid #678DC1;    color:#ffffff;  }  #nav #member-nav .dropdown-menu   {    border:1px solid #AED89C;  }  #nav #member-nav .dropdown-menu a:link, #nav #member-nav .dropdown-menu a:visited  {    background:#327E11;    border-bottom:1px solid #AED89C;    color:#ffffff;  }}/* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;}.sidenav h2{  background:#1C3C68;  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;  background:linear-gradient(#ffffff, #eeeeee);  display:block;  width:100%;}.sidenav ul li{}.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; /* For browsers that do not support gradients */    background:-webkit-linear-gradient(#ffffff, #d4d4d4); /* For Safari 5.1 to 6.0 */    background:-o-linear-gradient(#ffffff, #d4d4d4); /* For Opera 11.1 to 12.0 */    background:-moz-linear-gradient(#ffffff, #d4d4d4); /* For Firefox 3.6 to 15 */    background:linear-gradient(#ffffff, #d4d4d4); /* Standard syntax */     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{  background:#1C3C68;  background:linear-gradient(#1C3C68, #222222);  padding:0px;}#tcs-carousel-banner img{  max-width:100% !important;  padding:0px;  border:10px solid #ffffff;  box-shadow:0px 0px 20px #222222;  flex:auto;}#tcs-carousel-banner .carousel-control-prev,#tcs-carousel-banner .carousel-control-next,#tcs-carousel-banner .carousel-indicators{  display:none;}/* -- BANNER XS ONLY ------------------------------------------ */@media (max-width: 575px) {  #banner .col-md  {    padding:0px;  }}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  #banner  {    padding:170px 0px 100px 0px;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner  {    padding:210px 0px 120px 0px;  }  }/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  }/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#boxes{  margin-bottom:30px;}.box{  padding:25px;  color:#ffffff;  text-align:center;  border:10px solid #ffffff;  position:relative;  box-shadow:0px 0px 5px #AFAFAF;}#box1{  background:#1C3C68;  background:linear-gradient(#1C3C68, #222222);}#box2{  background:#327E11;  background:linear-gradient(#327E11, #222222);}#box3{  background:#AFAFAF;  background:linear-gradient(#AFAFAF, #222222);}.box h1{  text-transform:uppercase;  color:#ffffff;  margin-bottom:0px;  font-weight:500;}.box i{  font-size:40px;  margin-top:10px;}.box-link{  position:absolute;  left:0px;  top:0px;  right:0px;  bottom:0px;}/* BOXES MD ------------------------------------------------- */@media (min-width: 768px) {  #boxes  {    margin-top:-80px;    margin-bottom:20px;  }  .box  {    padding:15px;  }  .box h1  {    font-size:1.5rem;  }  .box i  {    font-size:30px;  }}/* BOXES LG ------------------------------------------------- */@media (min-width: 992px) {  #boxes  {    margin-bottom:30px;  }  .box  {    padding:25px;  }  .box i  {    font-size:40px;  }}/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content{  background:#ffffff;  margin:0px 0px 30px 0px;}#side-left, #side-right, #main{  padding:20px;}#tcs-carousel-partners{  padding:15px;  border:1px solid #d4d4d4;  margin-bottom:10px;}#tcs-carousel-partners .carousel-control-prev,#tcs-carousel-partners .carousel-control-next,#tcs-carousel-partners .carousel-indicators{  display:none;}#tcs-carousel-ads{  padding:0px;  border:1px solid #d4d4d4;  margin-bottom:10px;}#tcs-carousel-ads .carousel-control-prev,#tcs-carousel-ads .carousel-control-next,#tcs-carousel-ads .carousel-indicators{  display:none;}/* -- CONTENT XS ONLY ------------------------------------------ */@media (max-width: 575px) {  #content-container  {    padding-top:20px;  }}/* CONTENT MD ------------------------------------------------- */@media (min-width: 768px) {  #main  {    border:1px solid #d4d4d4;  }  #side-left  {    border-top:1px solid #d4d4d4;    border-right:0px solid #d4d4d4;    border-bottom:1px solid #d4d4d4;    border-left:1px solid #d4d4d4;  }  #side-right  {    border-top:1px solid #d4d4d4;    border-right:1px solid #d4d4d4;    border-bottom:1px solid #d4d4d4;    border-left:0px solid #d4d4d4;  }  .subpage #content  {    margin-top:-90px;  }}/* CONTENT LG ------------------------------------------------- */@media (min-width: 992px) {  .subpage #content  {    margin-top:-120px;  }}/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  background:#1C3C68;  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:#AFAFAF;}/* ------------------------------------------------------------------------------- *//* CALENDAR LIST ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcscalendars_odd, .tcscalendars_even{  padding:0px 0px 25px 60px;}.tcscalendars .datestamp {  width:50px;  margin:0px 0px 15px -60px;  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:#1C3C68;  font-size:13px;}.tcscalendars h5 span.bignumber {  font-size:20px;  font-weight:bold;  color:#1C3C68;  display:block;  margin-top:3px;  background:#ffffff;  padding:3px 0px;}.tcscalendars h6{  font-size:18px;  font-weight:900;}.tcscalendars .tcs_details_link{  background:#327E11;  color:#ffffff;  font-size:.8rem;  margin:0px 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:#1C3C68;}.calendarbox tr.monthrow th a {  text-decoration:none;  color:#1C3C68;}.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:#1C3C68;}	.calendarbox td {  text-align:center;  vertical-align:middle;  height:30px;  background-color:#ffffff;  border:1px solid #d4d4d4;}.calendarbox td.eventdate {  background-color:#327E11;  font-weight:bold;  text-decoration:none;  color:#ffffff;}.calendarbox td.todaydate {  background-color:#327E11;  font-weight:bold;  color:#ffffff;}.calendarbox td.eventdate.todaydate {  background-color:#327E11;  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:#1C3C68;}.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:#1C3C68;  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;  font-size:1.1rem;}.calendarbox .events li h4 {  margin:0px;  color:#ffffff;  font-size:1rem;}	.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;}/* ------------------------------------------------------------------------------- *//* DIRECTORY SEARCH STYLES ------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.pagination a, .pagination .current{  padding:0px 3px;}.directory-search-container{  border:1px solid #d4d4d4;  padding:20px;  background:#ffffff;   background:linear-gradient(#ffffff, #eeeeee);}.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 img{  max-width:100%;  height:auto;  border:10px solid #ffffff;}/* DIRECTORY SEARCH MD ------------------------------------------------- */@media (min-width: 768px) {  .directory-search-container  {    width:50%;  }    #side-left .directory-search-container  {    width:100%;  }  .directory-container  {    padding:20px 20px 20px 20px !important;    margin-bottom:15px !important;    min-height:210px;  }  .directory-org  {    font-size:18px;    padding:0px 0px 15px 0px;    margin:0px 0px 15px 0px;  }  .directory-photo  {    float:right;    margin:0px 0px 5px 5px;  }  .directory-image img  {    max-width:150px;    max-height:150px;  }}/* DIRECTORY SEARCH LG ------------------------------------------------- */@media (min-width: 992px) {  .directory-search-container  {    width:25%;  }    .directory-image img  {    max-width:100px;    max-height:100px;  }  #side-left .directory-search-container  {    width:100%;  }  .directory-container  {    width:48%;    float:left;    margin-right:2%;    height:225px;    font-size:.9rem;  }}/* ------------------------------------------------------------------------------- *//* MEMBER PROFILE STYLES --------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.profile-button{  margin:5px 0px;}.profile-button a{  display:block;  color:#ffffff !important;  text-decoration:none !important;  padding:7px 10px;  background:#327E11;  text-align:center;}.profile-box .profile-button{  float:none;  margin:15px 0px 0px 0px;}.profile-box{  padding:15px;  border:1px solid #d4d4d4;  margin-bottom:10px;}.profile-box span{  font-weight:900;  display:inline-block;  width:100%;  color:#cccccc;}.profile-box h3{  padding:15px;  background:#1C3C68;  color:#ffffff;  margin:0px;}.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-photo{  margin:10px 0px;  border:1px solid #d4d4d4;  padding:10px;  text-align:center;  background:#eee;}.profile-image{  background-size:cover;  width:170px;  overflow:hidden;  text-align:center;  border:10px solid #fff;  margin:0px auto;}.profile-image img{  width:100%;  height: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;  }}/* ------------------------------------------------------------------------------- *//* FORM STYLES ------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.commentbox {  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;}select, input[type='checkbox'], input[type="radio"]{  display:inline !important;}::-webkit-input-placeholder /* WebKit, Blink, Edge */{  color:#d4d4d4;}:-moz-placeholder /* Mozilla Firefox 4 to 18 */{  color:#d4d4d4;  opacity: 1;}::-moz-placeholder /* Mozilla Firefox 19+ */{  color:#d4d4d4;  opacity: 1;}:-ms-input-placeholder /* Internet Explorer 10-11 */{  color:#d4d4d4;}::-ms-input-placeholder /* Microsoft Edge */{  color:#d4d4d4;}.tcsUserCreatedForm input, .tcsUserCreatedForm select, .tcsUserCreatedForm textarea,.tcsInputForm input, .tcsInputForm select, .tcsInputForm textarea,#loginform input, #loginform select, #loginform textarea{  margin:0px 0px 10px 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;}.tcsUserCreatedForm select, .tcsInputForm select, #loginform select{  background:#ffffff;  background:url(http://www.gacemeteries.com/aws/SCCFA/am/gi/accordian_open.png?ver=0) no-repeat 95% center;  background:url(http://www.gacemeteries.com/aws/SCCFA/am/gi/accordian_open.png?ver=0) no-repeat 95% center, linear-gradient(#ffffff, #eeeeee);  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  padding-right:30px !important;}.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:#1C3C68;  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%;  }}/* ------------------------------------------------------------------------------- *//* BOARD ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.board td{  border:1px solid #eeeeee;  padding:20px;}.board td.tcs-empty{  border:0px;  padding:0px;}.board td h3{  border-bottom:1px solid #eeeeee;  padding-bottom:10px;  margin-bottom:10px;}.board td .tcsnewsarticle_photo{  margin:0px 0px 10px 0px;  border:1px solid #eeeeee;  padding:5px;  background:#ffffff;}.councillors h3{  font-size:1.1rem;}/* BOARD SM ONLY ----------------------------------------- */@media (max-width: 767px) {  .board td, .councillors td, .tcslinks td  {    float:left;    width:100%;  }  .board td .tcsnewsarticle_photo img  {    width:100%;  } }/* BOARD MD --------------------------------------------------- */@media (min-width: 768px) {  .board td .tcsnewsarticle_photo  {    float:right;    margin:0px 0px 10px 10px;  }   .board td .tcsnewsarticle_photo img  {    width:80px;  }  }/* ------------------------------------------------------------------------------- *//* LOGIN ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page{  background:#1C3C68;  background-size:cover;  padding:25px;  height:100%;}.login-container{  text-align:center;}#login-text{  max-width:800px;  padding:25px 0px;  border-bottom:0px dashed #d4d4d4;  margin-bottom:25px;}#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:#1C3C68 !important;border-bottom:0px;  border-top:0px;  border-left:0px;  border-right:0px;}#login-box .tcsInputForm {  border:0px solid #F0EFEF;  padding:0px;  border-radius:0px;  margin-bottom:0px;  position:static;}#login-box .tcsForgotPassword{  display:block;  background:#327E11;  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:#1C3C68;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#1C3C68 !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#327E11 !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:#222222;}#login-box .container-fluid .col-sm-8 form .tcsFormInput{  margin-bottom:20px;}#login{  background-color: #1C3C68 !important;}/* GENERAL SM ONLY ----------------------------------------- */@media (max-width: 767px) {  #create_account input, #create_account select, #create_account div  {    width:100% !important;  }    }/* LOGIN MD ------------------------------------------------- */@media (min-width: 768px) {  .login-page  {    padding:35px;  }  #loginform  {    max-width:800px;    margin-left:15px;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    max-width:800px !important;  }  #create_account label  {    text-align:left !important;  }  #login-box .container-fluid  {    max-width:800px;  }}/* 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  {    max-width:800px !important;  }}/* LOGIN XL ------------------------------------------------- */@media (min-width: 1200px) {  .login-page  {    padding:75px;  }  }


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

/**/body {  color:#222222;    line-height:1.2;}a:link, a:visited, a:focus{  color:#002a52;  text-decoration:underline;}a:hover{  color:#008bd8;}h1 {  color:#002a52;  font-size:2rem;  font-weight:900;}h2 {  color:#002a52;  font-size:1.6rem;  font-weight:900;}h3 {  color:#002a52;  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:#002a52 !important;}.primary-button a{  color:#ffffff !important;  background:#002a52;  padding:10px 30px;  border-radius:10px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.secondarytext{  color:#008bd8 !important;}.secondary-button a{  color:#ffffff !important;  background:#008bd8;  padding:10px 30px;  border-radius:10px;  margin:10px auto;  display:inline-block;  text-decoration:none !important;}.responsive-table{  width:100% !important;}.responsive-table tr td{  padding:10px;  border:1px solid #d4d4d4;}.primary-cell{  background:#002a52;  padding:10px;  color:#ffffff;  font-weight:bold;  font-size:20px;}.secondary-cell{  background:#008bd8;  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%;  }}
 