html{  height:100%;}body{  background:#ffffff;  height:100%;}.lprimary-bg{  background:#2759CF;}.primary-bg{  background:#1C3F94;}.dprimary-bg{  background:#112659;}.lsecondary-bg{  background:#85BCE6;}.secondary-bg{  background:#5798E3;}.dsecondary-bg{  background:#4172AA;}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header-border{  height:5px;  background:#5798E3; }#header{  padding:20px;  background:#ffffff;  position:relative;  z-index:9;}#logo{  padding:10px 15px; }#header-buttons{  padding-top:20px;}#header-button-join, #header-button-profile, #header-button-login{  width:50%;  float:right;  position:relative;  z-index:2;}#header-button-join, #header-button-profile{  border-radius:0px 5px 5px 0px;  overflow:hidden;}#header-button-login{  border-radius:5px 0px 0px 5px;  overflow:hidden;}#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 10px 10px 40px;  font-weight:900;  text-transform:uppercase;  position:relative;  font-size:.9rem;}#header-button-join a, #header-button-profile a{  background:#5798E3;}#header-button-login a{  background:#1C3F94;}#header-button-join i, #header-button-profile i, #header-button-login i{  position:absolute;  top:0px;  left:0px;  bottom:0px;  width:34px;  padding-top:12px;}#header-button-join i, #header-button-profile i{  background:#ffffff25;}#header-button-login i{  background:#ffffff25;}#header-button-join.tcsloginbutton_hide{  display:none;}#header-button-profile.tcsloginbutton{  display:none;}.tcsDetails{  color:#1C3F94 !important;}.search_input{  padding-left: 15px;  background-image:url(https://associationdatabase.com/aws/ICHP/am/gi/search-address-bg.png?ver=6);  background-repeat:no-repeat;  background-position:-7px center;  background-size:40px;}#site-search{  position:relative;  top:10px;  z-index:1;}#site-search .search_button{  display:none;}#site-search #search_phrase{  width:100%;  border:1px solid #d4d4d4;  border-radius:5px;  padding:7px 15px 7px 45px;  box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);}#search_phrase:focus{  outline:none;}/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #logo  {    padding:0px 0px 10px 0px;  }   #logo img  {    height:90px;  }   #header-buttons  {    position:absolute;    right:20px;    top:20px;    padding:0px;  }  #header-button-join, #header-button-profile, #header-button-login  {    width:150px;    float:right;  }  #header-button-join a, #header-button-profile a, #header-button-login a  {    padding:10px 10px 10px 40px;    font-size:.9rem;  }  #header-button-join i, #header-button-profile i, #header-button-login i  {    width:36px;    padding-top:12px;  }}/* HEADER LG ------------------------------------------------- */@media (min-width: 992px) {  #header-border  {    position:fixed;    width:100%;    z-index:999;  }  #header  {    position:sticky;    left:0px;    right:0px;    top:0px;    width:100%;    z-index:888;  }   #logo  {    padding:0px 0px 20px 0px;  }   #logo img  {    height:110px;  }    #header-buttons  {    right:30px;    top:30px;  }   #header-button-join, #header-button-profile, #header-button-login  {    width:175px;    float:right;  }  #header-button-join i, #header-button-profile i, #header-button-login i  {    width:40px;  }}/* HEADER XL ------------------------------------------------- */@media (min-width: 1200px) {  #logo  {    padding:10px 0px;  }   #logo img  {    height:120px;  }  #header-button-join a, #header-button-profile a, #header-button-login a  {    padding:10px 10px 10px 50px;  }  #header-button-join i, #header-button-profile i, #header-button-login i  {    width:46px;    padding-top:15px;  }   }.page-search{  margin:0px;  background:#eeeeee;  background-image:linear-gradient(to bottom right,#ffffff, #eeeeee);  padding:15px;  border:1px solid #d4d4d4;}.page-search input.search_button{  border:0px;  height:40px;  background:#5798E3;  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:40px;  padding:10px;  font-style:italic;  box-sizing:border-box;  border-radius:5px 0px 0px 5px;}/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav a:link, #nav a:visited{  display:block;  text-decoration:none;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#2759CF;  }  #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:#1C3F94;  }  #nav .nav-item:last-child a, #nav .subnav-item:last-child a  {    border-bottom:0px dashed #d4d4d4 !important;  }}/* NAV MD ----------------------------------------------------- */@media (min-width: 768px){  #nav  {    background:#2759CF;    padding-right:10px;    position:relative;    z-index:9999;  }  #nav a:link, #nav a:visited  {    padding:10px;    color:#ffffff;    font-weight:800;    font-size:18px;  }}/* NAV LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:10px 15px 10px 15px;  }  #nav  {    position:sticky;    top:170px;  }}/* NAV XL ------------------------------------------------- */@media (min-width: 1192px) {  #nav  {    top:180px;  }}/* DROPDOWN ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- *//* DROPDOWN XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:0px;    padding:0px;    width:100%;  }  #nav .dropdown-menu p, #nav .dropdown-menu h3  {    display:none;  }  #nav .dropdown-menu h4.title   {    padding:10px;    margin:10px 0px 0px 0px;    border:0px;    background:#1C3F94;    color:#ffffff;  }  #nav .dropdown-menu a i   {    display:none;  }  .learn-more  {    padding:20px;    border:1px solid #1C3F94 !important;    width:30%;    text-align:center;    margin-bottom:20px;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu   {    right:0px;    left:0px;    margin:-1px 0px 0px 0px;    padding:0px;    transform: none !important;    top:auto !important;  }  #nav .dropdown-menu .subnav-col  {    padding:20px;  }  #nav .dropdown-menu .subnav  {    background:#1C3F94;    background-image:linear-gradient(to right, transparent, rgba(0,0,0,.25));    color:#ffffff;    font-size:.9rem;  }  #nav .dropdown-menu .subnav-dark  {    background:#112659;    color:#ffffff;    font-size:.9rem;  }  .subnav .learn-more   {    padding:10px 20px !important;    border:1px solid #ffffff;    display:inline-block !important;    margin:10px 0px 20px 0px;    border-radius:5px;  }  .subnav .title  {    padding-bottom:15px;    margin-bottom:15px;    border-bottom:1px solid #ffffff;  }  .subnav h3, .subnav h4, .subnav h5  {    color:#ffffff;    font-weight:900;  }  .subnav-item  {    display:block;    width:100%;    margin:0px 0px 5px 0px;  }  #nav .dropdown-menu a:link, #nav .dropdown-menu a:visited  {    color:#ffffff !important;    display:block;    padding:0px 0px 8px 20px;    position:relative;    text-transform:none;  }  #nav .dropdown-menu a:hover  {    color:#5798E3;  }  #nav .dropdown-menu a i   {    font-size:.6rem;    position:absolute;    left:0px;    top:9px;  }  .subnav .learn-more i  {    font-size:1rem !important;    padding-right:0px;    padding-left:10px;  }}/* DROPDOWN LG ------------------------------------------------- */@media (min-width: 992px) {  #nav .dropdown-menu .subnav-col  {    padding:30px;  } }/* DROPDOWN XL ------------------------------------------------- */@media (min-width: 1200px) {  #nav .dropdown-menu .subnav-col  {    padding:50px;  } }/* ------------------------------------------------------------------------------- *//* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;}.sidenav h2{  background:#1C3F94;  color:#ffffff;  padding:10px 25px;  border-radius:5px 5px 0px 0px;  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);   border-radius:0px 0px 5px 5px;  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:1rem;  font-weight:600;}.sidenav li:first-child a{  padding-top:0px !important;}.sidenav li:last-child a{  padding-bottom:0px !important;  border-bottom:0px dashed #d4d4d4 !important;}/* -- SIDENAV XS ONLY ------------------------------------------ */@media (max-width: 575px) {  .sidenav-title  {    display:none;  }  .sidenav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#ffffff;     background:linear-gradient(#ffffff, #d4d4d4);    border:1px solid #d4d4d4;  }  .sidenav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#1C3F94;  }  .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{  position:relative;  overflow:hidden;}#banner .admin_controls{  position:relative;}#banner .bg-video{  height:100%;  width:177.77777778vh; /* 100 * 16 / 9 */  min-width:100%;  min-height:56.25vw; /* 100 * 9 / 16 */  position:absolute;  left:50%;  top:50%;  transform:translate(-50%, -50%);  z-index:1;}#banner .carousel-control-prev {  bottom:50%;  top:50%;  height:30px;  width:30px;  left:10px;  background:#000;  border-radius:25px;  margin-top:-15px;}#banner .carousel-control-next {  bottom:50%;  top:50%;  height:30px;  width:30px;  right:10px;  background:#000;  border-radius:25px;  margin-top:-15px;}#banner .tcsnewsarticle_photo{  width:100%;}#banner .tcsnewsarticle_photo img{  width:100%;}#banner-subpage{  background:#5798E3;  background-image:linear-gradient(to bottom right, transparent, rgba(255,255,255,.25));  height:20px;}.banner-text {  background:#4172AAaa;  padding:20px;  color:#ffffff;  font-size:.9rem;  position:relative;  z-index:9;}.banner-text p:last-child{  margin-bottom:0px;}.banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6, .banner-text a{  color:#ffffff !important;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  #banner-video  {    height:350px;  }  #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;    position:absolute;    bottom:0px;  }  .carousel-item .admin_controls  {  }  .carousel-item .admin_controls a  {  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-video  {    height:450px;  }  .banner-text   {    position:absolute;    top:0px;    left:55%;    right:0px;    margin-right:0px;    padding:30px;    font-size:1rem;  }  .carousel-item .admin_controls  {  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  .banner-text   {    left:65%;    padding:50px;    font-size:1rem;  }  }/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#boxes .col-md{  padding:0px;}#boxes .row{  gap:10px;}.box{  text-align:center;  position:relative;  padding:20px;  border-radius:5px;}#sidebar #boxes{  margin:0px;}#sidebar .box{  margin-bottom:15px;}.box-link{  display:block;  position:absolute;  left:0px;  right:0px;  top:0px;  bottom:0px;}.box .admin_controls, .box form{  z-index:99999;  position:relative;}.box h3 .admin_controls{  display:none;}.box-icon{  margin:auto;  text-align:center;  }.box i{  font-size:30px;   color:#ffffff;  margin:auto;  text-align:center;    padding-bottom:10px;}.box img{  height:35px;}.box-text{  margin:auto;  text-align:center;  }.box h3{  color:#ffffff;  font-size:1rem;  margin:auto;  text-align:center;  padding:0px;}.box h3 p{  margin:0px;  padding:0px;}#boxes{  margin:20px;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  .box  {    height:100%;  }  #boxes  {    margin:20px;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  .box  {    padding:25px;  }  .box i  {    font-size:30px;   }  .box h3  {    font-size:1.1rem;  }    #sidebar .box i  {    font-size:25px;   }  #sidebar .box h3  {    font-size:1rem;  }  }/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  .box  {    padding:30px;  }  .box i  {    font-size:40px;   }  .box img  {    height:45px;  }  .box h3  {    font-size:1.2rem;  }     #sidebar .box i  {    font-size:30px;   }  #sidebar .box h3  {    font-size:1.1rem;  }}/* ------------------------------------------------------------------------------- *//* HOMEPAGE CALENDAR ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.events-home .tcscalendars_odd, .events-home .tcscalendars_even {  position:relative;  padding:20px 10px 0px 60px;  border:0px dashed #d4d4d4;  border-top:1px dashed #d4d4d4;}/* HOMEPAGE EVENTS MD ------------------------------------------------- */@media (min-width: 768px) and (max-width: 991px){  .events-home .tcscalendars_odd:last-child  {    display:none;  }}/* HOMEPAGE EVENTS MD ------------------------------------------------- */@media (min-width: 768px){  .events-home .tcscalendars_odd, .events-home .tcscalendars_even   {    float:left;    width:50%;    position:relative;    padding:0px 0px 0px 60px;    border-top:0px dashed #d4d4d4 !important;  } }/* HOMEPAGE EVENTS LG ------------------------------------------------- */@media (min-width: 992px) {  .events-home .tcscalendars_odd, .events-home .tcscalendars_even   {    float:left;    width:33%;  } }/* ------------------------------------------------------------------------------- *//* CALENDAR LIST ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.tcscalendars_odd, .tcscalendars_even{  padding:25px 0px 25px 60px;  border-top:1px dashed #d4d4d4;}.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:#1C3F94;  font-size:13px;}.tcscalendars h5 span.bignumber {  font-size:20px;  font-weight:bold;  color:#1C3F94;  display:block;  margin-top:3px;  background:#ffffff;  padding:3px 0px;}.tcscalendars .tcs_details_link{  background:#5798E3;  color:#ffffff;  font-size:.8rem;  margin:0px 0px 0px 0px;  padding:3px 10px;  border-radius:5px;}/* CALENDAR LIST MD ONLY ------------------------------------------------- */@media (min-width: 768px) and (max-width: 991px) {  .tcscalendars_odd, .tcscalendars_even  {    padding:0px 0px 30px 0px;  }    .tcscalendars .datestamp   {    display:none;  }}/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content{  padding:20px;}#main{  scroll-margin-top:200px;}.homepage #content{  padding:20px 5px;  background:#F2F2F2;}.content-box{  padding:15px;  background:#ffffff;  border:1px solid #d4d4d4;  border-top:5px solid #5798E3;  margin-bottom:20px;  color:#111111;  border-radius:5px;}#sidebar{  border-radius:5px;  overflow:hidden;}/* CONTENT MD ------------------------------------------------- */@media (min-width: 768px) {  #content  {    padding:25px;  }   .content-box  {    padding:20px;  }  #side  {    padding-right:10px;  }}/* CONTENT LG ------------------------------------------------- */@media (min-width: 992px) {  #content  {    padding:35px;  }  .content-box  {    padding:30px;  }  #side  {    padding-right:15px;  }}/* CONTENT XL ------------------------------------------------- */@media (min-width: 1200px) {  #content  {    padding:50px;  }  #side  {    padding-right:35px;  }}/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  color:#ffffff;  font-size:.8rem;  padding:20px 20px 55px 20px;  background:#2759CF;}#footer-secondary{  background:#7C0041;  padding:20px;  color:#ffffff;}#footer-secondary a{  color:#ffffff;  text-decoration:none;}#footer a{  color:#ffffff !important;}#footer .tcspromo{  padding-top:25px;}#footer li{  list-style:none;}#footer a{  text-decoration:none;}#footer h4{  color:#ffffff;}/* FOOTER MD --------------------------------------------------- */@media (min-width: 768px) {  #footer  {    padding:25px 25px 60px 25px;  }  #footer .tcspromo  {    text-align:right;    padding-top:0px;  }}/* FOOTER LG ------------------------------------------------- */@media (min-width: 992px) {  #footer  {    padding:35px 35px 75px 35px  }}/* FOOTER XL ------------------------------------------------- */@media (min-width: 1200px) {  #footer  {    padding:50px 50px 100px 50px;  }}/* ------------------------------------------------------------------------------- *//* SOCIAL LINKS ------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#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:5px 0px;  width:40px;  height:40px;  font-size:20px;  border-radius:30px;  text-align:center;  background:#1C3F94;  color:#ffffff;  border:1px solid #ffffff;}#social-links img{  height:20px;  position:relative;  margin-top:-3px;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #social-links  {    padding:15px;  } }/* ------------------------------------------------------------------------------- *//* LOGIN PAGE STYLES ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page.login-bg{  background:url(https://associationdatabase.com/aws/ICHP/am/gi/banner-bg.jpg?ver=1) no-repeat center center;  background-size:cover;  height:100vh;  width:100%;}.login-container{  height:100%;  padding:25px;  text-align:center;}#login-box{  background:#ffffff;  padding:25px;  border-radius:10px;  margin:0px auto;  text-align:left;  position:relative;  display:inline-block;  width:100%;  max-width:700px;}#login-logo{  padding-bottom:25px;  margin-bottom:25px;  border-bottom:1px dashed #d4d4d4;  text-align:center;}#login-text{  padding-bottom:25px;  margin-bottom:25px;  border-bottom:1px dashed #d4d4d4;}#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:#1C3F94 !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:#5798E3;  padding:10px;  border-radius:5px;  position:static;  text-align:center;}#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:#1C3F94;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#1C3F94 !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#5798E3 !important;}#login-box .alert-info{  background:#eeeeee;  border:1px solid #d4d4d4;  color:#111111;}#login-box .tcsFormInput{  margin-bottom:20px;}/* 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-container  {    padding:35px;  }  #loginform  {    width:100%;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    width:100% !important;  }  #create_account label  {    text-align:left !important;  }}/* LOGIN LG ------------------------------------------------- */@media (min-width: 992px) {  .login-container  {    padding:50px;  }   #login-box  {    padding:40px;  }  #create_account, .login-page #mainPage.tcs-bscommon-main-page-area  {    width:100% !important;  }}/* LOGIN XL ------------------------------------------------- */@media (min-width: 1200px) {  .login-container  {    padding:75px;  }  }