html{  height:100%;}body{  background:#ffffff;  height:100%;}.no-padding{  padding:0px;}.lprimary-bg{  background:#5783C3;}.primary-bg{  background:#1E59AE;}.dprimary-bg{  background:#174383;}.lsecondary-bg{  background:#A0D963;}.secondary-bg{  background:#80CC2E;}.dsecondary-bg{  background:#609923;}/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header-border{  height:5px;  background:#1E59AE; }#header{  background:#ffffff;  position:relative;  z-index:9;}#logo{  padding:5px; }/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #logo img  {    height:80px;    padding-left:30px  } }/* HEADER LG ------------------------------------------------- */@media (min-width: 992px) {  #header  {    position:sticky;    left:0px;    right:0px;    top:0px;    width:100%;    z-index:888;  }   #logo img  {    height:100px;  }  }/* HEADER XL ------------------------------------------------- */@media (min-width: 1200px) {  #logo img  {    height:120px;  }}/* ------------------------------------------------------------------------------- *//* HEADER BUTTONS ---------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#header-buttons{  padding-top:20px;  position:relative;  z-index:10;}#header-button-join, #header-button-profile, #header-button-login{  border-radius:5px;  width:50%;  float:right;}#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:12px 10px 12px 40px;  font-weight:900;  text-transform:uppercase;  position:relative;  border-radius:5px;  font-size:.9rem;}#header-button-profile a{  border-radius:0px 5px 5px 0px;}#header-button-login a{  border-radius:5px 0px 0px 5px;}#header-button-join a, #header-button-profile a{  background:#80CC2E;}#header-button-login a{  background:#1E59AE;}#header-button-join i, #header-button-profile i, #header-button-login i{  position:absolute;  top:0px;  left:0px;  bottom:0px;  width:34px;  padding-top:15px;}#header-button-join i, #header-button-profile i{  background:url(https://ohioaging.org/aws/O4A/am/gi/light_bg.png?ver=0);}#header-button-login i{  background:url(https://ohioaging.org/aws/O4A/am/gi/light_bg.png?ver=0);}#header-button-join.tcsloginbutton_hide{  display:none;}#header-button-login.tcsloginbutton{  display:none;}#header-button-join.tcsloginbutton_hide{  border:1px solid black;}/* HEADER BUTTONS SM ONLY ---------------------------------------------- */@media (max-width: 768px) {  #header-button-join a, #header-button-profile a,  #header-button-join, #header-button-profile, #header-button-login  {    border-radius:0px;  }}/* HEADER BUTTONS MD ONLY ---------------------------------------------- */@media (min-width: 768px) { #header-buttons  {    position:absolute;    right:20px;    top:20px;    padding:0px;  }  #header-button-join, #header-button-profile, #header-button-login  {    width:110px;    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:14px;  }}/* HEADER BUTTONS LG ONLY ---------------------------------------------- */@media (min-width: 1060px) {  #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;    padding:15px;  }}/* HEADER BUTTONS XL ONLY ---------------------------------------------- */@media (min-width: 1200px) { #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:13px;  }  }/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav{  background:#1E59AE;  position:relative;}#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;  font-weight:900;}#nav-members a{  color:#ffffff !important;}#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;    border-top:10px solid #ffffff;  }  #nav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#ffffff;  }  #nav .navbar-toggler-icon i  {    margin-right:5px;  }  #nav .navbar-collapse  {    background:#609923;    background:linear-gradient(to bottom right, #609923, #111111);    border:1px solid #609923;    margin:0px 0px;    position:relative;    z-index:0;  }  .nav-item  {    clear:both;  }  #nav a:link, #nav a:visited  {    border-bottom:1px dashed #609923;    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:#1E59AE;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #nav a:link, #nav a:visited  {    padding:12px 15px;  }     }/* DROPDOWN ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav .dropdown-menu ul{  list-style:none;  margin:0px;  padding:0px;}#nav .dropdown-menu a:link, #nav .dropdown-menu a:visited{  font-weight:500 !important;}/* DROPDOWN XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu   {    position:static !important;    transform:none !important;    margin:0px;    padding:0px;    width:100%;    border:0px !important;    border-radius:0px !important;  }  .dropdown-text  {    display:none;  }  .dropdown-links  {    padding:15px 30px;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu   {    margin:0px;    padding:0px;    right:0px;    left:-1px !important;    color:#ffffff;     border:0px;  }  #nav .dropdown-container   {    position:absolute;    right:-6px !important;    left:0px !important;         background:#6eb324;    background-image:linear-gradient(rgba(0,0,0,.25), transparent, transparent);    padding:40px 60px;  }  #nav .dropdown-menu h3  {    color:#ffffff;    padding-bottom:10px;    margin-bottom:10px;    border-bottom:1px solid rgba(255,255,255,.25);  }  #nav .dropdown-menu a:link, #nav .dropdown-menu a:visited  {    text-align:left;    text-transform:none;    padding:0px 0px 10px 20px;    position:relative;    color:#ffffff !important;   }  #nav .dropdown-menu a i  {    position:absolute;    left:0px;    padding-top:4px;  }}/* ------------------------------------------------------------------------------- *//* SIDENAV ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.sidenav{  margin-bottom:20px;}.sidenav h2{  background:#1E59AE;  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:.9rem;}.sidenav li:first-child a{  padding-top:0px !important;}.sidenav li:last-child a{  padding-bottom:0px !important;  border-bottom:0px dashed #d4d4d4 !important;}/* -- SIDENAV XS ONLY ------------------------------------------ */@media (max-width: 575px) {  .sidenav-title  {    display:none;  }  .sidenav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#ffffff;     background:linear-gradient(#ffffff, #d4d4d4);    border:1px solid #d4d4d4;  }  .sidenav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#1E59AE;  }  .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-slideshow .carousel-indicators{  display:none;}.news-slideshow .carousel-control-prev:hover{  background:linear-gradient(to right, #609923, transparent);}.news-slideshow .carousel-control-next:hover {  background:linear-gradient(to left, #609923, transparent);}#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;}.news-slideshow .carousel-control-prev,.news-slideshow .carousel-control-next{  background:transparent;  height:90px;  widht:90px;  top:45%;  margin:0px 15px;}.carousel-control-prev {  bottom:50%;  top:50%;  height:30px;  width:30px;  left:10px;  background:#000;  border-radius:25px;  margin-top:-15px;}.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 .admin_controls{  position:relative;  z-index:1;}.banner-text h1, .banner-text h2, .banner-text h3, .banner-text h4, .banner-text h5, .banner-text h6, .banner-text a,.banner-text p{  color:#ffffff !important;}.banner-text{  padding:20px;  background:#1E59AE90;  text-align:center;}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  #banner-video  {    height:350px;  }  #banner .carousel-control-prev   {    height:30px;    width:30px;    left:25px;    margin-top:-25px;  }  #banner .carousel-control-next   {    height:30px;    width:30px;    right:25px;    margin-top:-25px;  }  .banner-text   {    position:absolute;    top:0;    right:0;    bottom:0;    left:0;    padding:30px;    background:#17438380;    display:flex;    justify-content:center;    align-items:center;    flex-direction:column;    text-align:center;  }  .banner-text p:last-child  {    margin-bottom:0px;  }  .banner-text h1  {    font-size:40px;    margin-top:-50px;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-video  {    height:450px;  }  .banner-text h1  {    font-size:50px;  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  .banner-text h1  {    font-size:60px;  }}/* ------------------------------------------------------------------------------- *//* BANNER SEARCH ----------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#banner-search{  padding:25px 15px 25px 15px;  background:linear-gradient(to bottom, #263f0b, #80CC2E);}#banner-search .search-location{  background:#ffffff url(https://ohioaging.org/aws/O4A/am/gi/search-address-bg.png?ver=0) no-repeat left center;  border:1px solid #d4d4d4;  border-right:1px solid #d4d4d4;}#banner-search .search-location input{  width:100%;  height:40px;  border:0px;  background:transparent;  padding-left:50px;  color:#A0D963;}#banner-search .search-miles,#banner-search .search-county,#banner-search .search-location{  border:1px solid #d4d4d4;    background:#ffffff;}#banner-search .search-miles input:focus,#banner-search .search-county input:focus,#banner-search .search-location input:focus{  outline: none;}#banner-search .search-miles select:focus,#banner-search .search-county select:focus,#banner-search .search-location select:focus{  outline: none;}#banner-search .search-miles select,#banner-search .search-county select,#banner-search .search-location select{  width:100%;  height:40px;  border:0px;  background:transparent url(https://ohioaging.org/aws/O4A/am/gi/select-bg.png?ver=0) no-repeat right center;  color:@accent;  padding-left:20px;  padding-right:20px;  -webkit-appearance:none;  -moz-appearance:none;  -ms-appearance:none;  -o-appearance:none;  appearance:none;}#banner-search .search-button{  background:#1E59AE;  background-image:linear-gradient(to bottom right, transparent, #ffffff50) !important;  border:1px solid #d4d4d4;}#banner-search .search-button input{  width:100%;  height:40px;  border:0px;  background:#1E59AE;  background-image:linear-gradient(to bottom right, transparent, #ffffff50) !important;  color:#ffffff;}/* SM ONLY -------------------------------------------- */@media (max-width: 767px) {  #banner-search .search-location input  {    text-align:center;    padding-left:0px;  }  #banner-search .search-miles select,  #banner-search .search-county select,  #banner-search .search-location select  {    text-align:center;    padding-left:0px;  }}/* MD ------------------------------------------------- */@media (min-width: 768px) {  #banner-search  {    padding:90px 30px 30px 30px;  }  #banner-search .search-location  {    border-right:0px;    border-radius:0px;  }  #banner-search .search-miles  {  }  #banner-search .search-button  {    border-radius:0px 5px 5px 0px;  }  .search-county  {    border-radius:5px 0px 0px 5px;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #banner-search  {    padding:120px 40px 40px 40px;  }  #banner-search .search-location input  {    height:50px;  }  #banner-search .search-miles select,  #banner-search .search-county select,  #banner-search .search-location select  {    height:50px;  }  #banner-search .search-button input  {    height:50px;  }}/* XL ------------------------------------------------- */@media (min-width: 1200px) {    }/* ------------------------------------------------------------------------------- *//* NEWS SLIDESHOW ---------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.news-slideshow .carousel{  padding:20px;  background:#80CC2E;  background:linear-gradient(to right, #609923, #80CC2E);  position:relative;}.news-slideshow .carousel-control-prev:hover{  background:linear-gradient(to right, #609923, transparent);}.news-slideshow .carousel-control-next:hover {  background:linear-gradient(to left, #609923, transparent);}.news-slideshow .tcsnewsarticle_photo{  background:#ffffff;  border:10px solid #ffffff;  margin:0px 0px 20px 0px;  box-shadow:3px 3px 15px #111111;}.news-slideshow .tcsnewsarticle_photo img{  width:100%;  height:auto;}.news-slideshow .tcs_details_link{  display:inline-block;  padding:7px 20px;  background:#1E59AE;  color:#ffffff;  text-decoration:none;  font-weight:900;}.news-slideshow h1,.news-slideshow h2,.news-slideshow h3,.news-slideshow h4,.news-slideshow h5,.news-slideshow h6,.news-slideshow p,.news-slideshow a{  color:#ffffff !important;}/*  MD ------------------------------------------------- */@media (min-width: 768px) {  .news-slideshow .carousel  {    padding:30px;  }  .news-slideshow .tcsnewsarticle_photo  {    float:left;    width:47%;    margin:0px 3% 0px 0px;  }  .news-slideshow h3  {    font-size:20px;    margin-bottom:10px;  }  .news-slideshow h4  {    font-size:14px;    margin-bottom:10px;  }  .news-slideshow p  {    font-size:.9rem;  }}/*  LG ------------------------------------------------- */@media (min-width: 992px) {  .news-slideshow .carousel  {    padding:40px;  }  .news-slideshow h3  {    font-size:28px;    margin-bottom:15px;  }  .news-slideshow h4  {    font-size:20px;    margin-bottom:15px;  }}/* XL ------------------------------------------------- */@media (min-width: 1200px) {  .news-slideshow h3  {    font-size:30px;    margin-bottom:20px;  }  .news-slideshow h4  {    font-size:22px;    margin-bottom:20px;  }}/* ------------------------------------------------------------------------------- *//* BOXES ------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#boxes .col-md{  padding:0px;}.homepage #boxes{  margin: 30px 20px;}.box{  text-align:center;  position:relative;  padding:20px;}.box-link{  display:block;  position:absolute;  left:0px;  right:0px;  top:0px;  bottom:0px;  z-index:5;}.box-link:hover{  background-image:linear-gradient(to bottom right,transparent,#11111150);}.box-color{  display:block;  position:absolute;  opacity:.85;  left:0px;  right:0px;  top:0px;  bottom:0px;  z-index:1;}.box .admin_controls, .box form{  z-index:99999;  position:relative;}.box h3 .admin_controls{  display:none;}.box-icon{  margin:auto;  text-align:center;    position:relative;  z-index:2;}.box i{  font-size:30px;   color:#ffffff;  margin:auto;  text-align:center;    padding-bottom:10px;}.box-text{  margin:auto;  text-align:center;    position:relative;  z-index:2;}.box h3{  color:#ffffff;  font-size:1rem;  margin:auto;  text-align:center;  padding:0px;}.box h3 p{  margin:0px;  padding:0px;}#box-01{  background:#5783C3;}#box-02{  background:#1E59AE;}#box-03{  background:#174383;  border-right:0px;}#box-04{  background:#80CC2E;}#box-05{  background:#609923;}/* MD ------------------------------------------------- */@media (min-width: 768px) {  #boxes  {    border-radius:10px;  }  .homepage #boxes  {    border:3px solid #ffffff;  }  .homepage .box  {    border-right:3px solid #ffffff;  }  .homepage #box-05  {    border-right:0px;  }  .homepage #boxes  {    position:absolute;    margin:-50px 50px 10px 50px;    border-radius:20px;    overflow:hidden;     left:0px;    right:0px;    z-index:886;  }  .homepage #boxes:first-child  {    border-radius:20px 0px 0px 20px;  }  .homepage #boxes:last-child  {    border-radius:0px 20px 20px 0px;  }}/* 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;  }  }/* XL ------------------------------------------------- */@media (min-width: 1200px) {  .box  {    padding:30px;  }  .box i  {    font-size:40px;   }  .box h3  {    font-size:1.2rem;  }     #sidebar .box i  {    font-size:30px;   }  #sidebar .box h3  {    font-size:1.1rem;  }}/* ------------------------------------------------------------------------------- *//* MAIN BOX ---------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */ .main-box{  border-radius:10px;  overflow:hidden;  margin-bottom:20px;}.main-box-header{  padding-top:100px;}.main-box-header h2{  margin:0px;  padding:10px;  text-align:center;  color:#ffffff;  text-transform:uppercase;}#main-box-news .main-box-header h2{  background:#5783C390;}#main-box-events .main-box-header h2{  background:#1E59AE90;}#main-box-careers .main-box-header h2{  background:#80CC2E90;}#main-box-news .main-box-header{  background:url(https://ohioaging.org/aws/O4A/am/gi/main-box-news-bg.jpg?ver=0) no-repeat center center;  background-size:cover;}#main-box-events .main-box-header{  background:url(https://ohioaging.org/aws/O4A/am/gi/main-box-events-bg.jpg?ver=0) no-repeat center center;  background-size:cover;}#main-box-careers .main-box-header{  background:url(https://ohioaging.org/aws/O4A/am/gi/main-box-careers-bg.jpg?ver=0) no-repeat center center;  background-size:cover;}.main-box-content{  padding:20px;}.main-box-content .viewall{  width:100%;  border-radius:5px;  text-transform:lowercase;  text-align:center;}#main-box-news .viewall{  background:#5783C3;}#main-box-events .viewall{  background:#1E59AE;}#main-box-careers .viewall{  background:#80CC2E;}/* LG ------------------------------------------------- */@media (min-width: 992px) {  .main-box  {    margin-bottom:30px;  }  }/* XL ------------------------------------------------- */@media (min-width: 1200px) {  .main-box  {    margin-bottom:40px;  }}/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content{  padding:20px 5px;  background:#ffffff;}.content-box{  padding:15px;  background:#ffffff;  border:1px solid #d4d4d4;  overflow:hidden;  margin-bottom:20px;  color:#111111;  border-radius:5px;}.content-box .title{  margin:-15px -15px 20px -15px;  background:#80CC2E;  color:#ffffff;  padding:15px;  position:relative;}.content-box .primary-title{  margin:-15px -15px 20px -15px;  background:#1E59AE;  color:#ffffff;  padding:15px;  position:relative;}.content-box .title .viewall {  position:absolute;  margin:-15px -30px;  padding:22px 20px 0px 20px;  right:0;  top:0;  bottom:0;  border-radius:0px !important;  background:#ffffff50;  margin:0px;}.content-box .primary-title .viewall {  position:absolute;  margin:-15px -30px;  padding:22px 20px 0px 20px;  right:0;  top:0;  bottom:0;  border-radius:0px !important;  background:#ffffff50;  margin:0px;}#sidebar{  border-radius:5px;  overflow:hidden;}/* MD ------------------------------------------------- */@media (min-width: 768px) {  #content  {    padding:25px;  }   .content-box  {    padding:20px;  }  .content-box .title  {    margin:-20px -20px 20px -20px;    padding:15px 20px;  }  .content-box .primary-title  {    margin:-20px -20px 20px -20px;    padding:15px 20px;  }  #side  {    padding-right:10px;  }}/* LG ------------------------------------------------- */@media (min-width: 992px) {  #content  {    padding:35px;  }  .content-box  {    padding:30px;  }  .content-box .title  {    margin:-30px -30px 20px -30px;    padding:15px 30px;  }  .content-box .primary-title  {    margin:-30px -30px 20px -30px;    padding:15px 30px;  }  #side  {    padding-right:15px;  }}/* XL ------------------------------------------------- */@media (min-width: 1200px) {  #content  {    padding:50px;  }  #side  {    padding-right:35px;  }}/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  color:#ffffff;  font-size:.8rem;  padding:20px 20px 55px 20px;  text-align:left;  background:#1E59AE;  text-align:center;}#footer a{  color:#ffffff !important;}#footer .tcspromo{  padding-top:25px;}/* 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:#80CC2E;  color:#ffffff;  border:1px solid #ffffff;}#social-links .social_icon-donate a{  display:block;  padding:3px 20px;  min-width:130px;  height:40px;  font-size:20px;  border-radius:30px;  text-align:center;  background:#80CC2E;  color:#ffffff;  border:1px solid #ffffff;  text-decoration:none;}/* SOCIAL BAR MD ------------------------------------------------- */@media (min-width: 768px) {  #social-links  {    padding:15px;  } }/* ------------------------------------------------------------------------------- *//* LOGIN PAGE STYLES ------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */.login-page.login-bg{  background:url(https://ohioaging.org/aws/O4A/am/gi/banner-bg.jpg?ver=1) no-repeat center center;  background-size:cover;}.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:#1E59AE !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:#80CC2E;  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:#1E59AE;  color:#ffffff !important;  text-decoration:none !important;  padding:10px;  border-radius:5px;}#new-account-button:hover{  background:#1E59AE !important;}#create_account .tcs-bscommon-form-title{  font-size:22px !important;}#create_account span.input-group-addon{  background:#80CC2E !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;  }  }