html{  min-height:100%;}body{  margin:0px;  padding:0px;  background:#111111;}img{  max-width:100%;  height:auto;}iframe{  max-width:100%;}td p:last-child{  margin-bottom:0px;}.subpage .animated{  animation-name:none !important;}/* GENERAL SM ONLY ----------------------------------------- */@media (max-width: 767px) {  .wow, .animated  {    animation-name:none !important;  }  .imgright, .imgleft  {    margin:0px 0px 20px 0px;    float:none !important;  }}/* GENERAL SM/MD ONLY ----------------------------------------- */@media (max-width: 991px) {  .wow  {    animation-name:none !important;  } .imgleft  {    margin:0px 20px 20px 0px;  }  .imgright  {    margin:0px 20px 20px 0px;  }}/* GENERAL MD ------------------------------------------------- */@media (min-width: 768px) {  }/* GENERAL LG ------------------------------------------------- */@media (min-width: 992px) {   }/* GENERAL XL ------------------------------------------------- */@media (min-width: 1200px) {  }/* ------------------------------------------------------------------------------- *//* HEADER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#header-date{  color:#ffffff;  text-transform:uppercase;  font-size:.8rem;  font-weight:500;}#header-date b{  font-weight:500;  color:#cf4b3e;}#ticket-button{  height:60px;  background:#cf4b3e;  background:linear-gradient(to bottom right,#cf4b3e, #BA4438);  border-radius:5px;  border:2px solid #ffffff;  margin:10px;  position:relative;}  #ticket-button:hover{  background:#cf4b3e;  background:linear-gradient(to bottom right,#F2594A, #cf4b3e);}#ticket-button img{  position:absolute;  left:0px;  height:100%;} #ticket-button h2{  padding:9px 20px 5px 70px;  font-weight:500;  font-shadow:2px 2px 3px #11111150;  color:#ffffff;  font-size:22px;  text-transform:uppercase;} #ticket-button h2 span{  display:block;  font-size:12px;} /* HEADER SM ONLY ----------------------------------------- */@media (max-width: 767px) {  #header  {    position:relative;    z-index:999;    width:100%;    text-align:center;    background:#111111;    background-image:linear-gradient(to bottom right, #333333, #111111);    padding:20px;  }   #mobile-logo  {    display:block !important;  }  #logo  {    display:none;  }  #ticket-button  {    margin:10px 0px;  }}/* HEADER MD ------------------------------------------------- */@media (min-width: 768px) {  #header  {    position:sticky;    left:0px;    right:0px;    top:0px;    z-index:999;    padding-top:20px;  }  #logo  {    width:150px;  }  #header-date  {    position:absolute;    left:0px;    right:0px;    top:0px;    z-index:2;    padding:3px;    text-align:center;    background:#333333;  }  #ticket-button  {    position:absolute;    height:40px;    right:0px;    bottom:8px;    z-index:999;    border-radius:5px 0px 0px 5px;    border-right:0px;    margin:0px;  }  #ticket-button h2  {    padding:3px 20px 5px 50px;    font-size:18px;  }   #ticket-button h2 span  {    font-size:9px;  } }/* HEADER LG ------------------------------------------------- */@media (min-width: 992px) {  #header  {    padding-top:0px;  }  #logo  {    width:225px;  }     #header-date  {    right:10px;    top:10px;    left:auto;    padding:0px;    background:none;    text-align:right;  }  #ticket-button  {    height:60px;    bottom:-30px;  }  #ticket-button h2  {    padding:9px 20px 5px 70px;    font-size:22px;  }   #ticket-button h2 span  {    font-size:12px;  } }/* HEADER XL ------------------------------------------------- */@media (min-width: 1200px) {  #logo  {    width:300px;  }       #header-date  {    right:25px;    top:25px;  }}/* ------------------------------------------------------------------------------- *//* NAV --------------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#nav a:link, #nav a:visited{  display:block;  text-decoration:none;  text-transform:uppercase;  font-weight:400;}#nav a:hover{  background:#111111;  color:#cf4b3e !important;}/* NAV XS/SM ONLY ---------------------------------------------- */@media (max-width: 767px) {  #nav button  {    padding:10px;    font-size:1rem;    width:100%;    font-weight:900;    background:#555555;    background-image:linear-gradient(to right, #333333, #111111);    background-size:cover;      border:1px solid #555555;    border-radius:5px;  }  #nav .navbar-toggler-icon  {    height:auto;    width:100%;    color:#ffffff;  }  #nav .navbar-toggler-icon i  {    margin-right:5px;  }  #nav .navbar-collapse  {    background:#555555;    background:linear-gradient(#333333, #111111);    border:1px solid #555555;    margin:0px 0px;    position:relative;    z-index:999;  }  .nav-item  {    clear:both;  }  #nav a:link, #nav a:visited  {    border-bottom:1px dashed #777777;    padding:10px;    color:#ffffff;  }}/* NAV MD ----------------------------------------------------- */@media (min-width: 768px){  #nav  {    background-image:linear-gradient(to right, #333333, #111111);    padding:10px;  }  .nav-item  {    padding:0px 10px;  }  #nav a:link, #nav a:visited  {    border-radius:5px;    padding:10px 0px;    font-size:.9rem;    color:#ffffff;  }}/* NAV LG ------------------------------------------------- */@media (min-width: 992px) {}/* NAV XL ------------------------------------------------- */@media (min-width: 1200px) {  #nav  {    padding:15px;  }     #nav a:link, #nav a:visited  {    padding:10px 10px;    font-size:1rem;  }}/* ------------------------------------------------------------------------------- *//* SUB MENU DROPDOWN - MULTI COLUMN DROPDOWN ------------------------------------- *//* ------------------------------------------------------------------------------- */#nav .dropdown-menu h1, #nav .dropdown-menu h2, #nav .dropdown-menu h3, #nav .dropdown-menu h4, #nav .dropdown-menu h5, #nav .dropdown-menu h6{  color:#ffffff;}#nav .dropdown-menu.submenu{  color:#ffffff;  padding:15px 0px;  background:#555555;  background-image:linear-gradient(to bottom right, #333333, #111111);  font-size:.9rem;}#nav .dropdown-menu.submenu h4{  color:#ffffff;  font-weight:700;  margin-bottom:0px;  text-transform:uppercase;}#nav .dropdown-menu.submenu hr{  opacity:.5;  border-top:1px dashed #ffffff;  margin:15px 0px;}#nav .dropdown-menu.submenu a:link, #nav .dropdown-menu.submenu a:visited{  color:#ffffff !important;  display:block;  padding:0px;  text-transform:none;  border:0px;  opacity:.8;}#nav .dropdown-menu.submenu a i {  padding-right:10px;}#nav .dropdown-menu.submenu a:hover{  opacity:1;}/* DROPDOWN XS/SM ONLY ---------------------------------------- */@media (max-width: 767px) {  #nav .dropdown-menu.submenu  {    border:0px;    border-radius:0px;    font-size:.9rem;    position:static !important;    transform:none !important;    margin:0px;    padding:15px;    width:100%;    box-shadow:0px 0px 0px #000 !important;  }  #nav .dropdown-menu.submenu h4  {     margin-top:20px;  }}/* DROPDOWN MD ------------------------------------------------ */@media (min-width: 768px){  #nav .dropdown-menu.submenu   {    border-radius:0px 0px 5px 5px;    opacity:.95;    border:0px;    padding:15px;    margin-top:15px;    width:650px;  }  #nav .dropdown-menu.submenu .submenu-col  {    padding:20px;  }  #nav .dropdown-menu.submenu #nav-search input.search_button  {      padding:10px;    width:20%;  }  #nav .dropdown-menu.submenu #nav-search .search_input  {      padding:10px;    width:80%;  }  #nav .dropdown-menu.submenu #nav-search input.search_button,  #nav .dropdown-menu.submenu #nav-search .search_input  {    font-size:.9rem;   } }/* DROPDOWN LG ------------------------------------------------- */@media (min-width: 992px) {  #nav .dropdown-menu.submenu   {    padding:20px;    margin-top:25px;  } }/* DROPDOWN XL ------------------------------------------------- */@media (min-width: 1200px) {  #nav .dropdown-menu.submenu  {    padding:25px;  } }/* ------------------------------------------------------------------------------- *//* BANNER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#banner{  background:url(https://www.oada.com/aws/OADA/am/gi/CAS_banner-bg.jpg?ver=4) no-repeat center center;  background-size:cover;  padding:20px;  position:relative;}#banner-color{  background-image:linear-gradient(to bottom right, #cf4b3eBB, #BA4438BB);  position:absolute;  left:0px;  right:0px;  top:0px;  bottom:0px;  z-index:0;}#banner-text{  background:#111111BB;  color:#ffffff;  padding:20px;  font-size:.9rem;  position:relative;}#banner-text h1{  color:#ffffff;  font-size:1.4rem;  text-transform:uppercase;}#banner-text h2{  color:#cf4b3e;  font-size:1rem;  text-transform:uppercase;}#banner-text .primary-button a{  margin:0px;}#boxes{  background-image:linear-gradient(to right, #333333, #111111);  border-top:1px solid #111111;  border-bottom:10px solid #cf4b3e;  position:relative;}#boxes .col-md{  padding:0px;}.box{  background:radial-gradient(#77777750, transparent);  padding:20px;  text-align:center;  border-top:1px solid #777777;  position:relative;}.box:hover{  background:radial-gradient(#77777725, transparent);}.box-icon{  font-size:40px;  margin-bottom:15px;  color:#ffffff;}.box h3{  color:#ffffff;  font-size:16px;  font-weight:400;  text-transform:uppercase;  margin:0px;}.box:hover .box-icon,.box:hover h3{  color:#cf4b3e;}.box-link{  position:absolute;  left:0px;  top:0px;  right:0px;  bottom:0px;  display:block;}/* BANNER SM ONLY ----------------------------------------- */@media (max-width: 767px) {  #banner-text  {    margin:0px 0px 20px 0px;    border-radius:15px;  }  #banner-pic  {    display:none;  }   #boxes  {    border-radius:15px;    overflow:hidden;    border-bottom:0px solid #cf4b3e;  }}/* BANNER MD ------------------------------------------------- */@media (min-width: 768px) {  #banner  {    height:300px;  }  .subpage #banner  {    height:100px;  }  #banner-text  {    position:absolute;    left:0px;    right:40%;    padding:15px 30px;    z-index:5;    top:0px;    bottom:79px;  }    #banner-pic  {    position:absolute;    top:50px;    bottom:10px;    right:0px;    text-align:right;    z-index:9;  }  #banner-pic img  {    height:100%;  }  #boxes  {    position:absolute;    left:0px;    bottom:0px;    right:0px;    z-index:1;  }  #sidebar #boxes  {    position:static;    border-radius:15px;    overflow:hidden;  }  .box  {    border-top:0px solid #777777;    border-right:1px solid #777777;    height:100%;    padding:10px;  }  .box-icon  {    font-size:25px;    margin-bottom:10px;  }  .box h3  {    font-size:12px;  }}/* BANNER LG ------------------------------------------------- */@media (min-width: 992px) {  #banner  {    height:400px;  }  .subpage #banner  {    height:150px;  }  #banner-text  {    padding:25px 50px;    bottom:105px;  }    .box  {    padding:20px;  }  .box-icon  {    font-size:30px;  }  .box h3  {    font-size:14px;  }}/* BANNER XL ------------------------------------------------- */@media (min-width: 1200px) {  #banner  {    height:500px;  }  .subpage #banner  {    height:200px;  }  #banner-text  {    bottom:200px;    padding:30px 60px;  }    .box-icon  {    font-size:40px;    margin-bottom:15px;  }  .box h3  {    font-size:16px;  }}/* ------------------------------------------------------------------------------- *//* 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{  padding:7px 20px;  font-weight:900;}.promo-article h3{  text-transform:uppercase;}.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;  }}/* ------------------------------------------------------------------------------- *//* CONTENT ----------------------------------------------------------------------- *//* ------------------------------------------------------------------------------- */#content{  padding:20px 5px;  background:#ffffff;}.content-box{  padding:20px;  background:#ffffff;  border:1px solid #d4d4d4;  border-top:5px solid #cf4b3e;  margin-bottom:30px;  position:relative;}/* CONTENT SM ONLY ----------------------------------------- */@media (max-width: 767px) {  .subpage #content  {    margin-top:-50px;  } }/* CONTENT MD ------------------------------------------------- */@media (min-width: 768px) {  .subpage #content  {    margin-top:-100px;  }  }/* CONTENT LG ------------------------------------------------- */@media (min-width: 992px) {  #content  {    padding:30px 15px;  }  .subpage #content  {    margin-top:-150px;  }}/* CONTENT XL ------------------------------------------------- */@media (min-width: 1200px) {  #content  {    padding:40px 25px;  }     }/* ------------------------------------------------------------------------------- *//* FOOTER ------------------------------------------------------------------------ *//* ------------------------------------------------------------------------------- */#footer{  background:#111111;  background-image:linear-gradient(to bottom right, #333333, #111111);  border-top:10px solid #cf4b3e;  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;  }}/* ------------------------------------------------------------------------------- *//* 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);}.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, .profile-image{  width:100%;  overflow:hidden;  border:10px solid #ffffff;}.directory-image img, .profile-image img{  width:100%;  height:auto;}/* 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 210px !important;    margin-bottom:15px !important;    min-height:160px;  }  .directory-org  {    font-size:24px;    padding:0px 0px 15px 0px;    margin:0px 0px 15px 0px;  }  .directory-photo  {    position:absolute;    left:20px;    top:20px;  }  .directory-image, .profile-image  {    width:170px;  }}/* DIRECTORY SEARCH LG ------------------------------------------------- */@media (min-width: 992px) {  .directory-search-container  {    width:25%;  }    #side-left .directory-search-container  {    width:100%;  }}